| "make update-unicode -j6" exit with 0. |
| "make update-download -j6" exit with 0. |
| "make update-rubyspec -j6" exit with 0. |
| "make update-src -j6" exit with 0. |
| "make after-update -j6" exit with 0. |
| "make miniruby -j6" exit with 0. |
| "make ruby -j6" exit with 0. |
| "make all -j6" exit with 0. |
| "make install -j6" exit with 0. |
| "make yes-btest TESTOPTS='-q -j6'" exit with 0. |
| |
| "make yes-test-basic RUN_OPTS=\"--disable-gems --mjit-debug=-ggdb3\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' RUN_OPTS=\"--disable-gems --mjit-debug=-ggdb3\"" exit with 0. |
| make yes-test-rubyspec RUN_OPTS="--disable-gems --mjit-debug=-ggdb3" |
| $ /tmp/ruby/v3/build/trunk-mjit/miniruby -I/tmp/ruby/v3/src/trunk-mjit/lib /tmp/ruby/v3/src/trunk-mjit/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-mjit --extout=.ext -- /tmp/ruby/v3/src/trunk-mjit/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-mjit/spec/default.mspec |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 10 11 11 11 ? -1 Ss 1001 0:00 sh build-loop.sh trunk-mjit --incremental --process-num=6 |
| 20841 7577 11 11 ? -1 S 1001 0:00 sh -c make yes-test-rubyspec RUN_OPTS="--disable-gems --mjit-debug=-ggdb3" |
| 7577 7578 11 11 ? -1 S 1001 0:00 make yes-test-rubyspec RUN_OPTS=--disable-gems --mjit-debug=-ggdb3 |
| 7578 7585 11 11 ? -1 S 1001 0:32 /tmp/ruby/v3/src/trunk-mjit/spec/mspec/bin/mspec-run |
| 7585 9010 11 11 ? -1 R 1001 176:02 /tmp/ruby/v3/src/trunk-mjit/spec/mspec/bin/mspec-run |
| 20841 10055 11 11 ? -1 R 1001 0:00 ps jx |
| 11 20837 11 11 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-mjit --incremental --process-num=6 |
| 20837 20840 11 11 ? -1 S 1001 0:00 sh -c ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-mjit --logfile=/home/ko1/ruby/logs/brlog.trunk-mjit.20221125-210240 --root_dir=/tmp/ruby --timeout=10800 --configure_opts=cppflags="-DMJIT_FORCE_ENABLE" --add-env=RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE=30 --test_opts='RUN_OPTS="--disable-gems --mjit-debug=-ggdb3"' --incremental --process-num=6 |
| 20840 20841 11 11 ? -1 Sl 1001 0:00 ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-mjit --logfile=/home/ko1/ruby/logs/brlog.trunk-mjit.20221125-210240 --root_dir=/tmp/ruby --timeout=10800 --configure_opts=cppflags=-DMJIT_FORCE_ENABLE --add-env=RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE=30 --test_opts=RUN_OPTS="--disable-gems --mjit-debug=-ggdb3" --incremental --process-num=6 |
| {10=>[11], 20841=>[7577, 10055], 7577=>[7578], 7578=>[7585], 7585=>[9010], 11=>[20837], 20837=>[20840], 20840=>[20841]} |
| $ timeout 60 gdb -p 9010 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 7585 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 7578 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| make: *** [uncommon.mk:899: yes-test-spec] Killed |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 7577 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 10055 -x /home/ko1/ruby/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> |