| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 5140e6a..81399a5 master -> origin/master |
| "make after-update -j4" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk-repeat50/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-repeat50/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat50/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-repeat50/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| make yes-btest TESTOPTS='-q -j4' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 11 12 12 12 ? -1 Ss 1001 0:00 sh build-loop.sh trunk-repeat50 --incremental --process-num=4 |
| 12 3487306 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-repeat50 --incremental --process-num=4 |
| 3487306 3487309 12 12 ? -1 S 1001 0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-repeat50 --logfile=/home/ko1/ruby/logs/brlog.trunk-repeat50.20231012-190818 --root_dir=/tmp/ruby --timeout=208000 --test_opts='TESTS=--repeat-count=50' --incremental --process-num=4 |
| 3487309 3487310 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-repeat50 --logfile=/home/ko1/ruby/logs/brlog.trunk-repeat50.20231012-190818 --root_dir=/tmp/ruby --timeout=208000 --test_opts=TESTS=--repeat-count=50 --incremental --process-num=4 |
| 3487310 3502613 12 12 ? -1 S 1001 0:00 sh -c make yes-btest TESTOPTS='-q -j4' |
| 3502613 3502614 12 12 ? -1 S 1001 0:00 make yes-btest TESTOPTS=-q -j4 |
| 3502614 3502629 12 12 ? -1 Sl 1001 0:03 /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-repeat50/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common -r./x86_64-linux-fake --disable-gems -q -j4 |
| 3502629 3504972 12 12 ? -1 Sl 1001 0:00 /tmp/ruby/build/trunk-repeat50/miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I/tmp/ruby/build/trunk-repeat50 -I/tmp/ruby/build/trunk-repeat50/.ext/common -r/tmp/ruby/build/trunk-repeat50/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_797_1271.rb |
| 3487310 3542009 12 12 ? -1 R 1001 0:00 ps jx |
| {11=>[12], 12=>[3487306], 3487306=>[3487309], 3487309=>[3487310], 3487310=>[3502613, 3542009], 3502613=>[3502614], 3502614=>[3502629], 3502629=>[3504972]} |
| $ timeout 60 gdb -p 3504972 -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 3502629 -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 |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 3502614 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| make: *** [uncommon.mk:877: yes-btest] Killed |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 3502613 -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 3542009 -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> |