| "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:07 /usr/lib/systemd/systemd --user |
| 2746 2748 2746 2746 ? -1 S 1000 0:00 (sd-pam) |
| 1 3488 3488 3488 ? -1 Ss 1000 0:13 tmux |
| 3488 3489 3489 3489 pts/1 3556 Ss 1000 0:00 -bash |
| 3489 3556 3556 3489 pts/1 3556 S+ 1000 0:03 sh build-loop.sh master --incremental |
| 3556 1031512 3556 3489 pts/1 3556 Sl+ 1000 0:00 ruby ./br.rb build_report master --incremental |
| 1031512 1031517 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.20230118-155615 --root_dir=/home/opc/ruby --timeout=10800 --configure_opts=--disable-dtrace --disable-yjit --incremental |
| 1031517 1032172 3556 3489 pts/1 3556 S+ 1000 0:00 make yes-btest TESTOPTS=-q -j3 |
| 1032172 1032182 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 |
| 1032182 1035309 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_484_1255.rb |
| 1031517 1074069 3556 3489 pts/1 3556 R+ 1000 0:00 ps jx |
| {1=>[2746, 3488], 2746=>[2748], 3488=>[3489], 3489=>[3556], 3556=>[1031512], 1031512=>[1031517], 1031517=>[1032172, 1074069], 1032172=>[1032182], 1032182=>[1035309]} |
| $ timeout 60 gdb -p 1035309 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| $ timeout 60 gdb -p 1032182 -x /home/opc/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 |
| $ timeout 60 gdb -p 1032172 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| make: *** [uncommon.mk:797: yes-btest] Killed |
| $ timeout 60 gdb -p 1074069 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| #<Errno::ESRCH: No such process> |