| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| /tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 826 826 826 ? -1 Ss 1000 0:01 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 826 829 829 829 pts/0 829 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 829 833 829 829 pts/0 829 S+ 1000 0:00 sh build-loop.sh trunk --incremental |
| 1 279044 829 829 pts/0 829 R+ 1000 0:00 [ruby] |
| 1 280473 829 829 pts/0 829 Zl+ 1000 0:03 [ruby] <defunct> |
| 280473 280751 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280814 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280816 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280817 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280818 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280819 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280820 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280821 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280822 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280823 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280825 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280827 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280829 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280831 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 280473 280833 829 829 pts/0 829 Z+ 1000 0:00 [miniruby] <defunct> |
| 833 296206 829 829 pts/0 829 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 296206 296209 829 829 pts/0 829 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20221228-022736 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 296209 296386 829 829 pts/0 829 S+ 1000 0:00 /bin/bash /tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared |
| 296386 296678 829 829 pts/0 829 S+ 1000 0:00 /bin/bash /tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared |
| 296678 296679 829 829 pts/0 829 R+ 1000 21114761:28 c++ --version |
| 296209 312938 829 829 pts/0 829 R+ 1000 0:00 ps jx |
| {1=>[826, 279044, 280473], 826=>[829], 829=>[833], 280473=>[280751, 280814, 280816, 280817, 280818, 280819, 280820, 280821, 280822, 280823, 280825, 280827, 280829, 280831, 280833], 833=>[296206], 296206=>[296209], 296209=>[296386, 312938], 296386=>[296678], 296678=>[296679]} |
| $ timeout 60 gdb -p 296679 -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 296678 -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 296386 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| /tmp/ruby/src/trunk/configure: line 5883: 296678 Killed ( eval "$ac_compiler $ac_option >&5" ) 2> conftest.err |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 312938 -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> |