虚無庵

徒然なるままに

今日の ruby build 2024-05-24

今日のビルド

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

findy-code.io

I am NOT a Rubyist なんだけど”362 日の Rubyist”ってやつをやるか。

今日のテスト

make test-all を実行。

Finished tests in 1365.154827s, 19.0264 tests/s, 4609.0604 assertions/s.
25974 tests, 6292081 assertions, 0 failures, 0 errors, 155 skips

ruby -v: ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) [x86_64-linux]

今日のビルド(enabled Universal Parser)

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

今日のテスト(enabled Universal Parser)

make test-all を実行。

Finished tests in 1419.702864s, 18.2954 tests/s, 4432.9586 assertions/s.
25974 tests, 6293484 assertions, 0 failures, 0 errors, 155 skips

ruby -v: ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) [x86_64-linux]

今日のビルド(enabled YJIT)

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

今日のテスト(enabled YJIT)

--enable-yjit

make test-all を実行。

Finished tests in 1318.569215s, 19.6986 tests/s, 4772.7976 assertions/s.
25974 tests, 6293264 assertions, 0 failures, 0 errors, 154 skips

ruby -v: ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) [x86_64-linux]
cppflags=-DYJIT_FORCE_ENABLE

make test-all を実行。

Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 37067>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    3270601 jinroq    9u  IPv4 3714623      0t0  TCP localhost:37067->localhost:38416 (CLOSE_WAIT)
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished tests in 1296.723798s, 20.0328 tests/s, 4849.7143 assertions/s.
25977 tests, 6288740 assertions, 0 failures, 0 errors, 155 skips

ruby -v: ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) +YJIT [x86_64-linux]

今日のビルド(enabled RJIT)

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

今日のテスト(enabled RJIT)

--enable-rjit --disable-yjit

make test-all を実行。

Finished tests in 1260.482784s, 20.5088 tests/s, 4988.2300 assertions/s.
25851 tests, 6287578 assertions, 0 failures, 0 errors, 155 skips

ruby -v: ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) [x86_64-linux]
cppflags=-DRJIT_FORCE_ENABLE

make test-all を実行。

/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby: warning: Disabling RJIT because RubyVM::RJIT::Compiler is not defined

  1) 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:96]:
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 575 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 8143 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 6830 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 2537 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 2890 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 2612 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 2612 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 2612 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 2497 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 2486 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 2497 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 2497 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 2497 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 5519 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 7279 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 7201 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 7228 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 2536 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nil, &block)", but 196 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*r2k_empty_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*r2k_empty_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*r2k_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*r2k_empty_array1, &block)", but 3310 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*r2k_empty_array1, &block)", but 270 hashes allocated.
<true> expected but was
<false>.

  2) 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:83]:
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 575 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 7208 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 2537 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 3535 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 2163 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 2486 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 6781 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 2497 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 7228 arrays allocated
Expected 1 hash allocations for "splat_post(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "splat_post(*r2k_empty_array1, &block)", but 3535 arrays allocated
Expected 0 hash allocations for "splat_post(*r2k_empty_array1, &block)", but 289 hashes allocated
Expected 1 array allocations for "splat_post(*r2k_array, &block)", but 3535 arrays allocated
Expected 1 hash allocations for "splat_post(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "splat_post(*r2k_array1, &block)", but 3535 arrays allocated
Expected 1 hash allocations for "splat_post(*r2k_array1, &block)", but 290 hashes allocated.
<true> expected but was
<false>.

  3) Failure:
TestAllocation::MethodCall::WithBlock#test_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:96]:
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 575 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 8143 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 6830 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 2537 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 2889 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 2611 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 2611 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 2611 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 2497 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 2486 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 2497 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 2497 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 2497 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 5519 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 7279 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash, &block)", but 615 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **empty_hash, a: 2, &block)", but 7201 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 7228 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 2536 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array1, &block)", but 3310 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array1, &block)", but 270 hashes allocated.
<true> expected but was
<false>.

  4) 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:83]:
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 574 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 8090 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 6780 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 2497 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 3535 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 6780 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 2497 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(*r2k_empty_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "keyword_splat(*r2k_empty_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "keyword_splat(*r2k_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "keyword_splat(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, a: 2, **empty_hash, &block)", but 5470 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 7228 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

  5) 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:96]:
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 575 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 8143 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 6830 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 2537 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 2889 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 2611 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 2611 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 2611 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 2497 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 2486 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 2497 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 2497 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 2497 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 5519 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 7279 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 7201 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 7228 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 598 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 2536 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array1, &block)", but 3310 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array1, &block)", but 270 hashes allocated.
<true> expected but was
<false>.

  6) Failure:
TestAllocation::MethodCall::WithBlock#test_required_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:74]:
Expected 0 array allocations for "required(1, &block)", but 1 arrays allocated
Expected 0 array allocations for "required(*r2k_empty_array1, &block)", but 574 arrays allocated
Expected 0 hash allocations for "required(*r2k_empty_array1, &block)", but 42 hashes allocated
Expected 0 array allocations for "required(*r2k_array, &block)", but 8094 arrays allocated
Expected 1 hash allocations for "required(*r2k_array, &block)", but 682 hashes allocated
Expected 1 array allocations for "required(*empty_array, **hash1, **empty_hash, &block)", but 7228 arrays allocated
Expected 1 hash allocations for "required(*empty_array, **hash1, **empty_hash, &block)", but 598 hashes allocated.
<true> expected but was
<false>.

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

  8) Failure:
TestAllocation::MethodCall::WithBlock#test_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:83]:
Expected 0 array allocations for "keyword(a: 2, &block)", but 1 arrays allocated
Expected 0 array allocations for "keyword(**empty_hash, **hash1, &block)", but 574 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 8093 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 6780 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 2497 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 3538 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 6780 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 2497 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(*r2k_empty_array, &block)", but 3539 arrays allocated
Expected 0 hash allocations for "keyword(*r2k_empty_array, &block)", but 289 hashes allocated
Expected 1 array allocations for "keyword(*r2k_array, &block)", but 3539 arrays allocated
Expected 1 hash allocations for "keyword(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, a: 2, **empty_hash, &block)", but 5470 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 7228 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

  9) 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:95]:
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 574 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 8142 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 6829 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 2537 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 2889 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 2611 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 2611 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 2611 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 2497 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 2486 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 2497 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 2497 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 2497 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(*r2k_empty_array1, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*r2k_empty_array1, &block)", but 290 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*r2k_array1, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*r2k_array1, &block)", but 290 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 5519 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 7279 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 7201 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 7228 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 2536 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nil, &block)", but 196 hashes allocated.
<true> expected but was
<false>.

 10) 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:83]:
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 575 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 7208 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 2537 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 3541 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 2163 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 2486 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 6781 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 2497 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 7228 arrays allocated
Expected 1 hash allocations for "req_splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "req_splat(*r2k_empty_array1, &block)", but 3541 arrays allocated
Expected 0 hash allocations for "req_splat(*r2k_empty_array1, &block)", but 290 hashes allocated
Expected 1 array allocations for "req_splat(*r2k_array, &block)", but 3541 arrays allocated
Expected 1 hash allocations for "req_splat(*r2k_array, &block)", but 291 hashes allocated
Expected 1 array allocations for "req_splat(*r2k_array1, &block)", but 3541 arrays allocated
Expected 1 hash allocations for "req_splat(*r2k_array1, &block)", but 291 hashes allocated.
<true> expected but was
<false>.

 11) 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:96]:
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 1758 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 8143 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 6830 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 2537 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 2889 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 2611 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 2611 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 2611 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 2497 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 2486 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 2497 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 2497 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 2497 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 5519 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 7279 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 7201 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 7228 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 2536 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array1, &block)", but 3310 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array1, &block)", but 270 hashes allocated.
<true> expected but was
<false>.

 12) Failure:
TestAllocation::MethodCall::WithBlock#test_optional_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:75]:
Expected 0 array allocations for "optional(1, &block)", but 1 arrays allocated
Expected 0 array allocations for "optional(*r2k_empty_array, &block)", but 729 arrays allocated
Expected 0 hash allocations for "optional(*r2k_empty_array, &block)", but 52 hashes allocated
Expected 0 array allocations for "optional(*r2k_empty_array1, &block)", but 8094 arrays allocated
Expected 0 hash allocations for "optional(*r2k_empty_array1, &block)", but 681 hashes allocated
Expected 0 array allocations for "optional(*r2k_array, &block)", but 3539 arrays allocated
Expected 1 hash allocations for "optional(*r2k_array, &block)", but 291 hashes allocated
Expected 1 array allocations for "optional(*empty_array, **hash1, **empty_hash, &block)", but 7228 arrays allocated
Expected 1 hash allocations for "optional(*empty_array, **hash1, **empty_hash, &block)", but 598 hashes allocated.
<true> expected but was
<false>.

 13) 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:96]:
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 575 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 8147 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 6830 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 2537 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 2890 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 2612 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 2612 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 2612 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 2497 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 2486 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 2497 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 2497 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 2497 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 5519 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 7279 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 7201 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 7228 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 2536 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*r2k_empty_array, &block)", but 3540 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*r2k_empty_array, &block)", but 289 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*r2k_array, &block)", but 3540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*r2k_empty_array1, &block)", but 3314 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*r2k_empty_array1, &block)", but 269 hashes allocated.
<true> expected but was
<false>.

 14) 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:95]:
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 574 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 8145 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 6829 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 2537 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 2889 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 2611 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 2611 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 2611 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 2497 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 2486 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 2497 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 2497 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 2497 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(*r2k_empty_array1, &block)", but 3539 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*r2k_empty_array1, &block)", but 289 hashes allocated
Expected 1 array allocations for "required_and_keyword(*r2k_array1, &block)", but 3539 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*r2k_array1, &block)", but 290 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, a: 2, **empty_hash, &block)", but 5519 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 7279 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 7201 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 7228 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 2536 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **nil, &block)", but 195 hashes allocated.
<true> expected but was
<false>.

 15) 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:83]:
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 574 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 8090 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 6780 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 2497 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 3535 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 6780 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 2497 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(*r2k_empty_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*r2k_empty_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*r2k_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, a: 2, **empty_hash, &block)", but 5470 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 7228 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

 16) 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:96]:
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 1760 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 8143 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 6830 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 2537 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 2889 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 2611 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 2611 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 2611 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 2497 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 2486 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 2497 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 2497 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 2497 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 5519 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 7279 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 7201 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 7228 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 2536 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_array, &block)", but 3536 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array1, &block)", but 3310 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array1, &block)", but 270 hashes allocated.
<true> expected but was
<false>.

 17) Failure:
TestAllocation::MethodCall::WithBlock#test_ruby2_keywords [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:100]:
Expected 1 array allocations for "r2k(1, a: 2, &block)", but 2 arrays allocated
Expected 1 array allocations for "r2k(1, **empty_hash, **hash1, &block)", but 575 arrays allocated
Expected 1 hash allocations for "r2k(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "r2k(1, *empty_array, &block)", but 8144 arrays allocated
Expected 0 hash allocations for "r2k(1, *empty_array, &block)", but 687 hashes allocated
Expected 1 array allocations for "r2k(1, **hash1, **empty_hash, &block)", but 6830 arrays allocated
Expected 1 hash allocations for "r2k(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "r2k(1, *empty_array, *empty_array, **empty_hash, &block)", but 2537 arrays allocated
Expected 1 hash allocations for "r2k(1, *empty_array, *empty_array, **empty_hash, &block)", but 197 hashes allocated
Expected 1 array allocations for "r2k(*array1, a: 2, &block)", but 2890 arrays allocated
Expected 1 hash allocations for "r2k(*array1, a: 2, &block)", but 241 hashes allocated
Expected 1 array allocations for "r2k(*array1, **nill, &block)", but 2612 arrays allocated
Expected 0 hash allocations for "r2k(*array1, **nill, &block)", but 199 hashes allocated
Expected 1 array allocations for "r2k(*array1, **empty_hash, &block)", but 2612 arrays allocated
Expected 1 hash allocations for "r2k(*array1, **empty_hash, &block)", but 200 hashes allocated
Expected 1 array allocations for "r2k(*array1, **hash1, &block)", but 2612 arrays allocated
Expected 1 hash allocations for "r2k(*array1, **hash1, &block)", but 200 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array, **hash1, &block)", but 2497 arrays allocated
Expected 1 hash allocations for "r2k(*array1, *empty_array, **hash1, &block)", but 191 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array, &block)", but 2486 arrays allocated
Expected 0 hash allocations for "r2k(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array, **empty_hash, &block)", but 2497 arrays allocated
Expected 1 hash allocations for "r2k(*array1, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2497 arrays allocated
Expected 1 hash allocations for "r2k(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2497 arrays allocated
Expected 1 hash allocations for "r2k(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "r2k(1, *empty_array, a: 2, **empty_hash, &block)", but 5519 arrays allocated
Expected 1 hash allocations for "r2k(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "r2k(1, *empty_array, **hash1, **empty_hash, &block)", but 7279 arrays allocated
Expected 1 hash allocations for "r2k(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "r2k(*array1, **empty_hash, a: 2, &block)", but 7201 arrays allocated
Expected 1 hash allocations for "r2k(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "r2k(*array1, **hash1, **empty_hash, &block)", but 7228 arrays allocated
Expected 1 hash allocations for "r2k(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "r2k(*array1, **nil, &block)", but 2536 arrays allocated
Expected 0 hash allocations for "r2k(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "r2k(*r2k_empty_array, &block)", but 3537 arrays allocated
Expected 0 hash allocations for "r2k(*r2k_empty_array, &block)", but 289 hashes allocated
Expected 1 array allocations for "r2k(*r2k_array, &block)", but 3537 arrays allocated
Expected 1 hash allocations for "r2k(*r2k_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "r2k(*r2k_empty_array1, &block)", but 3311 arrays allocated
Expected 0 hash allocations for "r2k(*r2k_empty_array1, &block)", but 269 hashes allocated.
<true> expected but was
<false>.

 18) 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:84]:
Expected 1 array allocations for "splat(1, &block)", but 2 arrays allocated
Expected 1 array allocations for "splat(1, *array1, *empty_array, &block)", but 575 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 7208 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 2537 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 3541 arrays allocated
Expected 0 hash allocations for "splat(*array1, &block)", but 291 hashes allocated
Expected 1 array allocations for "splat(**hash1, &block)", but 2163 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 2486 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 6781 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 2497 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 7228 arrays allocated
Expected 1 hash allocations for "splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "splat(*r2k_empty_array, &block)", but 3541 arrays allocated
Expected 0 hash allocations for "splat(*r2k_empty_array, &block)", but 290 hashes allocated
Expected 1 array allocations for "splat(*r2k_empty_array1, &block)", but 3541 arrays allocated
Expected 0 hash allocations for "splat(*r2k_empty_array1, &block)", but 290 hashes allocated
Expected 1 array allocations for "splat(*r2k_array, &block)", but 3541 arrays allocated
Expected 1 hash allocations for "splat(*r2k_array, &block)", but 291 hashes allocated
Expected 1 array allocations for "splat(*r2k_array1, &block)", but 3541 arrays allocated
Expected 1 hash allocations for "splat(*r2k_array1, &block)", but 291 hashes allocated.
<true> expected but was
<false>.

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

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

 21) 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:96]:
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 575 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 7896 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 6553 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 2537 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 2763 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 2812 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 2812 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 2812 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 2486 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 2486 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 2486 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 2497 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 2497 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 5240 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 7000 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 6924 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 6951 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 2736 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nil)", but 231 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*r2k_empty_array)", but 3301 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*r2k_empty_array)", but 275 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*r2k_array)", but 3301 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*r2k_empty_array1)", but 3075 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*r2k_empty_array1)", but 255 hashes allocated.
<true> expected but was
<false>.

 22) 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:83]:
Expected 1 array allocations for "splat_post(1)", but 2 arrays allocated
Expected 1 array allocations for "splat_post(1, *array1, *empty_array)", but 575 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 7419 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 2537 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 3300 arrays allocated
Expected 0 hash allocations for "splat_post(*array1)", but 275 hashes allocated
Expected 1 array allocations for "splat_post(**hash1)", but 2374 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 2486 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 6506 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 2486 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 6951 arrays allocated
Expected 1 hash allocations for "splat_post(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "splat_post(*r2k_empty_array1)", but 3300 arrays allocated
Expected 0 hash allocations for "splat_post(*r2k_empty_array1)", but 274 hashes allocated
Expected 1 array allocations for "splat_post(*r2k_array)", but 3300 arrays allocated
Expected 1 hash allocations for "splat_post(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "splat_post(*r2k_array1)", but 3300 arrays allocated
Expected 1 hash allocations for "splat_post(*r2k_array1)", but 275 hashes allocated.
<true> expected but was
<false>.

 23) Failure:
TestAllocation::MethodCall#test_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:96]:
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 575 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 7896 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 6553 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 2537 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 2762 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 2811 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 2811 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 2811 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 2486 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 2486 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 2486 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 2497 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 2497 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 5240 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 7000 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 6924 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 6951 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 2736 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array)", but 3301 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array)", but 275 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_array)", but 3301 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array1)", but 3075 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array1)", but 255 hashes allocated.
<true> expected but was
<false>.

 24) Failure:
TestAllocation::MethodCall#test_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:83]:
Expected 0 array allocations for "keyword_splat(a: 2)", but 1 arrays allocated
Expected 0 array allocations for "keyword_splat(**empty_hash, **hash1)", but 574 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 7855 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 6505 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 2486 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 3300 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 6505 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 2486 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(*r2k_empty_array)", but 3301 arrays allocated
Expected 1 hash allocations for "keyword_splat(*r2k_empty_array)", but 275 hashes allocated
Expected 1 array allocations for "keyword_splat(*r2k_array)", but 3301 arrays allocated
Expected 1 hash allocations for "keyword_splat(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, a: 2, **empty_hash)", but 5193 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 6951 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 25) 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:96]:
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 575 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 7896 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 6553 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 2537 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 2762 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 2811 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 2811 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 2811 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 2486 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 2486 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 2486 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 2497 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 2497 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 5240 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 7000 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 6924 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 6951 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 2736 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array)", but 3301 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array)", but 275 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_array)", but 3301 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array1)", but 3075 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array1)", but 255 hashes allocated.
<true> expected but was
<false>.

 26) Failure:
TestAllocation::MethodCall#test_required_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:74]:
Expected 0 array allocations for "required(1)", but 1 arrays allocated
Expected 0 array allocations for "required(*r2k_empty_array1)", but 574 arrays allocated
Expected 0 hash allocations for "required(*r2k_empty_array1)", but 42 hashes allocated
Expected 0 array allocations for "required(*r2k_array)", but 9359 arrays allocated
Expected 1 hash allocations for "required(*r2k_array)", but 760 hashes allocated
Expected 1 array allocations for "required(*empty_array, **hash1, **empty_hash)", but 6951 arrays allocated
Expected 1 hash allocations for "required(*empty_array, **hash1, **empty_hash)", but 555 hashes allocated.
<true> expected but was
<false>.

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

 28) Failure:
TestAllocation::MethodCall#test_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:83]:
Expected 0 array allocations for "keyword(a: 2)", but 1 arrays allocated
Expected 0 array allocations for "keyword(**empty_hash, **hash1)", but 574 arrays allocated
Expected 1 hash allocations for "keyword(**empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "keyword(*empty_array)", but 7858 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array)", but 665 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash)", but 6505 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 2486 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 3303 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array)", but 274 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash)", but 6505 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 2486 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "keyword(*r2k_empty_array)", but 3304 arrays allocated
Expected 0 hash allocations for "keyword(*r2k_empty_array)", but 274 hashes allocated
Expected 1 array allocations for "keyword(*r2k_array)", but 3304 arrays allocated
Expected 1 hash allocations for "keyword(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, a: 2, **empty_hash)", but 5193 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 6951 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 29) 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:95]:
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 574 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 7895 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 6552 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 2537 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 2762 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 2811 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 2811 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 2811 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 2486 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 2486 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 2486 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 2497 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 2497 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(*r2k_empty_array1)", but 3301 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*r2k_empty_array1)", but 275 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*r2k_array1)", but 3301 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*r2k_array1)", but 275 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 5240 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 7000 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 6924 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 6951 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 2736 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nil)", but 231 hashes allocated.
<true> expected but was
<false>.

 30) 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:83]:
Expected 1 array allocations for "req_splat(1)", but 2 arrays allocated
Expected 1 array allocations for "req_splat(1, *array1, *empty_array)", but 575 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 7419 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 2537 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 7807 arrays allocated
Expected 0 hash allocations for "req_splat(*array1)", but 646 hashes allocated
Expected 1 array allocations for "req_splat(**hash1)", but 2374 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 2486 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 6506 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 2486 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 6951 arrays allocated
Expected 1 hash allocations for "req_splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "req_splat(*r2k_empty_array1)", but 5179 arrays allocated
Expected 0 hash allocations for "req_splat(*r2k_empty_array1)", but 431 hashes allocated
Expected 1 array allocations for "req_splat(*r2k_array)", but 5179 arrays allocated
Expected 1 hash allocations for "req_splat(*r2k_array)", but 431 hashes allocated
Expected 1 array allocations for "req_splat(*r2k_array1)", but 5179 arrays allocated
Expected 1 hash allocations for "req_splat(*r2k_array1)", but 431 hashes allocated.
<true> expected but was
<false>.

 31) 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:96]:
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 1758 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 7896 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 6553 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 2537 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 2762 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 2811 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 2811 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 2811 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 2486 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 2486 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 2486 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 2497 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 2497 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 5240 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 7000 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 6924 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 6951 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 2736 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array)", but 3301 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array)", but 275 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_array)", but 3301 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array1)", but 3075 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array1)", but 255 hashes allocated.
<true> expected but was
<false>.

 32) Failure:
TestAllocation::MethodCall#test_optional_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:75]:
Expected 0 array allocations for "optional(1)", but 1 arrays allocated
Expected 0 array allocations for "optional(*r2k_empty_array)", but 835 arrays allocated
Expected 0 hash allocations for "optional(*r2k_empty_array)", but 58 hashes allocated
Expected 0 array allocations for "optional(*r2k_empty_array1)", but 10015 arrays allocated
Expected 0 hash allocations for "optional(*r2k_empty_array1)", but 821 hashes allocated
Expected 0 array allocations for "optional(*r2k_array)", but 4804 arrays allocated
Expected 1 hash allocations for "optional(*r2k_array)", but 369 hashes allocated
Expected 1 array allocations for "optional(*empty_array, **hash1, **empty_hash)", but 6951 arrays allocated
Expected 1 hash allocations for "optional(*empty_array, **hash1, **empty_hash)", but 555 hashes allocated.
<true> expected but was
<false>.

 33) 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:96]:
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 575 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 7900 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, **hash1, **empty_hash)", but 6553 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 2537 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 2763 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 2812 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 2812 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 2812 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 2486 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 2486 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 2486 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 2497 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 2497 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 5240 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 7000 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 6924 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 6951 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 2736 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*r2k_empty_array)", but 3305 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*r2k_empty_array)", but 274 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*r2k_array)", but 3305 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*r2k_empty_array1)", but 3079 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*r2k_empty_array1)", but 254 hashes allocated.
<true> expected but was
<false>.

 34) 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:95]:
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 574 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 7898 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 6552 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 2537 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 2762 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 2811 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 2811 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 2811 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 2486 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 2486 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 2486 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 2497 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 2497 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(*r2k_empty_array1)", but 3304 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*r2k_empty_array1)", but 274 hashes allocated
Expected 1 array allocations for "required_and_keyword(*r2k_array1)", but 3304 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*r2k_array1)", but 275 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 5240 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 7000 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **empty_hash, a: 2)", but 6924 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 6951 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 2736 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **nil)", but 230 hashes allocated.
<true> expected but was
<false>.

 35) 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:83]:
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 574 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 7855 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 6505 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 2486 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 3300 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 6505 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 2486 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(*r2k_empty_array)", but 3301 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*r2k_empty_array)", but 275 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*r2k_array)", but 3301 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, a: 2, **empty_hash)", but 5193 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 6951 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 36) Failure:
TestAllocation::MethodCall#test_nested_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:96]:
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 2252 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 7896 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 6553 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 2537 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 2762 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 2811 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 2811 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 2811 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 2486 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 2486 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 2486 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 2497 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 2497 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 5240 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 7000 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 6924 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 6951 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 2736 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array)", but 3301 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array)", but 275 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_array)", but 3301 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array1)", but 3075 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array1)", but 255 hashes allocated.
<true> expected but was
<false>.

 37) Failure:
TestAllocation::MethodCall#test_ruby2_keywords [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:100]:
Expected 1 array allocations for "r2k(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "r2k(1, **empty_hash, **hash1)", but 575 arrays allocated
Expected 1 hash allocations for "r2k(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "r2k(1, *empty_array)", but 7897 arrays allocated
Expected 0 hash allocations for "r2k(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "r2k(1, **hash1, **empty_hash)", but 6553 arrays allocated
Expected 1 hash allocations for "r2k(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "r2k(1, *empty_array, *empty_array, **empty_hash)", but 2537 arrays allocated
Expected 1 hash allocations for "r2k(1, *empty_array, *empty_array, **empty_hash)", but 197 hashes allocated
Expected 1 array allocations for "r2k(*array1, a: 2)", but 2763 arrays allocated
Expected 1 hash allocations for "r2k(*array1, a: 2)", but 231 hashes allocated
Expected 1 array allocations for "r2k(*array1, **nill)", but 2812 arrays allocated
Expected 0 hash allocations for "r2k(*array1, **nill)", but 234 hashes allocated
Expected 1 array allocations for "r2k(*array1, **empty_hash)", but 2812 arrays allocated
Expected 1 hash allocations for "r2k(*array1, **empty_hash)", but 235 hashes allocated
Expected 1 array allocations for "r2k(*array1, **hash1)", but 2812 arrays allocated
Expected 1 hash allocations for "r2k(*array1, **hash1)", but 235 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array, **hash1)", but 2486 arrays allocated
Expected 1 hash allocations for "r2k(*array1, *empty_array, **hash1)", but 191 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array)", but 2486 arrays allocated
Expected 0 hash allocations for "r2k(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array, **empty_hash)", but 2486 arrays allocated
Expected 1 hash allocations for "r2k(*array1, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array, a: 2, **empty_hash)", but 2497 arrays allocated
Expected 1 hash allocations for "r2k(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "r2k(*array1, *empty_array, **hash1, **empty_hash)", but 2497 arrays allocated
Expected 1 hash allocations for "r2k(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "r2k(1, *empty_array, a: 2, **empty_hash)", but 5240 arrays allocated
Expected 1 hash allocations for "r2k(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "r2k(1, *empty_array, **hash1, **empty_hash)", but 7000 arrays allocated
Expected 1 hash allocations for "r2k(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "r2k(*array1, **empty_hash, a: 2)", but 6924 arrays allocated
Expected 1 hash allocations for "r2k(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "r2k(*array1, **hash1, **empty_hash)", but 6951 arrays allocated
Expected 1 hash allocations for "r2k(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "r2k(*array1, **nil)", but 2736 arrays allocated
Expected 0 hash allocations for "r2k(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "r2k(*r2k_empty_array)", but 3302 arrays allocated
Expected 0 hash allocations for "r2k(*r2k_empty_array)", but 274 hashes allocated
Expected 1 array allocations for "r2k(*r2k_array)", but 3302 arrays allocated
Expected 1 hash allocations for "r2k(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "r2k(*r2k_empty_array1)", but 3076 arrays allocated
Expected 0 hash allocations for "r2k(*r2k_empty_array1)", but 254 hashes allocated.
<true> expected but was
<false>.

 38) Failure:
TestAllocation::MethodCall#test_positional_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:84]:
Expected 1 array allocations for "splat(1)", but 2 arrays allocated
Expected 1 array allocations for "splat(1, *array1, *empty_array)", but 575 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 7419 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 2537 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 7397 arrays allocated
Expected 0 hash allocations for "splat(*array1)", but 622 hashes allocated
Expected 1 array allocations for "splat(**hash1)", but 2374 arrays allocated
Expected 1 hash allocations for "splat(**hash1)", but 209 hashes allocated
Expected 1 array allocations for "splat(*array1, *empty_array)", but 2486 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 6506 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 2486 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 6951 arrays allocated
Expected 1 hash allocations for "splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "splat(*r2k_empty_array)", but 4769 arrays allocated
Expected 0 hash allocations for "splat(*r2k_empty_array)", but 407 hashes allocated
Expected 1 array allocations for "splat(*r2k_empty_array1)", but 4769 arrays allocated
Expected 0 hash allocations for "splat(*r2k_empty_array1)", but 407 hashes allocated
Expected 1 array allocations for "splat(*r2k_array)", but 4769 arrays allocated
Expected 1 hash allocations for "splat(*r2k_array)", but 407 hashes allocated
Expected 1 array allocations for "splat(*r2k_array1)", but 4769 arrays allocated
Expected 1 hash allocations for "splat(*r2k_array1)", but 407 hashes allocated.
<true> expected but was
<false>.

 39) 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>.

 40) 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 <main>@-e:2 (2,15)-(12,1)>
0000 definemethod                           :get_foo, get_foo         (   3)[LiBc]
0003 putobject                              123                       (   7)[Li]
0005 putspecialobject                       3
0007 setconstant                            :FOO
0009 putself                                                          (   9)[Li]
0010 opt_send_without_block                 <calldata!mid:get_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0012 pop
0013 putself                                                          (  10)[Li]
0014 opt_send_without_block                 <calldata!mid:get_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0016 leave                                                            (  12)[Br]

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


 41) 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>.

 42) 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 3891106 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x000059904910c648
| ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) +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:0015a0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18: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: 0x000059904910c648 RBP: 0x00007b20cc93c870 RSP: 0x00007ffcf4b6cb60
|  RAX: 0x0000000000000000 RBX: 0x00007b20cc83ff00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007b20b1844548
|   R8: 0x0000000000000000  R9: 0x00007b20cc93c838 R10: 0x00007b20b20c5b18
|  R11: 0x00007b20b1844548 R12: 0x0000000000000024 R13: 0x00005990464cc410
|  R14: 0x00005990464cc410 R15: 0x00007b20cc93c838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x599045a62691] /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) [0x599045c1f41c] /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) [0x5990459a8b46] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x7b20cc642520) [0x7b20cc642520]
| [0x59904910c648]
| 
| -- 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:
| 
| 59904582c000-599045870000 r--p 00000000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 599045870000-599045cd1000 r-xp 00044000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 599045cd1000-599045e6e000 r--p 004a5000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 599045e6f000-599045e87000 r--p 00642000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 599045e87000-599045e88000 rw-p 0065a000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 599045e88000-599045e9d000 rw-p 00000000 00:00 0 
| 5990464c4000-599046f12000 rw-p 00000000 00:00 0                          [heap]
| 59904710b000-59904910b000 r-xp 00000000 00:00 0 
| 59904910b000-59904b10b000 rw-p 00000000 00:00 0 
| 59904b287000-59904b2c7000 r-xp 00000000 00:00 0 
| 59904b2c7000-59904e287000 ---p 00000000 00:00 0 
| 7b20ad60b000-7b20adc00000 rw-p 00000000 00:00 0 
| 7b20ae200000-7b20ae41f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b20ae600000-7b20b157d000 r--s 00000000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 7b20b1700000-7b20b1780000 rw-p 00000000 00:00 0 
| 7b20b1790000-7b20b1a50000 rw-p 00000000 00:00 0 
| 7b20b1a60000-7b20b1af0000 rw-p 00000000 00:00 0 
| 7b20b1b00000-7b20b1b30000 rw-p 00000000 00:00 0 
| 7b20b1b40000-7b20b1fc0000 rw-p 00000000 00:00 0 
| 7b20b1fc5000-7b20b1fc7000 r--p 00000000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7b20b1fc7000-7b20b1fcc000 r-xp 00002000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7b20b1fcc000-7b20b1fcd000 r--p 00007000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7b20b1fcd000-7b20b1fce000 ---p 00008000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7b20b1fce000-7b20b1fcf000 r--p 00008000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7b20b1fcf000-7b20b1fd0000 rw-p 00009000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7b20b1fd0000-7b20b20e0000 rw-p 00000000 00:00 0 
| 7b20b20ea000-7b20b20eb000 r--p 00000000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7b20b20eb000-7b20b20ec000 r-xp 00001000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7b20b20ec000-7b20b20ed000 r--p 00002000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7b20b20ed000-7b20b20ee000 r--p 00002000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7b20b20ee000-7b20b20ef000 rw-p 00003000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7b20b20ef000-7b20b20f0000 ---p 00000000 00:00 0 
| 7b20b20f0000-7b20b2131000 rw-p 00000000 00:00 0 
| 7b20b2131000-7b20b2132000 ---p 00000000 00:00 0 
| 7b20b2132000-7b20b2173000 rw-p 00000000 00:00 0 
| 7b20b2173000-7b20b2174000 ---p 00000000 00:00 0 
| 7b20b2174000-7b20b21b5000 rw-p 00000000 00:00 0 
| 7b20b21b5000-7b20b21b6000 ---p 00000000 00:00 0 
| 7b20b21b6000-7b20b21f7000 rw-p 00000000 00:00 0 
| 7b20b21f7000-7b20b21f8000 ---p 00000000 00:00 0 
| 7b20b21f8000-7b20b2239000 rw-p 00000000 00:00 0 
| 7b20b2239000-7b20b223a000 ---p 00000000 00:00 0 
| 7b20b223a000-7b20b227b000 rw-p 00000000 00:00 0 
| 7b20b227b000-7b20b227c000 ---p 00000000 00:00 0 
| 7b20b227c000-7b20b22bd000 rw-p 00000000 00:00 0 
| 7b20b22bd000-7b20b22be000 ---p 00000000 00:00 0 
| 7b20b22be000-7b20b22ff000 rw-p 00000000 00:00 0 
| 7b20b22ff000-7b20b2300000 ---p 00000000 00:00 0 
| 7b20b2300000-7b20b2341000 rw-p 00000000 00:00 0 
| 7b20b2341000-7b20b2342000 ---p 00000000 00:00 0 
| 7b20b2342000-7b20b2383000 rw-p 00000000 00:00 0 
| 7b20b2383000-7b20b2384000 ---p 00000000 00:00 0 
| 7b20b2384000-7b20b23c5000 rw-p 00000000 00:00 0 
| 7b20b23c5000-7b20b23c6000 ---p 00000000 00:00 0 
| 7b20b23c6000-7b20b2407000 rw-p 00000000 00:00 0 
| 7b20b2407000-7b20b2408000 ---p 00000000 00:00 0 
| 7b20b2408000-7b20b2449000 rw-p 00000000 00:00 0 
| 7b20b2449000-7b20b244a000 ---p 00000000 00:00 0 
| 7b20b244a000-7b20b248b000 rw-p 00000000 00:00 0 
| 7b20b248b000-7b20b248c000 ---p 00000000 00:00 0 
| 7b20b248c000-7b20b24cd000 rw-p 00000000 00:00 0 
| 7b20b24cd000-7b20b24ce000 ---p 00000000 00:00 0 
| 7b20b24ce000-7b20b250f000 rw-p 00000000 00:00 0 
| 7b20b250f000-7b20b2510000 ---p 00000000 00:00 0 
| 7b20b2510000-7b20b2551000 rw-p 00000000 00:00 0 
| 7b20b2551000-7b20b2552000 ---p 00000000 00:00 0 
| 7b20b2552000-7b20b2593000 rw-p 00000000 00:00 0 
| 7b20b2593000-7b20b2594000 ---p 00000000 00:00 0 
| 7b20b2594000-7b20b25d5000 rw-p 00000000 00:00 0 
| 7b20b25d5000-7b20b25d6000 ---p 00000000 00:00 0 
| 7b20b25d6000-7b20b2617000 rw-p 00000000 00:00 0 
| 7b20b2617000-7b20b2618000 ---p 00000000 00:00 0 
| 7b20b2618000-7b20b2659000 rw-p 00000000 00:00 0 
| 7b20b2659000-7b20b265a000 ---p 00000000 00:00 0 
| 7b20b265a000-7b20b269b000 rw-p 00000000 00:00 0 
| 7b20b269b000-7b20b269c000 ---p 00000000 00:00 0 
| 7b20b269c000-7b20b26dd000 rw-p 00000000 00:00 0 
| 7b20b26dd000-7b20b26de000 ---p 00000000 00:00 0 
| 7b20b26de000-7b20b271f000 rw-p 00000000 00:00 0 
| 7b20b271f000-7b20b2720000 ---p 00000000 00:00 0 
| 7b20b2720000-7b20b2761000 rw-p 00000000 00:00 0 
| 7b20b2761000-7b20b2762000 ---p 00000000 00:00 0 
| 7b20b2762000-7b20b27a3000 rw-p 00000000 00:00 0 
| 7b20b27a3000-7b20b27a4000 ---p 00000000 00:00 0 
| 7b20b27a4000-7b20b27e5000 rw-p 00000000 00:00 0 
| 7b20b27e5000-7b20b27e6000 ---p 00000000 00:00 0 
| 7b20b27e6000-7b20b2827000 rw-p 00000000 00:00 0 
| 7b20b2827000-7b20b2828000 ---p 00000000 00:00 0 
| 7b20b2828000-7b20b2869000 rw-p 00000000 00:00 0 
| 7b20b2869000-7b20b286a000 ---p 00000000 00:00 0 
| 7b20b286a000-7b20b28ab000 rw-p 00000000 00:00 0 
| 7b20b28ab000-7b20b28ac000 ---p 00000000 00:00 0 
| 7b20b28ac000-7b20b28ed000 rw-p 00000000 00:00 0 
| 7b20b28ed000-7b20b28ee000 ---p 00000000 00:00 0 
| 7b20b28ee000-7b20b292f000 rw-p 00000000 00:00 0 
| 7b20b292f000-7b20b2930000 ---p 00000000 00:00 0 
| 7b20b2930000-7b20b3180000 rw-p 00000000 00:00 0 
| 7b20b3182000-7b20b3184000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7b20b3184000-7b20b318b000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7b20b318b000-7b20b318c000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7b20b318c000-7b20b318d000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7b20b318d000-7b20b318e000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7b20b318e000-7b20b318f000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7b20b318f000-7b20cc600000 rw-p 00000000 00:00 0 
| 7b20cc600000-7b20cc628000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b20cc628000-7b20cc7bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b20cc7bd000-7b20cc815000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b20cc815000-7b20cc816000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b20cc816000-7b20cc81a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b20cc81a000-7b20cc81c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b20cc81c000-7b20cc829000 rw-p 00000000 00:00 0 
| 7b20cc82d000-7b20cc831000 r--p 00000000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7b20cc831000-7b20cc839000 r-xp 00004000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7b20cc839000-7b20cc83c000 r--p 0000c000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7b20cc83c000-7b20cc83d000 r--p 0000e000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7b20cc83d000-7b20cc83e000 rw-p 0000f000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7b20cc83e000-7b20cc944000 rw-p 00000000 00:00 0 
| 7b20cc944000-7b20cc947000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b20cc947000-7b20cc95e000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b20cc95e000-7b20cc962000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b20cc962000-7b20cc963000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b20cc963000-7b20cc964000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b20cc964000-7b20cc972000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b20cc972000-7b20cc9ee000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b20cc9ee000-7b20cca49000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b20cca49000-7b20cca4a000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b20cca4a000-7b20cca4b000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b20cca4b000-7b20cca4d000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b20cca4d000-7b20cca61000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b20cca61000-7b20cca7a000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b20cca7a000-7b20cca7b000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b20cca7b000-7b20cca7c000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b20cca7c000-7b20cca7d000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b20cca7d000-7b20cca85000 rw-p 00000000 00:00 0 
| 7b20cca85000-7b20cca87000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7b20cca87000-7b20cca98000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7b20cca98000-7b20cca9e000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7b20cca9e000-7b20cca9f000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7b20cca9f000-7b20ccaa0000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7b20ccaa0000-7b20ccaa1000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7b20ccaa3000-7b20ccaa4000 r--p 00000000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b20ccaa4000-7b20ccaa6000 r-xp 00001000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b20ccaa6000-7b20ccaa7000 r--p 00003000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b20ccaa7000-7b20ccaa8000 r--p 00003000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b20ccaa8000-7b20ccaa9000 rw-p 00004000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b20ccaa9000-7b20ccaaa000 r--p 00000000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7b20ccaaa000-7b20ccaab000 r-xp 00001000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7b20ccaab000-7b20ccaac000 r--p 00002000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7b20ccaac000-7b20ccaad000 r--p 00002000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7b20ccaad000-7b20ccaae000 rw-p 00003000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7b20ccaae000-7b20ccaaf000 r--p 00000000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7b20ccaaf000-7b20ccab0000 r-xp 00001000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7b20ccab0000-7b20ccab1000 r--p 00002000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7b20ccab1000-7b20ccab2000 r--p 00002000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7b20ccab2000-7b20ccab3000 rw-p 00003000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7b20ccab3000-7b20ccab5000 rw-p 00000000 00:00 0 
| 7b20ccab5000-7b20ccab9000 r--p 00000000 00:00 0                          [vvar]
| 7b20ccab9000-7b20ccabb000 r-xp 00000000 00:00 0                          [vdso]
| 7b20ccabb000-7b20ccabd000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b20ccabd000-7b20ccae7000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b20ccae7000-7b20ccaf2000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b20ccaf3000-7b20ccaf5000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b20ccaf5000-7b20ccaf7000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffcf437b000-7ffcf4b7a000 rw-p 00000000 00:00 0                          [stack]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 43) 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>.

 44) 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 3891309 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x00005763a3e0c648
| ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) +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:000fc0 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:002610 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18: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: 0x00005763a3e0c648 RBP: 0x00007e91ef1d9870 RSP: 0x00007ffeb5a6f9b0
|  RAX: 0x0000000000000000 RBX: 0x00007e91ef0dcf00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007e91d41b19f0
|   R8: 0x0000000000000000  R9: 0x00007e91ef1d9838 R10: 0x00007e91d4955b48
|  R11: 0x00007e91d41b19f0 R12: 0x0000000000000024 R13: 0x00005763a115b410
|  R14: 0x00005763a115b410 R15: 0x00007e91ef1d9838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5763a0362691] /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) [0x5763a051f41c] /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) [0x5763a02a8b46] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x7e91eee42520) [0x7e91eee42520]
| [0x5763a3e0c648]
| 
| -- 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:
| 
| 5763a012c000-5763a0170000 r--p 00000000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5763a0170000-5763a05d1000 r-xp 00044000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5763a05d1000-5763a076e000 r--p 004a5000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5763a076f000-5763a0787000 r--p 00642000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5763a0787000-5763a0788000 rw-p 0065a000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5763a0788000-5763a079d000 rw-p 00000000 00:00 0 
| 5763a1153000-5763a1dcd000 rw-p 00000000 00:00 0                          [heap]
| 5763a1e0b000-5763a3e0b000 r-xp 00000000 00:00 0 
| 5763a3e0b000-5763a5e0b000 rw-p 00000000 00:00 0 
| 5763a5f87000-5763a5fc7000 r-xp 00000000 00:00 0 
| 5763a5fc7000-5763a8f87000 ---p 00000000 00:00 0 
| 7e91d0200000-7e91d0800000 rw-p 00000000 00:00 0 
| 7e91d0e00000-7e91d101f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e91d1082000-7e91d1200000 rw-p 00000000 00:00 0 
| 7e91d1200000-7e91d417d000 r--s 00000000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 7e91d41b0000-7e91d45e0000 rw-p 00000000 00:00 0 
| 7e91d45f0000-7e91d4680000 rw-p 00000000 00:00 0 
| 7e91d4690000-7e91d46c0000 rw-p 00000000 00:00 0 
| 7e91d46d0000-7e91d4850000 rw-p 00000000 00:00 0 
| 7e91d4860000-7e91d4970000 rw-p 00000000 00:00 0 
| 7e91d4974000-7e91d4976000 r--p 00000000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e91d4976000-7e91d497b000 r-xp 00002000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e91d497b000-7e91d497c000 r--p 00007000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e91d497c000-7e91d497d000 ---p 00008000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e91d497d000-7e91d497e000 r--p 00008000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e91d497e000-7e91d497f000 rw-p 00009000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e91d497f000-7e91d4980000 ---p 00000000 00:00 0 
| 7e91d4980000-7e91d49c1000 rw-p 00000000 00:00 0 
| 7e91d49c1000-7e91d49c2000 ---p 00000000 00:00 0 
| 7e91d49c2000-7e91d4a03000 rw-p 00000000 00:00 0 
| 7e91d4a03000-7e91d4a04000 ---p 00000000 00:00 0 
| 7e91d4a04000-7e91d4a45000 rw-p 00000000 00:00 0 
| 7e91d4a45000-7e91d4a46000 ---p 00000000 00:00 0 
| 7e91d4a46000-7e91d4a87000 rw-p 00000000 00:00 0 
| 7e91d4a87000-7e91d4a88000 ---p 00000000 00:00 0 
| 7e91d4a88000-7e91d4ac9000 rw-p 00000000 00:00 0 
| 7e91d4ac9000-7e91d4aca000 ---p 00000000 00:00 0 
| 7e91d4aca000-7e91d4b0b000 rw-p 00000000 00:00 0 
| 7e91d4b0b000-7e91d4b0c000 ---p 00000000 00:00 0 
| 7e91d4b0c000-7e91d4b4d000 rw-p 00000000 00:00 0 
| 7e91d4b4d000-7e91d4b4e000 ---p 00000000 00:00 0 
| 7e91d4b4e000-7e91d4b8f000 rw-p 00000000 00:00 0 
| 7e91d4b8f000-7e91d4b90000 ---p 00000000 00:00 0 
| 7e91d4b90000-7e91d4bd1000 rw-p 00000000 00:00 0 
| 7e91d4bd1000-7e91d4bd2000 ---p 00000000 00:00 0 
| 7e91d4bd2000-7e91d4c13000 rw-p 00000000 00:00 0 
| 7e91d4c13000-7e91d4c14000 ---p 00000000 00:00 0 
| 7e91d4c14000-7e91d4c55000 rw-p 00000000 00:00 0 
| 7e91d4c55000-7e91d4c56000 ---p 00000000 00:00 0 
| 7e91d4c56000-7e91d4c97000 rw-p 00000000 00:00 0 
| 7e91d4c97000-7e91d4c98000 ---p 00000000 00:00 0 
| 7e91d4c98000-7e91d4cd9000 rw-p 00000000 00:00 0 
| 7e91d4cd9000-7e91d4cda000 ---p 00000000 00:00 0 
| 7e91d4cda000-7e91d4d1b000 rw-p 00000000 00:00 0 
| 7e91d4d1b000-7e91d4d1c000 ---p 00000000 00:00 0 
| 7e91d4d1c000-7e91d4d5d000 rw-p 00000000 00:00 0 
| 7e91d4d5d000-7e91d4d5e000 ---p 00000000 00:00 0 
| 7e91d4d5e000-7e91d4d9f000 rw-p 00000000 00:00 0 
| 7e91d4d9f000-7e91d4da0000 ---p 00000000 00:00 0 
| 7e91d4da0000-7e91d4de1000 rw-p 00000000 00:00 0 
| 7e91d4de1000-7e91d4de2000 ---p 00000000 00:00 0 
| 7e91d4de2000-7e91d4e23000 rw-p 00000000 00:00 0 
| 7e91d4e23000-7e91d4e24000 ---p 00000000 00:00 0 
| 7e91d4e24000-7e91d4e65000 rw-p 00000000 00:00 0 
| 7e91d4e65000-7e91d4e66000 ---p 00000000 00:00 0 
| 7e91d4e66000-7e91d4ea7000 rw-p 00000000 00:00 0 
| 7e91d4ea7000-7e91d4ea8000 ---p 00000000 00:00 0 
| 7e91d4ea8000-7e91d4ee9000 rw-p 00000000 00:00 0 
| 7e91d4ee9000-7e91d4eea000 ---p 00000000 00:00 0 
| 7e91d4eea000-7e91d4f2b000 rw-p 00000000 00:00 0 
| 7e91d4f2b000-7e91d4f2c000 ---p 00000000 00:00 0 
| 7e91d4f2c000-7e91d4f6d000 rw-p 00000000 00:00 0 
| 7e91d4f6d000-7e91d4f6e000 ---p 00000000 00:00 0 
| 7e91d4f6e000-7e91d4faf000 rw-p 00000000 00:00 0 
| 7e91d4faf000-7e91d4fb0000 ---p 00000000 00:00 0 
| 7e91d4fb0000-7e91d4ff1000 rw-p 00000000 00:00 0 
| 7e91d4ff1000-7e91d4ff2000 ---p 00000000 00:00 0 
| 7e91d4ff2000-7e91d5033000 rw-p 00000000 00:00 0 
| 7e91d5033000-7e91d5034000 ---p 00000000 00:00 0 
| 7e91d5034000-7e91d5075000 rw-p 00000000 00:00 0 
| 7e91d5075000-7e91d5076000 ---p 00000000 00:00 0 
| 7e91d5076000-7e91d50b7000 rw-p 00000000 00:00 0 
| 7e91d50b7000-7e91d50b8000 ---p 00000000 00:00 0 
| 7e91d50b8000-7e91d50f9000 rw-p 00000000 00:00 0 
| 7e91d50f9000-7e91d50fa000 ---p 00000000 00:00 0 
| 7e91d50fa000-7e91d513b000 rw-p 00000000 00:00 0 
| 7e91d513b000-7e91d513c000 ---p 00000000 00:00 0 
| 7e91d513c000-7e91d517d000 rw-p 00000000 00:00 0 
| 7e91d517d000-7e91d517e000 ---p 00000000 00:00 0 
| 7e91d517e000-7e91d51bf000 rw-p 00000000 00:00 0 
| 7e91d51bf000-7e91d51c0000 ---p 00000000 00:00 0 
| 7e91d51c0000-7e91eee00000 rw-p 00000000 00:00 0 
| 7e91eee00000-7e91eee28000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e91eee28000-7e91eefbd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e91eefbd000-7e91ef015000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e91ef015000-7e91ef016000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e91ef016000-7e91ef01a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e91ef01a000-7e91ef01c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e91ef01c000-7e91ef029000 rw-p 00000000 00:00 0 
| 7e91ef02f000-7e91ef033000 r--p 00000000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e91ef033000-7e91ef03b000 r-xp 00004000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e91ef03b000-7e91ef03e000 r--p 0000c000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e91ef03e000-7e91ef03f000 r--p 0000e000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e91ef03f000-7e91ef040000 rw-p 0000f000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e91ef040000-7e91ef050000 rw-p 00000000 00:00 0 
| 7e91ef052000-7e91ef054000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7e91ef054000-7e91ef05b000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7e91ef05b000-7e91ef05c000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7e91ef05c000-7e91ef05d000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7e91ef05d000-7e91ef05e000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7e91ef05e000-7e91ef05f000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7e91ef05f000-7e91ef0d0000 rw-p 00000000 00:00 0 
| 7e91ef0d6000-7e91ef0d7000 r--p 00000000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e91ef0d7000-7e91ef0d8000 r-xp 00001000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e91ef0d8000-7e91ef0d9000 r--p 00002000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e91ef0d9000-7e91ef0da000 r--p 00002000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e91ef0da000-7e91ef0db000 rw-p 00003000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e91ef0db000-7e91ef1e1000 rw-p 00000000 00:00 0 
| 7e91ef1e1000-7e91ef1e4000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e91ef1e4000-7e91ef1fb000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e91ef1fb000-7e91ef1ff000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e91ef1ff000-7e91ef200000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e91ef200000-7e91ef201000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e91ef201000-7e91ef20f000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e91ef20f000-7e91ef28b000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e91ef28b000-7e91ef2e6000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e91ef2e6000-7e91ef2e7000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e91ef2e7000-7e91ef2e8000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e91ef2e8000-7e91ef2ea000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e91ef2ea000-7e91ef2fe000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e91ef2fe000-7e91ef317000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e91ef317000-7e91ef318000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e91ef318000-7e91ef319000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e91ef319000-7e91ef31a000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e91ef31a000-7e91ef322000 rw-p 00000000 00:00 0 
| 7e91ef322000-7e91ef324000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7e91ef324000-7e91ef335000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7e91ef335000-7e91ef33b000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7e91ef33b000-7e91ef33c000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7e91ef33c000-7e91ef33d000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7e91ef33d000-7e91ef33e000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7e91ef340000-7e91ef341000 r--p 00000000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e91ef341000-7e91ef343000 r-xp 00001000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e91ef343000-7e91ef344000 r--p 00003000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e91ef344000-7e91ef345000 r--p 00003000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e91ef345000-7e91ef346000 rw-p 00004000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e91ef346000-7e91ef347000 r--p 00000000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e91ef347000-7e91ef348000 r-xp 00001000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e91ef348000-7e91ef349000 r--p 00002000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e91ef349000-7e91ef34a000 r--p 00002000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e91ef34a000-7e91ef34b000 rw-p 00003000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e91ef34b000-7e91ef34c000 r--p 00000000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e91ef34c000-7e91ef34d000 r-xp 00001000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e91ef34d000-7e91ef34e000 r--p 00002000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e91ef34e000-7e91ef34f000 r--p 00002000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e91ef34f000-7e91ef350000 rw-p 00003000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e91ef350000-7e91ef352000 rw-p 00000000 00:00 0 
| 7e91ef352000-7e91ef354000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e91ef354000-7e91ef37e000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e91ef37e000-7e91ef389000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e91ef38a000-7e91ef38c000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e91ef38c000-7e91ef38e000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffeb527d000-7ffeb5a7c000 rw-p 00000000 00:00 0                          [stack]
| 7ffeb5bf4000-7ffeb5bf8000 r--p 00000000 00:00 0                          [vvar]
| 7ffeb5bf8000-7ffeb5bfa000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 45) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 3891460 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x000057ffec1aa648
| ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) +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:000730 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18: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: 0x000057ffec1aa648 RBP: 0x00007a3ac1d34870 RSP: 0x00007fff333c4ff0
|  RAX: 0x0000000000000000 RBX: 0x00007a3ac1c37f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007a3aa6d01b90
|   R8: 0x0000000000000000  R9: 0x00007a3ac1d34838 R10: 0x00007a3aa74c5b38
|  R11: 0x00007a3aa6d01b90 R12: 0x0000000000000024 R13: 0x000057ffe94b5410
|  R14: 0x000057ffe94b5410 R15: 0x00007a3ac1d34838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x57ffe7700691] /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) [0x57ffe78bd41c] /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) [0x57ffe7646b46] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x7a3ac1a42520) [0x7a3ac1a42520]
| [0x57ffec1aa648]
| 
| -- 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:
| 
| 57ffe74ca000-57ffe750e000 r--p 00000000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57ffe750e000-57ffe796f000 r-xp 00044000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57ffe796f000-57ffe7b0c000 r--p 004a5000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57ffe7b0d000-57ffe7b25000 r--p 00642000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57ffe7b25000-57ffe7b26000 rw-p 0065a000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57ffe7b26000-57ffe7b3b000 rw-p 00000000 00:00 0 
| 57ffe94ad000-57ffea126000 rw-p 00000000 00:00 0                          [heap]
| 57ffea1a9000-57ffec1a9000 r-xp 00000000 00:00 0 
| 57ffec1a9000-57ffee1a9000 rw-p 00000000 00:00 0 
| 57ffee325000-57ffee359000 r-xp 00000000 00:00 0 
| 57ffee359000-57fff1325000 ---p 00000000 00:00 0 
| 7a3aa2c00000-7a3aa3200000 rw-p 00000000 00:00 0 
| 7a3aa3800000-7a3aa3a1f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3aa3c00000-7a3aa6b7d000 r--s 00000000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 7a3aa6b82000-7a3aa7130000 rw-p 00000000 00:00 0 
| 7a3aa7140000-7a3aa71d0000 rw-p 00000000 00:00 0 
| 7a3aa71e0000-7a3aa7210000 rw-p 00000000 00:00 0 
| 7a3aa7220000-7a3aa73b0000 rw-p 00000000 00:00 0 
| 7a3aa73c0000-7a3aa7430000 rw-p 00000000 00:00 0 
| 7a3aa743f000-7a3aa7443000 r--p 00000000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a3aa7443000-7a3aa744b000 r-xp 00004000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a3aa744b000-7a3aa744e000 r--p 0000c000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a3aa744e000-7a3aa744f000 r--p 0000e000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a3aa744f000-7a3aa7450000 rw-p 0000f000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a3aa7450000-7a3aa74e0000 rw-p 00000000 00:00 0 
| 7a3aa74e4000-7a3aa74e6000 r--p 00000000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a3aa74e6000-7a3aa74eb000 r-xp 00002000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a3aa74eb000-7a3aa74ec000 r--p 00007000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a3aa74ec000-7a3aa74ed000 ---p 00008000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a3aa74ed000-7a3aa74ee000 r--p 00008000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a3aa74ee000-7a3aa74ef000 rw-p 00009000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a3aa74ef000-7a3aa74f0000 ---p 00000000 00:00 0 
| 7a3aa74f0000-7a3aa7531000 rw-p 00000000 00:00 0 
| 7a3aa7531000-7a3aa7532000 ---p 00000000 00:00 0 
| 7a3aa7532000-7a3aa7573000 rw-p 00000000 00:00 0 
| 7a3aa7573000-7a3aa7574000 ---p 00000000 00:00 0 
| 7a3aa7574000-7a3aa75b5000 rw-p 00000000 00:00 0 
| 7a3aa75b5000-7a3aa75b6000 ---p 00000000 00:00 0 
| 7a3aa75b6000-7a3aa75f7000 rw-p 00000000 00:00 0 
| 7a3aa75f7000-7a3aa75f8000 ---p 00000000 00:00 0 
| 7a3aa75f8000-7a3aa7639000 rw-p 00000000 00:00 0 
| 7a3aa7639000-7a3aa763a000 ---p 00000000 00:00 0 
| 7a3aa763a000-7a3aa767b000 rw-p 00000000 00:00 0 
| 7a3aa767b000-7a3aa767c000 ---p 00000000 00:00 0 
| 7a3aa767c000-7a3aa76bd000 rw-p 00000000 00:00 0 
| 7a3aa76bd000-7a3aa76be000 ---p 00000000 00:00 0 
| 7a3aa76be000-7a3aa76ff000 rw-p 00000000 00:00 0 
| 7a3aa76ff000-7a3aa7700000 ---p 00000000 00:00 0 
| 7a3aa7700000-7a3aa7741000 rw-p 00000000 00:00 0 
| 7a3aa7741000-7a3aa7742000 ---p 00000000 00:00 0 
| 7a3aa7742000-7a3aa7783000 rw-p 00000000 00:00 0 
| 7a3aa7783000-7a3aa7784000 ---p 00000000 00:00 0 
| 7a3aa7784000-7a3aa77c5000 rw-p 00000000 00:00 0 
| 7a3aa77c5000-7a3aa77c6000 ---p 00000000 00:00 0 
| 7a3aa77c6000-7a3aa7807000 rw-p 00000000 00:00 0 
| 7a3aa7807000-7a3aa7808000 ---p 00000000 00:00 0 
| 7a3aa7808000-7a3aa7849000 rw-p 00000000 00:00 0 
| 7a3aa7849000-7a3aa784a000 ---p 00000000 00:00 0 
| 7a3aa784a000-7a3aa788b000 rw-p 00000000 00:00 0 
| 7a3aa788b000-7a3aa788c000 ---p 00000000 00:00 0 
| 7a3aa788c000-7a3aa78cd000 rw-p 00000000 00:00 0 
| 7a3aa78cd000-7a3aa78ce000 ---p 00000000 00:00 0 
| 7a3aa78ce000-7a3aa790f000 rw-p 00000000 00:00 0 
| 7a3aa790f000-7a3aa7910000 ---p 00000000 00:00 0 
| 7a3aa7910000-7a3aa7951000 rw-p 00000000 00:00 0 
| 7a3aa7951000-7a3aa7952000 ---p 00000000 00:00 0 
| 7a3aa7952000-7a3aa7993000 rw-p 00000000 00:00 0 
| 7a3aa7993000-7a3aa7994000 ---p 00000000 00:00 0 
| 7a3aa7994000-7a3aa79d5000 rw-p 00000000 00:00 0 
| 7a3aa79d5000-7a3aa79d6000 ---p 00000000 00:00 0 
| 7a3aa79d6000-7a3aa7a17000 rw-p 00000000 00:00 0 
| 7a3aa7a17000-7a3aa7a18000 ---p 00000000 00:00 0 
| 7a3aa7a18000-7a3aa7a59000 rw-p 00000000 00:00 0 
| 7a3aa7a59000-7a3aa7a5a000 ---p 00000000 00:00 0 
| 7a3aa7a5a000-7a3aa7a9b000 rw-p 00000000 00:00 0 
| 7a3aa7a9b000-7a3aa7a9c000 ---p 00000000 00:00 0 
| 7a3aa7a9c000-7a3aa7add000 rw-p 00000000 00:00 0 
| 7a3aa7add000-7a3aa7ade000 ---p 00000000 00:00 0 
| 7a3aa7ade000-7a3aa7b1f000 rw-p 00000000 00:00 0 
| 7a3aa7b1f000-7a3aa7b20000 ---p 00000000 00:00 0 
| 7a3aa7b20000-7a3aa7b61000 rw-p 00000000 00:00 0 
| 7a3aa7b61000-7a3aa7b62000 ---p 00000000 00:00 0 
| 7a3aa7b62000-7a3aa7ba3000 rw-p 00000000 00:00 0 
| 7a3aa7ba3000-7a3aa7ba4000 ---p 00000000 00:00 0 
| 7a3aa7ba4000-7a3aa7be5000 rw-p 00000000 00:00 0 
| 7a3aa7be5000-7a3aa7be6000 ---p 00000000 00:00 0 
| 7a3aa7be6000-7a3aa7c27000 rw-p 00000000 00:00 0 
| 7a3aa7c27000-7a3aa7c28000 ---p 00000000 00:00 0 
| 7a3aa7c28000-7a3aa7c69000 rw-p 00000000 00:00 0 
| 7a3aa7c69000-7a3aa7c6a000 ---p 00000000 00:00 0 
| 7a3aa7c6a000-7a3aa7cab000 rw-p 00000000 00:00 0 
| 7a3aa7cab000-7a3aa7cac000 ---p 00000000 00:00 0 
| 7a3aa7cac000-7a3aa7ced000 rw-p 00000000 00:00 0 
| 7a3aa7ced000-7a3aa7cee000 ---p 00000000 00:00 0 
| 7a3aa7cee000-7a3aa7d2f000 rw-p 00000000 00:00 0 
| 7a3aa7d2f000-7a3aa7d30000 ---p 00000000 00:00 0 
| 7a3aa7d30000-7a3aa8580000 rw-p 00000000 00:00 0 
| 7a3aa858a000-7a3aa858b000 r--p 00000000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7a3aa858b000-7a3aa858c000 r-xp 00001000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7a3aa858c000-7a3aa858d000 r--p 00002000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7a3aa858d000-7a3aa858e000 r--p 00002000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7a3aa858e000-7a3aa858f000 rw-p 00003000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7a3aa858f000-7a3ac1a00000 rw-p 00000000 00:00 0 
| 7a3ac1a00000-7a3ac1a28000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3ac1a28000-7a3ac1bbd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3ac1bbd000-7a3ac1c15000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3ac1c15000-7a3ac1c16000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3ac1c16000-7a3ac1c1a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3ac1c1a000-7a3ac1c1c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3ac1c1c000-7a3ac1c29000 rw-p 00000000 00:00 0 
| 7a3ac1c29000-7a3ac1c2b000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7a3ac1c2b000-7a3ac1c32000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7a3ac1c32000-7a3ac1c33000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7a3ac1c33000-7a3ac1c34000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7a3ac1c34000-7a3ac1c35000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7a3ac1c35000-7a3ac1c36000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7a3ac1c36000-7a3ac1d3c000 rw-p 00000000 00:00 0 
| 7a3ac1d3c000-7a3ac1d3f000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3ac1d3f000-7a3ac1d56000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3ac1d56000-7a3ac1d5a000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3ac1d5a000-7a3ac1d5b000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3ac1d5b000-7a3ac1d5c000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3ac1d5c000-7a3ac1d6a000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3ac1d6a000-7a3ac1de6000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3ac1de6000-7a3ac1e41000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3ac1e41000-7a3ac1e42000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3ac1e42000-7a3ac1e43000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3ac1e43000-7a3ac1e45000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3ac1e45000-7a3ac1e59000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3ac1e59000-7a3ac1e72000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3ac1e72000-7a3ac1e73000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3ac1e73000-7a3ac1e74000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3ac1e74000-7a3ac1e75000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3ac1e75000-7a3ac1e7d000 rw-p 00000000 00:00 0 
| 7a3ac1e7d000-7a3ac1e7f000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7a3ac1e7f000-7a3ac1e90000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7a3ac1e90000-7a3ac1e96000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7a3ac1e96000-7a3ac1e97000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7a3ac1e97000-7a3ac1e98000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7a3ac1e98000-7a3ac1e99000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7a3ac1e9b000-7a3ac1e9c000 r--p 00000000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3ac1e9c000-7a3ac1e9e000 r-xp 00001000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3ac1e9e000-7a3ac1e9f000 r--p 00003000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3ac1e9f000-7a3ac1ea0000 r--p 00003000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3ac1ea0000-7a3ac1ea1000 rw-p 00004000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3ac1ea1000-7a3ac1ea2000 r--p 00000000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3ac1ea2000-7a3ac1ea3000 r-xp 00001000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3ac1ea3000-7a3ac1ea4000 r--p 00002000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3ac1ea4000-7a3ac1ea5000 r--p 00002000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3ac1ea5000-7a3ac1ea6000 rw-p 00003000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3ac1ea6000-7a3ac1ea7000 r--p 00000000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a3ac1ea7000-7a3ac1ea8000 r-xp 00001000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a3ac1ea8000-7a3ac1ea9000 r--p 00002000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a3ac1ea9000-7a3ac1eaa000 r--p 00002000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a3ac1eaa000-7a3ac1eab000 rw-p 00003000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a3ac1eab000-7a3ac1ead000 rw-p 00000000 00:00 0 
| 7a3ac1ead000-7a3ac1eaf000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a3ac1eaf000-7a3ac1ed9000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a3ac1ed9000-7a3ac1ee4000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a3ac1ee5000-7a3ac1ee7000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a3ac1ee7000-7a3ac1ee9000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fff32bd2000-7fff333d1000 rw-p 00000000 00:00 0                          [stack]
| 7fff333d9000-7fff333dd000 r--p 00000000 00:00 0                          [vvar]
| 7fff333dd000-7fff333df000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 46) 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>.

 47) 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>.

 48) 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 3891626 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x00005fa2dda95648
| ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) +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:000720 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:10:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18: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: 0x00005fa2dda95648 RBP: 0x00007f873f421870 RSP: 0x00007ffe797cea00
|  RAX: 0x0000000000000000 RBX: 0x00007f873f324f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007f8724401228
|   R8: 0x0000000000000000  R9: 0x00007f873f421838 R10: 0x00007f8724ba5b78
|  R11: 0x00007f8724401228 R12: 0x0000000000000024 R13: 0x00005fa2dac61410
|  R14: 0x00005fa2dac61410 R15: 0x00007f873f421838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5fa2d8feb691] /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) [0x5fa2d91a841c] /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) [0x5fa2d8f31b46] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x7f873f042520) [0x7f873f042520]
| [0x5fa2dda95648]
| 
| -- 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:
| 
| 5fa2d8db5000-5fa2d8df9000 r--p 00000000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fa2d8df9000-5fa2d925a000 r-xp 00044000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fa2d925a000-5fa2d93f7000 r--p 004a5000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fa2d93f8000-5fa2d9410000 r--p 00642000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fa2d9410000-5fa2d9411000 rw-p 0065a000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fa2d9411000-5fa2d9426000 rw-p 00000000 00:00 0 
| 5fa2dac59000-5fa2dba50000 rw-p 00000000 00:00 0                          [heap]
| 5fa2dba94000-5fa2dda94000 r-xp 00000000 00:00 0 
| 5fa2dda94000-5fa2dfa94000 rw-p 00000000 00:00 0 
| 5fa2dfc10000-5fa2dfc44000 r-xp 00000000 00:00 0 
| 5fa2dfc44000-5fa2e2c10000 ---p 00000000 00:00 0 
| 7f8720400000-7f8720a00000 rw-p 00000000 00:00 0 
| 7f8721000000-7f872121f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f8721400000-7f872437d000 r--s 00000000 103:02 12232987                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 7f8724400000-7f87247e0000 rw-p 00000000 00:00 0 
| 7f87247f0000-7f8724880000 rw-p 00000000 00:00 0 
| 7f8724890000-7f87248c0000 rw-p 00000000 00:00 0 
| 7f87248d0000-7f8724aa0000 rw-p 00000000 00:00 0 
| 7f8724ab0000-7f8724bb0000 rw-p 00000000 00:00 0 
| 7f8724bb4000-7f8724bb6000 r--p 00000000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f8724bb6000-7f8724bbb000 r-xp 00002000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f8724bbb000-7f8724bbc000 r--p 00007000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f8724bbc000-7f8724bbd000 ---p 00008000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f8724bbd000-7f8724bbe000 r--p 00008000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f8724bbe000-7f8724bbf000 rw-p 00009000 103:02 12231688                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f8724bbf000-7f8724bc0000 ---p 00000000 00:00 0 
| 7f8724bc0000-7f8724c01000 rw-p 00000000 00:00 0 
| 7f8724c01000-7f8724c02000 ---p 00000000 00:00 0 
| 7f8724c02000-7f8724c43000 rw-p 00000000 00:00 0 
| 7f8724c43000-7f8724c44000 ---p 00000000 00:00 0 
| 7f8724c44000-7f8724c85000 rw-p 00000000 00:00 0 
| 7f8724c85000-7f8724c86000 ---p 00000000 00:00 0 
| 7f8724c86000-7f8724cc7000 rw-p 00000000 00:00 0 
| 7f8724cc7000-7f8724cc8000 ---p 00000000 00:00 0 
| 7f8724cc8000-7f8724d09000 rw-p 00000000 00:00 0 
| 7f8724d09000-7f8724d0a000 ---p 00000000 00:00 0 
| 7f8724d0a000-7f8724d4b000 rw-p 00000000 00:00 0 
| 7f8724d4b000-7f8724d4c000 ---p 00000000 00:00 0 
| 7f8724d4c000-7f8724d8d000 rw-p 00000000 00:00 0 
| 7f8724d8d000-7f8724d8e000 ---p 00000000 00:00 0 
| 7f8724d8e000-7f8724dcf000 rw-p 00000000 00:00 0 
| 7f8724dcf000-7f8724dd0000 ---p 00000000 00:00 0 
| 7f8724dd0000-7f8724e11000 rw-p 00000000 00:00 0 
| 7f8724e11000-7f8724e12000 ---p 00000000 00:00 0 
| 7f8724e12000-7f8724e53000 rw-p 00000000 00:00 0 
| 7f8724e53000-7f8724e54000 ---p 00000000 00:00 0 
| 7f8724e54000-7f8724e95000 rw-p 00000000 00:00 0 
| 7f8724e95000-7f8724e96000 ---p 00000000 00:00 0 
| 7f8724e96000-7f8724ed7000 rw-p 00000000 00:00 0 
| 7f8724ed7000-7f8724ed8000 ---p 00000000 00:00 0 
| 7f8724ed8000-7f8724f19000 rw-p 00000000 00:00 0 
| 7f8724f19000-7f8724f1a000 ---p 00000000 00:00 0 
| 7f8724f1a000-7f8724f5b000 rw-p 00000000 00:00 0 
| 7f8724f5b000-7f8724f5c000 ---p 00000000 00:00 0 
| 7f8724f5c000-7f8724f9d000 rw-p 00000000 00:00 0 
| 7f8724f9d000-7f8724f9e000 ---p 00000000 00:00 0 
| 7f8724f9e000-7f8724fdf000 rw-p 00000000 00:00 0 
| 7f8724fdf000-7f8724fe0000 ---p 00000000 00:00 0 
| 7f8724fe0000-7f8725021000 rw-p 00000000 00:00 0 
| 7f8725021000-7f8725022000 ---p 00000000 00:00 0 
| 7f8725022000-7f8725063000 rw-p 00000000 00:00 0 
| 7f8725063000-7f8725064000 ---p 00000000 00:00 0 
| 7f8725064000-7f87250a5000 rw-p 00000000 00:00 0 
| 7f87250a5000-7f87250a6000 ---p 00000000 00:00 0 
| 7f87250a6000-7f87250e7000 rw-p 00000000 00:00 0 
| 7f87250e7000-7f87250e8000 ---p 00000000 00:00 0 
| 7f87250e8000-7f8725129000 rw-p 00000000 00:00 0 
| 7f8725129000-7f872512a000 ---p 00000000 00:00 0 
| 7f872512a000-7f872516b000 rw-p 00000000 00:00 0 
| 7f872516b000-7f872516c000 ---p 00000000 00:00 0 
| 7f872516c000-7f87251ad000 rw-p 00000000 00:00 0 
| 7f87251ad000-7f87251ae000 ---p 00000000 00:00 0 
| 7f87251ae000-7f87251ef000 rw-p 00000000 00:00 0 
| 7f87251ef000-7f87251f0000 ---p 00000000 00:00 0 
| 7f87251f0000-7f8725231000 rw-p 00000000 00:00 0 
| 7f8725231000-7f8725232000 ---p 00000000 00:00 0 
| 7f8725232000-7f8725273000 rw-p 00000000 00:00 0 
| 7f8725273000-7f8725274000 ---p 00000000 00:00 0 
| 7f8725274000-7f87252b5000 rw-p 00000000 00:00 0 
| 7f87252b5000-7f87252b6000 ---p 00000000 00:00 0 
| 7f87252b6000-7f87252f7000 rw-p 00000000 00:00 0 
| 7f87252f7000-7f87252f8000 ---p 00000000 00:00 0 
| 7f87252f8000-7f8725339000 rw-p 00000000 00:00 0 
| 7f8725339000-7f872533a000 ---p 00000000 00:00 0 
| 7f872533a000-7f872537b000 rw-p 00000000 00:00 0 
| 7f872537b000-7f872537c000 ---p 00000000 00:00 0 
| 7f872537c000-7f87253bd000 rw-p 00000000 00:00 0 
| 7f87253bd000-7f87253be000 ---p 00000000 00:00 0 
| 7f87253be000-7f87253ff000 rw-p 00000000 00:00 0 
| 7f87253ff000-7f8725400000 ---p 00000000 00:00 0 
| 7f8725400000-7f873f000000 rw-p 00000000 00:00 0 
| 7f873f000000-7f873f028000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f873f028000-7f873f1bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f873f1bd000-7f873f215000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f873f215000-7f873f216000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f873f216000-7f873f21a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f873f21a000-7f873f21c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f873f21c000-7f873f229000 rw-p 00000000 00:00 0 
| 7f873f22a000-7f873f22b000 r--p 00000000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7f873f22b000-7f873f22c000 r-xp 00001000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7f873f22c000-7f873f22d000 r--p 00002000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7f873f22d000-7f873f22e000 r--p 00002000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7f873f22e000-7f873f22f000 rw-p 00003000 103:02 12230945                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7f873f22f000-7f873f233000 r--p 00000000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f873f233000-7f873f23b000 r-xp 00004000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f873f23b000-7f873f23e000 r--p 0000c000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f873f23e000-7f873f23f000 r--p 0000e000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f873f23f000-7f873f240000 rw-p 0000f000 103:02 12231654                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f873f240000-7f873f2a0000 rw-p 00000000 00:00 0 
| 7f873f2a2000-7f873f2a4000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f873f2a4000-7f873f2ab000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f873f2ab000-7f873f2ac000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f873f2ac000-7f873f2ad000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f873f2ad000-7f873f2ae000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f873f2ae000-7f873f2af000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f873f2af000-7f873f320000 rw-p 00000000 00:00 0 
| 7f873f323000-7f873f429000 rw-p 00000000 00:00 0 
| 7f873f429000-7f873f42c000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f873f42c000-7f873f443000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f873f443000-7f873f447000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f873f447000-7f873f448000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f873f448000-7f873f449000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f873f449000-7f873f457000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f873f457000-7f873f4d3000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f873f4d3000-7f873f52e000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f873f52e000-7f873f52f000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f873f52f000-7f873f530000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f873f530000-7f873f532000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f873f532000-7f873f546000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f873f546000-7f873f55f000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f873f55f000-7f873f560000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f873f560000-7f873f561000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f873f561000-7f873f562000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f873f562000-7f873f56a000 rw-p 00000000 00:00 0 
| 7f873f56a000-7f873f56c000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f873f56c000-7f873f57d000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f873f57d000-7f873f583000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f873f583000-7f873f584000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f873f584000-7f873f585000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f873f585000-7f873f586000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f873f588000-7f873f589000 r--p 00000000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f873f589000-7f873f58b000 r-xp 00001000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f873f58b000-7f873f58c000 r--p 00003000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f873f58c000-7f873f58d000 r--p 00003000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f873f58d000-7f873f58e000 rw-p 00004000 103:02 12360301                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f873f58e000-7f873f58f000 r--p 00000000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f873f58f000-7f873f590000 r-xp 00001000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f873f590000-7f873f591000 r--p 00002000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f873f591000-7f873f592000 r--p 00002000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f873f592000-7f873f593000 rw-p 00003000 103:02 12364162                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f873f593000-7f873f594000 r--p 00000000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f873f594000-7f873f595000 r-xp 00001000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f873f595000-7f873f596000 r--p 00002000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f873f596000-7f873f597000 r--p 00002000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f873f597000-7f873f598000 rw-p 00003000 103:02 12363741                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f873f598000-7f873f59a000 rw-p 00000000 00:00 0 
| 7f873f59a000-7f873f59e000 r--p 00000000 00:00 0                          [vvar]
| 7f873f59e000-7f873f5a0000 r-xp 00000000 00:00 0                          [vdso]
| 7f873f5a0000-7f873f5a2000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f873f5a2000-7f873f5cc000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f873f5cc000-7f873f5d7000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f873f5d8000-7f873f5da000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f873f5da000-7f873f5dc000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffe78fdc000-7ffe797db000 rw-p 00000000 00:00 0                          [stack]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 49) 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 <main>@-e:2 (2,15)-(12,1)>
0000 putobject                              Object                    (   3)[LiBc]
0002 opt_getconstant_path                   <ic:0 Struct>
0004 putobject                              :a
0006 putobject                              :b
0008 putobject                              :c
0010 putobject                              :d
0012 putobject                              :e
0014 putobject                              :f
0016 putobject                              :g
0018 putobject                              :h
0020 opt_send_without_block                 <calldata!mid:new, argc:8, ARGS_SIMPLE>
0022 swap
0023 setconstant                            :Foo
0025 definemethod                           :build_foo, build_foo     (   5)[Li]
0028 putself                                                          (   9)[Li]
0029 opt_send_without_block                 <calldata!mid:build_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0031 pop
0032 putself                                                          (  10)[Li]
0033 opt_send_without_block                 <calldata!mid:build_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0035 leave                                                            (  12)[Br]

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


 50) 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>.

 51) 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>.

 52) 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=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9820, :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=>22864, :total_freed_objects=>19499}.
