| "make update-download -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "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'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. |
| Children under /tmp/rubytest.9ciy6p: |
| * -rw------- 1 35 2024-06-27 05:57:53 +0000 autoload20240627-3972460-aa7y71.rb |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 947 947 947 ? -1 Ss 1000 0:00 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental |
| 947 955 955 955 pts/0 955 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental |
| 955 956 955 955 pts/0 955 S+ 1000 0:00 sh build-loop.sh trunk_asan --incremental |
| 1 1887 1887 1887 ? -1 Ss 1000 0:00 /usr/lib/systemd/systemd --user |
| 1887 1888 1887 1887 ? -1 S 1000 0:00 (sd-pam) |
| 1 74928 74928 1920 ? -1 Sl 1000 0:00 ruby -e sleep |
| 1 1775810 955 955 pts/0 955 Sl+ 1000 0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork |
| 1 1961228 955 955 pts/0 955 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/miniruby -I/tmp/ruby/src/trunk_asan/lib -I/tmp/ruby/build/trunk_asan -I/tmp/ruby/build/trunk_asan/.ext/common -r/tmp/ruby/build/trunk_asan/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_thread.rb_232_1559.rb |
| 1 2014875 955 955 pts/0 955 Sl+ 1000 0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_fork_while_locked |
| 3561801 3562109 3561801 3561801 ? -1 S 1000 0:00 sshd: ko1@pts/2 |
| 3562109 3562115 3562115 3562115 pts/2 3562115 Ss+ 1000 0:00 -bash |
| 956 3930866 955 955 pts/0 955 Sl+ 1000 0:00 ruby ./br.rb build_report trunk_asan --incremental |
| 3930866 3930927 955 955 pts/0 955 S+ 1000 0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20240627-055503 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts="'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" --incremental |
| 3930927 3930928 955 955 pts/0 955 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20240627-055503 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts='CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0' --incremental |
| 3930928 3972124 955 955 pts/0 955 Z+ 1000 0:00 [sh] <defunct> |
| 1 4008304 955 955 pts/0 955 Sl+ 1000 0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork |
| 3930928 4011638 955 955 pts/0 955 R+ 1000 0:00 ps jx |
| {1=>[947, 1887, 74928, 1775810, 1961228, 2014875, 4008304], 947=>[955], 955=>[956], 1887=>[1888], 3561801=>[3562109], 3562109=>[3562115], 956=>[3930866], 3930866=>[3930927], 3930927=>[3930928], 3930928=>[3972124, 4011638]} |
| $ timeout 60 gdb -p 3972124 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| Could not attach to process. If your uid matches the uid of the target |
| process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try |
| again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 4011638 -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> |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 0. |