| "make update-download -j20" exit with 0. |
| "make update-src -j20" exit with 0. |
| "make after-update -j20" exit with 0. |
| "make miniruby -j20" exit with 0. |
| "make ruby -j20" exit with 0. |
| "make all -j20" exit with 0. |
| "make install -j20" exit with 0. |
| "make yes-btest TESTOPTS='-q -j20'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j20'" exit with 0. |
| make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 888 888 888 ? -1 Ss 1000 0:02 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 888 899 899 899 pts/0 899 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 899 900 899 899 pts/0 899 S+ 1000 0:00 sh build-loop.sh trunk --incremental |
| 900 549315 899 899 pts/0 899 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 549315 549318 899 899 pts/0 899 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20240618-223237 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 549318 590309 899 899 pts/0 899 Z+ 1000 0:00 [sh] <defunct> |
| 1 771782 899 899 pts/0 899 Sl+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestProcess#test_concurrent_group_and_pid_wait |
| 1 771785 899 899 pts/0 899 S+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestProcess#test_concurrent_group_and_pid_wait |
| 549318 773383 899 899 pts/0 899 R+ 1000 0:00 ps jx |
| {1=>[888, 771782, 771785], 888=>[899], 899=>[900], 900=>[549315], 549315=>[549318], 549318=>[590309, 773383]} |
| $ timeout 60 gdb -p 590309 -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 773383 -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> |