| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "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' |
| #<Thread:0x00007f3736004410 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:40 run> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:42:in `readpartial': Resource temporarily unavailable (Errno::EAGAIN) |
| from /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:42:in `block in _run_suite' |
| /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:42:in `readpartial': Resource temporarily unavailable (Errno::EAGAIN) |
| /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:42:in `block in _run_suite' |
| running file: /tmp/ruby/src/trunk/test/ruby/test_process.rb |
| A test worker crashed. It might be an interpreter bug or |
| a bug in test/unit/parallel.rb. Try again without the -j |
| option. |
| make: *** [uncommon.mk:945: yes-test-all] Error 1 |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 830 830 830 ? -1 Ss 1000 0:00 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 830 831 831 831 pts/0 831 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 831 832 831 831 pts/0 831 S+ 1000 0:00 sh build-loop.sh trunk --incremental |
| 832 1481295 831 831 pts/0 831 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 1481295 1499307 831 831 pts/0 831 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20240106-134108 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 1 1911966 831 831 pts/0 831 Rl+ 1000 1178:30 /tmp/ruby/build/trunk/ruby -W0 |
| 1499307 1951715 831 831 pts/0 831 Z+ 1000 0:00 [sh] <defunct> |
| 1 2432481 831 831 pts/0 831 Sl+ 1000 0:00 /tmp/ruby/build/trunk/ruby /tmp/ruby/src/trunk/test/drb/ut_large.rb druby://localhost:53685 ut_large.rb |
| 1499307 2834074 831 831 pts/0 831 R+ 1000 0:00 ps jx |
| 1 3054069 831 831 pts/0 831 Sl+ 1000 0:00 /tmp/ruby/build/trunk/ruby /tmp/ruby/src/trunk/test/drb/ut_large.rb druby://localhost:53509 ut_large.rb |
| {1=>[830, 1911966, 2432481, 3054069], 830=>[831], 831=>[832], 832=>[1481295], 1481295=>[1499307], 1499307=>[1951715, 2834074]} |
| $ timeout 60 gdb -p 1951715 -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 2834074 -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> |