rev: 711342d935
test-all :
test-spec:
exit statuses:
"make update-unicode -j6" exit with 0.
"make update-download -j6" exit with 0.
"make update-rubyspec -j6" exit with 0.
"make update-src -j6" exit with 0.
"make after-update -j6" exit with 512.
"make miniruby -j6" exit with 0.
"make ruby -j6" exit with 0.
"make all -j6" exit with 0.
"make install -j6" exit with 0.
"make yes-btest TESTS=\"--test-order=random\"" exit with 0.
"make yes-test-basic TESTS=\"--test-order=random\"" exit with 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk-random0.20211220-234855
#<BuildRuby:0x0000559f2fc8c160
@BUILD_DIR="/tmp/ruby/v3/build",
@INSTALL_DIR="/tmp/ruby/v3/install",
@REPOSITORY="https://github.com/ruby/ruby.git",
@REPOSITORY_TYPE=:git,
@SRC_DIR="/tmp/ruby/v3/src",
@TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-random0",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-random0",
@TARGET_NAME="trunk-random0",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-random0",
@build_opts="-j6",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-random0.20211220-234855",
@make="make",
@quiet=false,
@ruby_env=[["RUBY_DEBUG", "ci"]],
@steps=
["checkout",
"autoconf",
"configure",
"build_up",
"build_miniruby",
"build_ruby",
"build_all",
"build_install",
"test_btest",
"test_basic",
"test_all",
"test_rubyspec"],
@svn_revision=nil,
@test_opts="TESTS=\"--test-order=random\"",
@timeout=10800>
user system total real
checkout 0.000000 0.000000 0.000000 ( 0.000027)
autoconf 0.000000 0.000000 0.000000 ( 0.000069)
configure 0.000000 0.000000 0.000000 ( 0.000050)
build_up From https://github.com/ruby/ruby
6ad8cf7..711342d master -> origin/master
make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'. Stop.
make: *** [uncommon.mk:1197: /tmp/ruby/v3/src/trunk-random0/ext/ripper/ripper.c] Error 2
make: *** Waiting for unfinished jobs....
0.008000 0.004000 3.004000 ( 2.878297)
build_miniruby 0.016000 0.000000 418.516000 ( 89.264903)
build_ruby 0.000000 0.004000 8.268000 ( 6.235156)
build_all 0.092000 0.028000 356.932000 ( 78.405631)
build_install 0.020000 0.016000 21.820000 ( 10.302960)
test_btest test_attr.rb ..
test_autoload.rb ........
test_block.rb ..........................................................
test_class.rb ................................................
test_env.rb ..
test_eval.rb ........................................
test_exception.rb ..................................
test_fiber.rb .....
test_finalizer.rb .
test_flip.rb .
test_flow.rb ..............................................................
test_fork.rb ....
test_gc.rb ..
test_insns.rb .................................................................................................................................................................................................................................................................................................................................................................................................
test_io.rb .........
test_jump.rb .............................
test_literal.rb ............................................................................................................................................................
test_literal_suffix.rb ................................................
test_load.rb ..
test_marshal.rb .
test_massign.rb ..................................
test_method.rb ...............................................................................................................................................................................................................................
test_objectspace.rb ......
test_proc.rb .....................................
test_ractor.rb ...................................................................................................
test_string.rb .
test_struct.rb .
test_syntax.rb ............................................................................................................................................................
test_thread.rb .................................................
test_yjit.rb ................................................................................................................................................................
test_yjit_30k_ifelse.rb .
test_yjit_30k_methods.rb .
Fiber count: 10000 (skipping)
PASS all 1665 tests
0.004000 0.000000 89.280000 ( 86.634741)
test_basic 0.000000 0.012000 0.776000 ( 0.944803)
test_all $$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes
$$$ ps jx
PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND
10 11 11 11 ? -1 Ss 1001 0:00 sh build-loop.sh trunk-random0 --incremental --process-num=6
25218 380 11 11 ? -1 Sl 1001 0:06 /tmp/ruby/v3/build/trunk-random0/ruby -I/tmp/ruby/v3/src/trunk-random0/test/readline /tmp/interrupt_in_other_thread20211221-25218-8nzuhu
18907 382 11 11 ? -1 R 1001 0:00 ps jx
11 18904 11 11 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-random0 --incremental --process-num=6
18904 18906 11 11 ? -1 S 1001 0:00 sh -c ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-random0 --logfile=/home/ko1/ruby/logs/brlog.trunk-random0.20211220-234855 --root_dir=/tmp/ruby --timeout=10800 --test_opts='TESTS="--test-order=random"' --incremental --process-num=6
18906 18907 11 11 ? -1 Sl 1001 0:00 ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-random0 --logfile=/home/ko1/ruby/logs/brlog.trunk-random0.20211220-234855 --root_dir=/tmp/ruby --timeout=10800 --test_opts=TESTS="--test-order=random" --incremental --process-num=6
18907 25203 11 11 ? -1 S 1001 0:00 sh -c make yes-test-all TESTS="--test-order=random"
25203 25204 11 11 ? -1 S 1001 0:00 make yes-test-all TESTS=--test-order=random
25204 25218 11 11 ? -1 S 1001 11:11 /tmp/ruby/v3/src/trunk-random0/test/runner.rb: TestRelineAsReadline#test_interrupt_in_other_thread
{10=>[11], 25218=>[380], 18907=>[382, 25203], 11=>[18904], 18904=>[18906], 18906=>[18907], 25203=>[25204], 25204=>[25218]}
"timeout 60 gdb -p 382 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
ptrace: No such process.
>>> ThreadsNo threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/ruby/build-ruby/gdbscript:12: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 382]
#<Errno::ESRCH: No such process>
"timeout 60 gdb -p 380 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
[New LWP 381]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
44 ../sysdeps/unix/sysv/linux/ppoll.c: No such file or directory.
0x00007f5a91875bf6 in __ppoll (fds=fds@entry=0x7ffcc5622398, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
>>> Threads Id Target Id Frame
* 1 Thread 0x7f5a9175ef40 (LWP 380) "ruby" 0x00007f5a91875bf6 in __ppoll (fds=fds@entry=0x7ffcc5622398, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
2 Thread 0x7f5a8eb7b700 (LWP 381) "interrupt_in_o*" 0x00007f5a91875bf6 in __ppoll (fds=fds@entry=0x7f5a8ea794c0, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
>>> Machine level backtrace
Thread 2 (Thread 0x7f5a8eb7b700 (LWP 381)):
#0 0x00007f5a91875bf6 in __ppoll (fds=fds@entry=0x7f5a8ea794c0, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
#1 0x00007f5a91e3713f in rb_thread_wait_for_single_fd (fd=<optimized out>, events=<optimized out>, timeout=timeout@entry=0x7f5a8ea79560) at /tmp/ruby/v3/src/trunk-random0/hrtime.h:148
#2 0x00007f5a91cd9cea in rb_io_wait (timeout=18288217366826110162, events=3, io=140026962885680) at /tmp/ruby/v3/src/trunk-random0/include/ruby/internal/arithmetic/int.h:172
#3 rb_io_wait (io=io@entry=140026962885680, events=events@entry=3, timeout=18288217366826110162) at /tmp/ruby/v3/src/trunk-random0/io.c:1298
#4 0x00007f5a8ecc7add in io_wait_event (timeout=<optimized out>, event=1, io=140026962885680) at /tmp/ruby/v3/src/trunk-random0/include/ruby/internal/arithmetic/long.h:124
#5 io_wait_readable (argc=1, argv=0x7f5a8ea7ae78, io=140026962885680) at /tmp/ruby/v3/src/trunk-random0/ext/io/wait/wait.c:185
#6 0x00007f5a91e6ab1b in vm_call_cfunc_with_frame (ec=0x5607b1aaff10, reg_cfp=0x7f5a8eb7a910, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#7 0x00007f5a91e78ca2 in vm_sendish (block_handler=<optimized out>, method_explorer=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#8 vm_exec_core (ec=0x5607b1aaff10, initial=1) at ../../src/trunk-random0/insns.def:778
#9 0x00007f5a91e7e833 in rb_vm_exec (ec=0x5607b1aaff10, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2209
#10 0x00007f5a91e81c3f in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140026918728880, iseq=0x7f5a8ebf4588, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1314
#11 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x0, argc=0, self=140026918728880, captured=<optimized out>, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1370
#12 invoke_block_from_c_bh (argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, cref=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1388
#13 vm_yield_with_cref (argc=0, argv=0x0, kw_splat=0, is_lambda=0, cref=0x0, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1425
#14 vm_yield (kw_splat=0, argv=0x0, argc=0, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1433
#15 rb_yield_0 (argv=0x0, argc=0) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1347
#16 loop_i (_=_@entry=0) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1446
#17 0x00007f5a91c97946 in rb_vrescue2 (b_proc=0x7f5a91e81920 <loop_i>, data1=0, r_proc=0x7f5a91e62910 <loop_stop>, data2=0, args=args@entry=0x7f5a8ea79aa0) at /tmp/ruby/v3/src/trunk-random0/eval.c:903
#18 0x00007f5a91c97bce in rb_rescue2 (b_proc=<optimized out>, data1=<optimized out>, r_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/eval.c:884
#19 0x00007f5a91e6ab1b in vm_call_cfunc_with_frame (ec=0x5607b1aaff10, reg_cfp=0x7f5a8eb7a990, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#20 0x00007f5a91e7fa39 in vm_call_method_each_type (ec=0x5607b1aaff10, cfp=0x7f5a8eb7a990, calling=0x7f5a8ea79da0) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3643
#21 0x00007f5a91e80304 in vm_call_method (ec=0x5607b1aaff10, cfp=0x7f5a8eb7a990, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3754
#22 0x00007f5a91e78db3 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#23 vm_exec_core (ec=0x5607b1aaff10, initial=1) at ../../src/trunk-random0/insns.def:759
#24 0x00007f5a91e7e833 in rb_vm_exec (ec=0x5607b1aaff10, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2209
#25 0x00007f5a91e81c3f in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140026918726480, iseq=0x7f5a8ecf95a0, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1314
#26 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x0, argc=0, self=140026918726480, captured=<optimized out>, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1370
#27 invoke_block_from_c_bh (argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, cref=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1388
#28 vm_yield_with_cref (argc=0, argv=0x0, kw_splat=0, is_lambda=0, cref=0x0, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1425
#29 vm_yield (kw_splat=0, argv=0x0, argc=0, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1433
#30 rb_yield_0 (argv=0x0, argc=0) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1347
#31 loop_i (_=_@entry=0) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1446
#32 0x00007f5a91c97946 in rb_vrescue2 (b_proc=0x7f5a91e81920 <loop_i>, data1=0, r_proc=0x7f5a91e62910 <loop_stop>, data2=0, args=args@entry=0x7f5a8ea7a150) at /tmp/ruby/v3/src/trunk-random0/eval.c:903
#33 0x00007f5a91c97bce in rb_rescue2 (b_proc=<optimized out>, data1=<optimized out>, r_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/eval.c:884
#34 0x00007f5a91e6ab1b in vm_call_cfunc_with_frame (ec=0x5607b1aaff10, reg_cfp=0x7f5a8eb7aa50, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#35 0x00007f5a91e78db3 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#36 vm_exec_core (ec=0x5607b1aaff10, initial=1) at ../../src/trunk-random0/insns.def:759
#37 0x00007f5a91e7e833 in rb_vm_exec (ec=0x5607b1aaff10, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2209
#38 0x00007f5a91e81c3f in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140026918726480, iseq=0x7f5a8ecf9af0, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1314
#39 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x0, argc=0, self=140026918726480, captured=<optimized out>, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1370
#40 invoke_block_from_c_bh (argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, cref=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1388
#41 vm_yield_with_cref (argc=0, argv=0x0, kw_splat=0, is_lambda=0, cref=0x0, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1425
#42 vm_yield (kw_splat=0, argv=0x0, argc=0, ec=0x5607b1aaff10) at /tmp/ruby/v3/src/trunk-random0/vm.c:1433
#43 rb_yield_0 (argv=0x0, argc=0) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1347
#44 loop_i (_=_@entry=0) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1446
#45 0x00007f5a91c97946 in rb_vrescue2 (b_proc=0x7f5a91e81920 <loop_i>, data1=0, r_proc=0x7f5a91e62910 <loop_stop>, data2=0, args=args@entry=0x7f5a8ea7a6f0) at /tmp/ruby/v3/src/trunk-random0/eval.c:903
#46 0x00007f5a91c97bce in rb_rescue2 (b_proc=<optimized out>, data1=<optimized out>, r_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/eval.c:884
#47 0x00007f5a91e6ab1b in vm_call_cfunc_with_frame (ec=0x5607b1aaff10, reg_cfp=0x7f5a8eb7ab10, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#48 0x00007f5a91e7fa39 in vm_call_method_each_type (ec=0x5607b1aaff10, cfp=0x7f5a8eb7ab10, calling=0x7f5a8ea7a9f0) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3643
#49 0x00007f5a91e80304 in vm_call_method (ec=0x5607b1aaff10, cfp=0x7f5a8eb7ab10, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3754
#50 0x00007f5a91e78db3 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#51 vm_exec_core (ec=0x5607b1aaff10, initial=1) at ../../src/trunk-random0/insns.def:759
#52 0x00007f5a91e7e833 in rb_vm_exec (ec=0x5607b1aaff10, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2209
#53 0x00007f5a91e86973 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x5607b170a080, argc=argc@entry=0, argv=argv@entry=0x7f5a8ea7abf0, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/v3/src/trunk-random0/vm.c:1519
#54 0x00007f5a91e33a95 in thread_do_start_proc (th=0x5607b1aa62d0) at /tmp/ruby/v3/src/trunk-random0/thread.c:735
#55 0x00007f5a91e340bc in thread_do_start (th=0x5607b1aa62d0) at /tmp/ruby/v3/src/trunk-random0/thread.c:754
#56 thread_start_func_2 (th=<optimized out>, stack_start=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/thread.c:828
#57 0x00007f5a91e34ae1 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/thread_pthread.c:1047
#58 0x00007f5a91b7c609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#59 0x00007f5a91882293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 1 (Thread 0x7f5a9175ef40 (LWP 380)):
#0 0x00007f5a91875bf6 in __ppoll (fds=fds@entry=0x7ffcc5622398, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
#1 0x00007f5a91e2efd0 in rb_sigwait_sleep (th=th@entry=0x5607b15e4f20, sigwait_fd=sigwait_fd@entry=3, rel=rel@entry=0x0) at /tmp/ruby/v3/src/trunk-random0/hrtime.h:148
#2 0x00007f5a91e2fe8f in native_sleep (th=th@entry=0x5607b15e4f20, rel=0x0) at /tmp/ruby/v3/src/trunk-random0/thread_pthread.c:2229
#3 0x00007f5a91e35418 in thread_join_sleep (arg=arg@entry=140723620029856) at /tmp/ruby/v3/src/trunk-random0/thread.c:1192
#4 0x00007f5a91c97efe in rb_ensure (b_proc=b_proc@entry=0x7f5a91e35250 <thread_join_sleep>, data1=data1@entry=140723620029856, e_proc=e_proc@entry=0x7f5a91e29180 <remove_from_join_list>, data2=data2@entry=140723620029856) at /tmp/ruby/v3/src/trunk-random0/eval.c:993
#5 0x00007f5a91e2bfea in thread_join (limit=0x0, timeout=8, target_th=0x5607b1aa62d0) at /tmp/ruby/v3/src/trunk-random0/thread.c:1243
#6 thread_value (self=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/thread.c:1363
#7 0x00007f5a91e6ab1b in vm_call_cfunc_with_frame (ec=0x5607b15e5790, reg_cfp=0x7f5a9175cf90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#8 0x00007f5a91e7fa39 in vm_call_method_each_type (ec=0x5607b15e5790, cfp=0x7f5a9175cf90, calling=0x7ffcc5622800) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3643
#9 0x00007f5a91e80304 in vm_call_method (ec=0x5607b15e5790, cfp=0x7f5a9175cf90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3754
#10 0x00007f5a91e78ca2 in vm_sendish (block_handler=<optimized out>, method_explorer=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#11 vm_exec_core (ec=0x5607b15e5790, initial=1) at ../../src/trunk-random0/insns.def:778
#12 0x00007f5a91e7ed58 in rb_vm_exec (ec=0x5607b15e5790, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2218
#13 0x00007f5a91c93eab in rb_ec_exec_node (ec=ec@entry=0x5607b15e5790, n=n@entry=0x7f5a8ed4c318) at /tmp/ruby/v3/src/trunk-random0/eval.c:280
#14 0x00007f5a91c9a25a in ruby_run_node (n=0x7f5a8ed4c318) at /tmp/ruby/v3/src/trunk-random0/eval.c:321
#15 0x00005607b0d4d1d3 in main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/main.c:47
>>> Dump Ruby level backtrace
$1 = 0
">>> Finish
"[Inferior 1 (process 380) detached]
[nil, 380]
"timeout 60 gdb -p 25218 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
[New LWP 396]
[New LWP 397]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
44 ../sysdeps/unix/sysv/linux/ppoll.c: No such file or directory.
0x00007f5978c05bf6 in __ppoll (fds=fds@entry=0x7ffd7ffaf230, nfds=nfds@entry=2, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
>>> Threads Id Target Id Frame
* 1 Thread 0x7f5978aeef40 (LWP 25218) "ruby" 0x00007f5978c05bf6 in __ppoll (fds=fds@entry=0x7ffd7ffaf230, nfds=nfds@entry=2, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
2 Thread 0x7f594b3e2700 (LWP 396) "ruby" 0x00007f5978c05bf6 in __ppoll (fds=fds@entry=0x7f594b2e19b8, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
3 Thread 0x7f594ba21700 (LWP 397) "open3.rb:404" 0x00007f5978c05aff in __GI___poll (fds=fds@entry=0x7f594b9204e0, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
>>> Machine level backtrace
Thread 3 (Thread 0x7f594ba21700 (LWP 397)):
#0 0x00007f5978c05aff in __GI___poll (fds=fds@entry=0x7f594b9204e0, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007f59790655fa in poll (__timeout=-1, __nfds=1, __fds=0x7f594b9204e0) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
#2 nogvl_wait_for (th=<optimized out>, events=1, fptr=0x55b57a50fce0) at /tmp/ruby/v3/src/trunk-random0/io.c:11338
#3 nogvl_wait_for (events=1, fptr=0x55b57a50fce0, th=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/io.c:11321
#4 internal_read_func (ptr=ptr@entry=0x7f594b920640) at /tmp/ruby/v3/src/trunk-random0/io.c:1091
#5 0x00007f59791c342d in rb_thread_io_blocking_region (func=func@entry=0x7f5979065560 <internal_read_func>, data1=data1@entry=0x7f594b920640, fd=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/thread.c:1824
#6 0x00007f597906636d in rb_read_internal (fptr=0x55b57a50fce0, buf=0x7f58f80016b0, count=8192) at /tmp/ruby/v3/src/trunk-random0/io.c:1155
#7 0x00007f597906b749 in io_bufread (fptr=0x55b57a50fce0, len=8192, ptr=0x7f58f80016b0 "`\a") at /tmp/ruby/v3/src/trunk-random0/io.c:2766
#8 bufread_call (arg=arg@entry=140021496678432) at /tmp/ruby/v3/src/trunk-random0/io.c:2805
#9 0x00007f5979027efe in rb_ensure (b_proc=b_proc@entry=0x7f597906b5e0 <bufread_call>, data1=data1@entry=140021496678432, e_proc=e_proc@entry=0x7f597918c7b0 <rb_str_unlocktmp>, data2=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/eval.c:993
#10 0x00007f59791a5aa1 in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x7f597906b5e0 <bufread_call>, arg=arg@entry=140021496678432) at /tmp/ruby/v3/src/trunk-random0/string.c:3035
#11 0x00007f597906a77b in io_fread (fptr=0x55b57a50fce0, size=8192, offset=<optimized out>, str=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/io.c:2819
#12 read_all (fptr=fptr@entry=0x55b57a50fce0, siz=8192, str=<optimized out>, str@entry=8) at /tmp/ruby/v3/src/trunk-random0/io.c:3091
#13 0x00007f597906f54e in io_read (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/io.c:3461
#14 0x00007f59791fab1b in vm_call_cfunc_with_frame (ec=0x55b572af1650, reg_cfp=0x7f594ba20bd0, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#15 0x00007f5979208ca2 in vm_sendish (block_handler=<optimized out>, method_explorer=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#16 vm_exec_core (ec=0x55b572af1650, initial=1) at ../../src/trunk-random0/insns.def:778
#17 0x00007f597920e833 in rb_vm_exec (ec=0x55b572af1650, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2209
#18 0x00007f5979216973 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x55b5779c96e0, argc=argc@entry=0, argv=argv@entry=0x7f594b920bf0, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/v3/src/trunk-random0/vm.c:1519
#19 0x00007f59791c3a95 in thread_do_start_proc (th=0x55b576c24640) at /tmp/ruby/v3/src/trunk-random0/thread.c:735
#20 0x00007f59791c40bc in thread_do_start (th=0x55b576c24640) at /tmp/ruby/v3/src/trunk-random0/thread.c:754
#21 thread_start_func_2 (th=<optimized out>, stack_start=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/thread.c:828
#22 0x00007f59791c4ae1 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/thread_pthread.c:1047
#23 0x00007f5978f0c609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#24 0x00007f5978c12293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 2 (Thread 0x7f594b3e2700 (LWP 396)):
#0 0x00007f5978c05bf6 in __ppoll (fds=fds@entry=0x7f594b2e19b8, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
#1 0x00007f59791befd0 in rb_sigwait_sleep (th=th@entry=0x55b57655cff0, sigwait_fd=sigwait_fd@entry=3, rel=rel@entry=0x0) at /tmp/ruby/v3/src/trunk-random0/hrtime.h:148
#2 0x00007f59791bfe8f in native_sleep (th=th@entry=0x55b57655cff0, rel=0x0) at /tmp/ruby/v3/src/trunk-random0/thread_pthread.c:2229
#3 0x00007f59791c2c0b in rb_thread_sleep_interruptible () at /tmp/ruby/v3/src/trunk-random0/thread.c:1532
#4 0x00007f597911c035 in waitpid_sleep (x=x@entry=140021490129792) at /tmp/ruby/v3/src/trunk-random0/process.c:1239
#5 0x00007f5979027efe in rb_ensure (b_proc=b_proc@entry=0x7f597911c020 <waitpid_sleep>, data1=data1@entry=140021490129792, e_proc=e_proc@entry=0x7f597911bfd0 <waitpid_cleanup>, data2=data2@entry=140021490129792) at /tmp/ruby/v3/src/trunk-random0/eval.c:993
#6 0x00007f5979121906 in waitpid_wait (w=0x7f594b2e1b80) at /tmp/ruby/v3/src/trunk-random0/process.c:1300
#7 rb_process_status_wait (pid=pid@entry=395, flags=flags@entry=0) at /tmp/ruby/v3/src/trunk-random0/process.c:1346
#8 0x00007f5979121a2b in rb_waitpid (pid=pid@entry=395, st=st@entry=0x7f594b2e1c24, flags=flags@entry=0) at /tmp/ruby/v3/src/trunk-random0/process.c:1428
#9 0x00007f5979121ad4 in detach_process_watcher (arg=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/process.c:1624
#10 0x00007f59791c3f7d in thread_do_start (th=0x55b57655cff0) at /tmp/ruby/v3/src/trunk-random0/thread.c:763
#11 thread_start_func_2 (th=<optimized out>, stack_start=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/thread.c:828
#12 0x00007f59791c4ae1 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/thread_pthread.c:1047
#13 0x00007f5978f0c609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#14 0x00007f5978c12293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 1 (Thread 0x7f5978aeef40 (LWP 25218)):
#0 0x00007f5978c05bf6 in __ppoll (fds=fds@entry=0x7ffd7ffaf230, nfds=nfds@entry=2, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:44
#1 0x00007f59791bfc04 in native_ppoll_sleep (th=th@entry=0x55b56f1a2f20, rel=rel@entry=0x0) at /tmp/ruby/v3/src/trunk-random0/hrtime.h:148
#2 0x00007f59791bff8a in native_sleep (th=th@entry=0x55b56f1a2f20, rel=0x0) at /tmp/ruby/v3/src/trunk-random0/thread_pthread.c:2240
#3 0x00007f59791c5418 in thread_join_sleep (arg=arg@entry=140726750606352) at /tmp/ruby/v3/src/trunk-random0/thread.c:1192
#4 0x00007f5979027efe in rb_ensure (b_proc=b_proc@entry=0x7f59791c5250 <thread_join_sleep>, data1=data1@entry=140726750606352, e_proc=e_proc@entry=0x7f59791b9180 <remove_from_join_list>, data2=data2@entry=140726750606352) at /tmp/ruby/v3/src/trunk-random0/eval.c:993
#5 0x00007f59791bbfea in thread_join (limit=0x0, timeout=8, target_th=0x55b576c24640) at /tmp/ruby/v3/src/trunk-random0/thread.c:1243
#6 thread_value (self=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/thread.c:1363
#7 0x00007f59791fab1b in vm_call_cfunc_with_frame (ec=0x55b56f1a3790, reg_cfp=0x7f5978aec850, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#8 0x00007f5979208ca2 in vm_sendish (block_handler=<optimized out>, method_explorer=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#9 vm_exec_core (ec=0x55b56f1a3790, initial=2) at ../../src/trunk-random0/insns.def:778
#10 0x00007f597920e833 in rb_vm_exec (ec=0x55b56f1a3790, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2209
#11 0x00007f5979213d26 in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1314
#12 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1370
#13 invoke_block_from_c_bh (argc=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, argv=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1388
#14 vm_yield_with_cref (argc=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1425
#15 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1433
#16 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1347
#17 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1363
#18 0x00007f5978f8bb2c in rb_ary_collect (ary=140022204817920) at /tmp/ruby/v3/src/trunk-random0/include/ruby/internal/core/rarray.h:372
#19 0x00007f59791fab1b in vm_call_cfunc_with_frame (ec=0x55b56f1a3790, reg_cfp=0x7f5978aeca90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#20 0x00007f5979208db3 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#21 vm_exec_core (ec=0x55b56f1a3790, initial=2) at ../../src/trunk-random0/insns.def:759
#22 0x00007f597920e833 in rb_vm_exec (ec=0x55b56f1a3790, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2209
#23 0x00007f5979213d26 in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1314
#24 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1370
#25 invoke_block_from_c_bh (argc=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, argv=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1388
#26 vm_yield_with_cref (argc=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1425
#27 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1433
#28 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1347
#29 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1363
#30 0x00007f5978f8549c in rb_ary_each (ary=140022169058320) at /tmp/ruby/v3/src/trunk-random0/include/ruby/internal/core/rarray.h:372
#31 0x00007f59791fab1b in vm_call_cfunc_with_frame (ec=0x55b56f1a3790, reg_cfp=0x7f5978aecb90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#32 0x00007f597920fa39 in vm_call_method_each_type (ec=0x55b56f1a3790, cfp=0x7f5978aecb90, calling=0x7ffd7ffafe70) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3643
#33 0x00007f5979210304 in vm_call_method (ec=0x55b56f1a3790, cfp=0x7f5978aecb90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3754
#34 0x00007f597920fe67 in vm_call_refined (calling=0x7ffd7ffafe70, cfp=0x7f5978aecb90, ec=0x55b56f1a3790) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3475
#35 vm_call_method_each_type (ec=0x55b56f1a3790, cfp=0x7f5978aecb90, calling=0x7ffd7ffafe70) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3693
#36 0x00007f5979210304 in vm_call_method (ec=0x55b56f1a3790, cfp=0x7f5978aecb90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3754
#37 0x00007f5979208db3 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#38 vm_exec_core (ec=0x55b56f1a3790, initial=2) at ../../src/trunk-random0/insns.def:759
#39 0x00007f597920e833 in rb_vm_exec (ec=0x55b56f1a3790, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2209
#40 0x00007f5979213d26 in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1314
#41 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1370
#42 invoke_block_from_c_bh (argc=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, argv=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1388
#43 vm_yield_with_cref (argc=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1425
#44 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm.c:1433
#45 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1347
#46 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_eval.c:1363
#47 0x00007f5978f8549c in rb_ary_each (ary=140022169058800) at /tmp/ruby/v3/src/trunk-random0/include/ruby/internal/core/rarray.h:372
#48 0x00007f59791fab1b in vm_call_cfunc_with_frame (ec=0x55b56f1a3790, reg_cfp=0x7f5978aecd50, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#49 0x00007f597920fa39 in vm_call_method_each_type (ec=0x55b56f1a3790, cfp=0x7f5978aecd50, calling=0x7ffd7ffb0400) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3643
#50 0x00007f5979210304 in vm_call_method (ec=0x55b56f1a3790, cfp=0x7f5978aecd50, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3754
#51 0x00007f597920fe67 in vm_call_refined (calling=0x7ffd7ffb0400, cfp=0x7f5978aecd50, ec=0x55b56f1a3790) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3475
#52 vm_call_method_each_type (ec=0x55b56f1a3790, cfp=0x7f5978aecd50, calling=0x7ffd7ffb0400) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3693
#53 0x00007f5979210304 in vm_call_method (ec=0x55b56f1a3790, cfp=0x7f5978aecd50, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3754
#54 0x00007f5979208db3 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#55 vm_exec_core (ec=0x55b56f1a3790, initial=2) at ../../src/trunk-random0/insns.def:759
#56 0x00007f597920ed58 in rb_vm_exec (ec=0x55b56f1a3790, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2218
#57 0x00007f597908e0df in load_iseq_eval (fname=140022252401920, ec=0x55b56f1a3790) at /tmp/ruby/v3/src/trunk-random0/load.c:656
#58 require_internal (ec=0x55b56f1a3790, fname=<optimized out>, exception=1, warn=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/load.c:1132
#59 0x00007f597908eb31 in rb_require_string (fname=140022252404440) at /tmp/ruby/v3/src/trunk-random0/include/ruby/internal/special_consts.h:148
#60 0x00007f59791fab1b in vm_call_cfunc_with_frame (ec=0x55b56f1a3790, reg_cfp=0x7f5978aecf90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3041
#61 0x00007f597920fa39 in vm_call_method_each_type (ec=0x55b56f1a3790, cfp=0x7f5978aecf90, calling=0x7ffd7ffb09f0) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3643
#62 0x00007f5979210304 in vm_call_method (ec=0x55b56f1a3790, cfp=0x7f5978aecf90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_insnhelper.c:3754
#63 0x00007f5979208ca2 in vm_sendish (block_handler=<optimized out>, method_explorer=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/vm_callinfo.h:349
#64 vm_exec_core (ec=0x55b56f1a3790, initial=2) at ../../src/trunk-random0/insns.def:778
#65 0x00007f597920e833 in rb_vm_exec (ec=0x55b56f1a3790, mjit_enable_p=true) at /tmp/ruby/v3/src/trunk-random0/vm.c:2209
#66 0x00007f5979023eab in rb_ec_exec_node (ec=ec@entry=0x55b56f1a3790, n=n@entry=0x7f59789d1ee8) at /tmp/ruby/v3/src/trunk-random0/eval.c:280
#67 0x00007f597902a25a in ruby_run_node (n=0x7f59789d1ee8) at /tmp/ruby/v3/src/trunk-random0/eval.c:321
#68 0x000055b56ed181d3 in main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/v3/src/trunk-random0/main.c:47
>>> Dump Ruby level backtrace
th: 0x55b56f1a2f20, native_id: 0x7f5978aeef40
-- Control frame information -----------------------------------------------
c:0032 p:---- s:0199 e:000198 CFUNC :value
me:
called_id: value, type: cfunc
owner class: 0x00007f59789b5fb8 [3LMP ] T_CLASS Thread
self: 0x00007f597569ae80 [0 U ] VM/thread (Thread)VM/thread
c:0031 p:0075 s:0195 E:000270 BLOCK /tmp/ruby/v3/src/trunk-random0/lib/open3.rb:416
me:
called_id: capture2e, type: iseq
owner class: 0x00007f594aceb3a0 [3LM ] T_CLASS (annon)
self: 0x00007f594aceb530 [3LM ] T_MODULE Open3
lvars:
i: 0x00007f597569b308 [0 U ] T_FILE (IO)
oe: 0x00007f597569b290 [0 U ] T_FILE (IO)
t: 0x00007f597569af98 [0 U ] VM/thread (Process::Waiter)VM/thread
outerr_reader: 0x00007f597569ae80 [0 U ] VM/thread (Thread)VM/thread
c:0030 p:0061 s:0188 e:000187 METHOD /tmp/ruby/v3/src/trunk-random0/lib/open3.rb:228
me:
called_id: popen_run, type: iseq
owner class: 0x00007f594aceb3a0 [3LM ] T_CLASS (annon)
self: 0x00007f594aceb530 [3LM ] T_MODULE Open3
lvars:
cmd: 0x00007f597569b3d0 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
opts: 0x00007f597569b380 [0 ] T_HASH (Hash)[AT] 2
child_io: 0x00007f597569b1f0 [0 ] T_ARRAY (Array)[E ] len: 2 (embed)
parent_io: 0x00007f597569b1c8 [0 ] T_ARRAY (Array)[E ] len: 2 (embed)
pid: T_FIXNUM 395
wait_thr: 0x00007f597569af98 [0 U ] VM/thread (Process::Waiter)VM/thread
result: 0x00007f597569aed0 [0 ] T_ARRAY (Array)[E ] len: 3 (embed)
c:0029 p:0115 s:0177 e:000176 METHOD /tmp/ruby/v3/src/trunk-random0/lib/open3.rb:210
me:
called_id: popen2e, type: iseq
owner class: 0x00007f594aceb3a0 [3LM ] T_CLASS (annon)
self: 0x00007f594aceb530 [3LM ] T_MODULE Open3
lvars:
cmd: 0x00007f597569b3d0 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
block: T_NIL
opts: 0x00007f597569b380 [0 ] T_HASH (Hash)[AT] 2
in_r: 0x00007f597569b330 [0 U ] T_FILE (IO)
in_w: 0x00007f597569b308 [0 U ] T_FILE (IO)
out_r: 0x00007f597569b290 [0 U ] T_FILE (IO)
out_w: 0x00007f597569b268 [0 U ] T_FILE (IO)
c:0028 p:0060 s:0166 E:0024a0 METHOD /tmp/ruby/v3/src/trunk-random0/lib/open3.rb:399
me:
called_id: capture2e, type: iseq
owner class: 0x00007f594aceb3a0 [3LM ] T_CLASS (annon)
self: 0x00007f594aceb530 [3LM ] T_MODULE Open3
lvars:
cmd: 0x00007f597569b4c0 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
opts: 0x00007f597569b470 [0 ] T_HASH (Hash)[AT] 0
stdin_data: 0x00007f597569b510 [0 ] T_STRING (String)y
binmode: T_NIL
c:0027 p:0122 s:0158 e:000157 METHOD /tmp/ruby/v3/src/trunk-random0/test/readline/test_readline.rb:831
me:
called_id: test_without_tty, type: iseq
owner class: 0x00007f597141bca8 [3LM ] T_MODULE (Module)BasetestReadline
defined_class: 0x00007f597141b230 [3LM R ] T_ICLASS src:BasetestReadline
self: 0x00007f597569bdd0 [0 ] T_OBJECT (TestRelineAsReadline)len:12 ptr:0x00007f597824ddf8
lvars:
loader: 0x00007f597569b5b0 [0 ] T_STRING (String)use_lib_reline
res: T_NIL
exit_status: T_NIL
c:0026 p:0041 s:0151 e:000150 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit/testcase.rb:200
me:
called_id: run_test, type: iseq
owner class: 0x00007f594ad6c428 [3LM R ] T_CLASS Test::Unit::TestCase
self: 0x00007f597569bdd0 [0 ] T_OBJECT (TestRelineAsReadline)len:12 ptr:0x00007f597824ddf8
lvars:
name: T_SYMBOL test_without_tty
progname: 0x00007f59789c2b28 [3LMP ] T_STRING (String)/tmp/ruby/v3/src/trunk-random0/test/runner.rb
c:0025 p:0059 s:0145 e:000144 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit/testcase.rb:168
me:
called_id: run, type: iseq
owner class: 0x00007f594ad6c428 [3LM R ] T_CLASS Test::Unit::TestCase
self: 0x00007f597569bdd0 [0 ] T_OBJECT (TestRelineAsReadline)len:12 ptr:0x00007f597824ddf8
lvars:
runner: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
start_time: 0x00007f597569bd58 [0 U ] time (Time)time
result: 0x00007f59789c51e8 [3LMP ] T_STRING (String)
time: T_NIL
e: T_NIL
c:0024 p:0089 s:0136 e:000135 BLOCK /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1528 [FINISH]
me:
called_id: _run_suite, type: iseq
owner class: 0x00007f59760852d8 [3LMP ] T_CLASS Test::Unit::Runner
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
method: T_SYMBOL test_without_tty
inst: 0x00007f597569bdd0 [0 ] T_OBJECT (TestRelineAsReadline)len:12 ptr:0x00007f597824ddf8
start_time: T_NIL
result: T_NIL
c:0023 p:---- s:0129 e:000128 CFUNC :map
me:
called_id: map, type: cfunc
owner class: 0x00007f59789a3f98 [3LMPR ] T_CLASS Array
self: 0x00007f5975c76200 [0 ] T_ARRAY (Array)[ ] len: 31, capa:31 ptr:0x000055b576d43220
c:0022 p:0117 s:0125 e:000124 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1515
me:
called_id: _run_suite, type: iseq
owner class: 0x00007f59760852d8 [3LMP ] T_CLASS Test::Unit::Runner
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
suite: 0x00007f597141b2f8 [3LM R ] T_CLASS TestRelineAsReadline
type: T_SYMBOL test
header: 0x00007f5975c77218 [0 ] T_STRING (String)test_suite_header
filter: 0x00007f5976078538 [3LMP ] T_REGEXP (Regexp)
all_test_methods: 0x00007f5975c76200 [0 ] T_ARRAY (Array)[ ] len: 31, capa:31 ptr:0x000055b576d43220
leakchecker: 0x00007f5975c76138 [0 ] T_OBJECT (LeakChecker)len:7 ptr:0x00007f5978756170
trace: T_NIL
assertions: T_NIL
c:0021 p:0042 s:0113 e:000112 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1308
me:
called_id: _run_suite, type: iseq
owner class: 0x00007f594add9708 [3LM ] T_MODULE (Module)Test::Unit::ExcludesOption
defined_class: 0x00007f594ade37f8 [3LM ] T_ICLASS src:Test::Unit::ExcludesOption
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
suite: 0x00007f597141b2f8 [3LM R ] T_CLASS TestRelineAsReadline
type: T_SYMBOL test
ex: T_NIL
c:0020 p:0010 s:0106 e:000104 BLOCK /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:799 [FINISH]
me:
called_id: _run_suites, type: iseq
owner class: 0x00007f594addb878 [3LM ] T_MODULE (Module)Test::Unit::Parallel
defined_class: 0x00007f594ade3a28 [3LM ] T_ICLASS src:Test::Unit::Parallel
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
suite: 0x00007f597141b2f8 [3LM R ] T_CLASS TestRelineAsReadline
e: T_NIL
c:0019 p:---- s:0100 e:000099 CFUNC :each
me:
called_id: each, type: cfunc
owner class: 0x00007f59789a3f98 [3LMPR ] T_CLASS Array
self: 0x00007f5973a5bc10 [3LMP ] T_ARRAY (Array)[ ] len: 960, capa:960 ptr:0x000055b5762cd820
c:0018 p:0054 s:0096 E:0021c8 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:797
me:
called_id: _run_suites, type: iseq
owner class: 0x00007f594addb878 [3LM ] T_MODULE (Module)Test::Unit::Parallel
defined_class: 0x00007f594ade3a28 [3LM ] T_ICLASS src:Test::Unit::Parallel
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
suites: 0x00007f5973a5bc10 [3LMP ] T_ARRAY (Array)[ ] len: 960, capa:960 ptr:0x000055b5762cd820
type: T_SYMBOL test
result: 0x00007f59739e8288 [3LMPR ] T_ARRAY (Array)[ ] len: 902, capa:983 ptr:0x000055b57a6674d0
c:0017 p:0008 s:0089 E:0013c8 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:834
me:
called_id: _run_suites, type: iseq
owner class: 0x00007f594adda518 [3LM ] T_MODULE (Module)Test::Unit::Skipping
defined_class: 0x00007f594ade3988 [3LM ] T_ICLASS src:Test::Unit::Skipping
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
suites: 0x00007f5973a5bc10 [3LMP ] T_ARRAY (Array)[ ] len: 960, capa:960 ptr:0x000055b5762cd820
type: T_SYMBOL test
result: T_NIL
c:0016 p:0153 s:0082 E:000aa8 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1461
me:
called_id: _run_anything, type: iseq
owner class: 0x00007f59760852d8 [3LMP ] T_CLASS Test::Unit::Runner
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
type: T_SYMBOL test
suites: 0x00007f5973a5bc10 [3LMP ] T_ARRAY (Array)[ ] len: 960, capa:960 ptr:0x000055b5762cd820
test_count: T_FIXNUM 0
assertion_count: T_FIXNUM 0
sync: T_TRUE
old_sync: T_FALSE
start: 0x00007f5973a28068 [0LMP U ] time (Time)time
results: T_NIL
t: T_NIL
c:0015 p:0016 s:0069 E:0005e8 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1245
me:
called_id: _run_anything, type: iseq
owner class: 0x00007f594add97f8 [3LM ] T_MODULE (Module)Test::Unit::RepeatOption
defined_class: 0x00007f594ade38e8 [3LM ] T_ICLASS src:Test::Unit::RepeatOption
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
type: T_SYMBOL test
c:0014 p:0005 s:0064 E:002630 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1636
me:
called_id: run_tests, type: iseq
owner class: 0x00007f59760852d8 [3LMP ] T_CLASS Test::Unit::Runner
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
c:0013 p:0006 s:0060 E:001c48 BLOCK /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1623 [FINISH]
me:
called_id: _run, type: iseq
owner class: 0x00007f59760852d8 [3LMP ] T_CLASS Test::Unit::Runner
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
plugin: 0x00007f59789d9eb8 [3LMP ] T_STRING (String)run_tests
c:0012 p:---- s:0056 e:000055 CFUNC :each
me:
called_id: each, type: cfunc
owner class: 0x00007f59789a3f98 [3LMPR ] T_CLASS Array
self: 0x00007f5973a5bdf0 [3LMP ] T_ARRAY (Array)[E ] len: 1 (embed)
c:0011 p:0042 s:0052 E:001b08 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1622
me:
called_id: _run, type: iseq
owner class: 0x00007f59760852d8 [3LMP ] T_CLASS Test::Unit::Runner
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
args: 0x00007f59789e35d0 [3LMP ] T_HASH (Hash)[S ] 9
c:0010 p:0013 s:0047 E:001228 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1664
me:
called_id: run, type: iseq
owner class: 0x00007f59760852d8 [3LMP ] T_CLASS Test::Unit::Runner
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
argv: 0x00007f59789ab090 [3LMP ] T_ARRAY [E ] len: 0 (embed)
c:0009 p:0008 s:0042 E:000080 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1019
me:
called_id: run, type: iseq
owner class: 0x00007f594adda2c0 [3LM ] T_MODULE (Module)Test::Unit::StatusLine
defined_class: 0x00007f594ade3a78 [3LM ] T_ICLASS src:Test::Unit::StatusLine
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
args: 0x00007f5973a54410 [3LMP ] T_ARRAY (Array)[E ] len: 1 (embed)
result: T_NIL
c:0008 p:0008 s:0036 E:0014e0 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:867
me:
called_id: run, type: iseq
owner class: 0x00007f594adda400 [3LM ] T_MODULE (Module)Test::Unit::Statistics
defined_class: 0x00007f594ade39d8 [3LM ] T_ICLASS src:Test::Unit::Statistics
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
args: 0x00007f5973a544b0 [3LMP ] T_ARRAY (Array)[E ] len: 1 (embed)
result: T_NIL
c:0007 p:0017 s:0030 E:001bd8 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:154
me:
called_id: run, type: iseq
owner class: 0x00007f594addbbe8 [3LM ] T_MODULE Test::Unit::RunCount
defined_class: 0x00007f594ade3730 [3LM ] T_ICLASS src:Test::Unit::RunCount
self: 0x00007f59789dd1d0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000055b5759d10b0
lvars:
(null): 0x00007f5973a54528 [3LMP ] T_ARRAY (Array)[E ] len: 1 (embed)
c:0006 p:0032 s:0025 E:001f90 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1743
me:
called_id: run, type: iseq
owner class: 0x00007f5976083af0 [3LMP ] T_CLASS Test::Unit::AutoRunner
self: 0x00007f59789dd3b0 [3LMP ] T_OBJECT (Test::Unit::AutoRunner)len:5 ptr:0x000055b56f47dd50
c:0005 p:0009 s:0021 E:0003e8 METHOD /tmp/ruby/v3/src/trunk-random0/tool/lib/test/unit.rb:1747
me:
called_id: run, type: iseq
owner class: 0x00007f594ade3640 [3LM ] T_CLASS (annon)
self: 0x00007f5976083af0 [3LMP ] T_CLASS Test::Unit::AutoRunner
lvars:
args: 0x00007f59789dd428 [3LMP ] T_ARRAY (Array)[E ] len: 2 (embed)
c:0004 p:0174 s:0016 E:001678 TOP /tmp/ruby/v3/src/trunk-random0/tool/test/runner.rb:23 [FINISH]
self: 0x00007f597898c2d0 [3LMP ] T_OBJECT (embed) len:3
lvars:
dir: 0x00007f59789dd4c8 [3LMP ] T_STRING (String)/tmp/ruby/v3/src/trunk-random0/test
c:0003 p:---- s:0011 e:000010 CFUNC :require_relative
me:
called_id: require_relative, type: cfunc
owner class: 0x00007f597898e4b8 [3LMP ] T_MODULE Kernel
defined_class: 0x00007f594aca41f8 [3LM ] T_ICLASS src:Kernel
self: 0x00007f597898c2d0 [3LMP ] T_OBJECT (embed) len:3
c:0002 p:0115 s:0006 E:0018a0 EVAL /tmp/ruby/v3/src/trunk-random0/test/runner.rb:14 [FINISH]
self: 0x00007f597898c2d0 [3LMP ] T_OBJECT (embed) len:3
c:0001 p:0000 s:0003 E:000920 (none) [FINISH]
self: 0x00007f597898c2d0 [3LMP ] T_OBJECT (embed) len:3
$1 = 0
">>> Finish
"[Inferior 1 (process 25218) detached]
[nil, 25218]
"timeout 60 gdb -p 25204 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
make: *** [uncommon.mk:820: yes-test-all] Killed
ptrace: No such process.
>>> ThreadsNo threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/ruby/build-ruby/gdbscript:12: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 25204]
#<Errno::ESRCH: No such process>
"timeout 60 gdb -p 25203 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
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
warning: process 25203 is a zombie - the process has already terminated
ptrace: Operation not permitted.
>>> ThreadsNo threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/ruby/build-ruby/gdbscript:12: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 25203]
0.000000 0.008000 1095.340000 (10803.339480)
/home/ko1/ruby/build-ruby/build-ruby.rb:205:in `each_line': execution expired (Timeout::Error)
from /home/ko1/ruby/build-ruby/build-ruby.rb:205:in `block (2 levels) in cmd'
from /usr/lib/ruby/2.7.0/timeout.rb:110:in `timeout'
from /home/ko1/ruby/build-ruby/build-ruby.rb:204:in `block in cmd'
from /home/ko1/ruby/build-ruby/build-ruby.rb:201:in `popen'
from /home/ko1/ruby/build-ruby/build-ruby.rb:201:in `cmd'
from /home/ko1/ruby/build-ruby/build-ruby.rb:371:in `block in test_all'
from /home/ko1/ruby/build-ruby/build-ruby.rb:292:in `block in builddir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:291:in `chdir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:291:in `builddir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:370:in `test_all'
from /home/ko1/ruby/build-ruby/build-ruby.rb:433:in `block (4 levels) in run'
from /usr/lib/ruby/2.7.0/benchmark.rb:293:in `measure'
from /usr/lib/ruby/2.7.0/benchmark.rb:375:in `item'
from /home/ko1/ruby/build-ruby/build-ruby.rb:431:in `block (3 levels) in run'
from /home/ko1/ruby/build-ruby/build-ruby.rb:430:in `each'
from /home/ko1/ruby/build-ruby/build-ruby.rb:430:in `block (2 levels) in run'
from /usr/lib/ruby/2.7.0/benchmark.rb:173:in `benchmark'
from /usr/lib/ruby/2.7.0/benchmark.rb:205:in `bm'
from /home/ko1/ruby/build-ruby/build-ruby.rb:429:in `block in run'
from /usr/lib/ruby/2.7.0/benchmark.rb:293:in `measure'
from /home/ko1/ruby/build-ruby/build-ruby.rb:428:in `run'
from /home/ko1/ruby/build-ruby/build-ruby.rb:622:in `<main>'
total: 11078.01 sec