| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-yjit" exit with 0. |
| Cloning into 'trunk-yjit'... |
| Updating files: 96% (10856/11201) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-yjit/configure --prefix=/tmp/ruby/install/trunk-yjit --disable-install-doc cppflags=-DYJIT_FORCE_ENABLE" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-yjit/gems/src/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk-yjit/gems/src/matrix'... |
| Cloning into '/tmp/ruby/src/trunk-yjit/gems/src/prime'... |
| Cloning into '/tmp/ruby/src/trunk-yjit/gems/src/debug'... |
| Cloning into '/tmp/ruby/src/trunk-yjit/gems/src/repl_type_completor'... |
| Cloning into '/tmp/ruby/src/trunk-yjit/gems/src/ostruct'... |
| From https://github.com/ruby/power_assert |
| * branch a7dab941153b233d3412e249d25da52a6c5691de -> FETCH_HEAD |
| From https://github.com/ruby/debug |
| * branch cf469f2b21710727abdd153b25a1e5123b002bb0 -> FETCH_HEAD |
| HEAD is now at a7dab94 Merge pull request #56 from k-tsj/fix-failures-on-head |
| HEAD is now at cf469f2 The debug gem can abort when stepping into a rescue clause: |
| From https://github.com/ruby/ostruct |
| * branch 50d51248bec5560a102a1024aff4174b31dca8cc -> FETCH_HEAD |
| HEAD is now at 50d5124 Use `Ractor#value` as `Ractor#take` is removed |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-yjit/enc/jis/props.h.blt /tmp/ruby/src/trunk-yjit/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk-yjit/variable.c: In function ‘iterate_over_shapes_with_callback’: |
| /tmp/ruby/src/trunk-yjit/variable.c:2244:1: warning: control reaches end of non-void function [-Wreturn-type] |
| 2244 | } |
| | ^ |
| 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 ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| /tmp/ruby/src/trunk-yjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /tmp/ruby/src/trunk-yjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] |
| 24 | // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/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 |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| 1) Error: |
| Test_String_Fstring#test_rb_enc_str_new_autoloaded_encoding: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) |
| pid 78397 killed by SIGKILL (signal 9) |
| | |
| /tmp/ruby/src/trunk-yjit/test/-ext-/string/test_fstring.rb:28:in 'Test_String_Fstring#test_rb_enc_str_new_autoloaded_encoding' |
| 2) Error: |
| TestRubyOptions#test_crash_report_pipe: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec) |
| pid 78367 killed by SIGKILL (signal 9) |
| | ruby:-e:78367 |
| | |
| /tmp/ruby/src/trunk-yjit/test/ruby/test_rubyoptions.rb:854:in 'TestRubyOptions#assert_segv' |
| /tmp/ruby/src/trunk-yjit/test/ruby/test_rubyoptions.rb:896:in 'block in TestRubyOptions#assert_crash_report' |
| /tmp/ruby/src/trunk-yjit/lib/tmpdir.rb:105:in 'Dir.mktmpdir' |
| /tmp/ruby/src/trunk-yjit/test/ruby/test_rubyoptions.rb:886:in 'TestRubyOptions#assert_crash_report' |
| /tmp/ruby/src/trunk-yjit/test/ruby/test_rubyoptions.rb:934:in 'TestRubyOptions#test_crash_report_pipe' |
| make: *** [uncommon.mk:975: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |