| "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. |
| From https://github.com/ruby/ruby |
| 563ba5a..d67880a master -> origin/master |
| "make after-update -j16" exit with 0. |
| "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 840 840 840 ? -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 |
| 840 841 841 841 pts/0 841 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 841 842 841 841 pts/0 841 S+ 1000 0:00 sh build-loop.sh trunk --incremental |
| 842 1980894 841 841 pts/0 841 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 1980894 1980901 841 841 pts/0 841 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20231013-232002 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 1980901 1982652 841 841 pts/0 841 S+ 1000 0:00 sh -c make yes-btest TESTOPTS='-q -j16' |
| 1982652 1982653 841 841 pts/0 841 S+ 1000 0:00 make yes-btest TESTOPTS=-q -j16 |
| 1982653 1982668 841 841 pts/0 841 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 |
| 1982668 2019921 841 841 pts/0 841 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_797_1271.rb |
| 1980901 2037146 841 841 pts/0 841 R+ 1000 0:00 ps jx |
| {1=>[840], 840=>[841], 841=>[842], 842=>[1980894], 1980894=>[1980901], 1980901=>[1982652, 2037146], 1982652=>[1982653], 1982653=>[1982668], 1982668=>[2019921]} |
| $ timeout 60 gdb -p 2019921 -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 1982668 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| F#1271 test_ractor.rb:797: |
| r = Ractor.new do |
| obj = Thread.new{} |
| Ractor.yield obj |
| rescue => e |
| e.message |
| end |
| r.take |
| #=> "" (expected "allocator undefined for Thread") |
| FAIL 1/0 tests failed |
| make: *** [uncommon.mk:876: 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 1982653 -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 1982652 -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 2037146 -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> |