虚無庵

徒然なるままに

今日の ruby build 2024-04-27

GitHub Actions の workflow で OTP_THREAEDED_CODE の設定値が間違ってるような気がしたから PR を作ってみたらすぐマージされた。よかったよかった。

今日のビルド

c844968b725416efba767ea6161b4c14d8fd9536 までを pull ってきてビルド。

In file included from compile.c:14313:
prism_compile.c: In function ‘pm_compile_node’:
prism_compile.c:5232:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5232 |                 add_trace_branch_coverage(iseq, ret, &case_location, case_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5232:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5079 |                 add_trace_branch_coverage(iseq, cond_seq, &branch_location, branch_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5079:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
compile.c: At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics

今日のテスト

make test-all を実行。

Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42781>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    3758223 jinroq    9u  IPv4 5591329      0t0  TCP localhost:42781->localhost:39662 (CLOSE_WAIT)
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Children under /tmp/rubytest.qkii7y:
* drwx------ 4 4096 2024-04-28 00:10:46 +0900 gem_rebuild20240428-3758223-sb8wra/
  * drwxrwxr-x 2 4096 2024-04-28 00:10:46 +0900 old/
    * -rw-rw-r-- 1 4096 2024-04-28 00:10:46 +0900 rebuild_test_gem-1.0.0.gem
  * drwxrwxr-x 2 4096 2024-04-28 00:10:46 +0900 new/
    * -rw-rw-r-- 1 4096 2024-04-28 00:10:46 +0900 rebuild_test_gem-1.0.0.gem
Finished tests in 3115.159637s, 8.3216 tests/s, 2016.6854 assertions/s.
25923 tests, 6282297 assertions, 0 failures, 0 errors, 149 skips

ruby -v: ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) [x86_64-linux]

今日のビルド(enabled Universal Parser)

c844968b725416efba767ea6161b4c14d8fd9536 までを pull ってきてビルド。

In file included from compile.c:14313:
prism_compile.c: In function ‘pm_compile_node’:
prism_compile.c:5232:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5232 |                 add_trace_branch_coverage(iseq, ret, &case_location, case_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5232:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5079 |                 add_trace_branch_coverage(iseq, cond_seq, &branch_location, branch_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5079:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
compile.c: At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics

今日のテスト(enabled Universal Parser)

make test-all を実行。

Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x0000715c184e92c0 /home/jinroq/dev/sandbox/my-ruby-build/build-up-ruby-repo/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x0000715c184e92c0 /home/jinroq/dev/sandbox/my-ruby-build/build-up-ruby-repo/.ext/common/socket.rb:709 dead>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38947>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    3770790 jinroq    9u  IPv4 5676706      0t0  TCP localhost:38947->localhost:41734 (CLOSE_WAIT)
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Children under /tmp/rubytest.65ccgf:
* drwx------ 4 4096 2024-04-27 23:47:46 +0900 gem_rebuild20240427-3770790-knyr1f/
  * drwxrwxr-x 2 4096 2024-04-27 23:47:46 +0900 old/
    * -rw-rw-r-- 1 4096 2024-04-27 23:47:46 +0900 rebuild_test_gem-1.0.0.gem
  * drwxrwxr-x 2 4096 2024-04-27 23:47:46 +0900 new/
    * -rw-rw-r-- 1 4096 2024-04-27 23:47:46 +0900 rebuild_test_gem-1.0.0.gem
Finished tests in 3132.125227s, 8.2765 tests/s, 2005.0329 assertions/s.
25923 tests, 6280014 assertions, 0 failures, 0 errors, 150 skips

ruby -v: ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) [x86_64-linux]

今日のビルド(enabled YJIT)

c844968b725416efba767ea6161b4c14d8fd9536 までを pull ってきてビルド。

--enable-yjit
In file included from compile.c:14313:
prism_compile.c: In function ‘pm_compile_node’:
prism_compile.c:5232:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5232 |                 add_trace_branch_coverage(iseq, ret, &case_location, case_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5232:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5079 |                 add_trace_branch_coverage(iseq, cond_seq, &branch_location, branch_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5079:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
compile.c: At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
cppflags=-DYJIT_FORCE_ENABLE
In file included from compile.c:14313:
prism_compile.c: In function ‘pm_compile_node’:
prism_compile.c:5232:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5232 |                 add_trace_branch_coverage(iseq, ret, &case_location, case_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5232:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5079 |                 add_trace_branch_coverage(iseq, cond_seq, &branch_location, branch_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5079:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
compile.c: At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics

今日のテスト(enabled YJIT)

--enable-yjit

make test-all を実行。

Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34407>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    3755566 jinroq    9u  IPv4 5641757      0t0  TCP localhost:34407->localhost:41566 (CLOSE_WAIT)
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Children under /tmp/rubytest.vuln68:
* drwx------ 4 4096 2024-04-28 00:23:04 +0900 gem_rebuild20240428-3755566-9i7ivl/
  * drwxrwxr-x 2 4096 2024-04-28 00:23:04 +0900 old/
    * -rw-rw-r-- 1 4096 2024-04-28 00:23:04 +0900 rebuild_test_gem-1.0.0.gem
  * drwxrwxr-x 2 4096 2024-04-28 00:23:04 +0900 new/
    * -rw-rw-r-- 1 4096 2024-04-28 00:23:04 +0900 rebuild_test_gem-1.0.0.gem
Finished tests in 3008.677781s, 8.6161 tests/s, 2087.3724 assertions/s.
25923 tests, 6280231 assertions, 0 failures, 0 errors, 149 skips

ruby -v: ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) [x86_64-linux]
cppflags=-DYJIT_FORCE_ENABLE

make test-all を実行。

Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x000070755508ef90 /home/jinroq/dev/sandbox/my-ruby-build/build-force-yjit-ruby-repo/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x000070755508ef90 /home/jinroq/dev/sandbox/my-ruby-build/build-force-yjit-ruby-repo/.ext/common/socket.rb:709 dead>
Children under /tmp/rubytest.7awepf:
* drwx------ 4 4096 2024-04-28 00:08:04 +0900 gem_rebuild20240428-3764934-em3ttk/
  * drwxrwxr-x 2 4096 2024-04-28 00:08:04 +0900 old/
    * -rw-rw-r-- 1 4096 2024-04-28 00:08:04 +0900 rebuild_test_gem-1.0.0.gem
  * drwxrwxr-x 2 4096 2024-04-28 00:08:04 +0900 new/
    * -rw-rw-r-- 1 4096 2024-04-28 00:08:04 +0900 rebuild_test_gem-1.0.0.gem
Finished tests in 3096.999691s, 8.3713 tests/s, 2028.2534 assertions/s.
25926 tests, 6281500 assertions, 0 failures, 0 errors, 150 skips

ruby -v: ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) +YJIT [x86_64-linux]

今日のビルド(enabled RJIT)

c844968b725416efba767ea6161b4c14d8fd9536 までを pull ってきてビルド。

--enable-rjit --disable-yjit

In file included from compile.c:14313: prism_compile.c: In function ‘pm_compile_node’: prism_compile.c:5232:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized] 5232 | add_trace_branch_coverage(iseq, ret, &case_location, case_location.beg_pos.column, branch_id, "else", branches); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prism_compile.c:5232:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] prism_compile.c:5232:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized] prism_compile.c:5232:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] prism_compile.c:5079:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized] 5079 | add_trace_branch_coverage(iseq, cond_seq, &branch_location, branch_location.beg_pos.column, branch_id, "else", branches); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prism_compile.c:5079:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] prism_compile.c:5079:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized] prism_compile.c:5079:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] compile.c: At top level: cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics

cppflags=-DRJIT_FORCE_ENABLE
In file included from compile.c:14313:
prism_compile.c: In function ‘pm_compile_node’:
prism_compile.c:5232:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5232 |                 add_trace_branch_coverage(iseq, ret, &case_location, case_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5232:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5232:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5079 |                 add_trace_branch_coverage(iseq, cond_seq, &branch_location, branch_location.beg_pos.column, branch_id, "else", branches);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prism_compile.c:5079:17: warning: ‘case_location.end_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.end_pos.column’ may be used uninitialized in this function [-Wmaybe-uninitialized]
prism_compile.c:5079:17: warning: ‘case_location.beg_pos.lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
compile.c: At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics

今日のテスト(enabled RJIT)

--enable-rjit --disable-yjit

make test-all を実行。

Children under /tmp/rubytest.qmcpzk:
* drwx------ 4 4096 2024-04-28 00:03:26 +0900 gem_rebuild20240428-3754228-gxglhr/
  * drwxrwxr-x 2 4096 2024-04-28 00:03:26 +0900 old/
    * -rw-rw-r-- 1 4096 2024-04-28 00:03:26 +0900 rebuild_test_gem-1.0.0.gem
  * drwxrwxr-x 2 4096 2024-04-28 00:03:26 +0900 new/
    * -rw-rw-r-- 1 4096 2024-04-28 00:03:26 +0900 rebuild_test_gem-1.0.0.gem
Finished tests in 3125.457818s, 8.2548 tests/s, 2008.9182 assertions/s.
25800 tests, 6278789 assertions, 0 failures, 0 errors, 150 skips

ruby -v: ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) [x86_64-linux]
cppflags=-DRJIT_FORCE_ENABLE

make test-all を実行。

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

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

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

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

  5) Failure:
TestAllocation::MethodCall#test_required_and_positional_splat_parameters [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:75]:
Expected 1 array allocations for "req_splat(1)", but 2 arrays allocated
Expected 1 array allocations for "req_splat(1, *array1, *empty_array)", but 580 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array)", but 42 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, **empty_hash)", but 7553 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, **empty_hash)", but 631 hashes allocated
Expected 1 array allocations for "req_splat(1, *array1, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "req_splat(1, *array1, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 1 array allocations for "req_splat(*array1)", but 7949 arrays allocated
Expected 0 hash allocations for "req_splat(*array1)", but 647 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>.

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

  7) Failure:
TestAllocation::MethodCall#test_nested_argument_forwarding [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "argument_forwarding(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "argument_forwarding(1, **empty_hash, **hash1)", but 2283 arrays allocated
Expected 1 hash allocations for "argument_forwarding(1, **empty_hash, **hash1)", but 207 hashes allocated
Expected 1 array allocations for "argument_forwarding(1, *empty_array)", but 8043 arrays allocated
Expected 0 hash allocations for "argument_forwarding(1, *empty_array)", but 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>.

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

  9) Failure:
TestAllocation::MethodCall#test_positional_splat_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "splat_and_keyword(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "splat_and_keyword(1, **empty_hash, **hash1)", but 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword(1, *empty_array)", but 8047 arrays allocated
Expected 0 hash allocations for "splat_and_keyword(1, *empty_array)", but 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>.

 10) Failure:
TestAllocation::MethodCall#test_required_positional_and_keyword_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:88]:
Expected 0 array allocations for "required_and_keyword(1, a: 2)", but 1 arrays allocated
Expected 0 array allocations for "required_and_keyword(1, **empty_hash, **hash1)", but 579 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 0 array allocations for "required_and_keyword(1, *empty_array)", but 8045 arrays allocated
Expected 0 hash allocations for "required_and_keyword(1, *empty_array)", but 671 hashes allocated
Expected 0 array allocations for "required_and_keyword(1, **hash1, **empty_hash)", but 6660 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 0 hash allocations for "required_and_keyword(1, *empty_array, *empty_array, **empty_hash)", but 196 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, a: 2)", but 2810 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, a: 2)", but 230 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **nill)", but 2860 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **nill)", but 234 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **empty_hash)", but 2860 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **empty_hash)", but 234 hashes allocated
Expected 0 array allocations for "required_and_keyword(*array1, **hash1)", but 2860 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, **hash1)", but 234 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array, **hash1)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 0 hash allocations for "required_and_keyword(*array1, *empty_array, **empty_hash)", but 190 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "required_and_keyword(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "required_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "required_and_keyword(1, *empty_array, **hash1, **empty_hash)", but 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>.

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

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

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

 14) Failure:
TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_gc.rb:676]:
before_stats: {:count=>25, :time=>58, :marking_time=>36, :sweeping_time=>21, :heap_allocated_pages=>162, :heap_sorted_length=>308, :heap_allocatable_pages=>146, :heap_available_slots=>224920, :heap_live_slots=>159167, :heap_free_slots=>65753, :heap_final_slots=>0, :heap_marked_slots=>129615, :heap_eden_pages=>162, :heap_tomb_pages=>0, :total_allocated_pages=>168, :total_freed_pages=>6, :total_allocated_objects=>1384241, :total_freed_objects=>1225074, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>17987622, :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=>1295, :old_objects=>129604, :old_objects_limit=>259092, :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=>206311, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>126, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>1343186, :total_freed_objects=>1189411}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9819, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23034, :total_freed_objects=>19659}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>20, :heap_eden_slots=>8178, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>25, :total_freed_pages=>5, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>17986, :total_freed_objects=>15913}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>408, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>78, :total_freed_objects=>70}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>21}}
after_stats: {:count=>38, :time=>72, :marking_time=>38, :sweeping_time=>33, :heap_allocated_pages=>162, :heap_sorted_length=>308, :heap_allocatable_pages=>146, :heap_available_slots=>224920, :heap_live_slots=>129781, :heap_free_slots=>95139, :heap_final_slots=>0, :heap_marked_slots=>129720, :heap_eden_pages=>162, :heap_tomb_pages=>0, :total_allocated_pages=>168, :total_freed_pages=>6, :total_allocated_objects=>2388576, :total_freed_objects=>2258795, :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=>1295, :old_objects=>129707, :old_objects_limit=>259092, :oldmalloc_increase_bytes=>6032, :oldmalloc_increase_bytes_limit=>19350882}
after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206311, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>126, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>2347231, :total_freed_objects=>2222868}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9819, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23105, :total_freed_objects=>19718}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>20, :heap_eden_slots=>8178, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>25, :total_freed_pages=>5, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18199, :total_freed_objects=>16118}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>408, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>78, :total_freed_objects=>70}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>27, :total_freed_objects=>21}}.
<0> expected but was
<6>.

 15) Failure:
TestYJIT#test_yjit_enable_stats_false [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:71]:
pid 37126 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x000064a39332a648
| ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:53
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb: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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:54
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:54
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:54
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:54
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:54
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:54
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:54
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:54
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:54
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:54
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:54
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:54
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:54
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:54
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:54
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:54
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:54
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:54
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:54
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:54
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:54
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:54
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:54
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:54
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:54
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:54
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:54
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:54
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:54
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:53
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0052 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:000e80 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:53:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:53:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000064a39332a648 RBP: 0x000079975effd870 RSP: 0x00007fff64d4e330
|  RAX: 0x0000000000000000 RBX: 0x000079975ef00f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000799743f89c98
|   R8: 0x0000000000000000  R9: 0x000079975effd838 R10: 0x0000799744a45b78
|  R11: 0x0000799743f89c98 R12: 0x0000000000000024 R13: 0x000064a390727410
|  R14: 0x000064a390727410 R15: 0x000079975effd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x64a38fc7faa1] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x64a38fe3affc] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(sigsegv+0x46) [0x64a38fbc6536] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x79975f042520) [0x79975f042520]
| [0x64a39332a648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 64a38fa4a000-64a38fa8e000 r--p 00000000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 64a38fa8e000-64a38feeb000 r-xp 00044000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 64a38feeb000-64a390089000 r--p 004a1000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 64a390089000-64a3900a1000 r--p 0063e000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 64a3900a1000-64a3900a2000 rw-p 00656000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 64a3900a2000-64a3900b7000 rw-p 00000000 00:00 0 
| 64a39071f000-64a3912eb000 rw-p 00000000 00:00 0                          [heap]
| 64a391329000-64a393329000 r-xp 00000000 00:00 0 
| 64a393329000-64a395329000 rw-p 00000000 00:00 0 
| 64a3954a4000-64a3954e4000 r-xp 00000000 00:00 0 
| 64a3954e4000-64a3984a4000 ---p 00000000 00:00 0 
| 79974000b000-799740600000 rw-p 00000000 00:00 0 
| 799740c00000-799740e1f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 799741000000-799743f72000 r--s 00000000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 799743f80000-7997442f0000 rw-p 00000000 00:00 0 
| 799744300000-799744340000 rw-p 00000000 00:00 0 
| 799744350000-7997444a0000 rw-p 00000000 00:00 0 
| 7997444b0000-799744930000 rw-p 00000000 00:00 0 
| 799744940000-7997449b0000 rw-p 00000000 00:00 0 
| 7997449bf000-7997449c3000 r--p 00000000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7997449c3000-7997449cb000 r-xp 00004000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7997449cb000-7997449ce000 r--p 0000c000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7997449ce000-7997449cf000 r--p 0000e000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7997449cf000-7997449d0000 rw-p 0000f000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7997449d0000-799744a60000 rw-p 00000000 00:00 0 
| 799744a6f000-799744a70000 ---p 00000000 00:00 0 
| 799744a70000-799744ab1000 rw-p 00000000 00:00 0 
| 799744ab1000-799744ab2000 ---p 00000000 00:00 0 
| 799744ab2000-799744af3000 rw-p 00000000 00:00 0 
| 799744af3000-799744af4000 ---p 00000000 00:00 0 
| 799744af4000-799744b35000 rw-p 00000000 00:00 0 
| 799744b35000-799744b36000 ---p 00000000 00:00 0 
| 799744b36000-799744b77000 rw-p 00000000 00:00 0 
| 799744b77000-799744b78000 ---p 00000000 00:00 0 
| 799744b78000-799744bb9000 rw-p 00000000 00:00 0 
| 799744bb9000-799744bba000 ---p 00000000 00:00 0 
| 799744bba000-799744bfb000 rw-p 00000000 00:00 0 
| 799744bfb000-799744bfc000 ---p 00000000 00:00 0 
| 799744bfc000-799744c3d000 rw-p 00000000 00:00 0 
| 799744c3d000-799744c3e000 ---p 00000000 00:00 0 
| 799744c3e000-799744c7f000 rw-p 00000000 00:00 0 
| 799744c7f000-799744c80000 ---p 00000000 00:00 0 
| 799744c80000-799744cc1000 rw-p 00000000 00:00 0 
| 799744cc1000-799744cc2000 ---p 00000000 00:00 0 
| 799744cc2000-799744d03000 rw-p 00000000 00:00 0 
| 799744d03000-799744d04000 ---p 00000000 00:00 0 
| 799744d04000-799744d45000 rw-p 00000000 00:00 0 
| 799744d45000-799744d46000 ---p 00000000 00:00 0 
| 799744d46000-799744d87000 rw-p 00000000 00:00 0 
| 799744d87000-799744d88000 ---p 00000000 00:00 0 
| 799744d88000-799744dc9000 rw-p 00000000 00:00 0 
| 799744dc9000-799744dca000 ---p 00000000 00:00 0 
| 799744dca000-799744e0b000 rw-p 00000000 00:00 0 
| 799744e0b000-799744e0c000 ---p 00000000 00:00 0 
| 799744e0c000-799744e4d000 rw-p 00000000 00:00 0 
| 799744e4d000-799744e4e000 ---p 00000000 00:00 0 
| 799744e4e000-799744e8f000 rw-p 00000000 00:00 0 
| 799744e8f000-799744e90000 ---p 00000000 00:00 0 
| 799744e90000-799744ed1000 rw-p 00000000 00:00 0 
| 799744ed1000-799744ed2000 ---p 00000000 00:00 0 
| 799744ed2000-799744f13000 rw-p 00000000 00:00 0 
| 799744f13000-799744f14000 ---p 00000000 00:00 0 
| 799744f14000-799744f55000 rw-p 00000000 00:00 0 
| 799744f55000-799744f56000 ---p 00000000 00:00 0 
| 799744f56000-799744f97000 rw-p 00000000 00:00 0 
| 799744f97000-799744f98000 ---p 00000000 00:00 0 
| 799744f98000-799744fd9000 rw-p 00000000 00:00 0 
| 799744fd9000-799744fda000 ---p 00000000 00:00 0 
| 799744fda000-79974501b000 rw-p 00000000 00:00 0 
| 79974501b000-79974501c000 ---p 00000000 00:00 0 
| 79974501c000-79974505d000 rw-p 00000000 00:00 0 
| 79974505d000-79974505e000 ---p 00000000 00:00 0 
| 79974505e000-79974509f000 rw-p 00000000 00:00 0 
| 79974509f000-7997450a0000 ---p 00000000 00:00 0 
| 7997450a0000-7997450e1000 rw-p 00000000 00:00 0 
| 7997450e1000-7997450e2000 ---p 00000000 00:00 0 
| 7997450e2000-799745123000 rw-p 00000000 00:00 0 
| 799745123000-799745124000 ---p 00000000 00:00 0 
| 799745124000-799745165000 rw-p 00000000 00:00 0 
| 799745165000-799745166000 ---p 00000000 00:00 0 
| 799745166000-7997451a7000 rw-p 00000000 00:00 0 
| 7997451a7000-7997451a8000 ---p 00000000 00:00 0 
| 7997451a8000-7997451e9000 rw-p 00000000 00:00 0 
| 7997451e9000-7997451ea000 ---p 00000000 00:00 0 
| 7997451ea000-79974522b000 rw-p 00000000 00:00 0 
| 79974522b000-79974522c000 ---p 00000000 00:00 0 
| 79974522c000-79974526d000 rw-p 00000000 00:00 0 
| 79974526d000-79974526e000 ---p 00000000 00:00 0 
| 79974526e000-7997452af000 rw-p 00000000 00:00 0 
| 7997452af000-7997452b0000 ---p 00000000 00:00 0 
| 7997452b0000-799745af0000 rw-p 00000000 00:00 0 
| 799745af4000-799745af6000 r--p 00000000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799745af6000-799745afb000 r-xp 00002000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799745afb000-799745afc000 r--p 00007000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799745afc000-799745afd000 ---p 00008000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799745afd000-799745afe000 r--p 00008000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799745afe000-799745aff000 rw-p 00009000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 799745aff000-79975f000000 rw-p 00000000 00:00 0 
| 79975f000000-79975f028000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79975f028000-79975f1bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79975f1bd000-79975f215000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79975f215000-79975f216000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79975f216000-79975f21a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79975f21a000-79975f21c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79975f21c000-79975f229000 rw-p 00000000 00:00 0 
| 79975f230000-79975f240000 rw-p 00000000 00:00 0 
| 79975f24a000-79975f24b000 r--p 00000000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79975f24b000-79975f24c000 r-xp 00001000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79975f24c000-79975f24d000 r--p 00002000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79975f24d000-79975f24e000 r--p 00002000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79975f24e000-79975f24f000 rw-p 00003000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79975f24f000-79975f2c0000 rw-p 00000000 00:00 0 
| 79975f2c1000-79975f2c3000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79975f2c3000-79975f2ca000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79975f2ca000-79975f2cb000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79975f2cb000-79975f2cc000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79975f2cc000-79975f2cd000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79975f2cd000-79975f2ce000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79975f2ce000-79975f2d3000 rw-p 00000000 00:00 0 
| 79975f2d3000-79975f2d6000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79975f2d6000-79975f2ed000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79975f2ed000-79975f2f1000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79975f2f1000-79975f2f2000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79975f2f2000-79975f2f3000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79975f2f3000-79975f301000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79975f301000-79975f37d000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79975f37d000-79975f3d8000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79975f3d8000-79975f3d9000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79975f3d9000-79975f3da000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79975f3da000-79975f3dc000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79975f3dc000-79975f3f0000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79975f3f0000-79975f409000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79975f409000-79975f40a000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79975f40a000-79975f40b000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79975f40b000-79975f40c000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79975f40c000-79975f414000 rw-p 00000000 00:00 0 
| 79975f414000-79975f41e000 r--p 00000000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79975f41e000-79975f47d000 r-xp 0000a000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79975f47d000-79975f494000 r--p 00069000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79975f494000-79975f495000 r--p 0007f000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79975f495000-79975f496000 rw-p 00080000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79975f496000-79975f498000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79975f498000-79975f4a9000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79975f4a9000-79975f4af000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79975f4af000-79975f4b0000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79975f4b0000-79975f4b1000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79975f4b1000-79975f4b2000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79975f4b3000-79975f4b4000 r--p 00000000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79975f4b4000-79975f4b6000 r-xp 00001000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79975f4b6000-79975f4b7000 r--p 00003000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79975f4b7000-79975f4b8000 r--p 00003000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79975f4b8000-79975f4b9000 rw-p 00004000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79975f4b9000-79975f4ba000 r--p 00000000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79975f4ba000-79975f4bb000 r-xp 00001000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79975f4bb000-79975f4bc000 r--p 00002000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79975f4bc000-79975f4bd000 r--p 00002000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79975f4bd000-79975f4be000 rw-p 00003000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79975f4be000-79975f4bf000 r--p 00000000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79975f4bf000-79975f4c0000 r-xp 00001000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79975f4c0000-79975f4c1000 r--p 00002000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79975f4c1000-79975f4c2000 r--p 00002000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79975f4c2000-79975f4c3000 rw-p 00003000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79975f4c3000-79975f4c5000 rw-p 00000000 00:00 0 
| 79975f4c5000-79975f4c7000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79975f4c7000-79975f4f1000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79975f4f1000-79975f4fc000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79975f4fd000-79975f4ff000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79975f4ff000-79975f501000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fff6455c000-7fff64d5b000 rw-p 00000000 00:00 0                          [stack]
| 7fff64dbb000-7fff64dbf000 r--p 00000000 00:00 0                          [vvar]
| 7fff64dbf000-7fff64dc1000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

 17) Failure:
TestYJIT#test_compile_opt_getconstant_path [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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]


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

 19) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 37557 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x00005fe20624d648
| ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:53
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb: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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:54
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:54
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:54
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:54
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:54
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:54
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:54
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:54
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:54
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:54
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:54
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:54
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:54
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:54
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:54
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:54
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:54
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:54
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:54
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:54
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:54
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:54
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:54
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:54
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:54
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:54
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:54
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:54
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:54
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:53
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:0018a0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:53:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:53:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00005fe20624d648 RBP: 0x00007d3d141fd870 RSP: 0x00007ffdf8c53a40
|  RAX: 0x0000000000000000 RBX: 0x00007d3d14100f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007d3cf940a278
|   R8: 0x0000000000000000  R9: 0x00007d3d141fd838 R10: 0x00007d3cf9ca5b30
|  R11: 0x00007d3cf940a278 R12: 0x0000000000000024 R13: 0x00005fe2035e7410
|  R14: 0x00005fe2035e7410 R15: 0x00007d3d141fd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5fe202fa2aa1] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x5fe20315dffc] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(sigsegv+0x46) [0x5fe202ee9536] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x7d3d14242520) [0x7d3d14242520]
| [0x5fe20624d648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 5fe202d6d000-5fe202db1000 r--p 00000000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fe202db1000-5fe20320e000 r-xp 00044000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fe20320e000-5fe2033ac000 r--p 004a1000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fe2033ac000-5fe2033c4000 r--p 0063e000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fe2033c4000-5fe2033c5000 rw-p 00656000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5fe2033c5000-5fe2033da000 rw-p 00000000 00:00 0 
| 5fe2035df000-5fe204239000 rw-p 00000000 00:00 0                          [heap]
| 5fe20424c000-5fe20624c000 r-xp 00000000 00:00 0 
| 5fe20624c000-5fe20824c000 rw-p 00000000 00:00 0 
| 5fe2083c7000-5fe2083fb000 r-xp 00000000 00:00 0 
| 5fe2083fb000-5fe20b3c7000 ---p 00000000 00:00 0 
| 7d3cf540b000-7d3cf5a00000 rw-p 00000000 00:00 0 
| 7d3cf6000000-7d3cf621f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7d3cf6400000-7d3cf9372000 r--s 00000000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 7d3cf9400000-7d3cf9870000 rw-p 00000000 00:00 0 
| 7d3cf9880000-7d3cf98c0000 rw-p 00000000 00:00 0 
| 7d3cf98d0000-7d3cf9a20000 rw-p 00000000 00:00 0 
| 7d3cf9a30000-7d3cf9ba0000 rw-p 00000000 00:00 0 
| 7d3cf9bb0000-7d3cf9cb0000 rw-p 00000000 00:00 0 
| 7d3cf9cb3000-7d3cf9cb5000 r--p 00000000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7d3cf9cb5000-7d3cf9cba000 r-xp 00002000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7d3cf9cba000-7d3cf9cbb000 r--p 00007000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7d3cf9cbb000-7d3cf9cbc000 ---p 00008000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7d3cf9cbc000-7d3cf9cbd000 r--p 00008000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7d3cf9cbd000-7d3cf9cbe000 rw-p 00009000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7d3cf9cbe000-7d3cf9cbf000 ---p 00000000 00:00 0 
| 7d3cf9cbf000-7d3cf9d00000 rw-p 00000000 00:00 0 
| 7d3cf9d00000-7d3cf9d01000 ---p 00000000 00:00 0 
| 7d3cf9d01000-7d3cf9d42000 rw-p 00000000 00:00 0 
| 7d3cf9d42000-7d3cf9d43000 ---p 00000000 00:00 0 
| 7d3cf9d43000-7d3cf9d84000 rw-p 00000000 00:00 0 
| 7d3cf9d84000-7d3cf9d85000 ---p 00000000 00:00 0 
| 7d3cf9d85000-7d3cf9dc6000 rw-p 00000000 00:00 0 
| 7d3cf9dc6000-7d3cf9dc7000 ---p 00000000 00:00 0 
| 7d3cf9dc7000-7d3cf9e08000 rw-p 00000000 00:00 0 
| 7d3cf9e08000-7d3cf9e09000 ---p 00000000 00:00 0 
| 7d3cf9e09000-7d3cf9e4a000 rw-p 00000000 00:00 0 
| 7d3cf9e4a000-7d3cf9e4b000 ---p 00000000 00:00 0 
| 7d3cf9e4b000-7d3cf9e8c000 rw-p 00000000 00:00 0 
| 7d3cf9e8c000-7d3cf9e8d000 ---p 00000000 00:00 0 
| 7d3cf9e8d000-7d3cf9ece000 rw-p 00000000 00:00 0 
| 7d3cf9ece000-7d3cf9ecf000 ---p 00000000 00:00 0 
| 7d3cf9ecf000-7d3cf9f10000 rw-p 00000000 00:00 0 
| 7d3cf9f10000-7d3cf9f11000 ---p 00000000 00:00 0 
| 7d3cf9f11000-7d3cf9f52000 rw-p 00000000 00:00 0 
| 7d3cf9f52000-7d3cf9f53000 ---p 00000000 00:00 0 
| 7d3cf9f53000-7d3cf9f94000 rw-p 00000000 00:00 0 
| 7d3cf9f94000-7d3cf9f95000 ---p 00000000 00:00 0 
| 7d3cf9f95000-7d3cf9fd6000 rw-p 00000000 00:00 0 
| 7d3cf9fd6000-7d3cf9fd7000 ---p 00000000 00:00 0 
| 7d3cf9fd7000-7d3cfa018000 rw-p 00000000 00:00 0 
| 7d3cfa018000-7d3cfa019000 ---p 00000000 00:00 0 
| 7d3cfa019000-7d3cfa05a000 rw-p 00000000 00:00 0 
| 7d3cfa05a000-7d3cfa05b000 ---p 00000000 00:00 0 
| 7d3cfa05b000-7d3cfa09c000 rw-p 00000000 00:00 0 
| 7d3cfa09c000-7d3cfa09d000 ---p 00000000 00:00 0 
| 7d3cfa09d000-7d3cfa0de000 rw-p 00000000 00:00 0 
| 7d3cfa0de000-7d3cfa0df000 ---p 00000000 00:00 0 
| 7d3cfa0df000-7d3cfa120000 rw-p 00000000 00:00 0 
| 7d3cfa120000-7d3cfa121000 ---p 00000000 00:00 0 
| 7d3cfa121000-7d3cfa162000 rw-p 00000000 00:00 0 
| 7d3cfa162000-7d3cfa163000 ---p 00000000 00:00 0 
| 7d3cfa163000-7d3cfa1a4000 rw-p 00000000 00:00 0 
| 7d3cfa1a4000-7d3cfa1a5000 ---p 00000000 00:00 0 
| 7d3cfa1a5000-7d3cfa1e6000 rw-p 00000000 00:00 0 
| 7d3cfa1e6000-7d3cfa1e7000 ---p 00000000 00:00 0 
| 7d3cfa1e7000-7d3cfa228000 rw-p 00000000 00:00 0 
| 7d3cfa228000-7d3cfa229000 ---p 00000000 00:00 0 
| 7d3cfa229000-7d3cfa26a000 rw-p 00000000 00:00 0 
| 7d3cfa26a000-7d3cfa26b000 ---p 00000000 00:00 0 
| 7d3cfa26b000-7d3cfa2ac000 rw-p 00000000 00:00 0 
| 7d3cfa2ac000-7d3cfa2ad000 ---p 00000000 00:00 0 
| 7d3cfa2ad000-7d3cfa2ee000 rw-p 00000000 00:00 0 
| 7d3cfa2ee000-7d3cfa2ef000 ---p 00000000 00:00 0 
| 7d3cfa2ef000-7d3cfa330000 rw-p 00000000 00:00 0 
| 7d3cfa330000-7d3cfa331000 ---p 00000000 00:00 0 
| 7d3cfa331000-7d3cfa372000 rw-p 00000000 00:00 0 
| 7d3cfa372000-7d3cfa373000 ---p 00000000 00:00 0 
| 7d3cfa373000-7d3cfa3b4000 rw-p 00000000 00:00 0 
| 7d3cfa3b4000-7d3cfa3b5000 ---p 00000000 00:00 0 
| 7d3cfa3b5000-7d3cfa3f6000 rw-p 00000000 00:00 0 
| 7d3cfa3f6000-7d3cfa3f7000 ---p 00000000 00:00 0 
| 7d3cfa3f7000-7d3cfa438000 rw-p 00000000 00:00 0 
| 7d3cfa438000-7d3cfa439000 ---p 00000000 00:00 0 
| 7d3cfa439000-7d3cfa47a000 rw-p 00000000 00:00 0 
| 7d3cfa47a000-7d3cfa47b000 ---p 00000000 00:00 0 
| 7d3cfa47b000-7d3cfa4bc000 rw-p 00000000 00:00 0 
| 7d3cfa4bc000-7d3cfa4bd000 ---p 00000000 00:00 0 
| 7d3cfa4bd000-7d3cfa4fe000 rw-p 00000000 00:00 0 
| 7d3cfa4fe000-7d3cfa4ff000 ---p 00000000 00:00 0 
| 7d3cfa4ff000-7d3d14200000 rw-p 00000000 00:00 0 
| 7d3d14200000-7d3d14228000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7d3d14228000-7d3d143bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7d3d143bd000-7d3d14415000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7d3d14415000-7d3d14416000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7d3d14416000-7d3d1441a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7d3d1441a000-7d3d1441c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7d3d1441c000-7d3d14429000 rw-p 00000000 00:00 0 
| 7d3d1442a000-7d3d1442b000 r--p 00000000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7d3d1442b000-7d3d1442c000 r-xp 00001000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7d3d1442c000-7d3d1442d000 r--p 00002000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7d3d1442d000-7d3d1442e000 r--p 00002000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7d3d1442e000-7d3d1442f000 rw-p 00003000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7d3d1442f000-7d3d14433000 r--p 00000000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7d3d14433000-7d3d1443b000 r-xp 00004000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7d3d1443b000-7d3d1443e000 r--p 0000c000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7d3d1443e000-7d3d1443f000 r--p 0000e000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7d3d1443f000-7d3d14440000 rw-p 0000f000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7d3d14440000-7d3d144a0000 rw-p 00000000 00:00 0 
| 7d3d144a2000-7d3d144a4000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7d3d144a4000-7d3d144ab000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7d3d144ab000-7d3d144ac000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7d3d144ac000-7d3d144ad000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7d3d144ad000-7d3d144ae000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7d3d144ae000-7d3d144af000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7d3d144af000-7d3d14520000 rw-p 00000000 00:00 0 
| 7d3d14524000-7d3d14529000 rw-p 00000000 00:00 0 
| 7d3d14529000-7d3d1452c000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7d3d1452c000-7d3d14543000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7d3d14543000-7d3d14547000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7d3d14547000-7d3d14548000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7d3d14548000-7d3d14549000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7d3d14549000-7d3d14557000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7d3d14557000-7d3d145d3000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7d3d145d3000-7d3d1462e000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7d3d1462e000-7d3d1462f000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7d3d1462f000-7d3d14630000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7d3d14630000-7d3d14632000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7d3d14632000-7d3d14646000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7d3d14646000-7d3d1465f000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7d3d1465f000-7d3d14660000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7d3d14660000-7d3d14661000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7d3d14661000-7d3d14662000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7d3d14662000-7d3d1466a000 rw-p 00000000 00:00 0 
| 7d3d1466a000-7d3d14674000 r--p 00000000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7d3d14674000-7d3d146d3000 r-xp 0000a000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7d3d146d3000-7d3d146ea000 r--p 00069000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7d3d146ea000-7d3d146eb000 r--p 0007f000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7d3d146eb000-7d3d146ec000 rw-p 00080000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7d3d146ec000-7d3d146ee000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7d3d146ee000-7d3d146ff000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7d3d146ff000-7d3d14705000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7d3d14705000-7d3d14706000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7d3d14706000-7d3d14707000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7d3d14707000-7d3d14708000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7d3d14709000-7d3d1470a000 r--p 00000000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7d3d1470a000-7d3d1470c000 r-xp 00001000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7d3d1470c000-7d3d1470d000 r--p 00003000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7d3d1470d000-7d3d1470e000 r--p 00003000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7d3d1470e000-7d3d1470f000 rw-p 00004000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7d3d1470f000-7d3d14710000 r--p 00000000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7d3d14710000-7d3d14711000 r-xp 00001000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7d3d14711000-7d3d14712000 r--p 00002000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7d3d14712000-7d3d14713000 r--p 00002000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7d3d14713000-7d3d14714000 rw-p 00003000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7d3d14714000-7d3d14715000 r--p 00000000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7d3d14715000-7d3d14716000 r-xp 00001000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7d3d14716000-7d3d14717000 r--p 00002000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7d3d14717000-7d3d14718000 r--p 00002000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7d3d14718000-7d3d14719000 rw-p 00003000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7d3d14719000-7d3d1471b000 rw-p 00000000 00:00 0 
| 7d3d1471b000-7d3d1471d000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7d3d1471d000-7d3d14747000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7d3d14747000-7d3d14752000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7d3d14753000-7d3d14755000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7d3d14755000-7d3d14757000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffdf8462000-7ffdf8c61000 rw-p 00000000 00:00 0                          [stack]
| 7ffdf8c89000-7ffdf8c8d000 r--p 00000000 00:00 0                          [vvar]
| 7ffdf8c8d000-7ffdf8c8f000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

 21) Failure:
