虚無庵

徒然なるままに

今日の ruby build 2024-03-28

今日のビルド

7630a89a4bf352e1310b5323e3e2ee976eecddca までを pull ってきてビルド。

In file included from thread.c:265:
thread_pthread.c: In function ‘rb_ractor_sched_sleep’:
thread_pthread.c:1323:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1323 |     rb_thread_t *th = rb_ec_thread_ptr(ec);
      |                  ^~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
  Files:        915

  Classes:     1184 ( 275 undocumented)
  Modules:      208 (  61 undocumented)
  Constants:   2487 ( 618 undocumented)
  Attributes:  1242 ( 223 undocumented)
  Methods:    12306 (1982 undocumented)

  Total:      17427 (3159 undocumented)
   81.87% documented

  Elapsed: 33.4s

今日のテスト

make test-all を実行。

Leaked file descriptor: TestSocket#test_accept_loop: 11 #<File::Stat dev=0x8, ino=162969, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 09:00:00 +0900, mtime=1970-01-01 09:00:00 +0900, ctime=1970-01-01 09:00:00 +0900>
COMMAND   PID   USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
ruby    73439 jinroq   11u  IPv4 162969      0t0  UDP 192.168.0.195:44269->dns.google:domain 
Closed file descriptor: TestSocket#test_unix: 11
Finished tests in 1013.161482s, 25.4925 tests/s, 6183.4023 assertions/s.
25828 tests, 6264785 assertions, 0 failures, 0 errors, 134 skips

ruby -v: ruby 3.4.0dev (2024-03-28T02:44:45Z master 7630a89a4b) [x86_64-linux]

今日のビルド(Universal Parser 有効化)

7630a89a4bf352e1310b5323e3e2ee976eecddca までを pull ってきてビルド。エラー/警告ともになし。

  Files:        915

  Classes:     1184 ( 275 undocumented)
  Modules:      208 (  61 undocumented)
  Constants:   2487 ( 618 undocumented)
  Attributes:  1242 ( 223 undocumented)
  Methods:    12306 (1982 undocumented)

  Total:      17427 (3159 undocumented)
   81.87% documented

  Elapsed: 37.1s

今日のテスト(Universal Parser 有効化)

make test-all を実行。

  1) Failure:
TestSyntax#test_keyword_duplicated [/home/jinroq/dev/sandbox/my-ruby-build/build-up-ruby-repo/test/ruby/test_syntax.rb:349]:
expected: /duplicated/
actual: "".

  2) Failure:
TestRubyLiteral#test_hash_duplicated_key [/home/jinroq/dev/sandbox/my-ruby-build/build-up-ruby-repo/test/ruby/test_literal.rb:495]:
duplicated literal key.

1. [ 1/12] Assertion for ":foo"
   | expected: /key :foo is duplicated/
   | actual: "".

2. [ 2/12] Assertion for "\"a\""
   | expected: /key "a" is duplicated/
   | actual: "".

3. [ 3/12] Assertion for "1000"
   | expected: /key 1000 is duplicated/
   | actual: "".

4. [ 4/12] Assertion for "1.0"
   | expected: /key 1\.0 is duplicated/
   | actual: "".

5. [ 5/12] Assertion for "1_000_000_000_000_000_000_000"
   | expected: /key 1000000000000000000000 is duplicated/
   | actual: "".

6. [ 6/12] Assertion for "1.0r"
   | expected: /key \(1\/1\) is duplicated/
   | actual: "".

7. [ 7/12] Assertion for "1.0i"
   | expected: /key \(0\+1\.0i\) is duplicated/
   | actual: "".

8. [ 8/12] Assertion for "1.72723e-77"
   | expected: /key 1\.72723e\-77 is duplicated/
   | actual: "".

9. [ 9/12] Assertion for "//"
   | expected: /key \/\/ is duplicated/
   | actual: "".

10. [10/12] Assertion for "__LINE__"
   | expected: /key 1 is duplicated/
   | actual: "".

11. [11/12] Assertion for "__FILE__"
   | expected: /key "\(eval\ at\ \/home\/jinroq\/dev\/sandbox\/my\-ruby\-build\/build\-up\-ruby\-repo\/test\/ruby\/test_literal\.rb:510\)" is duplicated/
   | actual: "".

12. [12/12] Assertion for "__ENCODING__"
   | expected: /key \#<Encoding:US\-ASCII> is duplicated/
   | actual: "".

  3) Failure:
Prism::WarningsTest#test_duplicated_hash_key [/home/jinroq/dev/sandbox/my-ruby-build/build-up-ruby-repo/test/prism/warnings_test.rb:100]:
Expected "" to include "duplicated and overwritten".

Finished tests in 978.989079s, 26.3823 tests/s, 6396.7128 assertions/s.
25828 tests, 6262312 assertions, 3 failures, 0 errors, 133 skips

ruby -v: ruby 3.4.0dev (2024-03-28T02:44:45Z master 7630a89a4b) [x86_64-linux]
make: *** [uncommon.mk:956: yes-test-all] エラー 3

今日のビルド(YJIT 有効化)

7630a89a4bf352e1310b5323e3e2ee976eecddca までを pull ってきてビルド。

In file included from thread.c:265:
thread_pthread.c: In function ‘rb_ractor_sched_sleep’:
thread_pthread.c:1323:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1323 |     rb_thread_t *th = rb_ec_thread_ptr(ec);
      |                  ^~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics

今日のテスト(YJIT 有効化)

make test-all を実行。

Leaked file descriptor: TestSocket#test_accept_loop: 11 #<File::Stat dev=0x8, ino=119702, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 09:00:00 +0900, mtime=1970-01-01 09:00:00 +0900, ctime=1970-01-01 09:00:00 +0900>
Closed file descriptor: TestSocket#test_unix: 11
Finished tests in 972.116650s, 26.5688 tests/s, 6442.3904 assertions/s.
25828 tests, 6262755 assertions, 0 failures, 0 errors, 133 skips

ruby -v: ruby 3.4.0dev (2024-03-28T02:44:45Z master 7630a89a4b) [x86_64-linux]

今日のビルド(RJIT 有効化)

7630a89a4bf352e1310b5323e3e2ee976eecddca までを pull ってきてビルド。

In file included from thread.c:265:
thread_pthread.c: In function ‘rb_ractor_sched_sleep’:
thread_pthread.c:1323:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1323 |     rb_thread_t *th = rb_ec_thread_ptr(ec);
      |                  ^~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics

今日のテスト(RJIT 有効化)

make test-all を実行。

  1) Failure:
TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:676]:
before_stats: {:count=>27, :time=>68, :marking_time=>43, :sweeping_time=>25, :heap_allocated_pages=>167, :heap_sorted_length=>311, :heap_allocatable_pages=>144, :heap_available_slots=>226451, :heap_live_slots=>197646, :heap_free_slots=>28805, :heap_final_slots=>0, :heap_marked_slots=>129594, :heap_eden_pages=>167, :heap_tomb_pages=>0, :total_allocated_pages=>174, :total_freed_pages=>7, :total_allocated_objects=>1396087, :total_freed_objects=>1198441, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>22, :major_gc_count=>5, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1295, :old_objects=>129583, :old_objects_limit=>259166, :oldmalloc_increase_bytes=>2120, :oldmalloc_increase_bytes_limit=>16777216}
before_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206313, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>127, :total_freed_pages=>1, :force_major_gc_count=>2, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>1354410, :total_freed_objects=>1162139}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9819, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23588, :total_freed_objects=>20216}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>23, :heap_eden_slots=>9404, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>5, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18069, :total_freed_objects=>16010}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>610, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>63, :total_freed_objects=>54}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>305, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>22}}
after_stats: {:count=>41, :time=>83, :marking_time=>44, :sweeping_time=>38, :heap_allocated_pages=>167, :heap_sorted_length=>311, :heap_allocatable_pages=>144, :heap_available_slots=>226451, :heap_live_slots=>129760, :heap_free_slots=>96691, :heap_final_slots=>0, :heap_marked_slots=>129699, :heap_eden_pages=>167, :heap_tomb_pages=>0, :total_allocated_pages=>174, :total_freed_pages=>7, :total_allocated_objects=>2400422, :total_freed_objects=>2270662, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>36, :major_gc_count=>5, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1295, :old_objects=>129686, :old_objects_limit=>259166, :oldmalloc_increase_bytes=>6032, :oldmalloc_increase_bytes_limit=>16777216}
after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206313, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>127, :total_freed_pages=>1, :force_major_gc_count=>2, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>2358455, :total_freed_objects=>2234096}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9819, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23659, :total_freed_objects=>20275}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>23, :heap_eden_slots=>9404, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>5, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18282, :total_freed_objects=>16215}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>610, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>63, :total_freed_objects=>54}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>305, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>22}}.
<0> expected but was
<7>.

  2) Failure:
TestGc#test_gc_parameter_init_slots [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:477]:
{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>24, :heap_eden_slots=>9811, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>27, :total_freed_pages=>3, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>17647, :total_freed_objects=>8355}.
Expected 9811 to be >= 10000.

  3) Failure:
TestYJIT#test_odd_calls_to_attr_reader [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1723]:
Expected no use of fallback implementation.
<0> expected but was
<43>.

  4) Failure:
TestYJIT#test_byteslice_sp_invalidation [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1723]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

  5) Failure:
TestYJIT#test_build_large_struct [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1738]:
Expected to compile instructions opt_send_without_block but didn't.
iseq:
== disasm: #<ISeq:block in <main>@-e:2 (2,15)-(12,1)>
0000 putobject                              Object                    (   3)[LiBc]
0002 opt_getconstant_path                   <ic:0 Struct>
0004 putobject                              :a
0006 putobject                              :b
0008 putobject                              :c
0010 putobject                              :d
0012 putobject                              :e
0014 putobject                              :f
0016 putobject                              :g
0018 putobject                              :h
0020 opt_send_without_block                 <calldata!mid:new, argc:8, ARGS_SIMPLE>
0022 swap
0023 setconstant                            :Foo
0025 definemethod                           :build_foo, build_foo     (   5)[Li]
0028 putself                                                          (   9)[Li]
0029 opt_send_without_block                 <calldata!mid:build_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0031 pop
0032 putself                                                          (  10)[Li]
0033 opt_send_without_block                 <calldata!mid:build_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0035 leave                                                            (  12)[Br]

== disasm: #<ISeq:build_foo@-e:5 (5,0)-(7,3)>
0000 opt_getconstant_path                   <ic:0 ::Foo>              (   6)[LiCa]
0002 putobject                              :a
0004 putobject                              :b
0006 putobject                              :c
0008 putobject                              :d
0010 putobject                              :e
0012 putobject                              :f
0014 putobject                              :g
0016 putobject                              :h
0018 opt_send_without_block                 <calldata!mid:new, argc:8, ARGS_SIMPLE>
0020 leave                                                            (   7)[Re]


  6) Failure:
TestYJIT#test_yjit_enable_with_monkey_patch [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:124]:
pid 238788 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x000063f4c96b5648
| ruby 3.4.0dev (2024-03-28T02:44:45Z master 7630a89a4b) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:51
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0045 s:0006 e:000005 EVAL   -:10 [FINISH]
| c:0001 p:0000 s:0003 E:001a40 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:10:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000063f4c96b5648 RBP: 0x000063f4c6c8c4c8 RSP: 0x00007ffc007a2280
|  RAX: 0x0000000000000000 RBX: 0x00007ada07300f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007ad9ec41b040
|   R8: 0x0000000000000004  R9: 0x00007ada07295b88 R10: 0x00007ad9ec41b040
|  R11: 0x0000000000000001 R12: 0x0000000000000024 R13: 0x000063f4c6ae4c60
|  R14: 0x000063f4c6ae4c60 R15: 0x00007ada073fd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x63f4c5448fa3] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x63f4c55f7eec] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x46) [0x63f4c538cf46] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7ada07445320) [0x7ada07445320]
| [0x63f4c96b5648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 63f4c51d4000-63f4c5218000 r--p 00000000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 63f4c5218000-63f4c5667000 r-xp 00044000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 63f4c5667000-63f4c5801000 r--p 00493000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 63f4c5801000-63f4c5819000 r--p 0062d000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 63f4c5819000-63f4c581a000 rw-p 00645000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 63f4c581a000-63f4c582f000 rw-p 00000000 00:00 0 
| 63f4c6ae1000-63f4c7516000 rw-p 00000000 00:00 0                          [heap]
| 63f4c76b4000-63f4c96b4000 r-xp 00000000 00:00 0 
| 63f4c96b4000-63f4cb6b4000 rw-p 00000000 00:00 0 
| 63f4cb86d000-63f4cb89d000 r-xp 00000000 00:00 0 
| 63f4cb89d000-63f4ce86d000 ---p 00000000 00:00 0 
| 7ad9e8600000-7ad9e8aff000 rw-p 00000000 00:00 0 
| 7ad9e9000000-7ad9e9207000 r--s 00000000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ad9e925a000-7ad9e9400000 rw-p 00000000 00:00 0 
| 7ad9e9400000-7ad9ec38a000 r--s 00000000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7ad9ec410000-7ad9ec821000 rw-p 00000000 00:00 0 
| 7ad9ec840000-7ad9ec9f0000 rw-p 00000000 00:00 0 
| 7ad9eca00000-7ad9eca01000 ---p 00000000 00:00 0 
| 7ad9eca01000-7ad9eca42000 rw-p 00000000 00:00 0 
| 7ad9eca42000-7ad9eca43000 ---p 00000000 00:00 0 
| 7ad9eca43000-7ad9eca84000 rw-p 00000000 00:00 0 
| 7ad9eca84000-7ad9eca85000 ---p 00000000 00:00 0 
| 7ad9eca85000-7ad9ecac6000 rw-p 00000000 00:00 0 
| 7ad9ecac6000-7ad9ecac7000 ---p 00000000 00:00 0 
| 7ad9ecac7000-7ad9ecb08000 rw-p 00000000 00:00 0 
| 7ad9ecb08000-7ad9ecb09000 ---p 00000000 00:00 0 
| 7ad9ecb09000-7ad9ecb4a000 rw-p 00000000 00:00 0 
| 7ad9ecb4a000-7ad9ecb4b000 ---p 00000000 00:00 0 
| 7ad9ecb4b000-7ad9ecb8c000 rw-p 00000000 00:00 0 
| 7ad9ecb8c000-7ad9ecb8d000 ---p 00000000 00:00 0 
| 7ad9ecb8d000-7ad9ecbce000 rw-p 00000000 00:00 0 
| 7ad9ecbce000-7ad9ecbcf000 ---p 00000000 00:00 0 
| 7ad9ecbcf000-7ad9ecc10000 rw-p 00000000 00:00 0 
| 7ad9ecc10000-7ad9ecc11000 ---p 00000000 00:00 0 
| 7ad9ecc11000-7ad9ecc52000 rw-p 00000000 00:00 0 
| 7ad9ecc52000-7ad9ecc53000 ---p 00000000 00:00 0 
| 7ad9ecc53000-7ad9ecc94000 rw-p 00000000 00:00 0 
| 7ad9ecc94000-7ad9ecc95000 ---p 00000000 00:00 0 
| 7ad9ecc95000-7ad9eccd6000 rw-p 00000000 00:00 0 
| 7ad9eccd6000-7ad9eccd7000 ---p 00000000 00:00 0 
| 7ad9eccd7000-7ad9ecd18000 rw-p 00000000 00:00 0 
| 7ad9ecd18000-7ad9ecd19000 ---p 00000000 00:00 0 
| 7ad9ecd19000-7ad9ecd5a000 rw-p 00000000 00:00 0 
| 7ad9ecd5a000-7ad9ecd5b000 ---p 00000000 00:00 0 
| 7ad9ecd5b000-7ad9ecd9c000 rw-p 00000000 00:00 0 
| 7ad9ecd9c000-7ad9ecd9d000 ---p 00000000 00:00 0 
| 7ad9ecd9d000-7ad9ecdde000 rw-p 00000000 00:00 0 
| 7ad9ecdde000-7ad9ecddf000 ---p 00000000 00:00 0 
| 7ad9ecddf000-7ad9ece20000 rw-p 00000000 00:00 0 
| 7ad9ece20000-7ad9ece21000 ---p 00000000 00:00 0 
| 7ad9ece21000-7ad9ece62000 rw-p 00000000 00:00 0 
| 7ad9ece62000-7ad9ece63000 ---p 00000000 00:00 0 
| 7ad9ece63000-7ad9ecea4000 rw-p 00000000 00:00 0 
| 7ad9ecea4000-7ad9ecea5000 ---p 00000000 00:00 0 
| 7ad9ecea5000-7ad9ecee6000 rw-p 00000000 00:00 0 
| 7ad9ecee6000-7ad9ecee7000 ---p 00000000 00:00 0 
| 7ad9ecee7000-7ad9ecf28000 rw-p 00000000 00:00 0 
| 7ad9ecf28000-7ad9ecf29000 ---p 00000000 00:00 0 
| 7ad9ecf29000-7ad9ecf6a000 rw-p 00000000 00:00 0 
| 7ad9ecf6a000-7ad9ecf6b000 ---p 00000000 00:00 0 
| 7ad9ecf6b000-7ad9ecfac000 rw-p 00000000 00:00 0 
| 7ad9ecfac000-7ad9ecfad000 ---p 00000000 00:00 0 
| 7ad9ecfad000-7ad9ecfee000 rw-p 00000000 00:00 0 
| 7ad9ecfee000-7ad9ecfef000 ---p 00000000 00:00 0 
| 7ad9ecfef000-7ad9ed030000 rw-p 00000000 00:00 0 
| 7ad9ed030000-7ad9ed031000 ---p 00000000 00:00 0 
| 7ad9ed031000-7ad9ed072000 rw-p 00000000 00:00 0 
| 7ad9ed072000-7ad9ed073000 ---p 00000000 00:00 0 
| 7ad9ed073000-7ad9ed0b4000 rw-p 00000000 00:00 0 
| 7ad9ed0b4000-7ad9ed0b5000 ---p 00000000 00:00 0 
| 7ad9ed0b5000-7ad9ed0f6000 rw-p 00000000 00:00 0 
| 7ad9ed0f6000-7ad9ed0f7000 ---p 00000000 00:00 0 
| 7ad9ed0f7000-7ad9ed138000 rw-p 00000000 00:00 0 
| 7ad9ed138000-7ad9ed139000 ---p 00000000 00:00 0 
| 7ad9ed139000-7ad9ed17a000 rw-p 00000000 00:00 0 
| 7ad9ed17a000-7ad9ed17b000 ---p 00000000 00:00 0 
| 7ad9ed17b000-7ad9ed1bc000 rw-p 00000000 00:00 0 
| 7ad9ed1bc000-7ad9ed1bd000 ---p 00000000 00:00 0 
| 7ad9ed1bd000-7ad9ed1fe000 rw-p 00000000 00:00 0 
| 7ad9ed1fe000-7ad9ed1ff000 ---p 00000000 00:00 0 
| 7ad9ed1ff000-7ad9ed240000 rw-p 00000000 00:00 0 
| 7ad9ed250000-7ad9ed2b0000 rw-p 00000000 00:00 0 
| 7ad9ed2c0000-7ad9ed3d0000 rw-p 00000000 00:00 0 
| 7ad9ed3e0000-7ad9ed400000 rw-p 00000000 00:00 0 
| 7ad9ed400000-7ad9ed401000 ---p 00000000 00:00 0 
| 7ad9ed401000-7ad9edc01000 rw-p 00000000 00:00 0 
| 7ad9edc20000-7ad9edcf0000 rw-p 00000000 00:00 0 
| 7ad9edd00000-7ada07200000 rw-p 00000000 00:00 0 
| 7ada07210000-7ada072f0000 rw-p 00000000 00:00 0 
| 7ada072ff000-7ada07400000 rw-p 00000000 00:00 0 
| 7ada07400000-7ada07428000 r--p 00000000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ada07428000-7ada075b0000 r-xp 00028000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ada075b0000-7ada075ff000 r--p 001b0000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ada075ff000-7ada07603000 r--p 001fe000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ada07603000-7ada07605000 rw-p 00202000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ada07605000-7ada07612000 rw-p 00000000 00:00 0 
| 7ada0761f000-7ada07623000 r--p 00000000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ada07623000-7ada0762b000 r-xp 00004000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ada0762b000-7ada0762e000 r--p 0000c000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ada0762e000-7ada0762f000 r--p 0000e000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ada0762f000-7ada07630000 rw-p 0000f000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ada07630000-7ada07640000 rw-p 00000000 00:00 0 
| 7ada07640000-7ada07642000 r--p 00000000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ada07642000-7ada07647000 r-xp 00002000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ada07647000-7ada07648000 r--p 00007000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ada07648000-7ada07649000 r--p 00008000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ada07649000-7ada0764a000 rw-p 00009000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ada0764a000-7ada0764b000 r--p 00000000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7ada0764b000-7ada0764c000 r-xp 00001000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7ada0764c000-7ada0764d000 r--p 00002000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7ada0764d000-7ada0764e000 r--p 00002000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7ada0764e000-7ada0764f000 rw-p 00003000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7ada0764f000-7ada076c0000 rw-p 00000000 00:00 0 
| 7ada076c2000-7ada076c3000 r--p 00000000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ada076c3000-7ada076c5000 r-xp 00001000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ada076c5000-7ada076c6000 r--p 00003000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ada076c6000-7ada076c7000 r--p 00003000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ada076c7000-7ada076c8000 rw-p 00004000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ada076c8000-7ada076cd000 rw-p 00000000 00:00 0 
| 7ada076cd000-7ada076d1000 r--p 00000000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ada076d1000-7ada076f4000 r-xp 00004000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ada076f4000-7ada076f8000 r--p 00027000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ada076f8000-7ada076f9000 r--p 0002b000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ada076f9000-7ada076fa000 rw-p 0002c000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ada076fa000-7ada0770a000 r--p 00000000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ada0770a000-7ada07789000 r-xp 00010000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ada07789000-7ada077e1000 r--p 0008f000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ada077e1000-7ada077e2000 r--p 000e7000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ada077e2000-7ada077e3000 rw-p 000e8000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ada077e3000-7ada077e5000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ada077e5000-7ada077fa000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ada077fa000-7ada07813000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ada07813000-7ada07814000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ada07814000-7ada07815000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ada07815000-7ada0781d000 rw-p 00000000 00:00 0 
| 7ada0781d000-7ada07827000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ada07827000-7ada07889000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ada07889000-7ada078a0000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ada078a0000-7ada078a1000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ada078a1000-7ada078a2000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ada078a2000-7ada078a4000 r--p 00000000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ada078a4000-7ada078b6000 r-xp 00002000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ada078b6000-7ada078bc000 r--p 00014000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ada078bc000-7ada078bd000 r--p 0001a000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ada078bd000-7ada078be000 rw-p 0001b000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ada078c0000-7ada078c2000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ada078c2000-7ada078c9000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ada078c9000-7ada078ca000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ada078ca000-7ada078cb000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ada078cb000-7ada078cc000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ada078cc000-7ada078cd000 r--p 00000000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ada078cd000-7ada078ce000 r-xp 00001000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ada078ce000-7ada078cf000 r--p 00002000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ada078cf000-7ada078d0000 r--p 00002000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ada078d0000-7ada078d1000 rw-p 00003000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ada078d1000-7ada078d2000 r--p 00000000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ada078d2000-7ada078d3000 r-xp 00001000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ada078d3000-7ada078d4000 r--p 00002000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ada078d4000-7ada078d5000 r--p 00002000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ada078d5000-7ada078d6000 rw-p 00003000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ada078d6000-7ada078d8000 rw-p 00000000 00:00 0 
| 7ada078d8000-7ada078d9000 r--p 00000000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ada078d9000-7ada07904000 r-xp 00001000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ada07904000-7ada0790e000 r--p 0002c000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ada0790e000-7ada07910000 r--p 00036000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ada07910000-7ada07912000 rw-p 00038000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffbfffb0000-7ffc007af000 rw-p 00000000 00:00 0                          [stack]
| 7ffc007ea000-7ffc007ee000 r--p 00000000 00:00 0                          [vvar]
| 7ffc007ee000-7ffc007f0000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  7) Failure:
TestYJIT#test_send_polymorphic_method_name [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1723]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

  8) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 238897 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x0000562871c75648
| ruby 3.4.0dev (2024-03-28T02:44:45Z master 7630a89a4b) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:51
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:0003c0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x0000562871c75648 RBP: 0x000056286f1bb058 RSP: 0x00007ffd2a73c890
|  RAX: 0x0000000000000000 RBX: 0x000075001c86cf00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007500016ba2d0
|   R8: 0x0000000000000004  R9: 0x000075001c545b78 R10: 0x00007500016ba2d0
|  R11: 0x0000000000000001 R12: 0x0000000000000024 R13: 0x000056286f089c60
|  R14: 0x000056286f089c60 R15: 0x000075001c969838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x56286d208fa3] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x56286d3b7eec] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x46) [0x56286d14cf46] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x75001c645320) [0x75001c645320]
| [0x562871c75648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 56286cf94000-56286cfd8000 r--p 00000000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 56286cfd8000-56286d427000 r-xp 00044000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 56286d427000-56286d5c1000 r--p 00493000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 56286d5c1000-56286d5d9000 r--p 0062d000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 56286d5d9000-56286d5da000 rw-p 00645000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 56286d5da000-56286d5ef000 rw-p 00000000 00:00 0 
| 56286f086000-56286fc61000 rw-p 00000000 00:00 0                          [heap]
| 56286fc74000-562871c74000 r-xp 00000000 00:00 0 
| 562871c74000-562873c74000 rw-p 00000000 00:00 0 
| 562873e2d000-562873e5d000 r-xp 00000000 00:00 0 
| 562873e5d000-562876e2d000 ---p 00000000 00:00 0 
| 74fffd800000-74fffdcff000 rw-p 00000000 00:00 0 
| 74fffe200000-74fffe407000 r--s 00000000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 74fffe600000-75000158a000 r--s 00000000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7500016b0000-750001a21000 rw-p 00000000 00:00 0 
| 750001a40000-750001c00000 rw-p 00000000 00:00 0 
| 750001c00000-750001c01000 ---p 00000000 00:00 0 
| 750001c01000-750001c42000 rw-p 00000000 00:00 0 
| 750001c42000-750001c43000 ---p 00000000 00:00 0 
| 750001c43000-750001c84000 rw-p 00000000 00:00 0 
| 750001c84000-750001c85000 ---p 00000000 00:00 0 
| 750001c85000-750001cc6000 rw-p 00000000 00:00 0 
| 750001cc6000-750001cc7000 ---p 00000000 00:00 0 
| 750001cc7000-750001d08000 rw-p 00000000 00:00 0 
| 750001d08000-750001d09000 ---p 00000000 00:00 0 
| 750001d09000-750001d4a000 rw-p 00000000 00:00 0 
| 750001d4a000-750001d4b000 ---p 00000000 00:00 0 
| 750001d4b000-750001d8c000 rw-p 00000000 00:00 0 
| 750001d8c000-750001d8d000 ---p 00000000 00:00 0 
| 750001d8d000-750001dce000 rw-p 00000000 00:00 0 
| 750001dce000-750001dcf000 ---p 00000000 00:00 0 
| 750001dcf000-750001e10000 rw-p 00000000 00:00 0 
| 750001e10000-750001e11000 ---p 00000000 00:00 0 
| 750001e11000-750001e52000 rw-p 00000000 00:00 0 
| 750001e52000-750001e53000 ---p 00000000 00:00 0 
| 750001e53000-750001e94000 rw-p 00000000 00:00 0 
| 750001e94000-750001e95000 ---p 00000000 00:00 0 
| 750001e95000-750001ed6000 rw-p 00000000 00:00 0 
| 750001ed6000-750001ed7000 ---p 00000000 00:00 0 
| 750001ed7000-750001f18000 rw-p 00000000 00:00 0 
| 750001f18000-750001f19000 ---p 00000000 00:00 0 
| 750001f19000-750001f5a000 rw-p 00000000 00:00 0 
| 750001f5a000-750001f5b000 ---p 00000000 00:00 0 
| 750001f5b000-750001f9c000 rw-p 00000000 00:00 0 
| 750001f9c000-750001f9d000 ---p 00000000 00:00 0 
| 750001f9d000-750001fde000 rw-p 00000000 00:00 0 
| 750001fde000-750001fdf000 ---p 00000000 00:00 0 
| 750001fdf000-750002020000 rw-p 00000000 00:00 0 
| 750002020000-750002021000 ---p 00000000 00:00 0 
| 750002021000-750002062000 rw-p 00000000 00:00 0 
| 750002062000-750002063000 ---p 00000000 00:00 0 
| 750002063000-7500020a4000 rw-p 00000000 00:00 0 
| 7500020a4000-7500020a5000 ---p 00000000 00:00 0 
| 7500020a5000-7500020e6000 rw-p 00000000 00:00 0 
| 7500020e6000-7500020e7000 ---p 00000000 00:00 0 
| 7500020e7000-750002128000 rw-p 00000000 00:00 0 
| 750002128000-750002129000 ---p 00000000 00:00 0 
| 750002129000-75000216a000 rw-p 00000000 00:00 0 
| 75000216a000-75000216b000 ---p 00000000 00:00 0 
| 75000216b000-7500021ac000 rw-p 00000000 00:00 0 
| 7500021ac000-7500021ad000 ---p 00000000 00:00 0 
| 7500021ad000-7500021ee000 rw-p 00000000 00:00 0 
| 7500021ee000-7500021ef000 ---p 00000000 00:00 0 
| 7500021ef000-750002230000 rw-p 00000000 00:00 0 
| 750002230000-750002231000 ---p 00000000 00:00 0 
| 750002231000-750002272000 rw-p 00000000 00:00 0 
| 750002272000-750002273000 ---p 00000000 00:00 0 
| 750002273000-7500022b4000 rw-p 00000000 00:00 0 
| 7500022b4000-7500022b5000 ---p 00000000 00:00 0 
| 7500022b5000-7500022f6000 rw-p 00000000 00:00 0 
| 7500022f6000-7500022f7000 ---p 00000000 00:00 0 
| 7500022f7000-750002338000 rw-p 00000000 00:00 0 
| 750002338000-750002339000 ---p 00000000 00:00 0 
| 750002339000-75000237a000 rw-p 00000000 00:00 0 
| 75000237a000-75000237b000 ---p 00000000 00:00 0 
| 75000237b000-7500023bc000 rw-p 00000000 00:00 0 
| 7500023bc000-7500023bd000 ---p 00000000 00:00 0 
| 7500023bd000-7500023fe000 rw-p 00000000 00:00 0 
| 7500023fe000-7500023ff000 ---p 00000000 00:00 0 
| 7500023ff000-750002440000 rw-p 00000000 00:00 0 
| 750002450000-750002510000 rw-p 00000000 00:00 0 
| 750002520000-7500025b0000 rw-p 00000000 00:00 0 
| 7500025c0000-7500025f0000 rw-p 00000000 00:00 0 
| 750002600000-750002601000 ---p 00000000 00:00 0 
| 750002601000-750002e01000 rw-p 00000000 00:00 0 
| 750002e20000-75001c400000 rw-p 00000000 00:00 0 
| 75001c410000-75001c590000 rw-p 00000000 00:00 0 
| 75001c59f000-75001c600000 rw-p 00000000 00:00 0 
| 75001c600000-75001c628000 r--p 00000000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 75001c628000-75001c7b0000 r-xp 00028000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 75001c7b0000-75001c7ff000 r--p 001b0000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 75001c7ff000-75001c803000 r--p 001fe000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 75001c803000-75001c805000 rw-p 00202000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 75001c805000-75001c812000 rw-p 00000000 00:00 0 
| 75001c815000-75001c817000 r--p 00000000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 75001c817000-75001c81c000 r-xp 00002000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 75001c81c000-75001c81d000 r--p 00007000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 75001c81d000-75001c81e000 r--p 00008000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 75001c81e000-75001c81f000 rw-p 00009000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 75001c81f000-75001c823000 r--p 00000000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 75001c823000-75001c82b000 r-xp 00004000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 75001c82b000-75001c82e000 r--p 0000c000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 75001c82e000-75001c82f000 r--p 0000e000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 75001c82f000-75001c830000 rw-p 0000f000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 75001c830000-75001c860000 rw-p 00000000 00:00 0 
| 75001c860000-75001c861000 r--p 00000000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 75001c861000-75001c862000 r-xp 00001000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 75001c862000-75001c863000 r--p 00002000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 75001c863000-75001c864000 r--p 00002000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 75001c864000-75001c865000 rw-p 00003000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 75001c865000-75001c866000 r--p 00000000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 75001c866000-75001c868000 r-xp 00001000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 75001c868000-75001c869000 r--p 00003000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 75001c869000-75001c86a000 r--p 00003000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 75001c86a000-75001c86b000 rw-p 00004000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 75001c86b000-75001c971000 rw-p 00000000 00:00 0 
| 75001c971000-75001c975000 r--p 00000000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 75001c975000-75001c998000 r-xp 00004000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 75001c998000-75001c99c000 r--p 00027000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 75001c99c000-75001c99d000 r--p 0002b000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 75001c99d000-75001c99e000 rw-p 0002c000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 75001c99e000-75001c9ae000 r--p 00000000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 75001c9ae000-75001ca2d000 r-xp 00010000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 75001ca2d000-75001ca85000 r--p 0008f000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 75001ca85000-75001ca86000 r--p 000e7000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 75001ca86000-75001ca87000 rw-p 000e8000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 75001ca87000-75001ca89000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 75001ca89000-75001ca9e000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 75001ca9e000-75001cab7000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 75001cab7000-75001cab8000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 75001cab8000-75001cab9000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 75001cab9000-75001cac1000 rw-p 00000000 00:00 0 
| 75001cac1000-75001cacb000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 75001cacb000-75001cb2d000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 75001cb2d000-75001cb44000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 75001cb44000-75001cb45000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 75001cb45000-75001cb46000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 75001cb46000-75001cb48000 r--p 00000000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 75001cb48000-75001cb5a000 r-xp 00002000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 75001cb5a000-75001cb60000 r--p 00014000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 75001cb60000-75001cb61000 r--p 0001a000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 75001cb61000-75001cb62000 rw-p 0001b000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 75001cb64000-75001cb66000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 75001cb66000-75001cb6d000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 75001cb6d000-75001cb6e000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 75001cb6e000-75001cb6f000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 75001cb6f000-75001cb70000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 75001cb70000-75001cb71000 r--p 00000000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 75001cb71000-75001cb72000 r-xp 00001000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 75001cb72000-75001cb73000 r--p 00002000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 75001cb73000-75001cb74000 r--p 00002000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 75001cb74000-75001cb75000 rw-p 00003000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 75001cb75000-75001cb76000 r--p 00000000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 75001cb76000-75001cb77000 r-xp 00001000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 75001cb77000-75001cb78000 r--p 00002000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 75001cb78000-75001cb79000 r--p 00002000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 75001cb79000-75001cb7a000 rw-p 00003000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 75001cb7a000-75001cb7c000 rw-p 00000000 00:00 0 
| 75001cb7c000-75001cb7d000 r--p 00000000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 75001cb7d000-75001cba8000 r-xp 00001000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 75001cba8000-75001cbb2000 r--p 0002c000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 75001cbb2000-75001cbb4000 r--p 00036000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 75001cbb4000-75001cbb6000 rw-p 00038000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffd29f4b000-7ffd2a74a000 rw-p 00000000 00:00 0                          [stack]
| 7ffd2a7cf000-7ffd2a7d3000 r--p 00000000 00:00 0                          [vvar]
| 7ffd2a7d3000-7ffd2a7d5000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  9) Failure:
TestYJIT#test_empty_splat [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1723]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

 10) Failure:
TestYJIT#test_yjit_enable_stats_true [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:85]:
pid 238972 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x000064d714ce4648
| ruby 3.4.0dev (2024-03-28T02:44:45Z master 7630a89a4b) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:51
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 E:002650 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:000fb0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000064d714ce4648 RBP: 0x000064d712344a58 RSP: 0x00007ffed0bcf4c0
|  RAX: 0x0000000000000000 RBX: 0x0000754d1eb00f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000754d04053860
|   R8: 0x0000000000000004  R9: 0x0000754d1eac5b80 R10: 0x0000754d04053860
|  R11: 0x0000000000000001 R12: 0x0000000000000024 R13: 0x000064d712282c60
|  R14: 0x000064d712282c60 R15: 0x0000754d1ebfd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x64d711677fa3] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x64d711826eec] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x46) [0x64d7115bbf46] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x754d1ec45320) [0x754d1ec45320]
| [0x64d714ce4648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 64d711403000-64d711447000 r--p 00000000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64d711447000-64d711896000 r-xp 00044000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64d711896000-64d711a30000 r--p 00493000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64d711a30000-64d711a48000 r--p 0062d000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64d711a48000-64d711a49000 rw-p 00645000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64d711a49000-64d711a5e000 rw-p 00000000 00:00 0 
| 64d71227f000-64d712cb5000 rw-p 00000000 00:00 0                          [heap]
| 64d712ce3000-64d714ce3000 r-xp 00000000 00:00 0 
| 64d714ce3000-64d716ce3000 rw-p 00000000 00:00 0 
| 64d716e9c000-64d716edb000 r-xp 00000000 00:00 0 
| 64d716edb000-64d719e9c000 ---p 00000000 00:00 0 
| 754cffe00000-754d002ff000 rw-p 00000000 00:00 0 
| 754d00800000-754d00a07000 r--s 00000000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 754d00c00000-754d03b8a000 r--s 00000000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 754d03d10000-754d03d30000 rw-p 00000000 00:00 0 
| 754d03d40000-754d03d60000 rw-p 00000000 00:00 0 
| 754d03d70000-754d03dd0000 rw-p 00000000 00:00 0 
| 754d03de0000-754d04021000 rw-p 00000000 00:00 0 
| 754d04040000-754d04200000 rw-p 00000000 00:00 0 
| 754d04200000-754d04201000 ---p 00000000 00:00 0 
| 754d04201000-754d04242000 rw-p 00000000 00:00 0 
| 754d04242000-754d04243000 ---p 00000000 00:00 0 
| 754d04243000-754d04284000 rw-p 00000000 00:00 0 
| 754d04284000-754d04285000 ---p 00000000 00:00 0 
| 754d04285000-754d042c6000 rw-p 00000000 00:00 0 
| 754d042c6000-754d042c7000 ---p 00000000 00:00 0 
| 754d042c7000-754d04308000 rw-p 00000000 00:00 0 
| 754d04308000-754d04309000 ---p 00000000 00:00 0 
| 754d04309000-754d0434a000 rw-p 00000000 00:00 0 
| 754d0434a000-754d0434b000 ---p 00000000 00:00 0 
| 754d0434b000-754d0438c000 rw-p 00000000 00:00 0 
| 754d0438c000-754d0438d000 ---p 00000000 00:00 0 
| 754d0438d000-754d043ce000 rw-p 00000000 00:00 0 
| 754d043ce000-754d043cf000 ---p 00000000 00:00 0 
| 754d043cf000-754d04410000 rw-p 00000000 00:00 0 
| 754d04410000-754d04411000 ---p 00000000 00:00 0 
| 754d04411000-754d04452000 rw-p 00000000 00:00 0 
| 754d04452000-754d04453000 ---p 00000000 00:00 0 
| 754d04453000-754d04494000 rw-p 00000000 00:00 0 
| 754d04494000-754d04495000 ---p 00000000 00:00 0 
| 754d04495000-754d044d6000 rw-p 00000000 00:00 0 
| 754d044d6000-754d044d7000 ---p 00000000 00:00 0 
| 754d044d7000-754d04518000 rw-p 00000000 00:00 0 
| 754d04518000-754d04519000 ---p 00000000 00:00 0 
| 754d04519000-754d0455a000 rw-p 00000000 00:00 0 
| 754d0455a000-754d0455b000 ---p 00000000 00:00 0 
| 754d0455b000-754d0459c000 rw-p 00000000 00:00 0 
| 754d0459c000-754d0459d000 ---p 00000000 00:00 0 
| 754d0459d000-754d045de000 rw-p 00000000 00:00 0 
| 754d045de000-754d045df000 ---p 00000000 00:00 0 
| 754d045df000-754d04620000 rw-p 00000000 00:00 0 
| 754d04620000-754d04621000 ---p 00000000 00:00 0 
| 754d04621000-754d04662000 rw-p 00000000 00:00 0 
| 754d04662000-754d04663000 ---p 00000000 00:00 0 
| 754d04663000-754d046a4000 rw-p 00000000 00:00 0 
| 754d046a4000-754d046a5000 ---p 00000000 00:00 0 
| 754d046a5000-754d046e6000 rw-p 00000000 00:00 0 
| 754d046e6000-754d046e7000 ---p 00000000 00:00 0 
| 754d046e7000-754d04728000 rw-p 00000000 00:00 0 
| 754d04728000-754d04729000 ---p 00000000 00:00 0 
| 754d04729000-754d0476a000 rw-p 00000000 00:00 0 
| 754d0476a000-754d0476b000 ---p 00000000 00:00 0 
| 754d0476b000-754d047ac000 rw-p 00000000 00:00 0 
| 754d047ac000-754d047ad000 ---p 00000000 00:00 0 
| 754d047ad000-754d047ee000 rw-p 00000000 00:00 0 
| 754d047ee000-754d047ef000 ---p 00000000 00:00 0 
| 754d047ef000-754d04830000 rw-p 00000000 00:00 0 
| 754d04830000-754d04831000 ---p 00000000 00:00 0 
| 754d04831000-754d04872000 rw-p 00000000 00:00 0 
| 754d04872000-754d04873000 ---p 00000000 00:00 0 
| 754d04873000-754d048b4000 rw-p 00000000 00:00 0 
| 754d048b4000-754d048b5000 ---p 00000000 00:00 0 
| 754d048b5000-754d048f6000 rw-p 00000000 00:00 0 
| 754d048f6000-754d048f7000 ---p 00000000 00:00 0 
| 754d048f7000-754d04938000 rw-p 00000000 00:00 0 
| 754d04938000-754d04939000 ---p 00000000 00:00 0 
| 754d04939000-754d0497a000 rw-p 00000000 00:00 0 
| 754d0497a000-754d0497b000 ---p 00000000 00:00 0 
| 754d0497b000-754d049bc000 rw-p 00000000 00:00 0 
| 754d049bc000-754d049bd000 ---p 00000000 00:00 0 
| 754d049bd000-754d049fe000 rw-p 00000000 00:00 0 
| 754d049fe000-754d049ff000 ---p 00000000 00:00 0 
| 754d049ff000-754d04a40000 rw-p 00000000 00:00 0 
| 754d04a50000-754d04a60000 rw-p 00000000 00:00 0 
| 754d04a70000-754d04b00000 rw-p 00000000 00:00 0 
| 754d04b10000-754d04b40000 rw-p 00000000 00:00 0 
| 754d04b50000-754d04c00000 rw-p 00000000 00:00 0 
| 754d04c00000-754d04c01000 ---p 00000000 00:00 0 
| 754d04c01000-754d05401000 rw-p 00000000 00:00 0 
| 754d05420000-754d1ea00000 rw-p 00000000 00:00 0 
| 754d1ea10000-754d1eaf0000 rw-p 00000000 00:00 0 
| 754d1eaff000-754d1ec00000 rw-p 00000000 00:00 0 
| 754d1ec00000-754d1ec28000 r--p 00000000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 754d1ec28000-754d1edb0000 r-xp 00028000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 754d1edb0000-754d1edff000 r--p 001b0000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 754d1edff000-754d1ee03000 r--p 001fe000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 754d1ee03000-754d1ee05000 rw-p 00202000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 754d1ee05000-754d1ee12000 rw-p 00000000 00:00 0 
| 754d1ee1f000-754d1ee23000 r--p 00000000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 754d1ee23000-754d1ee2b000 r-xp 00004000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 754d1ee2b000-754d1ee2e000 r--p 0000c000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 754d1ee2e000-754d1ee2f000 r--p 0000e000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 754d1ee2f000-754d1ee30000 rw-p 0000f000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 754d1ee30000-754d1ee70000 rw-p 00000000 00:00 0 
| 754d1ee70000-754d1ee72000 r--p 00000000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 754d1ee72000-754d1ee77000 r-xp 00002000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 754d1ee77000-754d1ee78000 r--p 00007000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 754d1ee78000-754d1ee79000 r--p 00008000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 754d1ee79000-754d1ee7a000 rw-p 00009000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 754d1ee7a000-754d1ee7b000 r--p 00000000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 754d1ee7b000-754d1ee7c000 r-xp 00001000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 754d1ee7c000-754d1ee7d000 r--p 00002000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 754d1ee7d000-754d1ee7e000 r--p 00002000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 754d1ee7e000-754d1ee7f000 rw-p 00003000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 754d1ee7f000-754d1eef0000 rw-p 00000000 00:00 0 
| 754d1eef0000-754d1eef1000 r--p 00000000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 754d1eef1000-754d1eef3000 r-xp 00001000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 754d1eef3000-754d1eef4000 r--p 00003000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 754d1eef4000-754d1eef5000 r--p 00003000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 754d1eef5000-754d1eef6000 rw-p 00004000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 754d1eef6000-754d1eefb000 rw-p 00000000 00:00 0 
| 754d1eefb000-754d1eeff000 r--p 00000000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 754d1eeff000-754d1ef22000 r-xp 00004000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 754d1ef22000-754d1ef26000 r--p 00027000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 754d1ef26000-754d1ef27000 r--p 0002b000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 754d1ef27000-754d1ef28000 rw-p 0002c000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 754d1ef28000-754d1ef38000 r--p 00000000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 754d1ef38000-754d1efb7000 r-xp 00010000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 754d1efb7000-754d1f00f000 r--p 0008f000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 754d1f00f000-754d1f010000 r--p 000e7000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 754d1f010000-754d1f011000 rw-p 000e8000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 754d1f011000-754d1f013000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 754d1f013000-754d1f028000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 754d1f028000-754d1f041000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 754d1f041000-754d1f042000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 754d1f042000-754d1f043000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 754d1f043000-754d1f04b000 rw-p 00000000 00:00 0 
| 754d1f04b000-754d1f055000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 754d1f055000-754d1f0b7000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 754d1f0b7000-754d1f0ce000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 754d1f0ce000-754d1f0cf000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 754d1f0cf000-754d1f0d0000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 754d1f0d0000-754d1f0d2000 r--p 00000000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 754d1f0d2000-754d1f0e4000 r-xp 00002000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 754d1f0e4000-754d1f0ea000 r--p 00014000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 754d1f0ea000-754d1f0eb000 r--p 0001a000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 754d1f0eb000-754d1f0ec000 rw-p 0001b000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 754d1f0ee000-754d1f0f0000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 754d1f0f0000-754d1f0f7000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 754d1f0f7000-754d1f0f8000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 754d1f0f8000-754d1f0f9000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 754d1f0f9000-754d1f0fa000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 754d1f0fa000-754d1f0fb000 r--p 00000000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 754d1f0fb000-754d1f0fc000 r-xp 00001000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 754d1f0fc000-754d1f0fd000 r--p 00002000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 754d1f0fd000-754d1f0fe000 r--p 00002000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 754d1f0fe000-754d1f0ff000 rw-p 00003000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 754d1f0ff000-754d1f100000 r--p 00000000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 754d1f100000-754d1f101000 r-xp 00001000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 754d1f101000-754d1f102000 r--p 00002000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 754d1f102000-754d1f103000 r--p 00002000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 754d1f103000-754d1f104000 rw-p 00003000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 754d1f104000-754d1f106000 rw-p 00000000 00:00 0 
| 754d1f106000-754d1f107000 r--p 00000000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 754d1f107000-754d1f132000 r-xp 00001000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 754d1f132000-754d1f13c000 r--p 0002c000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 754d1f13c000-754d1f13e000 r--p 00036000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 754d1f13e000-754d1f140000 rw-p 00038000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffed03de000-7ffed0bdd000 rw-p 00000000 00:00 0                          [stack]
| 7ffed0bf7000-7ffed0bfb000 r--p 00000000 00:00 0                          [vvar]
| 7ffed0bfb000-7ffed0bfd000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 11) Failure:
TestYJIT#test_kwrest [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1723]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

 12) Failure:
TestYJIT#test_yjit_enable_stats_false [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:71]:
pid 239107 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x000060e26bb51648
| ruby 3.4.0dev (2024-03-28T02:44:45Z master 7630a89a4b) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:51
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0052 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:001660 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000060e26bb51648 RBP: 0x000060e2691b6d78 RSP: 0x00007fffab88e750
|  RAX: 0x0000000000000000 RBX: 0x0000797e32c1ff00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000797e17a89b48
|   R8: 0x0000000000000004  R9: 0x0000797e32915bc0 R10: 0x0000797e17a89b48
|  R11: 0x0000000000000001 R12: 0x0000000000000024 R13: 0x000060e269096c60
|  R14: 0x000060e269096c60 R15: 0x0000797e32d1c838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x60e267ce4fa3] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x60e267e93eec] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x46) [0x60e267c28f46] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x797e32a45320) [0x797e32a45320]
| [0x60e26bb51648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 60e267a70000-60e267ab4000 r--p 00000000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 60e267ab4000-60e267f03000 r-xp 00044000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 60e267f03000-60e26809d000 r--p 00493000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 60e26809d000-60e2680b5000 r--p 0062d000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 60e2680b5000-60e2680b6000 rw-p 00645000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 60e2680b6000-60e2680cb000 rw-p 00000000 00:00 0 
| 60e269093000-60e269ae5000 rw-p 00000000 00:00 0                          [heap]
| 60e269b50000-60e26bb50000 r-xp 00000000 00:00 0 
| 60e26bb50000-60e26db50000 rw-p 00000000 00:00 0 
| 60e26dd09000-60e26dd48000 r-xp 00000000 00:00 0 
| 60e26dd48000-60e270d09000 ---p 00000000 00:00 0 
| 797e13c00000-797e140ff000 rw-p 00000000 00:00 0 
| 797e14600000-797e14807000 r--s 00000000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 797e1485a000-797e14a00000 rw-p 00000000 00:00 0 
| 797e14a00000-797e1798a000 r--s 00000000 103:02 4327419                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 797e17a80000-797e17e21000 rw-p 00000000 00:00 0 
| 797e17e40000-797e18000000 rw-p 00000000 00:00 0 
| 797e18000000-797e18001000 ---p 00000000 00:00 0 
| 797e18001000-797e18042000 rw-p 00000000 00:00 0 
| 797e18042000-797e18043000 ---p 00000000 00:00 0 
| 797e18043000-797e18084000 rw-p 00000000 00:00 0 
| 797e18084000-797e18085000 ---p 00000000 00:00 0 
| 797e18085000-797e180c6000 rw-p 00000000 00:00 0 
| 797e180c6000-797e180c7000 ---p 00000000 00:00 0 
| 797e180c7000-797e18108000 rw-p 00000000 00:00 0 
| 797e18108000-797e18109000 ---p 00000000 00:00 0 
| 797e18109000-797e1814a000 rw-p 00000000 00:00 0 
| 797e1814a000-797e1814b000 ---p 00000000 00:00 0 
| 797e1814b000-797e1818c000 rw-p 00000000 00:00 0 
| 797e1818c000-797e1818d000 ---p 00000000 00:00 0 
| 797e1818d000-797e181ce000 rw-p 00000000 00:00 0 
| 797e181ce000-797e181cf000 ---p 00000000 00:00 0 
| 797e181cf000-797e18210000 rw-p 00000000 00:00 0 
| 797e18210000-797e18211000 ---p 00000000 00:00 0 
| 797e18211000-797e18252000 rw-p 00000000 00:00 0 
| 797e18252000-797e18253000 ---p 00000000 00:00 0 
| 797e18253000-797e18294000 rw-p 00000000 00:00 0 
| 797e18294000-797e18295000 ---p 00000000 00:00 0 
| 797e18295000-797e182d6000 rw-p 00000000 00:00 0 
| 797e182d6000-797e182d7000 ---p 00000000 00:00 0 
| 797e182d7000-797e18318000 rw-p 00000000 00:00 0 
| 797e18318000-797e18319000 ---p 00000000 00:00 0 
| 797e18319000-797e1835a000 rw-p 00000000 00:00 0 
| 797e1835a000-797e1835b000 ---p 00000000 00:00 0 
| 797e1835b000-797e1839c000 rw-p 00000000 00:00 0 
| 797e1839c000-797e1839d000 ---p 00000000 00:00 0 
| 797e1839d000-797e183de000 rw-p 00000000 00:00 0 
| 797e183de000-797e183df000 ---p 00000000 00:00 0 
| 797e183df000-797e18420000 rw-p 00000000 00:00 0 
| 797e18420000-797e18421000 ---p 00000000 00:00 0 
| 797e18421000-797e18462000 rw-p 00000000 00:00 0 
| 797e18462000-797e18463000 ---p 00000000 00:00 0 
| 797e18463000-797e184a4000 rw-p 00000000 00:00 0 
| 797e184a4000-797e184a5000 ---p 00000000 00:00 0 
| 797e184a5000-797e184e6000 rw-p 00000000 00:00 0 
| 797e184e6000-797e184e7000 ---p 00000000 00:00 0 
| 797e184e7000-797e18528000 rw-p 00000000 00:00 0 
| 797e18528000-797e18529000 ---p 00000000 00:00 0 
| 797e18529000-797e1856a000 rw-p 00000000 00:00 0 
| 797e1856a000-797e1856b000 ---p 00000000 00:00 0 
| 797e1856b000-797e185ac000 rw-p 00000000 00:00 0 
| 797e185ac000-797e185ad000 ---p 00000000 00:00 0 
| 797e185ad000-797e185ee000 rw-p 00000000 00:00 0 
| 797e185ee000-797e185ef000 ---p 00000000 00:00 0 
| 797e185ef000-797e18630000 rw-p 00000000 00:00 0 
| 797e18630000-797e18631000 ---p 00000000 00:00 0 
| 797e18631000-797e18672000 rw-p 00000000 00:00 0 
| 797e18672000-797e18673000 ---p 00000000 00:00 0 
| 797e18673000-797e186b4000 rw-p 00000000 00:00 0 
| 797e186b4000-797e186b5000 ---p 00000000 00:00 0 
| 797e186b5000-797e186f6000 rw-p 00000000 00:00 0 
| 797e186f6000-797e186f7000 ---p 00000000 00:00 0 
| 797e186f7000-797e18738000 rw-p 00000000 00:00 0 
| 797e18738000-797e18739000 ---p 00000000 00:00 0 
| 797e18739000-797e1877a000 rw-p 00000000 00:00 0 
| 797e1877a000-797e1877b000 ---p 00000000 00:00 0 
| 797e1877b000-797e187bc000 rw-p 00000000 00:00 0 
| 797e187bc000-797e187bd000 ---p 00000000 00:00 0 
| 797e187bd000-797e187fe000 rw-p 00000000 00:00 0 
| 797e187fe000-797e187ff000 ---p 00000000 00:00 0 
| 797e187ff000-797e18840000 rw-p 00000000 00:00 0 
| 797e18850000-797e18960000 rw-p 00000000 00:00 0 
| 797e18970000-797e189f0000 rw-p 00000000 00:00 0 
| 797e18a00000-797e18a01000 ---p 00000000 00:00 0 
| 797e18a01000-797e19201000 rw-p 00000000 00:00 0 
| 797e19220000-797e19260000 rw-p 00000000 00:00 0 
| 797e19270000-797e32800000 rw-p 00000000 00:00 0 
| 797e32810000-797e32880000 rw-p 00000000 00:00 0 
| 797e3288f000-797e32893000 r--p 00000000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 797e32893000-797e3289b000 r-xp 00004000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 797e3289b000-797e3289e000 r--p 0000c000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 797e3289e000-797e3289f000 r--p 0000e000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 797e3289f000-797e328a0000 rw-p 0000f000 103:02 4326934                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 797e328a0000-797e32980000 rw-p 00000000 00:00 0 
| 797e32985000-797e32987000 r--p 00000000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 797e32987000-797e3298c000 r-xp 00002000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 797e3298c000-797e3298d000 r--p 00007000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 797e3298d000-797e3298e000 r--p 00008000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 797e3298e000-797e3298f000 rw-p 00009000 103:02 4326986                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 797e3298f000-797e32a00000 rw-p 00000000 00:00 0 
| 797e32a00000-797e32a28000 r--p 00000000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 797e32a28000-797e32bb0000 r-xp 00028000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 797e32bb0000-797e32bff000 r--p 001b0000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 797e32bff000-797e32c03000 r--p 001fe000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 797e32c03000-797e32c05000 rw-p 00202000 103:02 2098178                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 797e32c05000-797e32c12000 rw-p 00000000 00:00 0 
| 797e32c13000-797e32c14000 r--p 00000000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 797e32c14000-797e32c15000 r-xp 00001000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 797e32c15000-797e32c16000 r--p 00002000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 797e32c16000-797e32c17000 r--p 00002000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 797e32c17000-797e32c18000 rw-p 00003000 103:02 4326445                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 797e32c18000-797e32c19000 r--p 00000000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 797e32c19000-797e32c1b000 r-xp 00001000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 797e32c1b000-797e32c1c000 r--p 00003000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 797e32c1c000-797e32c1d000 r--p 00003000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 797e32c1d000-797e32c1e000 rw-p 00004000 103:02 4327341                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 797e32c1e000-797e32d24000 rw-p 00000000 00:00 0 
| 797e32d24000-797e32d28000 r--p 00000000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 797e32d28000-797e32d4b000 r-xp 00004000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 797e32d4b000-797e32d4f000 r--p 00027000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 797e32d4f000-797e32d50000 r--p 0002b000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 797e32d50000-797e32d51000 rw-p 0002c000 103:02 2098976                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 797e32d51000-797e32d61000 r--p 00000000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 797e32d61000-797e32de0000 r-xp 00010000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 797e32de0000-797e32e38000 r--p 0008f000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 797e32e38000-797e32e39000 r--p 000e7000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 797e32e39000-797e32e3a000 rw-p 000e8000 103:02 2098230                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 797e32e3a000-797e32e3c000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 797e32e3c000-797e32e51000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 797e32e51000-797e32e6a000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 797e32e6a000-797e32e6b000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 797e32e6b000-797e32e6c000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 797e32e6c000-797e32e74000 rw-p 00000000 00:00 0 
| 797e32e74000-797e32e7e000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 797e32e7e000-797e32ee0000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 797e32ee0000-797e32ef7000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 797e32ef7000-797e32ef8000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 797e32ef8000-797e32ef9000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 797e32ef9000-797e32efb000 r--p 00000000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 797e32efb000-797e32f0d000 r-xp 00002000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 797e32f0d000-797e32f13000 r--p 00014000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 797e32f13000-797e32f14000 r--p 0001a000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 797e32f14000-797e32f15000 rw-p 0001b000 103:02 2099148                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 797e32f17000-797e32f19000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 797e32f19000-797e32f20000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 797e32f20000-797e32f21000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 797e32f21000-797e32f22000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 797e32f22000-797e32f23000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 797e32f23000-797e32f24000 r--p 00000000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 797e32f24000-797e32f25000 r-xp 00001000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 797e32f25000-797e32f26000 r--p 00002000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 797e32f26000-797e32f27000 r--p 00002000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 797e32f27000-797e32f28000 rw-p 00003000 103:02 4327567                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 797e32f28000-797e32f29000 r--p 00000000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 797e32f29000-797e32f2a000 r-xp 00001000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 797e32f2a000-797e32f2b000 r--p 00002000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 797e32f2b000-797e32f2c000 r--p 00002000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 797e32f2c000-797e32f2d000 rw-p 00003000 103:02 4327429                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 797e32f2d000-797e32f2f000 rw-p 00000000 00:00 0 
| 797e32f2f000-797e32f30000 r--p 00000000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 797e32f30000-797e32f5b000 r-xp 00001000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 797e32f5b000-797e32f65000 r--p 0002c000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 797e32f65000-797e32f67000 r--p 00036000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 797e32f67000-797e32f69000 rw-p 00038000 103:02 2097596                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fffab09c000-7fffab89b000 rw-p 00000000 00:00 0                          [stack]
| 7fffab9a5000-7fffab9a9000 r--p 00000000 00:00 0                          [vvar]
| 7fffab9a9000-7fffab9ab000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 13) Failure:
TestYJIT#test_kw_splat_nil [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1723]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

 14) Failure:
TestYJIT#test_compile_opt_getconstant_path [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1738]:
Expected to compile instructions opt_getconstant_path but didn't.
iseq:
== disasm: #<ISeq:block in <main>@-e:2 (2,15)-(12,1)>
0000 definemethod                           :get_foo, get_foo         (   3)[LiBc]
0003 putobject                              123                       (   7)[Li]
0005 putspecialobject                       3
0007 setconstant                            :FOO
0009 putself                                                          (   9)[Li]
0010 opt_send_without_block                 <calldata!mid:get_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0012 pop
0013 putself                                                          (  10)[Li]
0014 opt_send_without_block                 <calldata!mid:get_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0016 leave                                                            (  12)[Br]

== disasm: #<ISeq:get_foo@-e:3 (3,2)-(5,3)>
0000 opt_getconstant_path                   <ic:0 FOO>                (   4)[LiCa]
0002 leave                                                            (   5)[Re]


 15) Failure:
TestAllocation::MethodCall#test_positional_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:75]:
Expected 1 array allocations for "splat(1)", but 2 arrays allocated
Expected 1 array allocations for "splat(1, *array1, *empty_array)", but 580 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, *empty_array)", but 42 hashes allocated
Expected 1 array allocations for "splat(1, *array1, **empty_hash)", but 7553 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, **empty_hash)", but 631 hashes allocated
Expected 1 array allocations for "splat(1, *array1, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 1 array allocations for "splat(*array1)", but 7528 arrays allocated
Expected 0 hash allocations for "splat(*array1)", but 622 hashes allocated
Expected 1 array allocations for "splat(**hash1)", but 2418 arrays allocated
Expected 1 hash allocations for "splat(**hash1)", but 209 hashes allocated
Expected 1 array allocations for "splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "splat(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "splat(**hash1, **empty_hash)", but 6613 arrays allocated
Expected 1 hash allocations for "splat(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "splat(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "splat(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 16) Failure:
TestAllocation::MethodCall#test_nested_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "argument_forwarding(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "argument_forwarding(1, **empty_hash, **hash1)", but 2283 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **empty_hash, **hash1)", but 207 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array)", but 8043 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil)", but 230 hashes allocated.
<true> expected but was
<false>.

 17) Failure:
TestAllocation::MethodCall#test_keyword_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:76]:
Expected 0 array allocations for "keyword_and_keyword_splat(a: 2)", but 1 arrays allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**empty_hash, **hash1)", but 579 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(*empty_array)", but 8001 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array)", but 666 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(*empty_array)", but 3362 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array)", but 275 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**hash1, **empty_hash)", but 520 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, a: 2, **empty_hash)", but 5279 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, a: 2, **empty_hash)", but 404 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash)", but 555 hashes allocated.
<true> expected but was
<false>.

 18) Failure:
TestAllocation::MethodCall#test_required_positional_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:88]:
Expected 0 array allocations for "required_and_keyword(1, a: 2)", but 1 arrays allocated
Expected 0 array allocations for "required_and_keyword(1, **empty_hash, **hash1)", but 579 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "required_and_keyword(1, *empty_array)", but 8045 arrays allocated
Expected 0 hash allocations for "required_and_keyword(1, *empty_array)", but 671 hashes allocated
Expected 0 array allocations for "required_and_keyword(1, **hash1, **empty_hash)", but 6660 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "required_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **nil)", but 230 hashes allocated.
<true> expected but was
<false>.

 19) Failure:
TestAllocation::MethodCall#test_positional_splat_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "splat_and_keyword(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "splat_and_keyword(1, **empty_hash, **hash1)", but 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array)", but 8047 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, a: 2)", but 2811 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, a: 2)", but 230 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **nill)", but 2861 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **nill)", but 234 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **empty_hash)", but 2861 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **empty_hash)", but 234 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **hash1)", but 2861 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **nil)", but 230 hashes allocated.
<true> expected but was
<false>.

 20) Failure:
TestAllocation::MethodCall#test_optional_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:67]:
Expected 0 array allocations for "optional(1)", but 1 arrays allocated
Expected 1 array allocations for "optional(*empty_array, **hash1, **empty_hash)", but 737 arrays allocated
Expected 1 hash allocations for "optional(*empty_array, **hash1, **empty_hash)", but 53 hashes allocated.
<true> expected but was
<false>.

 21) Failure:
TestAllocation::MethodCall#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1)", but 1775 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1)", but 143 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array)", but 8043 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 230 hashes allocated.
<true> expected but was
<false>.

 22) Failure:
TestAllocation::MethodCall#test_required_and_positional_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:75]:
Expected 1 array allocations for "req_splat(1)", but 2 arrays allocated
Expected 1 array allocations for "req_splat(1, *array1, *empty_array)", but 580 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array)", but 42 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, **empty_hash)", but 7553 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, **empty_hash)", but 631 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 1 array allocations for "req_splat(*array1)", but 7949 arrays allocated
Expected 0 hash allocations for "req_splat(*array1)", but 646 hashes allocated
Expected 1 array allocations for "req_splat(**hash1)", but 2418 arrays allocated
Expected 1 hash allocations for "req_splat(**hash1)", but 209 hashes allocated
Expected 1 array allocations for "req_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "req_splat(**hash1, **empty_hash)", but 6613 arrays allocated
Expected 1 hash allocations for "req_splat(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "req_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "req_splat(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "req_splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 23) Failure:
TestAllocation::MethodCall#test_required_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:67]:
Expected 0 array allocations for "required(1)", but 1 arrays allocated
Expected 1 array allocations for "required(*empty_array, **hash1, **empty_hash)", but 580 arrays allocated
Expected 1 hash allocations for "required(*empty_array, **hash1, **empty_hash)", but 43 hashes allocated.
<true> expected but was
<false>.

 24) Failure:
TestAllocation::MethodCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1)", but 580 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array)", but 8043 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array)", but 672 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 230 hashes allocated.
<true> expected but was
<false>.

 25) Failure:
TestAllocation::MethodCall#test_required_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:88]:
Expected 0 array allocations for "required_and_keyword_splat(1, a: 2)", but 1 arrays allocated
Expected 0 array allocations for "required_and_keyword_splat(1, **empty_hash, **hash1)", but 579 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(1, *empty_array)", but 8042 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array)", but 672 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(1, **hash1, **empty_hash)", but 6660 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 197 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, a: 2)", but 2810 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, a: 2)", but 231 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **nill)", but 2860 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nill)", but 235 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **empty_hash)", but 2860 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **empty_hash)", but 235 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **hash1)", but 2860 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **hash1)", but 235 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **nil)", but 2785 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nil)", but 231 hashes allocated.
<true> expected but was
<false>.

 26) Failure:
TestAllocation::MethodCall#test_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:76]:
Expected 0 array allocations for "keyword(a: 2)", but 1 arrays allocated
Expected 0 array allocations for "keyword(**empty_hash, **hash1)", but 579 arrays allocated
Expected 1 hash allocations for "keyword(**empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "keyword(*empty_array)", but 8004 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array)", but 665 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 0 array allocations for "keyword(*empty_array)", but 3365 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array)", but 274 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash)", but 520 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, a: 2, **empty_hash)", but 5279 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, a: 2, **empty_hash)", but 404 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 27) Failure:
TestAllocation::MethodCall#test_no_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:61]:
Expected 0 array allocations for "none()", but 1 arrays allocated.
<true> expected but was
<false>.

 28) Failure:
TestAllocation::MethodCall#test_positional_splat_and_post_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:75]:
Expected 1 array allocations for "splat_post(1)", but 2 arrays allocated
Expected 1 array allocations for "splat_post(1, *array1, *empty_array)", but 580 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, *empty_array)", but 42 hashes allocated
Expected 1 array allocations for "splat_post(1, *array1, **empty_hash)", but 7553 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, **empty_hash)", but 631 hashes allocated
Expected 1 array allocations for "splat_post(1, *array1, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 1 array allocations for "splat_post(*array1)", but 3362 arrays allocated
Expected 0 hash allocations for "splat_post(*array1)", but 275 hashes allocated
Expected 1 array allocations for "splat_post(**hash1)", but 2418 arrays allocated
Expected 1 hash allocations for "splat_post(**hash1)", but 209 hashes allocated
Expected 1 array allocations for "splat_post(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "splat_post(**hash1, **empty_hash)", but 6613 arrays allocated
Expected 1 hash allocations for "splat_post(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "splat_post(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "splat_post(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "splat_post(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 29) Failure:
TestAllocation::MethodCall#test_positional_splat_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "splat_and_keyword_splat(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1)", but 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array)", but 8043 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array)", but 672 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 197 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, a: 2)", but 2811 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, a: 2)", but 231 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nill)", but 2861 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nill)", but 235 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash)", but 2861 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash)", but 235 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1)", but 2861 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1)", but 235 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nil)", but 2785 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nil)", but 231 hashes allocated.
<true> expected but was
<false>.

 30) Failure:
TestAllocation::MethodCall#test_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:76]:
Expected 0 array allocations for "keyword_splat(a: 2)", but 1 arrays allocated
Expected 0 array allocations for "keyword_splat(**empty_hash, **hash1)", but 579 arrays allocated
Expected 1 hash allocations for "keyword_splat(**empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "keyword_splat(*empty_array)", but 8001 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array)", but 666 hashes allocated
Expected 0 array allocations for "keyword_splat(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword_splat(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 0 array allocations for "keyword_splat(*empty_array)", but 3362 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array)", but 275 hashes allocated
Expected 0 array allocations for "keyword_splat(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword_splat(**hash1, **empty_hash)", but 520 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, a: 2, **empty_hash)", but 5279 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, a: 2, **empty_hash)", but 404 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 31) Failure:
TestAllocation::MethodCall#test_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "argument_forwarding(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "argument_forwarding(1, **empty_hash, **hash1)", but 580 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array)", but 8043 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil)", but 230 hashes allocated.
<true> expected but was
<false>.

 32) Failure:
TestRubyOptimization#test_block_parameter_should_not_create_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_optimization.rb:796]:
<0> expected but was
<19>.

 33) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:75]:
Expected 1 array allocations for "splat(1, &block)", but 2 arrays allocated
Expected 1 array allocations for "splat(1, *array1, *empty_array, &block)", but 580 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, *empty_array, &block)", but 42 hashes allocated
Expected 1 array allocations for "splat(1, *array1, **empty_hash, &block)", but 7337 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, **empty_hash, &block)", but 596 hashes allocated
Expected 1 array allocations for "splat(1, *array1, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 1 array allocations for "splat(*array1, &block)", but 3607 arrays allocated
Expected 0 hash allocations for "splat(*array1, &block)", but 291 hashes allocated
Expected 1 array allocations for "splat(**hash1, &block)", but 2202 arrays allocated
Expected 1 hash allocations for "splat(**hash1, &block)", but 174 hashes allocated
Expected 1 array allocations for "splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "splat(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat(**hash1, **empty_hash, &block)", but 6893 arrays allocated
Expected 1 hash allocations for "splat(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "splat(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

 34) Failure:
TestAllocation::MethodCall::WithBlock#test_nested_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "argument_forwarding(1, a: 2, &block)", but 2 arrays allocated
Expected 1 array allocations for "argument_forwarding(1, **empty_hash, **hash1, &block)", but 1777 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **empty_hash, **hash1, &block)", but 142 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, &block)", but 8294 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, &block)", but 687 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, a: 2, &block)", but 240 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **nill, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nill, &block)", but 199 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil, &block)", but 195 hashes allocated.
<true> expected but was
<false>.

 35) Failure:
TestAllocation::MethodCall::WithBlock#test_keyword_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:76]:
Expected 0 array allocations for "keyword_and_keyword_splat(a: 2, &block)", but 1 arrays allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**empty_hash, **hash1, &block)", but 579 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(*empty_array, &block)", but 8240 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, &block)", but 681 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(*empty_array, &block)", but 3601 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, &block)", but 290 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**hash1, **empty_hash, &block)", but 561 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, a: 2, **empty_hash, &block)", but 5561 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, a: 2, **empty_hash, &block)", but 447 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

 36) Failure:
TestAllocation::MethodCall::WithBlock#test_required_positional_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:88]:
Expected 0 array allocations for "required_and_keyword(1, a: 2, &block)", but 1 arrays allocated
Expected 0 array allocations for "required_and_keyword(1, **empty_hash, **hash1, &block)", but 579 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "required_and_keyword(1, *empty_array, &block)", but 8296 arrays allocated
Expected 0 hash allocations for "required_and_keyword(1, *empty_array, &block)", but 687 hashes allocated
Expected 0 array allocations for "required_and_keyword(1, **hash1, **empty_hash, &block)", but 6942 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "required_and_keyword(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, a: 2, &block)", but 240 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **nill, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **nill, &block)", but 199 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **nil, &block)", but 195 hashes allocated.
<true> expected but was
<false>.

 37) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "splat_and_keyword(1, a: 2, &block)", but 2 arrays allocated
Expected 1 array allocations for "splat_and_keyword(1, **empty_hash, **hash1, &block)", but 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, &block)", but 8298 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(1, *empty_array, &block)", but 687 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, a: 2, &block)", but 2939 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, a: 2, &block)", but 240 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **nill, &block)", but 2656 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **nill, &block)", but 199 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **empty_hash, &block)", but 2656 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **hash1, &block)", but 2656 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **nil, &block)", but 195 hashes allocated.
<true> expected but was
<false>.

 38) Failure:
TestAllocation::MethodCall::WithBlock#test_optional_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:67]:
Expected 0 array allocations for "optional(1, &block)", but 1 arrays allocated
Expected 1 array allocations for "optional(*empty_array, **hash1, **empty_hash, &block)", but 737 arrays allocated
Expected 1 hash allocations for "optional(*empty_array, **hash1, **empty_hash, &block)", but 53 hashes allocated.
<true> expected but was
<false>.

 39) Failure:
TestAllocation::MethodCall::WithBlock#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, a: 2, &block)", but 2 arrays allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1, &block)", but 1775 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1, &block)", but 143 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, &block)", but 8294 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, &block)", but 688 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2, &block)", but 240 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill, &block)", but 199 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 195 hashes allocated.
<true> expected but was
<false>.

 40) Failure:
TestAllocation::MethodCall::WithBlock#test_required_and_positional_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:75]:
Expected 1 array allocations for "req_splat(1, &block)", but 2 arrays allocated
Expected 1 array allocations for "req_splat(1, *array1, *empty_array, &block)", but 580 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array, &block)", but 42 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, **empty_hash, &block)", but 7337 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, **empty_hash, &block)", but 596 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 1 array allocations for "req_splat(*array1, &block)", but 3607 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, &block)", but 291 hashes allocated
Expected 1 array allocations for "req_splat(**hash1, &block)", but 2202 arrays allocated
Expected 1 hash allocations for "req_splat(**hash1, &block)", but 174 hashes allocated
Expected 1 array allocations for "req_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "req_splat(**hash1, **empty_hash, &block)", but 6893 arrays allocated
Expected 1 hash allocations for "req_splat(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "req_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "req_splat(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "req_splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

 41) Failure:
TestAllocation::MethodCall::WithBlock#test_required_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:67]:
Expected 0 array allocations for "required(1, &block)", but 1 arrays allocated
Expected 1 array allocations for "required(*empty_array, **hash1, **empty_hash, &block)", but 580 arrays allocated
Expected 1 hash allocations for "required(*empty_array, **hash1, **empty_hash, &block)", but 43 hashes allocated.
<true> expected but was
<false>.

 42) Failure:
TestAllocation::MethodCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, a: 2, &block)", but 2 arrays allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1, &block)", but 580 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, &block)", but 8294 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, &block)", but 687 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2, &block)", but 240 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill, &block)", but 199 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 195 hashes allocated.
<true> expected but was
<false>.

 43) Failure:
TestAllocation::MethodCall::WithBlock#test_required_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:88]:
Expected 0 array allocations for "required_and_keyword_splat(1, a: 2, &block)", but 1 arrays allocated
Expected 0 array allocations for "required_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 579 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(1, *empty_array, &block)", but 8293 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, &block)", but 688 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 6942 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 197 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, a: 2, &block)", but 241 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **nill, &block)", but 2655 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nill, &block)", but 200 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **empty_hash, &block)", but 200 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **hash1, &block)", but 200 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **nil, &block)", but 2580 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nil, &block)", but 196 hashes allocated.
<true> expected but was
<false>.

 44) Failure:
TestAllocation::MethodCall::WithBlock#test_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:76]:
Expected 0 array allocations for "keyword(a: 2, &block)", but 1 arrays allocated
Expected 0 array allocations for "keyword(**empty_hash, **hash1, &block)", but 579 arrays allocated
Expected 1 hash allocations for "keyword(**empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "keyword(*empty_array, &block)", but 8243 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, &block)", but 681 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 0 array allocations for "keyword(*empty_array, &block)", but 3604 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, &block)", but 289 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash, &block)", but 561 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, a: 2, **empty_hash, &block)", but 5561 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, a: 2, **empty_hash, &block)", but 447 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

 45) Failure:
TestAllocation::MethodCall::WithBlock#test_no_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:61]:
Expected 0 array allocations for "none(&block)", but 1 arrays allocated.
<true> expected but was
<false>.

 46) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_post_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:75]:
Expected 1 array allocations for "splat_post(1, &block)", but 2 arrays allocated
Expected 1 array allocations for "splat_post(1, *array1, *empty_array, &block)", but 580 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, *empty_array, &block)", but 42 hashes allocated
Expected 1 array allocations for "splat_post(1, *array1, **empty_hash, &block)", but 7337 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, **empty_hash, &block)", but 596 hashes allocated
Expected 1 array allocations for "splat_post(1, *array1, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 1 array allocations for "splat_post(*array1, &block)", but 3601 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, &block)", but 290 hashes allocated
Expected 1 array allocations for "splat_post(**hash1, &block)", but 2202 arrays allocated
Expected 1 hash allocations for "splat_post(**hash1, &block)", but 174 hashes allocated
Expected 1 array allocations for "splat_post(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat_post(**hash1, **empty_hash, &block)", but 6893 arrays allocated
Expected 1 hash allocations for "splat_post(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "splat_post(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat_post(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "splat_post(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

 47) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "splat_and_keyword_splat(1, a: 2, &block)", but 2 arrays allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, &block)", but 8294 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, &block)", but 689 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 197 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, a: 2, &block)", but 2939 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, a: 2, &block)", but 241 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nill, &block)", but 2656 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nill, &block)", but 200 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash, &block)", but 2656 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash, &block)", but 200 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1, &block)", but 2656 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1, &block)", but 200 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nil, &block)", but 2580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nil, &block)", but 196 hashes allocated.
<true> expected but was
<false>.

 48) Failure:
TestAllocation::MethodCall::WithBlock#test_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:76]:
Expected 0 array allocations for "keyword_splat(a: 2, &block)", but 1 arrays allocated
Expected 0 array allocations for "keyword_splat(**empty_hash, **hash1, &block)", but 579 arrays allocated
Expected 1 hash allocations for "keyword_splat(**empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "keyword_splat(*empty_array, &block)", but 8240 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, &block)", but 681 hashes allocated
Expected 0 array allocations for "keyword_splat(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword_splat(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 0 array allocations for "keyword_splat(*empty_array, &block)", but 3601 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, &block)", but 290 hashes allocated
Expected 0 array allocations for "keyword_splat(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword_splat(**hash1, **empty_hash, &block)", but 561 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, a: 2, **empty_hash, &block)", but 5561 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, a: 2, **empty_hash, &block)", but 447 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

 49) Failure:
TestAllocation::MethodCall::WithBlock#test_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "argument_forwarding(1, a: 2, &block)", but 2 arrays allocated
Expected 1 array allocations for "argument_forwarding(1, **empty_hash, **hash1, &block)", but 580 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, &block)", but 8294 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, &block)", but 687 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, a: 2, &block)", but 240 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **nill, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nill, &block)", but 199 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil, &block)", but 195 hashes allocated.
<true> expected but was
<false>.

 50) Failure:
TestAllocation::Literal#test_array_literal [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:57]:
Expected 1 array allocations for "[]", but 2 arrays allocated.
<true> expected but was
<false>.

 51) Failure:
TestAllocation::Literal#test_hash_literal [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:57]:
Expected 0 array allocations for "{}", but 1 arrays allocated.
<true> expected but was
<false>.

Finished tests in 1447.225909s, 17.8466 tests/s, 4456.6083 assertions/s.
25828 tests, 6449719 assertions, 51 failures, 0 errors, 144 skips

ruby -v: ruby 3.4.0dev (2024-03-28T02:44:45Z master 7630a89a4b) +RJIT [x86_64-linux]
make: *** [uncommon.mk:956: yes-test-all] エラー 51

ええ???どしたん????なんか嫌なことでもあったん?????