| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20-asserts" exit with 0. |
| Cloning into 'trunk-repeat20-asserts'... |
| Updating files: 96% (10786/11145) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| + cp /tmp/ruby/src/trunk-repeat20-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat20-asserts/enc/jis/props.h |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| In file included from /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/defines.h:72, |
| from /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/ruby.h:25, |
| from /tmp/ruby/src/trunk-repeat20-asserts/debug_counter.h:351, |
| from /tmp/ruby/src/trunk-repeat20-asserts/string.c:24: |
| /tmp/ruby/src/trunk-repeat20-asserts/string.c: In function ‘fstring_insert_on_resize’: |
| /tmp/ruby/src/trunk-repeat20-asserts/string.c:660:38: warning: comparison of integer expressions of different signedness: ‘rb_atomic_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] |
| 660 | RUBY_ASSERT(table->count < table->capacity / 2); |
| | ^ |
| /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/backward/2/assume.h:43:46: note: in definition of macro ‘RB_LIKELY’ |
| 43 | # define RB_LIKELY(x) (__builtin_expect(!!(x), 1)) |
| | ^ |
| /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/assert.h:213:5: note: in expansion of macro ‘RUBY_ASSERT_MESG’ |
| 213 | RUBY_ASSERT_MESG((expr), #expr RBIMPL_VA_OPT_ARGS(__VA_ARGS__)) |
| | ^~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20-asserts/string.c:660:13: note: in expansion of macro ‘RUBY_ASSERT’ |
| 660 | RUBY_ASSERT(table->count < table->capacity / 2); |
| | ^~~~~~~~~~~ |
| 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=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.2/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.2/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] |
| 24 | // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.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 install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. |
| 1) Failure: |
| Test_StackOverflow#test_thread_stack_overflow [/tmp/ruby/src/trunk-repeat20-asserts/test/-ext-/stack/test_stack_overflow.rb:26]: |
| pid 2668431 killed by SIGABRT (signal 6) (core dumped) |
| | -:11: [BUG] system stack overflow during GC. Faulty native extension? |
| | ruby 3.5.0dev (2025-04-22T21:23:35Z master 7c30bd50df) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0003 p:---- s:0010 e:000009 CFUNC :alloca_overflow |
| | c:0002 p:0013 s:0006 e:000005 BLOCK -:11 [FINISH] |
| | c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:11:in 'block in <main>' |
| | -:11:in 'alloca_overflow' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 2 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_print_backtrace+0x14) [0x7f157f27e8d7] /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:839 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1171 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(bug_report_end+0x0) [0x7f157f06a211] /tmp/ruby/src/trunk-repeat20-asserts/error.c:1097 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_bug_without_die_internal) /tmp/ruby/src/trunk-repeat20-asserts/error.c:1097 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(die+0x0) [0x7f157ef76fc9] /tmp/ruby/src/trunk-repeat20-asserts/error.c:1115 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_bug) /tmp/ruby/src/trunk-repeat20-asserts/error.c:1117 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_ec_stack_overflow+0xe) [0x7f157ef938f2] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:86 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(check_stack_overflow+0x128) [0x7f157f1c4a18] /tmp/ruby/src/trunk-repeat20-asserts/signal.c:859 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(sigsegv+0x56) [0x7f157f1c4a86] /tmp/ruby/src/trunk-repeat20-asserts/signal.c:932 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x7f157eb86320) [0x7f157eb86320] |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(each_location+0x20) [0x7f157f097db0] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2297 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_gc_mark_machine_context+0x1f) [0x7f157f098f76] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2311 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(mark_current_machine_context) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2529 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_gc_mark_roots) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2653 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(gc_marks+0x16a) [0x7f157f09b7ba] /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:4636 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(gc_start) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:6510 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(heap_prepare+0x8a) [0x7f157f09c682] /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:2125 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(heap_next_free_page) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:2330 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(newobj_cache_miss) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:2437 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(newobj_alloc+0x7e) [0x7f157f09c8ae] /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:2461 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_gc_impl_new_obj+0x4e) [0x7f157f09ff83] /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:2546 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(newobj_of) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:1008 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:1046 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_class_allocate_instance+0x69) [0x7f157f10c779] /tmp/ruby/src/trunk-repeat20-asserts/object.c:131 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(class_call_alloc_func+0x2) [0x7f157f10f14a] /tmp/ruby/src/trunk-repeat20-asserts/object.c:2171 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_class_alloc) /tmp/ruby/src/trunk-repeat20-asserts/object.c:2143 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_obj_alloc) /tmp/ruby/src/trunk-repeat20-asserts/object.c:2183 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(ruby_vm_special_exception_copy+0x31) [0x7f157f246d71] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:52 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(ec_stack_overflow+0x36) [0x7f157f246dc6] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:65 |
| | [0x7f157f246e58] |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(check_stack_overflow+0x128) [0x7f157f1c4a18] /tmp/ruby/src/trunk-repeat20-asserts/signal.c:859 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(sigsegv+0x56) [0x7f157f1c4a86] /tmp/ruby/src/trunk-repeat20-asserts/signal.c:932 |
| | [0x7f157eb86320] |
| | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so(stack_alloca_overflow+0x56) [0x7f157e9e1186] /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/stack/stack.c:11 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(vm_cfp_consistent_p+0x0) [0x7f157f24f3b9] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3795 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3797 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(vm_sendish+0x16a) [0x7f157f25401a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5970 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(vm_exec_core+0x9a) [0x7f157f261fea] ../../src/trunk-repeat20-asserts/insns.def:899 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_vm_exec+0x159) [0x7f157f2692a9] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2618 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(rb_vm_invoke_proc+0xe4) [0x7f157f26a0b4] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1793 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(thread_do_start_proc+0x272) [0x7f157f2103a2] /tmp/ruby/src/trunk-repeat20-asserts/thread.c:608 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(thread_start_func_2+0x412) [0x7f157f211732] /tmp/ruby/src/trunk-repeat20-asserts/thread.c:625 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5(nt_start+0x122) [0x7f157f2123a2] /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:2181 |
| | /lib/x86_64-linux-gnu/libc.so.6(start_thread+0x384) [0x7f157ebdda94] ./nptl/pthread_create.c:447 |
| | /lib/x86_64-linux-gnu/libc.so.6(clone3+0x2c) [0x7f157ec6ac3c] ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 |
| | /lib/x86_64-linux-gnu/libc.so.6(__GI___clone3) (null):0 |
| | /lib/x86_64-linux-gnu/libc.so.6(__clone3) (null):0 |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 5625e68a3000-5625e68a4000 r--p 00000000 00:44 14586004 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 5625e68a4000-5625e68a5000 r-xp 00001000 00:44 14586004 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 5625e68a5000-5625e68a6000 r--p 00002000 00:44 14586004 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 5625e68a6000-5625e68a7000 r--p 00002000 00:44 14586004 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 5625e68a7000-5625e68a8000 rw-p 00003000 00:44 14586004 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 5626204b9000-562620858000 rw-p 00000000 00:00 0 [heap] |
| | 7f1573d8c000-7f1574021000 rw-p 00000000 00:00 0 |
| | 7f1574021000-7f1578000000 ---p 00000000 00:00 0 |
| | 7f1578054000-7f1578595000 rw-p 00000000 00:00 0 |
| | 7f1578595000-7f1578983000 r--s 00000000 00:44 16520518 /usr/lib/debug/.build-id/08/134323d00289185684a4cd177d202f39c2a5f3.debug |
| | 7f1578983000-7f1578b8a000 r--s 00000000 00:44 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f1578b8a000-7f157a7a6000 rw-p 00000000 00:00 0 |
| | 7f157a7a6000-7f157bd30000 r--s 00000000 00:44 14585997 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5.0 |
| | 7f157bd30000-7f157bd6e000 r--s 00000000 00:44 14586004 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 7f157bd6e000-7f157bd6f000 ---p 00000000 00:00 0 |
| | 7f157bd6f000-7f157bf10000 rw-p 00000000 00:00 0 |
| | 7f157bf1f000-7f157bfe0000 rw-p 00000000 00:00 0 |
| | 7f157bfe0000-7f157bfe1000 ---p 00000000 00:00 0 |
| | 7f157bfe1000-7f157c022000 rw-p 00000000 00:00 0 |
| | 7f157c022000-7f157c023000 ---p 00000000 00:00 0 |
| | 7f157c023000-7f157c064000 rw-p 00000000 00:00 0 |
| | 7f157c064000-7f157c065000 ---p 00000000 00:00 0 |
| | 7f157c065000-7f157c0a6000 rw-p 00000000 00:00 0 |
| | 7f157c0a6000-7f157c0a7000 ---p 00000000 00:00 0 |
| | 7f157c0a7000-7f157c0e8000 rw-p 00000000 00:00 0 |
| | 7f157c0e8000-7f157c0e9000 ---p 00000000 00:00 0 |
| | 7f157c0e9000-7f157c12a000 rw-p 00000000 00:00 0 |
| | 7f157c12a000-7f157c12b000 ---p 00000000 00:00 0 |
| | 7f157c12b000-7f157c16c000 rw-p 00000000 00:00 0 |
| | 7f157c16c000-7f157c16d000 ---p 00000000 00:00 0 |
| | 7f157c16d000-7f157c1ae000 rw-p 00000000 00:00 0 |
| | 7f157c1ae000-7f157c1af000 ---p 00000000 00:00 0 |
| | 7f157c1af000-7f157c1f0000 rw-p 00000000 00:00 0 |
| | 7f157c1f0000-7f157c1f1000 ---p 00000000 00:00 0 |
| | 7f157c1f1000-7f157c232000 rw-p 00000000 00:00 0 |
| | 7f157c232000-7f157c233000 ---p 00000000 00:00 0 |
| | 7f157c233000-7f157c274000 rw-p 00000000 00:00 0 |
| | 7f157c274000-7f157c275000 ---p 00000000 00:00 0 |
| | 7f157c275000-7f157c2b6000 rw-p 00000000 00:00 0 |
| | 7f157c2b6000-7f157c2b7000 ---p 00000000 00:00 0 |
| | 7f157c2b7000-7f157c2f8000 rw-p 00000000 00:00 0 |
| | 7f157c2f8000-7f157c2f9000 ---p 00000000 00:00 0 |
| | 7f157c2f9000-7f157c33a000 rw-p 00000000 00:00 0 |
| | 7f157c33a000-7f157c33b000 ---p 00000000 00:00 0 |
| | 7f157c33b000-7f157c37c000 rw-p 00000000 00:00 0 |
| | 7f157c37c000-7f157c37d000 ---p 00000000 00:00 0 |
| | 7f157c37d000-7f157c3be000 rw-p 00000000 00:00 0 |
| | 7f157c3be000-7f157c3bf000 ---p 00000000 00:00 0 |
| | 7f157c3bf000-7f157c400000 rw-p 00000000 00:00 0 |
| | 7f157c400000-7f157c401000 ---p 00000000 00:00 0 |
| | 7f157c401000-7f157c442000 rw-p 00000000 00:00 0 |
| | 7f157c442000-7f157c443000 ---p 00000000 00:00 0 |
| | 7f157c443000-7f157c484000 rw-p 00000000 00:00 0 |
| | 7f157c484000-7f157c485000 ---p 00000000 00:00 0 |
| | 7f157c485000-7f157c4c6000 rw-p 00000000 00:00 0 |
| | 7f157c4c6000-7f157c4c7000 ---p 00000000 00:00 0 |
| | 7f157c4c7000-7f157c508000 rw-p 00000000 00:00 0 |
| | 7f157c508000-7f157c509000 ---p 00000000 00:00 0 |
| | 7f157c509000-7f157c54a000 rw-p 00000000 00:00 0 |
| | 7f157c54a000-7f157c54b000 ---p 00000000 00:00 0 |
| | 7f157c54b000-7f157c58c000 rw-p 00000000 00:00 0 |
| | 7f157c58c000-7f157c58d000 ---p 00000000 00:00 0 |
| | 7f157c58d000-7f157c5ce000 rw-p 00000000 00:00 0 |
| | 7f157c5ce000-7f157c5cf000 ---p 00000000 00:00 0 |
| | 7f157c5cf000-7f157c610000 rw-p 00000000 00:00 0 |
| | 7f157c610000-7f157c611000 ---p 00000000 00:00 0 |
| | 7f157c611000-7f157c652000 rw-p 00000000 00:00 0 |
| | 7f157c652000-7f157c653000 ---p 00000000 00:00 0 |
| | 7f157c653000-7f157c694000 rw-p 00000000 00:00 0 |
| | 7f157c694000-7f157c695000 ---p 00000000 00:00 0 |
| | 7f157c695000-7f157c6d6000 rw-p 00000000 00:00 0 |
| | 7f157c6d6000-7f157c6d7000 ---p 00000000 00:00 0 |
| | 7f157c6d7000-7f157c718000 rw-p 00000000 00:00 0 |
| | 7f157c718000-7f157c719000 ---p 00000000 00:00 0 |
| | 7f157c719000-7f157c75a000 rw-p 00000000 00:00 0 |
| | 7f157c75a000-7f157c75b000 ---p 00000000 00:00 0 |
| | 7f157c75b000-7f157c79c000 rw-p 00000000 00:00 0 |
| | 7f157c79c000-7f157c79d000 ---p 00000000 00:00 0 |
| | 7f157c79d000-7f157c7de000 rw-p 00000000 00:00 0 |
| | 7f157c7de000-7f157c7df000 ---p 00000000 00:00 0 |
| | 7f157c7df000-7f157c830000 rw-p 00000000 00:00 0 |
| | 7f157c834000-7f157c836000 r--p 00000000 00:44 16533451 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7f157c836000-7f157c83b000 r-xp 00002000 00:44 16533451 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7f157c83b000-7f157c83d000 r--p 00007000 00:44 16533451 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7f157c83d000-7f157c83e000 r--p 00008000 00:44 16533451 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7f157c83e000-7f157c83f000 rw-p 00009000 00:44 16533451 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7f157c83f000-7f157c840000 ---p 00000000 00:00 0 |
| | 7f157c840000-7f157d090000 rw-p 00000000 00:00 0 |
| | 7f157d09a000-7f157d09b000 r--p 00000000 00:44 16538881 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f157d09b000-7f157d09c000 r-xp 00001000 00:44 16538881 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f157d09c000-7f157d09d000 r--p 00002000 00:44 16538881 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f157d09d000-7f157d09e000 r--p 00002000 00:44 16538881 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f157d09e000-7f157d09f000 rw-p 00003000 00:44 16538881 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f157d09f000-7f157e9df000 rw-p 00000000 00:00 0 |
| | 7f157e9e0000-7f157e9e1000 r--p 00000000 00:44 14692622 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so |
| | 7f157e9e1000-7f157e9e2000 r-xp 00001000 00:44 14692622 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so |
| | 7f157e9e2000-7f157e9e3000 r--p 00002000 00:44 14692622 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so |
| | 7f157e9e3000-7f157e9e4000 r--p 00002000 00:44 14692622 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so |
| | 7f157e9e4000-7f157e9e5000 rw-p 00003000 00:44 14692622 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so |
| | 7f157e9e5000-7f157e9e6000 r--p 00000000 00:44 14692997 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 7f157e9e6000-7f157e9e7000 r-xp 00001000 00:44 14692997 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 7f157e9e7000-7f157e9e8000 r--p 00002000 00:44 14692997 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 7f157e9e8000-7f157e9e9000 r--p 00002000 00:44 14692997 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 7f157e9e9000-7f157e9ea000 rw-p 00003000 00:44 14692997 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 7f157e9ea000-7f157e9eb000 r--p 00000000 00:44 16538853 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f157e9eb000-7f157e9ed000 r-xp 00001000 00:44 16538853 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f157e9ed000-7f157e9ee000 r--p 00003000 00:44 16538853 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f157e9ee000-7f157e9ef000 r--p 00003000 00:44 16538853 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f157e9ef000-7f157e9f0000 rw-p 00004000 00:44 16538853 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f157e9f0000-7f157ea10000 rw-p 00000000 00:00 0 |
| | 7f157ea11000-7f157eb14000 rw-p 00000000 00:00 0 |
| | 7f157eb14000-7f157eb18000 r--p 00000000 00:44 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f157eb18000-7f157eb3b000 r-xp 00004000 00:44 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f157eb3b000-7f157eb3f000 r--p 00027000 00:44 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f157eb3f000-7f157eb40000 r--p 0002b000 00:44 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f157eb40000-7f157eb41000 rw-p 0002c000 00:44 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f157eb41000-7f157eb69000 r--p 00000000 00:44 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f157eb69000-7f157ecf1000 r-xp 00028000 00:44 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f157ecf1000-7f157ed40000 r--p 001b0000 00:44 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f157ed40000-7f157ed44000 r--p 001fe000 00:44 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f157ed44000-7f157ed46000 rw-p 00202000 00:44 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f157ed46000-7f157ed55000 rw-p 00000000 00:00 0 |
| | 7f157ed55000-7f157ed65000 r--p 00000000 00:44 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f157ed65000-7f157ede4000 r-xp 00010000 00:44 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f157ede4000-7f157ee3c000 r--p 0008f000 00:44 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f157ee3c000-7f157ee3d000 r--p 000e7000 00:44 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f157ee3d000-7f157ee3e000 rw-p 000e8000 00:44 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f157ee3e000-7f157ee40000 r--p 00000000 00:44 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f157ee40000-7f157ee55000 r-xp 00002000 00:44 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f157ee55000-7f157ee6e000 r--p 00017000 00:44 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f157ee6e000-7f157ee6f000 r--p 0002f000 00:44 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f157ee6f000-7f157ee70000 rw-p 00030000 00:44 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f157ee70000-7f157ee78000 rw-p 00000000 00:00 0 |
| | 7f157ee78000-7f157ee82000 r--p 00000000 00:44 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7f157ee82000-7f157eee5000 r-xp 0000a000 00:44 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7f157eee5000-7f157eefa000 r--p 0006d000 00:44 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7f157eefa000-7f157eefb000 r--p 00081000 00:44 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7f157eefb000-7f157eefc000 rw-p 00082000 00:44 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7f157eefc000-7f157eefe000 r--p 00000000 00:44 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7f157eefe000-7f157ef10000 r-xp 00002000 00:44 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7f157ef10000-7f157ef16000 r--p 00014000 00:44 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7f157ef16000-7f157ef17000 r--p 0001a000 00:44 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7f157ef17000-7f157ef18000 rw-p 0001b000 00:44 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7f157ef18000-7f157ef19000 r--p 00000000 00:44 16538980 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7f157ef19000-7f157ef1a000 r-xp 00001000 00:44 16538980 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7f157ef1a000-7f157ef1b000 r--p 00002000 00:44 16538980 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7f157ef1b000-7f157ef1c000 r--p 00002000 00:44 16538980 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7f157ef1c000-7f157ef1d000 rw-p 00003000 00:44 16538980 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7f157ef1d000-7f157ef65000 r--p 00000000 00:44 14585997 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5.0 |
| | 7f157ef65000-7f157f416000 r-xp 00048000 00:44 14585997 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5.0 |
| | 7f157f416000-7f157f5d2000 r--p 004f9000 00:44 14585997 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5.0 |
| | 7f157f5d2000-7f157f5e8000 r--p 006b4000 00:44 14585997 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5.0 |
| | 7f157f5e8000-7f157f5ec000 rw-p 006ca000 00:44 14585997 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.5.0 |
| | 7f157f5ec000-7f157f602000 rw-p 00000000 00:00 0 |
| | 7f157f602000-7f157f603000 r--p 00000000 00:44 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f157f603000-7f157f62e000 r-xp 00001000 00:44 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f157f62e000-7f157f638000 r--p 0002c000 00:44 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f157f638000-7f157f63a000 r--p 00036000 00:44 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f157f63a000-7f157f63c000 rw-p 00038000 00:44 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffdf6f4c000-7ffdf6f6e000 rw-p 00000000 00:00 0 [stack] |
| | 7ffdf6fbf000-7ffdf6fc3000 r--p 00000000 00:00 0 [vvar] |
| | 7ffdf6fc3000-7ffdf6fc5000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| make: *** [uncommon.mk:967: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 0. |