| "make update-download -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 2547 2547 2547 ? -1 Ss 1000 2:37 /usr/lib/systemd/systemd --user |
| 2547 2550 2547 2547 ? -1 S 1000 0:00 (sd-pam) |
| 1 3030 3030 3030 ? -1 Ss 1000 3:10 tmux |
| 3030 3031 3031 3031 pts/1 550734 Ss 1000 0:00 -bash |
| 1 51080 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestIOBuffer#test_shared |
| 1 110879 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestBeginEndBlock#test_internal_errinfo_at_exit |
| 550734 526201 550734 3031 pts/1 550734 Sl+ 1000 0:00 ruby ./br.rb build_report master --incremental |
| 526201 526204 550734 3031 pts/1 550734 Sl+ 1000 0:00 ruby /home/opc/build-ruby/build-ruby.rb --target_name=master --logfile=/home/opc/ruby/logs/brlog.master.20240605-054307 --root_dir=/home/opc/ruby --timeout=10800 --configure_opts=--disable-dtrace --disable-yjit --incremental |
| 3031 550734 550734 3031 pts/1 550734 S+ 1000 0:49 sh build-loop.sh master --incremental |
| 526204 566719 550734 3031 pts/1 550734 Z+ 1000 0:00 [make] <defunct> |
| 1 570281 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestProcess#test_daemon_detached |
| 526204 768591 550734 3031 pts/1 550734 R+ 1000 0:00 ps jx |
| 1 805450 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestProcess#test_daemon_noclose |
| 1 968356 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: JSONGeneratorTest#test_broken_bignum |
| 1 1279056 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestIOBuffer#test_shared |
| 1 1499050 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestTimeout#test_fork |
| 1 1904634 2286718 3031 pts/1 550734 S 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: JSONGeneratorTest#test_broken_bignum |
| 1 2058937 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestFiberProcess#test_fork |
| 1 2964324 2286718 3031 pts/1 550734 S 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestIOBuffer#test_shared |
| 1 2977397 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestSyslog#test_log |
| 1 3028846 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestIOBuffer#test_shared |
| 1 3195009 2286718 3031 pts/1 550734 S 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestSyslog#test_log |
| 1 3524312 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestSyslog#test_log |
| 1 3700981 550734 3031 pts/1 550734 S+ 1000 0:00 /home/opc/ruby/src/master/tool/lib/test/unit/parallel.rb: TestSyslog#test_log |
| {1=>[2547, 3030, 51080, 110879, 570281, 805450, 968356, 1279056, 1499050, 1904634, 2058937, 2964324, 2977397, 3028846, 3195009, 3524312, 3700981], 2547=>[2550], 3030=>[3031], 550734=>[526201], 526201=>[526204], 3031=>[550734], 526204=>[566719, 768591]} |
| $ timeout 60 gdb -p 566719 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 768591 -x /home/opc/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> |