| "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' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 1025 1025 1025 ? -1 Ss 1000 0:29 SCREEN -d -m dash -c ruby -v; cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 1025 1055 1055 1055 pts/0 1055 Ss+ 1000 0:00 dash -c ruby -v; cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 1055 1062 1055 1055 pts/0 1055 S+ 1000 0:12 sh build-loop.sh trunk --incremental |
| 1 350326 1055 1055 pts/0 1055 Sl+ 1000 0:00 /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib -I/tmp/ruby/build/trunk -I/tmp/ruby/build/trunk/.ext/common -r/tmp/ruby/build/trunk/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_2101_1401.rb |
| 1062 3277315 1055 1055 pts/0 1055 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 3277315 3277318 1055 1055 pts/0 1055 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20250831-154620 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 3277318 3278776 1055 1055 pts/0 1055 S+ 1000 0:00 sh -c make yes-btest TESTOPTS='-q -j20' |
| 3278776 3278777 1055 1055 pts/0 1055 S+ 1000 0:00 make yes-btest TESTOPTS=-q -j20 |
| 3278777 3278793 1055 1055 pts/0 1055 Sl+ 1000 0:01 /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j20 |
| 3278793 3303968 1055 1055 pts/0 1055 Z+ 1000 0:00 [miniruby] <defunct> |
| 1 3304673 1055 1055 pts/0 1055 Sl+ 1000 0:00 /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib -I/tmp/ruby/build/trunk -I/tmp/ruby/build/trunk/.ext/common -r/tmp/ruby/build/trunk/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_2128_1394.rb |
| 3277318 3335086 1055 1055 pts/0 1055 R+ 1000 0:00 ps jx |
| {1=>[1025, 350326, 3304673], 1025=>[1055], 1055=>[1062], 1062=>[3277315], 3277315=>[3277318], 3277318=>[3278776, 3335086], 3278776=>[3278777], 3278777=>[3278793], 3278793=>[3303968]} |
| $ timeout 60 gdb -p 3303968 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| Could not attach to process. If your uid matches the uid of the target |
| process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try |
| again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 3278793 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| Could not attach to process. If your uid matches the uid of the target |
| process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try |
| again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 3278777 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| make: *** [uncommon.mk:837: yes-btest] Killed |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 3278776 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| Could not attach to process. If your uid matches the uid of the target |
| process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try |
| again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 3335086 -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> |