| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50" exit with 0. |
| Cloning into 'trunk-repeat50'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --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-repeat50/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-repeat50/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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=50" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512. |
| 1) Failure: |
| TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat50/test/ripper/test_files_test_2.rb:6]: |
| pid 2967337 killed by SIGABRT (signal 6) (core dumped) |
| | (eval):1: [BUG] push_mark_stack(): GC does not handle T_NODE 0x1b(0x000055aa183f9428) 0x1d7b |
| | ruby 3.3.0dev (2023-03-29T21:57:52Z master 1b06422767) [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0012 p:0005 s:0062 e:000059 METHOD (eval):1 [FINISH] |
| | c:0011 p:---- s:0054 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-repeat50/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-repeat50/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:001810 EVAL -:29 [FINISH] |
| | c:0001 p:0000 s:0003 E:000ab0 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:29:in `<main>' |
| | -:29:in `each' |
| | -:30:in `block in <main>' |
| | /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:182:in `assert_nothing_raised' |
| | -:32:in `block (2 levels) in <main>' |
| | /tmp/ruby/src/trunk-repeat50/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' |
| | (eval):1:in `on_method_add_block' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_print_backtrace+0xd) [0x7f60b8a524ab] /tmp/ruby/src/trunk-repeat50/vm_dump.c:785 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat50/vm_dump.c:1101 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(bug_report_end+0x0) [0x7f60b8859359] /tmp/ruby/src/trunk-repeat50/error.c:790 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_bug_without_die) /tmp/ruby/src/trunk-repeat50/error.c:790 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(die+0x0) [0x7f60b87b3980] /tmp/ruby/src/trunk-repeat50/error.c:798 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_bug) /tmp/ruby/src/trunk-repeat50/error.c:800 |
| | [0x7f60b887a6cd] |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(mark_ast_value+0x9) [0x7f60b88e4c5c] /tmp/ruby/src/trunk-repeat50/node.c:1379 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat50/node.c:1338 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat50/node.c:1348 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat50/node.c:1436 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_stacked_objects+0x78) [0x7f60b8883a88] /tmp/ruby/src/trunk-repeat50/gc.c:7512 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat50/gc.c:7550 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat50/gc.c:8717 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marking_exit+0x0) [0x7f60b8884a42] /tmp/ruby/src/trunk-repeat50/gc.c:8774 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marks) /tmp/ruby/src/trunk-repeat50/gc.c:8785 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-repeat50/gc.c:9557 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(heap_prepare+0x26) [0x7f60b888795d] /tmp/ruby/src/trunk-repeat50/gc.c:2416 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(heap_next_free_page) /tmp/ruby/src/trunk-repeat50/gc.c:2685 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat50/gc.c:2791 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_of0+0x66) [0x7f60b88880a1] /tmp/ruby/src/trunk-repeat50/gc.c:2893 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:2913 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:2935 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_array_const_ptr_transient+0x0) [0x7f60b87cc712] /tmp/ruby/src/trunk-repeat50/array.c:2904 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ary_dup) /tmp/ruby/src/trunk-repeat50/array.c:2905 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_concat_array+0x3e) [0x7f60b8a3a88a] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:4861 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:528 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f60b8a3ca8b] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_cc+0x6e) [0x7f60b8a45f9f] /tmp/ruby/src/trunk-repeat50/vm_eval.c:85 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1040 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_dispatch2+0x57) [0x7f60b48b63e7] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14200 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_yyparse+0xefd2) [0x7f60b48cd9c2] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:3322 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7f60b48d15b2] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14371 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ensure+0x126) [0x7f60b8862fe6] /tmp/ruby/src/trunk-repeat50/eval.c:1005 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7f60b48b4315] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14409 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f60b8a26ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7f60b8a362ed] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f60b8a3ca8b] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7f60b8a3cc89] /tmp/ruby/src/trunk-repeat50/vm_eval.c:1701 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(eval_under+0x48) [0x7f60b8a4c12a] /tmp/ruby/src/trunk-repeat50/vm_eval.c:1946 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_obj_instance_eval_internal) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1970 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f60b8a26ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7f60b8a362ed] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f60b8a3ca8b] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_yield+0x1da) [0x7f60b8a4b13a] /tmp/ruby/src/trunk-repeat50/vm.c:1384 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7f60b87bf30c] /tmp/ruby/src/trunk-repeat50/array.c:2747 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/fl_type.h:552 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_array_len) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/core/rarray.h:321 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ary_each) /tmp/ruby/src/trunk-repeat50/array.c:2746 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f60b8a26ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x98) [0x7f60b8a37c69] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:815 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f60b8a3ca8b] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7f60b885e8a1] /tmp/ruby/src/trunk-repeat50/eval.c:287 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(ruby_run_node+0x93) [0x7f60b8864d63] /tmp/ruby/src/trunk-repeat50/eval.c:328 |
| | /tmp/ruby/build/trunk-repeat50/ruby(rb_main+0x21) [0x55aa1684c187] /tmp/ruby/src/trunk-repeat50/main.c:39 |
| | /tmp/ruby/build/trunk-repeat50/ruby(main) /tmp/ruby/src/trunk-repeat50/main.c:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f60b83a5d90] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f60b83a5e40] ../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 |
| | [0x55aa1684c1d5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 55aa1684b000-55aa1684c000 r--p 00000000 00:71 14442453 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55aa1684c000-55aa1684d000 r-xp 00001000 00:71 14442453 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55aa1684d000-55aa1684e000 r--p 00002000 00:71 14442453 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55aa1684e000-55aa1684f000 r--p 00002000 00:71 14442453 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55aa1684f000-55aa16850000 rw-p 00003000 00:71 14442453 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55aa18035000-55aa18578000 rw-p 00000000 00:00 0 [heap] |
| | 7f60b1f19000-7f60b2137000 r--s 00000000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f60b2137000-7f60b217c000 rw-p 00000000 00:00 0 |
| | 7f60b217c000-7f60b2229000 r--s 00000000 00:71 16535144 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f60b2229000-7f60b359c000 rw-p 00000000 00:00 0 |
| | 7f60b359c000-7f60b45ea000 r--s 00000000 00:71 14442450 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f60b45ea000-7f60b4620000 r--s 00000000 00:71 14442453 /tmp/ruby/build/trunk-repeat50/ruby |
| | 7f60b4620000-7f60b4640000 rw-p 00000000 00:00 0 |
| | 7f60b464f000-7f60b4810000 rw-p 00000000 00:00 0 |
| | 7f60b4815000-7f60b4817000 r--p 00000000 00:71 16534958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f60b4817000-7f60b481c000 r-xp 00002000 00:71 16534958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f60b481c000-7f60b481d000 r--p 00007000 00:71 16534958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f60b481d000-7f60b481e000 ---p 00008000 00:71 16534958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f60b481e000-7f60b481f000 r--p 00008000 00:71 16534958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f60b481f000-7f60b4820000 rw-p 00009000 00:71 16534958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f60b4820000-7f60b48a0000 rw-p 00000000 00:00 0 |
| | 7f60b48a6000-7f60b48a7000 r--p 00000000 00:71 16535067 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f60b48a7000-7f60b48a9000 r-xp 00001000 00:71 16535067 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f60b48a9000-7f60b48aa000 r--p 00003000 00:71 16535067 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f60b48aa000-7f60b48ab000 r--p 00003000 00:71 16535067 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f60b48ab000-7f60b48ac000 rw-p 00004000 00:71 16535067 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f60b48ac000-7f60b48b2000 r--p 00000000 00:71 16535144 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f60b48b2000-7f60b48d4000 r-xp 00006000 00:71 16535144 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f60b48d4000-7f60b48ed000 r--p 00028000 00:71 16535144 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f60b48ed000-7f60b48ef000 r--p 00040000 00:71 16535144 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f60b48ef000-7f60b48f0000 rw-p 00042000 00:71 16535144 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f60b48f0000-7f60b4910000 rw-p 00000000 00:00 0 |
| | 7f60b4910000-7f60b4911000 ---p 00000000 00:00 0 |
| | 7f60b4911000-7f60b4952000 rw-p 00000000 00:00 0 |
| | 7f60b4952000-7f60b4953000 ---p 00000000 00:00 0 |
| | 7f60b4953000-7f60b4994000 rw-p 00000000 00:00 0 |
| | 7f60b4994000-7f60b4995000 ---p 00000000 00:00 0 |
| | 7f60b4995000-7f60b49d6000 rw-p 00000000 00:00 0 |
| | 7f60b49d6000-7f60b49d7000 ---p 00000000 00:00 0 |
| | 7f60b49d7000-7f60b4a18000 rw-p 00000000 00:00 0 |
| | 7f60b4a18000-7f60b4a19000 ---p 00000000 00:00 0 |
| | 7f60b4a19000-7f60b4a5a000 rw-p 00000000 00:00 0 |
| | 7f60b4a5a000-7f60b4a5b000 ---p 00000000 00:00 0 |
| | 7f60b4a5b000-7f60b4a9c000 rw-p 00000000 00:00 0 |
| | 7f60b4a9c000-7f60b4a9d000 ---p 00000000 00:00 0 |
| | 7f60b4a9d000-7f60b4ade000 rw-p 00000000 00:00 0 |
| | 7f60b4ade000-7f60b4adf000 ---p 00000000 00:00 0 |
| | 7f60b4adf000-7f60b4b20000 rw-p 00000000 00:00 0 |
| | 7f60b4b20000-7f60b4b21000 ---p 00000000 00:00 0 |
| | 7f60b4b21000-7f60b4b62000 rw-p 00000000 00:00 0 |
| | 7f60b4b62000-7f60b4b63000 ---p 00000000 00:00 0 |
| | 7f60b4b63000-7f60b4ba4000 rw-p 00000000 00:00 0 |
| | 7f60b4ba4000-7f60b4ba5000 ---p 00000000 00:00 0 |
| | 7f60b4ba5000-7f60b4be6000 rw-p 00000000 00:00 0 |
| | 7f60b4be6000-7f60b4be7000 ---p 00000000 00:00 0 |
| | 7f60b4be7000-7f60b4c28000 rw-p 00000000 00:00 0 |
| | 7f60b4c28000-7f60b4c29000 ---p 00000000 00:00 0 |
| | 7f60b4c29000-7f60b4c6a000 rw-p 00000000 00:00 0 |
| | 7f60b4c6a000-7f60b4c6b000 ---p 00000000 00:00 0 |
| | 7f60b4c6b000-7f60b4cac000 rw-p 00000000 00:00 0 |
| | 7f60b4cac000-7f60b4cad000 ---p 00000000 00:00 0 |
| | 7f60b4cad000-7f60b4cee000 rw-p 00000000 00:00 0 |
| | 7f60b4cee000-7f60b4cef000 ---p 00000000 00:00 0 |
| | 7f60b4cef000-7f60b4d30000 rw-p 00000000 00:00 0 |
| | 7f60b4d30000-7f60b4d31000 ---p 00000000 00:00 0 |
| | 7f60b4d31000-7f60b4d72000 rw-p 00000000 00:00 0 |
| | 7f60b4d72000-7f60b4d73000 ---p 00000000 00:00 0 |
| | 7f60b4d73000-7f60b4db4000 rw-p 00000000 00:00 0 |
| | 7f60b4db4000-7f60b4db5000 ---p 00000000 00:00 0 |
| | 7f60b4db5000-7f60b4df6000 rw-p 00000000 00:00 0 |
| | 7f60b4df6000-7f60b4df7000 ---p 00000000 00:00 0 |
| | 7f60b4df7000-7f60b4e38000 rw-p 00000000 00:00 0 |
| | 7f60b4e38000-7f60b4e39000 ---p 00000000 00:00 0 |
| | 7f60b4e39000-7f60b4e7a000 rw-p 00000000 00:00 0 |
| | 7f60b4e7a000-7f60b4e7b000 ---p 00000000 00:00 0 |
| | 7f60b4e7b000-7f60b4ebc000 rw-p 00000000 00:00 0 |
| | 7f60b4ebc000-7f60b4ebd000 ---p 00000000 00:00 0 |
| | 7f60b4ebd000-7f60b4efe000 rw-p 00000000 00:00 0 |
| | 7f60b4efe000-7f60b4eff000 ---p 00000000 00:00 0 |
| | 7f60b4eff000-7f60b4f40000 rw-p 00000000 00:00 0 |
| | 7f60b4f40000-7f60b4f41000 ---p 00000000 00:00 0 |
| | 7f60b4f41000-7f60b4f82000 rw-p 00000000 00:00 0 |
| | 7f60b4f82000-7f60b4f83000 ---p 00000000 00:00 0 |
| | 7f60b4f83000-7f60b4fc4000 rw-p 00000000 00:00 0 |
| | 7f60b4fc4000-7f60b4fc5000 ---p 00000000 00:00 0 |
| | 7f60b4fc5000-7f60b5006000 rw-p 00000000 00:00 0 |
| | 7f60b5006000-7f60b5007000 ---p 00000000 00:00 0 |
| | 7f60b5007000-7f60b5048000 rw-p 00000000 00:00 0 |
| | 7f60b5048000-7f60b5049000 ---p 00000000 00:00 0 |
| | 7f60b5049000-7f60b508a000 rw-p 00000000 00:00 0 |
| | 7f60b508a000-7f60b508b000 ---p 00000000 00:00 0 |
| | 7f60b508b000-7f60b50cc000 rw-p 00000000 00:00 0 |
| | 7f60b50cc000-7f60b50cd000 ---p 00000000 00:00 0 |
| | 7f60b50cd000-7f60b510e000 rw-p 00000000 00:00 0 |
| | 7f60b510e000-7f60b510f000 ---p 00000000 00:00 0 |
| | 7f60b510f000-7f60b5180000 rw-p 00000000 00:00 0 |
| | 7f60b5181000-7f60b5182000 r--p 00000000 00:71 16533411 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f60b5182000-7f60b5183000 r-xp 00001000 00:71 16533411 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f60b5183000-7f60b5184000 r--p 00002000 00:71 16533411 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f60b5184000-7f60b5185000 r--p 00002000 00:71 16533411 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f60b5185000-7f60b5186000 rw-p 00003000 00:71 16533411 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f60b5186000-7f60b8250000 rw-p 00000000 00:00 0 |
| | 7f60b8254000-7f60b8255000 r--p 00000000 00:71 16525697 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f60b8255000-7f60b8256000 r-xp 00001000 00:71 16525697 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f60b8256000-7f60b8257000 r--p 00002000 00:71 16525697 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f60b8257000-7f60b8258000 r--p 00002000 00:71 16525697 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f60b8258000-7f60b8259000 rw-p 00003000 00:71 16525697 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f60b8259000-7f60b835c000 rw-p 00000000 00:00 0 |
| | 7f60b835c000-7f60b835f000 r--p 00000000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f60b835f000-7f60b8376000 r-xp 00003000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f60b8376000-7f60b837a000 r--p 0001a000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f60b837a000-7f60b837b000 r--p 0001d000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f60b837b000-7f60b837c000 rw-p 0001e000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f60b837c000-7f60b83a4000 r--p 00000000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f60b83a4000-7f60b8539000 r-xp 00028000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f60b8539000-7f60b8591000 r--p 001bd000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f60b8591000-7f60b8595000 r--p 00214000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f60b8595000-7f60b8597000 rw-p 00218000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f60b8597000-7f60b85a6000 rw-p 00000000 00:00 0 |
| | 7f60b85a6000-7f60b85b4000 r--p 00000000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f60b85b4000-7f60b8630000 r-xp 0000e000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f60b8630000-7f60b868b000 r--p 0008a000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f60b868b000-7f60b868c000 r--p 000e4000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f60b868c000-7f60b868d000 rw-p 000e5000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f60b868d000-7f60b868f000 r--p 00000000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f60b868f000-7f60b86a3000 r-xp 00002000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f60b86a3000-7f60b86bc000 r--p 00016000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f60b86bc000-7f60b86bd000 ---p 0002f000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f60b86bd000-7f60b86be000 r--p 0002f000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f60b86be000-7f60b86bf000 rw-p 00030000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f60b86bf000-7f60b86c7000 rw-p 00000000 00:00 0 |
| | 7f60b86c7000-7f60b86d1000 r--p 00000000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f60b86d1000-7f60b8730000 r-xp 0000a000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f60b8730000-7f60b8747000 r--p 00069000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f60b8747000-7f60b8748000 r--p 0007f000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f60b8748000-7f60b8749000 rw-p 00080000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f60b8749000-7f60b874b000 r--p 00000000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f60b874b000-7f60b875c000 r-xp 00002000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f60b875c000-7f60b8762000 r--p 00013000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f60b8762000-7f60b8763000 ---p 00019000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f60b8763000-7f60b8764000 r--p 00019000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f60b8764000-7f60b8765000 rw-p 0001a000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f60b8769000-7f60b87ad000 r--p 00000000 00:71 14442450 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f60b87ad000-7f60b8b0c000 r-xp 00044000 00:71 14442450 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f60b8b0c000-7f60b8c6e000 r--p 003a3000 00:71 14442450 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f60b8c6e000-7f60b8c82000 r--p 00504000 00:71 14442450 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f60b8c82000-7f60b8c85000 rw-p 00518000 00:71 14442450 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f60b8c85000-7f60b8c9b000 rw-p 00000000 00:00 0 |
| | 7f60b8c9b000-7f60b8c9d000 r--p 00000000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f60b8c9d000-7f60b8cc7000 r-xp 00002000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f60b8cc7000-7f60b8cd2000 r--p 0002c000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f60b8cd3000-7f60b8cd5000 r--p 00037000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f60b8cd5000-7f60b8cd7000 rw-p 00039000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffe9006d000-7ffe9086c000 rw-p 00000000 00:00 0 [stack] |
| | 7ffe9098f000-7ffe90993000 r--p 00000000 00:00 0 [vvar] |
| | 7ffe90993000-7ffe90995000 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=50" exit with 0. |