| "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 |
| 8642a57..4216880 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'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-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 master-no-rjit --incremental --process-num=4 |
| 12 1243330 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report master-no-rjit --incremental --process-num=4 |
| 1243330 1243333 12 12 ? -1 S 1001 0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=master-no-rjit --logfile=/home/ko1/ruby/logs/brlog.master-no-rjit.20240117-042727 --root_dir=/tmp/ruby --timeout=10800 --configure_opts='--disable-rjit' --incremental --process-num=4 |
| 1243333 1243334 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=master-no-rjit --logfile=/home/ko1/ruby/logs/brlog.master-no-rjit.20240117-042727 --root_dir=/tmp/ruby --timeout=10800 --configure_opts=--disable-rjit --incremental --process-num=4 |
| 1243334 1283642 12 12 ? -1 Z 1001 0:00 [sh] <defunct> |
| 1 1296905 12 12 ? -1 Sl 1001 0:00 /tmp/ruby/build/master-no-rjit/ruby /tmp/ruby/src/master-no-rjit/test/drb/ut_drb_drbssl.rb drbssl://localhost:39235 ut_drb_drbssl.rb |
| 1243334 1320164 12 12 ? -1 R 1001 0:00 ps jx |
| {11=>[12], 12=>[1243330], 1243330=>[1243333], 1243333=>[1243334], 1243334=>[1283642, 1320164], 1=>[1296905]} |
| $ timeout 60 gdb -p 1283642 -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 1320164 -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> |