| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| From https://github.com/ruby/debug |
| * branch d7bf3b2e4502eb0f07a67f00e5fce5a0d661189e -> FETCH_HEAD |
| HEAD is now at d7bf3b2 Support the new message format of NameError in Ruby 3.3 |
| From https://github.com/seattlerb/minitest |
| * branch d4fc359899f96944be147609e045b9e921881f19 -> FETCH_HEAD |
| HEAD is now at d4fc359 Support the new message format of NameError in Ruby 3.3 |
| "make update-rubyspec -j16" exit with 0. |
| make update-src -j16 |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 797 797 797 ? -1 Ss 1000 0:05 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 797 798 798 798 pts/0 798 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 798 799 798 798 pts/0 798 S+ 1000 0:01 sh build-loop.sh trunk --incremental |
| 799 2703049 798 798 pts/0 798 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 2703049 2703052 798 798 pts/0 798 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20230221-143050 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 2703052 2703135 798 798 pts/0 798 S+ 1000 0:00 make update-src -j16 |
| 2703135 2703149 798 798 pts/0 798 S+ 1000 0:00 git pull --rebase |
| 2703149 2703171 798 798 pts/0 798 S+ 1000 0:00 /usr/lib/git-core/git fetch --update-head-ok |
| 2703171 2703172 798 798 pts/0 798 S+ 1000 0:00 /usr/lib/git-core/git remote-https origin https://github.com/ruby/ruby.git |
| 2703172 2703173 798 798 pts/0 798 S+ 1000 0:00 /usr/lib/git-core/git-remote-https origin https://github.com/ruby/ruby.git |
| 2703052 2718248 798 798 pts/0 798 R+ 1000 0:00 ps jx |
| {1=>[797], 797=>[798], 798=>[799], 799=>[2703049], 2703049=>[2703052], 2703052=>[2703135, 2718248], 2703135=>[2703149], 2703149=>[2703171], 2703171=>[2703172], 2703172=>[2703173]} |
| $ timeout 60 gdb -p 2703173 -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 2703172 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| error: git-remote-https died of signal 9 |
| make: *** [Makefile:586: update-src] Error 1 |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 2703171 -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> |
| $ timeout 60 gdb -p 2703149 -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> |
| $ timeout 60 gdb -p 2703135 -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 2718248 -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> |