| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 0950f22..82c8f22 master -> origin/master |
| "make after-update -j4" exit with 0. |
| "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' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 11 12 12 12 ? -1 Ss 1001 0:00 sh build-loop.sh trunk-random0 --incremental --process-num=4 |
| 12 1078262 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-random0 --incremental --process-num=4 |
| 1078262 1078265 12 12 ? -1 S 1001 0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-random0 --logfile=/home/ko1/ruby/logs/brlog.trunk-random0.20231013-234308 --root_dir=/tmp/ruby --timeout=10800 --test_opts='TESTS="--test-order=random"' --incremental --process-num=4 |
| 1078265 1078266 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-random0 --logfile=/home/ko1/ruby/logs/brlog.trunk-random0.20231013-234308 --root_dir=/tmp/ruby --timeout=10800 --test_opts=TESTS="--test-order=random" --incremental --process-num=4 |
| 1078266 1079626 12 12 ? -1 S 1001 0:00 sh -c make yes-btest TESTOPTS='-q -j4' |
| 1079626 1079627 12 12 ? -1 S 1001 0:00 make yes-btest TESTOPTS=-q -j4 |
| 1079627 1079642 12 12 ? -1 Sl 1001 0:03 /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-random0/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk-random0/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j4 |
| 1079642 1081043 12 12 ? -1 Sl 1001 0:00 /tmp/ruby/build/trunk-random0/miniruby -I/tmp/ruby/src/trunk-random0/lib -I/tmp/ruby/build/trunk-random0 -I/tmp/ruby/build/trunk-random0/.ext/common -r/tmp/ruby/build/trunk-random0/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_797_1271.rb |
| 1078266 1119027 12 12 ? -1 R 1001 0:00 ps jx |
| {11=>[12], 12=>[1078262], 1078262=>[1078265], 1078265=>[1078266], 1078266=>[1079626, 1119027], 1079626=>[1079627], 1079627=>[1079642], 1079642=>[1081043]} |
| $ timeout 60 gdb -p 1081043 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 1079642 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| F#1271 test_ractor.rb:797: |
| r = Ractor.new do |
| obj = Thread.new{} |
| Ractor.yield obj |
| rescue => e |
| e.message |
| end |
| r.take |
| #=> "" (expected "allocator undefined for Thread") |
| FAIL 1/0 tests failed |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| make: *** [uncommon.mk:876: yes-btest] Error 1 |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 1079627 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 1079626 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 1119027 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |