| "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/v3/src/trunk/configure --prefix=/tmp/ruby/v3/install/trunk --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| Cloning into '/tmp/ruby/v3/src/trunk/gems/src/rbs'... |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| + cp /tmp/ruby/v3/src/trunk/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk/enc/jis/props.h |
| From https://github.com/ruby/rbs |
| * branch 57c07bb9abf86e95694224174ade7521b593926a -> FETCH_HEAD |
| HEAD is now at 57c07bb9 Merge pull request #1164 from shugo/fix_for_anonymous_kwrest |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| rm -rf .bundle/extensions/x86_64-linux/3.2.0+3/ |
| rm -rf .bundle/.timestamp/x86_64-linux/3.2.0+3/ |
| "make yes-btest TESTOPTS='-q -j16'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 827 827 827 ? -1 Ss 1000 0:02 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 827 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 832 829 829 pts/0 829 S+ 1000 0:00 sh build-loop.sh trunk --incremental |
| 832 2620329 829 829 pts/0 829 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 2620329 2620332 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.20221202-070630 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 2620332 2636474 829 829 pts/0 829 S+ 1000 0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16' |
| 2636474 2636475 829 829 pts/0 829 S+ 1000 0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16 |
| 2636475 2636552 829 829 pts/0 829 Sl+ 1000 0:06 /tmp/ruby/v3/src/trunk/test/runner.rb |
| 2636552 2645639 2645639 2645639 pts/1 2645639 Ss+ 1000 0:00 /tmp/ruby/v3/build/trunk/ruby -I /tmp/ruby/v3/src/trunk/lib /tmp/irb-20221202-2636552-nha1hr.rb |
| 2620332 2660069 829 829 pts/0 829 R+ 1000 0:00 ps jx |
| {1=>[827], 827=>[829], 829=>[832], 832=>[2620329], 2620329=>[2620332], 2620332=>[2636474, 2660069], 2636474=>[2636475], 2636475=>[2636552], 2636552=>[2645639]} |
| $ timeout 60 gdb -p 2645639 -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 2636552 -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 2636475 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| make: *** [uncommon.mk:854: yes-test-all] Killed |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 2636474 -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 2660069 -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> |