| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts" exit with 0. |
| Cloning into 'trunk-gc-asserts'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-gc-asserts/configure --prefix=/tmp/ruby/install/trunk-gc-asserts --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| + cp /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| #<Test::Unit::AssertionFailedError:"number of strings.\n<2> expected but was\n<3>."> |
| {"address":"0x7f54523cfcf0", "type":"STRING", "shape_id":10, "slot_size":40, "class":"0x7f544f2eed98", "frozen":true, "embedded":true, "fstring":true, "bytesize":5, "value":"TEST2", "encoding":"US-ASCII", "coderange":"7bit", "memsize":40, "flags":{"wb_protected":true}} |
| {"address":"0x7f54523cffc0", "type":"STRING", "shape_id":0, "slot_size":40, "class":"0x7f544f2eed98", "embedded":true, "bytesize":5, "value":"TEST2", "encoding":"US-ASCII", "coderange":"7bit", "memsize":40, "flags":{"wb_protected":true}} |
| {"address":"0x7f54523787c0", "type":"STRING", "shape_id":0, "slot_size":40, "class":"0x7f544f2eed98", "embedded":true, "bytesize":5, "value":"TEST2", "encoding":"UTF-8", "coderange":"unknown", "file":"-", "line":4, "method":"dump_my_heap_please", "generation":1, "memsize":40, "flags":{"wb_protected":true}} |
| Skipping Gem::PackageTask tests. rake not found. |
| /tmp/ruby/src/trunk-gc-asserts/lib/yaml.rb:20: warning: already initialized constant YAML |
| /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/specification.rb:1308: warning: previous definition of YAML was here |
| #<Test::Unit::AssertionFailedError:"number of strings.\n<2> expected but was\n<3>."> |
| {"address":"0x7f8c03e9fcf0", "type":"STRING", "shape_id":10, "slot_size":40, "class":"0x7f8c00dbed98", "frozen":true, "embedded":true, "fstring":true, "bytesize":5, "value":"TEST2", "encoding":"US-ASCII", "coderange":"7bit", "memsize":40, "flags":{"wb_protected":true}} |
| {"address":"0x7f8c03e9ffc0", "type":"STRING", "shape_id":0, "slot_size":40, "class":"0x7f8c00dbed98", "embedded":true, "bytesize":5, "value":"TEST2", "encoding":"US-ASCII", "coderange":"7bit", "memsize":40, "flags":{"wb_protected":true}} |
| {"address":"0x7f8c03e487c0", "type":"STRING", "shape_id":0, "slot_size":40, "class":"0x7f8c00dbed98", "embedded":true, "bytesize":5, "value":"TEST2", "encoding":"UTF-8", "coderange":"unknown", "file":"-", "line":4, "method":"dump_my_heap_please", "generation":1, "memsize":40, "flags":{"wb_protected":true}} |
| 1) Failure: |
| TestObjSpace#test_dump_all [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:622]: |
| number of strings. |
| <2> expected but was |
| <3>. |
| 2) Failure: |
| TestYJIT#test_bug_19316 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit.rb:1048]: |
| exited with status 134, stderr: |
| verify_internal_consistency_reachable_i: WB miss (O->Y) 0x00007f316e8312c8 [3LM ] T_CLASS Hash -> 0x00007f317191f880 [2 ] T_IMEMO <ment> :_dump (pro,cc) type:NULL alias:-1 owner:0x0000000000000004 defined_class:0x0000000000000004 |
| -e:27: [BUG] gc_verify_internal_consistency: found internal inconsistency. |
| ruby 3.3.0dev (2023-01-10T18:54:07Z master 5bf7218b01) +YJIT [x86_64-linux] |
| -- Control frame information ----------------------------------------------- |
| c:0003 p:---- s:0016 e:000015 CFUNC :dump |
| c:0002 p:0073 s:0011 E:0021a0 EVAL -e:27 [FINISH] |
| c:0001 p:0000 s:0003 E:0020a0 DUMMY [FINISH] |
| -- Ruby level backtrace information ---------------------------------------- |
| -e:27:in `<main>' |
| -e:27:in `dump' |
| -- C level backtrace information ------------------------------------------- |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_print_backtrace+0xd) [0x7f317217b349] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:785 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1080 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(bug_report_end+0x0) [0x7f3171f6df89] /tmp/ruby/src/trunk-gc-asserts/error.c:790 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:790 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(die+0x0) [0x7f3171ec6df0] /tmp/ruby/src/trunk-gc-asserts/error.c:798 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:800 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(gc_exit+0x0) [0x7f3171ec8706] /tmp/ruby/src/trunk-gc-asserts/gc.c:8088 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(gc_sweep_continue) /tmp/ruby/src/trunk-gc-asserts/gc.c:6079 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(gc_continue) /tmp/ruby/src/trunk-gc-asserts/gc.c:2414 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(gc_verify_internal_consistency+0x39) [0x7f3171f9dc57] /tmp/ruby/src/trunk-gc-asserts/gc.c:8156 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-gc-asserts/gc.c:9465 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_multi_ractor_p+0x0) [0x7f3171fa0542] /tmp/ruby/src/trunk-gc-asserts/gc.c:9428 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:9430 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(garbage_collect_with_gvl) /tmp/ruby/src/trunk-gc-asserts/gc.c:9810 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(objspace_malloc_gc_stress+0x2d) [0x7f3171fa0e7d] /tmp/ruby/src/trunk-gc-asserts/gc.c:12099 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(objspace_xmalloc0) /tmp/ruby/src/trunk-gc-asserts/gc.c:12090 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(RB_SPECIAL_CONST_P+0x0) [0x7f317215f7da] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:1876 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_obj_written) /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/rgengc.h:405 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_obj_write) /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/rgengc.h:439 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(vm_ccs_create) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:1882 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(cache_callable_method_entry) /tmp/ruby/src/trunk-gc-asserts/vm_method.c:1333 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(callable_method_entry_or_negative) /tmp/ruby/src/trunk-gc-asserts/vm_method.c:1382 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(callable_method_entry) /tmp/ruby/src/trunk-gc-asserts/vm_method.c:1402 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(vm_respond_to) /tmp/ruby/src/trunk-gc-asserts/vm_method.c:2759 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_ec_obj_respond_to+0x6b) [0x7f317216ae2b] /tmp/ruby/src/trunk-gc-asserts/vm_method.c:2817 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(w_object+0x2c2) [0x7f3171fe68a2] /tmp/ruby/src/trunk-gc-asserts/marshal.c:892 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(hash_each+0x2b) [0x7f3171fe7c3b] /tmp/ruby/src/trunk-gc-asserts/marshal.c:520 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(hash_iter_status_check+0x0) [0x7f3171fa857c] /tmp/ruby/src/trunk-gc-asserts/hash.c:1373 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(hash_ar_foreach_iter) /tmp/ruby/src/trunk-gc-asserts/hash.c:1376 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(ar_foreach_check) /tmp/ruby/src/trunk-gc-asserts/hash.c:985 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(hash_foreach_call) /tmp/ruby/src/trunk-gc-asserts/hash.c:1506 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_ensure+0x126) [0x7f3171f77b06] /tmp/ruby/src/trunk-gc-asserts/eval.c:1007 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_hash_foreach+0x66) [0x7f3171fabe66] /tmp/ruby/src/trunk-gc-asserts/hash.c:1534 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_hash_foreach) /tmp/ruby/src/trunk-gc-asserts/hash.c:1520 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(RHASH_IFNONE+0x0) [0x7f3171fe6f95] /tmp/ruby/src/trunk-gc-asserts/marshal.c:1057 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(w_object) /tmp/ruby/src/trunk-gc-asserts/marshal.c:1058 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_marshal_dump_limited+0x129) [0x7f3171fe8a99] /tmp/ruby/src/trunk-gc-asserts/marshal.c:1220 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(vm_call_cfunc_with_frame+0x127) [0x7f317214fe77] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3252 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(vm_sendish+0x97) [0x7f3172160344] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5064 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:820 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_vm_exec+0xd3) [0x7f3172165c23] /tmp/ruby/src/trunk-gc-asserts/vm.c:2374 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7f3171f733c1] /tmp/ruby/src/trunk-gc-asserts/eval.c:289 |
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3(ruby_run_node+0x93) [0x7f3171f79893] /tmp/ruby/src/trunk-gc-asserts/eval.c:330 |
| /tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x55b6653f9187] /tmp/ruby/src/trunk-gc-asserts/main.c:38 |
| /tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:57 |
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f3171a6dd90] ../sysdeps/nptl/libc_start_call_main.h:58 |
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f3171a6de40] ../csu/libc-start.c:392 |
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379 |
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 |
| [0x55b6653f91d5] |
| -- Other runtime information ----------------------------------------------- |
| * Loaded script: -e |
| * Loaded features: |
| 0 enumerator.so |
| 1 thread.rb |
| 2 fiber.so |
| 3 rational.so |
| 4 complex.so |
| 5 ruby2_keywords.rb |
| 6 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| * Process memory map: |
| 55b6653f8000-55b6653f9000 r--p 00000000 00:33 16919828 /tmp/ruby/build/trunk-gc-asserts/ruby |
| 55b6653f9000-55b6653fa000 r-xp 00001000 00:33 16919828 /tmp/ruby/build/trunk-gc-asserts/ruby |
| 55b6653fa000-55b6653fb000 r--p 00002000 00:33 16919828 /tmp/ruby/build/trunk-gc-asserts/ruby |
| 55b6653fb000-55b6653fc000 r--p 00002000 00:33 16919828 /tmp/ruby/build/trunk-gc-asserts/ruby |
| 55b6653fc000-55b6653fd000 rw-p 00003000 00:33 16919828 /tmp/ruby/build/trunk-gc-asserts/ruby |
| 55b6669ef000-55b666b6e000 rw-p 00000000 00:00 0 [heap] |
| 7f316b458000-7f316b676000 r--s 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7f316b676000-7f316ccaa000 rw-p 00000000 00:00 0 |
| 7f316ccaa000-7f316df7a000 r--s 00000000 00:33 16919824 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3.0 |
| 7f316df7a000-7f316dfb0000 r--s 00000000 00:33 16919828 /tmp/ruby/build/trunk-gc-asserts/ruby |
| 7f316dfb0000-7f316dfd0000 rw-p 00000000 00:00 0 |
| 7f316dfdb000-7f316dfdc000 r--p 00000000 00:33 18491739 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7f316dfdc000-7f316dfdd000 r-xp 00001000 00:33 18491739 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7f316dfdd000-7f316dfde000 r--p 00002000 00:33 18491739 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7f316dfde000-7f316dfdf000 r--p 00002000 00:33 18491739 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7f316dfdf000-7f316dfe0000 rw-p 00003000 00:33 18491739 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7f316dfe0000-7f316dfe1000 ---p 00000000 00:00 0 |
| 7f316dfe1000-7f316e022000 rw-p 00000000 00:00 0 |
| 7f316e022000-7f316e023000 ---p 00000000 00:00 0 |
| 7f316e023000-7f316e064000 rw-p 00000000 00:00 0 |
| 7f316e064000-7f316e065000 ---p 00000000 00:00 0 |
| 7f316e065000-7f316e0a6000 rw-p 00000000 00:00 0 |
| 7f316e0a6000-7f316e0a7000 ---p 00000000 00:00 0 |
| 7f316e0a7000-7f316e0e8000 rw-p 00000000 00:00 0 |
| 7f316e0e8000-7f316e0e9000 ---p 00000000 00:00 0 |
| 7f316e0e9000-7f316e12a000 rw-p 00000000 00:00 0 |
| 7f316e12a000-7f316e12b000 ---p 00000000 00:00 0 |
| 7f316e12b000-7f316e16c000 rw-p 00000000 00:00 0 |
| 7f316e16c000-7f316e16d000 ---p 00000000 00:00 0 |
| 7f316e16d000-7f316e1ae000 rw-p 00000000 00:00 0 |
| 7f316e1ae000-7f316e1af000 ---p 00000000 00:00 0 |
| 7f316e1af000-7f316e1f0000 rw-p 00000000 00:00 0 |
| 7f316e1f0000-7f316e1f1000 ---p 00000000 00:00 0 |
| 7f316e1f1000-7f316e232000 rw-p 00000000 00:00 0 |
| 7f316e232000-7f316e233000 ---p 00000000 00:00 0 |
| 7f316e233000-7f316e274000 rw-p 00000000 00:00 0 |
| 7f316e274000-7f316e275000 ---p 00000000 00:00 0 |
| 7f316e275000-7f316e2b6000 rw-p 00000000 00:00 0 |
| 7f316e2b6000-7f316e2b7000 ---p 00000000 00:00 0 |
| 7f316e2b7000-7f316e2f8000 rw-p 00000000 00:00 0 |
| 7f316e2f8000-7f316e2f9000 ---p 00000000 00:00 0 |
| 7f316e2f9000-7f316e33a000 rw-p 00000000 00:00 0 |
| 7f316e33a000-7f316e33b000 ---p 00000000 00:00 0 |
| 7f316e33b000-7f316e37c000 rw-p 00000000 00:00 0 |
| 7f316e37c000-7f316e37d000 ---p 00000000 00:00 0 |
| 7f316e37d000-7f316e3be000 rw-p 00000000 00:00 0 |
| 7f316e3be000-7f316e3bf000 ---p 00000000 00:00 0 |
| 7f316e3bf000-7f316e400000 rw-p 00000000 00:00 0 |
| 7f316e400000-7f316e401000 ---p 00000000 00:00 0 |
| 7f316e401000-7f316e442000 rw-p 00000000 00:00 0 |
| 7f316e442000-7f316e443000 ---p 00000000 00:00 0 |
| 7f316e443000-7f316e484000 rw-p 00000000 00:00 0 |
| 7f316e484000-7f316e485000 ---p 00000000 00:00 0 |
| 7f316e485000-7f316e4c6000 rw-p 00000000 00:00 0 |
| 7f316e4c6000-7f316e4c7000 ---p 00000000 00:00 0 |
| 7f316e4c7000-7f316e508000 rw-p 00000000 00:00 0 |
| 7f316e508000-7f316e509000 ---p 00000000 00:00 0 |
| 7f316e509000-7f316e54a000 rw-p 00000000 00:00 0 |
| 7f316e54a000-7f316e54b000 ---p 00000000 00:00 0 |
| 7f316e54b000-7f316e58c000 rw-p 00000000 00:00 0 |
| 7f316e58c000-7f316e58d000 ---p 00000000 00:00 0 |
| 7f316e58d000-7f316e5ce000 rw-p 00000000 00:00 0 |
| 7f316e5ce000-7f316e5cf000 ---p 00000000 00:00 0 |
| 7f316e5cf000-7f316e610000 rw-p 00000000 00:00 0 |
| 7f316e610000-7f316e611000 ---p 00000000 00:00 0 |
| 7f316e611000-7f316e652000 rw-p 00000000 00:00 0 |
| 7f316e652000-7f316e653000 ---p 00000000 00:00 0 |
| 7f316e653000-7f316e694000 rw-p 00000000 00:00 0 |
| 7f316e694000-7f316e695000 ---p 00000000 00:00 0 |
| 7f316e695000-7f316e6d6000 rw-p 00000000 00:00 0 |
| 7f316e6d6000-7f316e6d7000 ---p 00000000 00:00 0 |
| 7f316e6d7000-7f316e718000 rw-p 00000000 00:00 0 |
| 7f316e718000-7f316e719000 ---p 00000000 00:00 0 |
| 7f316e719000-7f316e75a000 rw-p 00000000 00:00 0 |
| 7f316e75a000-7f316e75b000 ---p 00000000 00:00 0 |
| 7f316e75b000-7f316e79c000 rw-p 00000000 00:00 0 |
| 7f316e79c000-7f316e79d000 ---p 00000000 00:00 0 |
| 7f316e79d000-7f316e7de000 rw-p 00000000 00:00 0 |
| 7f316e7de000-7f316e7df000 ---p 00000000 00:00 0 |
| 7f316e7df000-7f316e850000 rw-p 00000000 00:00 0 |
| 7f316e851000-7f316e852000 r--p 00000000 00:33 18491697 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7f316e852000-7f316e853000 r-xp 00001000 00:33 18491697 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7f316e853000-7f316e854000 r--p 00002000 00:33 18491697 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7f316e854000-7f316e855000 r--p 00002000 00:33 18491697 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7f316e855000-7f316e856000 rw-p 00003000 00:33 18491697 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7f316e856000-7f3171920000 rw-p 00000000 00:00 0 |
| 7f3171921000-7f3171a24000 rw-p 00000000 00:00 0 |
| 7f3171a24000-7f3171a27000 r--p 00000000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7f3171a27000-7f3171a3e000 r-xp 00003000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7f3171a3e000-7f3171a42000 r--p 0001a000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7f3171a42000-7f3171a43000 r--p 0001d000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7f3171a43000-7f3171a44000 rw-p 0001e000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7f3171a44000-7f3171a6c000 r--p 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7f3171a6c000-7f3171c01000 r-xp 00028000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7f3171c01000-7f3171c59000 r--p 001bd000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7f3171c59000-7f3171c5d000 r--p 00214000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7f3171c5d000-7f3171c5f000 rw-p 00218000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7f3171c5f000-7f3171c6e000 rw-p 00000000 00:00 0 |
| 7f3171c6e000-7f3171c7c000 r--p 00000000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7f3171c7c000-7f3171cf8000 r-xp 0000e000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7f3171cf8000-7f3171d53000 r--p 0008a000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7f3171d53000-7f3171d54000 r--p 000e4000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7f3171d54000-7f3171d55000 rw-p 000e5000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7f3171d55000-7f3171d57000 r--p 00000000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7f3171d57000-7f3171d6b000 r-xp 00002000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7f3171d6b000-7f3171d84000 r--p 00016000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7f3171d84000-7f3171d85000 ---p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7f3171d85000-7f3171d86000 r--p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7f3171d86000-7f3171d87000 rw-p 00030000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7f3171d87000-7f3171d8f000 rw-p 00000000 00:00 0 |
| 7f3171d8f000-7f3171d99000 r--p 00000000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7f3171d99000-7f3171df8000 r-xp 0000a000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7f3171df8000-7f3171e0f000 r--p 00069000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7f3171e0f000-7f3171e10000 r--p 0007f000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7f3171e10000-7f3171e11000 rw-p 00080000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7f3171e11000-7f3171e13000 r--p 00000000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7f3171e13000-7f3171e24000 r-xp 00002000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7f3171e24000-7f3171e2a000 r--p 00013000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7f3171e2a000-7f3171e2b000 ---p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7f3171e2b000-7f3171e2c000 r--p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7f3171e2c000-7f3171e2d000 rw-p 0001a000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7f3171e31000-7f3171ec0000 r--p 00000000 00:33 16919824 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3.0 |
| 7f3171ec0000-7f3172297000 r-xp 0008f000 00:33 16919824 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3.0 |
| 7f3172297000-7f3172449000 r--p 00466000 00:33 16919824 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3.0 |
| 7f3172449000-7f3172462000 r--p 00617000 00:33 16919824 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3.0 |
| 7f3172462000-7f3172465000 rw-p 00630000 00:33 16919824 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.3.0 |
| 7f3172465000-7f317247c000 rw-p 00000000 00:00 0 |
| 7f317247c000-7f317247e000 r--p 00000000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7f317247e000-7f31724a8000 r-xp 00002000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7f31724a8000-7f31724b3000 r--p 0002c000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7f31724b4000-7f31724b6000 r--p 00037000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7f31724b6000-7f31724b8000 rw-p 00039000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7f3172582000-7f3172586000 r-xp 00000000 00:00 0 |
| 7f3172586000-7f3176582000 ---p 00000000 00:00 0 |
| 7ffd016fd000-7ffd01efc000 rw-p 00000000 00:00 0 [stack] |
| 7ffd01fc2000-7ffd01fc6000 r--p 00000000 00:00 0 [vvar] |
| 7ffd01fc6000-7ffd01fc8000 r-xp 00000000 00:00 0 [vdso] |
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| make: *** [uncommon.mk:855: yes-test-all] Error 2 |
| "make yes-test-rubyspec TESTS='-j4'" exit with 0. |
| $ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec |