rev: 9f9a389d95
test-all :
test-spec: 3769 files, 30462 examples, 128348 expectations, 0 failures, 0 errors, 0 tagged
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 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=\"--test-order=random\"" exit with 0.
"make yes-test-basic TESTS=\"--test-order=random\"" exit with 0.
"make yes-test-all TESTS=\"--test-order=random\"" exit with 512.
"make yes-test-rubyspec TESTS=\"--test-order=random\"" exit with 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk-random1.20201224-105135
#<BuildRuby:0x0000556b04440308
@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-random1",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-random1",
@TARGET_NAME="trunk-random1",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-random1",
@build_opts="-j6",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-random1.20201224-105135",
@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.000026)
autoconf 0.000000 0.000000 0.000000 ( 0.000060)
configure 0.000000 0.000000 0.000000 ( 0.000052)
build_up From https://github.com/ruby/ruby
7ca2ca9..9f9a389 master -> origin/master
0.008000 0.008000 6.420000 ( 7.368431)
build_miniruby 0.000000 0.000000 0.184000 ( 0.203676)
build_ruby 0.008000 0.000000 3.708000 ( 3.761989)
build_all 0.012000 0.004000 12.488000 ( 5.663474)
build_install 0.024000 0.004000 8.772000 ( 4.924436)
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 .................................................
Fiber count: 10000 (skipping)
PASS all 1481 tests
0.000000 0.000000 36.588000 ( 38.928507)
test_basic 0.004000 0.008000 0.484000 ( 0.600798)
test_all Skipping Gem::PackageTask tests. rake not found.
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit/core_assertions.rb:523: [BUG] Segmentation fault at 0x000000000000002f
ruby 3.0.0dev (2020-12-24T10:35:03Z master 9f9a389d95) [x86_64-linux]
-- Control frame information -----------------------------------------------
c:0033 p:---- s:0196 e:000195 CFUNC :caller_locations
me:
called_id: caller_locations, type: cfunc
owner class: 0x000055d305146620 [3LM ] T_MODULE Kernel
defined_class: 0x000055d3051465d0 [3LM ] T_ICLASS src:Kernel
self: 0x000055d30c64ee68 [3LM ] T_OBJECT (TestObjSpace)len:7 ptr:0x00007f4e3b68e660
c:0032 p:0048 s:0190 e:000189 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit/core_assertions.rb:523
me:
called_id: assert_respond_to, type: iseq
owner class: 0x000055d305094b28 [3LM ] T_MODULE (Module)Test::Unit::CoreAssertions
defined_class: 0x000055d3053c8e48 [3LM ] T_ICLASS src:Test::Unit::CoreAssertions
self: 0x000055d30c64ee68 [3LM ] T_OBJECT (TestObjSpace)len:7 ptr:0x00007f4e3b68e660
lvars:
obj: 0x000055d30c64e238 [1 M ] T_STRING (String){"address":"0x55d30c64e288", "type":"STRING", "class":"0x55d30513e858", "embedded":true, "bytesize":11, "value":"TEST STRING", "encoding":"UTF-8", "file":"/tmp/ruby/v3/src/trunk-random1/test/objspace/test_objsp
(null): T_SYMBOL include?
msg: T_NIL
meth: T_SYMBOL include?
priv: 0x000055d30c64df40 [1 M ] T_ARRAY (Array)[E ] len: 0 (embed)
c:0031 p:0019 s:0181 E:000db8 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:259
me:
called_id: assert_includes, type: iseq
owner class: 0x000055d305270c08 [3LM ] T_MODULE MiniTest::Assertions
defined_class: 0x000055d3051f8b18 [3LM ] T_ICLASS src:MiniTest::Assertions
self: 0x000055d30c64ee68 [3LM ] T_OBJECT (TestObjSpace)len:7 ptr:0x00007f4e3b68e660
lvars:
collection: 0x000055d30c64e238 [1 M ] T_STRING (String){"address":"0x55d30c64e288", "type":"STRING", "class":"0x55d30513e858", "embedded":true, "bytesize":11, "value":"TEST STRING", "encoding":"UTF-8", "file":"/tmp/ruby/v3/src/trunk-random1/test/objspace/test_objsp
obj: 0x000055d30c64e148 [1 M ] T_STRING (String)"method":"foo\"bar"
msg: 0x000055d30c64df68 [0 ] proc (Proc) block in message@/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit/core_assertions.rb:18
c:0030 p:0063 s:0174 E:002118 METHOD /tmp/ruby/v3/src/trunk-random1/test/objspace/test_objspace.rb:419
me:
called_id: test_dump_escapes_method_name, type: iseq
owner class: 0x000055d305d43478 [3LM ] T_CLASS TestObjSpace
self: 0x000055d30c64ee68 [3LM ] T_OBJECT (TestObjSpace)len:7 ptr:0x00007f4e3b68e660
lvars:
method_name: 0x000055d30c64e9b8 [1 M ] T_STRING (String)foo"bar
klass: 0x000055d30c64e878 [2 ] T_CLASS (annon)
obj: 0x000055d30c64e288 [0 ] T_STRING (String)TEST STRING
dump: 0x000055d30c64e238 [1 M ] T_STRING (String){"address":"0x55d30c64e288", "type":"STRING", "class":"0x55d30513e858", "embedded":true, "bytesize":11, "value":"TEST STRING", "encoding":"UTF-8", "file":"/tmp/ruby/v3/src/trunk-random1/test/objspace/test_objsp
parsed: T_NIL
c:0029 p:0052 s:0165 e:000164 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1283
me:
called_id: run_test, type: iseq
owner class: 0x000055d3051f9400 [3LM ] T_CLASS MiniTest::Unit::TestCase
self: 0x000055d30c64ee68 [3LM ] T_OBJECT (TestObjSpace)len:7 ptr:0x00007f4e3b68e660
lvars:
name: 0x000055d30e32de08 [3LM ] T_STRING (String) [shared] test_dump_escapes_method_name
progname: 0x000055d3050e6630 [3LM ] T_STRING (String)/tmp/ruby/v3/src/trunk-random1/test/runner.rb
c:0028 p:0065 s:0159 e:000158 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1320
me:
called_id: run, type: iseq
owner class: 0x000055d3051f9400 [3LM ] T_CLASS MiniTest::Unit::TestCase
self: 0x000055d30c64ee68 [3LM ] T_OBJECT (TestObjSpace)len:7 ptr:0x00007f4e3b68e660
lvars:
runner: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
start_time: 0x000055d30c64eda0 [0 M U] time (Time)time
result: 0x000055d3050dc1a8 [3LM ] T_STRING (String)
time: T_NIL
e: T_NIL
c:0027 p:0013 s:0150 e:000149 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit/testcase.rb:18
me:
called_id: run, type: iseq
owner class: 0x000055d3053c8f88 [3LM ] T_CLASS Test::Unit::TestCase
self: 0x000055d30c64ee68 [3LM ] T_OBJECT (TestObjSpace)len:7 ptr:0x00007f4e3b68e660
lvars:
runner: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
c:0026 p:0077 s:0145 e:000144 BLOCK /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:969 [FINISH]
me:
called_id: _run_suite, type: iseq
owner class: 0x000055d3051fb840 [3LM ] T_CLASS MiniTest::Unit
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
method: 0x000055d30e32de08 [3LM ] T_STRING (String) [shared] test_dump_escapes_method_name
inst: 0x000055d30c64ee68 [3LM ] T_OBJECT (TestObjSpace)len:7 ptr:0x00007f4e3b68e660
start_time: T_NIL
result: T_NIL
c:0025 p:---- s:0138 e:000137 CFUNC :map
me:
called_id: map, type: cfunc
owner class: 0x000055d305125c40 [3LM ] T_CLASS Array
self: 0x000055d30e32db10 [1 M ] T_ARRAY (Array)[ T] len: 37, capa:37 ptr:0x00007f4e3b459750
c:0024 p:0006 s:0134 e:000133 BLOCK /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:962
me:
called_id: _run_suite, type: iseq
owner class: 0x000055d3051fb840 [3LM ] T_CLASS MiniTest::Unit
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
assertions: T_NIL
c:0023 p:0163 s:0130 E:0013e0 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:989
me:
called_id: _run_suite, type: iseq
owner class: 0x000055d3051fb840 [3LM ] T_CLASS MiniTest::Unit
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
suite: 0x000055d305d43478 [3LM ] T_CLASS TestObjSpace
type: T_SYMBOL test
header: 0x000055d30e32e358 [1 M ] T_STRING (String)test_suite_header
filter: 0x000055d30547b0c0 [3LM ] T_REGEXP
all_test_methods: 0x000055d30e32dbb0 [1 M ] T_ARRAY (Array)[ ] len: 37, capa:37 ptr:0x000055d30d3d9e10
filtered_test_methods: 0x000055d30e32db10 [1 M ] T_ARRAY (Array)[ T] len: 37, capa:37 ptr:0x00007f4e3b459750
leakchecker: 0x000055d30e32d840 [1 M ] T_OBJECT (LeakChecker)len:7 ptr:0x00007f4e3b459b28
continuation: 0x000055d30e32c288 [0 ] proc (Proc) block in _run_suite@/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:961
c:0022 p:0042 s:0118 e:000117 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1136
me:
called_id: _run_suite, type: iseq
owner class: 0x000055d3053d2dd0 [3LM ] T_MODULE (Module)Test::Unit::ExcludesOption
defined_class: 0x000055d3053d2650 [3LM ] T_ICLASS src:Test::Unit::ExcludesOption
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
suite: 0x000055d305d43478 [3LM ] T_CLASS TestObjSpace
type: T_SYMBOL test
ex: T_NIL
c:0021 p:0010 s:0111 e:000109 BLOCK /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:627 [FINISH]
me:
called_id: _run_suites, type: iseq
owner class: 0x000055d3053c8a38 [3LM ] T_MODULE (Module)Test::Unit::Parallel
defined_class: 0x000055d3053d2768 [3LM ] T_ICLASS src:Test::Unit::Parallel
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
suite: 0x000055d305d43478 [3LM ] T_CLASS TestObjSpace
e: T_NIL
c:0020 p:---- s:0105 e:000104 CFUNC :each
me:
called_id: each, type: cfunc
owner class: 0x000055d305125c40 [3LM ] T_CLASS Array
self: 0x000055d30d7f7a20 [3LM ] T_ARRAY (Array)[ ] len: 954, capa:954 ptr:0x000055d30d7f00b0
c:0019 p:0054 s:0101 e:000100 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:625
me:
called_id: _run_suites, type: iseq
owner class: 0x000055d3053c8a38 [3LM ] T_MODULE (Module)Test::Unit::Parallel
defined_class: 0x000055d3053d2768 [3LM ] T_ICLASS src:Test::Unit::Parallel
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
suites: 0x000055d30d7f7a20 [3LM ] T_ARRAY (Array)[ ] len: 954, capa:954 ptr:0x000055d30d7f00b0
type: T_SYMBOL test
result: 0x000055d30db23708 [3LM ] T_ARRAY (Array)[ ] len: 19, capa:20 ptr:0x000055d30be50220
c:0018 p:0008 s:0094 e:000093 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:662
me:
called_id: _run_suites, type: iseq
owner class: 0x000055d3053d3a00 [3LM ] T_MODULE (Module)Test::Unit::Skipping
defined_class: 0x000055d3053d2718 [3LM ] T_ICLASS src:Test::Unit::Skipping
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
suites: 0x000055d30d7f7a20 [3LM ] T_ARRAY (Array)[ ] len: 954, capa:954 ptr:0x000055d30d7f00b0
type: T_SYMBOL test
result: T_NIL
c:0017 p:0140 s:0087 e:000086 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:904
me:
called_id: _run_anything, type: iseq
owner class: 0x000055d3051fb840 [3LM ] T_CLASS MiniTest::Unit
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
type: T_SYMBOL test
suites: 0x000055d30d7f7a20 [3LM ] T_ARRAY (Array)[ ] len: 954, capa:954 ptr:0x000055d30d7f00b0
test_count: T_FIXNUM 0
assertion_count: T_FIXNUM 0
sync: T_TRUE
old_sync: T_FALSE
start: 0x000055d30d814d00 [0 M U] time (Time)time
results: T_NIL
t: T_NIL
c:0016 p:0016 s:0074 e:000073 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1073
me:
called_id: _run_anything, type: iseq
owner class: 0x000055d3053d2e98 [3LM ] T_MODULE (Module)Test::Unit::RepeatOption
defined_class: 0x000055d3053d26c8 [3LM ] T_ICLASS src:Test::Unit::RepeatOption
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
type: T_SYMBOL test
c:0015 p:0005 s:0069 e:000068 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1137
me:
called_id: run_tests, type: iseq
owner class: 0x000055d3051fb840 [3LM ] T_CLASS MiniTest::Unit
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
c:0014 p:0006 s:0065 e:000064 BLOCK /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1124 [FINISH]
me:
called_id: _run, type: iseq
owner class: 0x000055d3051fb840 [3LM ] T_CLASS MiniTest::Unit
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
plugin: 0x000055d305271a68 [3LM ] T_STRING (String)run_tests
c:0013 p:---- s:0061 e:000060 CFUNC :each
me:
called_id: each, type: cfunc
owner class: 0x000055d305125c40 [3LM ] T_CLASS Array
self: 0x000055d30d7c8e50 [3LM ] T_ARRAY (Array)[E ] len: 1 (embed)
c:0012 p:0047 s:0057 e:000056 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1123
me:
called_id: _run, type: iseq
owner class: 0x000055d3051fb840 [3LM ] T_CLASS MiniTest::Unit
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
args: 0x000055d305410a18 [3LM ] T_HASH (Hash)[A ] 8
c:0011 p:0013 s:0052 e:000051 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1111
me:
called_id: run, type: iseq
owner class: 0x000055d3051fb840 [3LM ] T_CLASS MiniTest::Unit
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
args: 0x000055d305114ff8 [3LM ] T_ARRAY shared -> 0x000055d30cc7c4e8 [3LM ] T_ARRAY [ ] len: 1246, capa:1 ptr:0x000055d30d170820
c:0010 p:0008 s:0047 e:000046 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:847
me:
called_id: run, type: iseq
owner class: 0x000055d3053d37f8 [3LM ] T_MODULE (Module)Test::Unit::StatusLine
defined_class: 0x000055d3053d2790 [3LM ] T_ICLASS src:Test::Unit::StatusLine
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
args: 0x000055d30d7c9300 [3LM ] T_ARRAY (Array)[E ] len: 1 (embed)
result: T_NIL
c:0009 p:0008 s:0041 e:000040 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:695
me:
called_id: run, type: iseq
owner class: 0x000055d3053d3910 [3LM ] T_MODULE (Module)Test::Unit::Statistics
defined_class: 0x000055d3053d2740 [3LM ] T_ICLASS src:Test::Unit::Statistics
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
args: 0x000055d30d7c9378 [3LM ] T_ARRAY (Array)[E ] len: 1 (embed)
result: T_NIL
c:0008 p:0015 s:0035 e:000034 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:34
me:
called_id: run, type: iseq
owner class: 0x000055d3053c8d08 [3LM ] T_MODULE Test::Unit::RunCount
defined_class: 0x000055d3053d2600 [3LM ] T_ICLASS src:Test::Unit::RunCount
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
(null): 0x000055d30d7c93f0 [3LM ] T_ARRAY (Array)[E ] len: 1 (embed)
c:0007 p:0006 s:0030 e:000029 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1175
me:
called_id: run, type: iseq
owner class: 0x000055d3053d2880 [3LM ] T_CLASS Test::Unit::Runner
self: 0x000055d305411760 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:22 ptr:0x000055d30d7f21a0
lvars:
argv: 0x000055d305114ff8 [3LM ] T_ARRAY shared -> 0x000055d30cc7c4e8 [3LM ] T_ARRAY [ ] len: 1246, capa:1 ptr:0x000055d30d170820
c:0006 p:0032 s:0025 e:000024 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1245
me:
called_id: run, type: iseq
owner class: 0x000055d3053d2498 [3LM ] T_CLASS Test::Unit::AutoRunner
self: 0x000055d3054117b0 [3LM ] T_OBJECT (Test::Unit::AutoRunner)len:5 ptr:0x000055d305444640
c:0005 p:0009 s:0021 e:000020 METHOD /tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1249
me:
called_id: run, type: iseq
owner class: 0x000055d3053d2470 [3LM ] T_CLASS (annon)
self: 0x000055d3053d2498 [3LM ] T_CLASS Test::Unit::AutoRunner
lvars:
args: 0x000055d305411800 [3LM ] T_ARRAY (Array)[E ] len: 2 (embed)
c:0004 p:0172 s:0016 e:000014 TOP /tmp/ruby/v3/src/trunk-random1/tool/test/runner.rb:23 [FINISH]
self: 0x000055d3051444b0 [3LM ] T_OBJECT (embed) len:3
lvars:
dir: 0x000055d305411850 [3LM ] T_STRING (String)/tmp/ruby/v3/src/trunk-random1/test
c:0003 p:---- s:0011 e:000010 CFUNC :require_relative
me:
called_id: require_relative, type: cfunc
owner class: 0x000055d305146620 [3LM ] T_MODULE Kernel
defined_class: 0x000055d3051465d0 [3LM ] T_ICLASS src:Kernel
self: 0x000055d3051444b0 [3LM ] T_OBJECT (embed) len:3
c:0002 p:0092 s:0006 e:000005 EVAL /tmp/ruby/v3/src/trunk-random1/test/runner.rb:11 [FINISH]
self: 0x000055d3051444b0 [3LM ] T_OBJECT (embed) len:3
c:0001 p:0000 s:0003 E:001be0 (none) [FINISH]
self: 0x000055d3051444b0 [3LM ] T_OBJECT (embed) len:3
-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/v3/src/trunk-random1/test/runner.rb:11:in `<main>'
/tmp/ruby/v3/src/trunk-random1/test/runner.rb:11:in `require_relative'
/tmp/ruby/v3/src/trunk-random1/tool/test/runner.rb:23:in `<top (required)>'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1249:in `run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1245:in `run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1175:in `run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:34:in `run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:695:in `run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:847:in `run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1111:in `run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1123:in `_run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1123:in `each'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1124:in `block in _run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1137:in `run_tests'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1073:in `_run_anything'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:904:in `_run_anything'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:662:in `_run_suites'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:625:in `_run_suites'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:625:in `each'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:627:in `block in _run_suites'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1136:in `_run_suite'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:989:in `_run_suite'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:962:in `block in _run_suite'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:962:in `map'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:969:in `block (2 levels) in _run_suite'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit/testcase.rb:18:in `run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:1320:in `run'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit.rb:1283:in `run_test'
/tmp/ruby/v3/src/trunk-random1/test/objspace/test_objspace.rb:419:in `test_dump_escapes_method_name'
/tmp/ruby/v3/src/trunk-random1/tool/lib/minitest/unit.rb:259:in `assert_includes'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit/core_assertions.rb:523:in `assert_respond_to'
/tmp/ruby/v3/src/trunk-random1/tool/lib/test/unit/core_assertions.rb:523:in `caller_locations'
-- Machine register context ------------------------------------------------
RIP: 0x000000000000002f RBP: 0x000055d3050880d0 RSP: 0x00007fffbbf0c588
RAX: 0x000000000000002f RBX: 0x000055d30c64dd88 RCX: 0x000000000000003f
RDX: 0x00007f4e3d04747c RDI: 0x000000000000002f RSI: 0x000000000000000c
R8: 0x000000000000000c R9: 0x0000000000000020 R10: 0x000055d30ca70010
R11: 0x0000000000000012 R12: 0xcccccccccccccccd R13: 0x0000000000000007
R14: 0x000055d30e337ef8 R15: 0x000055d3050880d0 EFL: 0x0000000000010202
-- C level backtrace information -------------------------------------------
make: *** [yes-test-all] Segmentation fault (core dumped)
0.000000 0.000000 29.760000 ( 31.178970)
test_rubyspec $ /tmp/ruby/v3/build/trunk-random1/miniruby -I/tmp/ruby/v3/src/trunk-random1/lib /tmp/ruby/v3/src/trunk-random1/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-random1 --extout=.ext -- -I/tmp/ruby/v3/src/trunk-random1/tool/lib /tmp/ruby/v3/src/trunk-random1/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-random1/spec/default.mspec
0.044000 0.064000 152.728000 (166.182242)
$$$[end] "make yes-test-all TESTS=\"--test-order=random\"" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-random1.20201224-105135
total: 258.81 sec