| "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. |
| "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:01 sh build-loop.sh trunk-random3 --incremental --process-num=6 |
| 11 14438 11 11 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-random3 --incremental --process-num=6 |
| 14438 14441 11 11 ? -1 S 1001 0:00 sh -c ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-random3 --logfile=/home/ko1/ruby/logs/brlog.trunk-random3.20221010-134335 --root_dir=/tmp/ruby --timeout=10800 --test_opts='TESTS="--test-order=random --exclude=readline --exclude=reline"' --incremental --process-num=6 |
| 14441 14442 11 11 ? -1 Rl 1001 0:00 ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-random3 --logfile=/home/ko1/ruby/logs/brlog.trunk-random3.20221010-134335 --root_dir=/tmp/ruby --timeout=10800 --test_opts=TESTS="--test-order=random --exclude=readline --exclude=reline" --incremental --process-num=6 |
| 14442 15064 11 11 ? -1 S 1001 0:00 sh -c make yes-btest TESTOPTS='-q -j6' |
| 15064 15065 11 11 ? -1 S 1001 0:00 make yes-btest TESTOPTS=-q -j6 |
| 15065 15082 11 11 ? -1 Sl 1001 0:03 /usr/bin/ruby --disable=gems /tmp/ruby/v3/src/trunk-random3/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/v3/src/trunk-random3/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j6 |
| 15082 16751 11 11 ? -1 Sl 1001 0:00 /tmp/ruby/v3/build/trunk-random3/miniruby -I/tmp/ruby/v3/src/trunk-random3/lib -I/tmp/ruby/v3/build/trunk-random3 -I/tmp/ruby/v3/build/trunk-random3/.ext/common -r/tmp/ruby/v3/build/trunk-random3/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_482_1255.rb |
| 14442 17568 11 11 ? -1 R 1001 0:00 ps jx |
| {10=>[11], 11=>[14438], 14438=>[14441], 14441=>[14442], 14442=>[15064, 17568], 15064=>[15065], 15065=>[15082], 15082=>[16751]} |
| $ timeout 60 gdb -p 16751 -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 15082 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| F#1255 test_ractor.rb:482: |
| pipe = Ractor.new do |
| loop do |
| Ractor.yield Ractor.receive |
| end |
| end |
| |
| RN = 10 |
| rs = RN.times.map{|i| |
| Ractor.new pipe, i do |pipe, i| |
| msg = pipe.take |
| msg # ping-pong |
| end |
| } |
| RN.times{|i| |
| pipe << i |
| } |
| RN.times.map{ |
| r, n = Ractor.select(*rs) |
| rs.delete r |
| n |
| }.sort |
| #=> "" (expected "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]") |
| FAIL 1/0 tests failed |
| make: *** [uncommon.mk:809: 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 15065 -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 15064 -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 17568 -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> |