| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20" exit with 0. |
| Cloning into 'trunk-repeat20'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat20/configure --prefix=/tmp/ruby/install/trunk-repeat20 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/rbs'... |
| From https://github.com/ruby/rbs |
| * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD |
| HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-repeat20/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat20/enc/jis/props.h |
| From https://github.com/ruby/rbs |
| * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD |
| HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined |
| "make miniruby -j4" exit with 0. |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1369:17 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| 1368 | // SAFETY: caller ensures initialization |
| 1369 | let block = unsafe { blockref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: `#[warn(unused_unsafe)]` on by default |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/cruby.rs:617:9 |
| | |
| 617 | unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| ::: /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1367:1 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 1383 | obj_written!(iseq, dep.into()); |
| | ------------------------------ in this macro invocation |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info) |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1392:22 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 1392 | let object = unsafe { value_address.read_unaligned() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/cruby.rs:617:9 |
| | |
| 617 | unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| ::: /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1367:1 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 1393 | obj_written!(iseq, object); |
| | -------------------------- in this macro invocation |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info) |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2689:17 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| 2689 | let block = unsafe { blockref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2694:27 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2694 | let pred_branch = unsafe { pred_branchref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2699:32 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2699 | let target_is_us = unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2716:26 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2716 | let out_branch = unsafe { out_branchref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2720:48 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2720 | let succ_block: Option<BlockRef> = unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2727:34 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2727 | let succ_block = unsafe { succ_block.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2753:5 |
| | |
| 2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { |
| | ---------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2753 | unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2762:5 |
| | |
| 2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { |
| | ---------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2762 | unsafe { dealloc_block(blockref) } |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2768:5 |
| | |
| 2767 | unsafe fn dealloc_block(blockref: BlockRef) { |
| | ------------------------------------------- because it's nested under this `unsafe` fn |
| 2768 | unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2776:5 |
| | |
| 2767 | unsafe fn dealloc_block(blockref: BlockRef) { |
| | ------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2776 | unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:3001:9 |
| | |
| 2997 | unsafe fn ref_unchecked(&self) -> &Self::Contained { |
| | -------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 3001 | unsafe { self.as_ptr().as_ref().unwrap() } |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: 15 warnings emitted |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD |
| HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined |
| "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: |
| TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat20/test/ripper/test_files_test_2.rb:6]: |
| pid 3218951 killed by SIGABRT (signal 6) (core dumped) |
| | <test_pattern_matching.rb>:1: [BUG] Segmentation fault at 0x0000000000000000 |
| | ruby 3.3.0dev (2023-03-29T21:57:52Z master 1b06422767) [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0011 p:---- s:0056 e:000053 CFUNC :parse |
| | c:0010 p:0003 s:0050 e:000049 EVAL <test_pattern_matching.rb>:1 [FINISH] |
| | c:0009 p:---- s:0047 e:000046 CFUNC :instance_eval |
| | c:0008 p:0019 s:0041 e:000040 BLOCK -:33 |
| | c:0007 p:0024 s:0038 e:000037 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:243 |
| | c:0006 p:0039 s:0033 e:000032 BLOCK -:32 |
| | c:0005 p:0033 s:0029 e:000028 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182 |
| | c:0004 p:0009 s:0022 e:000021 BLOCK -:30 [FINISH] |
| | c:0003 p:---- s:0018 e:000017 CFUNC :each |
| | c:0002 p:0129 s:0014 E:0023a0 EVAL -:29 [FINISH] |
| | c:0001 p:0000 s:0003 E:001640 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:29:in `<main>' |
| | -:29:in `each' |
| | -:30:in `block in <main>' |
| | /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182:in `assert_nothing_raised' |
| | -:32:in `block (2 levels) in <main>' |
| | /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:243:in `under_gc_stress' |
| | -:33:in `block (3 levels) in <main>' |
| | -:33:in `instance_eval' |
| | <test_pattern_matching.rb>:1:in `block (3 levels) in <main>' |
| | <test_pattern_matching.rb>:1:in `parse' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x00007f0e54667718 RBP: 0x000055d908935998 RSP: 0x00007fffe5b2c230 |
| | RAX: 0xccccccccccccdeb8 RBX: 0x0000000000000040 RCX: 0xcccccccccccccccd |
| | RDX: 0x000000000000023d RDI: 0x000055d90857d0e0 RSI: 0x04260000145a0da1 |
| | R8: 0x0000000000008068 R9: 0x0000000000000020 R10: 0x00007fffe5b6e080 |
| | R11: 0x0000000000000008 R12: 0x000055d90857d0e0 R13: 0x000055d908930000 |
| | R14: 0x000000000000003d R15: 0x000055d908938e60 EFL: 0x0000000000010202 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_print_backtrace+0xd) [0x7f0e5483f1ff] /tmp/ruby/src/trunk-repeat20/vm_dump.c:785 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20/vm_dump.c:1101 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_bug_for_fatal_signal+0xf4) [0x7f0e546464a4] /tmp/ruby/src/trunk-repeat20/error.c:813 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(sigsegv+0x4d) [0x7f0e5478bc6d] /tmp/ruby/src/trunk-repeat20/signal.c:964 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x7f0e541ab520) [0x7f0e541ab520] |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RVALUE_WB_UNPROTECTED+0x1a) [0x7f0e54667718] /tmp/ruby/src/trunk-repeat20/gc.c:1650 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rgengc_check_relation) /tmp/ruby/src/trunk-repeat20/gc.c:6983 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rgengc_check_relation+0x5) [0x7f0e5466d7bd] /tmp/ruby/src/trunk-repeat20/gc.c:7078 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat20/gc.c:7059 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(mark_ast_value+0x9) [0x7f0e546d1c5c] /tmp/ruby/src/trunk-repeat20/node.c:1379 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat20/node.c:1338 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat20/node.c:1348 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat20/node.c:1436 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_stacked_objects+0x3f) [0x7f0e546709a7] /tmp/ruby/src/trunk-repeat20/gc.c:7512 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_stacked_objects_incremental) /tmp/ruby/src/trunk-repeat20/gc.c:7544 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat20/gc.c:8714 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marking_exit+0x0) [0x7f0e54674658] /tmp/ruby/src/trunk-repeat20/gc.c:8754 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks_continue) /tmp/ruby/src/trunk-repeat20/gc.c:8757 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_continue) /tmp/ruby/src/trunk-repeat20/gc.c:2389 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ractor_cache_allocate_slot+0x0) [0x7f0e546748dd] /tmp/ruby/src/trunk-repeat20/gc.c:2782 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat20/gc.c:2786 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_of0+0x66) [0x7f0e546750a1] /tmp/ruby/src/trunk-repeat20/gc.c:2893 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat20/gc.c:2913 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat20/gc.c:2935 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ary_alloc_embed+0x10) [0x7f0e545b3f30] /tmp/ruby/src/trunk-repeat20/array.c:797 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ary_new) /tmp/ruby/src/trunk-repeat20/array.c:838 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ary_tmp_new_from_values) /tmp/ruby/src/trunk-repeat20/array.c:889 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ary_new_from_values) /tmp/ruby/src/trunk-repeat20/array.c:901 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(args_copy+0x17) [0x7f0e5481d65f] /tmp/ruby/src/trunk-repeat20/vm_args.c:158 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(setup_parameters_complex) /tmp/ruby/src/trunk-repeat20/vm_args.c:684 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_callee_setup_arg+0x16f) [0x7f0e5481e19f] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:2906 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_iseq_setup_2+0x0) [0x7f0e5481e618] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:2918 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_iseq_setup) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:2919 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_body+0x4bd) [0x7f0e5482f61d] /tmp/ruby/src/trunk-repeat20/vm_eval.c:202 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_cc+0x6e) [0x7f0e54832f9f] /tmp/ruby/src/trunk-repeat20/vm_eval.c:85 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1040 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_dispatch_delayed_token+0xb7) [0x7f0e506ad997] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14192 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(yylex+0x16c) [0x7f0e506afce8] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:10488 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_yyparse) /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.c:10528 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7f0e506c15b2] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14371 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ensure+0x126) [0x7f0e5464ffe6] /tmp/ruby/src/trunk-repeat20/eval.c:1005 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7f0e506a4315] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14409 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f0e54813ed4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7f0e548232ed] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f0e54829a8b] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7f0e54829c89] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1701 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_under+0x48) [0x7f0e5483912a] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1946 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_obj_instance_eval_internal) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1970 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f0e54813ed4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7f0e548232ed] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f0e54829a8b] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_yield+0x1da) [0x7f0e5483813a] /tmp/ruby/src/trunk-repeat20/vm.c:1384 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7f0e545ac30c] /tmp/ruby/src/trunk-repeat20/array.c:2747 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/fl_type.h:552 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_array_len) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/core/rarray.h:321 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ary_each) /tmp/ruby/src/trunk-repeat20/array.c:2746 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f0e54813ed4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x98) [0x7f0e54824c69] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:815 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f0e54829a8b] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7f0e5464b8a1] /tmp/ruby/src/trunk-repeat20/eval.c:287 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ruby_run_node+0x93) [0x7f0e54651d63] /tmp/ruby/src/trunk-repeat20/eval.c:328 |
| | /tmp/ruby/build/trunk-repeat20/ruby(rb_main+0x21) [0x55d906d29187] /tmp/ruby/src/trunk-repeat20/main.c:39 |
| | /tmp/ruby/build/trunk-repeat20/ruby(main) /tmp/ruby/src/trunk-repeat20/main.c:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f0e54192d90] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f0e54192e40] ../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 |
| | [0x55d906d291d5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 55d906d28000-55d906d29000 r--p 00000000 00:33 16019939 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55d906d29000-55d906d2a000 r-xp 00001000 00:33 16019939 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55d906d2a000-55d906d2b000 r--p 00002000 00:33 16019939 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55d906d2b000-55d906d2c000 r--p 00002000 00:33 16019939 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55d906d2c000-55d906d2d000 rw-p 00003000 00:33 16019939 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55d90857a000-55d908aad000 rw-p 00000000 00:00 0 [heap] |
| | 7f0e4d1da000-7f0e4da02000 rw-p 00000000 00:00 0 |
| | 7f0e4da02000-7f0e4de39000 r--s 00000000 00:33 14692161 /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug |
| | 7f0e4de39000-7f0e4e057000 r--s 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f0e4e057000-7f0e4f40c000 rw-p 00000000 00:00 0 |
| | 7f0e4f40c000-7f0e5045a000 r--s 00000000 00:33 16019936 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7f0e5045a000-7f0e50490000 r--s 00000000 00:33 16019939 /tmp/ruby/build/trunk-repeat20/ruby |
| | 7f0e50490000-7f0e50600000 rw-p 00000000 00:00 0 |
| | 7f0e50605000-7f0e50607000 r--p 00000000 00:33 16129253 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7f0e50607000-7f0e5060c000 r-xp 00002000 00:33 16129253 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7f0e5060c000-7f0e5060d000 r--p 00007000 00:33 16129253 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7f0e5060d000-7f0e5060e000 ---p 00008000 00:33 16129253 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7f0e5060e000-7f0e5060f000 r--p 00008000 00:33 16129253 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7f0e5060f000-7f0e50610000 rw-p 00009000 00:33 16129253 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7f0e50610000-7f0e50690000 rw-p 00000000 00:00 0 |
| | 7f0e50696000-7f0e50697000 r--p 00000000 00:33 16133772 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f0e50697000-7f0e50699000 r-xp 00001000 00:33 16133772 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f0e50699000-7f0e5069a000 r--p 00003000 00:33 16133772 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f0e5069a000-7f0e5069b000 r--p 00003000 00:33 16133772 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f0e5069b000-7f0e5069c000 rw-p 00004000 00:33 16133772 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f0e5069c000-7f0e506a2000 r--p 00000000 00:33 16145966 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7f0e506a2000-7f0e506c4000 r-xp 00006000 00:33 16145966 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7f0e506c4000-7f0e506dd000 r--p 00028000 00:33 16145966 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7f0e506dd000-7f0e506df000 r--p 00040000 00:33 16145966 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7f0e506df000-7f0e506e0000 rw-p 00042000 00:33 16145966 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7f0e506e0000-7f0e50700000 rw-p 00000000 00:00 0 |
| | 7f0e50700000-7f0e50701000 ---p 00000000 00:00 0 |
| | 7f0e50701000-7f0e50742000 rw-p 00000000 00:00 0 |
| | 7f0e50742000-7f0e50743000 ---p 00000000 00:00 0 |
| | 7f0e50743000-7f0e50784000 rw-p 00000000 00:00 0 |
| | 7f0e50784000-7f0e50785000 ---p 00000000 00:00 0 |
| | 7f0e50785000-7f0e507c6000 rw-p 00000000 00:00 0 |
| | 7f0e507c6000-7f0e507c7000 ---p 00000000 00:00 0 |
| | 7f0e507c7000-7f0e50808000 rw-p 00000000 00:00 0 |
| | 7f0e50808000-7f0e50809000 ---p 00000000 00:00 0 |
| | 7f0e50809000-7f0e5084a000 rw-p 00000000 00:00 0 |
| | 7f0e5084a000-7f0e5084b000 ---p 00000000 00:00 0 |
| | 7f0e5084b000-7f0e5088c000 rw-p 00000000 00:00 0 |
| | 7f0e5088c000-7f0e5088d000 ---p 00000000 00:00 0 |
| | 7f0e5088d000-7f0e508ce000 rw-p 00000000 00:00 0 |
| | 7f0e508ce000-7f0e508cf000 ---p 00000000 00:00 0 |
| | 7f0e508cf000-7f0e50910000 rw-p 00000000 00:00 0 |
| | 7f0e50910000-7f0e50911000 ---p 00000000 00:00 0 |
| | 7f0e50911000-7f0e50952000 rw-p 00000000 00:00 0 |
| | 7f0e50952000-7f0e50953000 ---p 00000000 00:00 0 |
| | 7f0e50953000-7f0e50994000 rw-p 00000000 00:00 0 |
| | 7f0e50994000-7f0e50995000 ---p 00000000 00:00 0 |
| | 7f0e50995000-7f0e509d6000 rw-p 00000000 00:00 0 |
| | 7f0e509d6000-7f0e509d7000 ---p 00000000 00:00 0 |
| | 7f0e509d7000-7f0e50a18000 rw-p 00000000 00:00 0 |
| | 7f0e50a18000-7f0e50a19000 ---p 00000000 00:00 0 |
| | 7f0e50a19000-7f0e50a5a000 rw-p 00000000 00:00 0 |
| | 7f0e50a5a000-7f0e50a5b000 ---p 00000000 00:00 0 |
| | 7f0e50a5b000-7f0e50a9c000 rw-p 00000000 00:00 0 |
| | 7f0e50a9c000-7f0e50a9d000 ---p 00000000 00:00 0 |
| | 7f0e50a9d000-7f0e50ade000 rw-p 00000000 00:00 0 |
| | 7f0e50ade000-7f0e50adf000 ---p 00000000 00:00 0 |
| | 7f0e50adf000-7f0e50b20000 rw-p 00000000 00:00 0 |
| | 7f0e50b20000-7f0e50b21000 ---p 00000000 00:00 0 |
| | 7f0e50b21000-7f0e50b62000 rw-p 00000000 00:00 0 |
| | 7f0e50b62000-7f0e50b63000 ---p 00000000 00:00 0 |
| | 7f0e50b63000-7f0e50ba4000 rw-p 00000000 00:00 0 |
| | 7f0e50ba4000-7f0e50ba5000 ---p 00000000 00:00 0 |
| | 7f0e50ba5000-7f0e50be6000 rw-p 00000000 00:00 0 |
| | 7f0e50be6000-7f0e50be7000 ---p 00000000 00:00 0 |
| | 7f0e50be7000-7f0e50c28000 rw-p 00000000 00:00 0 |
| | 7f0e50c28000-7f0e50c29000 ---p 00000000 00:00 0 |
| | 7f0e50c29000-7f0e50c6a000 rw-p 00000000 00:00 0 |
| | 7f0e50c6a000-7f0e50c6b000 ---p 00000000 00:00 0 |
| | 7f0e50c6b000-7f0e50cac000 rw-p 00000000 00:00 0 |
| | 7f0e50cac000-7f0e50cad000 ---p 00000000 00:00 0 |
| | 7f0e50cad000-7f0e50cee000 rw-p 00000000 00:00 0 |
| | 7f0e50cee000-7f0e50cef000 ---p 00000000 00:00 0 |
| | 7f0e50cef000-7f0e50d30000 rw-p 00000000 00:00 0 |
| | 7f0e50d30000-7f0e50d31000 ---p 00000000 00:00 0 |
| | 7f0e50d31000-7f0e50d72000 rw-p 00000000 00:00 0 |
| | 7f0e50d72000-7f0e50d73000 ---p 00000000 00:00 0 |
| | 7f0e50d73000-7f0e50db4000 rw-p 00000000 00:00 0 |
| | 7f0e50db4000-7f0e50db5000 ---p 00000000 00:00 0 |
| | 7f0e50db5000-7f0e50df6000 rw-p 00000000 00:00 0 |
| | 7f0e50df6000-7f0e50df7000 ---p 00000000 00:00 0 |
| | 7f0e50df7000-7f0e50e38000 rw-p 00000000 00:00 0 |
| | 7f0e50e38000-7f0e50e39000 ---p 00000000 00:00 0 |
| | 7f0e50e39000-7f0e50e7a000 rw-p 00000000 00:00 0 |
| | 7f0e50e7a000-7f0e50e7b000 ---p 00000000 00:00 0 |
| | 7f0e50e7b000-7f0e50ebc000 rw-p 00000000 00:00 0 |
| | 7f0e50ebc000-7f0e50ebd000 ---p 00000000 00:00 0 |
| | 7f0e50ebd000-7f0e50efe000 rw-p 00000000 00:00 0 |
| | 7f0e50efe000-7f0e50eff000 ---p 00000000 00:00 0 |
| | 7f0e50eff000-7f0e50f70000 rw-p 00000000 00:00 0 |
| | 7f0e50f71000-7f0e50f72000 r--p 00000000 00:33 16128650 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f0e50f72000-7f0e50f73000 r-xp 00001000 00:33 16128650 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f0e50f73000-7f0e50f74000 r--p 00002000 00:33 16128650 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f0e50f74000-7f0e50f75000 r--p 00002000 00:33 16128650 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f0e50f75000-7f0e50f76000 rw-p 00003000 00:33 16128650 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f0e50f76000-7f0e54040000 rw-p 00000000 00:00 0 |
| | 7f0e54041000-7f0e54042000 r--p 00000000 00:33 16126143 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7f0e54042000-7f0e54043000 r-xp 00001000 00:33 16126143 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7f0e54043000-7f0e54044000 r--p 00002000 00:33 16126143 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7f0e54044000-7f0e54045000 r--p 00002000 00:33 16126143 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7f0e54045000-7f0e54046000 rw-p 00003000 00:33 16126143 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7f0e54046000-7f0e54149000 rw-p 00000000 00:00 0 |
| | 7f0e54149000-7f0e5414c000 r--p 00000000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f0e5414c000-7f0e54163000 r-xp 00003000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f0e54163000-7f0e54167000 r--p 0001a000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f0e54167000-7f0e54168000 r--p 0001d000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f0e54168000-7f0e54169000 rw-p 0001e000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f0e54169000-7f0e54191000 r--p 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f0e54191000-7f0e54326000 r-xp 00028000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f0e54326000-7f0e5437e000 r--p 001bd000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f0e5437e000-7f0e54382000 r--p 00214000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f0e54382000-7f0e54384000 rw-p 00218000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f0e54384000-7f0e54393000 rw-p 00000000 00:00 0 |
| | 7f0e54393000-7f0e543a1000 r--p 00000000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f0e543a1000-7f0e5441d000 r-xp 0000e000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f0e5441d000-7f0e54478000 r--p 0008a000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f0e54478000-7f0e54479000 r--p 000e4000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f0e54479000-7f0e5447a000 rw-p 000e5000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f0e5447a000-7f0e5447c000 r--p 00000000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f0e5447c000-7f0e54490000 r-xp 00002000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f0e54490000-7f0e544a9000 r--p 00016000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f0e544a9000-7f0e544aa000 ---p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f0e544aa000-7f0e544ab000 r--p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f0e544ab000-7f0e544ac000 rw-p 00030000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f0e544ac000-7f0e544b4000 rw-p 00000000 00:00 0 |
| | 7f0e544b4000-7f0e544be000 r--p 00000000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f0e544be000-7f0e5451d000 r-xp 0000a000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f0e5451d000-7f0e54534000 r--p 00069000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f0e54534000-7f0e54535000 r--p 0007f000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f0e54535000-7f0e54536000 rw-p 00080000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f0e54536000-7f0e54538000 r--p 00000000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f0e54538000-7f0e54549000 r-xp 00002000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f0e54549000-7f0e5454f000 r--p 00013000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f0e5454f000-7f0e54550000 ---p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f0e54550000-7f0e54551000 r--p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f0e54551000-7f0e54552000 rw-p 0001a000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f0e54556000-7f0e5459a000 r--p 00000000 00:33 16019936 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7f0e5459a000-7f0e548f9000 r-xp 00044000 00:33 16019936 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7f0e548f9000-7f0e54a5b000 r--p 003a3000 00:33 16019936 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7f0e54a5b000-7f0e54a6f000 r--p 00504000 00:33 16019936 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7f0e54a6f000-7f0e54a72000 rw-p 00518000 00:33 16019936 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7f0e54a72000-7f0e54a88000 rw-p 00000000 00:00 0 |
| | 7f0e54a88000-7f0e54a8a000 r--p 00000000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f0e54a8a000-7f0e54ab4000 r-xp 00002000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f0e54ab4000-7f0e54abf000 r--p 0002c000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f0e54ac0000-7f0e54ac2000 r--p 00037000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f0e54ac2000-7f0e54ac4000 rw-p 00039000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fffe5333000-7fffe5b32000 rw-p 00000000 00:00 0 [stack] |
| | 7fffe5b6e000-7fffe5b72000 r--p 00000000 00:00 0 [vvar] |
| | 7fffe5b72000-7fffe5b74000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| make: *** [uncommon.mk:828: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=20" exit with 0. |