rev: 67491
test-all :
test-spec:
exit statuses:
"rm -f .revision.time" 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_gcc7.20190410-044934
#<BuildRuby:0x00005599355e9df8
@BUILD_DIR="/tmp/ruby/build",
@INSTALL_DIR="/tmp/ruby/install",
@REPOSITORY="https://svn.ruby-lang.org/repos/ruby/trunk",
@REPOSITORY_TYPE=:svn,
@SRC_DIR="/tmp/ruby/src",
@TARGET_BUILD_DIR="/tmp/ruby/build/trunk_gcc7",
@TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc7",
@TARGET_NAME="trunk_gcc7",
@TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc7",
@build_opts="-j6",
@configure_opts=["CC=gcc-7"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk_gcc7.20190410-044934",
@quiet=false,
@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.000021)
autoconf 0.000000 0.000000 0.000000 ( 0.000045)
configure 0.000000 0.000000 0.000000 ( 0.000038)
build_up 0.016000 0.008000 3.476000 ( 16.214515)
build_miniruby 0.000000 0.004000 0.120000 ( 0.129324)
build_ruby 0.000000 0.000000 0.124000 ( 0.139839)
build_all 0.004000 0.012000 1.740000 ( 1.055848)
build_install 0.016000 0.004000 2.888000 ( 2.187544)
test_btest test_attr.rb ..
test_autoload.rb ........
test_block.rb ..........................................................
test_class.rb ................................................
test_env.rb ..
test_eval.rb .....................................
test_exception.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 ..................................................
PASS all 1397 tests
0.004000 0.000000 27.748000 ( 31.062550)
test_basic 0.004000 0.008000 0.488000 ( 0.615602)
test_all $$$ #<Timeout::Error: execution expired>
PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND
13 14 14 14 ? -1 Ss 1001 0:00 sh build-loop.sh trunk_gcc7 --incremental --process-num=6
14 18515 14 14 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk_gcc7 --incremental --process-num=6
18515 18517 14 14 ? -1 Sl 1001 0:00 ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk_gcc7 --logfile=/home/ko1/ruby/logs/brlog.trunk_gcc7.20190410-044934 --root_dir=/tmp/ruby --timeout=10800 --configure_opts=CC=gcc-7 --incremental --process-num=6
18517 22467 14 14 ? -1 S 1001 0:00 sh -c make yes-test-all TESTS='-j6'
22467 22469 14 14 ? -1 S 1001 0:00 make yes-test-all TESTS=-j6
22469 22484 14 14 ? -1 S 1001 0:04 /tmp/ruby/build/trunk_gcc7/ruby --disable-gems /tmp/ruby/src/trunk_gcc7/test/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk_gcc7/lib -I. -I.ext/common /tmp/ruby/src/trunk_gcc7/tool/runruby.rb --extout=.ext -- --disable-gems --excludes-dir=/tmp/ruby/src/trunk_gcc7/test/excludes --name=!/memory_leak/ -j6
22484 22485 14 14 ? -1 Rl 1001 179:35 /tmp/ruby/src/trunk_gcc7/test/lib/test/unit/parallel.rb: TestGCCompact#test_find_collided_object
18517 29008 14 14 ? -1 R 1001 0:00 ps jx
{13=>[14], 14=>[18515], 18515=>[18517], 18517=>[22467, 29008], 22467=>[22469], 22469=>[22484], 22484=>[22485]}
"gdb -p 22485 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
[New LWP 22496]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000055eb383de47f in rb_equal (obj1=94468817247841, obj2=obj2@entry=94468781058241) at /tmp/ruby/src/trunk_gcc7/object.c:129
129 {
>>> Machine level backtrace
Thread 2 (Thread 0x7fb94e29c700 (LWP 22496)):
#0 0x00007fb94ddbb384 in __libc_read (fd=5, buf=0x7fb9440787f0, nbytes=1024) at ../sysdeps/unix/sysv/linux/read.c:27
#1 0x000055eb3837bef1 in read (__nbytes=<optimized out>, __buf=<optimized out>, __fd=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/unistd.h:44
#2 internal_read_func (ptr=ptr@entry=0x7fb94e29b770) at /tmp/ruby/src/trunk_gcc7/io.c:993
#3 0x000055eb384b6a23 in rb_thread_io_blocking_region (func=0x55eb3837be80 <internal_read_func>, data1=0x7fb94e29b770, fd=<optimized out>) at /tmp/ruby/src/trunk_gcc7/thread.c:1582
#4 0x000055eb3834c1e3 in rb_ensure (b_proc=0x55eb3837bc40 <read_internal_call>, data1=140433857034096, e_proc=e_proc@entry=0x55eb38481db0 <rb_str_unlocktmp>, data2=<optimized out>) at /tmp/ruby/src/trunk_gcc7/eval.c:1076
#5 0x000055eb38495a70 in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x55eb3837bc40 <read_internal_call>, arg=arg@entry=140433857034096) at /tmp/ruby/src/trunk_gcc7/string.c:2656
#6 0x000055eb38392526 in read_internal_locktmp (iis=0x7fb94e29b770, str=<optimized out>) at /tmp/ruby/src/trunk_gcc7/io.c:2782
#7 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, opts=opts@entry=8, nonblock=nonblock@entry=0) at /tmp/ruby/src/trunk_gcc7/io.c:2832
#8 0x000055eb38392ad1 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk_gcc7/io.c:2921
#9 0x000055eb384eccbf in vm_call_cfunc_with_frame (ci=0x55eb38cc0ec0, cc=<optimized out>, calling=<optimized out>, reg_cfp=0x7fb94a536fa0, ec=0x55eb3bb47cc8) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2207
#10 vm_call_cfunc (ec=<optimized out>, reg_cfp=0x7fb94a536fa0, calling=<optimized out>, ci=0x55eb38cc0ec0, cc=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2225
#11 0x000055eb384feded in vm_sendish (block_handler=<optimized out>, method_explorer=<optimized out>, cc=<optimized out>, ci=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:3623
#12 vm_exec_core (ec=0x5, ec@entry=0x55eb3bb47cc8, initial=140433687021552, initial@entry=0) at ../../src/trunk_gcc7/insns.def:789
#13 0x000055eb384f54be in rb_vm_exec (ec=0x55eb3bb47cc8, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/src/trunk_gcc7/vm.c:1892
#14 0x000055eb384f5ea1 in invoke_block (ec=ec@entry=0x55eb3bb47cc8, iseq=iseq@entry=0x55eb38b75fd8, self=self@entry=94468762809640, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm.c:1032
#15 0x000055eb384f9927 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, argv=0x7fb94a437028, argc=0, self=94468762809640, captured=0x55eb3bb47f70, ec=0x55eb3bb47cc8) at /tmp/ruby/src/trunk_gcc7/vm.c:1104
#16 invoke_block_from_c_proc (me=0x0, is_lambda=<optimized out>, passed_block_handler=0, argv=0x7fb94a437028, argc=0, self=94468762809640, proc=0x55eb390cb528, ec=0x55eb3bb47cc8) at /tmp/ruby/src/trunk_gcc7/vm.c:1204
#17 vm_invoke_proc (passed_block_handler=0, argv=0x7fb94a437028, argc=0, self=94468762809640, proc=0x55eb390cb528, ec=0x55eb3bb47cc8) at /tmp/ruby/src/trunk_gcc7/vm.c:1222
#18 rb_vm_invoke_proc (ec=0x55eb3bb47cc8, proc=proc@entry=0x55eb3bb47f70, argc=argc@entry=0, argv=argv@entry=0x7fb94e29bbd0, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk_gcc7/vm.c:1243
#19 0x000055eb384b1581 in thread_do_start (th=th@entry=0x55eb3d2ef630) at /tmp/ruby/src/trunk_gcc7/thread.c:686
#20 0x000055eb384b380b in thread_start_func_2 (th=th@entry=0x55eb3d2ef630, stack_start=<optimized out>) at /tmp/ruby/src/trunk_gcc7/thread.c:725
#21 0x000055eb384b443b in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk_gcc7/thread_pthread.c:1030
#22 0x00007fb94ddb16db in start_thread (arg=0x7fb94e29c700) at pthread_create.c:463
#23 0x00007fb94ce7788f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 1 (Thread 0x7fb94e3ff740 (LWP 22485)):
#0 0x000055eb383de47f in rb_equal (obj1=94468817247841, obj2=obj2@entry=94468781058241) at /tmp/ruby/src/trunk_gcc7/object.c:129
#1 0x000055eb38512d9b in rb_ary_includes (ary=94468817274000, item=94468781058241) at /tmp/ruby/src/trunk_gcc7/array.c:4301
#2 0x000055eb384eccbf in vm_call_cfunc_with_frame (ci=0x55eb3c93fe00, cc=<optimized out>, calling=<optimized out>, reg_cfp=0x7fb94e3fdc20, ec=0x55eb38b64518) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2207
#3 vm_call_cfunc (ec=<optimized out>, reg_cfp=0x7fb94e3fdc20, calling=<optimized out>, ci=0x55eb3c93fe00, cc=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2225
#4 0x000055eb384feded in vm_sendish (block_handler=<optimized out>, method_explorer=<optimized out>, cc=<optimized out>, ci=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:3623
#5 vm_exec_core (ec=0x55eb3c4b5e61, ec@entry=0x55eb38b64518, initial=94468781058241, initial@entry=0) at ../../src/trunk_gcc7/insns.def:789
#6 0x000055eb384f54be in rb_vm_exec (ec=ec@entry=0x55eb38b64518, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/src/trunk_gcc7/vm.c:1892
#7 0x000055eb385060c9 in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=<optimized out>, ec=0x55eb38b64518) at /tmp/ruby/src/trunk_gcc7/vm.c:1032
#8 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, argv=0x0, argc=0, self=<optimized out>, captured=<optimized out>, ec=0x55eb38b64518) at /tmp/ruby/src/trunk_gcc7/vm.c:1104
#9 invoke_block_from_c_bh (argc=<optimized out>, argv=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm.c:1122
#10 vm_yield (argc=0, argv=0x0, ec=0x55eb38b64518) at /tmp/ruby/src/trunk_gcc7/vm.c:1167
#11 rb_yield_0 (argv=0x0, argc=0) at /tmp/ruby/src/trunk_gcc7/vm_eval.c:980
#12 loop_i () at /tmp/ruby/src/trunk_gcc7/vm_eval.c:1059
#13 0x000055eb3834bbef in rb_rescue2 (b_proc=0x55eb38505d00 <loop_i>, data1=0, r_proc=0x55eb384e7590 <loop_stop>, data2=0) at /tmp/ruby/src/trunk_gcc7/eval.c:935
#14 0x000055eb384eccbf in vm_call_cfunc_with_frame (ci=0x55eb3ae08030, cc=<optimized out>, calling=<optimized out>, reg_cfp=0x7fb94e3fdc90, ec=0x55eb38b64518) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2207
#15 vm_call_cfunc (ec=<optimized out>, reg_cfp=0x7fb94e3fdc90, calling=<optimized out>, ci=0x55eb3ae08030, cc=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2225
#16 0x000055eb384f90b3 in vm_call_method (ec=0x55eb38b64518, cfp=0x7fb94e3fdc90, calling=<optimized out>, ci=<optimized out>, cc=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2712
#17 0x000055eb384fee9c in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cc=<optimized out>, ci=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:3623
#18 vm_exec_core (ec=0x55eb3c4b5e61, ec@entry=0x55eb38b64518, initial=94468781058241, initial@entry=0) at ../../src/trunk_gcc7/insns.def:771
#19 0x000055eb384f54be in rb_vm_exec (ec=0x55eb38b64518, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/src/trunk_gcc7/vm.c:1892
#20 0x000055eb384f5ea1 in invoke_block (ec=ec@entry=0x55eb38b64518, iseq=iseq@entry=0x55eb38b7ec28, self=self@entry=94468762809640, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm.c:1032
#21 0x000055eb384f605e in invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm.c:1104
#22 invoke_block_from_c_bh (argc=<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/src/trunk_gcc7/vm.c:1122
#23 vm_yield (argc=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm.c:1167
#24 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_eval.c:980
#25 rb_yield_1 (val=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_eval.c:986
#26 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_eval.c:996
#27 0x000055eb3851aae4 in rb_ary_collect (ary=94468817143840) at /tmp/ruby/src/trunk_gcc7/array.c:3017
#28 0x000055eb384eccbf in vm_call_cfunc_with_frame (ci=0x55eb38cdc2b0, cc=<optimized out>, calling=<optimized out>, reg_cfp=0x7fb94e3fde18, ec=0x55eb38b64518) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2207
#29 vm_call_cfunc (ec=<optimized out>, reg_cfp=0x7fb94e3fde18, calling=<optimized out>, ci=0x55eb38cdc2b0, cc=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2225
#30 0x000055eb384fee9c in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cc=<optimized out>, ci=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:3623
#31 vm_exec_core (ec=0x55eb3c4b5e61, ec@entry=0x55eb38b64518, initial=94468781058241, initial@entry=0) at ../../src/trunk_gcc7/insns.def:771
#32 0x000055eb384f54be in rb_vm_exec (ec=0x55eb38b64518, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/src/trunk_gcc7/vm.c:1892
#33 0x000055eb384f5ea1 in invoke_block (ec=ec@entry=0x55eb38b64518, iseq=iseq@entry=0x55eb38b76258, self=self@entry=94468762809640, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm.c:1032
#34 0x000055eb384f605e in invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm.c:1104
#35 invoke_block_from_c_bh (argc=<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/src/trunk_gcc7/vm.c:1122
#36 vm_yield (argc=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm.c:1167
#37 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_eval.c:980
#38 rb_yield_1 (val=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_eval.c:986
#39 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_eval.c:996
#40 0x000055eb3851aae4 in rb_ary_collect (ary=94468817145640) at /tmp/ruby/src/trunk_gcc7/array.c:3017
#41 0x000055eb384eccbf in vm_call_cfunc_with_frame (ci=0x55eb38c53af0, cc=<optimized out>, calling=<optimized out>, reg_cfp=0x7fb94e3fdf30, ec=0x55eb38b64518) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2207
#42 vm_call_cfunc (ec=<optimized out>, reg_cfp=0x7fb94e3fdf30, calling=<optimized out>, ci=0x55eb38c53af0, cc=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:2225
#43 0x000055eb384fee9c in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cc=<optimized out>, ci=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc7/vm_insnhelper.c:3623
#44 vm_exec_core (ec=0x55eb3c4b5e61, initial=94468781058241, initial@entry=0) at ../../src/trunk_gcc7/insns.def:771
#45 0x000055eb384f5b60 in rb_vm_exec (ec=0x55eb38b64518, mjit_enable_p=mjit_enable_p@entry=1) at /tmp/ruby/src/trunk_gcc7/vm.c:1901
#46 0x000055eb3850650a in rb_iseq_eval_main (iseq=iseq@entry=0x55eb38b76898) at /tmp/ruby/src/trunk_gcc7/vm.c:2151
#47 0x000055eb38346213 in ruby_exec_internal (n=0x55eb38b76898) at /tmp/ruby/src/trunk_gcc7/eval.c:262
#48 0x000055eb3834b19b in ruby_exec_node (n=<optimized out>) at /tmp/ruby/src/trunk_gcc7/eval.c:326
#49 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_gcc7/eval.c:318
#50 0x000055eb3834587f in main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_gcc7/main.c:42
>>> Dump Ruby level backtrace
th: 0x55eb38b63ea0, native_id: 0x7fb94e3ff740
-- Control frame information -----------------------------------------------
c:0019 p:---- s:0126 e:000125 CFUNC :include?
c:0018 p:0024 s:0121 e:000120 BLOCK /tmp/ruby/src/trunk_gcc7/test/ruby/test_gc_compact.rb:40 [FINISH]
c:0017 p:---- s:0118 e:000117 CFUNC :loop
c:0016 p:0008 s:0114 e:000113 METHOD /tmp/ruby/src/trunk_gcc7/test/ruby/test_gc_compact.rb:38
c:0015 p:0108 s:0108 e:000107 METHOD /tmp/ruby/src/trunk_gcc7/test/ruby/test_gc_compact.rb:69
c:0014 p:0059 s:0096 e:000095 METHOD /tmp/ruby/src/trunk_gcc7/test/lib/test/unit.rb:1182
c:0013 p:0059 s:0090 e:000089 METHOD /tmp/ruby/src/trunk_gcc7/test/lib/minitest/unit.rb:1291
c:0012 p:0015 s:0081 e:000080 METHOD /tmp/ruby/src/trunk_gcc7/test/lib/test/unit/testcase.rb:18
c:0011 p:0082 s:0076 e:000075 BLOCK /tmp/ruby/src/trunk_gcc7/test/lib/minitest/unit.rb:952 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC :map
c:0009 p:0134 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_gcc7/test/lib/minitest/unit.rb:945
c:0008 p:0045 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_gcc7/test/lib/test/unit.rb:1045
c:0007 p:0096 s:0046 E:002450 METHOD /tmp/ruby/src/trunk_gcc7/test/lib/test/unit/parallel.rb:50
c:0006 p:0009 s:0030 e:000029 BLOCK /tmp/ruby/src/trunk_gcc7/test/lib/test/unit/parallel.rb:25 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC :map
c:0004 p:0006 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_gcc7/test/lib/test/unit/parallel.rb:24
c:0003 p:0263 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_gcc7/test/lib/test/unit/parallel.rb:122
c:0002 p:0128 s:0006 e:000005 EVAL /tmp/ruby/src/trunk_gcc7/test/lib/test/unit/parallel.rb:207 [FINISH]
c:0001 p:0000 s:0003 E:001590 (none) [FINISH]
th: 0x55eb3d2ef630, native_id: 0x7fb94e29c700
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC :readpartial
c:0002 p:0036 s:0007 e:000006 BLOCK /tmp/ruby/src/trunk_gcc7/test/lib/test/unit/parallel.rb:39 [FINISH]
c:0001 p:---- s:0003 e:000002 (none) [FINISH]
$1 = 0
">>> Finish
"
[nil, 22485]
"gdb -p 22484 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
running file: /tmp/ruby/src/trunk_gcc7/test/ruby/test_gc_compact.rb
Some worker was crashed. It seems ruby interpreter's bug
or, a bug of test/unit/parallel.rb. try again without -j
option.
/tmp/ruby/src/trunk_gcc7/test/json/json_addition_test.rb: cannot load such file -- json/add/set (Test::Unit::ProxyError)
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, 22484]
#<Errno::ESRCH: No such process>
"gdb -p 22469 -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, 22469]
#<Errno::ESRCH: No such process>
"gdb -p 22467 -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 22467 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, 22467]
"gdb -p 29008 -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, 29008]
#<Errno::ESRCH: No such process>
0.004000 0.004000 11419.188000 (10802.733492)
/home/ko1/ruby/build-ruby/build-ruby.rb:146:in `each_line': execution expired (Timeout::Error)
from /home/ko1/ruby/build-ruby/build-ruby.rb:146: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:145:in `block in cmd'
from /home/ko1/ruby/build-ruby/build-ruby.rb:142:in `popen'
from /home/ko1/ruby/build-ruby/build-ruby.rb:142:in `cmd'
from /home/ko1/ruby/build-ruby/build-ruby.rb:282:in `block in test_all'
from /home/ko1/ruby/build-ruby/build-ruby.rb:210:in `block in builddir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:209:in `chdir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:209:in `builddir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:281:in `test_all'
from /home/ko1/ruby/build-ruby/build-ruby.rb:337: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:335:in `block (3 levels) in run'
from /home/ko1/ruby/build-ruby/build-ruby.rb:334:in `each'
from /home/ko1/ruby/build-ruby/build-ruby.rb:334: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:333: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:332:in `run'
from /home/ko1/ruby/build-ruby/build-ruby.rb:495:in `<main>'
total: 10854.14 sec