| "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 840 840 840 ? -1 Ss 1000 0:00 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 840 841 841 841 pts/0 841 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 841 842 841 841 pts/0 841 S+ 1000 0:00 sh build-loop.sh trunk --incremental |
| 842 2940031 841 841 pts/0 841 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 2940031 2940034 841 841 pts/0 841 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20231016-000650 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 2940034 2980810 841 841 pts/0 841 Z+ 1000 0:00 [sh] <defunct> |
| 1 2994504 841 841 pts/0 841 S+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestSyslog#test_log |
| 2940034 3115842 841 841 pts/0 841 R+ 1000 0:00 ps jx |
| {1=>[840, 2994504], 840=>[841], 841=>[842], 842=>[2940031], 2940031=>[2940034], 2940034=>[2980810, 3115842]} |
| $ timeout 60 gdb -p 2980810 -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 3115842 -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> |