今日の ruby build 2024-01-14
今日のビルド
4e5754a459ea10c73381b3009bb889e83077575c までを pull ってきてビルド。エラー/警告ともになし。
Files: 942 Classes: 1230 ( 288 undocumented) Modules: 226 ( 68 undocumented) Constants: 2527 ( 641 undocumented) Attributes: 1458 ( 239 undocumented) Methods: 12108 (2112 undocumented) Total: 17549 (3348 undocumented) 80.92% documented Elapsed: 32.8s
今日のテスト
make test-all
を実行。
Finished tests in 912.626604s, 29.1412 tests/s, 6942.2708 assertions/s. 26595 tests, 6335701 assertions, 0 failures, 0 errors, 106 skips ruby -v: ruby 3.4.0dev (2024-01-13T15:24:14Z master 4e5754a459) [x86_64-linux]
今日のビルド(Universal Parser 有効化)
4e5754a459ea10c73381b3009bb889e83077575c までを pull ってきてビルド。
ruby_parser.c:658:21: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format] 658 | .compile_warn = rb_compile_warn, | ^~~~~~~~~~~~~~~ ruby_parser.c:659:24: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format] 659 | .compile_warning = rb_compile_warning, | ^~~~~~~~~~~~~~~~~~ ruby_parser.c:660:12: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format] 660 | .bug = rb_bug, | ^~~~~~ ruby_parser.c:661:14: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format] 661 | .fatal = rb_fatal, | ^~~~~~~~ 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: 942 Classes: 1230 ( 288 undocumented) Modules: 226 ( 68 undocumented) Constants: 2527 ( 641 undocumented) Attributes: 1458 ( 239 undocumented) Methods: 12108 (2112 undocumented) Total: 17549 (3348 undocumented) 80.92% documented Elapsed: 38.9s
今日のテスト(Universal Parser 有効化)
make test-all
を実行。
Finished tests in 950.404882s, 27.9828 tests/s, 6665.4413 assertions/s. 26595 tests, 6334868 assertions, 0 failures, 0 errors, 105 skips ruby -v: ruby 3.4.0dev (2024-01-13T15:24:14Z master 4e5754a459) [x86_64-linux]
今日のビルド(YJIT 有効化)
4e5754a459ea10c73381b3009bb889e83077575c までを pull ってきてビルド。エラー/警告ともになし。
今日のテスト(YJIT 有効化)
make test-all
を実行。
Finished tests in 911.944400s, 29.1630 tests/s, 6942.1469 assertions/s. 26595 tests, 6330852 assertions, 0 failures, 0 errors, 105 skips ruby -v: ruby 3.4.0dev (2024-01-13T15:24:14Z master 4e5754a459) [x86_64-linux]
今日のビルド(RJIT 有効化)
4e5754a459ea10c73381b3009bb889e83077575c までを pull ってきてビルド。エラー/警告ともになし。
今日のテスト(RJIT 有効化)
make test-all
を実行。
1) Failure: TestRubyOptions#test_parser_flag [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_rubyoptions.rb:293]: pid 1355903 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-13T15:24:14Z master 4e5754a459) +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:000720 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) [0x5595680017c1] /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) [0x5595681c9056] /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) [0x559567dea866] /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) [0x559567dea13d] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:822 | /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:2139 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_pattern_match+0x148) [0x559568188128] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:1553 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_pattern+0x65b) [0x55956818563b] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:1750 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(ADD_ELEM+0x0) [0x559568177053] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:3564 | /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:3565 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x5533) [0x5595681793c3] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:4841 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x6332) [0x55956817a1c2] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6614 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xd4d9) [0x559568181369] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6473 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0x49) [0x559568188658] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6804 | /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) [0x559567e5caf4] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:987 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_call+0x6cb) [0x559568189aab] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:860 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x366c) [0x5595681774fc] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:3328 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x62f3) [0x55956817a183] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6612 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xa3b8) [0x55956817e248] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6526 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0x49) [0x559568188658] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6804 | /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) [0x559567e5caf4] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:987 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x900) [0x559568174790] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:860 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x62f3) [0x55956817a183] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6612 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xa3b8) [0x55956817e248] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6526 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0x49) [0x559568188658] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6804 | /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) [0x559567e5caf4] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:987 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x2acf) [0x55956817695f] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:860 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x6332) [0x55956817a1c2] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6614 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xa3b8) [0x55956817e248] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6526 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0x49) [0x559568188658] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6804 | /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) [0x559567e5caf4] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:987 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_class_path+0x0) [0x559568175c8b] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:860 | /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:5118 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0x6332) [0x55956817a1c2] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6614 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(pm_compile_node+0xa3b8) [0x55956817e248] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6526 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_translate_prism+0x49) [0x559568188658] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/prism_compile.c:6804 | /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+0x193) [0x559567e5af33] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:1442 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_iseq_new_main_prism+0xa8) [0x559567e5d9f8] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/iseq.c:1544 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(load_iseq_eval+0xe3) [0x559567e6443f] /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:1280 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_require_string_internal+0x2c) [0x559567e64746] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1379 | /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:1372 | /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:1014 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_cfp_consistent_p+0x0) [0x559567fd3d9c] /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) [0x559567ff2411] /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) [0x559567fe26fe] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm.c:2487 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(load_iseq_eval+0x3c) [0x559567e6434a] /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:1280 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_require_string_internal+0x2c) [0x559567e64746] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/load.c:1379 | /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:1372 | /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:1014 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(vm_cfp_consistent_p+0x0) [0x559567fd3d9c] /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) [0x559567ff2411] /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) [0x559567fe26fe] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm.c:2487 | /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(Init_builtin_prelude+0x0) [0x559567e301b7] /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) [0x559567f44941] /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) [0x559567f46223] /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) [0x559567f473ec] /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) [0x559567deff73] /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) [0x559567deac2f] ./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) [0x7efec5229d90] ../sysdeps/nptl/libc_start_call_main.h:58 | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7efec5229e40] ../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 | [0x559567deac85] | | -- 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: | | 559567d99000-559567ddc000 r--p 00000000 103:02 4355517 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby | 559567ddc000-5595681f4000 r-xp 00043000 103:02 4355517 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby | 5595681f4000-559568383000 r--p 0045b000 103:02 4355517 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby | 559568383000-55956839a000 r--p 005e9000 103:02 4355517 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby | 55956839a000-55956839b000 rw-p 00600000 103:02 4355517 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby | 55956839b000-5595683b0000 rw-p 00000000 00:00 0 | 559569192000-5595694b8000 rw-p 00000000 00:00 0 [heap] | 7efea7c00000-7efea7e1f000 r--s 00000000 103:02 2099280 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7efea8000000-7efeaac01000 r--s 00000000 103:02 4355517 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby | 7efeaac90000-7efeaad10000 rw-p 00000000 00:00 0 | 7efeaad1f000-7efeaad20000 ---p 00000000 00:00 0 | 7efeaad20000-7efeaad61000 rw-p 00000000 00:00 0 | 7efeaad61000-7efeaad62000 ---p 00000000 00:00 0 | 7efeaad62000-7efeaada3000 rw-p 00000000 00:00 0 | 7efeaada3000-7efeaada4000 ---p 00000000 00:00 0 | 7efeaada4000-7efeaade5000 rw-p 00000000 00:00 0 | 7efeaade5000-7efeaade6000 ---p 00000000 00:00 0 | 7efeaade6000-7efeaae27000 rw-p 00000000 00:00 0 | 7efeaae27000-7efeaae28000 ---p 00000000 00:00 0 | 7efeaae28000-7efeaae69000 rw-p 00000000 00:00 0 | 7efeaae69000-7efeaae6a000 ---p 00000000 00:00 0 | 7efeaae6a000-7efeaaeab000 rw-p 00000000 00:00 0 | 7efeaaeab000-7efeaaeac000 ---p 00000000 00:00 0 | 7efeaaeac000-7efeaaeed000 rw-p 00000000 00:00 0 | 7efeaaeed000-7efeaaeee000 ---p 00000000 00:00 0 | 7efeaaeee000-7efeaaf2f000 rw-p 00000000 00:00 0 | 7efeaaf2f000-7efeaaf30000 ---p 00000000 00:00 0 | 7efeaaf30000-7efeaaf71000 rw-p 00000000 00:00 0 | 7efeaaf71000-7efeaaf72000 ---p 00000000 00:00 0 | 7efeaaf72000-7efeaafb3000 rw-p 00000000 00:00 0 | 7efeaafb3000-7efeaafb4000 ---p 00000000 00:00 0 | 7efeaafb4000-7efeaaff5000 rw-p 00000000 00:00 0 | 7efeaaff5000-7efeaaff6000 ---p 00000000 00:00 0 | 7efeaaff6000-7efeab037000 rw-p 00000000 00:00 0 | 7efeab037000-7efeab038000 ---p 00000000 00:00 0 | 7efeab038000-7efeab079000 rw-p 00000000 00:00 0 | 7efeab079000-7efeab07a000 ---p 00000000 00:00 0 | 7efeab07a000-7efeab0bb000 rw-p 00000000 00:00 0 | 7efeab0bb000-7efeab0bc000 ---p 00000000 00:00 0 | 7efeab0bc000-7efeab0fd000 rw-p 00000000 00:00 0 | 7efeab0fd000-7efeab0fe000 ---p 00000000 00:00 0 | 7efeab0fe000-7efeab13f000 rw-p 00000000 00:00 0 | 7efeab13f000-7efeab140000 ---p 00000000 00:00 0 | 7efeab140000-7efeab181000 rw-p 00000000 00:00 0 | 7efeab181000-7efeab182000 ---p 00000000 00:00 0 | 7efeab182000-7efeab1c3000 rw-p 00000000 00:00 0 | 7efeab1c3000-7efeab1c4000 ---p 00000000 00:00 0 | 7efeab1c4000-7efeab205000 rw-p 00000000 00:00 0 | 7efeab205000-7efeab206000 ---p 00000000 00:00 0 | 7efeab206000-7efeab247000 rw-p 00000000 00:00 0 | 7efeab247000-7efeab248000 ---p 00000000 00:00 0 | 7efeab248000-7efeab289000 rw-p 00000000 00:00 0 | 7efeab289000-7efeab28a000 ---p 00000000 00:00 0 | 7efeab28a000-7efeab2cb000 rw-p 00000000 00:00 0 | 7efeab2cb000-7efeab2cc000 ---p 00000000 00:00 0 | 7efeab2cc000-7efeab30d000 rw-p 00000000 00:00 0 | 7efeab30d000-7efeab30e000 ---p 00000000 00:00 0 | 7efeab30e000-7efeab34f000 rw-p 00000000 00:00 0 | 7efeab34f000-7efeab350000 ---p 00000000 00:00 0 | 7efeab350000-7efeab391000 rw-p 00000000 00:00 0 | 7efeab391000-7efeab392000 ---p 00000000 00:00 0 | 7efeab392000-7efeab3d3000 rw-p 00000000 00:00 0 | 7efeab3d3000-7efeab3d4000 ---p 00000000 00:00 0 | 7efeab3d4000-7efeab415000 rw-p 00000000 00:00 0 | 7efeab415000-7efeab416000 ---p 00000000 00:00 0 | 7efeab416000-7efeab457000 rw-p 00000000 00:00 0 | 7efeab457000-7efeab458000 ---p 00000000 00:00 0 | 7efeab458000-7efeab499000 rw-p 00000000 00:00 0 | 7efeab499000-7efeab49a000 ---p 00000000 00:00 0 | 7efeab49a000-7efeab4db000 rw-p 00000000 00:00 0 | 7efeab4db000-7efeab4dc000 ---p 00000000 00:00 0 | 7efeab4dc000-7efeab51d000 rw-p 00000000 00:00 0 | 7efeab51d000-7efeab51e000 ---p 00000000 00:00 0 | 7efeab51e000-7efeab55f000 rw-p 00000000 00:00 0 | 7efeab55f000-7efeab560000 ---p 00000000 00:00 0 | 7efeab560000-7efeabd90000 rw-p 00000000 00:00 0 | 7efeabd92000-7efeabd94000 r--p 00000000 103:02 2103588 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7efeabd94000-7efeabd9b000 r-xp 00002000 103:02 2103588 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7efeabd9b000-7efeabd9c000 r--p 00009000 103:02 2103588 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7efeabd9c000-7efeabd9d000 ---p 0000a000 103:02 2103588 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7efeabd9d000-7efeabd9e000 r--p 0000a000 103:02 2103588 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7efeabd9e000-7efeabd9f000 rw-p 0000b000 103:02 2103588 /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0 | 7efeabd9f000-7efec5200000 rw-p 00000000 00:00 0 | 7efec5200000-7efec5228000 r--p 00000000 103:02 2099280 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7efec5228000-7efec53bd000 r-xp 00028000 103:02 2099280 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7efec53bd000-7efec5415000 r--p 001bd000 103:02 2099280 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7efec5415000-7efec5416000 ---p 00215000 103:02 2099280 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7efec5416000-7efec541a000 r--p 00215000 103:02 2099280 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7efec541a000-7efec541c000 rw-p 00219000 103:02 2099280 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7efec541c000-7efec5429000 rw-p 00000000 00:00 0 | 7efec542f000-7efec5433000 r--p 00000000 103:02 4334074 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7efec5433000-7efec543b000 r-xp 00004000 103:02 4334074 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7efec543b000-7efec543e000 r--p 0000c000 103:02 4334074 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7efec543e000-7efec543f000 r--p 0000e000 103:02 4334074 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7efec543f000-7efec5440000 rw-p 0000f000 103:02 4334074 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so | 7efec5440000-7efec5470000 rw-p 00000000 00:00 0 | 7efec5473000-7efec5579000 rw-p 00000000 00:00 0 | 7efec5579000-7efec557c000 r--p 00000000 103:02 2100975 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7efec557c000-7efec5593000 r-xp 00003000 103:02 2100975 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7efec5593000-7efec5597000 r--p 0001a000 103:02 2100975 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7efec5597000-7efec5598000 r--p 0001d000 103:02 2100975 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7efec5598000-7efec5599000 rw-p 0001e000 103:02 2100975 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7efec5599000-7efec55a7000 r--p 00000000 103:02 2099286 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7efec55a7000-7efec5623000 r-xp 0000e000 103:02 2099286 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7efec5623000-7efec567e000 r--p 0008a000 103:02 2099286 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7efec567e000-7efec567f000 r--p 000e4000 103:02 2099286 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7efec567f000-7efec5680000 rw-p 000e5000 103:02 2099286 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7efec5680000-7efec5682000 r--p 00000000 103:02 2103432 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7efec5682000-7efec5696000 r-xp 00002000 103:02 2103432 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7efec5696000-7efec56af000 r--p 00016000 103:02 2103432 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7efec56af000-7efec56b0000 ---p 0002f000 103:02 2103432 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7efec56b0000-7efec56b1000 r--p 0002f000 103:02 2103432 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7efec56b1000-7efec56b2000 rw-p 00030000 103:02 2103432 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7efec56b2000-7efec56ba000 rw-p 00000000 00:00 0 | 7efec56ba000-7efec56c4000 r--p 00000000 103:02 2103712 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7efec56c4000-7efec5723000 r-xp 0000a000 103:02 2103712 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7efec5723000-7efec573a000 r--p 00069000 103:02 2103712 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7efec573a000-7efec573b000 r--p 0007f000 103:02 2103712 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7efec573b000-7efec573c000 rw-p 00080000 103:02 2103712 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7efec573c000-7efec573e000 r--p 00000000 103:02 2097340 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7efec573e000-7efec574f000 r-xp 00002000 103:02 2097340 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7efec574f000-7efec5755000 r--p 00013000 103:02 2097340 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7efec5755000-7efec5756000 ---p 00019000 103:02 2097340 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7efec5756000-7efec5757000 r--p 00019000 103:02 2097340 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7efec5757000-7efec5758000 rw-p 0001a000 103:02 2097340 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7efec5760000-7efec5763000 r--p 00000000 103:02 4337405 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb | 7efec5763000-7efec5764000 r--p 00000000 103:02 4355658 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7efec5764000-7efec5765000 r-xp 00001000 103:02 4355658 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7efec5765000-7efec5766000 r--p 00002000 103:02 4355658 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7efec5766000-7efec5767000 r--p 00002000 103:02 4355658 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7efec5767000-7efec5768000 rw-p 00003000 103:02 4355658 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so | 7efec5768000-7efec5769000 r--p 00000000 103:02 4355526 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7efec5769000-7efec576a000 r-xp 00001000 103:02 4355526 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7efec576a000-7efec576b000 r--p 00002000 103:02 4355526 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7efec576b000-7efec576c000 r--p 00002000 103:02 4355526 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7efec576c000-7efec576d000 rw-p 00003000 103:02 4355526 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so | 7efec576d000-7efec576f000 rw-p 00000000 00:00 0 | 7efec576f000-7efec5771000 r--p 00000000 103:02 2099272 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7efec5771000-7efec579b000 r-xp 00002000 103:02 2099272 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7efec579b000-7efec57a6000 r--p 0002c000 103:02 2099272 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7efec57a7000-7efec57a9000 r--p 00037000 103:02 2099272 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7efec57a9000-7efec57ab000 rw-p 00039000 103:02 2099272 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ffdee4a1000-7ffdeeca0000 rw-p 00000000 00:00 0 [stack] | 7ffdeed15000-7ffdeed19000 r--p 00000000 00:00 0 [vvar] | 7ffdeed19000-7ffdeed1b000 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 | <[]>. 2) 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>. 3) 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] 4) 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] 5) 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=>8585, :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=>16335, :total_freed_objects=>8475}. Expected 8993 to be >= 10000. 6) 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=>27, :time=>60, :marking_time=>40, :sweeping_time=>20, :heap_allocated_pages=>153, :heap_sorted_length=>301, :heap_allocatable_pages=>148, :heap_available_slots=>211004, :heap_live_slots=>173057, :heap_free_slots=>37947, :heap_final_slots=>0, :heap_marked_slots=>129258, :heap_eden_pages=>153, :heap_tomb_pages=>0, :total_allocated_pages=>158, :total_freed_pages=>5, :total_allocated_objects=>1360442, :total_freed_objects=>1187385, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>22, :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=>1214, :old_objects=>129248, :old_objects_limit=>242840, :oldmalloc_increase_bytes=>2120, :oldmalloc_increase_bytes_limit=>19350882} before_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>118, :heap_eden_slots=>193214, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>118, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>1, :total_allocated_objects=>1322171, :total_freed_objects=>1154320}, 1=>{:slot_size=>80, :heap_allocatable_pages=>1, :heap_eden_pages=>11, :heap_eden_slots=>9003, :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=>21490, :total_freed_objects=>18261}, 2=>{:slot_size=>160, :heap_allocatable_pages=>1, :heap_eden_pages=>20, :heap_eden_slots=>8175, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>24, :total_freed_pages=>4, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>16769, :total_freed_objects=>14735}, 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=>1, :total_allocated_objects=>59, :total_freed_objects=>51}, 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=>23, :total_freed_objects=>18}} after_stats: {:count=>43, :time=>74, :marking_time=>41, :sweeping_time=>32, :heap_allocated_pages=>153, :heap_sorted_length=>301, :heap_allocatable_pages=>148, :heap_available_slots=>211004, :heap_live_slots=>129439, :heap_free_slots=>81565, :heap_final_slots=>0, :heap_marked_slots=>129378, :heap_eden_pages=>153, :heap_tomb_pages=>0, :total_allocated_pages=>158, :total_freed_pages=>5, :total_allocated_objects=>2364792, :total_freed_objects=>2235353, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>38, :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=>1214, :old_objects=>129365, :old_objects_limit=>242840, :oldmalloc_increase_bytes=>6504, :oldmalloc_increase_bytes_limit=>19350882} after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>118, :heap_eden_slots=>193214, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>118, :total_freed_pages=>0, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>1, :total_allocated_objects=>2326225, :total_freed_objects=>2202025}, 1=>{:slot_size=>80, :heap_allocatable_pages=>1, :heap_eden_pages=>11, :heap_eden_slots=>9003, :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=>21561, :total_freed_objects=>18319}, 2=>{:slot_size=>160, :heap_allocatable_pages=>1, :heap_eden_pages=>20, :heap_eden_slots=>8175, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>24, :total_freed_pages=>4, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>16988, :total_freed_objects=>14940}, 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=>1, :total_allocated_objects=>59, :total_freed_objects=>51}, 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=>23, :total_freed_objects=>18}}. <0> expected but was <5>. Finished tests in 1286.775345s, 20.6679 tests/s, 5044.3467 assertions/s. 26595 tests, 6490941 assertions, 6 failures, 0 errors, 120 skips ruby -v: ruby 3.4.0dev (2024-01-13T15:24:14Z master 4e5754a459) +RJIT [x86_64-linux] make: *** [uncommon.mk:945: yes-test-all] エラー 6