| "make update-unicode -j6" exit with 0. |
| "make update-download -j6" exit with 0. |
| "make update-rubyspec -j6" exit with 0. |
| "make update-src -j6" exit with 0. |
| From https://github.com/ruby/ruby |
| 906a2f0..8bac877 master -> origin/master |
| "make after-update -j6" exit with 0. |
| "make miniruby -j6" exit with 0. |
| "make ruby -j6" exit with 0. |
| "make all -j6" exit with 0. |
| "make install -j6" exit with 0. |
| make yes-btest TESTOPTS='-q -j6' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 10 11 11 11 ? -1 Ss 1001 0:00 sh build-loop.sh trunk-random1 --incremental --process-num=6 |
| 11 16066 11 11 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-random1 --incremental --process-num=6 |
| 16066 16069 11 11 ? -1 S 1001 0:00 sh -c ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-random1 --logfile=/home/ko1/ruby/logs/brlog.trunk-random1.20221128-095116 --root_dir=/tmp/ruby --timeout=10800 --test_opts='TESTS="--test-order=random"' --incremental --process-num=6 |
| 16069 16070 11 11 ? -1 Sl 1001 0:00 ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-random1 --logfile=/home/ko1/ruby/logs/brlog.trunk-random1.20221128-095116 --root_dir=/tmp/ruby --timeout=10800 --test_opts=TESTS="--test-order=random" --incremental --process-num=6 |
| 16070 17106 11 11 ? -1 S 1001 0:00 sh -c make yes-btest TESTOPTS='-q -j6' |
| 17106 17107 11 11 ? -1 S 1001 0:00 make yes-btest TESTOPTS=-q -j6 |
| 17107 17114 11 11 ? -1 Sl 1001 0:04 /usr/bin/ruby --disable=gems /tmp/ruby/v3/src/trunk-random1/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/v3/src/trunk-random1/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j6 |
| 17114 19451 11 11 ? -1 Sl 1001 0:00 /tmp/ruby/v3/build/trunk-random1/miniruby -I/tmp/ruby/v3/src/trunk-random1/lib -I/tmp/ruby/v3/build/trunk-random1 -I/tmp/ruby/v3/build/trunk-random1/.ext/common -r/tmp/ruby/v3/build/trunk-random1/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_536_1258.rb |
| 16070 19614 11 11 ? -1 R 1001 0:00 ps jx |
| {10=>[11], 11=>[16066], 16066=>[16069], 16069=>[16070], 16070=>[17106, 19614], 17106=>[17107], 17107=>[17114], 17114=>[19451]} |
| $ timeout 60 gdb -p 19451 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 17114 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| F#1258 test_ractor.rb:536: |
| pipe = Ractor.new do |
| loop do |
| Ractor.yield Ractor.receive |
| end |
| end |
| |
| RN = 10 |
| RN.times.map{|i| |
| Ractor.new pipe, i do |pipe, i| |
| pipe << i |
| end |
| } |
| RN.times.map{ |
| pipe.take |
| }.sort |
| #=> "" (expected "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]") |
| FAIL 1/0 tests failed |
| make: *** [uncommon.mk:801: yes-btest] Error 1 |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 17107 -x /home/ko1/ruby/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 17106 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 19614 -x /home/ko1/ruby/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> |