| "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 875 875 875 ? -1 Ss 1000 0:12 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 875 891 891 891 pts/0 891 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 891 892 891 891 pts/0 891 S+ 1000 0:03 sh build-loop.sh trunk --incremental |
| 892 1165868 891 891 pts/0 891 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 1165868 1165871 891 891 pts/0 891 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20240604-054348 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 1165871 1206847 891 891 pts/0 891 Z+ 1000 0:00 [sh] <defunct> |
| 1 1288027 891 891 pts/0 891 S+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestBeginEndBlock#test_internal_errinfo_at_exit |
| 1165871 1397285 891 891 pts/0 891 R+ 1000 0:00 ps jx |
| 1 1494239 891 891 pts/0 891 S+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestThread#test_fork_while_mutex_locked_by_forker |
| 1 2758767 891 891 pts/0 891 S+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestIOBuffer#test_shared |
| {1=>[875, 1288027, 1494239, 2758767], 875=>[891], 891=>[892], 892=>[1165868], 1165868=>[1165871], 1165871=>[1206847, 1397285]} |
| $ timeout 60 gdb -p 1206847 -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 1397285 -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> |