虚無庵

徒然なるままに

今日の ruby build 2024-01-10

今日のビルド

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

  Files:        941

  Classes:     1230 ( 288 undocumented)
  Modules:      225 (  68 undocumented)
  Constants:   2368 ( 641 undocumented)
  Attributes:  1458 ( 239 undocumented)
  Methods:    12093 (2105 undocumented)

  Total:      17374 (3341 undocumented)
   80.77% documented

  Elapsed: 35.5s

nobu が対応してくれた。やっぱり型キャストじゃなかったですね。C 言語を勉強し直さないと。

今日のテスト

make test-all を実行。

Finished tests in 1154.031837s, 23.0349 tests/s, 5482.3323 assertions/s.
26583 tests, 6326786 assertions, 0 failures, 0 errors, 105 skips

ruby -v: ruby 3.4.0dev (2024-01-10T10:02:23Z master 31371b2e24) [x86_64-linux]

今日のビルド(Universal Parser 有効化)

31371b2e24b03ccb0a03b622faf8c65e6cf6a31a までを pull ってきてビルド。

ruby_parser.c: In function ‘rb_parser_config_initialize’:
ruby_parser.c:782:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  782 |     config->compile_warn    = rb_compile_warn;
      |                             ^
ruby_parser.c:783:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  783 |     config->compile_warning = rb_compile_warning;
      |                             ^
ruby_parser.c:784:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  784 |     config->bug             = rb_bug;
      |                             ^
ruby_parser.c:785:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  785 |     config->fatal           = rb_fatal;
      |                             ^
ruby_parser.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
  Files:        941

  Classes:     1230 ( 288 undocumented)
  Modules:      225 (  68 undocumented)
  Constants:   2368 ( 641 undocumented)
  Attributes:  1458 ( 239 undocumented)
  Methods:    12093 (2105 undocumented)

  Total:      17374 (3341 undocumented)
   80.77% documented

  Elapsed: 40.3s

今日のテスト(Universal Parser 有効化)

make test-all を実行。

  1) Failure:
TestRubyLiteral#test_hash_duplicated_key [/home/jinroq/dev/sandbox/my-ruby-build/build-up-ruby-repo/test/ruby/test_literal.rb:488]:
duplicated literal key.

1. [ 1/11] Assertion for ":foo"
   | expected: /key :foo is duplicated/
   | actual: "".

2. [ 3/11] Assertion for "1000"
   | expected: /key 1000 is duplicated/
   | actual: "".

3. [ 4/11] Assertion for "1.0"
   | expected: /key 1\.0 is duplicated/
   | actual: "".

4. [ 5/11] Assertion for "1_000_000_000_000_000_000_000"
   | expected: /key 1000000000000000000000 is duplicated/
   | actual: "".

5. [ 6/11] Assertion for "1.0r"
   | expected: /key \(1\/1\) is duplicated/
   | actual: "".

6. [ 7/11] Assertion for "1.0i"
   | expected: /key \(0\+1\.0i\) is duplicated/
   | actual: "".

7. [ 8/11] Assertion for "1.72723e-77"
   | expected: /key 1\.72723e\-77 is duplicated/
   | actual: "".

8. [10/11] Assertion for "__LINE__"
   | expected: /key 1 is duplicated/
   | actual: "".

9. [11/11] Assertion for "__FILE__"
   | expected: /key "\(eval\ at\ \/home\/jinroq\/dev\/sandbox\/my\-ruby\-build\/build\-up\-ruby\-repo\/test\/ruby\/test_literal\.rb:502\)" is duplicated/
   | actual: "".

  2) Failure:
TestSyntax#test_keyword_duplicated [/home/jinroq/dev/sandbox/my-ruby-build/build-up-ruby-repo/test/ruby/test_syntax.rb:334]:
expected: /duplicated/
actual: "".

Finished tests in 1312.130533s, 20.2594 tests/s, 4821.9745 assertions/s.
26583 tests, 6327060 assertions, 2 failures, 0 errors, 105 skips

ruby -v: ruby 3.4.0dev (2024-01-10T10:02:23Z master 31371b2e24) [x86_64-linux]
make: *** [uncommon.mk:945: yes-test-all] エラー 2

今日のビルド(YJIT 有効化)

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

今日のテスト(YJIT 有効化)

make test-all を実行。

Finished tests in 1169.550028s, 22.7293 tests/s, 5409.5129 assertions/s.
26583 tests, 6326696 assertions, 0 failures, 0 errors, 105 skips

ruby -v: ruby 3.4.0dev (2024-01-10T10:02:23Z master 31371b2e24) [x86_64-linux]

今日のビルド(RJIT 有効化)

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

今日のテスト(RJIT 有効化)

make test-all を実行。

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

  2) Failure:
TestRubyOptions#test_parser_flag [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_rubyoptions.rb:293]:
pid 1036625 killed by SIGABRT (signal 6) (core dumped)
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby: warning: The compiler based on the Prism parser is currently experimental and compatibility with the compiler based on parse.y is not yet complete. Please report any issues you find on the `ruby/prism` issue tracker.
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:4: [BUG] Local with constant_id 90 does not exist
| ruby 3.4.0dev (2024-01-10T10:02:23Z master 31371b2e24) +RJIT +PRISM [x86_64-lin
| 
| -- Control frame information -----------------------------------------------
| c:0005 p:---- s:0019 e:000018 CFUNC  :require
| c:0004 p:0029 s:0014 e:000013 TOP    /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:4 [FINISH]
| c:0003 p:---- s:0011 e:000010 CFUNC  :require
| c:0002 p:0038 s:0006 e:000005 TOP    <internal:rjit>:38 [FINISH]
| c:0001 p:0000 s:0003 E:000a30 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| <internal:rjit>:38:in `<internal:rjit>'
| <internal:rjit>:38:in `require'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:4:in `<compiled>'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:4:in `require'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x558e9a7f4851] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(bug_report_end+0x0) [0x558e9a9b9e36] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1042
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_without_die) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1042
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(die+0x0) [0x558e9a5dd875] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1050
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1052
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_constant_id_lookup+0x0) [0x558e9a5dd14c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:790
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_pattern) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:1995
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_pattern_match+0x148) [0x558e9a9792f8] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:1409
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_pattern+0x65b) [0x558e9a97680b] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:1606
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(ADD_ELEM+0x0) [0x558e9a969020] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:3387
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:3388
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x8b93) [0x558e9a96e083] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:4630
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x624d) [0x558e9a96b73d] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6329
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xd4c9) [0x558e9a9729b9] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6188
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0xce) [0x558e9a9753c7] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6527
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_iseq_compile_prism_node) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/compile.c:991
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_iseq_new_with_opt+0x124) [0x558e9a64f9b4] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:986
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_call+0x583) [0x558e9a97aa53] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:828
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x480e) [0x558e9a969cfe] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:3176
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x620e) [0x558e9a96b6fe] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6327
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xa278) [0x558e9a96f768] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6241
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0xce) [0x558e9a9753c7] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6527
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_iseq_compile_prism_node) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/compile.c:991
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_iseq_new_with_opt+0x124) [0x558e9a64f9b4] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:986
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x55a3) [0x558e9a96aa93] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:828
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x620e) [0x558e9a96b6fe] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6327
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xa278) [0x558e9a96f768] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6241
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0xce) [0x558e9a9753c7] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6527
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_iseq_compile_prism_node) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/compile.c:991
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_iseq_new_with_opt+0x124) [0x558e9a64f9b4] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:986
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x3454) [0x558e9a968944] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:828
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x624d) [0x558e9a96b73d] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6329
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xa278) [0x558e9a96f768] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6241
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0xce) [0x558e9a9753c7] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6527
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_iseq_compile_prism_node) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/compile.c:991
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_iseq_new_with_opt+0x124) [0x558e9a64f9b4] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:986
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_class_path+0x0) [0x558e9a966e37] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:828
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:4907
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x624d) [0x558e9a96b73d] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6329
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xa278) [0x558e9a96f768] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6241
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0xce) [0x558e9a9753c7] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6527
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_iseq_compile_prism_node) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/compile.c:991
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(iseqw_s_compile_prism_compile+0xfd) [0x558e9a64de7d] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:1416
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_iseq_new_main_prism+0xa8) [0x558e9a6508b8] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:1516
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(load_iseq_eval+0xe3) [0x558e9a6572ff] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:750
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(require_internal) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1281
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_require_string_internal+0x2c) [0x558e9a657606] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1380
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_require_string) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1373
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_f_require) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1015
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_cfp_consistent_p+0x0) [0x558e9a7c6e2c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_insnhelper.c:3490
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_call_cfunc_with_frame_) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_insnhelper.c:3492
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_call_cfunc_with_frame) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_insnhelper.c:3518
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_sendish+0xa0) [0x558e9a7e54a1] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_insnhelper.c:5581
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_exec_core) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/insns.def:834
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_exec+0x18e) [0x558e9a7d578e] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm.c:2486
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(load_iseq_eval+0x3c) [0x558e9a65720a] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:774
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(require_internal) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1281
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_require_string_internal+0x2c) [0x558e9a657606] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1380
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_require_string) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1373
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_f_require) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1015
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_cfp_consistent_p+0x0) [0x558e9a7c6e2c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_insnhelper.c:3490
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_call_cfunc_with_frame_) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_insnhelper.c:3492
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_call_cfunc_with_frame) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_insnhelper.c:3518
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_sendish+0xa0) [0x558e9a7e54a1] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_insnhelper.c:5581
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_exec_core) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/insns.def:834
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_exec+0x18e) [0x558e9a7d578e] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm.c:2486
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(Init_builtin_prelude+0x0) [0x558e9a623197] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/inits.c:107
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_call_builtin_inits) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/inits.c:109
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(ruby_init_prelude+0x0) [0x558e9a737a51] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby.c:1790
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(ruby_opt_init) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby.c:1791
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(ruby_opt_init+0x13) [0x558e9a739303] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby.c:1749
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(process_options) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby.c:2431
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(ruby_process_options+0x14c) [0x558e9a73a4cc] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby.c:3014
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(ruby_options+0xd3) [0x558e9a5e2f83] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/eval.c:121
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_main+0x19) [0x558e9a5ddc3f] ./main.c:39
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(main) ./main.c:58
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7fbc2d229d90] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fbc2d229e40] ../csu/libc-start.c:392
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
| [0x558e9a5ddc95]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -e
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
| 
| * Process memory map:
| 
| 558e9a58c000-558e9a5cf000 r--p 00000000 103:02 4355517                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 558e9a5cf000-558e9a9e3000 r-xp 00043000 103:02 4355517                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 558e9a9e3000-558e9ab72000 r--p 00457000 103:02 4355517                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 558e9ab72000-558e9ab89000 r--p 005e5000 103:02 4355517                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 558e9ab89000-558e9ab8a000 rw-p 005fc000 103:02 4355517                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 558e9ab8a000-558e9ab9f000 rw-p 00000000 00:00 0 
| 558e9ca1c000-558e9cd41000 rw-p 00000000 00:00 0                          [heap]
| 7fbc0fc00000-7fbc0fe1e000 r--s 00000000 103:02 2099295                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fbc10000000-7fbc12be6000 r--s 00000000 103:02 4355517                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7fbc12d30000-7fbc12db0000 rw-p 00000000 00:00 0 
| 7fbc12dbf000-7fbc12dc0000 ---p 00000000 00:00 0 
| 7fbc12dc0000-7fbc12e01000 rw-p 00000000 00:00 0 
| 7fbc12e01000-7fbc12e02000 ---p 00000000 00:00 0 
| 7fbc12e02000-7fbc12e43000 rw-p 00000000 00:00 0 
| 7fbc12e43000-7fbc12e44000 ---p 00000000 00:00 0 
| 7fbc12e44000-7fbc12e85000 rw-p 00000000 00:00 0 
| 7fbc12e85000-7fbc12e86000 ---p 00000000 00:00 0 
| 7fbc12e86000-7fbc12ec7000 rw-p 00000000 00:00 0 
| 7fbc12ec7000-7fbc12ec8000 ---p 00000000 00:00 0 
| 7fbc12ec8000-7fbc12f09000 rw-p 00000000 00:00 0 
| 7fbc12f09000-7fbc12f0a000 ---p 00000000 00:00 0 
| 7fbc12f0a000-7fbc12f4b000 rw-p 00000000 00:00 0 
| 7fbc12f4b000-7fbc12f4c000 ---p 00000000 00:00 0 
| 7fbc12f4c000-7fbc12f8d000 rw-p 00000000 00:00 0 
| 7fbc12f8d000-7fbc12f8e000 ---p 00000000 00:00 0 
| 7fbc12f8e000-7fbc12fcf000 rw-p 00000000 00:00 0 
| 7fbc12fcf000-7fbc12fd0000 ---p 00000000 00:00 0 
| 7fbc12fd0000-7fbc13011000 rw-p 00000000 00:00 0 
| 7fbc13011000-7fbc13012000 ---p 00000000 00:00 0 
| 7fbc13012000-7fbc13053000 rw-p 00000000 00:00 0 
| 7fbc13053000-7fbc13054000 ---p 00000000 00:00 0 
| 7fbc13054000-7fbc13095000 rw-p 00000000 00:00 0 
| 7fbc13095000-7fbc13096000 ---p 00000000 00:00 0 
| 7fbc13096000-7fbc130d7000 rw-p 00000000 00:00 0 
| 7fbc130d7000-7fbc130d8000 ---p 00000000 00:00 0 
| 7fbc130d8000-7fbc13119000 rw-p 00000000 00:00 0 
| 7fbc13119000-7fbc1311a000 ---p 00000000 00:00 0 
| 7fbc1311a000-7fbc1315b000 rw-p 00000000 00:00 0 
| 7fbc1315b000-7fbc1315c000 ---p 00000000 00:00 0 
| 7fbc1315c000-7fbc1319d000 rw-p 00000000 00:00 0 
| 7fbc1319d000-7fbc1319e000 ---p 00000000 00:00 0 
| 7fbc1319e000-7fbc131df000 rw-p 00000000 00:00 0 
| 7fbc131df000-7fbc131e0000 ---p 00000000 00:00 0 
| 7fbc131e0000-7fbc13221000 rw-p 00000000 00:00 0 
| 7fbc13221000-7fbc13222000 ---p 00000000 00:00 0 
| 7fbc13222000-7fbc13263000 rw-p 00000000 00:00 0 
| 7fbc13263000-7fbc13264000 ---p 00000000 00:00 0 
| 7fbc13264000-7fbc132a5000 rw-p 00000000 00:00 0 
| 7fbc132a5000-7fbc132a6000 ---p 00000000 00:00 0 
| 7fbc132a6000-7fbc132e7000 rw-p 00000000 00:00 0 
| 7fbc132e7000-7fbc132e8000 ---p 00000000 00:00 0 
| 7fbc132e8000-7fbc13329000 rw-p 00000000 00:00 0 
| 7fbc13329000-7fbc1332a000 ---p 00000000 00:00 0 
| 7fbc1332a000-7fbc1336b000 rw-p 00000000 00:00 0 
| 7fbc1336b000-7fbc1336c000 ---p 00000000 00:00 0 
| 7fbc1336c000-7fbc133ad000 rw-p 00000000 00:00 0 
| 7fbc133ad000-7fbc133ae000 ---p 00000000 00:00 0 
| 7fbc133ae000-7fbc133ef000 rw-p 00000000 00:00 0 
| 7fbc133ef000-7fbc133f0000 ---p 00000000 00:00 0 
| 7fbc133f0000-7fbc13431000 rw-p 00000000 00:00 0 
| 7fbc13431000-7fbc13432000 ---p 00000000 00:00 0 
| 7fbc13432000-7fbc13473000 rw-p 00000000 00:00 0 
| 7fbc13473000-7fbc13474000 ---p 00000000 00:00 0 
| 7fbc13474000-7fbc134b5000 rw-p 00000000 00:00 0 
| 7fbc134b5000-7fbc134b6000 ---p 00000000 00:00 0 
| 7fbc134b6000-7fbc134f7000 rw-p 00000000 00:00 0 
| 7fbc134f7000-7fbc134f8000 ---p 00000000 00:00 0 
| 7fbc134f8000-7fbc13539000 rw-p 00000000 00:00 0 
| 7fbc13539000-7fbc1353a000 ---p 00000000 00:00 0 
| 7fbc1353a000-7fbc1357b000 rw-p 00000000 00:00 0 
| 7fbc1357b000-7fbc1357c000 ---p 00000000 00:00 0 
| 7fbc1357c000-7fbc135bd000 rw-p 00000000 00:00 0 
| 7fbc135bd000-7fbc135be000 ---p 00000000 00:00 0 
| 7fbc135be000-7fbc135ff000 rw-p 00000000 00:00 0 
| 7fbc135ff000-7fbc13600000 ---p 00000000 00:00 0 
| 7fbc13600000-7fbc2d200000 rw-p 00000000 00:00 0 
| 7fbc2d200000-7fbc2d228000 r--p 00000000 103:02 2099295                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fbc2d228000-7fbc2d3bd000 r-xp 00028000 103:02 2099295                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fbc2d3bd000-7fbc2d415000 r--p 001bd000 103:02 2099295                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fbc2d415000-7fbc2d419000 r--p 00214000 103:02 2099295                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fbc2d419000-7fbc2d41b000 rw-p 00218000 103:02 2099295                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fbc2d41b000-7fbc2d428000 rw-p 00000000 00:00 0 
| 7fbc2d42f000-7fbc2d433000 r--p 00000000 103:02 4334081                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fbc2d433000-7fbc2d43b000 r-xp 00004000 103:02 4334081                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fbc2d43b000-7fbc2d43e000 r--p 0000c000 103:02 4334081                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fbc2d43e000-7fbc2d43f000 r--p 0000e000 103:02 4334081                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fbc2d43f000-7fbc2d440000 rw-p 0000f000 103:02 4334081                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fbc2d440000-7fbc2d490000 rw-p 00000000 00:00 0 
| 7fbc2d492000-7fbc2d494000 r--p 00000000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fbc2d494000-7fbc2d49b000 r-xp 00002000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fbc2d49b000-7fbc2d49c000 r--p 00009000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fbc2d49c000-7fbc2d49d000 ---p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fbc2d49d000-7fbc2d49e000 r--p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fbc2d49e000-7fbc2d49f000 rw-p 0000b000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fbc2d49f000-7fbc2d510000 rw-p 00000000 00:00 0 
| 7fbc2d512000-7fbc2d618000 rw-p 00000000 00:00 0 
| 7fbc2d618000-7fbc2d61b000 r--p 00000000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fbc2d61b000-7fbc2d632000 r-xp 00003000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fbc2d632000-7fbc2d636000 r--p 0001a000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fbc2d636000-7fbc2d637000 r--p 0001d000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fbc2d637000-7fbc2d638000 rw-p 0001e000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fbc2d638000-7fbc2d646000 r--p 00000000 103:02 2099304                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fbc2d646000-7fbc2d6c2000 r-xp 0000e000 103:02 2099304                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fbc2d6c2000-7fbc2d71d000 r--p 0008a000 103:02 2099304                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fbc2d71d000-7fbc2d71e000 r--p 000e4000 103:02 2099304                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fbc2d71e000-7fbc2d71f000 rw-p 000e5000 103:02 2099304                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fbc2d71f000-7fbc2d721000 r--p 00000000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fbc2d721000-7fbc2d735000 r-xp 00002000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fbc2d735000-7fbc2d74e000 r--p 00016000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fbc2d74e000-7fbc2d74f000 ---p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fbc2d74f000-7fbc2d750000 r--p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fbc2d750000-7fbc2d751000 rw-p 00030000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fbc2d751000-7fbc2d759000 rw-p 00000000 00:00 0 
| 7fbc2d759000-7fbc2d763000 r--p 00000000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fbc2d763000-7fbc2d7c2000 r-xp 0000a000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fbc2d7c2000-7fbc2d7d9000 r--p 00069000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fbc2d7d9000-7fbc2d7da000 r--p 0007f000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fbc2d7da000-7fbc2d7db000 rw-p 00080000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fbc2d7db000-7fbc2d7dd000 r--p 00000000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fbc2d7dd000-7fbc2d7ee000 r-xp 00002000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fbc2d7ee000-7fbc2d7f4000 r--p 00013000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fbc2d7f4000-7fbc2d7f5000 ---p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fbc2d7f5000-7fbc2d7f6000 r--p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fbc2d7f6000-7fbc2d7f7000 rw-p 0001a000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fbc2d7ff000-7fbc2d802000 r--p 00000000 103:02 4337405                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
| 7fbc2d802000-7fbc2d803000 r--p 00000000 103:02 4355650                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fbc2d803000-7fbc2d804000 r-xp 00001000 103:02 4355650                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fbc2d804000-7fbc2d805000 r--p 00002000 103:02 4355650                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fbc2d805000-7fbc2d806000 r--p 00002000 103:02 4355650                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fbc2d806000-7fbc2d807000 rw-p 00003000 103:02 4355650                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fbc2d807000-7fbc2d808000 r--p 00000000 103:02 4355526                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fbc2d808000-7fbc2d809000 r-xp 00001000 103:02 4355526                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fbc2d809000-7fbc2d80a000 r--p 00002000 103:02 4355526                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fbc2d80a000-7fbc2d80b000 r--p 00002000 103:02 4355526                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fbc2d80b000-7fbc2d80c000 rw-p 00003000 103:02 4355526                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fbc2d80c000-7fbc2d80e000 rw-p 00000000 00:00 0 
| 7fbc2d80e000-7fbc2d810000 r--p 00000000 103:02 2099288                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fbc2d810000-7fbc2d83a000 r-xp 00002000 103:02 2099288                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fbc2d83a000-7fbc2d845000 r--p 0002c000 103:02 2099288                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fbc2d846000-7fbc2d848000 r--p 00037000 103:02 2099288                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fbc2d848000-7fbc2d84a000 rw-p 00039000 103:02 2099288                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffde4e72000-7ffde5671000 rw-p 00000000 00:00 0                          [stack]
| 7ffde5762000-7ffde5766000 r--p 00000000 00:00 0                          [vvar]
| 7ffde5766000-7ffde5768000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 
.

1. [1/2] Assertion for "stdout"
   | <["hi"]> expected but was
   | <[]>.

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

  4) Failure:
TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:676]:
before_stats: {:count=>29, :time=>89, :marking_time=>57, :sweeping_time=>31, :heap_allocated_pages=>156, :heap_sorted_length=>303, :heap_allocatable_pages=>147, :heap_available_slots=>212947, :heap_live_slots=>141403, :heap_free_slots=>71544, :heap_final_slots=>0, :heap_marked_slots=>129262, :heap_eden_pages=>156, :heap_tomb_pages=>0, :total_allocated_pages=>160, :total_freed_pages=>4, :total_allocated_objects=>1360430, :total_freed_objects=>1219027, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>25, :major_gc_count=>4, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1230, :old_objects=>129252, :old_objects_limit=>246098, :oldmalloc_increase_bytes=>3160, :oldmalloc_increase_bytes_limit=>19737900}
before_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>119, :heap_eden_slots=>194853, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>119, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>1, :total_allocated_objects=>1322168, :total_freed_objects=>1185970}, 1=>{:slot_size=>80, :heap_allocatable_pages=>1, :heap_eden_pages=>11, :heap_eden_slots=>9002, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>12, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>1, :total_allocated_objects=>21486, :total_freed_objects=>18257}, 2=>{:slot_size=>160, :heap_allocatable_pages=>2, :heap_eden_pages=>20, :heap_eden_slots=>8174, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>23, :total_freed_pages=>3, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>16764, :total_freed_objects=>14731}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>612, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>59, :total_freed_objects=>51}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>306, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23, :total_freed_objects=>18}}
after_stats: {:count=>44, :time=>112, :marking_time=>60, :sweeping_time=>51, :heap_allocated_pages=>156, :heap_sorted_length=>303, :heap_allocatable_pages=>147, :heap_available_slots=>212947, :heap_live_slots=>129429, :heap_free_slots=>83518, :heap_final_slots=>0, :heap_marked_slots=>129368, :heap_eden_pages=>156, :heap_tomb_pages=>0, :total_allocated_pages=>160, :total_freed_pages=>4, :total_allocated_objects=>2364780, :total_freed_objects=>2235351, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>40, :major_gc_count=>4, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1230, :old_objects=>129355, :old_objects_limit=>246098, :oldmalloc_increase_bytes=>7136, :oldmalloc_increase_bytes_limit=>19737900}
after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>119, :heap_eden_slots=>194853, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>119, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>1, :total_allocated_objects=>2326222, :total_freed_objects=>2202024}, 1=>{:slot_size=>80, :heap_allocatable_pages=>1, :heap_eden_pages=>11, :heap_eden_slots=>9002, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>12, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>1, :total_allocated_objects=>21557, :total_freed_objects=>18316}, 2=>{:slot_size=>160, :heap_allocatable_pages=>2, :heap_eden_pages=>20, :heap_eden_slots=>8174, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>23, :total_freed_pages=>3, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>16983, :total_freed_objects=>14942}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>612, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>59, :total_freed_objects=>51}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>306, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23, :total_freed_objects=>18}}.
<0> expected but was
<4>.

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

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


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

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


Finished tests in 1705.351409s, 15.5880 tests/s, 3817.8659 assertions/s.
26583 tests, 6510803 assertions, 6 failures, 0 errors, 120 skips

ruby -v: ruby 3.4.0dev (2024-01-10T10:02:23Z master 31371b2e24) +RJIT [x86_64-linux]
make: *** [uncommon.mk:945: yes-test-all] エラー 6