| "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 |
| 9859dbc..2cd9aae 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-O0 --incremental --process-num=4 |
| 12 201893 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-O0 --incremental --process-num=4 |
| 201893 201896 12 12 ? -1 S 1001 0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-O0 --logfile=/home/ko1/ruby/logs/brlog.trunk-O0.20231012-084517 --root_dir=/tmp/ruby --timeout=10800 --configure_opts='optflags=-O0' --incremental --process-num=4 |
| 201896 201897 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-O0 --logfile=/home/ko1/ruby/logs/brlog.trunk-O0.20231012-084517 --root_dir=/tmp/ruby --timeout=10800 --configure_opts=optflags=-O0 --incremental --process-num=4 |
| 201897 202845 12 12 ? -1 S 1001 0:00 sh -c make yes-btest TESTOPTS='-q -j4' |
| 202845 202846 12 12 ? -1 S 1001 0:00 make yes-btest TESTOPTS=-q -j4 |
| 202846 202861 12 12 ? -1 Sl 1001 0:03 /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-O0/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j4 |
| 202861 239457 12 12 ? -1 Sl 1001 0:00 /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib -I/tmp/ruby/build/trunk-O0 -I/tmp/ruby/build/trunk-O0/.ext/common -r/tmp/ruby/build/trunk-O0/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_797_1271.rb |
| 201897 242256 12 12 ? -1 R 1001 0:00 ps jx |
| {11=>[12], 12=>[201893], 201893=>[201896], 201896=>[201897], 201897=>[202845, 242256], 202845=>[202846], 202846=>[202861], 202861=>[239457]} |
| $ timeout 60 gdb -p 239457 -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 202861 -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) |
| $ timeout 60 gdb -p 202846 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| make: *** [uncommon.mk:877: yes-btest] Killed |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 202845 -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 242256 -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> |