| "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 512. |
| error: The following untracked working tree files would be overwritten by merge: |
| lib/mjit/instruction.rb |
| Please move or remove them before you merge. |
| Aborting |
| make: *** [Makefile:588: update-src] Error 1 |
| "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 811 811 811 ? -1 Ss 1000 0:05 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 811 814 814 814 pts/0 814 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental |
| 814 816 814 814 pts/0 814 S+ 1000 0:01 sh build-loop.sh trunk --incremental |
| 1 79586 814 814 pts/0 814 S+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestRand#test_rand_reseed_on_fork |
| 816 2357077 814 814 pts/0 814 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental |
| 2357077 2357080 814 814 pts/0 814 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20221225-061858 --root_dir=/tmp/ruby --timeout=10800 --incremental |
| 2357080 2358079 814 814 pts/0 814 S+ 1000 0:00 sh -c make yes-btest TESTOPTS='-q -j16' |
| 2358079 2358080 814 814 pts/0 814 S+ 1000 0:00 make yes-btest TESTOPTS=-q -j16 |
| 2358080 2358087 814 814 pts/0 814 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 |
| 2358087 2358739 814 814 pts/0 814 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_537_1257.rb |
| 2357080 2375681 814 814 pts/0 814 R+ 1000 0:00 ps jx |
| {1=>[811, 79586], 811=>[814], 814=>[816], 816=>[2357077], 2357077=>[2357080], 2357080=>[2358079, 2375681], 2358079=>[2358080], 2358080=>[2358087], 2358087=>[2358739]} |
| $ timeout 60 gdb -p 2358739 -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 2358087 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| F#1257 test_ractor.rb:537: |
| 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 |
| make: *** [uncommon.mk:803: 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 2358080 -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 2358079 -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 2375681 -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> |