TestYJIT#test_yjit_enable_stats_true [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:85]:
pid 37798 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x000057a61f0bc648
| ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:53
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb: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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:54
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:54
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:54
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:54
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:54
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:54
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:54
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:54
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:54
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:54
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:54
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:54
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:54
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:54
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:54
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:54
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:54
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:54
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:54
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:54
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:54
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:54
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:54
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:54
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:54
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:54
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:54
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:54
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:54
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:53
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 E:002220 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:0014e0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:53:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:53:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000057a61f0bc648 RBP: 0x000079c8ff380870 RSP: 0x00007ffc3fefb320
|  RAX: 0x0000000000000000 RBX: 0x000079c8ff283f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x000079c8e450b820
|   R8: 0x0000000000000000  R9: 0x000079c8ff380838 R10: 0x000079c8e4b05b40
|  R11: 0x000079c8e450b820 R12: 0x0000000000000024 R13: 0x000057a61c423410
|  R14: 0x000057a61c423410 R15: 0x000079c8ff380838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x57a61a211aa1] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x57a61a3ccffc] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(sigsegv+0x46) [0x57a61a158536] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x79c8ff042520) [0x79c8ff042520]
| [0x57a61f0bc648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 57a619fdc000-57a61a020000 r--p 00000000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a61a020000-57a61a47d000 r-xp 00044000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a61a47d000-57a61a61b000 r--p 004a1000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a61a61b000-57a61a633000 r--p 0063e000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a61a633000-57a61a634000 rw-p 00656000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 57a61a634000-57a61a649000 rw-p 00000000 00:00 0 
| 57a61c41b000-57a61d096000 rw-p 00000000 00:00 0                          [heap]
| 57a61d0bb000-57a61f0bb000 r-xp 00000000 00:00 0 
| 57a61f0bb000-57a6210bb000 rw-p 00000000 00:00 0 
| 57a621236000-57a621276000 r-xp 00000000 00:00 0 
| 57a621276000-57a624236000 ---p 00000000 00:00 0 
| 79c8e0400000-79c8e0a00000 rw-p 00000000 00:00 0 
| 79c8e1000000-79c8e121f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79c8e1400000-79c8e4372000 r--s 00000000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 79c8e43f0000-79c8e4410000 rw-p 00000000 00:00 0 
| 79c8e4420000-79c8e4450000 rw-p 00000000 00:00 0 
| 79c8e4460000-79c8e44c0000 rw-p 00000000 00:00 0 
| 79c8e44d0000-79c8e4700000 rw-p 00000000 00:00 0 
| 79c8e4710000-79c8e47a0000 rw-p 00000000 00:00 0 
| 79c8e47b0000-79c8e47e0000 rw-p 00000000 00:00 0 
| 79c8e47f0000-79c8e4a00000 rw-p 00000000 00:00 0 
| 79c8e4a10000-79c8e4b20000 rw-p 00000000 00:00 0 
| 79c8e4b24000-79c8e4b26000 r--p 00000000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79c8e4b26000-79c8e4b2b000 r-xp 00002000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79c8e4b2b000-79c8e4b2c000 r--p 00007000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79c8e4b2c000-79c8e4b2d000 ---p 00008000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79c8e4b2d000-79c8e4b2e000 r--p 00008000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79c8e4b2e000-79c8e4b2f000 rw-p 00009000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 79c8e4b2f000-79c8e4b30000 ---p 00000000 00:00 0 
| 79c8e4b30000-79c8e4b71000 rw-p 00000000 00:00 0 
| 79c8e4b71000-79c8e4b72000 ---p 00000000 00:00 0 
| 79c8e4b72000-79c8e4bb3000 rw-p 00000000 00:00 0 
| 79c8e4bb3000-79c8e4bb4000 ---p 00000000 00:00 0 
| 79c8e4bb4000-79c8e4bf5000 rw-p 00000000 00:00 0 
| 79c8e4bf5000-79c8e4bf6000 ---p 00000000 00:00 0 
| 79c8e4bf6000-79c8e4c37000 rw-p 00000000 00:00 0 
| 79c8e4c37000-79c8e4c38000 ---p 00000000 00:00 0 
| 79c8e4c38000-79c8e4c79000 rw-p 00000000 00:00 0 
| 79c8e4c79000-79c8e4c7a000 ---p 00000000 00:00 0 
| 79c8e4c7a000-79c8e4cbb000 rw-p 00000000 00:00 0 
| 79c8e4cbb000-79c8e4cbc000 ---p 00000000 00:00 0 
| 79c8e4cbc000-79c8e4cfd000 rw-p 00000000 00:00 0 
| 79c8e4cfd000-79c8e4cfe000 ---p 00000000 00:00 0 
| 79c8e4cfe000-79c8e4d3f000 rw-p 00000000 00:00 0 
| 79c8e4d3f000-79c8e4d40000 ---p 00000000 00:00 0 
| 79c8e4d40000-79c8e4d81000 rw-p 00000000 00:00 0 
| 79c8e4d81000-79c8e4d82000 ---p 00000000 00:00 0 
| 79c8e4d82000-79c8e4dc3000 rw-p 00000000 00:00 0 
| 79c8e4dc3000-79c8e4dc4000 ---p 00000000 00:00 0 
| 79c8e4dc4000-79c8e4e05000 rw-p 00000000 00:00 0 
| 79c8e4e05000-79c8e4e06000 ---p 00000000 00:00 0 
| 79c8e4e06000-79c8e4e47000 rw-p 00000000 00:00 0 
| 79c8e4e47000-79c8e4e48000 ---p 00000000 00:00 0 
| 79c8e4e48000-79c8e4e89000 rw-p 00000000 00:00 0 
| 79c8e4e89000-79c8e4e8a000 ---p 00000000 00:00 0 
| 79c8e4e8a000-79c8e4ecb000 rw-p 00000000 00:00 0 
| 79c8e4ecb000-79c8e4ecc000 ---p 00000000 00:00 0 
| 79c8e4ecc000-79c8e4f0d000 rw-p 00000000 00:00 0 
| 79c8e4f0d000-79c8e4f0e000 ---p 00000000 00:00 0 
| 79c8e4f0e000-79c8e4f4f000 rw-p 00000000 00:00 0 
| 79c8e4f4f000-79c8e4f50000 ---p 00000000 00:00 0 
| 79c8e4f50000-79c8e4f91000 rw-p 00000000 00:00 0 
| 79c8e4f91000-79c8e4f92000 ---p 00000000 00:00 0 
| 79c8e4f92000-79c8e4fd3000 rw-p 00000000 00:00 0 
| 79c8e4fd3000-79c8e4fd4000 ---p 00000000 00:00 0 
| 79c8e4fd4000-79c8e5015000 rw-p 00000000 00:00 0 
| 79c8e5015000-79c8e5016000 ---p 00000000 00:00 0 
| 79c8e5016000-79c8e5057000 rw-p 00000000 00:00 0 
| 79c8e5057000-79c8e5058000 ---p 00000000 00:00 0 
| 79c8e5058000-79c8e5099000 rw-p 00000000 00:00 0 
| 79c8e5099000-79c8e509a000 ---p 00000000 00:00 0 
| 79c8e509a000-79c8e50db000 rw-p 00000000 00:00 0 
| 79c8e50db000-79c8e50dc000 ---p 00000000 00:00 0 
| 79c8e50dc000-79c8e511d000 rw-p 00000000 00:00 0 
| 79c8e511d000-79c8e511e000 ---p 00000000 00:00 0 
| 79c8e511e000-79c8e515f000 rw-p 00000000 00:00 0 
| 79c8e515f000-79c8e5160000 ---p 00000000 00:00 0 
| 79c8e5160000-79c8e51a1000 rw-p 00000000 00:00 0 
| 79c8e51a1000-79c8e51a2000 ---p 00000000 00:00 0 
| 79c8e51a2000-79c8e51e3000 rw-p 00000000 00:00 0 
| 79c8e51e3000-79c8e51e4000 ---p 00000000 00:00 0 
| 79c8e51e4000-79c8e5225000 rw-p 00000000 00:00 0 
| 79c8e5225000-79c8e5226000 ---p 00000000 00:00 0 
| 79c8e5226000-79c8e5267000 rw-p 00000000 00:00 0 
| 79c8e5267000-79c8e5268000 ---p 00000000 00:00 0 
| 79c8e5268000-79c8e52a9000 rw-p 00000000 00:00 0 
| 79c8e52a9000-79c8e52aa000 ---p 00000000 00:00 0 
| 79c8e52aa000-79c8e52eb000 rw-p 00000000 00:00 0 
| 79c8e52eb000-79c8e52ec000 ---p 00000000 00:00 0 
| 79c8e52ec000-79c8e532d000 rw-p 00000000 00:00 0 
| 79c8e532d000-79c8e532e000 ---p 00000000 00:00 0 
| 79c8e532e000-79c8e536f000 rw-p 00000000 00:00 0 
| 79c8e536f000-79c8e5370000 ---p 00000000 00:00 0 
| 79c8e5370000-79c8e5b90000 rw-p 00000000 00:00 0 
| 79c8e5b92000-79c8e5b94000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79c8e5b94000-79c8e5b9b000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79c8e5b9b000-79c8e5b9c000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79c8e5b9c000-79c8e5b9d000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79c8e5b9d000-79c8e5b9e000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79c8e5b9e000-79c8e5b9f000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 79c8e5b9f000-79c8ff000000 rw-p 00000000 00:00 0 
| 79c8ff000000-79c8ff028000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79c8ff028000-79c8ff1bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79c8ff1bd000-79c8ff215000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79c8ff215000-79c8ff216000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79c8ff216000-79c8ff21a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79c8ff21a000-79c8ff21c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 79c8ff21c000-79c8ff229000 rw-p 00000000 00:00 0 
| 79c8ff22a000-79c8ff22b000 r--p 00000000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79c8ff22b000-79c8ff22c000 r-xp 00001000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79c8ff22c000-79c8ff22d000 r--p 00002000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79c8ff22d000-79c8ff22e000 r--p 00002000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79c8ff22e000-79c8ff22f000 rw-p 00003000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 79c8ff22f000-79c8ff233000 r--p 00000000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79c8ff233000-79c8ff23b000 r-xp 00004000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79c8ff23b000-79c8ff23e000 r--p 0000c000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79c8ff23e000-79c8ff23f000 r--p 0000e000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79c8ff23f000-79c8ff240000 rw-p 0000f000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 79c8ff240000-79c8ff280000 rw-p 00000000 00:00 0 
| 79c8ff282000-79c8ff388000 rw-p 00000000 00:00 0 
| 79c8ff388000-79c8ff38b000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79c8ff38b000-79c8ff3a2000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79c8ff3a2000-79c8ff3a6000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79c8ff3a6000-79c8ff3a7000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79c8ff3a7000-79c8ff3a8000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 79c8ff3a8000-79c8ff3b6000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79c8ff3b6000-79c8ff432000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79c8ff432000-79c8ff48d000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79c8ff48d000-79c8ff48e000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79c8ff48e000-79c8ff48f000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 79c8ff48f000-79c8ff491000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79c8ff491000-79c8ff4a5000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79c8ff4a5000-79c8ff4be000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79c8ff4be000-79c8ff4bf000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79c8ff4bf000-79c8ff4c0000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79c8ff4c0000-79c8ff4c1000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 79c8ff4c1000-79c8ff4c9000 rw-p 00000000 00:00 0 
| 79c8ff4c9000-79c8ff4d3000 r--p 00000000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79c8ff4d3000-79c8ff532000 r-xp 0000a000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79c8ff532000-79c8ff549000 r--p 00069000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79c8ff549000-79c8ff54a000 r--p 0007f000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79c8ff54a000-79c8ff54b000 rw-p 00080000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 79c8ff54b000-79c8ff54d000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79c8ff54d000-79c8ff55e000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79c8ff55e000-79c8ff564000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79c8ff564000-79c8ff565000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79c8ff565000-79c8ff566000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79c8ff566000-79c8ff567000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 79c8ff568000-79c8ff569000 r--p 00000000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79c8ff569000-79c8ff56b000 r-xp 00001000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79c8ff56b000-79c8ff56c000 r--p 00003000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79c8ff56c000-79c8ff56d000 r--p 00003000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79c8ff56d000-79c8ff56e000 rw-p 00004000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 79c8ff56e000-79c8ff56f000 r--p 00000000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79c8ff56f000-79c8ff570000 r-xp 00001000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79c8ff570000-79c8ff571000 r--p 00002000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79c8ff571000-79c8ff572000 r--p 00002000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79c8ff572000-79c8ff573000 rw-p 00003000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 79c8ff573000-79c8ff574000 r--p 00000000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79c8ff574000-79c8ff575000 r-xp 00001000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79c8ff575000-79c8ff576000 r--p 00002000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79c8ff576000-79c8ff577000 r--p 00002000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79c8ff577000-79c8ff578000 rw-p 00003000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 79c8ff578000-79c8ff57a000 rw-p 00000000 00:00 0 
| 79c8ff57a000-79c8ff57c000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79c8ff57c000-79c8ff5a6000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79c8ff5a6000-79c8ff5b1000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79c8ff5b2000-79c8ff5b4000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 79c8ff5b4000-79c8ff5b6000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc3f709000-7ffc3ff08000 rw-p 00000000 00:00 0                          [stack]
| 7ffc3ffea000-7ffc3ffee000 r--p 00000000 00:00 0                          [vvar]
| 7ffc3ffee000-7ffc3fff0000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

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

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

 25) Failure:
