| "make update-unicode -j3" exit with 0. |
| "make update-download -j3" exit with 0. |
| "make update-rubyspec -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| "make install -j3" exit with 0. |
| make yes-btest TESTOPTS='-q -j3' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 2746 2746 2746 ? -1 Ss 1000 0:20 /usr/lib/systemd/systemd --user |
| 2746 2748 2746 2746 ? -1 S 1000 0:00 (sd-pam) |
| 1 3488 3488 3488 ? -1 Ss 1000 0:33 tmux |
| 3488 3489 3489 3489 pts/1 3556 Ss 1000 0:00 -bash |
| 3489 3556 3556 3489 pts/1 3556 S+ 1000 0:07 sh build-loop.sh master --incremental |
| 3556 83781 3556 3489 pts/1 3556 Sl+ 1000 0:00 ruby ./br.rb build_report master --incremental |
| 83781 83786 3556 3489 pts/1 3556 Sl+ 1000 0:00 ruby /home/opc/build-ruby/build-ruby.rb --target_name=master --logfile=/home/opc/ruby/logs/brlog.master.20230215-123539 --root_dir=/home/opc/ruby --timeout=10800 --configure_opts=--disable-dtrace --disable-yjit --incremental |
| 83786 84433 3556 3489 pts/1 3556 S+ 1000 0:00 make yes-btest TESTOPTS=-q -j3 |
| 84433 84452 3556 3489 pts/1 3556 Sl+ 1000 0:01 /usr/bin/ruby --disable=gems /home/opc/ruby/src/master/bootstraptest/runner.rb --ruby=./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common -r./aarch64-linux-fake --disable-gems -q -j3 |
| 84452 86643 3556 3489 pts/1 3556 Sl+ 1000 0:00 /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib -I/home/opc/ruby/build/master -I/home/opc/ruby/build/master/.ext/common -r/home/opc/ruby/build/master/aarch64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_539_1257.rb |
| 83786 127283 3556 3489 pts/1 3556 R+ 1000 0:00 ps jx |
| {1=>[2746, 3488], 2746=>[2748], 3488=>[3489], 3489=>[3556], 3556=>[83781], 83781=>[83786], 83786=>[84433, 127283], 84433=>[84452], 84452=>[86643]} |
| $ timeout 60 gdb -p 86643 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| $ timeout 60 gdb -p 84452 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| F#1257 test_ractor.rb:539: |
| 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 |
| $ timeout 60 gdb -p 84433 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| make: *** [uncommon.mk:798: yes-btest] Killed |
| $ timeout 60 gdb -p 127283 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| #<Errno::ESRCH: No such process> |