| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "make yes-btest TESTOPTS='-q -j16'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 830 830 830 ? -1 Ss 1000 0:04 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 830 831 831 831 pts/0 831 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 831 832 831 831 pts/0 831 S+ 1000 0:01 sh build-loop.sh trunk --incremental |
| 3270773 346252 831 831 pts/0 831 R+ 1000 0:00 ps jx |
| 1 415679 831 831 pts/0 831 S+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestProcess#test_wait_and_sigchild |
| 1 680574 831 831 pts/0 831 S+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestThreadQueue#test_fork_while_queue_waiting |
| 1 2500830 831 831 pts/0 831 Rl+ 1000 8070:56 /tmp/ruby/build/trunk/ruby -W0 |
| 832 3222505 831 831 pts/0 831 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 3222505 3270773 831 831 pts/0 831 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20240128-104611 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 3270773 4000980 831 831 pts/0 831 Z+ 1000 0:00 [sh] <defunct> |
| {1=>[830, 415679, 680574, 2500830], 830=>[831], 831=>[832], 3270773=>[346252, 4000980], 832=>[3222505], 3222505=>[3270773]} |
| $ timeout 60 gdb -p 346252 -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 4000980 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |