| "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 |
| b73e087..0f02fbd master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk-iseq_binary/compile.c:13469: |
| /tmp/ruby/src/trunk-iseq_binary/prism_compile.c: In function 'pm_compile_node': |
| /tmp/ruby/src/trunk-iseq_binary/prism_compile.c:3422:41: warning: 'keyword' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 3422 | keyword->rest_start = (int) locals_size; |
| | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-iseq_binary/compile.c: At top level: |
| cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-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-iseq_binary --incremental --process-num=4 |
| 12 1635872 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-iseq_binary --incremental --process-num=4 |
| 1635872 1635875 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-iseq_binary --logfile=/home/ko1/ruby/logs/brlog.trunk-iseq_binary.20231109-102955 --root_dir=/tmp/ruby --timeout=10800 --add-env=RUBY_ISEQ_DUMP_DEBUG=to_binary --incremental --process-num=4 |
| 1635875 1676694 12 12 ? -1 Z 1001 0:00 [sh] <defunct> |
| 1 1690043 12 12 ? -1 S 1001 0:00 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb: TestSyslog#test_log |
| 1635875 1711493 12 12 ? -1 R 1001 0:00 ps jx |
| {11=>[12], 12=>[1635872], 1635872=>[1635875], 1635875=>[1676694, 1711493], 1=>[1690043]} |
| $ timeout 60 gdb -p 1676694 -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 1711493 -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> |