| "make update-unicode -j3" exit with 0. |
| "make update-download -j3" exit with 0. |
| "make update-rubyspec -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| "make install -j3" exit with 0. |
| make yes-btest TESTOPTS='-q -j3' |
| $$$ #<Timeout::Error: execution expired> |
| ### enter analyzing mode for stuck processes |
| $$$ ps jx |
| PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND |
| 1 2547 2547 2547 ? -1 Ss 1000 0:00 /usr/lib/systemd/systemd --user |
| 2547 2550 2547 2547 ? -1 S 1000 0:00 (sd-pam) |
| 1 3030 3030 3030 ? -1 Ss 1000 0:00 tmux |
| 3030 3031 3031 3031 pts/1 9312 Ss 1000 0:00 -bash |
| 3031 9312 9312 3031 pts/1 9312 S+ 1000 0:00 sh build-loop.sh master --incremental |
| 9312 2139283 9312 3031 pts/1 9312 Sl+ 1000 0:00 ruby ./br.rb build_report master --incremental |
| 2139283 2139286 9312 3031 pts/1 9312 Sl+ 1000 0:00 ruby /home/opc/build-ruby/build-ruby.rb --target_name=master --logfile=/home/opc/ruby/logs/brlog.master.20231013-092007 --root_dir=/home/opc/ruby --timeout=10800 --configure_opts=--disable-dtrace --disable-yjit --incremental |
| 2139286 2140205 9312 3031 pts/1 9312 S+ 1000 0:00 make yes-btest TESTOPTS=-q -j3 |
| 2140205 2140220 9312 3031 pts/1 9312 Sl+ 1000 0:01 /usr/local/bin/ruby --disable=gems /home/opc/ruby/src/master/bootstraptest/runner.rb --ruby=./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common -r./aarch64-linux-fake --disable-gems -q -j3 |
| 2140220 2179385 9312 3031 pts/1 9312 Sl+ 1000 0:00 /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib -I/home/opc/ruby/build/master -I/home/opc/ruby/build/master/.ext/common -r/home/opc/ruby/build/master/aarch64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_797_1271.rb |
| 2139286 2218526 9312 3031 pts/1 9312 R+ 1000 0:00 ps jx |
| 3930271 3930479 3930271 3930271 ? -1 S 1000 0:00 sshd: opc@pts/0 |
| 3930479 3930480 3930480 3930480 pts/0 3979462 Ss 1000 0:00 -bash |
| 3930480 3979462 3979462 3930480 pts/0 3979462 S+ 1000 0:00 tmux a |
| {1=>[2547, 3030], 2547=>[2550], 3030=>[3031], 3031=>[9312], 9312=>[2139283], 2139283=>[2139286], 2139286=>[2140205, 2218526], 2140205=>[2140220], 2140220=>[2179385], 3930271=>[3930479], 3930479=>[3930480], 3930480=>[3979462]} |
| $ timeout 60 gdb -p 2179385 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| [New LWP 2179386] |
| [New LWP 2179391] |
| [Thread debugging using libthread_db enabled] |
| Using host libthread_db library "/lib64/libthread_db.so.1". |
| 0x0000fffdf1571410 in __lll_lock_wait () from /lib64/libpthread.so.0 |
| >>> Threads |
| Id Target Id Frame |
| * 1 Thread 0xfffdf17c5210 (LWP 2179385) "miniruby" 0x0000fffdf1571410 in __lll_lock_wait () from /lib64/libpthread.so.0 |
| 2 Thread 0xfffdf059f1c0 (LWP 2179386) "miniruby" 0x0000fffdf14b5130 in epoll_pwait () from /lib64/libc.so.6 |
| 3 Thread 0xfffdee4bf1c0 (LWP 2179391) "bootstraptest.*" 0x0000fffdf15713ec in __lll_lock_wait () from /lib64/libpthread.so.0 |
| >>> Machine level backtrace |
| Thread 3 (Thread 0xfffdee4bf1c0 (LWP 2179391)): |
| #0 0x0000fffdf15713ec in __lll_lock_wait () from /lib64/libpthread.so.0 |
| No symbol table info available. |
| #1 0x0000fffdf156a078 in pthread_mutex_lock () from /lib64/libpthread.so.0 |
| No symbol table info available. |
| [Inferior 1 (process 2179385) detached] |
| $ timeout 60 gdb -p 2140220 -x /home/opc/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 |
| make: *** [uncommon.mk:877: 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 2140205 -x /home/opc/build-ruby/gdbscript -batch -quiet 2> /dev/null |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| $ timeout 60 gdb -p 2218526 -x /home/opc/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> |