rev: d94ef7c6b6
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.20200706-055539
#<BuildRuby:0x0000558cdfe7ca18
@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.20200706-055539",
@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.000030)
autoconf 0.000000 0.000000 0.000000 ( 0.000048)
configure 0.000000 0.000000 0.000000 ( 0.000045)
build_up 0.012000 0.004000 4.480000 ( 4.624832)
build_miniruby 0.000000 0.000000 0.208000 ( 0.219592)
build_ruby 0.000000 0.000000 0.152000 ( 0.167145)
build_all 0.016000 0.004000 8.116000 ( 3.448872)
build_install 0.028000 0.000000 9.448000 ( 4.523388)
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.004000 0.000000 41.464000 ( 47.954298)
test_basic 0.008000 0.008000 0.612000 ( 0.765394)
test_all #<Thread:0x00005582e200da88 /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:43 run> terminated with exception (report_on_exception is true):
/tmp/ruby/v3/src/trunk-gc_compact/test/fiber/scheduler.rb:129:in `yield': can't yield from root fiber (FiberError)
from /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/scheduler.rb:129:in `wait_any'
from /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/scheduler.rb:138:in `wait_for_single_fd'
from /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:45:in `readpartial'
from /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:45:in `block in _run_suite'
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:09 sh build-loop.sh trunk-gc_compact --incremental --process-num=6
12 11748 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-gc_compact --incremental --process-num=6
11748 11750 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.20200706-055539 --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
11750 15903 12 12 ? -1 S 1001 0:00 sh -c make yes-test-all TESTS='-j6'
15903 15905 12 12 ? -1 S 1001 0:00 make yes-test-all TESTS=-j6
15905 15912 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
15912 15918 12 12 ? -1 Sl 1001 0:13 /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb: TestFiberEnumerator#test_read_characters
11750 25201 12 12 ? -1 R 1001 0:00 ps jx
{11=>[12], 12=>[11748], 11748=>[11750], 11750=>[15903, 25201], 15903=>[15905], 15905=>[15912], 15912=>[15918]}
"gdb -p 15918 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
[New LWP 16084]
[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.
0x00007fb816130cf6 in __GI_ppoll (fds=fds@entry=0x7ffd5aaec588, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
>>> Machine level backtrace
Thread 2 (Thread 0x7fb805524700 (LWP 16084)):
#0 0x00007fb81613303f in __GI___select (nfds=6, readfds=0x7fb7f80029f0, writefds=0x7fb7f8002a80, exceptfds=0x7fb7f8002b10, timeout=0x0) at ../sysdeps/unix/sysv/linux/select.c:41
#1 0x00007fb81665da0c in rb_fd_select (n=<optimized out>, readfds=<optimized out>, writefds=<optimized out>, exceptfds=<optimized out>, timeout=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:3902
#2 0x00007fb81665db8a in native_fd_select (th=<optimized out>, timeout=<optimized out>, exceptfds=<optimized out>, writefds=<optimized out>, readfds=<optimized out>, n=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/thread_pthread.c:1161
#3 do_select (p=p@entry=140428338934512) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:4073
#4 0x00007fb8164dc214 in rb_ensure (b_proc=b_proc@entry=0x7fb81665da10 <do_select>, data1=data1@entry=140428338934512, e_proc=e_proc@entry=0x7fb81665d740 <select_set_free>, data2=data2@entry=140428338934512) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:1137
#5 0x00007fb81665e156 in rb_thread_fd_select (max=max@entry=6, read=read@entry=0x7fb8054235b0, write=write@entry=0x7fb8054235c0, except=except@entry=0x7fb8054235d0, timeout=timeout@entry=0x0) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:4199
#6 0x00007fb81651404a in select_internal (fds=<optimized out>, tp=0x0, except=<optimized out>, write=<optimized out>, read=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:9240
#7 select_call (arg=arg@entry=140428338935184) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:9310
#8 0x00007fb8164dc214 in rb_ensure (b_proc=b_proc@entry=0x7fb816513fa0 <select_call>, data1=data1@entry=140428338935184, e_proc=e_proc@entry=0x7fb81650fd90 <select_end>, data2=data2@entry=140428338935184) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:1137
#9 0x00007fb81650fcdf in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/io.c:9658
#10 0x00007fb81668d886 in vm_call_cfunc_with_frame (ec=ec@entry=0x5582e1f6be50, reg_cfp=reg_cfp@entry=0x7fb805523ca0, calling=calling@entry=0x7fb805423820, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2579
#11 0x00007fb81668db15 in vm_call_cfunc (ec=ec@entry=0x5582e1f6be50, reg_cfp=reg_cfp@entry=0x7fb805523ca0, calling=calling@entry=0x7fb805423820, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2600
#12 0x00007fb8166a7f49 in vm_call_method_each_type (ec=ec@entry=0x5582e1f6be50, cfp=cfp@entry=0x7fb805523ca0, calling=0x7fb805423820, cd=0x5582e200bf50) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:3075
#13 0x00007fb8166a8643 in vm_call_method (ec=0x5582e1f6be50, cfp=0x7fb805523ca0, calling=<optimized out>, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:3197
#14 0x00007fb816691a4d in vm_sendish (ec=0x5582e1f6be50, reg_cfp=0x7fb805523ca0, cd=0x5582e200bf50, block_handler=<optimized out>, method_explorer=0x7fb8166918c0 <vm_search_method_wrap>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:4169
#15 0x00007fb816699058 in vm_exec_core (ec=0x6, ec@entry=0x5582e1f6be50, initial=140428116503024, initial@entry=0) at ../../src/trunk-gc_compact/insns.def:799
#16 0x00007fb81669f4eb in rb_vm_exec (ec=ec@entry=0x5582e1f6be50, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1944
#17 0x00007fb8166a2603 in vm_call0_body (argv=0x0, cd=0x7fb805423ac0, calling=0x7fb805423ad0, ec=0x5582e1f6be50) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:142
#18 rb_vm_call0 (ec=ec@entry=0x5582e1f6be50, recv=recv@entry=94020625873840, id=id@entry=23953, argc=argc@entry=0, argv=argv@entry=0x0, me=me@entry=0x5582e200e000, kw_splat=0) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:59
#19 0x00007fb8166a3105 in rb_vm_call_kw (ec=ec@entry=0x5582e1f6be50, recv=recv@entry=94020625873840, id=id@entry=23953, argc=argc@entry=0, argv=argv@entry=0x0, me=me@entry=0x5582e200e000, kw_splat=0) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:239
#20 0x00007fb8166a4311 in rb_call0 (ec=0x5582e1f6be50, recv=recv@entry=94020625873840, mid=23953, argc=argc@entry=0, argv=argv@entry=0x0, self=8, call_scope=CALL_FCALL) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:361
#21 0x00007fb8166a4375 in rb_call (scope=CALL_FCALL, argv=0x0, argc=0, mid=<optimized out>, recv=94020625873840) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:689
#22 rb_funcallv (recv=recv@entry=94020625873840, mid=<optimized out>, argc=argc@entry=0, argv=argv@entry=0x0) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:930
#23 0x00007fb81665a7a6 in thread_do_start (th=th@entry=0x5582e2008880) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:716
#24 0x00007fb81665cc6a in thread_start_func_2 (th=th@entry=0x5582e2008880, stack_start=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:757
#25 0x00007fb81665d2cb in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/thread_pthread.c:969
#26 0x00007fb815be76db in start_thread (arg=0x7fb805524700) at pthread_create.c:463
#27 0x00007fb81613d88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 1 (Thread 0x7fb816be9d80 (LWP 15918)):
#0 0x00007fb816130cf6 in __GI_ppoll (fds=fds@entry=0x7ffd5aaec588, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1 0x00007fb816657c17 in rb_sigwait_sleep (th=th@entry=0x5582e17b1f70, sigwait_fd=sigwait_fd@entry=3, rel=rel@entry=0x0) at /tmp/ruby/v3/src/trunk-gc_compact/thread_pthread.c:2009
#2 0x00007fb816658b96 in native_sleep (th=th@entry=0x5582e17b1f70, rel=0x0) at /tmp/ruby/v3/src/trunk-gc_compact/thread_pthread.c:2129
#3 0x00007fb81665c81e in thread_join_sleep (arg=arg@entry=140726124857200) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:1024
#4 0x00007fb8164dc214 in rb_ensure (b_proc=b_proc@entry=0x7fb81665c6d0 <thread_join_sleep>, data1=data1@entry=140726124857200, e_proc=e_proc@entry=0x7fb8166528a0 <remove_from_join_list>, data2=data2@entry=140726124857200) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:1137
#5 0x00007fb816654048 in thread_join (target_th=0x5582e2008880, rel=rel@entry=0x0) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:1069
#6 0x00007fb81665417c in thread_join_m (argc=<optimized out>, argv=<optimized out>, self=94020625874200) at /tmp/ruby/v3/src/trunk-gc_compact/thread.c:1166
#7 0x00007fb81668d886 in vm_call_cfunc_with_frame (ec=0x5582e17b2590, reg_cfp=0x7fb816be7c90, calling=<optimized out>, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2579
#8 0x00007fb816691a4d in vm_sendish (ec=0x5582e17b2590, reg_cfp=0x7fb816be7c90, cd=0x5582e1fc4320, block_handler=<optimized out>, method_explorer=0x7fb8166918c0 <vm_search_method_wrap>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:4169
#9 0x00007fb816699058 in vm_exec_core (ec=0x7ffd5aaec588, ec@entry=0x5582e17b2590, initial=1, initial@entry=0) at ../../src/trunk-gc_compact/insns.def:799
#10 0x00007fb81669f4eb in rb_vm_exec (ec=0x5582e17b2590, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1944
#11 0x00007fb8166a0071 in invoke_block (ec=ec@entry=0x5582e17b2590, iseq=iseq@entry=0x5582e181e2a0, self=self@entry=94020623260480, 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 0x00007fb8166a15bb 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:1141
#16 rb_yield_1 (val=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1147
#17 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1157
#18 0x00007fb816449a5c in rb_ary_collect (ary=94020625814720) at /tmp/ruby/v3/src/trunk-gc_compact/array.c:3981
#19 0x00007fb81668d886 in vm_call_cfunc_with_frame (ec=0x5582e17b2590, reg_cfp=0x7fb816be7de0, calling=<optimized out>, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2579
#20 0x00007fb816691a4d in vm_sendish (ec=0x5582e17b2590, reg_cfp=0x7fb816be7de0, cd=0x5582e196f800, block_handler=<optimized out>, method_explorer=0x7fb8166918c0 <vm_search_method_wrap>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:4169
#21 0x00007fb8166990b9 in vm_exec_core (ec=0x7ffd5aaec588, ec@entry=0x5582e17b2590, initial=1, initial@entry=0) at ../../src/trunk-gc_compact/insns.def:780
#22 0x00007fb81669f4eb in rb_vm_exec (ec=0x5582e17b2590, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1944
#23 0x00007fb8166a0071 in invoke_block (ec=ec@entry=0x5582e17b2590, iseq=iseq@entry=0x5582e17bf250, self=self@entry=94020623260480, 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 0x00007fb8166a15bb 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:1141
#28 rb_yield_1 (val=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1147
#29 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_eval.c:1157
#30 0x00007fb816449a5c in rb_ary_collect (ary=94020625816520) at /tmp/ruby/v3/src/trunk-gc_compact/array.c:3981
#31 0x00007fb81668d886 in vm_call_cfunc_with_frame (ec=0x5582e17b2590, reg_cfp=0x7fb816be7f30, calling=<optimized out>, cd=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:2579
#32 0x00007fb816691a4d in vm_sendish (ec=0x5582e17b2590, reg_cfp=0x7fb816be7f30, cd=0x5582e190e790, block_handler=<optimized out>, method_explorer=0x7fb8166918c0 <vm_search_method_wrap>) at /tmp/ruby/v3/src/trunk-gc_compact/vm_insnhelper.c:4169
#33 0x00007fb8166990b9 in vm_exec_core (ec=0x7ffd5aaec588, initial=1, initial@entry=0) at ../../src/trunk-gc_compact/insns.def:780
#34 0x00007fb81669fd7b in rb_vm_exec (ec=0x5582e17b2590, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:1953
#35 0x00007fb8166a9e20 in rb_iseq_eval_main (iseq=iseq@entry=0x5582e17bfa20) at /tmp/ruby/v3/src/trunk-gc_compact/vm.c:2201
#36 0x00007fb8164d887a in rb_ec_exec_node (ec=ec@entry=0x5582e17b2590, n=n@entry=0x5582e17bfa20) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:296
#37 0x00007fb8164de7f9 in ruby_run_node (n=0x5582e17bfa20) at /tmp/ruby/v3/src/trunk-gc_compact/eval.c:354
#38 0x00005582e11dda1f in main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/v3/src/trunk-gc_compact/main.c:50
>>> Dump Ruby level backtrace
th: 0x5582e17b1f70, native_id: 0x7fb816be9d80
-- Control frame information -----------------------------------------------
c:0017 p:---- s:0112 e:000111 CFUNC :join
me:
called_id: join, type: cfunc
owner class: 0x00005582e17dfeb0 [3LMPR ] T_CLASS Thread
self: 0x00005582e201bd18 [0 U] VM/thread (Thread)VM/thread
c:0016 p:0077 s:0108 E:001610 METHOD /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/test_enumerator.rb:41
me:
called_id: test_read_characters, type: iseq
owner class: 0x00005582e200ddd0 [2 ] T_CLASS TestFiberEnumerator
self: 0x00005582e200c200 [0 ] T_OBJECT (TestFiberEnumerator)len:7 ptr:0x00007fb814f6c150
lvars:
i: 0x00005582e201be08 [0 U] T_FILE (UNIXSocket)
o: 0x00005582e201bde0 [0 U] T_FILE (UNIXSocket)
message: 0x00005582e201bd40 [0 ] T_STRING (String)Hello World
thread: 0x00005582e201bd18 [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: 0x00005582e181c630 [3LM R ] T_CLASS MiniTest::Unit::TestCase
self: 0x00005582e200c200 [0 ] T_OBJECT (TestFiberEnumerator)len:7 ptr:0x00007fb814f6c150
lvars:
name: 0x00005582e200d560 [0 ] T_STRING (String)test_read_characters
progname: 0x00005582e17d2490 [3LMP ] 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: 0x00005582e181c630 [3LM R ] T_CLASS MiniTest::Unit::TestCase
self: 0x00005582e200c200 [0 ] T_OBJECT (TestFiberEnumerator)len:7 ptr:0x00007fb814f6c150
lvars:
runner: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
start_time: 0x00005582e200c188 [0 U] time (Time)time
result: 0x00005582e17bf728 [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: 0x00005582e1953f58 [3LM ] T_CLASS Test::Unit::TestCase
self: 0x00005582e200c200 [0 ] T_OBJECT (TestFiberEnumerator)len:7 ptr:0x00007fb814f6c150
lvars:
runner: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
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: 0x00005582e1a14e38 [3LM R ] T_CLASS MiniTest::Unit
self: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
lvars:
method: 0x00005582e200d560 [0 ] T_STRING (String)test_read_characters
inst: 0x00005582e200c200 [0 ] T_OBJECT (TestFiberEnumerator)len:7 ptr:0x00007fb814f6c150
start_time: T_NIL
result: T_NIL
c:0011 p:---- s:0073 e:000072 CFUNC :map
me:
called_id: map, type: cfunc
owner class: 0x00005582e17feb58 [3LMP ] T_CLASS Array
self: 0x00005582e200d4c0 [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: 0x00005582e1a14e38 [3LM R ] T_CLASS MiniTest::Unit
self: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
lvars:
assertions: T_NIL
c:0009 p:0167 s:0065 E:000190 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/minitest/unit.rb:989
me:
called_id: _run_suite, type: iseq
owner class: 0x00005582e1a14e38 [3LM R ] T_CLASS MiniTest::Unit
self: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
lvars:
suite: 0x00005582e200ddd0 [2 ] T_CLASS TestFiberEnumerator
type: T_SYMBOL test
header: 0x00005582e200d7b8 [0 ] T_STRING (String)test_suite_header
filter: 0x00005582e1b8c748 [3LM ] T_REGEXP
all_test_methods: 0x00005582e200d4e8 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
filtered_test_methods: 0x00005582e200d4c0 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
leakchecker: 0x00005582e200d3f8 [0 ] T_OBJECT (LeakChecker)len:7 ptr:0x00007fb814f6bfb0
continuation: 0x00005582e200c278 [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: 0x00005582e17c75e0 [0LM U] T_MODULE (Module)Test::Unit::ExcludesOption
defined_class: 0x00005582e17c50b0 [0LM U] T_ICLASS src:Test::Unit::ExcludesOption
self: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
lvars:
suite: 0x00005582e200ddd0 [2 ] T_CLASS TestFiberEnumerator
type: T_SYMBOL test
ex: T_NIL
c:0007 p:0103 s:0046 E:001090 METHOD /tmp/ruby/v3/src/trunk-gc_compact/tool/lib/test/unit/parallel.rb:55
me:
called_id: _run_suite, type: iseq
owner class: 0x00005582e17e13c8 [3LM ] T_CLASS Test::Unit::Worker
self: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
lvars:
suite: 0x00005582e200ddd0 [2 ] T_CLASS TestFiberEnumerator
type: T_SYMBOL test
orig_testout: 0x00005582e17ef9c8 [0LMP U] T_FILE (IO)
i: 0x00005582e200db00 [0 U] T_FILE (IO)
o: 0x00005582e200dad8 [0 U] T_FILE (IO)
orig_stdin: 0x00005582e17efa68 [0LMP U] T_FILE (IO)
orig_stdout: 0x00005582e17ef9c8 [0LMP U] T_FILE (IO)
th: 0x00005582e200da88 [0 U] VM/thread (Thread)VM/thread
e: T_FIXNUM 0
f: T_FIXNUM 0
s: T_FIXNUM 1
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: 0x00005582e17e13c8 [3LM ] T_CLASS Test::Unit::Worker
self: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
lvars:
suite: 0x00005582e200ddd0 [2 ] T_CLASS TestFiberEnumerator
c:0005 p:---- s:0026 e:000025 CFUNC :map
me:
called_id: map, type: cfunc
owner class: 0x00005582e17feb58 [3LMP ] T_CLASS Array
self: 0x00005582e200dbc8 [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: 0x00005582e17e13c8 [3LM ] T_CLASS Test::Unit::Worker
self: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
lvars:
suites: 0x00005582e200dbc8 [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: 0x00005582e17e13c8 [3LM ] T_CLASS Test::Unit::Worker
self: 0x00005582e1d9db40 [3LMPR ] T_OBJECT (Test::Unit::Worker)len:28 ptr:0x00005582e19a42c0
lvars:
args: 0x00005582e17eeb68 [3LMP ] T_ARRAY [E ] len: 0 (embed)
buf: 0x00005582e1932510 [0 ] T_STRING (String)run /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/test_enumerator.rb test
suites: 0x00005582e19323d0 [0 ] T_ARRAY (Array)[ ] len: 43, capa:43 ptr:0x00005582e1fbf4b0
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: 0x00005582e1826158 [3LMP ] T_OBJECT len:0 ptr:0x0000000000000000
c:0001 p:0000 s:0003 E:001610 (none) [FINISH]
self: 0x00005582e1826158 [3LMP ] T_OBJECT len:0 ptr:0x0000000000000000
th: 0x5582e2008880, native_id: 0x7fb805524700
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0019 e:000018 CFUNC :select
me:
called_id: select, type: cfunc
owner class: 0x00005582e17f2470 [3LM R ] T_CLASS (annon)
self: 0x00005582e17f2498 [3LMPR ] T_CLASS IO
c:0002 p:0032 s:0011 e:000010 METHOD /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/scheduler.rb:43 [FINISH]
me:
called_id: run, type: iseq
owner class: 0x00005582e200e2d0 [2 ] T_CLASS Scheduler
self: 0x00005582e201bbb0 [0 ] T_OBJECT (Scheduler)len:5 ptr:0x00007fb814f6c228
lvars:
readable: T_NIL
writable: T_NIL
time: T_NIL
waiting: T_NIL
c:0001 p:---- s:0003 e:000002 (none) [FINISH]
self: T_NIL
$1 = 0
">>> Finish
"
[nil, 15918]
"gdb -p 15912 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
running file: /tmp/ruby/v3/src/trunk-gc_compact/test/fiber/test_enumerator.rb
Some worker was crashed. It seems ruby interpreter's bug
or, a bug of test/unit/parallel.rb. try again without -j
option.
15918:running:test_enumerator: 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, 15912]
#<Errno::ESRCH: No such process>
"gdb -p 15905 -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, 15905]
#<Errno::ESRCH: No such process>
"gdb -p 15903 -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 15903 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, 15903]
"gdb -p 25201 -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, 25201]
#<Errno::ESRCH: No such process>
0.004000 0.004000 2918.408000 (10802.141877)
/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: 10863.85 sec