| "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 2213 11 11 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-random3 --incremental --process-num=6 |
| 2213 2216 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.20221023-230600 --root_dir=/tmp/ruby --timeout=10800 --test_opts='TESTS="--test-order=random --exclude=readline --exclude=reline"' --incremental --process-num=6 |
| 2216 2217 11 11 ? -1 Sl 1001 0:00 ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-random3 --logfile=/home/ko1/ruby/logs/brlog.trunk-random3.20221023-230600 --root_dir=/tmp/ruby --timeout=10800 --test_opts=TESTS="--test-order=random --exclude=readline --exclude=reline" --incremental --process-num=6 |
| 2217 2854 11 11 ? -1 S 1001 0:00 sh -c make yes-btest TESTOPTS='-q -j6' |
| 2854 2855 11 11 ? -1 S 1001 0:00 make yes-btest TESTOPTS=-q -j6 |
| 2855 2874 11 11 ? -1 Sl 1001 0:04 /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 |
| 2874 2990 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_536_1258.rb |
| 2217 5352 11 11 ? -1 R 1001 0:00 ps jx |
| {10=>[11], 11=>[2213], 2213=>[2216], 2216=>[2217], 2217=>[2854, 5352], 2854=>[2855], 2855=>[2874], 2874=>[2990]} |
| $ timeout 60 gdb -p 2990 -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 2874 -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:810: 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 2855 -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 2854 -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 5352 -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> |