| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 15% (1730/11203) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk/gems/src/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/net-imap'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/repl_type_completor'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/irb'... |
| From https://github.com/ruby/repl_type_completor |
| * branch 25108aa8d69ddaba0b5da3feff1c0035371524b2 -> FETCH_HEAD |
| HEAD is now at 25108aa Merge pull request #62 from ruby/fix_require_completion_test |
| From https://github.com/ruby/power_assert |
| * branch f88e406e7c9e0810cc149869582afbae1fb84c4a -> FETCH_HEAD |
| HEAD is now at f88e406 Support Ruby 3.5 style Set inspection result |
| From https://github.com/ruby/irb |
| * branch 331c4e851296b115db766c291e8cf54a2492fb36 -> FETCH_HEAD |
| HEAD is now at 331c4e8 Update the expected values of backtraces |
| From https://github.com/ruby/net-imap |
| * branch 71c0288b9a8f78a7125a4ce2980ab421acdf5836 -> FETCH_HEAD |
| HEAD is now at 71c0288 support new `Ractor.shareable_proc` |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk/enc/jis/props.h.blt /tmp/ruby/src/trunk/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "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. |
| warning: process 237469 is a zombie - the process has already terminated |
| ptrace: Operation not permitted. |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| /tmp/ruby/src/trunk/tool/lib/dump.gdb:12: Error in sourced command file: |
| No symbol table is loaded. Use the "file" command. |
| 1) Error: |
| TestModule#test_gc_prepend_chain: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) |
| pid 228471 killed by SIGTERM (signal 15) |
| | |
| /tmp/ruby/src/trunk/test/ruby/test_module.rb:586:in 'TestModule#test_gc_prepend_chain' |
| 2) Error: |
| TestEval#test_outer_local_variable_under_gc_compact_stress: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) |
| pid 237469 killed by SIGTERM (signal 15) |
| | |
| /tmp/ruby/src/trunk/test/ruby/test_eval.rb:644:in 'TestEval#test_outer_local_variable_under_gc_compact_stress' |
| 3) Error: |
| TestTranscode#test_ractor_asciicompat_encoding_exists: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) |
| pid 238175 killed by SIGTERM (signal 15) |
| | |
| /tmp/ruby/src/trunk/test/ruby/test_transcode.rb:2365:in 'TestTranscode#test_ractor_asciicompat_encoding_exists' |
| 4) Error: |
| TestWeakKeyMap#test_clear_bug_20691: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_normal_exit expired timeout (10 sec) |
| pid 240455 killed by SIGTERM (signal 15) |
| | |
| /tmp/ruby/src/trunk/test/ruby/test_weakkeymap.rb:65:in 'TestWeakKeyMap#test_clear_bug_20691' |
| 5) Error: |
| TestGCCompact#test_moving_arrays_down_heaps: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) |
| pid 241172 killed by SIGTERM (signal 15) |
| | |
| /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:289:in 'TestGCCompact#test_moving_arrays_down_heaps' |
| 6) Error: |
| TestObjectSpace#test_finalizer: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (60 sec) |
| pid 242251 exit 0 |
| | :ok |
| | :ok |
| | |
| /tmp/ruby/src/trunk/test/ruby/test_objectspace.rb:105:in 'TestObjectSpace#test_finalizer' |
| 7) Error: |
| TestArgf#test_inplace_bug_17117: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec) |
| pid 255097 killed by SIGTERM (signal 15) |
| | |
| /tmp/ruby/src/trunk/test/ruby/test_argf.rb:386:in 'TestArgf#test_inplace_bug_17117' |
| make: *** [uncommon.mk:910: yes-test-all] Error 7 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |