今日の ruby build 2024-05-13 (original) (raw)

今日のビルド

5880103450faf26da193ac914421957e37d71604 までを pull ってきてビルド。

error.c: In function ‘rb_enc_compile_warn’: error.c:410:9: warning: function ‘rb_enc_compile_warn’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 410 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: In function ‘rb_enc_compile_warning’: error.c:432:9: warning: function ‘rb_enc_compile_warning’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 432 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: 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

今日のテスト

make test-all を実行。

Children under /tmp/rubytest.gtwqqn:

TestSymbol#test_inspect_under_gc_compact_stress [/home/jinroq/dev/sandbox/my-ruby-build/build-ruby-repo/test/ruby/test_symbol.rb:126]: <":testing"> expected but was <":"\x00\x00\x00\x00\x00\x00\x00"">.

Finished tests in 1196.116651s, 21.7011 tests/s, 5258.4370 assertions/s. 25957 tests, 6289704 assertions, 1 failures, 0 errors, 154 skips

ruby -v: ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) [x86_64-linux] make: *** [uncommon.mk:965: yes-test-all] エラー 1

GC compact で落ちてるな。Peter は沖縄に来るだろうから直るのは来週くらいか?

今日のビルド(enabled Universal Parser)

5880103450faf26da193ac914421957e37d71604 までを pull ってきてビルド。

error.c: In function ‘rb_enc_compile_warn’: error.c:410:9: warning: function ‘rb_enc_compile_warn’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 410 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: In function ‘rb_enc_compile_warning’: error.c:432:9: warning: function ‘rb_enc_compile_warning’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 432 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: 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

ずっと出てた警告が消えたな。これで直ってそうだけど、あの警告を消すのにこんなに diff 出るのか…。

今日のテスト(enabled Universal Parser)

make test-all を実行。

Children under /tmp/rubytest.irn6pk:

ruby -v: ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) [x86_64-linux]

今日のビルド(enabled YJIT)

5880103450faf26da193ac914421957e37d71604 までを pull ってきてビルド。

--enable-yjit

error.c: In function ‘rb_enc_compile_warn’: error.c:410:9: warning: function ‘rb_enc_compile_warn’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 410 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: In function ‘rb_enc_compile_warning’: error.c:432:9: warning: function ‘rb_enc_compile_warning’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 432 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: 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

cppflags=-DYJIT_FORCE_ENABLE

error.c: In function ‘rb_enc_compile_warn’: error.c:410:9: warning: function ‘rb_enc_compile_warn’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 410 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: In function ‘rb_enc_compile_warning’: error.c:432:9: warning: function ‘rb_enc_compile_warning’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 432 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: 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

今日のテスト(enabled YJIT)

5880103450faf26da193ac914421957e37d71604 までを pull ってきてビルド。

--enable-yjit

make test-all を実行。

Children under /tmp/rubytest.imz6gs:

ruby -v: ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) [x86_64-linux]

cppflags=-DYJIT_FORCE_ENABLE

make test-all を実行。

Children under /tmp/rubytest.79povg:

ruby -v: ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) +YJIT [x86_64-linux]

今日のビルド(enabled RJIT)

--enable-rjit --disable-yjit

error.c: In function ‘rb_enc_compile_warn’: error.c:410:9: warning: function ‘rb_enc_compile_warn’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 410 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: In function ‘rb_enc_compile_warning’: error.c:432:9: warning: function ‘rb_enc_compile_warning’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 432 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: 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

cppflags=-DRJIT_FORCE_ENABLE

error.c: In function ‘rb_enc_compile_warn’: error.c:410:9: warning: function ‘rb_enc_compile_warn’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 410 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: In function ‘rb_enc_compile_warning’: error.c:432:9: warning: function ‘rb_enc_compile_warning’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 432 | with_warn_vsprintf(enc, file, line, fmt) { | ^~~~~~~~~~~~~~~~~~ error.c: 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

今日のテスト(enabled RJIT)

--enable-rjit --disable-yjit

make test-all を実行。

Children under /tmp/rubytest.fvr9ho:

ruby -v: ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) [x86_64-linux]

cppflags=-DRJIT_FORCE_ENABLE

make test-all を実行。

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

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

  3. Failure: TestYJIT#test_yjit_enable_with_monkey_patch [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:124]: pid 2641481 killed by SIGSEGV (signal 11) (core dumped) | internal:array:53: [BUG] Segmentation fault at 0x00005a13e30e5648 | ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) +YJIT [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0109 p:0031 s:0990 e:000989 METHOD internal:array:53 | c:0108 p:0012 s:0984 e:000983 BLOCK /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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-force-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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5949 | 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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5947 | c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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-force-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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH] | c:0094 p:0025 s:0874 e:000872 METHOD internal:array:54 | c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0091 p:0025 s:0845 e:000843 METHOD internal:array:54 | c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0088 p:0025 s:0816 e:000814 METHOD internal:array:54 | c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0085 p:0025 s:0787 e:000785 METHOD internal:array:54 | c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0082 p:0025 s:0758 e:000756 METHOD internal:array:54 | c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0079 p:0025 s:0729 e:000727 METHOD internal:array:54 | c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0076 p:0025 s:0700 e:000698 METHOD internal:array:54 | c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0073 p:0025 s:0671 e:000669 METHOD internal:array:54 | c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0070 p:0025 s:0642 e:000640 METHOD internal:array:54 | c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0067 p:0025 s:0613 e:000611 METHOD internal:array:54 | c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0064 p:0025 s:0584 e:000582 METHOD internal:array:54 | c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0061 p:0025 s:0555 e:000553 METHOD internal:array:54 | c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0058 p:0025 s:0526 e:000524 METHOD internal:array:54 | c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0055 p:0025 s:0497 e:000495 METHOD internal:array:54 | c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0052 p:0025 s:0468 e:000466 METHOD internal:array:54 | c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0049 p:0025 s:0439 e:000437 METHOD internal:array:54 | c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0046 p:0025 s:0410 e:000408 METHOD internal:array:54 | c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0043 p:0025 s:0381 e:000379 METHOD internal:array:54 | c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0040 p:0025 s:0352 e:000350 METHOD internal:array:54 | c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0037 p:0025 s:0323 e:000321 METHOD internal:array:54 | c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0034 p:0025 s:0294 e:000292 METHOD internal:array:54 | c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0031 p:0025 s:0265 e:000263 METHOD internal:array:54 | c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0028 p:0025 s:0236 e:000234 METHOD internal:array:54 | c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0025 p:0025 s:0207 e:000205 METHOD internal:array:54 | c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0022 p:0025 s:0178 e:000176 METHOD internal:array:54 | c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0019 p:0025 s:0149 e:000147 METHOD internal:array:54 | c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0016 p:0025 s:0120 e:000118 METHOD internal:array:54 | c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0013 p:0025 s:0091 e:000089 METHOD internal:array:54 | c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0010 p:0025 s:0062 e:000060 METHOD internal:array:54 | c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0007 p:0033 s:0033 e:000032 METHOD internal:array:53 | c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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:0024f0 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:10:in '

    ' | internal:yjit:39:in 'enable' | internal:yjit:39:in 'const_added' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb🔞in 'on_constant_state_changed' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed' | internal:array:53:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5947:in 'side_exit' | internal:kernel:135:in 'then' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5949:in 'block in side_exit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs' | internal:array:53:in 'each' | | -- Threading information --------------------------------------------------- | Total ractor count: 1 | Ruby thread count for this ractor: 1 | | -- Machine register context ------------------------------------------------ | RIP: 0x00005a13e30e5648 RBP: 0x000076581b5fd870 RSP: 0x00007fff598578b0 | RAX: 0x0000000000000000 RBX: 0x000076581b500f00 RCX: 0x0000000000000004 | RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000765800ac8590 | R8: 0x0000000000000000 R9: 0x000076581b5fd838 R10: 0x0000765801005b48 | R11: 0x0000765800ac8590 R12: 0x0000000000000024 R13: 0x00005a13e03b0410 | R14: 0x00005a13e03b0410 R15: 0x000076581b5fd838 EFL: 0x0000000000010246 | | -- C level backtrace information ------------------------------------------- | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5a13dfa3aa41] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:820 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:1151 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x5a13dfbf831c] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/error.c:1108 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(sigsegv+0x46) [0x5a13df981516] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929 | /lib/x86_64-linux-gnu/libc.so.6(0x76581b642520) [0x76581b642520] | [0x5a13e30e5648] | | -- 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-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 8 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 9 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/closure.rb | 10 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/function.rb | 11 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/version.rb | 12 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle.rb | 13 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/value.rb | 14 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/pack.rb | 15 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/struct.rb | 16 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/cparser.rb | 17 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/import.rb | 18 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb | 19 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb | 20 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb | 21 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb | 22 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb | 23 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb | 24 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb | 25 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb | 26 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb | 27 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb | 28 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb | 29 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/set.rb | 30 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb | 31 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb | 32 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb | 33 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb | 34 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb | 35 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb | 36 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3/version.rb | 37 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3.rb | 38 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/timeout.rb | 39 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/rbconfig.rb | 40 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/find_executable.rb | 41 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 42 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/envutil.rb | 43 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/colorize.rb | 44 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/leakchecker.rb | 45 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/prettyprint.rb | 46 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/pp.rb | 47 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/assertions.rb | 48 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 49 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 50 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/core_assertions.rb | 51 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/testcase.rb | 52 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/optparse.rb | 53 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit.rb | | * Process memory map: | | 5a13df805000-5a13df849000 r--p 00000000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 5a13df849000-5a13dfcaa000 r-xp 00044000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 5a13dfcaa000-5a13dfe49000 r--p 004a5000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 5a13dfe49000-5a13dfe61000 r--p 00643000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 5a13dfe61000-5a13dfe62000 rw-p 0065b000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 5a13dfe62000-5a13dfe77000 rw-p 00000000 00:00 0 | 5a13e03a8000-5a13e1021000 rw-p 00000000 00:00 0 [heap] | 5a13e10e4000-5a13e30e4000 r-xp 00000000 00:00 0 | 5a13e30e4000-5a13e50e4000 rw-p 00000000 00:00 0 | 5a13e525f000-5a13e5293000 r-xp 00000000 00:00 0 | 5a13e5293000-5a13e825f000 ---p 00000000 00:00 0 | 7657fca00000-7657fd000000 rw-p 00000000 00:00 0 | 7657fd600000-7657fd81f000 r--s 00000000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7657fda00000-76580098a000 r--s 00000000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 765800ab0000-765800b70000 rw-p 00000000 00:00 0 | 765800b80000-765800bb0000 rw-p 00000000 00:00 0 | 765800bc0000-765800c80000 rw-p 00000000 00:00 0 | 765800c90000-765800d20000 rw-p 00000000 00:00 0 | 765800d30000-765800d70000 rw-p 00000000 00:00 0 | 765800d80000-765800f00000 rw-p 00000000 00:00 0 | 765800f10000-765801020000 rw-p 00000000 00:00 0 | 76580102f000-765801030000 ---p 00000000 00:00 0 | 765801030000-765801071000 rw-p 00000000 00:00 0 | 765801071000-765801072000 ---p 00000000 00:00 0 | 765801072000-7658010b3000 rw-p 00000000 00:00 0 | 7658010b3000-7658010b4000 ---p 00000000 00:00 0 | 7658010b4000-7658010f5000 rw-p 00000000 00:00 0 | 7658010f5000-7658010f6000 ---p 00000000 00:00 0 | 7658010f6000-765801137000 rw-p 00000000 00:00 0 | 765801137000-765801138000 ---p 00000000 00:00 0 | 765801138000-765801179000 rw-p 00000000 00:00 0 | 765801179000-76580117a000 ---p 00000000 00:00 0 | 76580117a000-7658011bb000 rw-p 00000000 00:00 0 | 7658011bb000-7658011bc000 ---p 00000000 00:00 0 | 7658011bc000-7658011fd000 rw-p 00000000 00:00 0 | 7658011fd000-7658011fe000 ---p 00000000 00:00 0 | 7658011fe000-76580123f000 rw-p 00000000 00:00 0 | 76580123f000-765801240000 ---p 00000000 00:00 0 | 765801240000-765801281000 rw-p 00000000 00:00 0 | 765801281000-765801282000 ---p 00000000 00:00 0 | 765801282000-7658012c3000 rw-p 00000000 00:00 0 | 7658012c3000-7658012c4000 ---p 00000000 00:00 0 | 7658012c4000-765801305000 rw-p 00000000 00:00 0 | 765801305000-765801306000 ---p 00000000 00:00 0 | 765801306000-765801347000 rw-p 00000000 00:00 0 | 765801347000-765801348000 ---p 00000000 00:00 0 | 765801348000-765801389000 rw-p 00000000 00:00 0 | 765801389000-76580138a000 ---p 00000000 00:00 0 | 76580138a000-7658013cb000 rw-p 00000000 00:00 0 | 7658013cb000-7658013cc000 ---p 00000000 00:00 0 | 7658013cc000-76580140d000 rw-p 00000000 00:00 0 | 76580140d000-76580140e000 ---p 00000000 00:00 0 | 76580140e000-76580144f000 rw-p 00000000 00:00 0 | 76580144f000-765801450000 ---p 00000000 00:00 0 | 765801450000-765801491000 rw-p 00000000 00:00 0 | 765801491000-765801492000 ---p 00000000 00:00 0 | 765801492000-7658014d3000 rw-p 00000000 00:00 0 | 7658014d3000-7658014d4000 ---p 00000000 00:00 0 | 7658014d4000-765801515000 rw-p 00000000 00:00 0 | 765801515000-765801516000 ---p 00000000 00:00 0 | 765801516000-765801557000 rw-p 00000000 00:00 0 | 765801557000-765801558000 ---p 00000000 00:00 0 | 765801558000-765801599000 rw-p 00000000 00:00 0 | 765801599000-76580159a000 ---p 00000000 00:00 0 | 76580159a000-7658015db000 rw-p 00000000 00:00 0 | 7658015db000-7658015dc000 ---p 00000000 00:00 0 | 7658015dc000-76580161d000 rw-p 00000000 00:00 0 | 76580161d000-76580161e000 ---p 00000000 00:00 0 | 76580161e000-76580165f000 rw-p 00000000 00:00 0 | 76580165f000-765801660000 ---p 00000000 00:00 0 | 765801660000-7658016a1000 rw-p 00000000 00:00 0 | 7658016a1000-7658016a2000 ---p 00000000 00:00 0 | 7658016a2000-7658016e3000 rw-p 00000000 00:00 0 | 7658016e3000-7658016e4000 ---p 00000000 00:00 0 | 7658016e4000-765801725000 rw-p 00000000 00:00 0 | 765801725000-765801726000 ---p 00000000 00:00 0 | 765801726000-765801767000 rw-p 00000000 00:00 0 | 765801767000-765801768000 ---p 00000000 00:00 0 | 765801768000-7658017a9000 rw-p 00000000 00:00 0 | 7658017a9000-7658017aa000 ---p 00000000 00:00 0 | 7658017aa000-7658017eb000 rw-p 00000000 00:00 0 | 7658017eb000-7658017ec000 ---p 00000000 00:00 0 | 7658017ec000-76580182d000 rw-p 00000000 00:00 0 | 76580182d000-76580182e000 ---p 00000000 00:00 0 | 76580182e000-76580186f000 rw-p 00000000 00:00 0 | 76580186f000-765801870000 ---p 00000000 00:00 0 | 765801870000-765802090000 rw-p 00000000 00:00 0 | 765802093000-765802095000 r--p 00000000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 765802095000-76580209a000 r-xp 00002000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 76580209a000-76580209b000 r--p 00007000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 76580209b000-76580209c000 ---p 00008000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 76580209c000-76580209d000 r--p 00008000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 76580209d000-76580209e000 rw-p 00009000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 76580209e000-76581b600000 rw-p 00000000 00:00 0 | 76581b600000-76581b628000 r--p 00000000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 76581b628000-76581b7bd000 r-xp 00028000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 76581b7bd000-76581b815000 r--p 001bd000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 76581b815000-76581b816000 ---p 00215000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 76581b816000-76581b81a000 r--p 00215000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 76581b81a000-76581b81c000 rw-p 00219000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 76581b81c000-76581b829000 rw-p 00000000 00:00 0 | 76581b82a000-76581b82b000 r--p 00000000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 76581b82b000-76581b82c000 r-xp 00001000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 76581b82c000-76581b82d000 r--p 00002000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 76581b82d000-76581b82e000 r--p 00002000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 76581b82e000-76581b82f000 rw-p 00003000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 76581b82f000-76581b833000 r--p 00000000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 76581b833000-76581b83b000 r-xp 00004000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 76581b83b000-76581b83e000 r--p 0000c000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 76581b83e000-76581b83f000 r--p 0000e000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 76581b83f000-76581b840000 rw-p 0000f000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 76581b840000-76581b880000 rw-p 00000000 00:00 0 | 76581b881000-76581b883000 r--p 00000000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 76581b883000-76581b88a000 r-xp 00002000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 76581b88a000-76581b88b000 r--p 00009000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 76581b88b000-76581b88c000 ---p 0000a000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 76581b88c000-76581b88d000 r--p 0000a000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 76581b88d000-76581b88e000 rw-p 0000b000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 76581b88e000-76581b893000 rw-p 00000000 00:00 0 | 76581b893000-76581b896000 r--p 00000000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 76581b896000-76581b8ad000 r-xp 00003000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 76581b8ad000-76581b8b1000 r--p 0001a000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 76581b8b1000-76581b8b2000 r--p 0001d000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 76581b8b2000-76581b8b3000 rw-p 0001e000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 76581b8b3000-76581b8c1000 r--p 00000000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 76581b8c1000-76581b93d000 r-xp 0000e000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 76581b93d000-76581b998000 r--p 0008a000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 76581b998000-76581b999000 r--p 000e4000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 76581b999000-76581b99a000 rw-p 000e5000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 76581b99a000-76581b99c000 r--p 00000000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 76581b99c000-76581b9b0000 r-xp 00002000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 76581b9b0000-76581b9c9000 r--p 00016000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 76581b9c9000-76581b9ca000 ---p 0002f000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 76581b9ca000-76581b9cb000 r--p 0002f000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 76581b9cb000-76581b9cc000 rw-p 00030000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 76581b9cc000-76581b9d4000 rw-p 00000000 00:00 0 | 76581b9d4000-76581b9de000 r--p 00000000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 76581b9de000-76581ba3d000 r-xp 0000a000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 76581ba3d000-76581ba54000 r--p 00069000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 76581ba54000-76581ba55000 r--p 0007f000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 76581ba55000-76581ba56000 rw-p 00080000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 76581ba56000-76581ba58000 r--p 00000000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 76581ba58000-76581ba69000 r-xp 00002000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 76581ba69000-76581ba6f000 r--p 00013000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 76581ba6f000-76581ba70000 ---p 00019000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 76581ba70000-76581ba71000 r--p 00019000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 76581ba71000-76581ba72000 rw-p 0001a000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 76581ba74000-76581ba75000 r--p 00000000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 76581ba75000-76581ba77000 r-xp 00001000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 76581ba77000-76581ba78000 r--p 00003000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 76581ba78000-76581ba79000 r--p 00003000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 76581ba79000-76581ba7a000 rw-p 00004000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 76581ba7a000-76581ba7b000 r--p 00000000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 76581ba7b000-76581ba7c000 r-xp 00001000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 76581ba7c000-76581ba7d000 r--p 00002000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 76581ba7d000-76581ba7e000 r--p 00002000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 76581ba7e000-76581ba7f000 rw-p 00003000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 76581ba7f000-76581ba80000 r--p 00000000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 76581ba80000-76581ba81000 r-xp 00001000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 76581ba81000-76581ba82000 r--p 00002000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 76581ba82000-76581ba83000 r--p 00002000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 76581ba83000-76581ba84000 rw-p 00003000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 76581ba84000-76581ba86000 rw-p 00000000 00:00 0 | 76581ba86000-76581ba88000 r--p 00000000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 76581ba88000-76581bab2000 r-xp 00002000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 76581bab2000-76581babd000 r--p 0002c000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 76581babe000-76581bac0000 r--p 00037000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 76581bac0000-76581bac2000 rw-p 00039000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fff59065000-7fff59864000 rw-p 00000000 00:00 0 [stack] | 7fff598b3000-7fff598b7000 r--p 00000000 00:00 0 [vvar] | 7fff598b7000-7fff598b9000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | |

  4. Failure: TestYJIT#test_build_large_struct [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:916]: Expected to compile instructions opt_send_without_block but didn't. iseq: == disasm: #<ISeq:block in

    @-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]

  1. Failure: TestYJIT#test_yjit_enable_stats_true [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:85]: pid 2641741 killed by SIGSEGV (signal 11) (core dumped) | internal:array:53: [BUG] Segmentation fault at 0x000056d9e145d648 | ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) +YJIT [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0109 p:0031 s:0990 e:000989 METHOD internal:array:53 | c:0108 p:0012 s:0984 e:000983 BLOCK /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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-force-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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5949 | 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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5947 | c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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-force-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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH] | c:0094 p:0025 s:0874 e:000872 METHOD internal:array:54 | c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0091 p:0025 s:0845 e:000843 METHOD internal:array:54 | c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0088 p:0025 s:0816 e:000814 METHOD internal:array:54 | c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0085 p:0025 s:0787 e:000785 METHOD internal:array:54 | c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0082 p:0025 s:0758 e:000756 METHOD internal:array:54 | c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0079 p:0025 s:0729 e:000727 METHOD internal:array:54 | c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0076 p:0025 s:0700 e:000698 METHOD internal:array:54 | c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0073 p:0025 s:0671 e:000669 METHOD internal:array:54 | c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0070 p:0025 s:0642 e:000640 METHOD internal:array:54 | c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0067 p:0025 s:0613 e:000611 METHOD internal:array:54 | c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0064 p:0025 s:0584 e:000582 METHOD internal:array:54 | c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0061 p:0025 s:0555 e:000553 METHOD internal:array:54 | c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0058 p:0025 s:0526 e:000524 METHOD internal:array:54 | c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0055 p:0025 s:0497 e:000495 METHOD internal:array:54 | c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0052 p:0025 s:0468 e:000466 METHOD internal:array:54 | c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0049 p:0025 s:0439 e:000437 METHOD internal:array:54 | c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0046 p:0025 s:0410 e:000408 METHOD internal:array:54 | c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0043 p:0025 s:0381 e:000379 METHOD internal:array:54 | c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0040 p:0025 s:0352 e:000350 METHOD internal:array:54 | c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0037 p:0025 s:0323 e:000321 METHOD internal:array:54 | c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0034 p:0025 s:0294 e:000292 METHOD internal:array:54 | c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0031 p:0025 s:0265 e:000263 METHOD internal:array:54 | c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0028 p:0025 s:0236 e:000234 METHOD internal:array:54 | c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0025 p:0025 s:0207 e:000205 METHOD internal:array:54 | c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0022 p:0025 s:0178 e:000176 METHOD internal:array:54 | c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0019 p:0025 s:0149 e:000147 METHOD internal:array:54 | c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0016 p:0025 s:0120 e:000118 METHOD internal:array:54 | c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0013 p:0025 s:0091 e:000089 METHOD internal:array:54 | c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0010 p:0025 s:0062 e:000060 METHOD internal:array:54 | c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0007 p:0033 s:0033 e:000032 METHOD internal:array:53 | c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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:000350 METHOD internal:yjit:39 | c:0002 p:0054 s:0006 e:000005 EVAL -:9 [FINISH] | c:0001 p:0000 s:0003 E:001530 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:9:in '

    ' | internal:yjit:39:in 'enable' | internal:yjit:39:in 'const_added' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb🔞in 'on_constant_state_changed' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed' | internal:array:53:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5947:in 'side_exit' | internal:kernel:135:in 'then' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5949:in 'block in side_exit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs' | internal:array:53:in 'each' | | -- Threading information --------------------------------------------------- | Total ractor count: 1 | Ruby thread count for this ractor: 1 | | -- Machine register context ------------------------------------------------ | RIP: 0x000056d9e145d648 RBP: 0x00007e6e563d6870 RSP: 0x00007ffca2b08900 | RAX: 0x0000000000000000 RBX: 0x00007e6e562d9f00 RCX: 0x0000000000000004 | RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007e6e3b0924a0 | R8: 0x0000000000000000 R9: 0x00007e6e563d6838 R10: 0x00007e6e3bb55b80 | R11: 0x00007e6e3b0924a0 R12: 0x0000000000000024 R13: 0x000056d9de848410 | R14: 0x000056d9de848410 R15: 0x00007e6e563d6838 EFL: 0x0000000000010246 | | -- C level backtrace information ------------------------------------------- | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x56d9dddb2a41] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:820 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:1151 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x56d9ddf7031c] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/error.c:1108 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(sigsegv+0x46) [0x56d9ddcf9516] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929 | /lib/x86_64-linux-gnu/libc.so.6(0x7e6e56042520) [0x7e6e56042520] | [0x56d9e145d648] | | -- 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-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 8 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 9 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/closure.rb | 10 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/function.rb | 11 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/version.rb | 12 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle.rb | 13 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/value.rb | 14 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/pack.rb | 15 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/struct.rb | 16 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/cparser.rb | 17 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/import.rb | 18 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb | 19 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb | 20 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb | 21 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb | 22 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb | 23 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb | 24 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb | 25 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb | 26 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb | 27 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb | 28 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb | 29 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/set.rb | 30 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb | 31 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb | 32 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb | 33 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb | 34 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb | 35 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb | 36 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3/version.rb | 37 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3.rb | 38 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/timeout.rb | 39 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/rbconfig.rb | 40 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/find_executable.rb | 41 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 42 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/envutil.rb | 43 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/colorize.rb | 44 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/leakchecker.rb | 45 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/prettyprint.rb | 46 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/pp.rb | 47 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/assertions.rb | 48 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 49 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 50 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/core_assertions.rb | 51 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/testcase.rb | 52 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/optparse.rb | 53 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit.rb | | * Process memory map: | | 56d9ddb7d000-56d9ddbc1000 r--p 00000000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 56d9ddbc1000-56d9de022000 r-xp 00044000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 56d9de022000-56d9de1c1000 r--p 004a5000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 56d9de1c1000-56d9de1d9000 r--p 00643000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 56d9de1d9000-56d9de1da000 rw-p 0065b000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 56d9de1da000-56d9de1ef000 rw-p 00000000 00:00 0 | 56d9de840000-56d9df40b000 rw-p 00000000 00:00 0 [heap] | 56d9df45c000-56d9e145c000 r-xp 00000000 00:00 0 | 56d9e145c000-56d9e345c000 rw-p 00000000 00:00 0 | 56d9e35d7000-56d9e3617000 r-xp 00000000 00:00 0 | 56d9e3617000-56d9e65d7000 ---p 00000000 00:00 0 | 7e6e3700b000-7e6e37600000 rw-p 00000000 00:00 0 | 7e6e37c00000-7e6e37e1f000 r--s 00000000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7e6e38000000-7e6e3af8a000 r--s 00000000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 7e6e3b090000-7e6e3b4d0000 rw-p 00000000 00:00 0 | 7e6e3b4e0000-7e6e3b570000 rw-p 00000000 00:00 0 | 7e6e3b580000-7e6e3b5c0000 rw-p 00000000 00:00 0 | 7e6e3b5d0000-7e6e3ba50000 rw-p 00000000 00:00 0 | 7e6e3ba60000-7e6e3bb70000 rw-p 00000000 00:00 0 | 7e6e3bb74000-7e6e3bb76000 r--p 00000000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7e6e3bb76000-7e6e3bb7b000 r-xp 00002000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7e6e3bb7b000-7e6e3bb7c000 r--p 00007000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7e6e3bb7c000-7e6e3bb7d000 ---p 00008000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7e6e3bb7d000-7e6e3bb7e000 r--p 00008000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7e6e3bb7e000-7e6e3bb7f000 rw-p 00009000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7e6e3bb7f000-7e6e3bb80000 ---p 00000000 00:00 0 | 7e6e3bb80000-7e6e3bbc1000 rw-p 00000000 00:00 0 | 7e6e3bbc1000-7e6e3bbc2000 ---p 00000000 00:00 0 | 7e6e3bbc2000-7e6e3bc03000 rw-p 00000000 00:00 0 | 7e6e3bc03000-7e6e3bc04000 ---p 00000000 00:00 0 | 7e6e3bc04000-7e6e3bc45000 rw-p 00000000 00:00 0 | 7e6e3bc45000-7e6e3bc46000 ---p 00000000 00:00 0 | 7e6e3bc46000-7e6e3bc87000 rw-p 00000000 00:00 0 | 7e6e3bc87000-7e6e3bc88000 ---p 00000000 00:00 0 | 7e6e3bc88000-7e6e3bcc9000 rw-p 00000000 00:00 0 | 7e6e3bcc9000-7e6e3bcca000 ---p 00000000 00:00 0 | 7e6e3bcca000-7e6e3bd0b000 rw-p 00000000 00:00 0 | 7e6e3bd0b000-7e6e3bd0c000 ---p 00000000 00:00 0 | 7e6e3bd0c000-7e6e3bd4d000 rw-p 00000000 00:00 0 | 7e6e3bd4d000-7e6e3bd4e000 ---p 00000000 00:00 0 | 7e6e3bd4e000-7e6e3bd8f000 rw-p 00000000 00:00 0 | 7e6e3bd8f000-7e6e3bd90000 ---p 00000000 00:00 0 | 7e6e3bd90000-7e6e3bdd1000 rw-p 00000000 00:00 0 | 7e6e3bdd1000-7e6e3bdd2000 ---p 00000000 00:00 0 | 7e6e3bdd2000-7e6e3be13000 rw-p 00000000 00:00 0 | 7e6e3be13000-7e6e3be14000 ---p 00000000 00:00 0 | 7e6e3be14000-7e6e3be55000 rw-p 00000000 00:00 0 | 7e6e3be55000-7e6e3be56000 ---p 00000000 00:00 0 | 7e6e3be56000-7e6e3be97000 rw-p 00000000 00:00 0 | 7e6e3be97000-7e6e3be98000 ---p 00000000 00:00 0 | 7e6e3be98000-7e6e3bed9000 rw-p 00000000 00:00 0 | 7e6e3bed9000-7e6e3beda000 ---p 00000000 00:00 0 | 7e6e3beda000-7e6e3bf1b000 rw-p 00000000 00:00 0 | 7e6e3bf1b000-7e6e3bf1c000 ---p 00000000 00:00 0 | 7e6e3bf1c000-7e6e3bf5d000 rw-p 00000000 00:00 0 | 7e6e3bf5d000-7e6e3bf5e000 ---p 00000000 00:00 0 | 7e6e3bf5e000-7e6e3bf9f000 rw-p 00000000 00:00 0 | 7e6e3bf9f000-7e6e3bfa0000 ---p 00000000 00:00 0 | 7e6e3bfa0000-7e6e3bfe1000 rw-p 00000000 00:00 0 | 7e6e3bfe1000-7e6e3bfe2000 ---p 00000000 00:00 0 | 7e6e3bfe2000-7e6e3c023000 rw-p 00000000 00:00 0 | 7e6e3c023000-7e6e3c024000 ---p 00000000 00:00 0 | 7e6e3c024000-7e6e3c065000 rw-p 00000000 00:00 0 | 7e6e3c065000-7e6e3c066000 ---p 00000000 00:00 0 | 7e6e3c066000-7e6e3c0a7000 rw-p 00000000 00:00 0 | 7e6e3c0a7000-7e6e3c0a8000 ---p 00000000 00:00 0 | 7e6e3c0a8000-7e6e3c0e9000 rw-p 00000000 00:00 0 | 7e6e3c0e9000-7e6e3c0ea000 ---p 00000000 00:00 0 | 7e6e3c0ea000-7e6e3c12b000 rw-p 00000000 00:00 0 | 7e6e3c12b000-7e6e3c12c000 ---p 00000000 00:00 0 | 7e6e3c12c000-7e6e3c16d000 rw-p 00000000 00:00 0 | 7e6e3c16d000-7e6e3c16e000 ---p 00000000 00:00 0 | 7e6e3c16e000-7e6e3c1af000 rw-p 00000000 00:00 0 | 7e6e3c1af000-7e6e3c1b0000 ---p 00000000 00:00 0 | 7e6e3c1b0000-7e6e3c1f1000 rw-p 00000000 00:00 0 | 7e6e3c1f1000-7e6e3c1f2000 ---p 00000000 00:00 0 | 7e6e3c1f2000-7e6e3c233000 rw-p 00000000 00:00 0 | 7e6e3c233000-7e6e3c234000 ---p 00000000 00:00 0 | 7e6e3c234000-7e6e3c275000 rw-p 00000000 00:00 0 | 7e6e3c275000-7e6e3c276000 ---p 00000000 00:00 0 | 7e6e3c276000-7e6e3c2b7000 rw-p 00000000 00:00 0 | 7e6e3c2b7000-7e6e3c2b8000 ---p 00000000 00:00 0 | 7e6e3c2b8000-7e6e3c2f9000 rw-p 00000000 00:00 0 | 7e6e3c2f9000-7e6e3c2fa000 ---p 00000000 00:00 0 | 7e6e3c2fa000-7e6e3c33b000 rw-p 00000000 00:00 0 | 7e6e3c33b000-7e6e3c33c000 ---p 00000000 00:00 0 | 7e6e3c33c000-7e6e3c37d000 rw-p 00000000 00:00 0 | 7e6e3c37d000-7e6e3c37e000 ---p 00000000 00:00 0 | 7e6e3c37e000-7e6e3c3bf000 rw-p 00000000 00:00 0 | 7e6e3c3bf000-7e6e3c3c0000 ---p 00000000 00:00 0 | 7e6e3c3c0000-7e6e56000000 rw-p 00000000 00:00 0 | 7e6e56000000-7e6e56028000 r--p 00000000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7e6e56028000-7e6e561bd000 r-xp 00028000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7e6e561bd000-7e6e56215000 r--p 001bd000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7e6e56215000-7e6e56216000 ---p 00215000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7e6e56216000-7e6e5621a000 r--p 00215000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7e6e5621a000-7e6e5621c000 rw-p 00219000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7e6e5621c000-7e6e56229000 rw-p 00000000 00:00 0 | 7e6e5622f000-7e6e56233000 r--p 00000000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7e6e56233000-7e6e5623b000 r-xp 00004000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7e6e5623b000-7e6e5623e000 r--p 0000c000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7e6e5623e000-7e6e5623f000 r--p 0000e000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7e6e5623f000-7e6e56240000 rw-p 0000f000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7e6e56240000-7e6e56250000 rw-p 00000000 00:00 0 | 7e6e56252000-7e6e56254000 r--p 00000000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7e6e56254000-7e6e5625b000 r-xp 00002000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7e6e5625b000-7e6e5625c000 r--p 00009000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7e6e5625c000-7e6e5625d000 ---p 0000a000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7e6e5625d000-7e6e5625e000 r--p 0000a000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7e6e5625e000-7e6e5625f000 rw-p 0000b000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7e6e5625f000-7e6e562d0000 rw-p 00000000 00:00 0 | 7e6e562d3000-7e6e562d4000 r--p 00000000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7e6e562d4000-7e6e562d5000 r-xp 00001000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7e6e562d5000-7e6e562d6000 r--p 00002000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7e6e562d6000-7e6e562d7000 r--p 00002000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7e6e562d7000-7e6e562d8000 rw-p 00003000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7e6e562d8000-7e6e563de000 rw-p 00000000 00:00 0 | 7e6e563de000-7e6e563e1000 r--p 00000000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7e6e563e1000-7e6e563f8000 r-xp 00003000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7e6e563f8000-7e6e563fc000 r--p 0001a000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7e6e563fc000-7e6e563fd000 r--p 0001d000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7e6e563fd000-7e6e563fe000 rw-p 0001e000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7e6e563fe000-7e6e5640c000 r--p 00000000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7e6e5640c000-7e6e56488000 r-xp 0000e000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7e6e56488000-7e6e564e3000 r--p 0008a000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7e6e564e3000-7e6e564e4000 r--p 000e4000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7e6e564e4000-7e6e564e5000 rw-p 000e5000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7e6e564e5000-7e6e564e7000 r--p 00000000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7e6e564e7000-7e6e564fb000 r-xp 00002000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7e6e564fb000-7e6e56514000 r--p 00016000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7e6e56514000-7e6e56515000 ---p 0002f000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7e6e56515000-7e6e56516000 r--p 0002f000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7e6e56516000-7e6e56517000 rw-p 00030000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7e6e56517000-7e6e5651f000 rw-p 00000000 00:00 0 | 7e6e5651f000-7e6e56529000 r--p 00000000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7e6e56529000-7e6e56588000 r-xp 0000a000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7e6e56588000-7e6e5659f000 r--p 00069000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7e6e5659f000-7e6e565a0000 r--p 0007f000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7e6e565a0000-7e6e565a1000 rw-p 00080000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7e6e565a1000-7e6e565a3000 r--p 00000000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7e6e565a3000-7e6e565b4000 r-xp 00002000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7e6e565b4000-7e6e565ba000 r--p 00013000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7e6e565ba000-7e6e565bb000 ---p 00019000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7e6e565bb000-7e6e565bc000 r--p 00019000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7e6e565bc000-7e6e565bd000 rw-p 0001a000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7e6e565bf000-7e6e565c0000 r--p 00000000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7e6e565c0000-7e6e565c2000 r-xp 00001000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7e6e565c2000-7e6e565c3000 r--p 00003000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7e6e565c3000-7e6e565c4000 r--p 00003000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7e6e565c4000-7e6e565c5000 rw-p 00004000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7e6e565c5000-7e6e565c6000 r--p 00000000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7e6e565c6000-7e6e565c7000 r-xp 00001000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7e6e565c7000-7e6e565c8000 r--p 00002000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7e6e565c8000-7e6e565c9000 r--p 00002000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7e6e565c9000-7e6e565ca000 rw-p 00003000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7e6e565ca000-7e6e565cb000 r--p 00000000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7e6e565cb000-7e6e565cc000 r-xp 00001000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7e6e565cc000-7e6e565cd000 r--p 00002000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7e6e565cd000-7e6e565ce000 r--p 00002000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7e6e565ce000-7e6e565cf000 rw-p 00003000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7e6e565cf000-7e6e565d1000 rw-p 00000000 00:00 0 | 7e6e565d1000-7e6e565d3000 r--p 00000000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7e6e565d3000-7e6e565fd000 r-xp 00002000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7e6e565fd000-7e6e56608000 r--p 0002c000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7e6e56609000-7e6e5660b000 r--p 00037000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7e6e5660b000-7e6e5660d000 rw-p 00039000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ffca2316000-7ffca2b15000 rw-p 00000000 00:00 0 [stack] | 7ffca2be3000-7ffca2be7000 r--p 00000000 00:00 0 [vvar] | 7ffca2be7000-7ffca2be9000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | |

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

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

  4. Failure: TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:59]: pid 2641816 killed by SIGSEGV (signal 11) (core dumped) | internal:array:53: [BUG] Segmentation fault at 0x0000602ebba78648 | ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) +YJIT [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0109 p:0031 s:0990 e:000989 METHOD internal:array:53 | c:0108 p:0012 s:0984 e:000983 BLOCK /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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-force-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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5949 | 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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5947 | c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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-force-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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH] | c:0094 p:0025 s:0874 e:000872 METHOD internal:array:54 | c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0091 p:0025 s:0845 e:000843 METHOD internal:array:54 | c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0088 p:0025 s:0816 e:000814 METHOD internal:array:54 | c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0085 p:0025 s:0787 e:000785 METHOD internal:array:54 | c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0082 p:0025 s:0758 e:000756 METHOD internal:array:54 | c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0079 p:0025 s:0729 e:000727 METHOD internal:array:54 | c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0076 p:0025 s:0700 e:000698 METHOD internal:array:54 | c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0073 p:0025 s:0671 e:000669 METHOD internal:array:54 | c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0070 p:0025 s:0642 e:000640 METHOD internal:array:54 | c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0067 p:0025 s:0613 e:000611 METHOD internal:array:54 | c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0064 p:0025 s:0584 e:000582 METHOD internal:array:54 | c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0061 p:0025 s:0555 e:000553 METHOD internal:array:54 | c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0058 p:0025 s:0526 e:000524 METHOD internal:array:54 | c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0055 p:0025 s:0497 e:000495 METHOD internal:array:54 | c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0052 p:0025 s:0468 e:000466 METHOD internal:array:54 | c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0049 p:0025 s:0439 e:000437 METHOD internal:array:54 | c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0046 p:0025 s:0410 e:000408 METHOD internal:array:54 | c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0043 p:0025 s:0381 e:000379 METHOD internal:array:54 | c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0040 p:0025 s:0352 e:000350 METHOD internal:array:54 | c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0037 p:0025 s:0323 e:000321 METHOD internal:array:54 | c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0034 p:0025 s:0294 e:000292 METHOD internal:array:54 | c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0031 p:0025 s:0265 e:000263 METHOD internal:array:54 | c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0028 p:0025 s:0236 e:000234 METHOD internal:array:54 | c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0025 p:0025 s:0207 e:000205 METHOD internal:array:54 | c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0022 p:0025 s:0178 e:000176 METHOD internal:array:54 | c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0019 p:0025 s:0149 e:000147 METHOD internal:array:54 | c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0016 p:0025 s:0120 e:000118 METHOD internal:array:54 | c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0013 p:0025 s:0091 e:000089 METHOD internal:array:54 | c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0010 p:0025 s:0062 e:000060 METHOD internal:array:54 | c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0007 p:0033 s:0033 e:000032 METHOD internal:array:53 | c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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:001880 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:9:in '

    ' | internal:yjit:39:in 'enable' | internal:yjit:39:in 'const_added' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb🔞in 'on_constant_state_changed' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed' | internal:array:53:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5947:in 'side_exit' | internal:kernel:135:in 'then' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5949:in 'block in side_exit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs' | internal:array:53:in 'each' | | -- Threading information --------------------------------------------------- | Total ractor count: 1 | Ruby thread count for this ractor: 1 | | -- Machine register context ------------------------------------------------ | RIP: 0x0000602ebba78648 RBP: 0x00007b2753a1b870 RSP: 0x00007ffcd0755760 | RAX: 0x0000000000000000 RBX: 0x00007b275391ef00 RCX: 0x0000000000000004 | RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007b2738c86768 | R8: 0x0000000000000000 R9: 0x00007b2753a1b838 R10: 0x00007b2739195ba0 | R11: 0x00007b2738c86768 R12: 0x0000000000000024 R13: 0x0000602eb8d72410 | R14: 0x0000602eb8d72410 R15: 0x00007b2753a1b838 EFL: 0x0000000000010246 | | -- C level backtrace information ------------------------------------------- | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x602eb6fcda41] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:820 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:1151 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x602eb718b31c] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/error.c:1108 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(sigsegv+0x46) [0x602eb6f14516] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929 | /lib/x86_64-linux-gnu/libc.so.6(0x7b2753642520) [0x7b2753642520] | [0x602ebba78648] | | -- 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-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 8 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 9 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/closure.rb | 10 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/function.rb | 11 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/version.rb | 12 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle.rb | 13 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/value.rb | 14 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/pack.rb | 15 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/struct.rb | 16 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/cparser.rb | 17 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/import.rb | 18 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb | 19 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb | 20 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb | 21 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb | 22 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb | 23 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb | 24 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb | 25 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb | 26 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb | 27 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb | 28 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb | 29 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/set.rb | 30 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb | 31 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb | 32 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb | 33 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb | 34 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb | 35 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb | 36 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3/version.rb | 37 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3.rb | 38 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/timeout.rb | 39 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/rbconfig.rb | 40 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/find_executable.rb | 41 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 42 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/envutil.rb | 43 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/colorize.rb | 44 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/leakchecker.rb | 45 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/prettyprint.rb | 46 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/pp.rb | 47 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/assertions.rb | 48 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 49 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 50 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/core_assertions.rb | 51 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/testcase.rb | 52 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/optparse.rb | 53 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit.rb | | * Process memory map: | | 602eb6d98000-602eb6ddc000 r--p 00000000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 602eb6ddc000-602eb723d000 r-xp 00044000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 602eb723d000-602eb73dc000 r--p 004a5000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 602eb73dc000-602eb73f4000 r--p 00643000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 602eb73f4000-602eb73f5000 rw-p 0065b000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 602eb73f5000-602eb740a000 rw-p 00000000 00:00 0 | 602eb8d6a000-602eb99e3000 rw-p 00000000 00:00 0 [heap] | 602eb9a77000-602ebba77000 r-xp 00000000 00:00 0 | 602ebba77000-602ebda77000 rw-p 00000000 00:00 0 | 602ebdbf2000-602ebdc26000 r-xp 00000000 00:00 0 | 602ebdc26000-602ec0bf2000 ---p 00000000 00:00 0 | 7b2734a00000-7b2735000000 rw-p 00000000 00:00 0 | 7b2735600000-7b273581f000 r--s 00000000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7b2735a00000-7b273898a000 r--s 00000000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 7b2738ae0000-7b2738af0000 rw-p 00000000 00:00 0 | 7b2738b00000-7b2738b20000 rw-p 00000000 00:00 0 | 7b2738b30000-7b2738b50000 rw-p 00000000 00:00 0 | 7b2738b60000-7b2738dd0000 rw-p 00000000 00:00 0 | 7b2738de0000-7b2738e70000 rw-p 00000000 00:00 0 | 7b2738e80000-7b2738eb0000 rw-p 00000000 00:00 0 | 7b2738ec0000-7b2739090000 rw-p 00000000 00:00 0 | 7b27390a0000-7b27391b0000 rw-p 00000000 00:00 0 | 7b27391b4000-7b27391b6000 r--p 00000000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7b27391b6000-7b27391bb000 r-xp 00002000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7b27391bb000-7b27391bc000 r--p 00007000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7b27391bc000-7b27391bd000 ---p 00008000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7b27391bd000-7b27391be000 r--p 00008000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7b27391be000-7b27391bf000 rw-p 00009000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7b27391bf000-7b27391c0000 ---p 00000000 00:00 0 | 7b27391c0000-7b2739201000 rw-p 00000000 00:00 0 | 7b2739201000-7b2739202000 ---p 00000000 00:00 0 | 7b2739202000-7b2739243000 rw-p 00000000 00:00 0 | 7b2739243000-7b2739244000 ---p 00000000 00:00 0 | 7b2739244000-7b2739285000 rw-p 00000000 00:00 0 | 7b2739285000-7b2739286000 ---p 00000000 00:00 0 | 7b2739286000-7b27392c7000 rw-p 00000000 00:00 0 | 7b27392c7000-7b27392c8000 ---p 00000000 00:00 0 | 7b27392c8000-7b2739309000 rw-p 00000000 00:00 0 | 7b2739309000-7b273930a000 ---p 00000000 00:00 0 | 7b273930a000-7b273934b000 rw-p 00000000 00:00 0 | 7b273934b000-7b273934c000 ---p 00000000 00:00 0 | 7b273934c000-7b273938d000 rw-p 00000000 00:00 0 | 7b273938d000-7b273938e000 ---p 00000000 00:00 0 | 7b273938e000-7b27393cf000 rw-p 00000000 00:00 0 | 7b27393cf000-7b27393d0000 ---p 00000000 00:00 0 | 7b27393d0000-7b2739411000 rw-p 00000000 00:00 0 | 7b2739411000-7b2739412000 ---p 00000000 00:00 0 | 7b2739412000-7b2739453000 rw-p 00000000 00:00 0 | 7b2739453000-7b2739454000 ---p 00000000 00:00 0 | 7b2739454000-7b2739495000 rw-p 00000000 00:00 0 | 7b2739495000-7b2739496000 ---p 00000000 00:00 0 | 7b2739496000-7b27394d7000 rw-p 00000000 00:00 0 | 7b27394d7000-7b27394d8000 ---p 00000000 00:00 0 | 7b27394d8000-7b2739519000 rw-p 00000000 00:00 0 | 7b2739519000-7b273951a000 ---p 00000000 00:00 0 | 7b273951a000-7b273955b000 rw-p 00000000 00:00 0 | 7b273955b000-7b273955c000 ---p 00000000 00:00 0 | 7b273955c000-7b273959d000 rw-p 00000000 00:00 0 | 7b273959d000-7b273959e000 ---p 00000000 00:00 0 | 7b273959e000-7b27395df000 rw-p 00000000 00:00 0 | 7b27395df000-7b27395e0000 ---p 00000000 00:00 0 | 7b27395e0000-7b2739621000 rw-p 00000000 00:00 0 | 7b2739621000-7b2739622000 ---p 00000000 00:00 0 | 7b2739622000-7b2739663000 rw-p 00000000 00:00 0 | 7b2739663000-7b2739664000 ---p 00000000 00:00 0 | 7b2739664000-7b27396a5000 rw-p 00000000 00:00 0 | 7b27396a5000-7b27396a6000 ---p 00000000 00:00 0 | 7b27396a6000-7b27396e7000 rw-p 00000000 00:00 0 | 7b27396e7000-7b27396e8000 ---p 00000000 00:00 0 | 7b27396e8000-7b2739729000 rw-p 00000000 00:00 0 | 7b2739729000-7b273972a000 ---p 00000000 00:00 0 | 7b273972a000-7b273976b000 rw-p 00000000 00:00 0 | 7b273976b000-7b273976c000 ---p 00000000 00:00 0 | 7b273976c000-7b27397ad000 rw-p 00000000 00:00 0 | 7b27397ad000-7b27397ae000 ---p 00000000 00:00 0 | 7b27397ae000-7b27397ef000 rw-p 00000000 00:00 0 | 7b27397ef000-7b27397f0000 ---p 00000000 00:00 0 | 7b27397f0000-7b2739831000 rw-p 00000000 00:00 0 | 7b2739831000-7b2739832000 ---p 00000000 00:00 0 | 7b2739832000-7b2739873000 rw-p 00000000 00:00 0 | 7b2739873000-7b2739874000 ---p 00000000 00:00 0 | 7b2739874000-7b27398b5000 rw-p 00000000 00:00 0 | 7b27398b5000-7b27398b6000 ---p 00000000 00:00 0 | 7b27398b6000-7b27398f7000 rw-p 00000000 00:00 0 | 7b27398f7000-7b27398f8000 ---p 00000000 00:00 0 | 7b27398f8000-7b2739939000 rw-p 00000000 00:00 0 | 7b2739939000-7b273993a000 ---p 00000000 00:00 0 | 7b273993a000-7b273997b000 rw-p 00000000 00:00 0 | 7b273997b000-7b273997c000 ---p 00000000 00:00 0 | 7b273997c000-7b27399bd000 rw-p 00000000 00:00 0 | 7b27399bd000-7b27399be000 ---p 00000000 00:00 0 | 7b27399be000-7b27399ff000 rw-p 00000000 00:00 0 | 7b27399ff000-7b2739a00000 ---p 00000000 00:00 0 | 7b2739a00000-7b2753600000 rw-p 00000000 00:00 0 | 7b2753600000-7b2753628000 r--p 00000000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7b2753628000-7b27537bd000 r-xp 00028000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7b27537bd000-7b2753815000 r--p 001bd000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7b2753815000-7b2753816000 ---p 00215000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7b2753816000-7b275381a000 r--p 00215000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7b275381a000-7b275381c000 rw-p 00219000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7b275381c000-7b2753829000 rw-p 00000000 00:00 0 | 7b275382f000-7b2753833000 r--p 00000000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7b2753833000-7b275383b000 r-xp 00004000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7b275383b000-7b275383e000 r--p 0000c000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7b275383e000-7b275383f000 r--p 0000e000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7b275383f000-7b2753840000 rw-p 0000f000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7b2753840000-7b2753890000 rw-p 00000000 00:00 0 | 7b275389a000-7b275389b000 r--p 00000000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7b275389b000-7b275389c000 r-xp 00001000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7b275389c000-7b275389d000 r--p 00002000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7b275389d000-7b275389e000 r--p 00002000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7b275389e000-7b275389f000 rw-p 00003000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7b275389f000-7b2753910000 rw-p 00000000 00:00 0 | 7b2753910000-7b2753912000 r--p 00000000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7b2753912000-7b2753919000 r-xp 00002000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7b2753919000-7b275391a000 r--p 00009000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7b275391a000-7b275391b000 ---p 0000a000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7b275391b000-7b275391c000 r--p 0000a000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7b275391c000-7b275391d000 rw-p 0000b000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7b275391d000-7b2753a23000 rw-p 00000000 00:00 0 | 7b2753a23000-7b2753a26000 r--p 00000000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7b2753a26000-7b2753a3d000 r-xp 00003000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7b2753a3d000-7b2753a41000 r--p 0001a000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7b2753a41000-7b2753a42000 r--p 0001d000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7b2753a42000-7b2753a43000 rw-p 0001e000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7b2753a43000-7b2753a51000 r--p 00000000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7b2753a51000-7b2753acd000 r-xp 0000e000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7b2753acd000-7b2753b28000 r--p 0008a000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7b2753b28000-7b2753b29000 r--p 000e4000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7b2753b29000-7b2753b2a000 rw-p 000e5000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7b2753b2a000-7b2753b2c000 r--p 00000000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7b2753b2c000-7b2753b40000 r-xp 00002000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7b2753b40000-7b2753b59000 r--p 00016000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7b2753b59000-7b2753b5a000 ---p 0002f000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7b2753b5a000-7b2753b5b000 r--p 0002f000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7b2753b5b000-7b2753b5c000 rw-p 00030000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7b2753b5c000-7b2753b64000 rw-p 00000000 00:00 0 | 7b2753b64000-7b2753b6e000 r--p 00000000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7b2753b6e000-7b2753bcd000 r-xp 0000a000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7b2753bcd000-7b2753be4000 r--p 00069000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7b2753be4000-7b2753be5000 r--p 0007f000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7b2753be5000-7b2753be6000 rw-p 00080000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7b2753be6000-7b2753be8000 r--p 00000000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7b2753be8000-7b2753bf9000 r-xp 00002000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7b2753bf9000-7b2753bff000 r--p 00013000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7b2753bff000-7b2753c00000 ---p 00019000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7b2753c00000-7b2753c01000 r--p 00019000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7b2753c01000-7b2753c02000 rw-p 0001a000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7b2753c04000-7b2753c05000 r--p 00000000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7b2753c05000-7b2753c07000 r-xp 00001000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7b2753c07000-7b2753c08000 r--p 00003000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7b2753c08000-7b2753c09000 r--p 00003000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7b2753c09000-7b2753c0a000 rw-p 00004000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7b2753c0a000-7b2753c0b000 r--p 00000000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7b2753c0b000-7b2753c0c000 r-xp 00001000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7b2753c0c000-7b2753c0d000 r--p 00002000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7b2753c0d000-7b2753c0e000 r--p 00002000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7b2753c0e000-7b2753c0f000 rw-p 00003000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7b2753c0f000-7b2753c10000 r--p 00000000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7b2753c10000-7b2753c11000 r-xp 00001000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7b2753c11000-7b2753c12000 r--p 00002000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7b2753c12000-7b2753c13000 r--p 00002000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7b2753c13000-7b2753c14000 rw-p 00003000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7b2753c14000-7b2753c16000 rw-p 00000000 00:00 0 | 7b2753c16000-7b2753c18000 r--p 00000000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7b2753c18000-7b2753c42000 r-xp 00002000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7b2753c42000-7b2753c4d000 r--p 0002c000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7b2753c4e000-7b2753c50000 r--p 00037000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7b2753c50000-7b2753c52000 rw-p 00039000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ffccff64000-7ffcd0763000 rw-p 00000000 00:00 0 [stack] | 7ffcd0789000-7ffcd078d000 r--p 00000000 00:00 0 [vvar] | 7ffcd078d000-7ffcd078f000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | |

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

  6. Failure: TestYJIT#test_compile_opt_getconstant_path [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:495]: Expected to compile instructions opt_getconstant_path but didn't. iseq: == disasm: #<ISeq:block in

    @-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]

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

  2. Failure: TestYJIT#test_yjit_enable_stats_false [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:71]: pid 2643347 killed by SIGSEGV (signal 11) (core dumped) | internal:array:53: [BUG] Segmentation fault at 0x00006182c7675648 | ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) +YJIT [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0109 p:0031 s:0990 e:000989 METHOD internal:array:53 | c:0108 p:0012 s:0984 e:000983 BLOCK /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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-force-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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5949 | 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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5947 | c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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-force-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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH] | c:0094 p:0025 s:0874 e:000872 METHOD internal:array:54 | c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0091 p:0025 s:0845 e:000843 METHOD internal:array:54 | c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0088 p:0025 s:0816 e:000814 METHOD internal:array:54 | c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0085 p:0025 s:0787 e:000785 METHOD internal:array:54 | c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0082 p:0025 s:0758 e:000756 METHOD internal:array:54 | c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0079 p:0025 s:0729 e:000727 METHOD internal:array:54 | c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0076 p:0025 s:0700 e:000698 METHOD internal:array:54 | c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0073 p:0025 s:0671 e:000669 METHOD internal:array:54 | c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0070 p:0025 s:0642 e:000640 METHOD internal:array:54 | c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0067 p:0025 s:0613 e:000611 METHOD internal:array:54 | c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0064 p:0025 s:0584 e:000582 METHOD internal:array:54 | c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0061 p:0025 s:0555 e:000553 METHOD internal:array:54 | c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0058 p:0025 s:0526 e:000524 METHOD internal:array:54 | c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0055 p:0025 s:0497 e:000495 METHOD internal:array:54 | c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0052 p:0025 s:0468 e:000466 METHOD internal:array:54 | c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0049 p:0025 s:0439 e:000437 METHOD internal:array:54 | c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0046 p:0025 s:0410 e:000408 METHOD internal:array:54 | c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0043 p:0025 s:0381 e:000379 METHOD internal:array:54 | c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0040 p:0025 s:0352 e:000350 METHOD internal:array:54 | c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0037 p:0025 s:0323 e:000321 METHOD internal:array:54 | c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0034 p:0025 s:0294 e:000292 METHOD internal:array:54 | c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0031 p:0025 s:0265 e:000263 METHOD internal:array:54 | c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0028 p:0025 s:0236 e:000234 METHOD internal:array:54 | c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0025 p:0025 s:0207 e:000205 METHOD internal:array:54 | c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0022 p:0025 s:0178 e:000176 METHOD internal:array:54 | c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0019 p:0025 s:0149 e:000147 METHOD internal:array:54 | c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0016 p:0025 s:0120 e:000118 METHOD internal:array:54 | c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0013 p:0025 s:0091 e:000089 METHOD internal:array:54 | c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0010 p:0025 s:0062 e:000060 METHOD internal:array:54 | c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH] | c:0007 p:0033 s:0033 e:000032 METHOD internal:array:53 | c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-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:000080 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:9:in '

    ' | internal:yjit:39:in 'enable' | internal:yjit:39:in 'const_added' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb🔞in 'on_constant_state_changed' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed' | internal:array:53:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block' | internal:array:54:in 'each' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5947:in 'side_exit' | internal:kernel:135:in 'then' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5949:in 'block in side_exit' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble' | /home/jinroq/dev/sandbox/my-ruby-build/build-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs' | internal:array:53:in 'each' | | -- Threading information --------------------------------------------------- | Total ractor count: 1 | Ruby thread count for this ractor: 1 | | -- Machine register context ------------------------------------------------ | RIP: 0x00006182c7675648 RBP: 0x00007a755af8a870 RSP: 0x00007ffd9f411900 | RAX: 0x0000000000000000 RBX: 0x00007a755ae8df00 RCX: 0x0000000000000004 | RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007a754010c978 | R8: 0x0000000000000000 R9: 0x00007a755af8a838 R10: 0x00007a7540705b68 | R11: 0x00007a754010c978 R12: 0x0000000000000024 R13: 0x00006182c49cf410 | R14: 0x00006182c49cf410 R15: 0x00007a755af8a838 EFL: 0x0000000000010246 | | -- C level backtrace information ------------------------------------------- | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x6182c3fcaa41] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:820 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:1151 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x6182c418831c] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/error.c:1108 | /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(sigsegv+0x46) [0x6182c3f11516] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929 | /lib/x86_64-linux-gnu/libc.so.6(0x7a755ac42520) [0x7a755ac42520] | [0x6182c7675648] | | -- 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-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 8 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 9 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/closure.rb | 10 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/function.rb | 11 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/version.rb | 12 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle.rb | 13 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/value.rb | 14 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/pack.rb | 15 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/struct.rb | 16 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/cparser.rb | 17 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/import.rb | 18 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb | 19 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb | 20 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb | 21 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb | 22 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb | 23 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb | 24 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb | 25 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb | 26 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb | 27 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb | 28 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb | 29 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/set.rb | 30 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb | 31 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb | 32 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb | 33 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb | 34 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb | 35 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb | 36 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3/version.rb | 37 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3.rb | 38 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/timeout.rb | 39 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/rbconfig.rb | 40 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/find_executable.rb | 41 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 42 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/envutil.rb | 43 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/colorize.rb | 44 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/leakchecker.rb | 45 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/prettyprint.rb | 46 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/pp.rb | 47 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/assertions.rb | 48 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 49 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 50 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/core_assertions.rb | 51 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/testcase.rb | 52 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/optparse.rb | 53 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit.rb | | * Process memory map: | | 6182c3d95000-6182c3dd9000 r--p 00000000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 6182c3dd9000-6182c423a000 r-xp 00044000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 6182c423a000-6182c43d9000 r--p 004a5000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 6182c43d9000-6182c43f1000 r--p 00643000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 6182c43f1000-6182c43f2000 rw-p 0065b000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 6182c43f2000-6182c4407000 rw-p 00000000 00:00 0 | 6182c49c7000-6182c5641000 rw-p 00000000 00:00 0 [heap] | 6182c5674000-6182c7674000 r-xp 00000000 00:00 0 | 6182c7674000-6182c9674000 rw-p 00000000 00:00 0 | 6182c97ef000-6182c982f000 r-xp 00000000 00:00 0 | 6182c982f000-6182cc7ef000 ---p 00000000 00:00 0 | 7a753c000000-7a753c600000 rw-p 00000000 00:00 0 | 7a753cc00000-7a753ce1f000 r--s 00000000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7a753d000000-7a753ff8a000 r--s 00000000 103:02 12232952 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby | 7a753fff0000-7a7540010000 rw-p 00000000 00:00 0 | 7a7540030000-7a75400c0000 rw-p 00000000 00:00 0 | 7a75400d0000-7a75402e0000 rw-p 00000000 00:00 0 | 7a75402f0000-7a7540380000 rw-p 00000000 00:00 0 | 7a7540390000-7a75403c0000 rw-p 00000000 00:00 0 | 7a75403d0000-7a7540600000 rw-p 00000000 00:00 0 | 7a7540610000-7a7540720000 rw-p 00000000 00:00 0 | 7a7540724000-7a7540726000 r--p 00000000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7a7540726000-7a754072b000 r-xp 00002000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7a754072b000-7a754072c000 r--p 00007000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7a754072c000-7a754072d000 ---p 00008000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7a754072d000-7a754072e000 r--p 00008000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7a754072e000-7a754072f000 rw-p 00009000 103:02 12231536 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so | 7a754072f000-7a7540730000 ---p 00000000 00:00 0 | 7a7540730000-7a7540771000 rw-p 00000000 00:00 0 | 7a7540771000-7a7540772000 ---p 00000000 00:00 0 | 7a7540772000-7a75407b3000 rw-p 00000000 00:00 0 | 7a75407b3000-7a75407b4000 ---p 00000000 00:00 0 | 7a75407b4000-7a75407f5000 rw-p 00000000 00:00 0 | 7a75407f5000-7a75407f6000 ---p 00000000 00:00 0 | 7a75407f6000-7a7540837000 rw-p 00000000 00:00 0 | 7a7540837000-7a7540838000 ---p 00000000 00:00 0 | 7a7540838000-7a7540879000 rw-p 00000000 00:00 0 | 7a7540879000-7a754087a000 ---p 00000000 00:00 0 | 7a754087a000-7a75408bb000 rw-p 00000000 00:00 0 | 7a75408bb000-7a75408bc000 ---p 00000000 00:00 0 | 7a75408bc000-7a75408fd000 rw-p 00000000 00:00 0 | 7a75408fd000-7a75408fe000 ---p 00000000 00:00 0 | 7a75408fe000-7a754093f000 rw-p 00000000 00:00 0 | 7a754093f000-7a7540940000 ---p 00000000 00:00 0 | 7a7540940000-7a7540981000 rw-p 00000000 00:00 0 | 7a7540981000-7a7540982000 ---p 00000000 00:00 0 | 7a7540982000-7a75409c3000 rw-p 00000000 00:00 0 | 7a75409c3000-7a75409c4000 ---p 00000000 00:00 0 | 7a75409c4000-7a7540a05000 rw-p 00000000 00:00 0 | 7a7540a05000-7a7540a06000 ---p 00000000 00:00 0 | 7a7540a06000-7a7540a47000 rw-p 00000000 00:00 0 | 7a7540a47000-7a7540a48000 ---p 00000000 00:00 0 | 7a7540a48000-7a7540a89000 rw-p 00000000 00:00 0 | 7a7540a89000-7a7540a8a000 ---p 00000000 00:00 0 | 7a7540a8a000-7a7540acb000 rw-p 00000000 00:00 0 | 7a7540acb000-7a7540acc000 ---p 00000000 00:00 0 | 7a7540acc000-7a7540b0d000 rw-p 00000000 00:00 0 | 7a7540b0d000-7a7540b0e000 ---p 00000000 00:00 0 | 7a7540b0e000-7a7540b4f000 rw-p 00000000 00:00 0 | 7a7540b4f000-7a7540b50000 ---p 00000000 00:00 0 | 7a7540b50000-7a7540b91000 rw-p 00000000 00:00 0 | 7a7540b91000-7a7540b92000 ---p 00000000 00:00 0 | 7a7540b92000-7a7540bd3000 rw-p 00000000 00:00 0 | 7a7540bd3000-7a7540bd4000 ---p 00000000 00:00 0 | 7a7540bd4000-7a7540c15000 rw-p 00000000 00:00 0 | 7a7540c15000-7a7540c16000 ---p 00000000 00:00 0 | 7a7540c16000-7a7540c57000 rw-p 00000000 00:00 0 | 7a7540c57000-7a7540c58000 ---p 00000000 00:00 0 | 7a7540c58000-7a7540c99000 rw-p 00000000 00:00 0 | 7a7540c99000-7a7540c9a000 ---p 00000000 00:00 0 | 7a7540c9a000-7a7540cdb000 rw-p 00000000 00:00 0 | 7a7540cdb000-7a7540cdc000 ---p 00000000 00:00 0 | 7a7540cdc000-7a7540d1d000 rw-p 00000000 00:00 0 | 7a7540d1d000-7a7540d1e000 ---p 00000000 00:00 0 | 7a7540d1e000-7a7540d5f000 rw-p 00000000 00:00 0 | 7a7540d5f000-7a7540d60000 ---p 00000000 00:00 0 | 7a7540d60000-7a7540da1000 rw-p 00000000 00:00 0 | 7a7540da1000-7a7540da2000 ---p 00000000 00:00 0 | 7a7540da2000-7a7540de3000 rw-p 00000000 00:00 0 | 7a7540de3000-7a7540de4000 ---p 00000000 00:00 0 | 7a7540de4000-7a7540e25000 rw-p 00000000 00:00 0 | 7a7540e25000-7a7540e26000 ---p 00000000 00:00 0 | 7a7540e26000-7a7540e67000 rw-p 00000000 00:00 0 | 7a7540e67000-7a7540e68000 ---p 00000000 00:00 0 | 7a7540e68000-7a7540ea9000 rw-p 00000000 00:00 0 | 7a7540ea9000-7a7540eaa000 ---p 00000000 00:00 0 | 7a7540eaa000-7a7540eeb000 rw-p 00000000 00:00 0 | 7a7540eeb000-7a7540eec000 ---p 00000000 00:00 0 | 7a7540eec000-7a7540f2d000 rw-p 00000000 00:00 0 | 7a7540f2d000-7a7540f2e000 ---p 00000000 00:00 0 | 7a7540f2e000-7a7540f6f000 rw-p 00000000 00:00 0 | 7a7540f6f000-7a7540f70000 ---p 00000000 00:00 0 | 7a7540f70000-7a7541790000 rw-p 00000000 00:00 0 | 7a7541792000-7a7541794000 r--p 00000000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7a7541794000-7a754179b000 r-xp 00002000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7a754179b000-7a754179c000 r--p 00009000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7a754179c000-7a754179d000 ---p 0000a000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7a754179d000-7a754179e000 r--p 0000a000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7a754179e000-7a754179f000 rw-p 0000b000 103:02 1055286 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7a754179f000-7a755ac00000 rw-p 00000000 00:00 0 | 7a755ac00000-7a755ac28000 r--p 00000000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7a755ac28000-7a755adbd000 r-xp 00028000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7a755adbd000-7a755ae15000 r--p 001bd000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7a755ae15000-7a755ae16000 ---p 00215000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7a755ae16000-7a755ae1a000 r--p 00215000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7a755ae1a000-7a755ae1c000 rw-p 00219000 103:02 1053493 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7a755ae1c000-7a755ae29000 rw-p 00000000 00:00 0 | 7a755ae2f000-7a755ae33000 r--p 00000000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7a755ae33000-7a755ae3b000 r-xp 00004000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7a755ae3b000-7a755ae3e000 r--p 0000c000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7a755ae3e000-7a755ae3f000 r--p 0000e000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7a755ae3f000-7a755ae40000 rw-p 0000f000 103:02 12231515 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7a755ae40000-7a755ae80000 rw-p 00000000 00:00 0 | 7a755ae87000-7a755ae88000 r--p 00000000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7a755ae88000-7a755ae89000 r-xp 00001000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7a755ae89000-7a755ae8a000 r--p 00002000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7a755ae8a000-7a755ae8b000 r--p 00002000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7a755ae8b000-7a755ae8c000 rw-p 00003000 103:02 12230772 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so | 7a755ae8c000-7a755af92000 rw-p 00000000 00:00 0 | 7a755af92000-7a755af95000 r--p 00000000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7a755af95000-7a755afac000 r-xp 00003000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7a755afac000-7a755afb0000 r--p 0001a000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7a755afb0000-7a755afb1000 r--p 0001d000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7a755afb1000-7a755afb2000 rw-p 0001e000 103:02 1050699 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7a755afb2000-7a755afc0000 r--p 00000000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7a755afc0000-7a755b03c000 r-xp 0000e000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7a755b03c000-7a755b097000 r--p 0008a000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7a755b097000-7a755b098000 r--p 000e4000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7a755b098000-7a755b099000 rw-p 000e5000 103:02 1053499 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7a755b099000-7a755b09b000 r--p 00000000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7a755b09b000-7a755b0af000 r-xp 00002000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7a755b0af000-7a755b0c8000 r--p 00016000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7a755b0c8000-7a755b0c9000 ---p 0002f000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7a755b0c9000-7a755b0ca000 r--p 0002f000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7a755b0ca000-7a755b0cb000 rw-p 00030000 103:02 1055130 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7a755b0cb000-7a755b0d3000 rw-p 00000000 00:00 0 | 7a755b0d3000-7a755b0dd000 r--p 00000000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7a755b0dd000-7a755b13c000 r-xp 0000a000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7a755b13c000-7a755b153000 r--p 00069000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7a755b153000-7a755b154000 r--p 0007f000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7a755b154000-7a755b155000 rw-p 00080000 103:02 1055410 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7a755b155000-7a755b157000 r--p 00000000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7a755b157000-7a755b168000 r-xp 00002000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7a755b168000-7a755b16e000 r--p 00013000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7a755b16e000-7a755b16f000 ---p 00019000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7a755b16f000-7a755b170000 r--p 00019000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7a755b170000-7a755b171000 rw-p 0001a000 103:02 1048760 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7a755b173000-7a755b174000 r--p 00000000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7a755b174000-7a755b176000 r-xp 00001000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7a755b176000-7a755b177000 r--p 00003000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7a755b177000-7a755b178000 r--p 00003000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7a755b178000-7a755b179000 rw-p 00004000 103:02 12231910 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so | 7a755b179000-7a755b17a000 r--p 00000000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7a755b17a000-7a755b17b000 r-xp 00001000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7a755b17b000-7a755b17c000 r--p 00002000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7a755b17c000-7a755b17d000 r--p 00002000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7a755b17d000-7a755b17e000 rw-p 00003000 103:02 12233223 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7a755b17e000-7a755b17f000 r--p 00000000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7a755b17f000-7a755b180000 r-xp 00001000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7a755b180000-7a755b181000 r--p 00002000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7a755b181000-7a755b182000 r--p 00002000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7a755b182000-7a755b183000 rw-p 00003000 103:02 12232962 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7a755b183000-7a755b185000 rw-p 00000000 00:00 0 | 7a755b185000-7a755b187000 r--p 00000000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7a755b187000-7a755b1b1000 r-xp 00002000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7a755b1b1000-7a755b1bc000 r--p 0002c000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7a755b1bd000-7a755b1bf000 r--p 00037000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7a755b1bf000-7a755b1c1000 rw-p 00039000 103:02 1052398 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ffd9ec20000-7ffd9f41f000 rw-p 00000000 00:00 0 [stack] | 7ffd9f482000-7ffd9f486000 r--p 00000000 00:00 0 [vvar] | 7ffd9f486000-7ffd9f488000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | |

  3. Failure: TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_gc.rb:674]: before_stats: {:count=>24, :time=>71, :marking_time=>45, :sweeping_time=>26, :heap_allocated_pages=>164, :heap_sorted_length=>310, :heap_allocatable_pages=>146, :heap_available_slots=>225742, :heap_live_slots=>208474, :heap_free_slots=>17268, :heap_final_slots=>0, :heap_marked_slots=>129624, :heap_eden_pages=>164, :heap_tomb_pages=>0, :total_allocated_pages=>171, :total_freed_pages=>7, :total_allocated_objects=>1384337, :total_freed_objects=>1175863, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>18366239, :minor_gc_count=>19, :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=>1296, :old_objects=>129613, :old_objects_limit=>259226, :oldmalloc_increase_bytes=>2120, :oldmalloc_increase_bytes_limit=>19350882} before_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206317, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>126, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>1343262, :total_freed_objects=>1140184}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9822, :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=>23040, :total_freed_objects=>19664}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8992, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>6, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18000, :total_freed_objects=>15924}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>407, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>78, :total_freed_objects=>70}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>21}} after_stats: {:count=>37, :time=>89, :marking_time=>46, :sweeping_time=>42, :heap_allocated_pages=>165, :heap_sorted_length=>311, :heap_allocatable_pages=>146, :heap_available_slots=>227380, :heap_live_slots=>129790, :heap_free_slots=>97590, :heap_final_slots=>0, :heap_marked_slots=>129729, :heap_eden_pages=>165, :heap_tomb_pages=>0, :total_allocated_pages=>172, :total_freed_pages=>7, :total_allocated_objects=>2388672, :total_freed_objects=>2258882, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>32, :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=>1296, :old_objects=>129716, :old_objects_limit=>259226, :oldmalloc_increase_bytes=>6032, :oldmalloc_increase_bytes_limit=>19350882} after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>127, :heap_eden_slots=>207955, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>127, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>2347307, :total_freed_objects=>2222939}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9822, :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=>23111, :total_freed_objects=>19723}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8992, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>6, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18213, :total_freed_objects=>16129}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>407, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>78, :total_freed_objects=>70}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>21}}. <164> expected but was <165>.

  4. Failure: TestGc#test_gc_parameter_init_slots [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_gc.rb:477]: {:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>24, :heap_eden_slots=>9812, :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=>17579, :total_freed_objects=>8309}. Expected 9812 to be >= 10000.

  5. Failure: TestAllocation::MethodCall#test_positional_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  6. Failure: TestAllocation::MethodCall#test_keyword_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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 554 hashes allocated. expected but was .

  7. Failure: TestAllocation::MethodCall#test_positional_splat_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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 672 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. expected but was .

  8. Failure: TestAllocation::MethodCall#test_required_positional_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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 570 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. expected but was .

  9. Failure: TestAllocation::MethodCall#test_nested_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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 672 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. expected but was .

  10. Failure: TestAllocation::MethodCall#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  11. Failure: TestAllocation::MethodCall#test_required_and_positional_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  12. Failure: TestAllocation::MethodCall#test_optional_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  13. Failure: TestAllocation::MethodCall#test_positional_splat_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  14. Failure: TestAllocation::MethodCall#test_positional_splat_and_post_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  15. Failure: TestAllocation::MethodCall#test_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  16. Failure: TestAllocation::MethodCall#test_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  17. Failure: TestAllocation::MethodCall#test_required_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  18. Failure: TestAllocation::MethodCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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 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. expected but was .

  19. Failure: TestAllocation::MethodCall#test_required_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

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

  21. Failure: TestAllocation::MethodCall#test_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

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

  23. Failure: TestAllocation::MethodCall::WithBlock#test_positional_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  24. Failure: TestAllocation::MethodCall::WithBlock#test_keyword_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  25. Failure: TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  26. Failure: TestAllocation::MethodCall::WithBlock#test_required_positional_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  27. Failure: TestAllocation::MethodCall::WithBlock#test_nested_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  28. Failure: TestAllocation::MethodCall::WithBlock#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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 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. expected but was .

  29. Failure: TestAllocation::MethodCall::WithBlock#test_required_and_positional_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  30. Failure: TestAllocation::MethodCall::WithBlock#test_optional_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  31. Failure: TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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 688 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. expected but was .

  32. Failure: TestAllocation::MethodCall::WithBlock#test_positional_splat_and_post_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  33. Failure: TestAllocation::MethodCall::WithBlock#test_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  34. Failure: TestAllocation::MethodCall::WithBlock#test_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  35. Failure: TestAllocation::MethodCall::WithBlock#test_required_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

  36. Failure: TestAllocation::MethodCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was . Children under /tmp/rubytest.n77oiz:

  1. Failure: TestAllocation::MethodCall::WithBlock#test_required_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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. expected but was .

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

  3. Failure: TestAllocation::MethodCall::WithBlock#test_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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 680 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. expected but was .

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

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

Finished tests in 1444.741194s, 17.9665 tests/s, 4500.6352 assertions/s. 25957 tests, 6502253 assertions, 51 failures, 0 errors, 166 skips

ruby -v: ruby 3.4.0dev (2024-05-13T10:35:57Z master 5880103450) +RJIT [x86_64-linux] make: *** [uncommon.mk:965: yes-test-all] エラー 51