Expected 9820 to be >= 10000.

 53) Failure:
TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_gc.rb:676]:
before_stats: {:count=>28, :time=>58, :marking_time=>36, :sweeping_time=>22, :heap_allocated_pages=>158, :heap_sorted_length=>302, :heap_allocatable_pages=>144, :heap_available_slots=>215399, :heap_live_slots=>130368, :heap_free_slots=>85031, :heap_final_slots=>0, :heap_marked_slots=>129630, :heap_eden_pages=>158, :heap_tomb_pages=>0, :total_allocated_pages=>164, :total_freed_pages=>6, :total_allocated_objects=>1382636, :total_freed_objects=>1252268, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>16951234, :minor_gc_count=>23, :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=>1240, :old_objects=>129619, :old_objects_limit=>248198, :oldmalloc_increase_bytes=>2120, :oldmalloc_increase_bytes_limit=>19350882}
before_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>120, :heap_eden_slots=>196489, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>120, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>1341555, :total_freed_objects=>1216585}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9821, :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=>23041, :total_freed_objects=>19664}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>20, :heap_eden_slots=>8172, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>25, :total_freed_pages=>5, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18005, :total_freed_objects=>15928}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>612, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>78, :total_freed_objects=>70}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>305, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>21}}
after_stats: {:count=>42, :time=>72, :marking_time=>38, :sweeping_time=>34, :heap_allocated_pages=>158, :heap_sorted_length=>302, :heap_allocatable_pages=>144, :heap_available_slots=>215399, :heap_live_slots=>129796, :heap_free_slots=>85603, :heap_final_slots=>0, :heap_marked_slots=>129735, :heap_eden_pages=>158, :heap_tomb_pages=>0, :total_allocated_pages=>164, :total_freed_pages=>6, :total_allocated_objects=>2386933, :total_freed_objects=>2257137, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>37, :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=>1240, :old_objects=>129722, :old_objects_limit=>248198, :oldmalloc_increase_bytes=>6032, :oldmalloc_increase_bytes_limit=>19350882}
after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>120, :heap_eden_slots=>196489, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>120, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>2345562, :total_freed_objects=>2221190}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9821, :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=>23112, :total_freed_objects=>19723}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>20, :heap_eden_slots=>8172, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>25, :total_freed_pages=>5, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18218, :total_freed_objects=>16133}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>612, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>78, :total_freed_objects=>70}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>305, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>21}}.
<0> expected but was
<6>.

Finished tests in 1662.625396s, 15.6223 tests/s, 3885.5265 assertions/s.
25974 tests, 6460175 assertions, 53 failures, 0 errors, 166 skips

ruby -v: ruby 3.4.0dev (2024-05-24T08:00:15Z master e49d68bf27) +RJIT [x86_64-linux]
make: *** [uncommon.mk:965: yes-test-all] エラー 53