虚無庵

徒然なるままに

今日の ruby build 2024-05-23

今日のビルド

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

今日も平和な一日でした。そろそろ参加報告ブログを書くか。いや、書いてんだけどまだ下書き保存。

今日のテスト

make test-all を実行。

Finished tests in 1179.284908s, 22.0235 tests/s, 5335.4723 assertions/s.
25972 tests, 6292042 assertions, 0 failures, 0 errors, 154 skips

ruby -v: ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) [x86_64-linux]

今日のビルド(enabled Universal Parser)

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

今日のテスト(enabled Universal Parser)

make test-all を実行。

Finished tests in 1164.644093s, 22.3004 tests/s, 5398.5883 assertions/s.
25972 tests, 6287434 assertions, 0 failures, 0 errors, 155 skips

ruby -v: ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) [x86_64-linux]

今日のビルド(enabled YJIT)

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

今日のテスト(enabled YJIT)

--enable-yjit

make test-all を実行。

Finished tests in 1226.796479s, 21.1706 tests/s, 5128.3763 assertions/s.
25972 tests, 6291474 assertions, 0 failures, 0 errors, 155 skips

ruby -v: ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) [x86_64-linux]
cppflags=-DYJIT_FORCE_ENABLE

make test-all を実行。

Finished tests in 1226.855552s, 21.1720 tests/s, 5127.1676 assertions/s.
25975 tests, 6290294 assertions, 0 failures, 0 errors, 155 skips

ruby -v: ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) +YJIT [x86_64-linux]

今日のビルド(enabled RJIT)

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

今日のテスト(enabled RJIT)

--enable-rjit --disable-yjit

make test-all を実行。

Finished tests in 1177.984397s, 21.9434 tests/s, 5338.3517 assertions/s.
25849 tests, 6288495 assertions, 0 failures, 0 errors, 154 skips

ruby -v: ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) [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#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 843 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 10203 arrays allocated
Expected 0 hash allocations for "optional(*r2k_empty_array1)", but 821 hashes allocated
Expected 0 array allocations for "optional(*r2k_array)", but 4900 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 7063 arrays allocated
Expected 1 hash allocations for "optional(*empty_array, **hash1, **empty_hash)", but 555 hashes allocated.
<true> expected but was
<false>.

  2) 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 1775 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1)", but 143 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array)", but 8043 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array)", but 3363 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 3363 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 3131 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>.

  3) 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 580 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array)", but 42 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, **empty_hash)", but 7553 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, **empty_hash)", but 631 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 1 array allocations for "req_splat(*array1)", but 7949 arrays allocated
Expected 0 hash allocations for "req_splat(*array1)", but 646 hashes allocated
Expected 1 array allocations for "req_splat(**hash1)", but 2418 arrays allocated
Expected 1 hash allocations for "req_splat(**hash1)", but 209 hashes allocated
Expected 1 array allocations for "req_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "req_splat(**hash1, **empty_hash)", but 6613 arrays allocated
Expected 1 hash allocations for "req_splat(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "req_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "req_splat(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "req_splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "req_splat(*r2k_empty_array1)", but 5274 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 5274 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 5274 arrays allocated
Expected 1 hash allocations for "req_splat(*r2k_array1)", but 431 hashes allocated.
<true> expected but was
<false>.

  4) 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 579 arrays allocated
Expected 0 hash allocations for "required(*r2k_empty_array1)", but 42 hashes allocated
Expected 0 array allocations for "required(*r2k_array)", but 9539 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 7063 arrays allocated
Expected 1 hash allocations for "required(*empty_array, **hash1, **empty_hash)", but 555 hashes allocated.
<true> expected but was
<false>.

  5) 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 580 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array)", but 8043 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array)", but 3363 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 3363 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 3131 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>.

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

  7) 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 579 arrays allocated
Expected 1 hash allocations for "keyword(**empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "keyword(*empty_array)", but 8004 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array)", but 665 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 0 array allocations for "keyword(*empty_array)", but 3365 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array)", but 274 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash)", but 520 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "keyword(*r2k_empty_array)", but 3366 arrays allocated
Expected 0 hash allocations for "keyword(*r2k_empty_array)", but 274 hashes allocated
Expected 1 array allocations for "keyword(*r2k_array)", but 3366 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 5279 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, a: 2, **empty_hash)", but 404 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

  8) 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 579 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(1, *empty_array)", but 8042 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array)", but 672 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(1, **hash1, **empty_hash)", but 6660 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 197 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, a: 2)", but 2810 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, a: 2)", but 231 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **nill)", but 2860 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nill)", but 235 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **empty_hash)", but 2860 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **empty_hash)", but 235 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **hash1)", but 2860 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **hash1)", but 235 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*r2k_empty_array1)", but 3363 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 3363 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 5327 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **nil)", but 2785 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nil)", but 231 hashes allocated.
<true> expected but was
<false>.

  9) 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 580 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, *empty_array)", but 42 hashes allocated
Expected 1 array allocations for "splat_post(1, *array1, **empty_hash)", but 7553 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, **empty_hash)", but 631 hashes allocated
Expected 1 array allocations for "splat_post(1, *array1, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 1 array allocations for "splat_post(*array1)", but 3362 arrays allocated
Expected 0 hash allocations for "splat_post(*array1)", but 275 hashes allocated
Expected 1 array allocations for "splat_post(**hash1)", but 2418 arrays allocated
Expected 1 hash allocations for "splat_post(**hash1)", but 209 hashes allocated
Expected 1 array allocations for "splat_post(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "splat_post(**hash1, **empty_hash)", but 6613 arrays allocated
Expected 1 hash allocations for "splat_post(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "splat_post(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "splat_post(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "splat_post(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "splat_post(*r2k_empty_array1)", but 3362 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 3362 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 3362 arrays allocated
Expected 1 hash allocations for "splat_post(*r2k_array1)", but 275 hashes allocated.
<true> expected but was
<false>.

 10) 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 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array)", but 8043 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array)", but 672 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 197 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, a: 2)", but 2811 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, a: 2)", but 231 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nill)", but 2861 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nill)", but 235 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash)", but 2861 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash)", but 235 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1)", but 2861 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1)", but 235 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nil)", but 2785 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nil)", but 231 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*r2k_empty_array)", but 3363 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 3363 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 3131 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*r2k_empty_array1)", but 255 hashes allocated.
<true> expected but was
<false>.

 11) 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 579 arrays allocated
Expected 1 hash allocations for "keyword_splat(**empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "keyword_splat(*empty_array)", but 8001 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array)", but 666 hashes allocated
Expected 0 array allocations for "keyword_splat(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword_splat(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 0 array allocations for "keyword_splat(*empty_array)", but 3362 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array)", but 275 hashes allocated
Expected 0 array allocations for "keyword_splat(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword_splat(**hash1, **empty_hash)", but 520 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "keyword_splat(*r2k_empty_array)", but 3363 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 3363 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 5279 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, a: 2, **empty_hash)", but 404 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 12) 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 580 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array)", but 8043 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array)", but 3363 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 3363 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 3131 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array1)", but 255 hashes allocated.
<true> expected but was
<false>.

 13) 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 580 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, *empty_array)", but 42 hashes allocated
Expected 1 array allocations for "splat(1, *array1, **empty_hash)", but 7553 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, **empty_hash)", but 631 hashes allocated
Expected 1 array allocations for "splat(1, *array1, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 1 array allocations for "splat(*array1)", but 7528 arrays allocated
Expected 0 hash allocations for "splat(*array1)", but 622 hashes allocated
Expected 1 array allocations for "splat(**hash1)", but 2418 arrays allocated
Expected 1 hash allocations for "splat(**hash1)", but 209 hashes allocated
Expected 1 array allocations for "splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "splat(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "splat(**hash1, **empty_hash)", but 6613 arrays allocated
Expected 1 hash allocations for "splat(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "splat(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "splat(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "splat(*r2k_empty_array)", but 4853 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 4853 arrays allocated
Expected 0 hash allocations for "splat(*r2k_empty_array1)", but 407 hashes allocated
Expected 1 array allocations for "splat(*r2k_array)", but 4853 arrays allocated
Expected 1 hash allocations for "splat(*r2k_array)", but 407 hashes allocated
Expected 1 array allocations for "splat(*r2k_array1)", but 4853 arrays allocated
Expected 1 hash allocations for "splat(*r2k_array1)", but 407 hashes allocated.
<true> expected but was
<false>.

 14) 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 580 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 8044 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 6661 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 2581 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 2811 arrays allocated
Expected 1 hash allocations for "r2k(*array1, a: 2)", but 231 hashes allocated
Expected 1 array allocations for "r2k(*array1, **nill)", but 2861 arrays allocated
Expected 0 hash allocations for "r2k(*array1, **nill)", but 234 hashes allocated
Expected 1 array allocations for "r2k(*array1, **empty_hash)", but 2861 arrays allocated
Expected 1 hash allocations for "r2k(*array1, **empty_hash)", but 235 hashes allocated
Expected 1 array allocations for "r2k(*array1, **hash1)", but 2861 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 2529 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 2529 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 2529 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 2540 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 2540 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 5327 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 7113 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 7039 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 7063 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 2785 arrays allocated
Expected 0 hash allocations for "r2k(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "r2k(*r2k_empty_array)", but 3364 arrays allocated
Expected 0 hash allocations for "r2k(*r2k_empty_array)", but 274 hashes allocated
Expected 1 array allocations for "r2k(*r2k_array)", but 3364 arrays allocated
Expected 1 hash allocations for "r2k(*r2k_array)", but 275 hashes allocated
Expected 1 array allocations for "r2k(*r2k_empty_array1)", but 3132 arrays allocated
Expected 0 hash allocations for "r2k(*r2k_empty_array1)", but 254 hashes allocated.
<true> expected but was
<false>.

 15) 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 2283 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **empty_hash, **hash1)", but 207 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array)", but 8043 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array)", but 3363 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 3363 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 3131 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array1)", but 255 hashes allocated.
<true> expected but was
<false>.

 16) 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 579 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(*empty_array)", but 8001 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array)", but 666 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**hash1, **empty_hash)", but 521 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(*empty_array)", but 3362 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array)", but 275 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**hash1, **empty_hash)", but 6612 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**hash1, **empty_hash)", but 520 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*r2k_empty_array)", but 3363 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 3363 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 5279 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, a: 2, **empty_hash)", but 404 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash)", but 554 hashes allocated.
<true> expected but was
<false>.

 17) 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 579 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "required_and_keyword(1, *empty_array)", but 8045 arrays allocated
Expected 0 hash allocations for "required_and_keyword(1, *empty_array)", but 671 hashes allocated
Expected 0 array allocations for "required_and_keyword(1, **hash1, **empty_hash)", but 6660 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "required_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword(*r2k_empty_array1)", but 3366 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 3366 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 5327 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **nil)", but 230 hashes allocated.
<true> expected but was
<false>.

 18) 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 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array)", but 8047 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(1, *empty_array)", but 671 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, a: 2)", but 2811 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, a: 2)", but 230 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **nill)", but 2861 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **nill)", but 234 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **empty_hash)", but 2861 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **empty_hash)", but 234 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **hash1)", but 2861 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*array1, **nil)", but 2785 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*array1, **nil)", but 230 hashes allocated
Expected 1 array allocations for "splat_and_keyword(*r2k_empty_array)", but 3367 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 3367 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 3135 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(*r2k_empty_array1)", but 254 hashes allocated.
<true> expected but was
<false>.

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

 20) 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 736 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 8244 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 3605 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 7345 arrays allocated
Expected 1 hash allocations for "optional(*empty_array, **hash1, **empty_hash, &block)", but 598 hashes allocated.
<true> expected but was
<false>.

 21) 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 1775 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1, &block)", but 143 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, &block)", but 8294 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, &block)", but 687 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2, &block)", but 240 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill, &block)", but 199 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array, &block)", but 3602 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 3602 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 3370 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>.

 22) 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 580 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array, &block)", but 42 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, **empty_hash, &block)", but 7337 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, **empty_hash, &block)", but 596 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 1 array allocations for "req_splat(*array1, &block)", but 3607 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, &block)", but 291 hashes allocated
Expected 1 array allocations for "req_splat(**hash1, &block)", but 2202 arrays allocated
Expected 1 hash allocations for "req_splat(**hash1, &block)", but 174 hashes allocated
Expected 1 array allocations for "req_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "req_splat(**hash1, **empty_hash, &block)", but 6893 arrays allocated
Expected 1 hash allocations for "req_splat(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "req_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "req_splat(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "req_splat(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "req_splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "req_splat(*r2k_empty_array1, &block)", but 3607 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 3607 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 3607 arrays allocated
Expected 1 hash allocations for "req_splat(*r2k_array1, &block)", but 291 hashes allocated.
<true> expected but was
<false>.

 23) 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 579 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 8244 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 7345 arrays allocated
Expected 1 hash allocations for "required(*empty_array, **hash1, **empty_hash, &block)", but 598 hashes allocated.
<true> expected but was
<false>.

 24) 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 580 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, &block)", but 8294 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, &block)", but 687 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, a: 2, &block)", but 240 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nill, &block)", but 199 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 0 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "anon_splat_and_anon_keyword_splat(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "anon_splat_and_anon_keyword_splat(*r2k_empty_array, &block)", but 3602 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 3602 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 3370 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>.

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

 26) 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 579 arrays allocated
Expected 1 hash allocations for "keyword(**empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "keyword(*empty_array, &block)", but 8243 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, &block)", but 680 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 0 array allocations for "keyword(*empty_array, &block)", but 3604 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, &block)", but 289 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash, &block)", but 561 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "keyword(*r2k_empty_array, &block)", but 3605 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 3605 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 5561 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, a: 2, **empty_hash, &block)", but 447 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

 27) 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 579 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(1, *empty_array, &block)", but 8293 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, &block)", but 688 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 6942 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 197 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, a: 2, &block)", but 241 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **nill, &block)", but 2655 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nill, &block)", but 200 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **empty_hash, &block)", but 200 hashes allocated
Expected 0 array allocations for "required_and_keyword_splat(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **hash1, &block)", but 200 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*r2k_empty_array1, &block)", but 3602 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 3602 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 5611 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "required_and_keyword_splat(*array1, **nil, &block)", but 2580 arrays allocated
Expected 1 hash allocations for "required_and_keyword_splat(*array1, **nil, &block)", but 196 hashes allocated.
<true> expected but was
<false>.

 28) 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 580 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, *empty_array, &block)", but 42 hashes allocated
Expected 1 array allocations for "splat_post(1, *array1, **empty_hash, &block)", but 7337 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, **empty_hash, &block)", but 596 hashes allocated
Expected 1 array allocations for "splat_post(1, *array1, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "splat_post(1, *array1, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 1 array allocations for "splat_post(*array1, &block)", but 3601 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, &block)", but 290 hashes allocated
Expected 1 array allocations for "splat_post(**hash1, &block)", but 2202 arrays allocated
Expected 1 hash allocations for "splat_post(**hash1, &block)", but 174 hashes allocated
Expected 1 array allocations for "splat_post(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat_post(**hash1, **empty_hash, &block)", but 6893 arrays allocated
Expected 1 hash allocations for "splat_post(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "splat_post(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "splat_post(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat_post(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "splat_post(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "splat_post(*r2k_empty_array1, &block)", but 3601 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 3601 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 3601 arrays allocated
Expected 1 hash allocations for "splat_post(*r2k_array1, &block)", but 290 hashes allocated.
<true> expected but was
<false>.

 29) 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 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, &block)", but 8294 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, &block)", but 688 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 197 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, a: 2, &block)", but 2939 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, a: 2, &block)", but 241 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nill, &block)", but 2656 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nill, &block)", but 200 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash, &block)", but 2656 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash, &block)", but 200 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1, &block)", but 2656 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1, &block)", but 200 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nil, &block)", but 2580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nil, &block)", but 196 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*r2k_empty_array, &block)", but 3602 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 3602 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 3370 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*r2k_empty_array1, &block)", but 270 hashes allocated.
<true> expected but was
<false>.

 30) 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 579 arrays allocated
Expected 1 hash allocations for "keyword_splat(**empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "keyword_splat(*empty_array, &block)", but 8240 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, &block)", but 681 hashes allocated
Expected 0 array allocations for "keyword_splat(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword_splat(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 0 array allocations for "keyword_splat(*empty_array, &block)", but 3601 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, &block)", but 290 hashes allocated
Expected 0 array allocations for "keyword_splat(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword_splat(**hash1, **empty_hash, &block)", but 561 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "keyword_splat(*r2k_empty_array, &block)", but 3602 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 3602 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 5561 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, a: 2, **empty_hash, &block)", but 447 hashes allocated
Expected 1 array allocations for "keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

 31) 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 580 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, &block)", but 8294 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, &block)", but 687 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, a: 2, &block)", but 240 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **nill, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nill, &block)", but 199 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array, &block)", but 3602 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 3602 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 3370 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array1, &block)", but 270 hashes allocated.
<true> expected but was
<false>.

 32) 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 580 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, *empty_array, &block)", but 42 hashes allocated
Expected 1 array allocations for "splat(1, *array1, **empty_hash, &block)", but 7337 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, **empty_hash, &block)", but 596 hashes allocated
Expected 1 array allocations for "splat(1, *array1, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "splat(1, *array1, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 1 array allocations for "splat(*array1, &block)", but 3607 arrays allocated
Expected 0 hash allocations for "splat(*array1, &block)", but 291 hashes allocated
Expected 1 array allocations for "splat(**hash1, &block)", but 2202 arrays allocated
Expected 1 hash allocations for "splat(**hash1, &block)", but 174 hashes allocated
Expected 1 array allocations for "splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "splat(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat(**hash1, **empty_hash, &block)", but 6893 arrays allocated
Expected 1 hash allocations for "splat(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "splat(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "splat(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "splat(*r2k_empty_array, &block)", but 3607 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 3607 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 3607 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 3607 arrays allocated
Expected 1 hash allocations for "splat(*r2k_array1, &block)", but 291 hashes allocated.
<true> expected but was
<false>.

 33) 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 580 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 8295 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 6943 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 2581 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 2939 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 2656 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 2656 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 2656 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 2540 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 2529 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 2540 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 2540 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 2540 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 5611 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 7397 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 7321 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 7345 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 2580 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 3603 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 3603 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 3371 arrays allocated
Expected 0 hash allocations for "r2k(*r2k_empty_array1, &block)", but 269 hashes allocated.
<true> expected but was
<false>.

 34) 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 1777 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **empty_hash, **hash1, &block)", but 142 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, &block)", but 8294 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, &block)", but 687 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array, *empty_array, **empty_hash, &block)", but 196 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, a: 2, &block)", but 2938 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, a: 2, &block)", but 240 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **nill, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nill, &block)", but 199 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **empty_hash, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **empty_hash, &block)", but 199 hashes allocated
Expected 0 array allocations for "argument_forwarding(*array1, **hash1, &block)", but 2655 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **hash1, &block)", but 199 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, *empty_array, **hash1, **empty_hash, &block)", but 614 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **empty_hash, a: 2, &block)", but 7321 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **empty_hash, a: 2, &block)", but 602 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*array1, **hash1, **empty_hash, &block)", but 597 hashes allocated
Expected 1 array allocations for "argument_forwarding(*array1, **nil, &block)", but 2580 arrays allocated
Expected 0 hash allocations for "argument_forwarding(*array1, **nil, &block)", but 195 hashes allocated
Expected 1 array allocations for "argument_forwarding(*r2k_empty_array, &block)", but 3602 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 3602 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 3370 arrays allocated
Expected 1 hash allocations for "argument_forwarding(*r2k_empty_array1, &block)", but 270 hashes allocated.
<true> expected but was
<false>.

 35) Failure:
TestAllocation::MethodCall::WithBlock#test_keyword_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-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 579 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(*empty_array, &block)", but 8240 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, &block)", but 681 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**hash1, **empty_hash, &block)", but 563 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(*empty_array, &block)", but 3601 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, &block)", but 290 hashes allocated
Expected 0 array allocations for "keyword_and_keyword_splat(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(**hash1, **empty_hash, &block)", but 561 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*r2k_empty_array, &block)", but 3602 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 3602 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 5561 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, a: 2, **empty_hash, &block)", but 447 hashes allocated
Expected 1 array allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 7345 arrays allocated
Expected 1 hash allocations for "keyword_and_keyword_splat(*empty_array, **hash1, **empty_hash, &block)", but 597 hashes allocated.
<true> expected but was
<false>.

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

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

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

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

 40) 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=>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=>22863, :total_freed_objects=>19316}.
Expected 9821 to be >= 10000.

 41) Failure:
TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_gc.rb:674]:
before_stats: {:count=>24, :time=>77, :marking_time=>46, :sweeping_time=>30, :heap_allocated_pages=>164, :heap_sorted_length=>310, :heap_allocatable_pages=>146, :heap_available_slots=>225741, :heap_live_slots=>209196, :heap_free_slots=>16545, :heap_final_slots=>0, :heap_marked_slots=>129621, :heap_eden_pages=>164, :heap_tomb_pages=>0, :total_allocated_pages=>172, :total_freed_pages=>8, :total_allocated_objects=>1384295, :total_freed_objects=>1175099, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>18339572, :minor_gc_count=>19, :major_gc_count=>5, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1296, :old_objects=>129610, :old_objects_limit=>259220, :oldmalloc_increase_bytes=>2120, :oldmalloc_increase_bytes_limit=>19350882}
before_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206314, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>127, :total_freed_pages=>1, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>1343221, :total_freed_objects=>1139420}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9822, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23040, :total_freed_objects=>19664}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8994, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>6, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>17999, :total_freed_objects=>15924}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>407, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>78, :total_freed_objects=>70}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>21}}
after_stats: {:count=>37, :time=>94, :marking_time=>48, :sweeping_time=>46, :heap_allocated_pages=>165, :heap_sorted_length=>311, :heap_allocatable_pages=>146, :heap_available_slots=>227378, :heap_live_slots=>129787, :heap_free_slots=>97591, :heap_final_slots=>0, :heap_marked_slots=>129726, :heap_eden_pages=>165, :heap_tomb_pages=>0, :total_allocated_pages=>173, :total_freed_pages=>8, :total_allocated_objects=>2388630, :total_freed_objects=>2258843, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>32, :major_gc_count=>5, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1296, :old_objects=>129713, :old_objects_limit=>259220, :oldmalloc_increase_bytes=>6032, :oldmalloc_increase_bytes_limit=>19350882}
after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>127, :heap_eden_slots=>207951, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>128, :total_freed_pages=>1, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>2347266, :total_freed_objects=>2222900}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9822, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23111, :total_freed_objects=>19723}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8994, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>6, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18212, :total_freed_objects=>16129}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>407, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>78, :total_freed_objects=>70}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>21}}.
<164> expected but was
<165>.

 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 3201695 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x00005758b7dba648
| ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) +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:001070 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: 0x00005758b7dba648 RBP: 0x00007010735fd870 RSP: 0x00007ffc22004910
|  RAX: 0x0000000000000000 RBX: 0x0000701073500f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x000070105884a890
|   R8: 0x0000000000000000  R9: 0x00007010735fd838 R10: 0x0000701058ff5b80
|  R11: 0x000070105884a890 R12: 0x0000000000000024 R13: 0x00005758b50f7410
|  R14: 0x00005758b50f7410 R15: 0x00007010735fd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5758b3f10491] /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) [0x5758b40ccc6c] /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) [0x5758b3e56af6] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x701073642520) [0x701073642520]
| [0x5758b7dba648]
| 
| -- 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:
| 
| 5758b3cda000-5758b3d1e000 r--p 00000000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5758b3d1e000-5758b417f000 r-xp 00044000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5758b417f000-5758b431e000 r--p 004a5000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5758b431e000-5758b4336000 r--p 00643000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5758b4336000-5758b4337000 rw-p 0065b000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5758b4337000-5758b434c000 rw-p 00000000 00:00 0 
| 5758b50ef000-5758b5d69000 rw-p 00000000 00:00 0                          [heap]
| 5758b5db9000-5758b7db9000 r-xp 00000000 00:00 0 
| 5758b7db9000-5758b9db9000 rw-p 00000000 00:00 0 
| 5758b9f35000-5758b9f75000 r-xp 00000000 00:00 0 
| 5758b9f75000-5758bcf35000 ---p 00000000 00:00 0 
| 701054800000-701054e00000 rw-p 00000000 00:00 0 
| 701055400000-70105561f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 701055682000-701055800000 rw-p 00000000 00:00 0 
| 701055800000-70105877f000 r--s 00000000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 701058840000-701058b30000 rw-p 00000000 00:00 0 
| 701058b40000-701058bc0000 rw-p 00000000 00:00 0 
| 701058bd0000-701058c10000 rw-p 00000000 00:00 0 
| 701058c20000-701058d70000 rw-p 00000000 00:00 0 
| 701058d80000-701058ef0000 rw-p 00000000 00:00 0 
| 701058f00000-701059010000 rw-p 00000000 00:00 0 
| 70105901f000-701059020000 ---p 00000000 00:00 0 
| 701059020000-701059061000 rw-p 00000000 00:00 0 
| 701059061000-701059062000 ---p 00000000 00:00 0 
| 701059062000-7010590a3000 rw-p 00000000 00:00 0 
| 7010590a3000-7010590a4000 ---p 00000000 00:00 0 
| 7010590a4000-7010590e5000 rw-p 00000000 00:00 0 
| 7010590e5000-7010590e6000 ---p 00000000 00:00 0 
| 7010590e6000-701059127000 rw-p 00000000 00:00 0 
| 701059127000-701059128000 ---p 00000000 00:00 0 
| 701059128000-701059169000 rw-p 00000000 00:00 0 
| 701059169000-70105916a000 ---p 00000000 00:00 0 
| 70105916a000-7010591ab000 rw-p 00000000 00:00 0 
| 7010591ab000-7010591ac000 ---p 00000000 00:00 0 
| 7010591ac000-7010591ed000 rw-p 00000000 00:00 0 
| 7010591ed000-7010591ee000 ---p 00000000 00:00 0 
| 7010591ee000-70105922f000 rw-p 00000000 00:00 0 
| 70105922f000-701059230000 ---p 00000000 00:00 0 
| 701059230000-701059271000 rw-p 00000000 00:00 0 
| 701059271000-701059272000 ---p 00000000 00:00 0 
| 701059272000-7010592b3000 rw-p 00000000 00:00 0 
| 7010592b3000-7010592b4000 ---p 00000000 00:00 0 
| 7010592b4000-7010592f5000 rw-p 00000000 00:00 0 
| 7010592f5000-7010592f6000 ---p 00000000 00:00 0 
| 7010592f6000-701059337000 rw-p 00000000 00:00 0 
| 701059337000-701059338000 ---p 00000000 00:00 0 
| 701059338000-701059379000 rw-p 00000000 00:00 0 
| 701059379000-70105937a000 ---p 00000000 00:00 0 
| 70105937a000-7010593bb000 rw-p 00000000 00:00 0 
| 7010593bb000-7010593bc000 ---p 00000000 00:00 0 
| 7010593bc000-7010593fd000 rw-p 00000000 00:00 0 
| 7010593fd000-7010593fe000 ---p 00000000 00:00 0 
| 7010593fe000-70105943f000 rw-p 00000000 00:00 0 
| 70105943f000-701059440000 ---p 00000000 00:00 0 
| 701059440000-701059481000 rw-p 00000000 00:00 0 
| 701059481000-701059482000 ---p 00000000 00:00 0 
| 701059482000-7010594c3000 rw-p 00000000 00:00 0 
| 7010594c3000-7010594c4000 ---p 00000000 00:00 0 
| 7010594c4000-701059505000 rw-p 00000000 00:00 0 
| 701059505000-701059506000 ---p 00000000 00:00 0 
| 701059506000-701059547000 rw-p 00000000 00:00 0 
| 701059547000-701059548000 ---p 00000000 00:00 0 
| 701059548000-701059589000 rw-p 00000000 00:00 0 
| 701059589000-70105958a000 ---p 00000000 00:00 0 
| 70105958a000-7010595cb000 rw-p 00000000 00:00 0 
| 7010595cb000-7010595cc000 ---p 00000000 00:00 0 
| 7010595cc000-70105960d000 rw-p 00000000 00:00 0 
| 70105960d000-70105960e000 ---p 00000000 00:00 0 
| 70105960e000-70105964f000 rw-p 00000000 00:00 0 
| 70105964f000-701059650000 ---p 00000000 00:00 0 
| 701059650000-701059691000 rw-p 00000000 00:00 0 
| 701059691000-701059692000 ---p 00000000 00:00 0 
| 701059692000-7010596d3000 rw-p 00000000 00:00 0 
| 7010596d3000-7010596d4000 ---p 00000000 00:00 0 
| 7010596d4000-701059715000 rw-p 00000000 00:00 0 
| 701059715000-701059716000 ---p 00000000 00:00 0 
| 701059716000-701059757000 rw-p 00000000 00:00 0 
| 701059757000-701059758000 ---p 00000000 00:00 0 
| 701059758000-701059799000 rw-p 00000000 00:00 0 
| 701059799000-70105979a000 ---p 00000000 00:00 0 
| 70105979a000-7010597db000 rw-p 00000000 00:00 0 
| 7010597db000-7010597dc000 ---p 00000000 00:00 0 
| 7010597dc000-70105981d000 rw-p 00000000 00:00 0 
| 70105981d000-70105981e000 ---p 00000000 00:00 0 
| 70105981e000-70105985f000 rw-p 00000000 00:00 0 
| 70105985f000-701059860000 ---p 00000000 00:00 0 
| 701059860000-70105a090000 rw-p 00000000 00:00 0 
| 70105a093000-70105a095000 r--p 00000000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70105a095000-70105a09a000 r-xp 00002000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70105a09a000-70105a09b000 r--p 00007000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70105a09b000-70105a09c000 ---p 00008000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70105a09c000-70105a09d000 r--p 00008000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70105a09d000-70105a09e000 rw-p 00009000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70105a09e000-701073600000 rw-p 00000000 00:00 0 
| 701073600000-701073628000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 701073628000-7010737bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7010737bd000-701073815000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 701073815000-701073816000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 701073816000-70107381a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 70107381a000-70107381c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 70107381c000-701073829000 rw-p 00000000 00:00 0 
| 70107382a000-70107382b000 r--p 00000000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 70107382b000-70107382c000 r-xp 00001000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 70107382c000-70107382d000 r--p 00002000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 70107382d000-70107382e000 r--p 00002000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 70107382e000-70107382f000 rw-p 00003000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 70107382f000-701073833000 r--p 00000000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 701073833000-70107383b000 r-xp 00004000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 70107383b000-70107383e000 r--p 0000c000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 70107383e000-70107383f000 r--p 0000e000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 70107383f000-701073840000 rw-p 0000f000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 701073840000-701073870000 rw-p 00000000 00:00 0 
| 701073870000-701073872000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 701073872000-701073879000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 701073879000-70107387a000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 70107387a000-70107387b000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 70107387b000-70107387c000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 70107387c000-70107387d000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 70107387d000-701073882000 rw-p 00000000 00:00 0 
| 701073882000-701073885000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 701073885000-70107389c000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 70107389c000-7010738a0000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7010738a0000-7010738a1000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7010738a1000-7010738a2000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7010738a2000-7010738b0000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7010738b0000-70107392c000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 70107392c000-701073987000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 701073987000-701073988000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 701073988000-701073989000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 701073989000-70107398b000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 70107398b000-70107399f000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 70107399f000-7010739b8000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7010739b8000-7010739b9000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7010739b9000-7010739ba000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7010739ba000-7010739bb000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7010739bb000-7010739c3000 rw-p 00000000 00:00 0 
| 7010739c3000-7010739c5000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7010739c5000-7010739d6000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7010739d6000-7010739dc000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7010739dc000-7010739dd000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7010739dd000-7010739de000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7010739de000-7010739df000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7010739e1000-7010739e2000 r--p 00000000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7010739e2000-7010739e4000 r-xp 00001000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7010739e4000-7010739e5000 r--p 00003000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7010739e5000-7010739e6000 r--p 00003000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7010739e6000-7010739e7000 rw-p 00004000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7010739e7000-7010739e8000 r--p 00000000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7010739e8000-7010739e9000 r-xp 00001000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7010739e9000-7010739ea000 r--p 00002000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7010739ea000-7010739eb000 r--p 00002000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7010739eb000-7010739ec000 rw-p 00003000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7010739ec000-7010739ed000 r--p 00000000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7010739ed000-7010739ee000 r-xp 00001000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7010739ee000-7010739ef000 r--p 00002000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7010739ef000-7010739f0000 r--p 00002000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7010739f0000-7010739f1000 rw-p 00003000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7010739f1000-7010739f3000 rw-p 00000000 00:00 0 
| 7010739f3000-7010739f5000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7010739f5000-701073a1f000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 701073a1f000-701073a2a000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 701073a2b000-701073a2d000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 701073a2d000-701073a2f000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc21813000-7ffc22012000 rw-p 00000000 00:00 0                          [stack]
| 7ffc220ea000-7ffc220ee000 r--p 00000000 00:00 0                          [vvar]
| 7ffc220ee000-7ffc220f0000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

 44) 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]


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

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

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


 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 3204590 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x000057a190848648
| ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) +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:000560 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: 0x000057a190848648 RBP: 0x000079a2acb6b870 RSP: 0x00007ffe23055c90
|  RAX: 0x0000000000000000 RBX: 0x000079a2aca6ef00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x000079a291cf4fb0
|   R8: 0x0000000000000000  R9: 0x000079a2acb6b838 R10: 0x000079a2922e5b68
|  R11: 0x000079a291cf4fb0 R12: 0x0000000000000024 R13: 0x000057a18da0c410
|  R14: 0x000057a18da0c410 R15: 0x000079a2acb6b838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x57a18bd9e491] /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) [0x57a18bf5ac6c] /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) [0x57a18bce4af6] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x79a2ac842520) [0x79a2ac842520]
| [0x57a190848648]
| 
| -- 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:
| 
| 57a18bb68000-57a18bbac000 r--p 00000000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a18bbac000-57a18c00d000 r-xp 00044000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a18c00d000-57a18c1ac000 r--p 004a5000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a18c1ac000-57a18c1c4000 r--p 00643000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a18c1c4000-57a18c1c5000 rw-p 0065b000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a18c1c5000-57a18c1da000 rw-p 00000000 00:00 0 
| 57a18da04000-57a18e67d000 rw-p 00000000 00:00 0                          [heap]
| 57a18e847000-57a190847000 r-xp 00000000 00:00 0 
| 57a190847000-57a192847000 rw-p 00000000 00:00 0 
| 57a1929c3000-57a1929f7000 r-xp 00000000 00:00 0 
| 57a1929f7000-57a1959c3000 ---p 00000000 00:00 0 
| 79a28dc00000-79a28e200000 rw-p 00000000 00:00 0 
| 79a28e800000-79a28ea1f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79a28ec00000-79a291b7f000 r--s 00000000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 79a291be0000-79a291c00000 rw-p 00000000 00:00 0 
| 79a291c10000-79a291ca0000 rw-p 00000000 00:00 0 
| 79a291cc0000-79a291f60000 rw-p 00000000 00:00 0 
| 79a291f70000-79a292000000 rw-p 00000000 00:00 0 
| 79a292010000-79a292050000 rw-p 00000000 00:00 0 
| 79a292060000-79a2921e0000 rw-p 00000000 00:00 0 
| 79a2921f0000-79a292300000 rw-p 00000000 00:00 0 
| 79a29230f000-79a292310000 ---p 00000000 00:00 0 
| 79a292310000-79a292351000 rw-p 00000000 00:00 0 
| 79a292351000-79a292352000 ---p 00000000 00:00 0 
| 79a292352000-79a292393000 rw-p 00000000 00:00 0 
| 79a292393000-79a292394000 ---p 00000000 00:00 0 
| 79a292394000-79a2923d5000 rw-p 00000000 00:00 0 
| 79a2923d5000-79a2923d6000 ---p 00000000 00:00 0 
| 79a2923d6000-79a292417000 rw-p 00000000 00:00 0 
| 79a292417000-79a292418000 ---p 00000000 00:00 0 
| 79a292418000-79a292459000 rw-p 00000000 00:00 0 
| 79a292459000-79a29245a000 ---p 00000000 00:00 0 
| 79a29245a000-79a29249b000 rw-p 00000000 00:00 0 
| 79a29249b000-79a29249c000 ---p 00000000 00:00 0 
| 79a29249c000-79a2924dd000 rw-p 00000000 00:00 0 
| 79a2924dd000-79a2924de000 ---p 00000000 00:00 0 
| 79a2924de000-79a29251f000 rw-p 00000000 00:00 0 
| 79a29251f000-79a292520000 ---p 00000000 00:00 0 
| 79a292520000-79a292561000 rw-p 00000000 00:00 0 
| 79a292561000-79a292562000 ---p 00000000 00:00 0 
| 79a292562000-79a2925a3000 rw-p 00000000 00:00 0 
| 79a2925a3000-79a2925a4000 ---p 00000000 00:00 0 
| 79a2925a4000-79a2925e5000 rw-p 00000000 00:00 0 
| 79a2925e5000-79a2925e6000 ---p 00000000 00:00 0 
| 79a2925e6000-79a292627000 rw-p 00000000 00:00 0 
| 79a292627000-79a292628000 ---p 00000000 00:00 0 
| 79a292628000-79a292669000 rw-p 00000000 00:00 0 
| 79a292669000-79a29266a000 ---p 00000000 00:00 0 
| 79a29266a000-79a2926ab000 rw-p 00000000 00:00 0 
| 79a2926ab000-79a2926ac000 ---p 00000000 00:00 0 
| 79a2926ac000-79a2926ed000 rw-p 00000000 00:00 0 
| 79a2926ed000-79a2926ee000 ---p 00000000 00:00 0 
| 79a2926ee000-79a29272f000 rw-p 00000000 00:00 0 
| 79a29272f000-79a292730000 ---p 00000000 00:00 0 
| 79a292730000-79a292771000 rw-p 00000000 00:00 0 
| 79a292771000-79a292772000 ---p 00000000 00:00 0 
| 79a292772000-79a2927b3000 rw-p 00000000 00:00 0 
| 79a2927b3000-79a2927b4000 ---p 00000000 00:00 0 
| 79a2927b4000-79a2927f5000 rw-p 00000000 00:00 0 
| 79a2927f5000-79a2927f6000 ---p 00000000 00:00 0 
| 79a2927f6000-79a292837000 rw-p 00000000 00:00 0 
| 79a292837000-79a292838000 ---p 00000000 00:00 0 
| 79a292838000-79a292879000 rw-p 00000000 00:00 0 
| 79a292879000-79a29287a000 ---p 00000000 00:00 0 
| 79a29287a000-79a2928bb000 rw-p 00000000 00:00 0 
| 79a2928bb000-79a2928bc000 ---p 00000000 00:00 0 
| 79a2928bc000-79a2928fd000 rw-p 00000000 00:00 0 
| 79a2928fd000-79a2928fe000 ---p 00000000 00:00 0 
| 79a2928fe000-79a29293f000 rw-p 00000000 00:00 0 
| 79a29293f000-79a292940000 ---p 00000000 00:00 0 
| 79a292940000-79a292981000 rw-p 00000000 00:00 0 
| 79a292981000-79a292982000 ---p 00000000 00:00 0 
| 79a292982000-79a2929c3000 rw-p 00000000 00:00 0 
| 79a2929c3000-79a2929c4000 ---p 00000000 00:00 0 
| 79a2929c4000-79a292a05000 rw-p 00000000 00:00 0 
| 79a292a05000-79a292a06000 ---p 00000000 00:00 0 
| 79a292a06000-79a292a47000 rw-p 00000000 00:00 0 
| 79a292a47000-79a292a48000 ---p 00000000 00:00 0 
| 79a292a48000-79a292a89000 rw-p 00000000 00:00 0 
| 79a292a89000-79a292a8a000 ---p 00000000 00:00 0 
| 79a292a8a000-79a292acb000 rw-p 00000000 00:00 0 
| 79a292acb000-79a292acc000 ---p 00000000 00:00 0 
| 79a292acc000-79a292b0d000 rw-p 00000000 00:00 0 
| 79a292b0d000-79a292b0e000 ---p 00000000 00:00 0 
| 79a292b0e000-79a292b4f000 rw-p 00000000 00:00 0 
| 79a292b4f000-79a292b50000 ---p 00000000 00:00 0 
| 79a292b50000-79a293390000 rw-p 00000000 00:00 0 
| 79a293394000-79a293396000 r--p 00000000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79a293396000-79a29339b000 r-xp 00002000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79a29339b000-79a29339c000 r--p 00007000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79a29339c000-79a29339d000 ---p 00008000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79a29339d000-79a29339e000 r--p 00008000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79a29339e000-79a29339f000 rw-p 00009000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79a29339f000-79a2ac800000 rw-p 00000000 00:00 0 
| 79a2ac800000-79a2ac828000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79a2ac828000-79a2ac9bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79a2ac9bd000-79a2aca15000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79a2aca15000-79a2aca16000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79a2aca16000-79a2aca1a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79a2aca1a000-79a2aca1c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79a2aca1c000-79a2aca29000 rw-p 00000000 00:00 0 
| 79a2aca2a000-79a2aca2b000 r--p 00000000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79a2aca2b000-79a2aca2c000 r-xp 00001000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79a2aca2c000-79a2aca2d000 r--p 00002000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79a2aca2d000-79a2aca2e000 r--p 00002000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79a2aca2e000-79a2aca2f000 rw-p 00003000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79a2aca2f000-79a2aca33000 r--p 00000000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79a2aca33000-79a2aca3b000 r-xp 00004000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79a2aca3b000-79a2aca3e000 r--p 0000c000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79a2aca3e000-79a2aca3f000 r--p 0000e000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79a2aca3f000-79a2aca40000 rw-p 0000f000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79a2aca40000-79a2aca60000 rw-p 00000000 00:00 0 
| 79a2aca60000-79a2aca62000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79a2aca62000-79a2aca69000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79a2aca69000-79a2aca6a000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79a2aca6a000-79a2aca6b000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79a2aca6b000-79a2aca6c000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79a2aca6c000-79a2aca6d000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79a2aca6d000-79a2acb73000 rw-p 00000000 00:00 0 
| 79a2acb73000-79a2acb76000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79a2acb76000-79a2acb8d000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79a2acb8d000-79a2acb91000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79a2acb91000-79a2acb92000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79a2acb92000-79a2acb93000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79a2acb93000-79a2acba1000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79a2acba1000-79a2acc1d000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79a2acc1d000-79a2acc78000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79a2acc78000-79a2acc79000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79a2acc79000-79a2acc7a000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79a2acc7a000-79a2acc7c000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79a2acc7c000-79a2acc90000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79a2acc90000-79a2acca9000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79a2acca9000-79a2accaa000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79a2accaa000-79a2accab000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79a2accab000-79a2accac000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79a2accac000-79a2accb4000 rw-p 00000000 00:00 0 
| 79a2accb4000-79a2accb6000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79a2accb6000-79a2accc7000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79a2accc7000-79a2acccd000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79a2acccd000-79a2accce000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79a2accce000-79a2acccf000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79a2acccf000-79a2accd0000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79a2accd2000-79a2accd3000 r--p 00000000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79a2accd3000-79a2accd5000 r-xp 00001000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79a2accd5000-79a2accd6000 r--p 00003000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79a2accd6000-79a2accd7000 r--p 00003000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79a2accd7000-79a2accd8000 rw-p 00004000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79a2accd8000-79a2accd9000 r--p 00000000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79a2accd9000-79a2accda000 r-xp 00001000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79a2accda000-79a2accdb000 r--p 00002000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79a2accdb000-79a2accdc000 r--p 00002000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79a2accdc000-79a2accdd000 rw-p 00003000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79a2accdd000-79a2accde000 r--p 00000000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79a2accde000-79a2accdf000 r-xp 00001000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79a2accdf000-79a2acce0000 r--p 00002000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79a2acce0000-79a2acce1000 r--p 00002000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79a2acce1000-79a2acce2000 rw-p 00003000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79a2acce2000-79a2acce4000 rw-p 00000000 00:00 0 
| 79a2acce4000-79a2acce6000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79a2acce6000-79a2acd10000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79a2acd10000-79a2acd1b000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79a2acd1c000-79a2acd1e000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79a2acd1e000-79a2acd20000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffe22864000-7ffe23063000 rw-p 00000000 00:00 0                          [stack]
| 7ffe230ce000-7ffe230d2000 r--p 00000000 00:00 0                          [vvar]
| 7ffe230d2000-7ffe230d4000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

 50) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 3204692 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x00005c9f57cf9648
| ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) +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:000790 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: 0x00005c9f57cf9648 RBP: 0x00007c21fe7fd870 RSP: 0x00007ffd12e9b3d0
|  RAX: 0x0000000000000000 RBX: 0x00007c21fe700f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007c21e397b838
|   R8: 0x0000000000000000  R9: 0x00007c21fe7fd838 R10: 0x00007c21e4245ba8
|  R11: 0x00007c21e397b838 R12: 0x0000000000000024 R13: 0x00005c9f552a8410
|  R14: 0x00005c9f552a8410 R15: 0x00007c21fe7fd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5c9f54a4f491] /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) [0x5c9f54c0bc6c] /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) [0x5c9f54995af6] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x7c21fe842520) [0x7c21fe842520]
| [0x5c9f57cf9648]
| 
| -- 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:
| 
| 5c9f54819000-5c9f5485d000 r--p 00000000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5c9f5485d000-5c9f54cbe000 r-xp 00044000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5c9f54cbe000-5c9f54e5d000 r--p 004a5000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5c9f54e5d000-5c9f54e75000 r--p 00643000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5c9f54e75000-5c9f54e76000 rw-p 0065b000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5c9f54e76000-5c9f54e8b000 rw-p 00000000 00:00 0 
| 5c9f552a0000-5c9f55ced000 rw-p 00000000 00:00 0                          [heap]
| 5c9f55cf8000-5c9f57cf8000 r-xp 00000000 00:00 0 
| 5c9f57cf8000-5c9f59cf8000 rw-p 00000000 00:00 0 
| 5c9f59e74000-5c9f59ea8000 r-xp 00000000 00:00 0 
| 5c9f59ea8000-5c9f5ce74000 ---p 00000000 00:00 0 
| 7c21df80b000-7c21dfe00000 rw-p 00000000 00:00 0 
| 7c21e0400000-7c21e061f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7c21e0800000-7c21e377f000 r--s 00000000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 7c21e3840000-7c21e3850000 rw-p 00000000 00:00 0 
| 7c21e3870000-7c21e3900000 rw-p 00000000 00:00 0 
| 7c21e3910000-7c21e3b30000 rw-p 00000000 00:00 0 
| 7c21e3b40000-7c21e3bd0000 rw-p 00000000 00:00 0 
| 7c21e3be0000-7c21e3c10000 rw-p 00000000 00:00 0 
| 7c21e3c20000-7c21e4140000 rw-p 00000000 00:00 0 
| 7c21e4150000-7c21e4260000 rw-p 00000000 00:00 0 
| 7c21e426f000-7c21e4270000 ---p 00000000 00:00 0 
| 7c21e4270000-7c21e42b1000 rw-p 00000000 00:00 0 
| 7c21e42b1000-7c21e42b2000 ---p 00000000 00:00 0 
| 7c21e42b2000-7c21e42f3000 rw-p 00000000 00:00 0 
| 7c21e42f3000-7c21e42f4000 ---p 00000000 00:00 0 
| 7c21e42f4000-7c21e4335000 rw-p 00000000 00:00 0 
| 7c21e4335000-7c21e4336000 ---p 00000000 00:00 0 
| 7c21e4336000-7c21e4377000 rw-p 00000000 00:00 0 
| 7c21e4377000-7c21e4378000 ---p 00000000 00:00 0 
| 7c21e4378000-7c21e43b9000 rw-p 00000000 00:00 0 
| 7c21e43b9000-7c21e43ba000 ---p 00000000 00:00 0 
| 7c21e43ba000-7c21e43fb000 rw-p 00000000 00:00 0 
| 7c21e43fb000-7c21e43fc000 ---p 00000000 00:00 0 
| 7c21e43fc000-7c21e443d000 rw-p 00000000 00:00 0 
| 7c21e443d000-7c21e443e000 ---p 00000000 00:00 0 
| 7c21e443e000-7c21e447f000 rw-p 00000000 00:00 0 
| 7c21e447f000-7c21e4480000 ---p 00000000 00:00 0 
| 7c21e4480000-7c21e44c1000 rw-p 00000000 00:00 0 
| 7c21e44c1000-7c21e44c2000 ---p 00000000 00:00 0 
| 7c21e44c2000-7c21e4503000 rw-p 00000000 00:00 0 
| 7c21e4503000-7c21e4504000 ---p 00000000 00:00 0 
| 7c21e4504000-7c21e4545000 rw-p 00000000 00:00 0 
| 7c21e4545000-7c21e4546000 ---p 00000000 00:00 0 
| 7c21e4546000-7c21e4587000 rw-p 00000000 00:00 0 
| 7c21e4587000-7c21e4588000 ---p 00000000 00:00 0 
| 7c21e4588000-7c21e45c9000 rw-p 00000000 00:00 0 
| 7c21e45c9000-7c21e45ca000 ---p 00000000 00:00 0 
| 7c21e45ca000-7c21e460b000 rw-p 00000000 00:00 0 
| 7c21e460b000-7c21e460c000 ---p 00000000 00:00 0 
| 7c21e460c000-7c21e464d000 rw-p 00000000 00:00 0 
| 7c21e464d000-7c21e464e000 ---p 00000000 00:00 0 
| 7c21e464e000-7c21e468f000 rw-p 00000000 00:00 0 
| 7c21e468f000-7c21e4690000 ---p 00000000 00:00 0 
| 7c21e4690000-7c21e46d1000 rw-p 00000000 00:00 0 
| 7c21e46d1000-7c21e46d2000 ---p 00000000 00:00 0 
| 7c21e46d2000-7c21e4713000 rw-p 00000000 00:00 0 
| 7c21e4713000-7c21e4714000 ---p 00000000 00:00 0 
| 7c21e4714000-7c21e4755000 rw-p 00000000 00:00 0 
| 7c21e4755000-7c21e4756000 ---p 00000000 00:00 0 
| 7c21e4756000-7c21e4797000 rw-p 00000000 00:00 0 
| 7c21e4797000-7c21e4798000 ---p 00000000 00:00 0 
| 7c21e4798000-7c21e47d9000 rw-p 00000000 00:00 0 
| 7c21e47d9000-7c21e47da000 ---p 00000000 00:00 0 
| 7c21e47da000-7c21e481b000 rw-p 00000000 00:00 0 
| 7c21e481b000-7c21e481c000 ---p 00000000 00:00 0 
| 7c21e481c000-7c21e485d000 rw-p 00000000 00:00 0 
| 7c21e485d000-7c21e485e000 ---p 00000000 00:00 0 
| 7c21e485e000-7c21e489f000 rw-p 00000000 00:00 0 
| 7c21e489f000-7c21e48a0000 ---p 00000000 00:00 0 
| 7c21e48a0000-7c21e48e1000 rw-p 00000000 00:00 0 
| 7c21e48e1000-7c21e48e2000 ---p 00000000 00:00 0 
| 7c21e48e2000-7c21e4923000 rw-p 00000000 00:00 0 
| 7c21e4923000-7c21e4924000 ---p 00000000 00:00 0 
| 7c21e4924000-7c21e4965000 rw-p 00000000 00:00 0 
| 7c21e4965000-7c21e4966000 ---p 00000000 00:00 0 
| 7c21e4966000-7c21e49a7000 rw-p 00000000 00:00 0 
| 7c21e49a7000-7c21e49a8000 ---p 00000000 00:00 0 
| 7c21e49a8000-7c21e49e9000 rw-p 00000000 00:00 0 
| 7c21e49e9000-7c21e49ea000 ---p 00000000 00:00 0 
| 7c21e49ea000-7c21e4a2b000 rw-p 00000000 00:00 0 
| 7c21e4a2b000-7c21e4a2c000 ---p 00000000 00:00 0 
| 7c21e4a2c000-7c21e4a6d000 rw-p 00000000 00:00 0 
| 7c21e4a6d000-7c21e4a6e000 ---p 00000000 00:00 0 
| 7c21e4a6e000-7c21e4aaf000 rw-p 00000000 00:00 0 
| 7c21e4aaf000-7c21e4ab0000 ---p 00000000 00:00 0 
| 7c21e4ab0000-7c21e52f0000 rw-p 00000000 00:00 0 
| 7c21e52f4000-7c21e52f6000 r--p 00000000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7c21e52f6000-7c21e52fb000 r-xp 00002000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7c21e52fb000-7c21e52fc000 r--p 00007000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7c21e52fc000-7c21e52fd000 ---p 00008000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7c21e52fd000-7c21e52fe000 r--p 00008000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7c21e52fe000-7c21e52ff000 rw-p 00009000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7c21e52ff000-7c21fe800000 rw-p 00000000 00:00 0 
| 7c21fe800000-7c21fe828000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7c21fe828000-7c21fe9bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7c21fe9bd000-7c21fea15000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7c21fea15000-7c21fea16000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7c21fea16000-7c21fea1a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7c21fea1a000-7c21fea1c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7c21fea1c000-7c21fea29000 rw-p 00000000 00:00 0 
| 7c21fea2a000-7c21fea2b000 r--p 00000000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7c21fea2b000-7c21fea2c000 r-xp 00001000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7c21fea2c000-7c21fea2d000 r--p 00002000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7c21fea2d000-7c21fea2e000 r--p 00002000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7c21fea2e000-7c21fea2f000 rw-p 00003000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7c21fea2f000-7c21fea33000 r--p 00000000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7c21fea33000-7c21fea3b000 r-xp 00004000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7c21fea3b000-7c21fea3e000 r--p 0000c000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7c21fea3e000-7c21fea3f000 r--p 0000e000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7c21fea3f000-7c21fea40000 rw-p 0000f000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7c21fea40000-7c21fea50000 rw-p 00000000 00:00 0 
| 7c21fea52000-7c21fea54000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7c21fea54000-7c21fea5b000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7c21fea5b000-7c21fea5c000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7c21fea5c000-7c21fea5d000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7c21fea5d000-7c21fea5e000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7c21fea5e000-7c21fea5f000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7c21fea5f000-7c21fead0000 rw-p 00000000 00:00 0 
| 7c21fead1000-7c21fead6000 rw-p 00000000 00:00 0 
| 7c21fead6000-7c21fead9000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7c21fead9000-7c21feaf0000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7c21feaf0000-7c21feaf4000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7c21feaf4000-7c21feaf5000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7c21feaf5000-7c21feaf6000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7c21feaf6000-7c21feb04000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7c21feb04000-7c21feb80000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7c21feb80000-7c21febdb000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7c21febdb000-7c21febdc000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7c21febdc000-7c21febdd000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7c21febdd000-7c21febdf000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7c21febdf000-7c21febf3000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7c21febf3000-7c21fec0c000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7c21fec0c000-7c21fec0d000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7c21fec0d000-7c21fec0e000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7c21fec0e000-7c21fec0f000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7c21fec0f000-7c21fec17000 rw-p 00000000 00:00 0 
| 7c21fec17000-7c21fec19000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7c21fec19000-7c21fec2a000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7c21fec2a000-7c21fec30000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7c21fec30000-7c21fec31000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7c21fec31000-7c21fec32000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7c21fec32000-7c21fec33000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7c21fec35000-7c21fec36000 r--p 00000000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7c21fec36000-7c21fec38000 r-xp 00001000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7c21fec38000-7c21fec39000 r--p 00003000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7c21fec39000-7c21fec3a000 r--p 00003000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7c21fec3a000-7c21fec3b000 rw-p 00004000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7c21fec3b000-7c21fec3c000 r--p 00000000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7c21fec3c000-7c21fec3d000 r-xp 00001000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7c21fec3d000-7c21fec3e000 r--p 00002000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7c21fec3e000-7c21fec3f000 r--p 00002000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7c21fec3f000-7c21fec40000 rw-p 00003000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7c21fec40000-7c21fec41000 r--p 00000000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7c21fec41000-7c21fec42000 r-xp 00001000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7c21fec42000-7c21fec43000 r--p 00002000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7c21fec43000-7c21fec44000 r--p 00002000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7c21fec44000-7c21fec45000 rw-p 00003000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7c21fec45000-7c21fec47000 rw-p 00000000 00:00 0 
| 7c21fec47000-7c21fec49000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7c21fec49000-7c21fec73000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7c21fec73000-7c21fec7e000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7c21fec7f000-7c21fec81000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7c21fec81000-7c21fec83000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffd126aa000-7ffd12ea9000 rw-p 00000000 00:00 0                          [stack]
| 7ffd12fcf000-7ffd12fd3000 r--p 00000000 00:00 0                          [vvar]
| 7ffd12fd3000-7ffd12fd5000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

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

 53) 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 3204806 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x00005b90eb5a9648
| ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) +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:000d90 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:002100 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: 0x00005b90eb5a9648 RBP: 0x000079968c7a1870 RSP: 0x00007ffe96232370
|  RAX: 0x0000000000000000 RBX: 0x000079968c6a4f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000799671927058
|   R8: 0x0000000000000000  R9: 0x000079968c7a1838 R10: 0x0000799671f45b88
|  R11: 0x0000799671927058 R12: 0x0000000000000024 R13: 0x00005b90e8920410
|  R14: 0x00005b90e8920410 R15: 0x000079968c7a1838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5b90e7eff491] /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) [0x5b90e80bbc6c] /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) [0x5b90e7e45af6] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x79968c442520) [0x79968c442520]
| [0x5b90eb5a9648]
| 
| -- 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:
| 
| 5b90e7cc9000-5b90e7d0d000 r--p 00000000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5b90e7d0d000-5b90e816e000 r-xp 00044000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5b90e816e000-5b90e830d000 r--p 004a5000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5b90e830d000-5b90e8325000 r--p 00643000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5b90e8325000-5b90e8326000 rw-p 0065b000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5b90e8326000-5b90e833b000 rw-p 00000000 00:00 0 
| 5b90e8918000-5b90e9591000 rw-p 00000000 00:00 0                          [heap]
| 5b90e95a8000-5b90eb5a8000 r-xp 00000000 00:00 0 
| 5b90eb5a8000-5b90ed5a8000 rw-p 00000000 00:00 0 
| 5b90ed724000-5b90ed764000 r-xp 00000000 00:00 0 
| 5b90ed764000-5b90f0724000 ---p 00000000 00:00 0 
| 79966d800000-79966de00000 rw-p 00000000 00:00 0 
| 79966e400000-79966e61f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79966e800000-79967177f000 r--s 00000000 103:02 12233019                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 799671810000-799671830000 rw-p 00000000 00:00 0 
| 799671840000-7996718c0000 rw-p 00000000 00:00 0 
| 7996718d0000-7996718e0000 rw-p 00000000 00:00 0 
| 7996718f0000-799671ba0000 rw-p 00000000 00:00 0 
| 799671bb0000-799671c40000 rw-p 00000000 00:00 0 
| 799671c50000-799671c90000 rw-p 00000000 00:00 0 
| 799671ca0000-799671e30000 rw-p 00000000 00:00 0 
| 799671e40000-799671eb0000 rw-p 00000000 00:00 0 
| 799671eb4000-799671eb6000 r--p 00000000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799671eb6000-799671ebb000 r-xp 00002000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799671ebb000-799671ebc000 r--p 00007000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799671ebc000-799671ebd000 ---p 00008000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799671ebd000-799671ebe000 r--p 00008000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799671ebe000-799671ebf000 rw-p 00009000 103:02 12231643                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799671ebf000-799671ec3000 r--p 00000000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 799671ec3000-799671ecb000 r-xp 00004000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 799671ecb000-799671ece000 r--p 0000c000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 799671ece000-799671ecf000 r--p 0000e000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 799671ecf000-799671ed0000 rw-p 0000f000 103:02 12231620                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 799671ed0000-799671f60000 rw-p 00000000 00:00 0 
| 799671f62000-799671f64000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 799671f64000-799671f6b000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 799671f6b000-799671f6c000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 799671f6c000-799671f6d000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 799671f6d000-799671f6e000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 799671f6e000-799671f6f000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 799671f6f000-799671f70000 ---p 00000000 00:00 0 
| 799671f70000-799671fb1000 rw-p 00000000 00:00 0 
| 799671fb1000-799671fb2000 ---p 00000000 00:00 0 
| 799671fb2000-799671ff3000 rw-p 00000000 00:00 0 
| 799671ff3000-799671ff4000 ---p 00000000 00:00 0 
| 799671ff4000-799672035000 rw-p 00000000 00:00 0 
| 799672035000-799672036000 ---p 00000000 00:00 0 
| 799672036000-799672077000 rw-p 00000000 00:00 0 
| 799672077000-799672078000 ---p 00000000 00:00 0 
| 799672078000-7996720b9000 rw-p 00000000 00:00 0 
| 7996720b9000-7996720ba000 ---p 00000000 00:00 0 
| 7996720ba000-7996720fb000 rw-p 00000000 00:00 0 
| 7996720fb000-7996720fc000 ---p 00000000 00:00 0 
| 7996720fc000-79967213d000 rw-p 00000000 00:00 0 
| 79967213d000-79967213e000 ---p 00000000 00:00 0 
| 79967213e000-79967217f000 rw-p 00000000 00:00 0 
| 79967217f000-799672180000 ---p 00000000 00:00 0 
| 799672180000-7996721c1000 rw-p 00000000 00:00 0 
| 7996721c1000-7996721c2000 ---p 00000000 00:00 0 
| 7996721c2000-799672203000 rw-p 00000000 00:00 0 
| 799672203000-799672204000 ---p 00000000 00:00 0 
| 799672204000-799672245000 rw-p 00000000 00:00 0 
| 799672245000-799672246000 ---p 00000000 00:00 0 
| 799672246000-799672287000 rw-p 00000000 00:00 0 
| 799672287000-799672288000 ---p 00000000 00:00 0 
| 799672288000-7996722c9000 rw-p 00000000 00:00 0 
| 7996722c9000-7996722ca000 ---p 00000000 00:00 0 
| 7996722ca000-79967230b000 rw-p 00000000 00:00 0 
| 79967230b000-79967230c000 ---p 00000000 00:00 0 
| 79967230c000-79967234d000 rw-p 00000000 00:00 0 
| 79967234d000-79967234e000 ---p 00000000 00:00 0 
| 79967234e000-79967238f000 rw-p 00000000 00:00 0 
| 79967238f000-799672390000 ---p 00000000 00:00 0 
| 799672390000-7996723d1000 rw-p 00000000 00:00 0 
| 7996723d1000-7996723d2000 ---p 00000000 00:00 0 
| 7996723d2000-799672413000 rw-p 00000000 00:00 0 
| 799672413000-799672414000 ---p 00000000 00:00 0 
| 799672414000-799672455000 rw-p 00000000 00:00 0 
| 799672455000-799672456000 ---p 00000000 00:00 0 
| 799672456000-799672497000 rw-p 00000000 00:00 0 
| 799672497000-799672498000 ---p 00000000 00:00 0 
| 799672498000-7996724d9000 rw-p 00000000 00:00 0 
| 7996724d9000-7996724da000 ---p 00000000 00:00 0 
| 7996724da000-79967251b000 rw-p 00000000 00:00 0 
| 79967251b000-79967251c000 ---p 00000000 00:00 0 
| 79967251c000-79967255d000 rw-p 00000000 00:00 0 
| 79967255d000-79967255e000 ---p 00000000 00:00 0 
| 79967255e000-79967259f000 rw-p 00000000 00:00 0 
| 79967259f000-7996725a0000 ---p 00000000 00:00 0 
| 7996725a0000-7996725e1000 rw-p 00000000 00:00 0 
| 7996725e1000-7996725e2000 ---p 00000000 00:00 0 
| 7996725e2000-799672623000 rw-p 00000000 00:00 0 
| 799672623000-799672624000 ---p 00000000 00:00 0 
| 799672624000-799672665000 rw-p 00000000 00:00 0 
| 799672665000-799672666000 ---p 00000000 00:00 0 
| 799672666000-7996726a7000 rw-p 00000000 00:00 0 
| 7996726a7000-7996726a8000 ---p 00000000 00:00 0 
| 7996726a8000-7996726e9000 rw-p 00000000 00:00 0 
| 7996726e9000-7996726ea000 ---p 00000000 00:00 0 
| 7996726ea000-79967272b000 rw-p 00000000 00:00 0 
| 79967272b000-79967272c000 ---p 00000000 00:00 0 
| 79967272c000-79967276d000 rw-p 00000000 00:00 0 
| 79967276d000-79967276e000 ---p 00000000 00:00 0 
| 79967276e000-7996727af000 rw-p 00000000 00:00 0 
| 7996727af000-7996727b0000 ---p 00000000 00:00 0 
| 7996727b0000-79968c400000 rw-p 00000000 00:00 0 
| 79968c400000-79968c428000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79968c428000-79968c5bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79968c5bd000-79968c615000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79968c615000-79968c616000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79968c616000-79968c61a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79968c61a000-79968c61c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79968c61c000-79968c629000 rw-p 00000000 00:00 0 
| 79968c62a000-79968c62b000 r--p 00000000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79968c62b000-79968c62c000 r-xp 00001000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79968c62c000-79968c62d000 r--p 00002000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79968c62d000-79968c62e000 r--p 00002000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79968c62e000-79968c62f000 rw-p 00003000 103:02 12230840                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79968c62f000-79968c6a0000 rw-p 00000000 00:00 0 
| 79968c6a3000-79968c7a9000 rw-p 00000000 00:00 0 
| 79968c7a9000-79968c7ac000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79968c7ac000-79968c7c3000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79968c7c3000-79968c7c7000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79968c7c7000-79968c7c8000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79968c7c8000-79968c7c9000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79968c7c9000-79968c7d7000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79968c7d7000-79968c853000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79968c853000-79968c8ae000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79968c8ae000-79968c8af000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79968c8af000-79968c8b0000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79968c8b0000-79968c8b2000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79968c8b2000-79968c8c6000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79968c8c6000-79968c8df000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79968c8df000-79968c8e0000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79968c8e0000-79968c8e1000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79968c8e1000-79968c8e2000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79968c8e2000-79968c8ea000 rw-p 00000000 00:00 0 
| 79968c8ea000-79968c8ec000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79968c8ec000-79968c8fd000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79968c8fd000-79968c903000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79968c903000-79968c904000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79968c904000-79968c905000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79968c905000-79968c906000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79968c908000-79968c909000 r--p 00000000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79968c909000-79968c90b000 r-xp 00001000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79968c90b000-79968c90c000 r--p 00003000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79968c90c000-79968c90d000 r--p 00003000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79968c90d000-79968c90e000 rw-p 00004000 103:02 12232132                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79968c90e000-79968c90f000 r--p 00000000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79968c90f000-79968c910000 r-xp 00001000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79968c910000-79968c911000 r--p 00002000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79968c911000-79968c912000 r--p 00002000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79968c912000-79968c913000 rw-p 00003000 103:02 12363680                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79968c913000-79968c914000 r--p 00000000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79968c914000-79968c915000 r-xp 00001000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79968c915000-79968c916000 r--p 00002000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79968c916000-79968c917000 r--p 00002000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79968c917000-79968c918000 rw-p 00003000 103:02 12363591                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79968c918000-79968c91a000 rw-p 00000000 00:00 0 
| 79968c91a000-79968c91c000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79968c91c000-79968c946000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79968c946000-79968c951000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79968c952000-79968c954000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79968c954000-79968c956000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffe95a40000-7ffe9623f000 rw-p 00000000 00:00 0                          [stack]
| 7ffe96248000-7ffe9624c000 r--p 00000000 00:00 0                          [vvar]
| 7ffe9624c000-7ffe9624e000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


Finished tests in 1502.212164s, 17.2892 tests/s, 4305.8864 assertions/s.
25972 tests, 6468355 assertions, 53 failures, 0 errors, 166 skips

ruby -v: ruby 3.4.0dev (2024-05-23T10:28:02Z master a99d79dd31) +RJIT [x86_64-linux]
make: *** [uncommon.mk:965: yes-test-all] エラー 53