TestYJIT#test_build_large_struct [/home/jinroq/dev/sandbox/my-ruby-build/build-force-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]


 26) Failure:
TestYJIT#test_yjit_enable_with_monkey_patch [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_yjit.rb:124]:
pid 38099 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:53: [BUG] Segmentation fault at 0x00005a56e4ef5648
| ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:53
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb: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-force-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-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761
| c:0099 p:1336 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:54
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:54
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:54
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:54
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:54
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:54
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:54
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:54
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:54
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:54
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:54
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:54
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:54
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:54
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:54
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:54
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:54
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:54
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:54
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:54
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:54
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:54
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:54
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:54
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:54
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:54
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:54
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:54
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:54
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:53
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0045 s:0006 e:000005 EVAL   -:10 [FINISH]
| c:0001 p:0000 s:0003 E:0024d0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:10:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:53:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:54:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:98:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1761:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5941:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5943:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:53:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00005a56e4ef5648 RBP: 0x000078bfc77fd870 RSP: 0x00007ffdab69b090
|  RAX: 0x0000000000000000 RBX: 0x000078bfc7700f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x000078bfac777f38
|   R8: 0x0000000000000000  R9: 0x000078bfc77fd838 R10: 0x000078bfad215b20
|  R11: 0x000078bfac777f38 R12: 0x0000000000000024 R13: 0x00005a56e22e7410
|  R14: 0x00005a56e22e7410 R15: 0x000078bfc77fd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5a56e184aaa1] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x5a56e1a05ffc] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/error.c:1087
| /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby(sigsegv+0x46) [0x5a56e1791536] /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/signal.c:929
| /lib/x86_64-linux-gnu/libc.so.6(0x78bfc7842520) [0x78bfc7842520]
| [0x5a56e4ef5648]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 5a56e1615000-5a56e1659000 r--p 00000000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5a56e1659000-5a56e1ab6000 r-xp 00044000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5a56e1ab6000-5a56e1c54000 r--p 004a1000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5a56e1c54000-5a56e1c6c000 r--p 0063e000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5a56e1c6c000-5a56e1c6d000 rw-p 00656000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 5a56e1c6d000-5a56e1c82000 rw-p 00000000 00:00 0 
| 5a56e22df000-5a56e2eaa000 rw-p 00000000 00:00 0                          [heap]
| 5a56e2ef4000-5a56e4ef4000 r-xp 00000000 00:00 0 
| 5a56e4ef4000-5a56e6ef4000 rw-p 00000000 00:00 0 
| 5a56e706f000-5a56e70a3000 r-xp 00000000 00:00 0 
| 5a56e70a3000-5a56ea06f000 ---p 00000000 00:00 0 
| 78bfa860b000-78bfa8c00000 rw-p 00000000 00:00 0 
| 78bfa9200000-78bfa941f000 r--s 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78bfa9600000-78bfac572000 r--s 00000000 103:02 11575854                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/ruby
| 78bfac770000-78bfacae0000 rw-p 00000000 00:00 0 
| 78bfacaf0000-78bfacb30000 rw-p 00000000 00:00 0 
| 78bfacb40000-78bfacc90000 rw-p 00000000 00:00 0 
| 78bfacca0000-78bfad110000 rw-p 00000000 00:00 0 
| 78bfad120000-78bfad230000 rw-p 00000000 00:00 0 
| 78bfad234000-78bfad236000 r--p 00000000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78bfad236000-78bfad23b000 r-xp 00002000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78bfad23b000-78bfad23c000 r--p 00007000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78bfad23c000-78bfad23d000 ---p 00008000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78bfad23d000-78bfad23e000 r--p 00008000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78bfad23e000-78bfad23f000 rw-p 00009000 103:02 12095935                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78bfad23f000-78bfad240000 ---p 00000000 00:00 0 
| 78bfad240000-78bfad281000 rw-p 00000000 00:00 0 
| 78bfad281000-78bfad282000 ---p 00000000 00:00 0 
| 78bfad282000-78bfad2c3000 rw-p 00000000 00:00 0 
| 78bfad2c3000-78bfad2c4000 ---p 00000000 00:00 0 
| 78bfad2c4000-78bfad305000 rw-p 00000000 00:00 0 
| 78bfad305000-78bfad306000 ---p 00000000 00:00 0 
| 78bfad306000-78bfad347000 rw-p 00000000 00:00 0 
| 78bfad347000-78bfad348000 ---p 00000000 00:00 0 
| 78bfad348000-78bfad389000 rw-p 00000000 00:00 0 
| 78bfad389000-78bfad38a000 ---p 00000000 00:00 0 
| 78bfad38a000-78bfad3cb000 rw-p 00000000 00:00 0 
| 78bfad3cb000-78bfad3cc000 ---p 00000000 00:00 0 
| 78bfad3cc000-78bfad40d000 rw-p 00000000 00:00 0 
| 78bfad40d000-78bfad40e000 ---p 00000000 00:00 0 
| 78bfad40e000-78bfad44f000 rw-p 00000000 00:00 0 
| 78bfad44f000-78bfad450000 ---p 00000000 00:00 0 
| 78bfad450000-78bfad491000 rw-p 00000000 00:00 0 
| 78bfad491000-78bfad492000 ---p 00000000 00:00 0 
| 78bfad492000-78bfad4d3000 rw-p 00000000 00:00 0 
| 78bfad4d3000-78bfad4d4000 ---p 00000000 00:00 0 
| 78bfad4d4000-78bfad515000 rw-p 00000000 00:00 0 
| 78bfad515000-78bfad516000 ---p 00000000 00:00 0 
| 78bfad516000-78bfad557000 rw-p 00000000 00:00 0 
| 78bfad557000-78bfad558000 ---p 00000000 00:00 0 
| 78bfad558000-78bfad599000 rw-p 00000000 00:00 0 
| 78bfad599000-78bfad59a000 ---p 00000000 00:00 0 
| 78bfad59a000-78bfad5db000 rw-p 00000000 00:00 0 
| 78bfad5db000-78bfad5dc000 ---p 00000000 00:00 0 
| 78bfad5dc000-78bfad61d000 rw-p 00000000 00:00 0 
| 78bfad61d000-78bfad61e000 ---p 00000000 00:00 0 
| 78bfad61e000-78bfad65f000 rw-p 00000000 00:00 0 
| 78bfad65f000-78bfad660000 ---p 00000000 00:00 0 
| 78bfad660000-78bfad6a1000 rw-p 00000000 00:00 0 
| 78bfad6a1000-78bfad6a2000 ---p 00000000 00:00 0 
| 78bfad6a2000-78bfad6e3000 rw-p 00000000 00:00 0 
| 78bfad6e3000-78bfad6e4000 ---p 00000000 00:00 0 
| 78bfad6e4000-78bfad725000 rw-p 00000000 00:00 0 
| 78bfad725000-78bfad726000 ---p 00000000 00:00 0 
| 78bfad726000-78bfad767000 rw-p 00000000 00:00 0 
| 78bfad767000-78bfad768000 ---p 00000000 00:00 0 
| 78bfad768000-78bfad7a9000 rw-p 00000000 00:00 0 
| 78bfad7a9000-78bfad7aa000 ---p 00000000 00:00 0 
| 78bfad7aa000-78bfad7eb000 rw-p 00000000 00:00 0 
| 78bfad7eb000-78bfad7ec000 ---p 00000000 00:00 0 
| 78bfad7ec000-78bfad82d000 rw-p 00000000 00:00 0 
| 78bfad82d000-78bfad82e000 ---p 00000000 00:00 0 
| 78bfad82e000-78bfad86f000 rw-p 00000000 00:00 0 
| 78bfad86f000-78bfad870000 ---p 00000000 00:00 0 
| 78bfad870000-78bfad8b1000 rw-p 00000000 00:00 0 
| 78bfad8b1000-78bfad8b2000 ---p 00000000 00:00 0 
| 78bfad8b2000-78bfad8f3000 rw-p 00000000 00:00 0 
| 78bfad8f3000-78bfad8f4000 ---p 00000000 00:00 0 
| 78bfad8f4000-78bfad935000 rw-p 00000000 00:00 0 
| 78bfad935000-78bfad936000 ---p 00000000 00:00 0 
| 78bfad936000-78bfad977000 rw-p 00000000 00:00 0 
| 78bfad977000-78bfad978000 ---p 00000000 00:00 0 
| 78bfad978000-78bfad9b9000 rw-p 00000000 00:00 0 
| 78bfad9b9000-78bfad9ba000 ---p 00000000 00:00 0 
| 78bfad9ba000-78bfad9fb000 rw-p 00000000 00:00 0 
| 78bfad9fb000-78bfad9fc000 ---p 00000000 00:00 0 
| 78bfad9fc000-78bfada3d000 rw-p 00000000 00:00 0 
| 78bfada3d000-78bfada3e000 ---p 00000000 00:00 0 
| 78bfada3e000-78bfada7f000 rw-p 00000000 00:00 0 
| 78bfada7f000-78bfada80000 ---p 00000000 00:00 0 
| 78bfada80000-78bfae290000 rw-p 00000000 00:00 0 
| 78bfae291000-78bfae293000 r--p 00000000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78bfae293000-78bfae29a000 r-xp 00002000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78bfae29a000-78bfae29b000 r--p 00009000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78bfae29b000-78bfae29c000 ---p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78bfae29c000-78bfae29d000 r--p 0000a000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78bfae29d000-78bfae29e000 rw-p 0000b000 103:02 1055286                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 78bfae29e000-78bfc7800000 rw-p 00000000 00:00 0 
| 78bfc7800000-78bfc7828000 r--p 00000000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78bfc7828000-78bfc79bd000 r-xp 00028000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78bfc79bd000-78bfc7a15000 r--p 001bd000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78bfc7a15000-78bfc7a16000 ---p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78bfc7a16000-78bfc7a1a000 r--p 00215000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78bfc7a1a000-78bfc7a1c000 rw-p 00219000 103:02 1053493                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78bfc7a1c000-78bfc7a29000 rw-p 00000000 00:00 0 
| 78bfc7a2f000-78bfc7a33000 r--p 00000000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78bfc7a33000-78bfc7a3b000 r-xp 00004000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78bfc7a3b000-78bfc7a3e000 r--p 0000c000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78bfc7a3e000-78bfc7a3f000 r--p 0000e000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78bfc7a3f000-78bfc7a40000 rw-p 0000f000 103:02 11575479                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 78bfc7a40000-78bfc7a90000 rw-p 00000000 00:00 0 
| 78bfc7a97000-78bfc7a98000 r--p 00000000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78bfc7a98000-78bfc7a99000 r-xp 00001000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78bfc7a99000-78bfc7a9a000 r--p 00002000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78bfc7a9a000-78bfc7a9b000 r--p 00002000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78bfc7a9b000-78bfc7a9c000 rw-p 00003000 103:02 12094130                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78bfc7a9c000-78bfc7aa1000 rw-p 00000000 00:00 0 
| 78bfc7aa1000-78bfc7aa4000 r--p 00000000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78bfc7aa4000-78bfc7abb000 r-xp 00003000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78bfc7abb000-78bfc7abf000 r--p 0001a000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78bfc7abf000-78bfc7ac0000 r--p 0001d000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78bfc7ac0000-78bfc7ac1000 rw-p 0001e000 103:02 1050699                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78bfc7ac1000-78bfc7acf000 r--p 00000000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78bfc7acf000-78bfc7b4b000 r-xp 0000e000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78bfc7b4b000-78bfc7ba6000 r--p 0008a000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78bfc7ba6000-78bfc7ba7000 r--p 000e4000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78bfc7ba7000-78bfc7ba8000 rw-p 000e5000 103:02 1053499                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78bfc7ba8000-78bfc7baa000 r--p 00000000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78bfc7baa000-78bfc7bbe000 r-xp 00002000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78bfc7bbe000-78bfc7bd7000 r--p 00016000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78bfc7bd7000-78bfc7bd8000 ---p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78bfc7bd8000-78bfc7bd9000 r--p 0002f000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78bfc7bd9000-78bfc7bda000 rw-p 00030000 103:02 1055130                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78bfc7bda000-78bfc7be2000 rw-p 00000000 00:00 0 
| 78bfc7be2000-78bfc7bec000 r--p 00000000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78bfc7bec000-78bfc7c4b000 r-xp 0000a000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78bfc7c4b000-78bfc7c62000 r--p 00069000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78bfc7c62000-78bfc7c63000 r--p 0007f000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78bfc7c63000-78bfc7c64000 rw-p 00080000 103:02 1055410                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 78bfc7c64000-78bfc7c66000 r--p 00000000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78bfc7c66000-78bfc7c77000 r-xp 00002000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78bfc7c77000-78bfc7c7d000 r--p 00013000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78bfc7c7d000-78bfc7c7e000 ---p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78bfc7c7e000-78bfc7c7f000 r--p 00019000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78bfc7c7f000-78bfc7c80000 rw-p 0001a000 103:02 1048760                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 78bfc7c81000-78bfc7c82000 r--p 00000000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78bfc7c82000-78bfc7c84000 r-xp 00001000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78bfc7c84000-78bfc7c85000 r--p 00003000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78bfc7c85000-78bfc7c86000 r--p 00003000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78bfc7c86000-78bfc7c87000 rw-p 00004000 103:02 12097103                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78bfc7c87000-78bfc7c88000 r--p 00000000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78bfc7c88000-78bfc7c89000 r-xp 00001000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78bfc7c89000-78bfc7c8a000 r--p 00002000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78bfc7c8a000-78bfc7c8b000 r--p 00002000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78bfc7c8b000-78bfc7c8c000 rw-p 00003000 103:02 12098305                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78bfc7c8c000-78bfc7c8d000 r--p 00000000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78bfc7c8d000-78bfc7c8e000 r-xp 00001000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78bfc7c8e000-78bfc7c8f000 r--p 00002000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78bfc7c8f000-78bfc7c90000 r--p 00002000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78bfc7c90000-78bfc7c91000 rw-p 00003000 103:02 12097991                  /home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78bfc7c91000-78bfc7c93000 rw-p 00000000 00:00 0 
| 78bfc7c93000-78bfc7c95000 r--p 00000000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78bfc7c95000-78bfc7cbf000 r-xp 00002000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78bfc7cbf000-78bfc7cca000 r--p 0002c000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78bfc7ccb000-78bfc7ccd000 r--p 00037000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78bfc7ccd000-78bfc7ccf000 rw-p 00039000 103:02 1052398                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffdaaea9000-7ffdab6a8000 rw-p 00000000 00:00 0                          [stack]
| 7ffdab776000-7ffdab77a000 r--p 00000000 00:00 0                          [vvar]
| 7ffdab77a000-7ffdab77c000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

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

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

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

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

 32) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "splat_and_keyword_splat(1, a: 2, &block)", but 2 arrays allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1, &block)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, &block)", but 8294 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, &block)", but 688 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 6943 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash, &block)", but 577 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 2581 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash, &block)", but 197 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, a: 2, &block)", but 2939 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, a: 2, &block)", but 241 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nill, &block)", but 2656 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nill, &block)", but 200 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash, &block)", but 2656 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash, &block)", but 200 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1, &block)", but 2656 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1, &block)", but 200 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, &block)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash, &block)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 5611 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash, &block)", but 462 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 7397 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash, &block)", but 615 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>.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 51) Failure:
