rev: 3d8705dcfd
test-all :
test-spec:
exit statuses:
"rm -f .revision.time" exit with 0.
"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 0.
"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='-j6'" exit with 0.
"make yes-test-basic TESTS='-j6'" exit with 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk-gc_compact.20200624-175145
#<BuildRuby:0x0000560d2c3b9950
@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-gc_compact",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-gc_compact",
@TARGET_NAME="trunk-gc_compact",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-gc_compact",
@build_opts="-j6",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-gc_compact.20200624-175145",
@quiet=false,
@ruby_env=
[["RUBY_DEBUG", "ci"],
["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"],
["RUBY_TEST_GC_COMPACT", "1"]],
@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='-j6'",
@timeout=10800>
user system total real
checkout 0.000000 0.000000 0.000000 ( 0.000029)
autoconf 0.000000 0.000000 0.000000 ( 0.000059)
configure 0.000000 0.000000 0.000000 ( 0.000057)
build_up 0.012000 0.004000 4.100000 ( 4.461299)
build_miniruby 0.004000 0.000000 0.156000 ( 0.186990)
build_ruby 0.000000 0.000000 0.196000 ( 0.218569)
build_all 0.016000 0.004000 8.176000 ( 3.503571)
build_install 0.020000 0.008000 9.452000 ( 4.724606)
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_string.rb .
test_struct.rb .
test_syntax.rb ............................................................................................................................................................
test_thread.rb .................................................
Fiber count: 10000 (skipping)
PASS all 1407 tests
0.000000 0.000000 42.852000 ( 51.288438)
test_basic 0.000000 0.012000 0.724000 ( 0.876709)
test_all
/tmp/ruby/v3/src/trunk-gc_compact/test/ruby/test_jit.rb:618: warning: 'opt_invokebuiltin_delegate_leave' insn is not included in the script. Actual insns are: opt_invokebuiltin_delegate leave
/tmp/ruby/v3/src/trunk-gc_compact/test/ruby/test_jit.rb:618: warning: 'opt_invokebuiltin_delegate_leave' insn is not included in the script. Actual insns are: opt_invokebuiltin_delegate leave
Skipping Gem::PackageTask tests. rake not found.
$$$ #<Timeout::Error: execution expired>
PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND
11 12 12 12 ? -1 Ss 1001 0:08 sh build-loop.sh trunk-gc_compact --incremental --process-num=6
23392 4205 12 12 ? -1 R 1001 0:00 ps jx
12 23390 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-gc_compact --incremental --process-num=6
23390 23392 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-gc_compact --logfile=/home/ko1/ruby/logs/brlog.trunk-gc_compact.20200624-175145 --root_dir=/tmp/ruby --timeout=10800 --add-env=RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE=30 --add-env=RUBY_TEST_GC_COMPACT=1 --incremental --process-num=6
23392 27543 12 12 ? -1 S 1001 0:00 sh -c make yes-test-all TESTS='-j6'
27543 27545 12 12 ? -1 S 1001 0:00 make yes-test-all TESTS=-j6
27545 27552 12 12 ? -1 S 1001 0:07 /tmp/ruby/v3/build/trunk-gc_compact/ruby --disable-gems /tmp/ruby/v3/src/trunk-gc_compact/test/runner.rb --ruby=./miniruby -I/tmp/ruby/v3/src/trunk-gc_compact/lib -I. -I.ext/common /tmp/ruby/v3/src/trunk-gc_compact/tool/runruby.rb --extout=.ext -- --disable-gems --excludes-dir=/tmp/ruby/v3/src/trunk-gc_compact/test/excludes --name=!/memory_leak/ -j6
27552 27554 12 12 ? -1 Sl 1001 0:12 /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb: TestFiberIO#test_read
{11=>[12], 23392=>[4205, 27543], 12=>[23390], 23390=>[23392], 27543=>[27545], 27545=>[27552], 27552=>[27554]}
"gdb -p 4205 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
ptrace: No such process.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/ruby/build-ruby/gdbscript:9: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 4205]
#<Errno::ESRCH: No such process>
"gdb -p 27554 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
[New LWP 27564]
[New LWP 27727]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
39 ../sysdeps/unix/sysv/linux/ppoll.c: No such file or directory.
0x00007f9f963d4cf6 in __GI_ppoll (fds=fds@entry=0x7ffc0e644eb8, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
>>> Machine level backtrace
Thread 3 (Thread 0x7f9f91c9c700 (LWP 27727)):
#0 0x00007f9f963d4bf9 in __GI___poll (fds=fds@entry=0x7f9f931b5620, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007f9f967b5040 in poll (__timeout=-1, __nfds=1, __fds=0x7f9f931b5620) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
#2 nogvl_wait_for_single_fd (events=1, fd=7) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:10932
#3 internal_read_func (ptr=ptr@entry=0x7f9f931b5790) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:1078
#4 0x00007f9f968fd6e6 in rb_thread_io_blocking_region (func=func@entry=0x7f9f967b4f80 <internal_read_func>, data1=data1@entry=0x7f9f931b5790, fd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:1638
#5 0x00007f9f967ba7b2 in rb_read_internal (count=20, buf=0x55d378497050, fd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:1128
#6 io_bufread (fptr=0x55d378bee440, len=20, ptr=0x55d378497050 "") at /tmp/ruby/v3/src/trunk-gc_compact/io.c:2500
#7 bufread_call (arg=arg@entry=140323344570608) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:2539
#8 0x00007f9f9677f9a4 in rb_ensure (b_proc=b_proc@entry=0x7f9f967ba620 <bufread_call>, data1=data1@entry=140323344570608, e_proc=e_proc@entry=0x7f9f968d0720 <rb_str_unlocktmp>, data2=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:1141
#9 0x00007f9f968e130b in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x7f9f967ba620 <bufread_call>, arg=arg@entry=140323344570608) at /tmp/ruby/v3/src/trunk-gc_compact/string.c:2788
#10 0x00007f9f967be6e4 in io_fread (fptr=0x55d378bee440, size=20, offset=0, str=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:2553
#11 io_read (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:3204
#12 0x00007f9f9692f606 in vm_call_cfunc_with_frame (ec=ec@entry=0x7f9f88002360, reg_cfp=reg_cfp@entry=0x7f9f931d5f90, calling=calling@entry=0x7f9f931b5bf0, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2575
#13 0x00007f9f9692f895 in vm_call_cfunc (ec=ec@entry=0x7f9f88002360, reg_cfp=reg_cfp@entry=0x7f9f931d5f90, calling=calling@entry=0x7f9f931b5bf0, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2596
#14 0x00007f9f96949d89 in vm_call_method_each_type (ec=ec@entry=0x7f9f88002360, cfp=cfp@entry=0x7f9f931d5f90, calling=0x7f9f931b5bf0, cd=0x55d378a34350) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:3071
#15 0x00007f9f9694a483 in vm_call_method (ec=0x7f9f88002360, cfp=0x7f9f931d5f90, calling=<optimized out>, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:3193
#16 0x00007f9f969336fd in vm_sendish (ec=0x7f9f88002360, reg_cfp=0x7f9f931d5f90, cd=0x55d378a34350, block_handler=<optimized out>, method_explorer=0x7f9f96933570 <vm_search_method_wrap>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:4165
#17 0x00007f9f9693aca8 in vm_exec_core (ec=0x7f9f931b5620, ec@entry=0x7f9f88002360, initial=1, initial@entry=0) at ../../src/trunk-gc_compact/insns.def:801
#18 0x00007f9f9694121b in rb_vm_exec (ec=0x7f9f88002360, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1944
#19 0x00007f9f96941d31 in invoke_block (ec=ec@entry=0x7f9f88002360, iseq=iseq@entry=0x55d3783eaea8, self=self@entry=94366744541360, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1060
#20 0x00007f9f96943e59 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=0x7f9f931b5ee8, argc=-2013256864, self=94366744541360, captured=0x7f9f88007210, ec=0x7f9f88002360) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1132
#21 invoke_block_from_c_proc (me=0x0, is_lambda=<optimized out>, passed_block_handler=0, kw_splat=<optimized out>, argv=0x7f9f931b5ee8, argc=-2013256864, self=94366744541360, proc=0x7f9f931b6018, ec=0x7f9f88002360) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1232
#22 vm_invoke_proc (passed_block_handler=0, kw_splat=<optimized out>, argv=0x7f9f931b5ee8, argc=-2013256864, self=94366744541360, proc=0x7f9f931b6018, ec=0x7f9f88002360) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1261
#23 rb_vm_invoke_proc (ec=0x7f9f88002360, proc=proc@entry=0x7f9f88007210, argc=argc@entry=0, argv=argv@entry=0x7f9f931b5ee8, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1282
#24 0x00007f9f96749d51 in rb_fiber_start () at /tmp/ruby/v3/src/trunk-gc_compact/cont.c:1896
#25 0x00007f9f9674a5c9 in fiber_entry (from=<optimized out>, to=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/cont.c:706
#26 0x0000000000000000 in ?? ()
Thread 2 (Thread 0x7f9f91dbd700 (LWP 27564)):
#0 0x00007f9f963d4bf9 in __GI___poll (fds=fds@entry=0x7f9f91cbc600, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007f9f967b5040 in poll (__timeout=-1, __nfds=1, __fds=0x7f9f91cbc600) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
#2 nogvl_wait_for_single_fd (events=1, fd=5) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:10932
#3 internal_read_func (ptr=ptr@entry=0x7f9f91cbc860) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:1078
#4 0x00007f9f968fd6e6 in rb_thread_io_blocking_region (func=0x7f9f967b4f80 <internal_read_func>, data1=0x7f9f91cbc860, fd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:1638
#5 0x00007f9f9677f9a4 in rb_ensure (b_proc=b_proc@entry=0x7f9f967b32b0 <read_internal_call>, data1=data1@entry=140323322579040, e_proc=e_proc@entry=0x7f9f968d0720 <rb_str_unlocktmp>, data2=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:1141
#6 0x00007f9f968e130b in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x7f9f967b32b0 <read_internal_call>, arg=arg@entry=140323322579040) at /tmp/ruby/v3/src/trunk-gc_compact/string.c:2788
#7 0x00007f9f967c9297 in read_internal_locktmp (iis=0x7f9f91cbc860, str=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:2863
#8 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=no_exception@entry=8, nonblock=nonblock@entry=0) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:2904
#9 0x00007f9f967c96e1 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:2997
#10 0x00007f9f9692f606 in vm_call_cfunc_with_frame (ec=0x55d378aaedc0, reg_cfp=0x7f9f91dbcca0, calling=<optimized out>, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2575
#11 0x00007f9f969336fd in vm_sendish (ec=0x55d378aaedc0, reg_cfp=0x7f9f91dbcca0, cd=0x55d37839a640, block_handler=<optimized out>, method_explorer=0x7f9f96933570 <vm_search_method_wrap>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:4165
#12 0x00007f9f9693aca8 in vm_exec_core (ec=0x7f9f91cbc600, ec@entry=0x55d378aaedc0, initial=1, initial@entry=0) at ../../src/trunk-gc_compact/insns.def:801
#13 0x00007f9f9694121b in rb_vm_exec (ec=0x55d378aaedc0, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1944
#14 0x00007f9f96941d31 in invoke_block (ec=ec@entry=0x55d378aaedc0, iseq=iseq@entry=0x55d378247858, self=self@entry=94366748222720, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1060
#15 0x00007f9f96943e59 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=0x7f9f91cbcc50, argc=2024467904, self=94366748222720, captured=0x55d378afb5a0, ec=0x55d378aaedc0) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1132
#16 invoke_block_from_c_proc (me=0x0, is_lambda=<optimized out>, passed_block_handler=0, kw_splat=<optimized out>, argv=0x7f9f91cbcc50, argc=2024467904, self=94366748222720, proc=0x55d37881a500, ec=0x55d378aaedc0) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1232
#17 vm_invoke_proc (passed_block_handler=0, kw_splat=<optimized out>, argv=0x7f9f91cbcc50, argc=2024467904, self=94366748222720, proc=0x55d37881a500, ec=0x55d378aaedc0) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1261
#18 rb_vm_invoke_proc (ec=0x55d378aaedc0, proc=proc@entry=0x55d378afb5a0, argc=argc@entry=0, argv=argv@entry=0x7f9f91cbcc50, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1282
#19 0x00007f9f968fcf92 in thread_do_start (th=th@entry=0x55d378c8c9d0) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:703
#20 0x00007f9f968ff1ea in thread_start_func_2 (th=th@entry=0x55d378c8c9d0, stack_start=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:757
#21 0x00007f9f968ff82b in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/thread_pthread.c:969
#22 0x00007f9f95e8b6db in start_thread (arg=0x7f9f91dbd700) at pthread_create.c:463
#23 0x00007f9f963e188f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 1 (Thread 0x7f9f96e8ad80 (LWP 27554)):
#0 0x00007f9f963d4cf6 in __GI_ppoll (fds=fds@entry=0x7ffc0e644eb8, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1 0x00007f9f968fa197 in rb_sigwait_sleep (th=th@entry=0x55d37823af70, sigwait_fd=sigwait_fd@entry=3, rel=rel@entry=0x0) at /tmp/ruby/v3/src/trunk-gc_compact/thread_pthread.c:2009
#2 0x00007f9f968fb116 in native_sleep (th=th@entry=0x55d37823af70, rel=0x0) at /tmp/ruby/v3/src/trunk-gc_compact/thread_pthread.c:2129
#3 0x00007f9f968fed9e in thread_join_sleep (arg=arg@entry=140720549941408) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:1024
#4 0x00007f9f9677f9a4 in rb_ensure (b_proc=b_proc@entry=0x7f9f968fec50 <thread_join_sleep>, data1=data1@entry=140720549941408, e_proc=e_proc@entry=0x7f9f968f4e00 <remove_from_join_list>, data2=data2@entry=140720549941408) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:1141
#5 0x00007f9f968f65a8 in thread_join (target_th=0x55d378b971a0, rel=rel@entry=0x0) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:1069
#6 0x00007f9f968f66dc in thread_join_m (argc=<optimized out>, argv=<optimized out>, self=94366744540160) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:1166
#7 0x00007f9f9692f606 in vm_call_cfunc_with_frame (ec=0x55d37823b590, reg_cfp=0x7f9f96e88c90, calling=<optimized out>, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2575
#8 0x00007f9f969336fd in vm_sendish (ec=0x55d37823b590, reg_cfp=0x7f9f96e88c90, cd=0x55d378c7a9a0, block_handler=<optimized out>, method_explorer=0x7f9f96933570 <vm_search_method_wrap>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:4165
#9 0x00007f9f9693aca8 in vm_exec_core (ec=0x7ffc0e644eb8, ec@entry=0x55d37823b590, initial=1, initial@entry=0) at ../../src/trunk-gc_compact/insns.def:801
#10 0x00007f9f9694121b in rb_vm_exec (ec=0x55d37823b590, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1944
#11 0x00007f9f96941d31 in invoke_block (ec=ec@entry=0x55d37823b590, iseq=iseq@entry=0x55d3782dc750, self=self@entry=94366748222720, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1060
#12 0x00007f9f9694327b in 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-gc_compact/vm.c:1132
#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-gc_compact/vm.c:1150
#14 vm_yield (argc=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1195
#15 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1139
#16 rb_yield_1 (val=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1145
#17 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1155
#18 0x00007f9f966ed91c in rb_ary_collect (ary=94366743828440) at /tmp/ruby/v3/src/trunk-gc_compact/array.c:3910
#19 0x00007f9f9692f606 in vm_call_cfunc_with_frame (ec=0x55d37823b590, reg_cfp=0x7f9f96e88de0, calling=<optimized out>, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2575
#20 0x00007f9f969336fd in vm_sendish (ec=0x55d37823b590, reg_cfp=0x7f9f96e88de0, cd=0x55d37832ae40, block_handler=<optimized out>, method_explorer=0x7f9f96933570 <vm_search_method_wrap>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:4165
#21 0x00007f9f9693ad09 in vm_exec_core (ec=0x7ffc0e644eb8, ec@entry=0x55d37823b590, initial=1, initial@entry=0) at ../../src/trunk-gc_compact/insns.def:782
#22 0x00007f9f9694121b in rb_vm_exec (ec=0x55d37823b590, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1944
#23 0x00007f9f96941d31 in invoke_block (ec=ec@entry=0x55d37823b590, iseq=iseq@entry=0x55d378247a38, self=self@entry=94366748222720, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1060
#24 0x00007f9f9694327b in 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-gc_compact/vm.c:1132
#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-gc_compact/vm.c:1150
#26 vm_yield (argc=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1195
#27 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1139
#28 rb_yield_1 (val=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1145
#29 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1155
#30 0x00007f9f966ed91c in rb_ary_collect (ary=94366743831400) at /tmp/ruby/v3/src/trunk-gc_compact/array.c:3910
#31 0x00007f9f9692f606 in vm_call_cfunc_with_frame (ec=0x55d37823b590, reg_cfp=0x7f9f96e88f30, calling=<optimized out>, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2575
#32 0x00007f9f969336fd in vm_sendish (ec=0x55d37823b590, reg_cfp=0x7f9f96e88f30, cd=0x55d378397240, block_handler=<optimized out>, method_explorer=0x7f9f96933570 <vm_search_method_wrap>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:4165
#33 0x00007f9f9693ad09 in vm_exec_core (ec=0x7ffc0e644eb8, initial=1, initial@entry=0) at ../../src/trunk-gc_compact/insns.def:782
#34 0x00007f9f969418bf in rb_vm_exec (ec=0x55d37823b590, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1953
#35 0x00007f9f9694bc60 in rb_iseq_eval_main (iseq=iseq@entry=0x55d378248258) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:2203
#36 0x00007f9f9677bfaa in rb_ec_exec_node (ec=ec@entry=0x55d37823b590, n=n@entry=0x55d378248258) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:296
#37 0x00007f9f96781f89 in ruby_run_node (n=0x55d378248258) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:354
#38 0x000055d376e85a1f in main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/main.c:50
>>> Dump Ruby level backtrace
th: 0x55d37823af70, native_id: 0x7f9f96e8ad80
-- Control frame information -----------------------------------------------
c:0017 p:---- s:0112 e:000111 CFUNC :join
me:
called_id: join, type: cfunc
owner class: 0x000055d37827fa28 [3LM ] T_CLASS Thread
self: 0x000055d378497400 [0 U] VM/thread (Thread)VM/thread
c:0016 p:0067 s:0108 E:000590 METHOD /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/test_io.rb:31
me:
called_id: test_read, type: iseq
owner class: 0x000055d3783ea688 [2 ] T_CLASS TestFiberIO
self: 0x000055d3784978b0 [0 ] T_OBJECT (TestFiberIO)len:7 ptr:0x00007f9f95219500
lvars:
i: 0x000055d378497478 [0 U] T_FILE (UNIXSocket)
o: 0x000055d378497450 [0 U] T_FILE (UNIXSocket)
message: T_NIL
thread: 0x000055d378497400 [0 U] VM/thread (Thread)VM/thread
c:0015 p:0054 s:0100 e:000099 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit.rb:1231
me:
called_id: run_test, type: iseq
owner class: 0x000055d378256768 [3LM R ] T_CLASS MiniTest::Unit::TestCase
self: 0x000055d3784978b0 [0 ] T_OBJECT (TestFiberIO)len:7 ptr:0x00007f9f95219500
lvars:
name: 0x000055d3783e9878 [0 ] T_STRING (String)test_read
progname: 0x000055d378266028 [3LM ] T_STRING (String)/tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb
c:0014 p:0065 s:0094 e:000093 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/minitest/unit.rb:1320
me:
called_id: run, type: iseq
owner class: 0x000055d378256768 [3LM R ] T_CLASS MiniTest::Unit::TestCase
self: 0x000055d3784978b0 [0 ] T_OBJECT (TestFiberIO)len:7 ptr:0x00007f9f95219500
lvars:
runner: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
start_time: 0x000055d378497838 [0 U] time (Time)time
result: 0x000055d378247f10 [3LM ] T_STRING (String)
time: T_NIL
e: T_NIL
c:0013 p:0013 s:0085 e:000084 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/testcase.rb:18
me:
called_id: run, type: iseq
owner class: 0x000055d378919b68 [3LM ] T_CLASS Test::Unit::TestCase
self: 0x000055d3784978b0 [0 ] T_OBJECT (TestFiberIO)len:7 ptr:0x00007f9f95219500
lvars:
runner: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
c:0012 p:0079 s:0080 e:000079 BLOCK /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/minitest/unit.rb:969 [FINISH]
me:
called_id: _run_suite, type: iseq
owner class: 0x000055d3784861c8 [3LM R ] T_CLASS MiniTest::Unit
self: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
lvars:
method: 0x000055d3783e9878 [0 ] T_STRING (String)test_read
inst: 0x000055d3784978b0 [0 ] T_OBJECT (TestFiberIO)len:7 ptr:0x00007f9f95219500
start_time: T_NIL
result: T_NIL
c:0011 p:---- s:0073 e:000072 CFUNC :map
me:
called_id: map, type: cfunc
owner class: 0x000055d3782b6708 [3LM ] T_CLASS Array
self: 0x000055d3783e97d8 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
c:0010 p:0006 s:0069 e:000068 BLOCK /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/minitest/unit.rb:962
me:
called_id: _run_suite, type: iseq
owner class: 0x000055d3784861c8 [3LM R ] T_CLASS MiniTest::Unit
self: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
lvars:
assertions: T_NIL
c:0009 p:0167 s:0065 E:000600 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/minitest/unit.rb:989
me:
called_id: _run_suite, type: iseq
owner class: 0x000055d3784861c8 [3LM R ] T_CLASS MiniTest::Unit
self: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
lvars:
suite: 0x000055d3783ea688 [2 ] T_CLASS TestFiberIO
type: T_SYMBOL test
header: 0x000055d3783e9dc8 [0 ] T_STRING (String)test_suite_header
filter: 0x000055d378af78e0 [3LM ] T_REGEXP
all_test_methods: 0x000055d3783e9800 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
filtered_test_methods: 0x000055d3783e97d8 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
leakchecker: 0x000055d3783e96c0 [0 ] T_OBJECT (LeakChecker)len:7 ptr:0x00007f9f95219360
continuation: 0x000055d378497928 [0 ] proc (Proc) block in _run_suite@/tmp/ruby/v3/src/trunk-gc_compact/tool/lib/minitest/unit.rb:961
c:0008 p:0042 s:0053 e:000052 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit.rb:1084
me:
called_id: orig_run_suite, type: iseq
owner class: 0x000055d37847f300 [0LM U] T_MODULE (Module)Test::Unit::ExcludesOption
defined_class: 0x000055d37847e590 [0LM U] T_ICLASS src:Test::Unit::ExcludesOption
self: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
lvars:
suite: 0x000055d3783ea688 [2 ] T_CLASS TestFiberIO
type: T_SYMBOL test
ex: T_NIL
c:0007 p:0103 s:0046 E:000d40 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:55
me:
called_id: _run_suite, type: iseq
owner class: 0x000055d37829f8c8 [3LM ] T_CLASS Test::Unit::Worker
self: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
lvars:
suite: 0x000055d3783ea688 [2 ] T_CLASS TestFiberIO
type: T_SYMBOL test
orig_testout: 0x000055d37829f558 [0LM U] T_FILE (IO)
i: 0x000055d3783ea278 [0 U] T_FILE (IO)
o: 0x000055d3783ea250 [0 U] T_FILE (IO)
orig_stdin: 0x000055d37829f5f8 [0LM U] T_FILE (IO)
orig_stdout: 0x000055d37829f558 [0LM U] T_FILE (IO)
th: 0x000055d3783ea200 [0 U] VM/thread (Thread)VM/thread
e: T_FIXNUM 0
f: T_FIXNUM 0
s: T_FIXNUM 0
result: T_NIL
c:0006 p:0008 s:0030 e:000029 BLOCK /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:31 [FINISH]
me:
called_id: _run_suites, type: iseq
owner class: 0x000055d37829f8c8 [3LM ] T_CLASS Test::Unit::Worker
self: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
lvars:
suite: 0x000055d3783ea688 [2 ] T_CLASS TestFiberIO
c:0005 p:---- s:0026 e:000025 CFUNC :map
me:
called_id: map, type: cfunc
owner class: 0x000055d3782b6708 [3LM ] T_CLASS Array
self: 0x000055d3783ea368 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:30
me:
called_id: _run_suites, type: iseq
owner class: 0x000055d37829f8c8 [3LM ] T_CLASS Test::Unit::Worker
self: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
lvars:
suites: 0x000055d3783ea368 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
type: T_SYMBOL test
c:0003 p:0259 s:0016 e:000015 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:125
me:
called_id: run, type: iseq
owner class: 0x000055d37829f8c8 [3LM ] T_CLASS Test::Unit::Worker
self: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
lvars:
args: 0x000055d37829e6f8 [3LM ] T_ARRAY [E ] len: 0 (embed)
buf: 0x000055d3783ebbf0 [0 ] T_STRING (String)run /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/test_io.rb test
suites: 0x000055d3783eba60 [0 ] T_ARRAY (Array)[ ] len: 32, capa:32 ptr:0x000055d378c926c0
e: T_NIL
trace: T_NIL
err: T_NIL
c:0002 p:0144 s:0006 e:000005 EVAL /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:205 [FINISH]
self: 0x000055d3782ddf60 [3LM ] T_OBJECT len:0 ptr:0x0000000000000000
c:0001 p:0000 s:0003 E:0014a0 (none) [FINISH]
self: 0x000055d3782ddf60 [3LM ] T_OBJECT len:0 ptr:0x0000000000000000
th: 0x55d378c8c9d0, native_id: 0x7f9f91dbd700
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC :readpartial
me:
called_id: readpartial, type: cfunc
owner class: 0x000055d3782a6010 [3LM ] T_CLASS IO
self: 0x000055d3783ea278 [0 U] T_FILE (IO)
c:0002 p:0036 s:0007 e:000006 BLOCK /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:45 [FINISH]
me:
called_id: _run_suite, type: iseq
owner class: 0x000055d37829f8c8 [3LM ] T_CLASS Test::Unit::Worker
self: 0x000055d37881a500 [3LM R ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x000055d3787d27b0
lvars:
buf: T_NIL
c:0001 p:---- s:0003 e:000002 (none) [FINISH]
self: T_NIL
th: 0x55d378b971a0, native_id: 0x7f9f91c9c700
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0011 e:000010 CFUNC :read
me:
called_id: read, type: cfunc
owner class: 0x000055d3782a6010 [3LM ] T_CLASS IO
self: 0x000055d378497478 [0 U] T_FILE (UNIXSocket)
c:0002 p:0008 s:0006 e:000005 BLOCK /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/test_io.rb:21 [FINISH]
me:
called_id: test_read, type: iseq
owner class: 0x000055d3783ea688 [2 ] T_CLASS TestFiberIO
self: 0x000055d3784978b0 [0 ] T_OBJECT (TestFiberIO)len:7 ptr:0x00007f9f95219500
c:0001 p:---- s:0003 e:000002 (none) [FINISH]
self: T_NIL
$1 = 0
">>> Finish
"
[nil, 27554]
"gdb -p 27552 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
running file: /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/test_io.rb
Some worker was crashed. It seems ruby interpreter's bug
or, a bug of test/unit/parallel.rb. try again without -j
option.
27554:running:test_io: Broken pipe
make: *** [yes-test-all] Error 1
ptrace: No such process.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/ruby/build-ruby/gdbscript:9: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 27552]
#<Errno::ESRCH: No such process>
"gdb -p 27545 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
ptrace: No such process.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/ruby/build-ruby/gdbscript:9: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 27545]
#<Errno::ESRCH: No such process>
"gdb -p 27543 -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 27543 is a zombie - the process has already terminated
ptrace: Operation not permitted.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/ruby/build-ruby/gdbscript:9: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 27543]
0.008000 0.004000 3103.008000 (10802.388970)
/home/ko1/ruby/build-ruby/build-ruby.rb:150:in `each_line': execution expired (Timeout::Error)
from /home/ko1/ruby/build-ruby/build-ruby.rb:150:in `block (2 levels) in cmd'
from /usr/lib/ruby/2.5.0/timeout.rb:108:in `timeout'
from /home/ko1/ruby/build-ruby/build-ruby.rb:149:in `block in cmd'
from /home/ko1/ruby/build-ruby/build-ruby.rb:146:in `popen'
from /home/ko1/ruby/build-ruby/build-ruby.rb:146:in `cmd'
from /home/ko1/ruby/build-ruby/build-ruby.rb:287:in `block in test_all'
from /home/ko1/ruby/build-ruby/build-ruby.rb:214:in `block in builddir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:213:in `chdir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:213:in `builddir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:286:in `test_all'
from /home/ko1/ruby/build-ruby/build-ruby.rb:342:in `block (4 levels) in run'
from /usr/lib/ruby/2.5.0/benchmark.rb:293:in `measure'
from /usr/lib/ruby/2.5.0/benchmark.rb:375:in `item'
from /home/ko1/ruby/build-ruby/build-ruby.rb:340:in `block (3 levels) in run'
from /home/ko1/ruby/build-ruby/build-ruby.rb:339:in `each'
from /home/ko1/ruby/build-ruby/build-ruby.rb:339:in `block (2 levels) in run'
from /usr/lib/ruby/2.5.0/benchmark.rb:173:in `benchmark'
from /usr/lib/ruby/2.5.0/benchmark.rb:205:in `bm'
from /home/ko1/ruby/build-ruby/build-ruby.rb:338:in `block in run'
from /usr/lib/ruby/2.5.0/benchmark.rb:293:in `measure'
from /home/ko1/ruby/build-ruby/build-ruby.rb:337:in `run'
from /home/ko1/ruby/build-ruby/build-ruby.rb:500:in `<main>'
total: 10867.65 sec