| "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. |
| "make update-unicode -j8" exit with 0. |
| "make update-download -j8" exit with 0. |
| Cloning into '/tmp/ruby/v3/src/trunk/gems/src/rbs'... |
| "make update-rubyspec -j8" exit with 0. |
| "make update-src -j8" exit with 0. |
| "make after-update -j8" 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 -j8" exit with 0. |
| "make ruby -j8" exit with 0. |
| "make all -j8" exit with 0. |
| "make install -j8" 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 -j8'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j8'" exit with 0. |
| make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j8' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 641 641 641 ? -1 Ss 1000 0:03 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 641 646 646 646 pts/1 646 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 646 648 646 646 pts/1 646 S+ 1000 0:01 sh build-loop.sh trunk --incremental |
| 648 1710716 646 646 pts/1 646 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 1710716 1710719 646 646 pts/1 646 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20221202-160801 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 1710719 1727533 646 646 pts/1 646 S+ 1000 0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j8' |
| 1727533 1727534 646 646 pts/1 646 S+ 1000 0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j8 |
| 1727534 1727611 646 646 pts/1 646 Sl+ 1000 0:04 /tmp/ruby/v3/src/trunk/test/runner.rb |
| 1727611 1736483 1736483 1736483 pts/0 1736483 Ss+ 1000 0:00 /tmp/ruby/v3/build/trunk/ruby -I /tmp/ruby/v3/src/trunk/lib /tmp/irb-20221202-1727611-8rnz3b.rb |
| 1710719 1755237 646 646 pts/1 646 R+ 1000 0:00 ps jx |
| 1 1948451 646 646 pts/1 646 Rl+ 1000 34574:32 /tmp/ruby/v3/build/trunk/ruby -W0 |
| {1=>[641, 1948451], 641=>[646], 646=>[648], 648=>[1710716], 1710716=>[1710719], 1710719=>[1727533, 1755237], 1727533=>[1727534], 1727534=>[1727611], 1727611=>[1736483]} |
| $ timeout 60 gdb -p 1736483 -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 1727611 -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 1727534 -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 1727533 -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 1755237 -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> |