TestAllocation::MethodCall#test_positional_splat_and_keyword_splat_parameter [/home/jinroq/dev/sandbox/my-ruby-build/build-force-rjit-ruby-repo/test/ruby/test_allocation.rb:87]:
Expected 1 array allocations for "splat_and_keyword_splat(1, a: 2)", but 2 arrays allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1)", but 580 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **empty_hash, **hash1)", but 43 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array)", but 8043 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array)", but 672 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash)", but 6661 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, **hash1, **empty_hash)", but 534 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 2581 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, *empty_array, **empty_hash)", but 197 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, a: 2)", but 2811 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, a: 2)", but 231 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nill)", but 2861 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nill)", but 235 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash)", but 2861 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash)", but 235 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1)", but 2861 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1)", but 235 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 2529 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, a: 2, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 2540 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, *empty_array, **hash1, **empty_hash)", but 191 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 5327 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, a: 2, **empty_hash)", but 417 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 7113 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(1, *empty_array, **hash1, **empty_hash)", but 569 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2)", but 7039 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **empty_hash, a: 2)", but 559 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash)", but 7063 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **hash1, **empty_hash)", but 554 hashes allocated
Expected 1 array allocations for "splat_and_keyword_splat(*array1, **nil)", but 2785 arrays allocated
Expected 1 hash allocations for "splat_and_keyword_splat(*array1, **nil)", but 231 hashes allocated.
<true> expected but was
<false>.
Children under /tmp/rubytest.ccm5i2:
* drwx------ 4 4096 2024-04-28 00:14:54 +0900 gem_rebuild20240428-3765101-rkpra8/
  * drwxrwxr-x 2 4096 2024-04-28 00:14:54 +0900 old/
    * -rw-rw-r-- 1 4096 2024-04-28 00:14:54 +0900 rebuild_test_gem-1.0.0.gem
  * drwxrwxr-x 2 4096 2024-04-28 00:14:54 +0900 new/
    * -rw-rw-r-- 1 4096 2024-04-28 00:14:54 +0900 rebuild_test_gem-1.0.0.gem

 52) Timeout:
TestSetTraceFunc#test_disable_local_tracepoint_in_trace

Finished tests in 3378.778235s, 7.6723 tests/s, 1912.1178 assertions/s.
25923 tests, 6460622 assertions, 51 failures, 1 errors, 161 skips

ruby -v: ruby 3.4.0dev (2024-04-27T12:55:28Z master c844968b72) +RJIT [x86_64-linux]
make: *** [uncommon.mk:965: yes-test-all] エラー 52