虚無庵

徒然なるままに

今日の ruby build 2024-04-16

今日のビルド

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

  Files:        919

  Classes:     1187 ( 278 undocumented)
  Modules:      208 (  60 undocumented)
  Constants:   2488 ( 618 undocumented)
  Attributes:  1247 ( 228 undocumented)
  Methods:    12325 (2001 undocumented)

  Total:      17455 (3185 undocumented)
   81.75% documented

  Elapsed: 34.0s

今日のテスト

make test-all を実行。

Finished tests in 942.912706s, 27.4416 tests/s, 6653.9627 assertions/s.
25875 tests, 6274106 assertions, 0 failures, 0 errors, 139 skips

ruby -v: ruby 3.4.0dev (2024-04-16T10:24:49Z master 54d472d91f) [x86_64-linux]

今日のビルド(enabled Universal Parser)

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

  Files:        919

  Classes:     1187 ( 278 undocumented)
  Modules:      208 (  60 undocumented)
  Constants:   2488 ( 618 undocumented)
  Attributes:  1247 ( 228 undocumented)
  Methods:    12325 (2001 undocumented)

  Total:      17455 (3185 undocumented)
   81.75% documented

  Elapsed: 37.2s

今日のテスト(enabled Universal Parser)

make test-all を実行。

Finished tests in 952.039528s, 27.1785 tests/s, 6590.0383 assertions/s.
25875 tests, 6273977 assertions, 0 failures, 0 errors, 140 skips

ruby -v: ruby 3.4.0dev (2024-04-16T10:24:49Z master 54d472d91f) [x86_64-linux]

今日のビルド(enabled YJIT)

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

今日のテスト(enabled YJIT)

make test-all を実行。

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

Finished tests in 969.804662s, 26.6806 tests/s, 6470.9588 assertions/s.
25875 tests, 6275566 assertions, 1 failures, 0 errors, 139 skips

ruby -v: ruby 3.4.0dev (2024-04-16T10:24:49Z master 54d472d91f) [x86_64-linux]
make: *** [uncommon.mk:956: yes-test-all] エラー 1

今日のビルド(enabled RJIT)

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

今日のテスト(enabled RJIT)

make test-all を実行。

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

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

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

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

  5) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "splat_and_keyword_splat(1, a: 2, &block)", but 2 arrays allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, &block)", but 8294 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, &block)", but 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.
<true> expected but was
<false>.

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

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

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

  9) Failure:
TestAllocation::MethodCall::WithBlock#test_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_allocation.rb:76]:
Expected 0 array allocations for "keyword(a: 2, &block)", but 1 arrays allocated
Expected 0 array allocations for "keyword(**empty_hash, **hash1, &block)", but 579 arrays allocated
Expected 1 hash allocations for "keyword(**empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 0 array allocations for "keyword(*empty_array, &block)", but 8243 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, &block)", but 680 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash, &block)", but 562 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 0 array allocations for "keyword(*empty_array, &block)", but 3604 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, &block)", but 289 hashes allocated
Expected 0 array allocations for "keyword(**hash1, **empty_hash, &block)", but 6892 arrays allocated
Expected 1 hash allocations for "keyword(**hash1, **empty_hash, &block)", but 561 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 0 hash allocations for "keyword(*empty_array, *empty_array, **empty_hash, &block)", but 190 hashes allocated
Expected 1 array allocations for "keyword(*empty_array, a: 2, **empty_hash, &block)", but 5561 arrays allocated
Expected 1 hash allocations for "keyword(*empty_array, a: 2, **empty_hash, &block)", but 448 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>.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

 40) Failure:
TestYJIT#test_yjit_enable_stats_false [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:71]:
pid 968562 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x00005d50ec087648
| ruby 3.4.0dev (2024-04-16T10:24:49Z master 54d472d91f) +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-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:54
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:54
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:54
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:54
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:54
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:54
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:54
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:54
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:54
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:54
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:54
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:54
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:54
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:54
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:54
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:54
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:54
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:54
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:54
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:54
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:54
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:54
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:54
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:54
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:54
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:54
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:54
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:54
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:54
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:53
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0052 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:001560 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:53:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:53:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00005d50ec087648 RBP: 0x00007097855d8870 RSP: 0x00007ffea169fa70
|  RAX: 0x0000000000000000 RBX: 0x00007097854dbf00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x000070976a4f8a18
|   R8: 0x0000000000000000  R9: 0x00007097855d8838 R10: 0x000070976ad55b48
|  R11: 0x000070976a4f8a18 R12: 0x0000000000000024 R13: 0x00005d50e94dd350
|  R14: 0x00005d50e94dd350 R15: 0x00007097855d8838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5d50e8e16801] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x5d50e8fce36c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x46) [0x5d50e8d5d576] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x709785242520) [0x709785242520]
| [0x5d50ec087648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 5d50e8ba7000-5d50e8beb000 r--p 00000000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d50e8beb000-5d50e9042000 r-xp 00044000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d50e9042000-5d50e91df000 r--p 0049b000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d50e91df000-5d50e91f7000 r--p 00637000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d50e91f7000-5d50e91f8000 rw-p 0064f000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d50e91f8000-5d50e920d000 rw-p 00000000 00:00 0 
| 5d50e94d5000-5d50e9f1f000 rw-p 00000000 00:00 0                          [heap]
| 5d50ea086000-5d50ec086000 r-xp 00000000 00:00 0 
| 5d50ec086000-5d50ee086000 rw-p 00000000 00:00 0 
| 5d50ee23b000-5d50ee27a000 r-xp 00000000 00:00 0 
| 5d50ee27a000-5d50f123b000 ---p 00000000 00:00 0 
| 70976640b000-709766a00000 rw-p 00000000 00:00 0 
| 709767000000-70976721f000 r--s 00000000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 709767400000-70976a30a000 r--s 00000000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 70976a4f0000-70976a750000 rw-p 00000000 00:00 0 
| 70976a760000-70976a7b0000 rw-p 00000000 00:00 0 
| 70976a7c0000-70976ac50000 rw-p 00000000 00:00 0 
| 70976ac60000-70976ad70000 rw-p 00000000 00:00 0 
| 70976ad74000-70976ad76000 r--p 00000000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70976ad76000-70976ad7b000 r-xp 00002000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70976ad7b000-70976ad7c000 r--p 00007000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70976ad7c000-70976ad7d000 ---p 00008000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70976ad7d000-70976ad7e000 r--p 00008000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70976ad7e000-70976ad7f000 rw-p 00009000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 70976ad7f000-70976ad80000 ---p 00000000 00:00 0 
| 70976ad80000-70976adc1000 rw-p 00000000 00:00 0 
| 70976adc1000-70976adc2000 ---p 00000000 00:00 0 
| 70976adc2000-70976ae03000 rw-p 00000000 00:00 0 
| 70976ae03000-70976ae04000 ---p 00000000 00:00 0 
| 70976ae04000-70976ae45000 rw-p 00000000 00:00 0 
| 70976ae45000-70976ae46000 ---p 00000000 00:00 0 
| 70976ae46000-70976ae87000 rw-p 00000000 00:00 0 
| 70976ae87000-70976ae88000 ---p 00000000 00:00 0 
| 70976ae88000-70976aec9000 rw-p 00000000 00:00 0 
| 70976aec9000-70976aeca000 ---p 00000000 00:00 0 
| 70976aeca000-70976af0b000 rw-p 00000000 00:00 0 
| 70976af0b000-70976af0c000 ---p 00000000 00:00 0 
| 70976af0c000-70976af4d000 rw-p 00000000 00:00 0 
| 70976af4d000-70976af4e000 ---p 00000000 00:00 0 
| 70976af4e000-70976af8f000 rw-p 00000000 00:00 0 
| 70976af8f000-70976af90000 ---p 00000000 00:00 0 
| 70976af90000-70976afd1000 rw-p 00000000 00:00 0 
| 70976afd1000-70976afd2000 ---p 00000000 00:00 0 
| 70976afd2000-70976b013000 rw-p 00000000 00:00 0 
| 70976b013000-70976b014000 ---p 00000000 00:00 0 
| 70976b014000-70976b055000 rw-p 00000000 00:00 0 
| 70976b055000-70976b056000 ---p 00000000 00:00 0 
| 70976b056000-70976b097000 rw-p 00000000 00:00 0 
| 70976b097000-70976b098000 ---p 00000000 00:00 0 
| 70976b098000-70976b0d9000 rw-p 00000000 00:00 0 
| 70976b0d9000-70976b0da000 ---p 00000000 00:00 0 
| 70976b0da000-70976b11b000 rw-p 00000000 00:00 0 
| 70976b11b000-70976b11c000 ---p 00000000 00:00 0 
| 70976b11c000-70976b15d000 rw-p 00000000 00:00 0 
| 70976b15d000-70976b15e000 ---p 00000000 00:00 0 
| 70976b15e000-70976b19f000 rw-p 00000000 00:00 0 
| 70976b19f000-70976b1a0000 ---p 00000000 00:00 0 
| 70976b1a0000-70976b1e1000 rw-p 00000000 00:00 0 
| 70976b1e1000-70976b1e2000 ---p 00000000 00:00 0 
| 70976b1e2000-70976b223000 rw-p 00000000 00:00 0 
| 70976b223000-70976b224000 ---p 00000000 00:00 0 
| 70976b224000-70976b265000 rw-p 00000000 00:00 0 
| 70976b265000-70976b266000 ---p 00000000 00:00 0 
| 70976b266000-70976b2a7000 rw-p 00000000 00:00 0 
| 70976b2a7000-70976b2a8000 ---p 00000000 00:00 0 
| 70976b2a8000-70976b2e9000 rw-p 00000000 00:00 0 
| 70976b2e9000-70976b2ea000 ---p 00000000 00:00 0 
| 70976b2ea000-70976b32b000 rw-p 00000000 00:00 0 
| 70976b32b000-70976b32c000 ---p 00000000 00:00 0 
| 70976b32c000-70976b36d000 rw-p 00000000 00:00 0 
| 70976b36d000-70976b36e000 ---p 00000000 00:00 0 
| 70976b36e000-70976b3af000 rw-p 00000000 00:00 0 
| 70976b3af000-70976b3b0000 ---p 00000000 00:00 0 
| 70976b3b0000-70976b3f1000 rw-p 00000000 00:00 0 
| 70976b3f1000-70976b3f2000 ---p 00000000 00:00 0 
| 70976b3f2000-70976b433000 rw-p 00000000 00:00 0 
| 70976b433000-70976b434000 ---p 00000000 00:00 0 
| 70976b434000-70976b475000 rw-p 00000000 00:00 0 
| 70976b475000-70976b476000 ---p 00000000 00:00 0 
| 70976b476000-70976b4b7000 rw-p 00000000 00:00 0 
| 70976b4b7000-70976b4b8000 ---p 00000000 00:00 0 
| 70976b4b8000-70976b4f9000 rw-p 00000000 00:00 0 
| 70976b4f9000-70976b4fa000 ---p 00000000 00:00 0 
| 70976b4fa000-70976b53b000 rw-p 00000000 00:00 0 
| 70976b53b000-70976b53c000 ---p 00000000 00:00 0 
| 70976b53c000-70976b57d000 rw-p 00000000 00:00 0 
| 70976b57d000-70976b57e000 ---p 00000000 00:00 0 
| 70976b57e000-70976b5bf000 rw-p 00000000 00:00 0 
| 70976b5bf000-70976b5c0000 ---p 00000000 00:00 0 
| 70976b5c0000-709785200000 rw-p 00000000 00:00 0 
| 709785200000-709785228000 r--p 00000000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 709785228000-7097853bd000 r-xp 00028000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7097853bd000-709785415000 r--p 001bd000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 709785415000-709785416000 ---p 00215000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 709785416000-70978541a000 r--p 00215000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 70978541a000-70978541c000 rw-p 00219000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 70978541c000-709785429000 rw-p 00000000 00:00 0 
| 70978542f000-709785433000 r--p 00000000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 709785433000-70978543b000 r-xp 00004000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 70978543b000-70978543e000 r--p 0000c000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 70978543e000-70978543f000 r--p 0000e000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 70978543f000-709785440000 rw-p 0000f000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 709785440000-709785450000 rw-p 00000000 00:00 0 
| 709785452000-709785454000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 709785454000-70978545b000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 70978545b000-70978545c000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 70978545c000-70978545d000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 70978545d000-70978545e000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 70978545e000-70978545f000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 70978545f000-7097854d0000 rw-p 00000000 00:00 0 
| 7097854d5000-7097854d6000 r--p 00000000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7097854d6000-7097854d7000 r-xp 00001000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7097854d7000-7097854d8000 r--p 00002000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7097854d8000-7097854d9000 r--p 00002000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7097854d9000-7097854da000 rw-p 00003000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7097854da000-7097855e0000 rw-p 00000000 00:00 0 
| 7097855e0000-7097855e3000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7097855e3000-7097855fa000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7097855fa000-7097855fe000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7097855fe000-7097855ff000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7097855ff000-709785600000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 709785600000-70978560e000 r--p 00000000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 70978560e000-70978568a000 r-xp 0000e000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 70978568a000-7097856e5000 r--p 0008a000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7097856e5000-7097856e6000 r--p 000e4000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7097856e6000-7097856e7000 rw-p 000e5000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7097856e7000-7097856e9000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7097856e9000-7097856fd000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7097856fd000-709785716000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 709785716000-709785717000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 709785717000-709785718000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 709785718000-709785719000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 709785719000-709785721000 rw-p 00000000 00:00 0 
| 709785721000-70978572b000 r--p 00000000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 70978572b000-70978578a000 r-xp 0000a000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 70978578a000-7097857a1000 r--p 00069000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7097857a1000-7097857a2000 r--p 0007f000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7097857a2000-7097857a3000 rw-p 00080000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7097857a3000-7097857a5000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7097857a5000-7097857b6000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7097857b6000-7097857bc000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7097857bc000-7097857bd000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7097857bd000-7097857be000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7097857be000-7097857bf000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7097857c0000-7097857c1000 r--p 00000000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7097857c1000-7097857c3000 r-xp 00001000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7097857c3000-7097857c4000 r--p 00003000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7097857c4000-7097857c5000 r--p 00003000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7097857c5000-7097857c6000 rw-p 00004000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7097857c6000-7097857c7000 r--p 00000000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7097857c7000-7097857c8000 r-xp 00001000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7097857c8000-7097857c9000 r--p 00002000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7097857c9000-7097857ca000 r--p 00002000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7097857ca000-7097857cb000 rw-p 00003000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7097857cb000-7097857cc000 r--p 00000000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7097857cc000-7097857cd000 r-xp 00001000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7097857cd000-7097857ce000 r--p 00002000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7097857ce000-7097857cf000 r--p 00002000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7097857cf000-7097857d0000 rw-p 00003000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7097857d0000-7097857d2000 rw-p 00000000 00:00 0 
| 7097857d2000-7097857d4000 r--p 00000000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7097857d4000-7097857fe000 r-xp 00002000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7097857fe000-709785809000 r--p 0002c000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 70978580a000-70978580c000 r--p 00037000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 70978580c000-70978580e000 rw-p 00039000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffea0eae000-7ffea16ad000 rw-p 00000000 00:00 0                          [stack]
| 7ffea1795000-7ffea1799000 r--p 00000000 00:00 0                          [vvar]
| 7ffea1799000-7ffea179b000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 41) Failure:
TestYJIT#test_yjit_enable_stats_true [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:85]:
pid 968657 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x000062478a419648
| ruby 3.4.0dev (2024-04-16T10:24:49Z master 54d472d91f) +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-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:54
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:54
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:54
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:54
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:54
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:54
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:54
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:54
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:54
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:54
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:54
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:54
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:54
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:54
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:54
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:54
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:54
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:54
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:54
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:54
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:54
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:54
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:54
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:54
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:54
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:54
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:54
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:54
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:54
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:53
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 E:001610 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:0025e0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:53:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:53:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000062478a419648 RBP: 0x00007761ef7fd870 RSP: 0x00007fff3dd725c0
|  RAX: 0x0000000000000000 RBX: 0x00007761ef700f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007761d4b43180
|   R8: 0x0000000000000000  R9: 0x00007761ef7fd838 R10: 0x00007761d5245b18
|  R11: 0x00007761d4b43180 R12: 0x0000000000000024 R13: 0x00006247878b2350
|  R14: 0x00006247878b2350 R15: 0x00007761ef7fd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x6247871a8801] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x62478736036c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x46) [0x6247870ef576] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x7761ef842520) [0x7761ef842520]
| [0x62478a419648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 624786f39000-624786f7d000 r--p 00000000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 624786f7d000-6247873d4000 r-xp 00044000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 6247873d4000-624787571000 r--p 0049b000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 624787571000-624787589000 r--p 00637000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 624787589000-62478758a000 rw-p 0064f000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 62478758a000-62478759f000 rw-p 00000000 00:00 0 
| 6247878aa000-6247882f3000 rw-p 00000000 00:00 0                          [heap]
| 624788418000-62478a418000 r-xp 00000000 00:00 0 
| 62478a418000-62478c418000 rw-p 00000000 00:00 0 
| 62478c5cd000-62478c60c000 r-xp 00000000 00:00 0 
| 62478c60c000-62478f5cd000 ---p 00000000 00:00 0 
| 7761d0a0b000-7761d1000000 rw-p 00000000 00:00 0 
| 7761d1600000-7761d181f000 r--s 00000000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7761d1a00000-7761d490a000 r--s 00000000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7761d4a40000-7761d4a70000 rw-p 00000000 00:00 0 
| 7761d4a80000-7761d4ad0000 rw-p 00000000 00:00 0 
| 7761d4ae0000-7761d4b60000 rw-p 00000000 00:00 0 
| 7761d4b70000-7761d4c90000 rw-p 00000000 00:00 0 
| 7761d4ca0000-7761d5130000 rw-p 00000000 00:00 0 
| 7761d5140000-7761d51b0000 rw-p 00000000 00:00 0 
| 7761d51bf000-7761d51c3000 r--p 00000000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7761d51c3000-7761d51cb000 r-xp 00004000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7761d51cb000-7761d51ce000 r--p 0000c000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7761d51ce000-7761d51cf000 r--p 0000e000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7761d51cf000-7761d51d0000 rw-p 0000f000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7761d51d0000-7761d5260000 rw-p 00000000 00:00 0 
| 7761d526f000-7761d5270000 ---p 00000000 00:00 0 
| 7761d5270000-7761d52b1000 rw-p 00000000 00:00 0 
| 7761d52b1000-7761d52b2000 ---p 00000000 00:00 0 
| 7761d52b2000-7761d52f3000 rw-p 00000000 00:00 0 
| 7761d52f3000-7761d52f4000 ---p 00000000 00:00 0 
| 7761d52f4000-7761d5335000 rw-p 00000000 00:00 0 
| 7761d5335000-7761d5336000 ---p 00000000 00:00 0 
| 7761d5336000-7761d5377000 rw-p 00000000 00:00 0 
| 7761d5377000-7761d5378000 ---p 00000000 00:00 0 
| 7761d5378000-7761d53b9000 rw-p 00000000 00:00 0 
| 7761d53b9000-7761d53ba000 ---p 00000000 00:00 0 
| 7761d53ba000-7761d53fb000 rw-p 00000000 00:00 0 
| 7761d53fb000-7761d53fc000 ---p 00000000 00:00 0 
| 7761d53fc000-7761d543d000 rw-p 00000000 00:00 0 
| 7761d543d000-7761d543e000 ---p 00000000 00:00 0 
| 7761d543e000-7761d547f000 rw-p 00000000 00:00 0 
| 7761d547f000-7761d5480000 ---p 00000000 00:00 0 
| 7761d5480000-7761d54c1000 rw-p 00000000 00:00 0 
| 7761d54c1000-7761d54c2000 ---p 00000000 00:00 0 
| 7761d54c2000-7761d5503000 rw-p 00000000 00:00 0 
| 7761d5503000-7761d5504000 ---p 00000000 00:00 0 
| 7761d5504000-7761d5545000 rw-p 00000000 00:00 0 
| 7761d5545000-7761d5546000 ---p 00000000 00:00 0 
| 7761d5546000-7761d5587000 rw-p 00000000 00:00 0 
| 7761d5587000-7761d5588000 ---p 00000000 00:00 0 
| 7761d5588000-7761d55c9000 rw-p 00000000 00:00 0 
| 7761d55c9000-7761d55ca000 ---p 00000000 00:00 0 
| 7761d55ca000-7761d560b000 rw-p 00000000 00:00 0 
| 7761d560b000-7761d560c000 ---p 00000000 00:00 0 
| 7761d560c000-7761d564d000 rw-p 00000000 00:00 0 
| 7761d564d000-7761d564e000 ---p 00000000 00:00 0 
| 7761d564e000-7761d568f000 rw-p 00000000 00:00 0 
| 7761d568f000-7761d5690000 ---p 00000000 00:00 0 
| 7761d5690000-7761d56d1000 rw-p 00000000 00:00 0 
| 7761d56d1000-7761d56d2000 ---p 00000000 00:00 0 
| 7761d56d2000-7761d5713000 rw-p 00000000 00:00 0 
| 7761d5713000-7761d5714000 ---p 00000000 00:00 0 
| 7761d5714000-7761d5755000 rw-p 00000000 00:00 0 
| 7761d5755000-7761d5756000 ---p 00000000 00:00 0 
| 7761d5756000-7761d5797000 rw-p 00000000 00:00 0 
| 7761d5797000-7761d5798000 ---p 00000000 00:00 0 
| 7761d5798000-7761d57d9000 rw-p 00000000 00:00 0 
| 7761d57d9000-7761d57da000 ---p 00000000 00:00 0 
| 7761d57da000-7761d581b000 rw-p 00000000 00:00 0 
| 7761d581b000-7761d581c000 ---p 00000000 00:00 0 
| 7761d581c000-7761d585d000 rw-p 00000000 00:00 0 
| 7761d585d000-7761d585e000 ---p 00000000 00:00 0 
| 7761d585e000-7761d589f000 rw-p 00000000 00:00 0 
| 7761d589f000-7761d58a0000 ---p 00000000 00:00 0 
| 7761d58a0000-7761d58e1000 rw-p 00000000 00:00 0 
| 7761d58e1000-7761d58e2000 ---p 00000000 00:00 0 
| 7761d58e2000-7761d5923000 rw-p 00000000 00:00 0 
| 7761d5923000-7761d5924000 ---p 00000000 00:00 0 
| 7761d5924000-7761d5965000 rw-p 00000000 00:00 0 
| 7761d5965000-7761d5966000 ---p 00000000 00:00 0 
| 7761d5966000-7761d59a7000 rw-p 00000000 00:00 0 
| 7761d59a7000-7761d59a8000 ---p 00000000 00:00 0 
| 7761d59a8000-7761d59e9000 rw-p 00000000 00:00 0 
| 7761d59e9000-7761d59ea000 ---p 00000000 00:00 0 
| 7761d59ea000-7761d5a2b000 rw-p 00000000 00:00 0 
| 7761d5a2b000-7761d5a2c000 ---p 00000000 00:00 0 
| 7761d5a2c000-7761d5a6d000 rw-p 00000000 00:00 0 
| 7761d5a6d000-7761d5a6e000 ---p 00000000 00:00 0 
| 7761d5a6e000-7761d5aaf000 rw-p 00000000 00:00 0 
| 7761d5aaf000-7761d5ab0000 ---p 00000000 00:00 0 
| 7761d5ab0000-7761d62f0000 rw-p 00000000 00:00 0 
| 7761d62f4000-7761d62f6000 r--p 00000000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7761d62f6000-7761d62fb000 r-xp 00002000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7761d62fb000-7761d62fc000 r--p 00007000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7761d62fc000-7761d62fd000 ---p 00008000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7761d62fd000-7761d62fe000 r--p 00008000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7761d62fe000-7761d62ff000 rw-p 00009000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7761d62ff000-7761ef800000 rw-p 00000000 00:00 0 
| 7761ef800000-7761ef828000 r--p 00000000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7761ef828000-7761ef9bd000 r-xp 00028000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7761ef9bd000-7761efa15000 r--p 001bd000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7761efa15000-7761efa16000 ---p 00215000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7761efa16000-7761efa1a000 r--p 00215000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7761efa1a000-7761efa1c000 rw-p 00219000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7761efa1c000-7761efa29000 rw-p 00000000 00:00 0 
| 7761efa2b000-7761efa2c000 r--p 00000000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7761efa2c000-7761efa2d000 r-xp 00001000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7761efa2d000-7761efa2e000 r--p 00002000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7761efa2e000-7761efa2f000 r--p 00002000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7761efa2f000-7761efa30000 rw-p 00003000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7761efa30000-7761efa40000 rw-p 00000000 00:00 0 
| 7761efa42000-7761efa44000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7761efa44000-7761efa4b000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7761efa4b000-7761efa4c000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7761efa4c000-7761efa4d000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7761efa4d000-7761efa4e000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7761efa4e000-7761efa4f000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7761efa4f000-7761efac0000 rw-p 00000000 00:00 0 
| 7761efac4000-7761efac9000 rw-p 00000000 00:00 0 
| 7761efac9000-7761efacc000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7761efacc000-7761efae3000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7761efae3000-7761efae7000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7761efae7000-7761efae8000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7761efae8000-7761efae9000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7761efae9000-7761efaf7000 r--p 00000000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7761efaf7000-7761efb73000 r-xp 0000e000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7761efb73000-7761efbce000 r--p 0008a000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7761efbce000-7761efbcf000 r--p 000e4000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7761efbcf000-7761efbd0000 rw-p 000e5000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7761efbd0000-7761efbd2000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7761efbd2000-7761efbe6000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7761efbe6000-7761efbff000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7761efbff000-7761efc00000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7761efc00000-7761efc01000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7761efc01000-7761efc02000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7761efc02000-7761efc0a000 rw-p 00000000 00:00 0 
| 7761efc0a000-7761efc14000 r--p 00000000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7761efc14000-7761efc73000 r-xp 0000a000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7761efc73000-7761efc8a000 r--p 00069000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7761efc8a000-7761efc8b000 r--p 0007f000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7761efc8b000-7761efc8c000 rw-p 00080000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7761efc8c000-7761efc8e000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7761efc8e000-7761efc9f000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7761efc9f000-7761efca5000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7761efca5000-7761efca6000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7761efca6000-7761efca7000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7761efca7000-7761efca8000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7761efca9000-7761efcaa000 r--p 00000000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7761efcaa000-7761efcac000 r-xp 00001000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7761efcac000-7761efcad000 r--p 00003000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7761efcad000-7761efcae000 r--p 00003000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7761efcae000-7761efcaf000 rw-p 00004000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7761efcaf000-7761efcb0000 r--p 00000000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7761efcb0000-7761efcb1000 r-xp 00001000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7761efcb1000-7761efcb2000 r--p 00002000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7761efcb2000-7761efcb3000 r--p 00002000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7761efcb3000-7761efcb4000 rw-p 00003000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7761efcb4000-7761efcb5000 r--p 00000000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7761efcb5000-7761efcb6000 r-xp 00001000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7761efcb6000-7761efcb7000 r--p 00002000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7761efcb7000-7761efcb8000 r--p 00002000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7761efcb8000-7761efcb9000 rw-p 00003000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7761efcb9000-7761efcbb000 rw-p 00000000 00:00 0 
| 7761efcbb000-7761efcbd000 r--p 00000000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7761efcbd000-7761efce7000 r-xp 00002000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7761efce7000-7761efcf2000 r--p 0002c000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7761efcf3000-7761efcf5000 r--p 00037000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7761efcf5000-7761efcf7000 rw-p 00039000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fff3d57f000-7fff3dd7e000 rw-p 00000000 00:00 0                          [stack]
| 7fff3ddab000-7fff3ddaf000 r--p 00000000 00:00 0                          [vvar]
| 7fff3ddaf000-7fff3ddb1000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

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

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

 45) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 968763 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x000064f739891648
| ruby 3.4.0dev (2024-04-16T10:24:49Z master 54d472d91f) +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-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:54
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:54
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:54
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:54
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:54
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:54
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:54
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:54
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:54
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:54
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:54
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:54
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:54
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:54
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:54
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:54
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:54
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:54
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:54
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:54
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:54
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:54
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:54
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:54
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:54
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:54
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:54
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:54
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:54
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:53
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:0021f0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:53:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:53:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000064f739891648 RBP: 0x000078e2457fd870 RSP: 0x00007ffecd904e70
|  RAX: 0x0000000000000000 RBX: 0x000078e245700f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x000078e22ae83228
|   R8: 0x0000000000000000  R9: 0x000078e2457fd838 R10: 0x000078e22b265b48
|  R11: 0x000078e22ae83228 R12: 0x0000000000000024 R13: 0x000064f736b4b350
|  R14: 0x000064f736b4b350 R15: 0x000078e2457fd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x64f735e20801] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x64f735fd836c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x46) [0x64f735d67576] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x78e245842520) [0x78e245842520]
| [0x64f739891648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 64f735bb1000-64f735bf5000 r--p 00000000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64f735bf5000-64f73604c000 r-xp 00044000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64f73604c000-64f7361e9000 r--p 0049b000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64f7361e9000-64f736201000 r--p 00637000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64f736201000-64f736202000 rw-p 0064f000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64f736202000-64f736217000 rw-p 00000000 00:00 0 
| 64f736b43000-64f737799000 rw-p 00000000 00:00 0                          [heap]
| 64f737890000-64f739890000 r-xp 00000000 00:00 0 
| 64f739890000-64f73b890000 rw-p 00000000 00:00 0 
| 64f73ba45000-64f73ba75000 r-xp 00000000 00:00 0 
| 64f73ba75000-64f73ea45000 ---p 00000000 00:00 0 
| 78e226e00000-78e227400000 rw-p 00000000 00:00 0 
| 78e227a00000-78e227c1f000 r--s 00000000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78e227e00000-78e22ad0a000 r--s 00000000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 78e22ad80000-78e22adb0000 rw-p 00000000 00:00 0 
| 78e22adc0000-78e22ae10000 rw-p 00000000 00:00 0 
| 78e22ae20000-78e22aea0000 rw-p 00000000 00:00 0 
| 78e22aeb0000-78e22afd0000 rw-p 00000000 00:00 0 
| 78e22afe0000-78e22b160000 rw-p 00000000 00:00 0 
| 78e22b170000-78e22b280000 rw-p 00000000 00:00 0 
| 78e22b28f000-78e22b290000 ---p 00000000 00:00 0 
| 78e22b290000-78e22b2d1000 rw-p 00000000 00:00 0 
| 78e22b2d1000-78e22b2d2000 ---p 00000000 00:00 0 
| 78e22b2d2000-78e22b313000 rw-p 00000000 00:00 0 
| 78e22b313000-78e22b314000 ---p 00000000 00:00 0 
| 78e22b314000-78e22b355000 rw-p 00000000 00:00 0 
| 78e22b355000-78e22b356000 ---p 00000000 00:00 0 
| 78e22b356000-78e22b397000 rw-p 00000000 00:00 0 
| 78e22b397000-78e22b398000 ---p 00000000 00:00 0 
| 78e22b398000-78e22b3d9000 rw-p 00000000 00:00 0 
| 78e22b3d9000-78e22b3da000 ---p 00000000 00:00 0 
| 78e22b3da000-78e22b41b000 rw-p 00000000 00:00 0 
| 78e22b41b000-78e22b41c000 ---p 00000000 00:00 0 
| 78e22b41c000-78e22b45d000 rw-p 00000000 00:00 0 
| 78e22b45d000-78e22b45e000 ---p 00000000 00:00 0 
| 78e22b45e000-78e22b49f000 rw-p 00000000 00:00 0 
| 78e22b49f000-78e22b4a0000 ---p 00000000 00:00 0 
| 78e22b4a0000-78e22b4e1000 rw-p 00000000 00:00 0 
| 78e22b4e1000-78e22b4e2000 ---p 00000000 00:00 0 
| 78e22b4e2000-78e22b523000 rw-p 00000000 00:00 0 
| 78e22b523000-78e22b524000 ---p 00000000 00:00 0 
| 78e22b524000-78e22b565000 rw-p 00000000 00:00 0 
| 78e22b565000-78e22b566000 ---p 00000000 00:00 0 
| 78e22b566000-78e22b5a7000 rw-p 00000000 00:00 0 
| 78e22b5a7000-78e22b5a8000 ---p 00000000 00:00 0 
| 78e22b5a8000-78e22b5e9000 rw-p 00000000 00:00 0 
| 78e22b5e9000-78e22b5ea000 ---p 00000000 00:00 0 
| 78e22b5ea000-78e22b62b000 rw-p 00000000 00:00 0 
| 78e22b62b000-78e22b62c000 ---p 00000000 00:00 0 
| 78e22b62c000-78e22b66d000 rw-p 00000000 00:00 0 
| 78e22b66d000-78e22b66e000 ---p 00000000 00:00 0 
| 78e22b66e000-78e22b6af000 rw-p 00000000 00:00 0 
| 78e22b6af000-78e22b6b0000 ---p 00000000 00:00 0 
| 78e22b6b0000-78e22b6f1000 rw-p 00000000 00:00 0 
| 78e22b6f1000-78e22b6f2000 ---p 00000000 00:00 0 
| 78e22b6f2000-78e22b733000 rw-p 00000000 00:00 0 
| 78e22b733000-78e22b734000 ---p 00000000 00:00 0 
| 78e22b734000-78e22b775000 rw-p 00000000 00:00 0 
| 78e22b775000-78e22b776000 ---p 00000000 00:00 0 
| 78e22b776000-78e22b7b7000 rw-p 00000000 00:00 0 
| 78e22b7b7000-78e22b7b8000 ---p 00000000 00:00 0 
| 78e22b7b8000-78e22b7f9000 rw-p 00000000 00:00 0 
| 78e22b7f9000-78e22b7fa000 ---p 00000000 00:00 0 
| 78e22b7fa000-78e22b83b000 rw-p 00000000 00:00 0 
| 78e22b83b000-78e22b83c000 ---p 00000000 00:00 0 
| 78e22b83c000-78e22b87d000 rw-p 00000000 00:00 0 
| 78e22b87d000-78e22b87e000 ---p 00000000 00:00 0 
| 78e22b87e000-78e22b8bf000 rw-p 00000000 00:00 0 
| 78e22b8bf000-78e22b8c0000 ---p 00000000 00:00 0 
| 78e22b8c0000-78e22b901000 rw-p 00000000 00:00 0 
| 78e22b901000-78e22b902000 ---p 00000000 00:00 0 
| 78e22b902000-78e22b943000 rw-p 00000000 00:00 0 
| 78e22b943000-78e22b944000 ---p 00000000 00:00 0 
| 78e22b944000-78e22b985000 rw-p 00000000 00:00 0 
| 78e22b985000-78e22b986000 ---p 00000000 00:00 0 
| 78e22b986000-78e22b9c7000 rw-p 00000000 00:00 0 
| 78e22b9c7000-78e22b9c8000 ---p 00000000 00:00 0 
| 78e22b9c8000-78e22ba09000 rw-p 00000000 00:00 0 
| 78e22ba09000-78e22ba0a000 ---p 00000000 00:00 0 
| 78e22ba0a000-78e22ba4b000 rw-p 00000000 00:00 0 
| 78e22ba4b000-78e22ba4c000 ---p 00000000 00:00 0 
| 78e22ba4c000-78e22ba8d000 rw-p 00000000 00:00 0 
| 78e22ba8d000-78e22ba8e000 ---p 00000000 00:00 0 
| 78e22ba8e000-78e22bacf000 rw-p 00000000 00:00 0 
| 78e22bacf000-78e22bad0000 ---p 00000000 00:00 0 
| 78e22bad0000-78e22c2f0000 rw-p 00000000 00:00 0 
| 78e22c2f4000-78e22c2f6000 r--p 00000000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78e22c2f6000-78e22c2fb000 r-xp 00002000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78e22c2fb000-78e22c2fc000 r--p 00007000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78e22c2fc000-78e22c2fd000 ---p 00008000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78e22c2fd000-78e22c2fe000 r--p 00008000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78e22c2fe000-78e22c2ff000 rw-p 00009000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78e22c2ff000-78e245800000 rw-p 00000000 00:00 0 
| 78e245800000-78e245828000 r--p 00000000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78e245828000-78e2459bd000 r-xp 00028000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78e2459bd000-78e245a15000 r--p 001bd000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78e245a15000-78e245a16000 ---p 00215000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78e245a16000-78e245a1a000 r--p 00215000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78e245a1a000-78e245a1c000 rw-p 00219000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78e245a1c000-78e245a29000 rw-p 00000000 00:00 0 
| 78e245a2f000-78e245a33000 r--p 00000000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78e245a33000-78e245a3b000 r-xp 00004000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78e245a3b000-78e245a3e000 r--p 0000c000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78e245a3e000-78e245a3f000 r--p 0000e000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78e245a3f000-78e245a40000 rw-p 0000f000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78e245a40000-78e245a70000 rw-p 00000000 00:00 0 
| 78e245a72000-78e245a74000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78e245a74000-78e245a7b000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78e245a7b000-78e245a7c000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78e245a7c000-78e245a7d000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78e245a7d000-78e245a7e000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78e245a7e000-78e245a7f000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78e245a7f000-78e245af0000 rw-p 00000000 00:00 0 
| 78e245af1000-78e245af2000 r--p 00000000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78e245af2000-78e245af3000 r-xp 00001000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78e245af3000-78e245af4000 r--p 00002000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78e245af4000-78e245af5000 r--p 00002000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78e245af5000-78e245af6000 rw-p 00003000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78e245af6000-78e245afb000 rw-p 00000000 00:00 0 
| 78e245afb000-78e245afe000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78e245afe000-78e245b15000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78e245b15000-78e245b19000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78e245b19000-78e245b1a000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78e245b1a000-78e245b1b000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78e245b1b000-78e245b29000 r--p 00000000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78e245b29000-78e245ba5000 r-xp 0000e000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78e245ba5000-78e245c00000 r--p 0008a000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78e245c00000-78e245c01000 r--p 000e4000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78e245c01000-78e245c02000 rw-p 000e5000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78e245c02000-78e245c04000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78e245c04000-78e245c18000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78e245c18000-78e245c31000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78e245c31000-78e245c32000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78e245c32000-78e245c33000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78e245c33000-78e245c34000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78e245c34000-78e245c3c000 rw-p 00000000 00:00 0 
| 78e245c3c000-78e245c46000 r--p 00000000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78e245c46000-78e245ca5000 r-xp 0000a000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78e245ca5000-78e245cbc000 r--p 00069000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78e245cbc000-78e245cbd000 r--p 0007f000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78e245cbd000-78e245cbe000 rw-p 00080000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78e245cbe000-78e245cc0000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78e245cc0000-78e245cd1000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78e245cd1000-78e245cd7000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78e245cd7000-78e245cd8000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78e245cd8000-78e245cd9000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78e245cd9000-78e245cda000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78e245cdb000-78e245cdc000 r--p 00000000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78e245cdc000-78e245cde000 r-xp 00001000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78e245cde000-78e245cdf000 r--p 00003000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78e245cdf000-78e245ce0000 r--p 00003000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78e245ce0000-78e245ce1000 rw-p 00004000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78e245ce1000-78e245ce2000 r--p 00000000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78e245ce2000-78e245ce3000 r-xp 00001000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78e245ce3000-78e245ce4000 r--p 00002000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78e245ce4000-78e245ce5000 r--p 00002000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78e245ce5000-78e245ce6000 rw-p 00003000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78e245ce6000-78e245ce7000 r--p 00000000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78e245ce7000-78e245ce8000 r-xp 00001000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78e245ce8000-78e245ce9000 r--p 00002000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78e245ce9000-78e245cea000 r--p 00002000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78e245cea000-78e245ceb000 rw-p 00003000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78e245ceb000-78e245ced000 rw-p 00000000 00:00 0 
| 78e245ced000-78e245cef000 r--p 00000000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78e245cef000-78e245d19000 r-xp 00002000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78e245d19000-78e245d24000 r--p 0002c000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78e245d25000-78e245d27000 r--p 00037000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78e245d27000-78e245d29000 rw-p 00039000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffecd112000-7ffecd911000 rw-p 00000000 00:00 0                          [stack]
| 7ffecd9c5000-7ffecd9c9000 r--p 00000000 00:00 0                          [vvar]
| 7ffecd9c9000-7ffecd9cb000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

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

 48) Failure:
TestYJIT#test_yjit_enable_with_monkey_patch [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:124]:
pid 968855 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x0000600d0b773648
| ruby 3.4.0dev (2024-04-16T10:24:49Z master 54d472d91f) +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-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:54
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:54
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:54
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:54
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:54
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:54
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:54
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:54
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:54
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:54
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:54
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:54
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:54
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:54
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:54
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:54
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:54
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:54
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:54
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:54
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:54
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:54
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:54
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:54
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:54
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:54
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:54
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:54
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:54
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:53
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0045 s:0006 e:000005 EVAL   -:10 [FINISH]
| c:0001 p:0000 s:0003 E:000240 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:10:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:53:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:53:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x0000600d0b773648 RBP: 0x00007bb18d9fd870 RSP: 0x00007fffcc609db0
|  RAX: 0x0000000000000000 RBX: 0x00007bb18d900f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007bb172a00100
|   R8: 0x0000000000000000  R9: 0x00007bb18d9fd838 R10: 0x00007bb173495b60
|  R11: 0x00007bb172a00100 R12: 0x0000000000000024 R13: 0x0000600d08c47350
|  R14: 0x0000600d08c47350 R15: 0x00007bb18d9fd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x600d08102801] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x600d082ba36c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x46) [0x600d08049576] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x7bb18da42520) [0x7bb18da42520]
| [0x600d0b773648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 600d07e93000-600d07ed7000 r--p 00000000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 600d07ed7000-600d0832e000 r-xp 00044000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 600d0832e000-600d084cb000 r--p 0049b000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 600d084cb000-600d084e3000 r--p 00637000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 600d084e3000-600d084e4000 rw-p 0064f000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 600d084e4000-600d084f9000 rw-p 00000000 00:00 0 
| 600d08c3f000-600d09688000 rw-p 00000000 00:00 0                          [heap]
| 600d09772000-600d0b772000 r-xp 00000000 00:00 0 
| 600d0b772000-600d0d772000 rw-p 00000000 00:00 0 
| 600d0d927000-600d0d957000 r-xp 00000000 00:00 0 
| 600d0d957000-600d10927000 ---p 00000000 00:00 0 
| 7bb16ea0b000-7bb16f000000 rw-p 00000000 00:00 0 
| 7bb16f600000-7bb16f81f000 r--s 00000000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7bb16fa00000-7bb17290a000 r--s 00000000 103:02 9731196                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7bb172a00000-7bb172d80000 rw-p 00000000 00:00 0 
| 7bb172d90000-7bb172e20000 rw-p 00000000 00:00 0 
| 7bb172e30000-7bb172e70000 rw-p 00000000 00:00 0 
| 7bb172e80000-7bb173390000 rw-p 00000000 00:00 0 
| 7bb1733a0000-7bb1734b0000 rw-p 00000000 00:00 0 
| 7bb1734b3000-7bb1734b5000 r--p 00000000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7bb1734b5000-7bb1734ba000 r-xp 00002000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7bb1734ba000-7bb1734bb000 r--p 00007000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7bb1734bb000-7bb1734bc000 ---p 00008000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7bb1734bc000-7bb1734bd000 r--p 00008000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7bb1734bd000-7bb1734be000 rw-p 00009000 103:02 9730501                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7bb1734be000-7bb1734bf000 ---p 00000000 00:00 0 
| 7bb1734bf000-7bb173500000 rw-p 00000000 00:00 0 
| 7bb173500000-7bb173501000 ---p 00000000 00:00 0 
| 7bb173501000-7bb173542000 rw-p 00000000 00:00 0 
| 7bb173542000-7bb173543000 ---p 00000000 00:00 0 
| 7bb173543000-7bb173584000 rw-p 00000000 00:00 0 
| 7bb173584000-7bb173585000 ---p 00000000 00:00 0 
| 7bb173585000-7bb1735c6000 rw-p 00000000 00:00 0 
| 7bb1735c6000-7bb1735c7000 ---p 00000000 00:00 0 
| 7bb1735c7000-7bb173608000 rw-p 00000000 00:00 0 
| 7bb173608000-7bb173609000 ---p 00000000 00:00 0 
| 7bb173609000-7bb17364a000 rw-p 00000000 00:00 0 
| 7bb17364a000-7bb17364b000 ---p 00000000 00:00 0 
| 7bb17364b000-7bb17368c000 rw-p 00000000 00:00 0 
| 7bb17368c000-7bb17368d000 ---p 00000000 00:00 0 
| 7bb17368d000-7bb1736ce000 rw-p 00000000 00:00 0 
| 7bb1736ce000-7bb1736cf000 ---p 00000000 00:00 0 
| 7bb1736cf000-7bb173710000 rw-p 00000000 00:00 0 
| 7bb173710000-7bb173711000 ---p 00000000 00:00 0 
| 7bb173711000-7bb173752000 rw-p 00000000 00:00 0 
| 7bb173752000-7bb173753000 ---p 00000000 00:00 0 
| 7bb173753000-7bb173794000 rw-p 00000000 00:00 0 
| 7bb173794000-7bb173795000 ---p 00000000 00:00 0 
| 7bb173795000-7bb1737d6000 rw-p 00000000 00:00 0 
| 7bb1737d6000-7bb1737d7000 ---p 00000000 00:00 0 
| 7bb1737d7000-7bb173818000 rw-p 00000000 00:00 0 
| 7bb173818000-7bb173819000 ---p 00000000 00:00 0 
| 7bb173819000-7bb17385a000 rw-p 00000000 00:00 0 
| 7bb17385a000-7bb17385b000 ---p 00000000 00:00 0 
| 7bb17385b000-7bb17389c000 rw-p 00000000 00:00 0 
| 7bb17389c000-7bb17389d000 ---p 00000000 00:00 0 
| 7bb17389d000-7bb1738de000 rw-p 00000000 00:00 0 
| 7bb1738de000-7bb1738df000 ---p 00000000 00:00 0 
| 7bb1738df000-7bb173920000 rw-p 00000000 00:00 0 
| 7bb173920000-7bb173921000 ---p 00000000 00:00 0 
| 7bb173921000-7bb173962000 rw-p 00000000 00:00 0 
| 7bb173962000-7bb173963000 ---p 00000000 00:00 0 
| 7bb173963000-7bb1739a4000 rw-p 00000000 00:00 0 
| 7bb1739a4000-7bb1739a5000 ---p 00000000 00:00 0 
| 7bb1739a5000-7bb1739e6000 rw-p 00000000 00:00 0 
| 7bb1739e6000-7bb1739e7000 ---p 00000000 00:00 0 
| 7bb1739e7000-7bb173a28000 rw-p 00000000 00:00 0 
| 7bb173a28000-7bb173a29000 ---p 00000000 00:00 0 
| 7bb173a29000-7bb173a6a000 rw-p 00000000 00:00 0 
| 7bb173a6a000-7bb173a6b000 ---p 00000000 00:00 0 
| 7bb173a6b000-7bb173aac000 rw-p 00000000 00:00 0 
| 7bb173aac000-7bb173aad000 ---p 00000000 00:00 0 
| 7bb173aad000-7bb173aee000 rw-p 00000000 00:00 0 
| 7bb173aee000-7bb173aef000 ---p 00000000 00:00 0 
| 7bb173aef000-7bb173b30000 rw-p 00000000 00:00 0 
| 7bb173b30000-7bb173b31000 ---p 00000000 00:00 0 
| 7bb173b31000-7bb173b72000 rw-p 00000000 00:00 0 
| 7bb173b72000-7bb173b73000 ---p 00000000 00:00 0 
| 7bb173b73000-7bb173bb4000 rw-p 00000000 00:00 0 
| 7bb173bb4000-7bb173bb5000 ---p 00000000 00:00 0 
| 7bb173bb5000-7bb173bf6000 rw-p 00000000 00:00 0 
| 7bb173bf6000-7bb173bf7000 ---p 00000000 00:00 0 
| 7bb173bf7000-7bb173c38000 rw-p 00000000 00:00 0 
| 7bb173c38000-7bb173c39000 ---p 00000000 00:00 0 
| 7bb173c39000-7bb173c7a000 rw-p 00000000 00:00 0 
| 7bb173c7a000-7bb173c7b000 ---p 00000000 00:00 0 
| 7bb173c7b000-7bb173cbc000 rw-p 00000000 00:00 0 
| 7bb173cbc000-7bb173cbd000 ---p 00000000 00:00 0 
| 7bb173cbd000-7bb173cfe000 rw-p 00000000 00:00 0 
| 7bb173cfe000-7bb173cff000 ---p 00000000 00:00 0 
| 7bb173cff000-7bb18da00000 rw-p 00000000 00:00 0 
| 7bb18da00000-7bb18da28000 r--p 00000000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7bb18da28000-7bb18dbbd000 r-xp 00028000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7bb18dbbd000-7bb18dc15000 r--p 001bd000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7bb18dc15000-7bb18dc16000 ---p 00215000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7bb18dc16000-7bb18dc1a000 r--p 00215000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7bb18dc1a000-7bb18dc1c000 rw-p 00219000 103:02 1050716                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7bb18dc1c000-7bb18dc29000 rw-p 00000000 00:00 0 
| 7bb18dc2f000-7bb18dc33000 r--p 00000000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7bb18dc33000-7bb18dc3b000 r-xp 00004000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7bb18dc3b000-7bb18dc3e000 r--p 0000c000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7bb18dc3e000-7bb18dc3f000 r--p 0000e000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7bb18dc3f000-7bb18dc40000 rw-p 0000f000 103:02 9730458                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7bb18dc40000-7bb18dc90000 rw-p 00000000 00:00 0 
| 7bb18dc9a000-7bb18dc9b000 r--p 00000000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7bb18dc9b000-7bb18dc9c000 r-xp 00001000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7bb18dc9c000-7bb18dc9d000 r--p 00002000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7bb18dc9d000-7bb18dc9e000 r--p 00002000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7bb18dc9e000-7bb18dc9f000 rw-p 00003000 103:02 9729584                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7bb18dc9f000-7bb18dd10000 rw-p 00000000 00:00 0 
| 7bb18dd12000-7bb18dd14000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7bb18dd14000-7bb18dd1b000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7bb18dd1b000-7bb18dd1c000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7bb18dd1c000-7bb18dd1d000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7bb18dd1d000-7bb18dd1e000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7bb18dd1e000-7bb18dd1f000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7bb18dd1f000-7bb18dd24000 rw-p 00000000 00:00 0 
| 7bb18dd24000-7bb18dd27000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7bb18dd27000-7bb18dd3e000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7bb18dd3e000-7bb18dd42000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7bb18dd42000-7bb18dd43000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7bb18dd43000-7bb18dd44000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7bb18dd44000-7bb18dd52000 r--p 00000000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7bb18dd52000-7bb18ddce000 r-xp 0000e000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7bb18ddce000-7bb18de29000 r--p 0008a000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7bb18de29000-7bb18de2a000 r--p 000e4000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7bb18de2a000-7bb18de2b000 rw-p 000e5000 103:02 1050729                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7bb18de2b000-7bb18de2d000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7bb18de2d000-7bb18de41000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7bb18de41000-7bb18de5a000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7bb18de5a000-7bb18de5b000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7bb18de5b000-7bb18de5c000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7bb18de5c000-7bb18de5d000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7bb18de5d000-7bb18de65000 rw-p 00000000 00:00 0 
| 7bb18de65000-7bb18de6f000 r--p 00000000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7bb18de6f000-7bb18dece000 r-xp 0000a000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7bb18dece000-7bb18dee5000 r--p 00069000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7bb18dee5000-7bb18dee6000 r--p 0007f000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7bb18dee6000-7bb18dee7000 rw-p 00080000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7bb18dee7000-7bb18dee9000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7bb18dee9000-7bb18defa000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7bb18defa000-7bb18df00000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7bb18df00000-7bb18df01000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7bb18df01000-7bb18df02000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7bb18df02000-7bb18df03000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7bb18df04000-7bb18df05000 r--p 00000000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7bb18df05000-7bb18df07000 r-xp 00001000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7bb18df07000-7bb18df08000 r--p 00003000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7bb18df08000-7bb18df09000 r--p 00003000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7bb18df09000-7bb18df0a000 rw-p 00004000 103:02 9731014                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7bb18df0a000-7bb18df0b000 r--p 00000000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7bb18df0b000-7bb18df0c000 r-xp 00001000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7bb18df0c000-7bb18df0d000 r--p 00002000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7bb18df0d000-7bb18df0e000 r--p 00002000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7bb18df0e000-7bb18df0f000 rw-p 00003000 103:02 9731428                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7bb18df0f000-7bb18df10000 r--p 00000000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7bb18df10000-7bb18df11000 r-xp 00001000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7bb18df11000-7bb18df12000 r--p 00002000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7bb18df12000-7bb18df13000 r--p 00002000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7bb18df13000-7bb18df14000 rw-p 00003000 103:02 9731209                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7bb18df14000-7bb18df16000 rw-p 00000000 00:00 0 
| 7bb18df16000-7bb18df18000 r--p 00000000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7bb18df18000-7bb18df42000 r-xp 00002000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7bb18df42000-7bb18df4d000 r--p 0002c000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7bb18df4e000-7bb18df50000 r--p 00037000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7bb18df50000-7bb18df52000 rw-p 00039000 103:02 1050708                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fffcbe17000-7fffcc616000 rw-p 00000000 00:00 0                          [stack]
| 7fffcc6ed000-7fffcc6f1000 r--p 00000000 00:00 0                          [vvar]
| 7fffcc6f1000-7fffcc6f3000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

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


 50) Failure:
TestGc#test_gc_parameter_init_slots [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:477]:
{:slot_size=>80, :heap_allocatable_pages=>4, :heap_eden_pages=>8, :heap_eden_slots=>6548, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>9, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>22869, :total_freed_objects=>16489}.
Expected 9820 to be >= 10000.

 51) Failure:
TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:674]:
before_stats: {:count=>25, :time=>54, :marking_time=>32, :sweeping_time=>22, :heap_allocated_pages=>164, :heap_sorted_length=>310, :heap_allocatable_pages=>146, :heap_available_slots=>225733, :heap_live_slots=>208684, :heap_free_slots=>17049, :heap_final_slots=>0, :heap_marked_slots=>129625, :heap_eden_pages=>164, :heap_tomb_pages=>0, :total_allocated_pages=>172, :total_freed_pages=>8, :total_allocated_objects=>1382078, :total_freed_objects=>1173394, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>16850907, :minor_gc_count=>20, :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=>129615, :old_objects_limit=>259230, :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=>206312, :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=>1341029, :total_freed_objects=>1137727}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9817, :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=>19665}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8993, :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=>17990, :total_freed_objects=>15927}, 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=>63, :total_freed_objects=>54}, 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=>26, :total_freed_objects=>21}}
after_stats: {:count=>38, :time=>70, :marking_time=>33, :sweeping_time=>36, :heap_allocated_pages=>165, :heap_sorted_length=>311, :heap_allocatable_pages=>146, :heap_available_slots=>227371, :heap_live_slots=>129792, :heap_free_slots=>97579, :heap_final_slots=>0, :heap_marked_slots=>129731, :heap_eden_pages=>165, :heap_tomb_pages=>0, :total_allocated_pages=>173, :total_freed_pages=>8, :total_allocated_objects=>2386413, :total_freed_objects=>2256621, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>33, :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=>129718, :old_objects_limit=>259230, :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=>207950, :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=>2345074, :total_freed_objects=>2220690}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9817, :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=>19724}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8993, :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=>18203, :total_freed_objects=>16132}, 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=>63, :total_freed_objects=>54}, 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=>26, :total_freed_objects=>21}}.
<164> expected but was
<165>.

Finished tests in 1236.639043s, 20.9236 tests/s, 5195.7635 assertions/s.
25875 tests, 6425284 assertions, 51 failures, 0 errors, 150 skips

ruby -v: ruby 3.4.0dev (2024-04-16T10:24:49Z master 54d472d91f) +RJIT [x86_64-linux]
make: *** [uncommon.mk:956: yes-test-all] エラー 51