| "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. |
| "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-random1 --incremental --process-num=4 |
| 12 1379033 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-random1 --incremental --process-num=4 |
| 1379033 1379036 12 12 ? -1 S 1001 0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-random1 --logfile=/home/ko1/ruby/logs/brlog.trunk-random1.20231012-234953 --root_dir=/tmp/ruby --timeout=10800 --test_opts='TESTS="--test-order=random"' --incremental --process-num=4 |
| 1379036 1379037 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-random1 --logfile=/home/ko1/ruby/logs/brlog.trunk-random1.20231012-234953 --root_dir=/tmp/ruby --timeout=10800 --test_opts=TESTS="--test-order=random" --incremental --process-num=4 |
| 1379037 1380369 12 12 ? -1 S 1001 0:00 sh -c make yes-btest TESTOPTS='-q -j4' |
| 1380369 1380370 12 12 ? -1 S 1001 0:00 make yes-btest TESTOPTS=-q -j4 |
| 1380370 1380385 12 12 ? -1 Sl 1001 0:03 /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-random1/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk-random1/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j4 |
| 1380385 1380568 12 12 ? -1 Sl 1001 0:00 /tmp/ruby/build/trunk-random1/miniruby -I/tmp/ruby/src/trunk-random1/lib -I/tmp/ruby/build/trunk-random1 -I/tmp/ruby/build/trunk-random1/.ext/common -r/tmp/ruby/build/trunk-random1/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_797_1271.rb |
| 1379037 1419759 12 12 ? -1 R 1001 0:00 ps jx |
| {11=>[12], 12=>[1379033], 1379033=>[1379036], 1379036=>[1379037], 1379037=>[1380369, 1419759], 1380369=>[1380370], 1380370=>[1380385], 1380385=>[1380568]} |
| $ timeout 60 gdb -p 1380568 -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 1380385 -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 |
| make: *** [uncommon.mk:877: yes-btest] Error 1 |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 1380370 -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 1380369 -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 1419759 -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> |