| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| make yes-btest TESTOPTS='-q -j4' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 11 12 12 12 ? -1 Ss 1001 0:00 sh build-loop.sh trunk-yjit --incremental --process-num=4 |
| 12 1177224 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-yjit --incremental --process-num=4 |
| 1177224 1177227 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-yjit --logfile=/home/ko1/ruby/logs/brlog.trunk-yjit.20230215-045128 --root_dir=/tmp/ruby --timeout=10800 --configure_opts=cppflags=-DYJIT_FORCE_ENABLE --incremental --process-num=4 |
| 1177227 1177858 12 12 ? -1 S 1001 0:00 sh -c make yes-btest TESTOPTS='-q -j4' |
| 1177858 1177859 12 12 ? -1 S 1001 0:00 make yes-btest TESTOPTS=-q -j4 |
| 1177859 1177874 12 12 ? -1 Sl 1001 0:02 /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-yjit/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j4 |
| 1177874 1178831 12 12 ? -1 Sl 1001 0:00 /tmp/ruby/build/trunk-yjit/miniruby -I/tmp/ruby/src/trunk-yjit/lib -I/tmp/ruby/build/trunk-yjit -I/tmp/ruby/build/trunk-yjit/.ext/common -r/tmp/ruby/build/trunk-yjit/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_484_1255.rb |
| 1177227 1180363 12 12 ? -1 R 1001 0:00 ps jx |
| {11=>[12], 12=>[1177224], 1177224=>[1177227], 1177227=>[1177858, 1180363], 1177858=>[1177859], 1177859=>[1177874], 1177874=>[1178831]} |
| $ timeout 60 gdb -p 1178831 -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 1177874 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| F#1255 test_ractor.rb:484: |
| 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 |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| make: *** [uncommon.mk:798: yes-btest] Error 1 |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 1177859 -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> |
| $ timeout 60 gdb -p 1177858 -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 1180363 -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> |