| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-asserts" exit with 0. |
| Cloning into 'trunk-asserts'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-asserts/configure --prefix=/tmp/ruby/install/trunk-asserts --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| + cp /tmp/ruby/src/trunk-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-asserts/enc/jis/props.h |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| /tmp/ruby/src/trunk-asserts/io_buffer.c: In function 'io_buffer_read': |
| /tmp/ruby/src/trunk-asserts/io_buffer.c:2468:12: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 2468 | return rb_io_buffer_read(self, io, length, offset); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-asserts/io_buffer.c: In function 'io_buffer_write': |
| /tmp/ruby/src/trunk-asserts/io_buffer.c:2681:12: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 2681 | return rb_io_buffer_write(self, io, length, offset); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-asserts/io_buffer.c: At top level: |
| cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" 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. |
| Skipping Gem::PackageTask tests. rake not found. |
| 1) Failure: |
| TestYJIT#test_bug_19316 [/tmp/ruby/src/trunk-asserts/test/ruby/test_yjit.rb:1048]: |
| exited with status 134, stderr: |
| verify_internal_consistency_reachable_i: WB miss (O->Y) 0x00007faf43c9e340 [3LM ] T_CLASS Hash -> 0x00007faf46d9f710 [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:0010f0 EVAL -e:27 [FINISH] |
| c:0001 p:0000 s:0003 E:000b20 DUMMY [FINISH] |
| -- Ruby level backtrace information ---------------------------------------- |
| -e:27:in `<main>' |
| -e:27:in `dump' |
| -- C level backtrace information ------------------------------------------- |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_print_backtrace+0x19) [0x7faf47574579] /tmp/ruby/src/trunk-asserts/vm_dump.c:785 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(fprintf+0x0) [0x7faf47574690] /tmp/ruby/src/trunk-asserts/vm_dump.c:1080 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-asserts/vm_dump.c:1083 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_bug_without_die+0x68) [0x7faf473d2d38] /tmp/ruby/src/trunk-asserts/error.c:790 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_bug+0x9f) [0x7faf47351128] /tmp/ruby/src/trunk-asserts/error.c:798 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(gc_exit+0x0) [0x7faf47352ad4] /tmp/ruby/src/trunk-asserts/gc.c:8088 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(gc_verify_internal_consistency+0x4b) [0x7faf473f6deb] /tmp/ruby/src/trunk-asserts/gc.c:8156 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(gc_start+0xcd) [0x7faf473f94cd] /tmp/ruby/src/trunk-asserts/gc.c:9465 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(garbage_collect+0x3f) [0x7faf473f973f] /tmp/ruby/src/trunk-asserts/gc.c:9428 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(objspace_xmalloc0+0x2d) [0x7faf473fcaed] /tmp/ruby/src/trunk-asserts/gc.c:12296 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(vm_ccs_create+0x14) [0x7faf4754e564] /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:1876 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(cache_callable_method_entry+0x8b) [0x7faf4754e62b] /tmp/ruby/src/trunk-asserts/vm_method.c:1333 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(callable_method_entry_or_negative+0xd8) [0x7faf47557cb8] /tmp/ruby/src/trunk-asserts/vm_method.c:1382 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(callable_method_entry+0x9) [0x7faf47557d19] /tmp/ruby/src/trunk-asserts/vm_method.c:1402 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(vm_respond_to+0x3f) [0x7faf4756a51f] /tmp/ruby/src/trunk-asserts/vm_method.c:2759 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_ec_obj_respond_to+0x35) [0x7faf4756aa65] /tmp/ruby/src/trunk-asserts/vm_method.c:2817 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(w_object+0x185) [0x7faf47435225] /tmp/ruby/src/trunk-asserts/marshal.c:892 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(hash_each+0x2b) [0x7faf47435ddb] /tmp/ruby/src/trunk-asserts/marshal.c:520 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(hash_ar_foreach_iter+0x16) [0x7faf473fe936] /tmp/ruby/src/trunk-asserts/hash.c:1373 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(ar_foreach_check+0xa3) [0x7faf47401313] /tmp/ruby/src/trunk-asserts/hash.c:985 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(hash_foreach_call+0x28) [0x7faf474013f8] /tmp/ruby/src/trunk-asserts/hash.c:1506 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_ensure+0xfe) [0x7faf473dbe0e] /tmp/ruby/src/trunk-asserts/eval.c:1007 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_hash_foreach+0xa1) [0x7faf47403cf1] /tmp/ruby/src/trunk-asserts/hash.c:1534 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(w_object+0x6c1) [0x7faf47435761] /tmp/ruby/src/trunk-asserts/marshal.c:1057 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_marshal_dump_limited+0xf6) [0x7faf47435c66] /tmp/ruby/src/trunk-asserts/marshal.c:1220 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(vm_call_cfunc_with_frame+0x100) [0x7faf47553f10] /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:3252 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(vm_sendish+0x102) [0x7faf4755ea92] /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:5064 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(vm_exec_core+0xad) [0x7faf4755f63d] ../../src/trunk-asserts/insns.def:820 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_vm_exec+0xb3) [0x7faf475673e3] /tmp/ruby/src/trunk-asserts/vm.c:2383 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(rb_ec_exec_node+0x90) [0x7faf473d8100] /tmp/ruby/src/trunk-asserts/eval.c:289 |
| /tmp/ruby/build/trunk-asserts/libruby.so.3.3(ruby_run_node+0x8b) [0x7faf473dd4fb] /tmp/ruby/src/trunk-asserts/eval.c:330 |
| /tmp/ruby/build/trunk-asserts/ruby(rb_main+0x3b) [0x55a60d28628b] /tmp/ruby/src/trunk-asserts/main.c:38 |
| /tmp/ruby/build/trunk-asserts/ruby(main+0x38) [0x55a60d286158] /tmp/ruby/src/trunk-asserts/main.c:57 |
| -- 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-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| * Process memory map: |
| 55a60d285000-55a60d286000 r--p 00000000 00:7c 13637812 /tmp/ruby/build/trunk-asserts/ruby |
| 55a60d286000-55a60d287000 r-xp 00001000 00:7c 13637812 /tmp/ruby/build/trunk-asserts/ruby |
| 55a60d287000-55a60d288000 r--p 00002000 00:7c 13637812 /tmp/ruby/build/trunk-asserts/ruby |
| 55a60d288000-55a60d289000 r--p 00002000 00:7c 13637812 /tmp/ruby/build/trunk-asserts/ruby |
| 55a60d289000-55a60d28a000 rw-p 00003000 00:7c 13637812 /tmp/ruby/build/trunk-asserts/ruby |
| 55a60e7ba000-55a60e949000 rw-p 00000000 00:00 0 [heap] |
| 7faf4123c000-7faf4145a000 r--s 00000000 00:7c 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7faf4145a000-7faf4249c000 rw-p 00000000 00:00 0 |
| 7faf4249c000-7faf433fb000 r--s 00000000 00:7c 13637809 /tmp/ruby/build/trunk-asserts/libruby.so.3.3.0 |
| 7faf433fb000-7faf43430000 r--s 00000000 00:7c 13637812 /tmp/ruby/build/trunk-asserts/ruby |
| 7faf43430000-7faf43450000 rw-p 00000000 00:00 0 |
| 7faf43450000-7faf43451000 ---p 00000000 00:00 0 |
| 7faf43451000-7faf43492000 rw-p 00000000 00:00 0 |
| 7faf43492000-7faf43493000 ---p 00000000 00:00 0 |
| 7faf43493000-7faf434d4000 rw-p 00000000 00:00 0 |
| 7faf434d4000-7faf434d5000 ---p 00000000 00:00 0 |
| 7faf434d5000-7faf43516000 rw-p 00000000 00:00 0 |
| 7faf43516000-7faf43517000 ---p 00000000 00:00 0 |
| 7faf43517000-7faf43558000 rw-p 00000000 00:00 0 |
| 7faf43558000-7faf43559000 ---p 00000000 00:00 0 |
| 7faf43559000-7faf4359a000 rw-p 00000000 00:00 0 |
| 7faf4359a000-7faf4359b000 ---p 00000000 00:00 0 |
| 7faf4359b000-7faf435dc000 rw-p 00000000 00:00 0 |
| 7faf435dc000-7faf435dd000 ---p 00000000 00:00 0 |
| 7faf435dd000-7faf4361e000 rw-p 00000000 00:00 0 |
| 7faf4361e000-7faf4361f000 ---p 00000000 00:00 0 |
| 7faf4361f000-7faf43660000 rw-p 00000000 00:00 0 |
| 7faf43660000-7faf43661000 ---p 00000000 00:00 0 |
| 7faf43661000-7faf436a2000 rw-p 00000000 00:00 0 |
| 7faf436a2000-7faf436a3000 ---p 00000000 00:00 0 |
| 7faf436a3000-7faf436e4000 rw-p 00000000 00:00 0 |
| 7faf436e4000-7faf436e5000 ---p 00000000 00:00 0 |
| 7faf436e5000-7faf43726000 rw-p 00000000 00:00 0 |
| 7faf43726000-7faf43727000 ---p 00000000 00:00 0 |
| 7faf43727000-7faf43768000 rw-p 00000000 00:00 0 |
| 7faf43768000-7faf43769000 ---p 00000000 00:00 0 |
| 7faf43769000-7faf437aa000 rw-p 00000000 00:00 0 |
| 7faf437aa000-7faf437ab000 ---p 00000000 00:00 0 |
| 7faf437ab000-7faf437ec000 rw-p 00000000 00:00 0 |
| 7faf437ec000-7faf437ed000 ---p 00000000 00:00 0 |
| 7faf437ed000-7faf4382e000 rw-p 00000000 00:00 0 |
| 7faf4382e000-7faf4382f000 ---p 00000000 00:00 0 |
| 7faf4382f000-7faf43870000 rw-p 00000000 00:00 0 |
| 7faf43870000-7faf43871000 ---p 00000000 00:00 0 |
| 7faf43871000-7faf438b2000 rw-p 00000000 00:00 0 |
| 7faf438b2000-7faf438b3000 ---p 00000000 00:00 0 |
| 7faf438b3000-7faf438f4000 rw-p 00000000 00:00 0 |
| 7faf438f4000-7faf438f5000 ---p 00000000 00:00 0 |
| 7faf438f5000-7faf43936000 rw-p 00000000 00:00 0 |
| 7faf43936000-7faf43937000 ---p 00000000 00:00 0 |
| 7faf43937000-7faf43978000 rw-p 00000000 00:00 0 |
| 7faf43978000-7faf43979000 ---p 00000000 00:00 0 |
| 7faf43979000-7faf439ba000 rw-p 00000000 00:00 0 |
| 7faf439ba000-7faf439bb000 ---p 00000000 00:00 0 |
| 7faf439bb000-7faf439fc000 rw-p 00000000 00:00 0 |
| 7faf439fc000-7faf439fd000 ---p 00000000 00:00 0 |
| 7faf439fd000-7faf43a3e000 rw-p 00000000 00:00 0 |
| 7faf43a3e000-7faf43a3f000 ---p 00000000 00:00 0 |
| 7faf43a3f000-7faf43a80000 rw-p 00000000 00:00 0 |
| 7faf43a80000-7faf43a81000 ---p 00000000 00:00 0 |
| 7faf43a81000-7faf43ac2000 rw-p 00000000 00:00 0 |
| 7faf43ac2000-7faf43ac3000 ---p 00000000 00:00 0 |
| 7faf43ac3000-7faf43b04000 rw-p 00000000 00:00 0 |
| 7faf43b04000-7faf43b05000 ---p 00000000 00:00 0 |
| 7faf43b05000-7faf43b46000 rw-p 00000000 00:00 0 |
| 7faf43b46000-7faf43b47000 ---p 00000000 00:00 0 |
| 7faf43b47000-7faf43b88000 rw-p 00000000 00:00 0 |
| 7faf43b88000-7faf43b89000 ---p 00000000 00:00 0 |
| 7faf43b89000-7faf43bca000 rw-p 00000000 00:00 0 |
| 7faf43bca000-7faf43bcb000 ---p 00000000 00:00 0 |
| 7faf43bcb000-7faf43c0c000 rw-p 00000000 00:00 0 |
| 7faf43c0c000-7faf43c0d000 ---p 00000000 00:00 0 |
| 7faf43c0d000-7faf43c4e000 rw-p 00000000 00:00 0 |
| 7faf43c4e000-7faf43c4f000 ---p 00000000 00:00 0 |
| 7faf43c4f000-7faf43cc0000 rw-p 00000000 00:00 0 |
| 7faf43cc1000-7faf43cc2000 r--p 00000000 00:7c 16386744 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7faf43cc2000-7faf43cc3000 r-xp 00001000 00:7c 16386744 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7faf43cc3000-7faf43cc4000 r--p 00002000 00:7c 16386744 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7faf43cc4000-7faf43cc5000 r--p 00002000 00:7c 16386744 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7faf43cc5000-7faf43cc6000 rw-p 00003000 00:7c 16386744 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| 7faf43cc6000-7faf46da0000 rw-p 00000000 00:00 0 |
| 7faf46da2000-7faf46da3000 r--p 00000000 00:7c 16386725 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7faf46da3000-7faf46da4000 r-xp 00001000 00:7c 16386725 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7faf46da4000-7faf46da5000 r--p 00002000 00:7c 16386725 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7faf46da5000-7faf46da6000 r--p 00002000 00:7c 16386725 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7faf46da6000-7faf46da7000 rw-p 00003000 00:7c 16386725 /tmp/ruby/build/trunk-asserts/.ext/x86_64-linux/enc/encdb.so |
| 7faf46da7000-7faf46eaa000 rw-p 00000000 00:00 0 |
| 7faf46eaa000-7faf46ead000 r--p 00000000 00:7c 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7faf46ead000-7faf46ec4000 r-xp 00003000 00:7c 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7faf46ec4000-7faf46ec8000 r--p 0001a000 00:7c 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7faf46ec8000-7faf46ec9000 r--p 0001d000 00:7c 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7faf46ec9000-7faf46eca000 rw-p 0001e000 00:7c 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| 7faf46eca000-7faf46ef2000 r--p 00000000 00:7c 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7faf46ef2000-7faf47087000 r-xp 00028000 00:7c 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7faf47087000-7faf470df000 r--p 001bd000 00:7c 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7faf470df000-7faf470e3000 r--p 00214000 00:7c 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7faf470e3000-7faf470e5000 rw-p 00218000 00:7c 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| 7faf470e5000-7faf470f4000 rw-p 00000000 00:00 0 |
| 7faf470f4000-7faf47102000 r--p 00000000 00:7c 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7faf47102000-7faf4717e000 r-xp 0000e000 00:7c 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7faf4717e000-7faf471d9000 r--p 0008a000 00:7c 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7faf471d9000-7faf471da000 r--p 000e4000 00:7c 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7faf471da000-7faf471db000 rw-p 000e5000 00:7c 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| 7faf471db000-7faf471dd000 r--p 00000000 00:7c 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7faf471dd000-7faf471f1000 r-xp 00002000 00:7c 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7faf471f1000-7faf4720a000 r--p 00016000 00:7c 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7faf4720a000-7faf4720b000 ---p 0002f000 00:7c 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7faf4720b000-7faf4720c000 r--p 0002f000 00:7c 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7faf4720c000-7faf4720d000 rw-p 00030000 00:7c 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| 7faf4720d000-7faf47215000 rw-p 00000000 00:00 0 |
| 7faf47215000-7faf4721f000 r--p 00000000 00:7c 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7faf4721f000-7faf4727e000 r-xp 0000a000 00:7c 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7faf4727e000-7faf47295000 r--p 00069000 00:7c 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7faf47295000-7faf47296000 r--p 0007f000 00:7c 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7faf47296000-7faf47297000 rw-p 00080000 00:7c 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| 7faf47297000-7faf47299000 r--p 00000000 00:7c 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7faf47299000-7faf472aa000 r-xp 00002000 00:7c 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7faf472aa000-7faf472b0000 r--p 00013000 00:7c 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7faf472b0000-7faf472b1000 ---p 00019000 00:7c 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7faf472b1000-7faf472b2000 r--p 00019000 00:7c 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7faf472b2000-7faf472b3000 rw-p 0001a000 00:7c 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| 7faf472b7000-7faf47347000 r--p 00000000 00:7c 13637809 /tmp/ruby/build/trunk-asserts/libruby.so.3.3.0 |
| 7faf47347000-7faf4768f000 r-xp 00090000 00:7c 13637809 /tmp/ruby/build/trunk-asserts/libruby.so.3.3.0 |
| 7faf4768f000-7faf47899000 r--p 003d8000 00:7c 13637809 /tmp/ruby/build/trunk-asserts/libruby.so.3.3.0 |
| 7faf47899000-7faf4789a000 ---p 005e2000 00:7c 13637809 /tmp/ruby/build/trunk-asserts/libruby.so.3.3.0 |
| 7faf4789a000-7faf478b3000 r--p 005e2000 00:7c 13637809 /tmp/ruby/build/trunk-asserts/libruby.so.3.3.0 |
| 7faf478b3000-7faf478b7000 rw-p 005fb000 00:7c 13637809 /tmp/ruby/build/trunk-asserts/libruby.so.3.3.0 |
| 7faf478b7000-7faf478cd000 rw-p 00000000 00:00 0 |
| 7faf478cd000-7faf478cf000 r--p 00000000 00:7c 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7faf478cf000-7faf478f9000 r-xp 00002000 00:7c 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7faf478f9000-7faf47904000 r--p 0002c000 00:7c 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7faf47905000-7faf47907000 r--p 00037000 00:7c 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7faf47907000-7faf47909000 rw-p 00039000 00:7c 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| 7faf4797b000-7faf4797f000 r-xp 00000000 00:00 0 |
| 7faf4797f000-7faf4b97b000 ---p 00000000 00:00 0 |
| 7ffffa9c0000-7ffffb1bf000 rw-p 00000000 00:00 0 [stack] |
| 7ffffb1cc000-7ffffb1d0000 r--p 00000000 00:00 0 [vvar] |
| 7ffffb1d0000-7ffffb1d2000 r-xp 00000000 00:00 0 [vdso] |
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| make: *** [uncommon.mk:855: yes-test-all] Error 1 |
| "make yes-test-rubyspec TESTS='-j4'" exit with 0. |
| $ /tmp/ruby/build/trunk-asserts/miniruby -I/tmp/ruby/src/trunk-asserts/lib /tmp/ruby/src/trunk-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-asserts --extout=.ext -- /tmp/ruby/src/trunk-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-asserts/spec/default.mspec |