| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| From https://github.com/ruby/debug |
| * branch d7bf3b2e4502eb0f07a67f00e5fce5a0d661189e -> FETCH_HEAD |
| HEAD is now at d7bf3b2 Support the new message format of NameError in Ruby 3.3 |
| From https://github.com/seattlerb/minitest |
| * branch d4fc359899f96944be147609e045b9e921881f19 -> FETCH_HEAD |
| HEAD is now at d4fc359 Support the new message format of NameError in Ruby 3.3 |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| From https://github.com/seattlerb/minitest |
| * branch d4fc359899f96944be147609e045b9e921881f19 -> FETCH_HEAD |
| HEAD is now at d4fc359 Support the new message format of NameError in Ruby 3.3 |
| From https://github.com/ruby/debug |
| * branch d7bf3b2e4502eb0f07a67f00e5fce5a0d661189e -> FETCH_HEAD |
| HEAD is now at d7bf3b2 Support the new message format of NameError in Ruby 3.3 |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| From https://github.com/seattlerb/minitest |
| * branch d4fc359899f96944be147609e045b9e921881f19 -> FETCH_HEAD |
| HEAD is now at d4fc359 Support the new message format of NameError in Ruby 3.3 |
| From https://github.com/ruby/debug |
| * branch d7bf3b2e4502eb0f07a67f00e5fce5a0d661189e -> FETCH_HEAD |
| HEAD is now at d7bf3b2 Support the new message format of NameError in Ruby 3.3 |
| make yes-btest TESTOPTS='-q -j16' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 799 799 799 ? -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 |
| 799 800 800 800 pts/0 800 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 800 801 800 800 pts/0 800 S+ 1000 0:00 sh build-loop.sh trunk --incremental |
| 801 2608367 800 800 pts/0 800 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 2608367 2608370 800 800 pts/0 800 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20230225-224447 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 2608370 2609515 800 800 pts/0 800 S+ 1000 0:00 sh -c make yes-btest TESTOPTS='-q -j16' |
| 2609515 2609516 800 800 pts/0 800 S+ 1000 0:00 make yes-btest TESTOPTS=-q -j16 |
| 2609516 2609531 800 800 pts/0 800 Sl+ 1000 0:02 /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j16 |
| 2609531 2611783 800 800 pts/0 800 Sl+ 1000 0:00 /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib -I/tmp/ruby/build/trunk -I/tmp/ruby/build/trunk/.ext/common -r/tmp/ruby/build/trunk/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_484_1255.rb |
| 2608370 2627127 800 800 pts/0 800 R+ 1000 0:00 ps jx |
| {1=>[799], 799=>[800], 800=>[801], 801=>[2608367], 2608367=>[2608370], 2608370=>[2609515, 2627127], 2609515=>[2609516], 2609516=>[2609531], 2609531=>[2611783]} |
| $ timeout 60 gdb -p 2611783 -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 2609531 -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 |
| make: *** [uncommon.mk:798: 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 2609516 -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 2609515 -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 2627127 -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> |