| "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 512. |
| Download failed (failed to download config.guess |
| ArgumentError: different prefix: "/" and "tool": https://cdn.jsdelivr.net/gh/gcc-mirror/gcc@master/config.guess), try another URL |
| tool/downloader.rb:290:in `rescue in download': failed to download config.guess (RuntimeError) |
| ArgumentError: different prefix: "/" and "tool": https://raw.githubusercontent.com/gcc-mirror/gcc/master/config.guess |
| from tool/downloader.rb:197:in `download' |
| from tool/downloader.rb:68:in `rescue in download' |
| from tool/downloader.rb:64:in `download' |
| from tool/downloader.rb:445:in `block in <main>' |
| from tool/downloader.rb:428:in `each' |
| from tool/downloader.rb:428:in `<main>' |
| /usr/lib/ruby/3.0.0/pathname.rb:528:in `relative_path_from': different prefix: "/" and "tool" (ArgumentError) |
| from tool/downloader.rb:315:in `link_cache' |
| from tool/downloader.rb:226:in `download' |
| from tool/downloader.rb:68:in `rescue in download' |
| from tool/downloader.rb:64:in `download' |
| from tool/downloader.rb:445:in `block in <main>' |
| from tool/downloader.rb:428:in `each' |
| from tool/downloader.rb:428:in `<main>' |
| tool/downloader.rb:290:in `rescue in download': failed to download config.guess (RuntimeError) |
| ArgumentError: different prefix: "/" and "tool": https://cdn.jsdelivr.net/gh/gcc-mirror/gcc@master/config.guess |
| from tool/downloader.rb:197:in `download' |
| from tool/downloader.rb:65:in `download' |
| from tool/downloader.rb:445:in `block in <main>' |
| from tool/downloader.rb:428:in `each' |
| from tool/downloader.rb:428:in `<main>' |
| /usr/lib/ruby/3.0.0/pathname.rb:528:in `relative_path_from': different prefix: "/" and "tool" (ArgumentError) |
| from tool/downloader.rb:315:in `link_cache' |
| from tool/downloader.rb:226:in `download' |
| from tool/downloader.rb:65:in `download' |
| from tool/downloader.rb:445:in `block in <main>' |
| from tool/downloader.rb:428:in `each' |
| from tool/downloader.rb:428:in `<main>' |
| make: *** [uncommon.mk:1370: update-config_files] Error 1 |
| "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" 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-gc-asserts --incremental --process-num=4 |
| 12 147283 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-gc-asserts --incremental --process-num=4 |
| 147283 147286 12 12 ? -1 S 1001 0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-gc-asserts --logfile=/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20221202-024813 --root_dir=/tmp/ruby --timeout=21600 --build_opts='DEFS="-DRGENGC_CHECK_MODE=2"' --add-env=RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE=30 --incremental --process-num=4 |
| 147286 147287 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-gc-asserts --logfile=/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20221202-024813 --root_dir=/tmp/ruby --timeout=21600 --build_opts=DEFS="-DRGENGC_CHECK_MODE=2" --add-env=RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE=30 --incremental --process-num=4 |
| 147287 150807 12 12 ? -1 S 1001 0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4' |
| 150807 150808 12 12 ? -1 S 1001 0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j4 |
| 150808 150822 12 12 ? -1 Sl 1001 0:21 /tmp/ruby/v3/src/trunk-gc-asserts/test/runner.rb |
| 150822 159848 159848 159848 pts/0 159848 Ss+ 1001 0:00 ruby -Ilib /tmp/irb-20221202-150822-mf1phe.rb |
| 147287 159849 12 12 ? -1 R 1001 0:00 ps jx |
| {11=>[12], 12=>[147283], 147283=>[147286], 147286=>[147287], 147287=>[150807, 159849], 150807=>[150808], 150808=>[150822], 150822=>[159848]} |
| $ timeout 60 gdb -p 159848 -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 150822 -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 150808 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| make: *** [uncommon.mk:854: yes-test-all] Killed |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| #<Errno::ESRCH: No such process> |
| $ timeout 60 gdb -p 150807 -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 159849 -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> |