| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-asserts-nopara" exit with 0. |
| Cloning into 'trunk-asserts-nopara'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-asserts-nopara/configure --prefix=/tmp/ruby/install/trunk-asserts-nopara --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| /tmp/ruby/src/trunk-asserts-nopara/tool/lib/output.rb:65:in `binwrite': No such file or directory @ rb_sysopen - prism/.srcs.mk.time (Errno::ENOENT) |
| from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/output.rb:65:in `write' |
| from /tmp/ruby/src/trunk-asserts-nopara/tool/generic_erb.rb:35:in `<main>' |
| Cloning into '/tmp/ruby/src/trunk-asserts-nopara/gems/src/power_assert'... |
| From https://github.com/ruby/power_assert |
| * branch f88e406e7c9e0810cc149869582afbae1fb84c4a -> FETCH_HEAD |
| HEAD is now at f88e406 Support Ruby 3.5 style Set inspection result |
| Cloning into '/tmp/ruby/src/trunk-asserts-nopara/gems/src/rbs'... |
| From https://github.com/ruby/rbs |
| * branch aa22d7ea0c992de7557c3e346c9100b8aa36d945 -> FETCH_HEAD |
| HEAD is now at aa22d7ea Merge pull request #2646 from k0kubun/aaa-3.9.x-warning |
| Cloning into '/tmp/ruby/src/trunk-asserts-nopara/gems/src/repl_type_completor'... |
| From https://github.com/ruby/repl_type_completor |
| * branch 25108aa8d69ddaba0b5da3feff1c0035371524b2 -> FETCH_HEAD |
| HEAD is now at 25108aa Merge pull request #62 from ruby/fix_require_completion_test |
| Cloning into '/tmp/ruby/src/trunk-asserts-nopara/gems/src/irb'... |
| From https://github.com/ruby/irb |
| * branch 331c4e851296b115db766c291e8cf54a2492fb36 -> FETCH_HEAD |
| HEAD is now at 331c4e8 Update the expected values of backtraces |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| /tmp/ruby/src/trunk-asserts-nopara/tool/lib/output.rb:65:in `binwrite': No such file or directory @ rb_sysopen - prism/.srcs.mk.time (Errno::ENOENT) |
| from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/output.rb:65:in `write' |
| from /tmp/ruby/src/trunk-asserts-nopara/tool/generic_erb.rb:35:in `<main>' |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 512. |
| /tmp/ruby/src/trunk-asserts-nopara/tool/lib/output.rb:65:in `binwrite': No such file or directory @ rb_sysopen - prism/.srcs.mk.time (Errno::ENOENT) |
| from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/output.rb:65:in `write' |
| from /tmp/ruby/src/trunk-asserts-nopara/tool/generic_erb.rb:35:in `<main>' |
| + cp /tmp/ruby/src/trunk-asserts-nopara/enc/jis/props.h.blt /tmp/ruby/src/trunk-asserts-nopara/enc/jis/props.h |
| make: *** No rule to make target 'prism/.srcs.mk.time', needed by 'srcs'. Stop. |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| /tmp/ruby/src/trunk-asserts-nopara/tool/lib/output.rb:65:in `binwrite': No such file or directory @ rb_sysopen - prism/.srcs.mk.time (Errno::ENOENT) |
| from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/output.rb:65:in `write' |
| from /tmp/ruby/src/trunk-asserts-nopara/tool/generic_erb.rb:35:in `<main>' |
| "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. |
| In file included from /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/core.h:23, |
| from /tmp/ruby/src/trunk-asserts-nopara/include/ruby/ruby.h:29, |
| from /tmp/ruby/src/trunk-asserts-nopara/include/ruby.h:38, |
| from /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_core.c:5: |
| /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_core.c: In function ‘rt_complete_frags’: |
| /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/core/rarray.h:51:36: warning: ‘a’ may be used uninitialized [-Wmaybe-uninitialized] |
| 51 | #define RARRAY_LEN rb_array_len /**< @alias{rb_array_len} */ |
| /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_core.c:4011:23: note: in expansion of macro ‘RARRAY_LEN’ |
| 4011 | if (!NIL_P(k) && (RARRAY_LEN(a) > e)) { |
| | ^~~~~~~~~~ |
| /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_core.c:3882:14: note: ‘a’ was declared here |
| 3882 | VALUE k, a, d; |
| | ^ |
| 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=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make yes-btest TESTOPTS='-q '" exit with 0. |
| "make yes-test-basic " exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' " exit with 512. |
| 1) Failure: |
| TestProcess#test_many_args [/tmp/ruby/src/trunk-asserts-nopara/test/ruby/test_process.rb:2545]: |
| [ruby-core:70251] [Bug #11418] |
| pid 216253 killed by SIGABRT (signal 6) (core dumped) |
| | verify_internal_consistency_reachable_i: WB miss (O->Y) 0x0000784a820afce0 T_IMEMO/<tmpbuf> -> 0x0000784a820cfba0 T_STRING/String len: 41, capa: 63 "/tmp/ruby/build/trunk-asserts-nopara/ruby" |
| | -:4: [BUG] gc_verify_internal_consistency: found internal inconsistency. |
| | ruby 3.5.0dev (2025-09-14T09:37:01Z master 214ba4074d) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0003 p:---- s:0013 e:000012 CFUNC :system |
| | c:0002 p:0037 s:0008 E:001a00 EVAL -:4 [FINISH] |
| | c:0001 p:0000 s:0003 E:000840 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:4:in '<main>' |
| | -:4:in 'system' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_print_backtrace+0x21) [0x784a829b7501] /tmp/ruby/src/trunk-asserts-nopara/vm_dump.c:843 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(fprintf+0x0) [0x784a829b76f8] /tmp/ruby/src/trunk-asserts-nopara/vm_dump.c:1175 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-asserts-nopara/vm_dump.c:1178 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_bug_without_die_internal+0x6f) [0x784a82800b7f] /tmp/ruby/src/trunk-asserts-nopara/error.c:1097 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_bug+0x9f) [0x784a827496e4] /tmp/ruby/src/trunk-asserts-nopara/error.c:1115 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(gc_verify_internal_consistency_+0xe) [0x784a8274be24] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:5165 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(gc_verify_internal_consistency+0x32) [0x784a82828b72] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:5234 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(gc_start+0xba) [0x784a8282a7ba] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:6381 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(garbage_collect+0x24) [0x784a8282aab4] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:6355 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(newobj_slowpath+0x1b) [0x784a8282d4f3] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:2440 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:2462 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_gc_impl_new_obj+0xde) [0x784a8282d5fe] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:2499 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(newobj_of+0x50) [0x784a8282d680] /tmp/ruby/src/trunk-asserts-nopara/gc.c:989 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_wb_protected_newobj_of+0x3d) [0x784a8282d7dd] /tmp/ruby/src/trunk-asserts-nopara/gc.c:1039 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(str_enc_new+0xdc) [0x784a8292e4dc] /tmp/ruby/src/trunk-asserts-nopara/string.c:1049 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(str_new_frozen_buffer+0x79) [0x784a82932079] /tmp/ruby/src/trunk-asserts-nopara/string.c:1624 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_check_argv+0x70) [0x784a828c1790] /tmp/ruby/src/trunk-asserts-nopara/process.c:2392 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_exec_getargs+0x1e) [0x784a828c184e] /tmp/ruby/src/trunk-asserts-nopara/process.c:2433 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_execarg_init+0xe4) [0x784a828c6384] /tmp/ruby/src/trunk-asserts-nopara/process.c:2660 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_execarg_new+0x4f) [0x784a828c645f] /tmp/ruby/src/trunk-asserts-nopara/process.c:2674 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_f_system+0x3f) [0x784a828c65df] /tmp/ruby/src/trunk-asserts-nopara/process.c:4752 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(vm_call_cfunc_with_frame_+0xf6) [0x784a829941d6] /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3873 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(vm_sendish+0xf9) [0x784a829a0649] /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6087 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(vm_exec_core+0x4073) [0x784a829a4c43] ../../src/trunk-asserts-nopara/insns.def:900 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_vm_exec+0x102) [0x784a829a81d2] /tmp/ruby/src/trunk-asserts-nopara/vm.c:2639 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_ec_exec_node+0x94) [0x784a82808a34] /tmp/ruby/src/trunk-asserts-nopara/eval.c:282 |
| | /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(ruby_run_node+0x7b) [0x784a8280c12b] /tmp/ruby/src/trunk-asserts-nopara/eval.c:320 |
| | /tmp/ruby/build/trunk-asserts-nopara/ruby(rb_main+0x3a) [0x5b2d4009828a] /tmp/ruby/src/trunk-asserts-nopara/main.c:42 |
| | /tmp/ruby/build/trunk-asserts-nopara/ruby(main+0x38) [0x5b2d40098158] /tmp/ruby/src/trunk-asserts-nopara/main.c:62 |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Loaded script: - |
| | |
| | * Loaded features: |
| | |
| | 0 enumerator.so |
| | 1 thread.rb |
| | 2 fiber.so |
| | 3 rational.so |
| | 4 complex.so |
| | 5 pathname.so |
| | 6 ruby2_keywords.rb |
| | 7 set.rb |
| | 8 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so |
| | 9 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so |
| | |
| | * Process memory map: |
| | |
| | 5b2d40097000-5b2d40098000 r--p 00000000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby |
| | 5b2d40098000-5b2d40099000 r-xp 00001000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby |
| | 5b2d40099000-5b2d4009a000 r--p 00002000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby |
| | 5b2d4009a000-5b2d4009b000 r--p 00002000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby |
| | 5b2d4009b000-5b2d4009c000 rw-p 00003000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby |
| | 5b2d433c6000-5b2d4357e000 rw-p 00000000 00:00 0 [heap] |
| | 784a653f6000-784a655fd000 r--s 00000000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 784a655fd000-784a66a7f000 rw-p 00000000 00:00 0 |
| | 784a66a7f000-784a67bbf000 r--s 00000000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0 |
| | 784a67bbf000-784a67bc0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67bc0000-784a67c01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67c01000-784a67c02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67c02000-784a67c43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67c43000-784a67c44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67c44000-784a67c85000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67c85000-784a67c86000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67c86000-784a67cc7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67cc7000-784a67cc8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67cc8000-784a67d09000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67d09000-784a67d0a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67d0a000-784a67d4b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67d4b000-784a67d4c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67d4c000-784a67d8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67d8d000-784a67d8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67d8e000-784a67dcf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67dcf000-784a67dd0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67dd0000-784a67e11000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67e11000-784a67e12000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67e12000-784a67e53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67e53000-784a67e54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67e54000-784a67e95000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67e95000-784a67e96000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67e96000-784a67ed7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67ed7000-784a67ed8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67ed8000-784a67f19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67f19000-784a67f1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67f1a000-784a67f5b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67f5b000-784a67f5c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67f5c000-784a67f9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67f9d000-784a67f9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67f9e000-784a67fdf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67fdf000-784a67fe0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a67fe0000-784a68021000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68021000-784a68022000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68022000-784a68063000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68063000-784a68064000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68064000-784a680a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a680a5000-784a680a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a680a6000-784a680e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a680e7000-784a680e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a680e8000-784a68129000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68129000-784a6812a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a6812a000-784a6816b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a6816b000-784a6816c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a6816c000-784a681ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a681ad000-784a681ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a681ae000-784a681ef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a681ef000-784a681f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a681f0000-784a68231000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68231000-784a68232000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68232000-784a68273000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68273000-784a68274000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68274000-784a682b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a682b5000-784a682b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a682b6000-784a682f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a682f7000-784a682f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a682f8000-784a68339000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a68339000-784a6833a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a6833a000-784a6837b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a6837b000-784a6837c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a6837c000-784a683bd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a683bd000-784a683be000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a683be000-784a683ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 784a683ff000-784a68400000 ---p 00000000 00:00 0 |
| | 784a68400000-784a68c00000 rw-p 00000000 00:00 0 |
| | 784a68c00000-784a80c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] |
| | 784a80c00000-784a82000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] |
| | 784a82012000-784a82062000 rw-p 00000000 00:00 0 |
| | 784a82062000-784a820a0000 r--s 00000000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby |
| | 784a820a0000-784a820f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 784a820ff000-784a82120000 rw-p 00000000 00:00 0 |
| | 784a82120000-784a821a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 784a821af000-784a821d0000 rw-p 00000000 00:00 0 |
| | 784a821d0000-784a821e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 784a821e5000-784a821e6000 r--p 00000000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so |
| | 784a821e6000-784a821e7000 r-xp 00001000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so |
| | 784a821e7000-784a821e8000 r--p 00002000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so |
| | 784a821e8000-784a821e9000 r--p 00002000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so |
| | 784a821e9000-784a821ea000 rw-p 00003000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so |
| | 784a821ea000-784a822ed000 rw-p 00000000 00:00 0 |
| | 784a822ed000-784a822f1000 r--p 00000000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 784a822f1000-784a82314000 r-xp 00004000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 784a82314000-784a82318000 r--p 00027000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 784a82318000-784a82319000 r--p 0002b000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 784a82319000-784a8231a000 rw-p 0002c000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 784a8231a000-784a82342000 r--p 00000000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 784a82342000-784a824ca000 r-xp 00028000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 784a824ca000-784a82519000 r--p 001b0000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 784a82519000-784a8251d000 r--p 001fe000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 784a8251d000-784a8251f000 rw-p 00202000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 784a8251f000-784a8252e000 rw-p 00000000 00:00 0 |
| | 784a8252e000-784a8253e000 r--p 00000000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 784a8253e000-784a825bd000 r-xp 00010000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 784a825bd000-784a82615000 r--p 0008f000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 784a82615000-784a82616000 r--p 000e7000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 784a82616000-784a82617000 rw-p 000e8000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 784a82617000-784a82619000 r--p 00000000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 784a82619000-784a8262e000 r-xp 00002000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 784a8262e000-784a82647000 r--p 00017000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 784a82647000-784a82648000 r--p 0002f000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 784a82648000-784a82649000 rw-p 00030000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 784a82649000-784a82651000 rw-p 00000000 00:00 0 |
| | 784a82651000-784a8265b000 r--p 00000000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 784a8265b000-784a826be000 r-xp 0000a000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 784a826be000-784a826d3000 r--p 0006d000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 784a826d3000-784a826d4000 r--p 00081000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 784a826d4000-784a826d5000 rw-p 00082000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 784a826d5000-784a826d7000 r--p 00000000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 784a826d7000-784a826e9000 r-xp 00002000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 784a826e9000-784a826ef000 r--p 00014000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 784a826ef000-784a826f0000 r--p 0001a000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 784a826f0000-784a826f1000 rw-p 0001b000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 784a826f1000-784a826f2000 r--p 00000000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so |
| | 784a826f2000-784a826f3000 r-xp 00001000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so |
| | 784a826f3000-784a826f4000 r--p 00002000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so |
| | 784a826f4000-784a826f5000 r--p 00002000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so |
| | 784a826f5000-784a826f6000 rw-p 00003000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so |
| | 784a826f6000-784a8273e000 r--p 00000000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0 |
| | 784a8273e000-784a82b31000 r-xp 00048000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0 |
| | 784a82b31000-784a82d41000 r--p 0043b000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0 |
| | 784a82d41000-784a82d57000 r--p 0064b000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0 |
| | 784a82d57000-784a82d5b000 rw-p 00661000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0 |
| | 784a82d5b000-784a82d72000 rw-p 00000000 00:00 0 |
| | 784a82d72000-784a82d73000 r--p 00000000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 784a82d73000-784a82d9e000 r-xp 00001000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 784a82d9e000-784a82da8000 r--p 0002c000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 784a82da8000-784a82daa000 r--p 00036000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 784a82daa000-784a82dac000 rw-p 00038000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffd913c9000-7ffd913ea000 rw-p 00000000 00:00 0 [stack] |
| | 7ffd913f5000-7ffd913f9000 r--p 00000000 00:00 0 [vvar] |
| | 7ffd913f9000-7ffd913fb000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| . |
| 1. [1/2] Assertion for "stdout" |
| | <["x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x", |
| | "x"]> expected but was |
| | <[]>. |
| 2. [2/2] Assertion for "stderr" |
| | <[]> expected but was |
| | <["verify_internal_consistency_reachable_i: WB miss (O->Y) 0x0000784a820afce0 T_IMEMO/<tmpbuf> -> 0x0000784a820cfba0 T_STRING/String len: 41, capa: 63 \"/tmp/ruby/build/trunk-asserts-nopara/ruby\"", |
| | "-:4: [BUG] gc_verify_internal_consistency: found internal inconsistency.", |
| | "ruby 3.5.0dev (2025-09-14T09:37:01Z master 214ba4074d) +PRISM [x86_64-linux]", |
| | "", |
| | "-- Control frame information -----------------------------------------------", |
| | "c:0003 p:---- s:0013 e:000012 CFUNC :system", |
| | "c:0002 p:0037 s:0008 E:001a00 EVAL -:4 [FINISH]", |
| | "c:0001 p:0000 s:0003 E:000840 DUMMY [FINISH]", |
| | "", |
| | "-- Ruby level backtrace information ----------------------------------------", |
| | "-:4:in '<main>'", |
| | "-:4:in 'system'", |
| | "", |
| | "-- Threading information ---------------------------------------------------", |
| | "Total ractor count: 1", |
| | "Ruby thread count for this ractor: 1", |
| | "", |
| | "-- C level backtrace information -------------------------------------------", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_print_backtrace+0x21) [0x784a829b7501] /tmp/ruby/src/trunk-asserts-nopara/vm_dump.c:843", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(fprintf+0x0) [0x784a829b76f8] /tmp/ruby/src/trunk-asserts-nopara/vm_dump.c:1175", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-asserts-nopara/vm_dump.c:1178", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_bug_without_die_internal+0x6f) [0x784a82800b7f] /tmp/ruby/src/trunk-asserts-nopara/error.c:1097", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_bug+0x9f) [0x784a827496e4] /tmp/ruby/src/trunk-asserts-nopara/error.c:1115", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(gc_verify_internal_consistency_+0xe) [0x784a8274be24] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:5165", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(gc_verify_internal_consistency+0x32) [0x784a82828b72] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:5234", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(gc_start+0xba) [0x784a8282a7ba] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:6381", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(garbage_collect+0x24) [0x784a8282aab4] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:6355", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(newobj_slowpath+0x1b) [0x784a8282d4f3] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:2440", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:2462", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_gc_impl_new_obj+0xde) [0x784a8282d5fe] /tmp/ruby/src/trunk-asserts-nopara/gc/default/default.c:2499", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(newobj_of+0x50) [0x784a8282d680] /tmp/ruby/src/trunk-asserts-nopara/gc.c:989", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_wb_protected_newobj_of+0x3d) [0x784a8282d7dd] /tmp/ruby/src/trunk-asserts-nopara/gc.c:1039", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(str_enc_new+0xdc) [0x784a8292e4dc] /tmp/ruby/src/trunk-asserts-nopara/string.c:1049", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(str_new_frozen_buffer+0x79) [0x784a82932079] /tmp/ruby/src/trunk-asserts-nopara/string.c:1624", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_check_argv+0x70) [0x784a828c1790] /tmp/ruby/src/trunk-asserts-nopara/process.c:2392", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_exec_getargs+0x1e) [0x784a828c184e] /tmp/ruby/src/trunk-asserts-nopara/process.c:2433", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_execarg_init+0xe4) [0x784a828c6384] /tmp/ruby/src/trunk-asserts-nopara/process.c:2660", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_execarg_new+0x4f) [0x784a828c645f] /tmp/ruby/src/trunk-asserts-nopara/process.c:2674", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_f_system+0x3f) [0x784a828c65df] /tmp/ruby/src/trunk-asserts-nopara/process.c:4752", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(vm_call_cfunc_with_frame_+0xf6) [0x784a829941d6] /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3873", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(vm_sendish+0xf9) [0x784a829a0649] /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6087", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(vm_exec_core+0x4073) [0x784a829a4c43] ../../src/trunk-asserts-nopara/insns.def:900", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_vm_exec+0x102) [0x784a829a81d2] /tmp/ruby/src/trunk-asserts-nopara/vm.c:2639", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(rb_ec_exec_node+0x94) [0x784a82808a34] /tmp/ruby/src/trunk-asserts-nopara/eval.c:282", |
| | "/tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5(ruby_run_node+0x7b) [0x784a8280c12b] /tmp/ruby/src/trunk-asserts-nopara/eval.c:320", |
| | "/tmp/ruby/build/trunk-asserts-nopara/ruby(rb_main+0x3a) [0x5b2d4009828a] /tmp/ruby/src/trunk-asserts-nopara/main.c:42", |
| | "/tmp/ruby/build/trunk-asserts-nopara/ruby(main+0x38) [0x5b2d40098158] /tmp/ruby/src/trunk-asserts-nopara/main.c:62", |
| | "", |
| | "-- Other runtime information -----------------------------------------------", |
| | "", |
| | "* Loaded script: -", |
| | "", |
| | "* Loaded features:", |
| | "", |
| | " 0 enumerator.so", |
| | " 1 thread.rb", |
| | " 2 fiber.so", |
| | " 3 rational.so", |
| | " 4 complex.so", |
| | " 5 pathname.so", |
| | " 6 ruby2_keywords.rb", |
| | " 7 set.rb", |
| | " 8 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so", |
| | " 9 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so", |
| | "", |
| | "* Process memory map:", |
| | "", |
| | "5b2d40097000-5b2d40098000 r--p 00000000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby", |
| | "5b2d40098000-5b2d40099000 r-xp 00001000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby", |
| | "5b2d40099000-5b2d4009a000 r--p 00002000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby", |
| | "5b2d4009a000-5b2d4009b000 r--p 00002000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby", |
| | "5b2d4009b000-5b2d4009c000 rw-p 00003000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby", |
| | "5b2d433c6000-5b2d4357e000 rw-p 00000000 00:00 0 [heap]", |
| | "784a653f6000-784a655fd000 r--s 00000000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", |
| | "784a655fd000-784a66a7f000 rw-p 00000000 00:00 0 ", |
| | "784a66a7f000-784a67bbf000 r--s 00000000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0", |
| | "784a67bbf000-784a67bc0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67bc0000-784a67c01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67c01000-784a67c02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67c02000-784a67c43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67c43000-784a67c44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67c44000-784a67c85000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67c85000-784a67c86000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67c86000-784a67cc7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67cc7000-784a67cc8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67cc8000-784a67d09000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67d09000-784a67d0a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67d0a000-784a67d4b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67d4b000-784a67d4c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67d4c000-784a67d8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67d8d000-784a67d8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67d8e000-784a67dcf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67dcf000-784a67dd0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67dd0000-784a67e11000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67e11000-784a67e12000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67e12000-784a67e53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67e53000-784a67e54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67e54000-784a67e95000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67e95000-784a67e96000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67e96000-784a67ed7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67ed7000-784a67ed8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67ed8000-784a67f19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67f19000-784a67f1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67f1a000-784a67f5b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67f5b000-784a67f5c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67f5c000-784a67f9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67f9d000-784a67f9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67f9e000-784a67fdf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67fdf000-784a67fe0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a67fe0000-784a68021000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68021000-784a68022000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68022000-784a68063000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68063000-784a68064000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68064000-784a680a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a680a5000-784a680a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a680a6000-784a680e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a680e7000-784a680e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a680e8000-784a68129000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68129000-784a6812a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a6812a000-784a6816b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a6816b000-784a6816c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a6816c000-784a681ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a681ad000-784a681ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a681ae000-784a681ef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a681ef000-784a681f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a681f0000-784a68231000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68231000-784a68232000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68232000-784a68273000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68273000-784a68274000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68274000-784a682b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a682b5000-784a682b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a682b6000-784a682f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a682f7000-784a682f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a682f8000-784a68339000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a68339000-784a6833a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a6833a000-784a6837b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a6837b000-784a6837c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a6837c000-784a683bd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a683bd000-784a683be000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a683be000-784a683ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", |
| | "784a683ff000-784a68400000 ---p 00000000 00:00 0 ", |
| | "784a68400000-784a68c00000 rw-p 00000000 00:00 0 ", |
| | "784a68c00000-784a80c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache]", |
| | "784a80c00000-784a82000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list]", |
| | "784a82012000-784a82062000 rw-p 00000000 00:00 0 ", |
| | "784a82062000-784a820a0000 r--s 00000000 00:56 13277079 /tmp/ruby/build/trunk-asserts-nopara/ruby", |
| | "784a820a0000-784a820f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]", |
| | "784a820ff000-784a82120000 rw-p 00000000 00:00 0 ", |
| | "784a82120000-784a821a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]", |
| | "784a821af000-784a821d0000 rw-p 00000000 00:00 0 ", |
| | "784a821d0000-784a821e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]", |
| | "784a821e5000-784a821e6000 r--p 00000000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so", |
| | "784a821e6000-784a821e7000 r-xp 00001000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so", |
| | "784a821e7000-784a821e8000 r--p 00002000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so", |
| | "784a821e8000-784a821e9000 r--p 00002000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so", |
| | "784a821e9000-784a821ea000 rw-p 00003000 00:56 13279249 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/trans/transdb.so", |
| | "784a821ea000-784a822ed000 rw-p 00000000 00:00 0 ", |
| | "784a822ed000-784a822f1000 r--p 00000000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", |
| | "784a822f1000-784a82314000 r-xp 00004000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", |
| | "784a82314000-784a82318000 r--p 00027000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", |
| | "784a82318000-784a82319000 r--p 0002b000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", |
| | "784a82319000-784a8231a000 rw-p 0002c000 00:56 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", |
| | "784a8231a000-784a82342000 r--p 00000000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", |
| | "784a82342000-784a824ca000 r-xp 00028000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", |
| | "784a824ca000-784a82519000 r--p 001b0000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", |
| | "784a82519000-784a8251d000 r--p 001fe000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", |
| | "784a8251d000-784a8251f000 rw-p 00202000 00:56 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", |
| | "784a8251f000-784a8252e000 rw-p 00000000 00:00 0 ", |
| | "784a8252e000-784a8253e000 r--p 00000000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", |
| | "784a8253e000-784a825bd000 r-xp 00010000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", |
| | "784a825bd000-784a82615000 r--p 0008f000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", |
| | "784a82615000-784a82616000 r--p 000e7000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", |
| | "784a82616000-784a82617000 rw-p 000e8000 00:56 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", |
| | "784a82617000-784a82619000 r--p 00000000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", |
| | "784a82619000-784a8262e000 r-xp 00002000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", |
| | "784a8262e000-784a82647000 r--p 00017000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", |
| | "784a82647000-784a82648000 r--p 0002f000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", |
| | "784a82648000-784a82649000 rw-p 00030000 00:56 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", |
| | "784a82649000-784a82651000 rw-p 00000000 00:00 0 ", |
| | "784a82651000-784a8265b000 r--p 00000000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", |
| | "784a8265b000-784a826be000 r-xp 0000a000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", |
| | "784a826be000-784a826d3000 r--p 0006d000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", |
| | "784a826d3000-784a826d4000 r--p 00081000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", |
| | "784a826d4000-784a826d5000 rw-p 00082000 00:56 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", |
| | "784a826d5000-784a826d7000 r--p 00000000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", |
| | "784a826d7000-784a826e9000 r-xp 00002000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", |
| | "784a826e9000-784a826ef000 r--p 00014000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", |
| | "784a826ef000-784a826f0000 r--p 0001a000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", |
| | "784a826f0000-784a826f1000 rw-p 0001b000 00:56 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", |
| | "784a826f1000-784a826f2000 r--p 00000000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so", |
| | "784a826f2000-784a826f3000 r-xp 00001000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so", |
| | "784a826f3000-784a826f4000 r--p 00002000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so", |
| | "784a826f4000-784a826f5000 r--p 00002000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so", |
| | "784a826f5000-784a826f6000 rw-p 00003000 00:56 13279376 /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/enc/encdb.so", |
| | "784a826f6000-784a8273e000 r--p 00000000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0", |
| | "784a8273e000-784a82b31000 r-xp 00048000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0", |
| | "784a82b31000-784a82d41000 r--p 0043b000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0", |
| | "784a82d41000-784a82d57000 r--p 0064b000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0", |
| | "784a82d57000-784a82d5b000 rw-p 00661000 00:56 13277071 /tmp/ruby/build/trunk-asserts-nopara/libruby.so.3.5.0", |
| | "784a82d5b000-784a82d72000 rw-p 00000000 00:00 0 ", |
| | "784a82d72000-784a82d73000 r--p 00000000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", |
| | "784a82d73000-784a82d9e000 r-xp 00001000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", |
| | "784a82d9e000-784a82da8000 r--p 0002c000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", |
| | "784a82da8000-784a82daa000 r--p 00036000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", |
| | "784a82daa000-784a82dac000 rw-p 00038000 00:56 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", |
| | "7ffd913c9000-7ffd913ea000 rw-p 00000000 00:00 0 [stack]", |
| | "7ffd913f5000-7ffd913f9000 r--p 00000000 00:00 0 [vvar]", |
| | "7ffd913f9000-7ffd913fb000 r-xp 00000000 00:00 0 [vdso]", |
| | "ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]", |
| | "", |
| | ""]>. |
| make: *** [uncommon.mk:906: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr ' " exit with 0. |