| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 512. |
| make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'. Stop. |
| make: *** [uncommon.mk:1201: /tmp/ruby/v3/src/trunk/ext/ripper/ripper.c] Error 2 |
| make: *** Waiting for unfinished jobs.... |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| 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 822 822 822 ? -1 Ss 1000 0:11 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 822 827 827 827 pts/0 827 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 827 832 827 827 pts/0 827 S+ 1000 0:04 sh build-loop.sh trunk --incremental |
| 832 493141 827 827 pts/0 827 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 493141 493144 827 827 pts/0 827 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20220702-085410 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 493144 493764 827 827 pts/0 827 S+ 1000 0:00 sh -c make yes-btest TESTOPTS='-q -j16' |
| 493764 493765 827 827 pts/0 827 S+ 1000 0:00 make yes-btest TESTOPTS=-q -j16 |
| 493765 493772 827 827 pts/0 827 Sl+ 1000 0:03 /usr/bin/ruby --disable=gems /tmp/ruby/v3/src/trunk/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/v3/src/trunk/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j16 |
| 493772 494404 827 827 pts/0 827 Sl+ 1000 0:00 /tmp/ruby/v3/build/trunk/miniruby -I/tmp/ruby/v3/src/trunk/lib -I/tmp/ruby/v3/build/trunk -I/tmp/ruby/v3/build/trunk/.ext/common -r/tmp/ruby/v3/build/trunk/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_482_1255.rb |
| 493144 496301 827 827 pts/0 827 R+ 1000 0:00 ps jx |
| {1=>[822], 822=>[827], 827=>[832], 832=>[493141], 493141=>[493144], 493144=>[493764, 496301], 493764=>[493765], 493765=>[493772], 493772=>[494404]} |
| $ timeout 60 gdb -p 494404 -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 493772 -x /home/ko1/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:770: 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 493765 -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 493764 -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 496301 -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> |