| "make update-unicode -j4" exit with 0. |
| "make update-download -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 update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 02ecdf8..a8c6ba2 master -> origin/master |
| "make after-update -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 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 2882634 killed by SIGABRT (signal 6) (core dumped) |
| | (eval):1: [BUG] Segmentation fault at 0x000000000000063d |
| | ruby 3.3.0dev (2023-03-29T16:31:41Z master a8c6ba23a6) [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0013 p:---- s:0064 e:000063 CFUNC :inspect |
| | c:0012 p:0011 s:0060 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-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:000040 EVAL -:29 [FINISH] |
| | c:0001 p:0000 s:0003 E:002240 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' |
| | (eval):1:in `on_nl' |
| | (eval):1:in `inspect' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x00007effea689718 RBP: 0x000055b69f63aa18 RSP: 0x00007fffcff59ce0 |
| | RAX: 0x3333333333335538 RBX: 0x0000000000000088 RCX: 0xcccccccccccccccd |
| | RDX: 0x0000000000000440 RDI: 0x000055b69f2d60e0 RSI: 0x0000000000000575 |
| | R8: 0x0000000000008068 R9: 0x0000000000000060 R10: 0x00007effea010018 |
| | R11: 0x0000000000000008 R12: 0x000055b69f2d60e0 R13: 0x000055b69f630000 |
| | R14: 0x0000000000000000 R15: 0x000055b69f625b60 EFL: 0x0000000000010246 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_print_backtrace+0xd) [0x7effea86121f] /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) [0x7effea6684a4] /tmp/ruby/src/trunk-repeat20/error.c:813 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(sigsegv+0x4d) [0x7effea7adc6d] /tmp/ruby/src/trunk-repeat20/signal.c:964 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x7effea1cd520) [0x7effea1cd520] |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RVALUE_WB_UNPROTECTED+0x1a) [0x7effea689718] /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) [0x7effea68f7bd] /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) [0x7effea6f3c5c] /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+0x78) [0x7effea692a88] /tmp/ruby/src/trunk-repeat20/gc.c:7512 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat20/gc.c:7550 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat20/gc.c:8717 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marking_exit+0x0) [0x7effea693a42] /tmp/ruby/src/trunk-repeat20/gc.c:8774 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks) /tmp/ruby/src/trunk-repeat20/gc.c:8785 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-repeat20/gc.c:9557 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(heap_prepare+0x26) [0x7effea69695d] /tmp/ruby/src/trunk-repeat20/gc.c:2416 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(heap_next_free_page) /tmp/ruby/src/trunk-repeat20/gc.c:2685 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat20/gc.c:2791 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_of0+0x66) [0x7effea6970a1] /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(rbimpl_str_buf_new_cstr+0x5) [0x7effea5ce50a] /tmp/ruby/src/trunk-repeat20/include/ruby/internal/intern/string.h:1447 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(inspect_ary) /tmp/ruby/src/trunk-repeat20/array.c:3103 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(inspect_ary) /tmp/ruby/src/trunk-repeat20/array.c:3097 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(exec_recursive+0x3e8) [0x7effea7f9778] /tmp/ruby/src/trunk-repeat20/thread.c:5149 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7effea835ed4] /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) [0x7effea84525d] /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) [0x7effea84b9fb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_cc+0x6e) [0x7effea85589f] /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) [0x7effe66cd997] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14192 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(yylex+0x16c) [0x7effe66cfce8] /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) [0x7effe66e15b2] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14371 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ensure+0x126) [0x7effea671fe6] /tmp/ruby/src/trunk-repeat20/eval.c:1005 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7effe66c4315] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14409 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7effea835ed4] /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) [0x7effea84525d] /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) [0x7effea84b9fb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7effea84bbf9] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1701 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_under+0x48) [0x7effea85bf6a] /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) [0x7effea835ed4] /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) [0x7effea84525d] /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) [0x7effea84b9fb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_yield+0x27b) [0x7effea85af6b] /tmp/ruby/src/trunk-repeat20/vm.c:1384 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7effea5ce30c] /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) [0x7effea835ed4] /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) [0x7effea846bd9] /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) [0x7effea84b9fb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7effea66d8a1] /tmp/ruby/src/trunk-repeat20/eval.c:287 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ruby_run_node+0x93) [0x7effea673d63] /tmp/ruby/src/trunk-repeat20/eval.c:328 |
| | /tmp/ruby/build/trunk-repeat20/ruby(rb_main+0x21) [0x55b69ee0e187] /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) [0x7effea1b4d90] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7effea1b4e40] ../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 |
| | [0x55b69ee0e1d5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 55b69ee0d000-55b69ee0e000 r--p 00000000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55b69ee0e000-55b69ee0f000 r-xp 00001000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55b69ee0f000-55b69ee10000 r--p 00002000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55b69ee10000-55b69ee11000 r--p 00002000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55b69ee11000-55b69ee12000 rw-p 00003000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby |
| | 55b69f2d3000-55b69f76c000 rw-p 00000000 00:00 0 [heap] |
| | 7effe3216000-7effe3a3e000 rw-p 00000000 00:00 0 |
| | 7effe3a3e000-7effe3e75000 r--s 00000000 00:33 14692161 /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug |
| | 7effe3e75000-7effe4093000 r--s 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7effe4093000-7effe5403000 rw-p 00000000 00:00 0 |
| | 7effe5403000-7effe6450000 r--s 00000000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7effe6450000-7effe64a0000 rw-p 00000000 00:00 0 |
| | 7effe64aa000-7effe64e0000 r--s 00000000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby |
| | 7effe64e0000-7effe6620000 rw-p 00000000 00:00 0 |
| | 7effe6625000-7effe6627000 r--p 00000000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7effe6627000-7effe662c000 r-xp 00002000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7effe662c000-7effe662d000 r--p 00007000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7effe662d000-7effe662e000 ---p 00008000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7effe662e000-7effe662f000 r--p 00008000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7effe662f000-7effe6630000 rw-p 00009000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7effe6630000-7effe66b0000 rw-p 00000000 00:00 0 |
| | 7effe66b6000-7effe66b7000 r--p 00000000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7effe66b7000-7effe66b9000 r-xp 00001000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7effe66b9000-7effe66ba000 r--p 00003000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7effe66ba000-7effe66bb000 r--p 00003000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7effe66bb000-7effe66bc000 rw-p 00004000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7effe66bc000-7effe66c2000 r--p 00000000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7effe66c2000-7effe66e4000 r-xp 00006000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7effe66e4000-7effe66fd000 r--p 00028000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7effe66fd000-7effe66ff000 r--p 00040000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7effe66ff000-7effe6700000 rw-p 00042000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7effe6700000-7effe6720000 rw-p 00000000 00:00 0 |
| | 7effe6720000-7effe6721000 ---p 00000000 00:00 0 |
| | 7effe6721000-7effe6762000 rw-p 00000000 00:00 0 |
| | 7effe6762000-7effe6763000 ---p 00000000 00:00 0 |
| | 7effe6763000-7effe67a4000 rw-p 00000000 00:00 0 |
| | 7effe67a4000-7effe67a5000 ---p 00000000 00:00 0 |
| | 7effe67a5000-7effe67e6000 rw-p 00000000 00:00 0 |
| | 7effe67e6000-7effe67e7000 ---p 00000000 00:00 0 |
| | 7effe67e7000-7effe6828000 rw-p 00000000 00:00 0 |
| | 7effe6828000-7effe6829000 ---p 00000000 00:00 0 |
| | 7effe6829000-7effe686a000 rw-p 00000000 00:00 0 |
| | 7effe686a000-7effe686b000 ---p 00000000 00:00 0 |
| | 7effe686b000-7effe68ac000 rw-p 00000000 00:00 0 |
| | 7effe68ac000-7effe68ad000 ---p 00000000 00:00 0 |
| | 7effe68ad000-7effe68ee000 rw-p 00000000 00:00 0 |
| | 7effe68ee000-7effe68ef000 ---p 00000000 00:00 0 |
| | 7effe68ef000-7effe6930000 rw-p 00000000 00:00 0 |
| | 7effe6930000-7effe6931000 ---p 00000000 00:00 0 |
| | 7effe6931000-7effe6972000 rw-p 00000000 00:00 0 |
| | 7effe6972000-7effe6973000 ---p 00000000 00:00 0 |
| | 7effe6973000-7effe69b4000 rw-p 00000000 00:00 0 |
| | 7effe69b4000-7effe69b5000 ---p 00000000 00:00 0 |
| | 7effe69b5000-7effe69f6000 rw-p 00000000 00:00 0 |
| | 7effe69f6000-7effe69f7000 ---p 00000000 00:00 0 |
| | 7effe69f7000-7effe6a38000 rw-p 00000000 00:00 0 |
| | 7effe6a38000-7effe6a39000 ---p 00000000 00:00 0 |
| | 7effe6a39000-7effe6a7a000 rw-p 00000000 00:00 0 |
| | 7effe6a7a000-7effe6a7b000 ---p 00000000 00:00 0 |
| | 7effe6a7b000-7effe6abc000 rw-p 00000000 00:00 0 |
| | 7effe6abc000-7effe6abd000 ---p 00000000 00:00 0 |
| | 7effe6abd000-7effe6afe000 rw-p 00000000 00:00 0 |
| | 7effe6afe000-7effe6aff000 ---p 00000000 00:00 0 |
| | 7effe6aff000-7effe6b40000 rw-p 00000000 00:00 0 |
| | 7effe6b40000-7effe6b41000 ---p 00000000 00:00 0 |
| | 7effe6b41000-7effe6b82000 rw-p 00000000 00:00 0 |
| | 7effe6b82000-7effe6b83000 ---p 00000000 00:00 0 |
| | 7effe6b83000-7effe6bc4000 rw-p 00000000 00:00 0 |
| | 7effe6bc4000-7effe6bc5000 ---p 00000000 00:00 0 |
| | 7effe6bc5000-7effe6c06000 rw-p 00000000 00:00 0 |
| | 7effe6c06000-7effe6c07000 ---p 00000000 00:00 0 |
| | 7effe6c07000-7effe6c48000 rw-p 00000000 00:00 0 |
| | 7effe6c48000-7effe6c49000 ---p 00000000 00:00 0 |
| | 7effe6c49000-7effe6c8a000 rw-p 00000000 00:00 0 |
| | 7effe6c8a000-7effe6c8b000 ---p 00000000 00:00 0 |
| | 7effe6c8b000-7effe6ccc000 rw-p 00000000 00:00 0 |
| | 7effe6ccc000-7effe6ccd000 ---p 00000000 00:00 0 |
| | 7effe6ccd000-7effe6d0e000 rw-p 00000000 00:00 0 |
| | 7effe6d0e000-7effe6d0f000 ---p 00000000 00:00 0 |
| | 7effe6d0f000-7effe6d50000 rw-p 00000000 00:00 0 |
| | 7effe6d50000-7effe6d51000 ---p 00000000 00:00 0 |
| | 7effe6d51000-7effe6d92000 rw-p 00000000 00:00 0 |
| | 7effe6d92000-7effe6d93000 ---p 00000000 00:00 0 |
| | 7effe6d93000-7effe6dd4000 rw-p 00000000 00:00 0 |
| | 7effe6dd4000-7effe6dd5000 ---p 00000000 00:00 0 |
| | 7effe6dd5000-7effe6e16000 rw-p 00000000 00:00 0 |
| | 7effe6e16000-7effe6e17000 ---p 00000000 00:00 0 |
| | 7effe6e17000-7effe6e58000 rw-p 00000000 00:00 0 |
| | 7effe6e58000-7effe6e59000 ---p 00000000 00:00 0 |
| | 7effe6e59000-7effe6e9a000 rw-p 00000000 00:00 0 |
| | 7effe6e9a000-7effe6e9b000 ---p 00000000 00:00 0 |
| | 7effe6e9b000-7effe6edc000 rw-p 00000000 00:00 0 |
| | 7effe6edc000-7effe6edd000 ---p 00000000 00:00 0 |
| | 7effe6edd000-7effe6f1e000 rw-p 00000000 00:00 0 |
| | 7effe6f1e000-7effe6f1f000 ---p 00000000 00:00 0 |
| | 7effe6f1f000-7effe6f90000 rw-p 00000000 00:00 0 |
| | 7effe6f91000-7effe6f92000 r--p 00000000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7effe6f92000-7effe6f93000 r-xp 00001000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7effe6f93000-7effe6f94000 r--p 00002000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7effe6f94000-7effe6f95000 r--p 00002000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7effe6f95000-7effe6f96000 rw-p 00003000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7effe6f96000-7effea060000 rw-p 00000000 00:00 0 |
| | 7effea063000-7effea064000 r--p 00000000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7effea064000-7effea065000 r-xp 00001000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7effea065000-7effea066000 r--p 00002000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7effea066000-7effea067000 r--p 00002000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7effea067000-7effea068000 rw-p 00003000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7effea068000-7effea16b000 rw-p 00000000 00:00 0 |
| | 7effea16b000-7effea16e000 r--p 00000000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7effea16e000-7effea185000 r-xp 00003000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7effea185000-7effea189000 r--p 0001a000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7effea189000-7effea18a000 r--p 0001d000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7effea18a000-7effea18b000 rw-p 0001e000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7effea18b000-7effea1b3000 r--p 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7effea1b3000-7effea348000 r-xp 00028000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7effea348000-7effea3a0000 r--p 001bd000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7effea3a0000-7effea3a4000 r--p 00214000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7effea3a4000-7effea3a6000 rw-p 00218000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7effea3a6000-7effea3b5000 rw-p 00000000 00:00 0 |
| | 7effea3b5000-7effea3c3000 r--p 00000000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7effea3c3000-7effea43f000 r-xp 0000e000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7effea43f000-7effea49a000 r--p 0008a000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7effea49a000-7effea49b000 r--p 000e4000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7effea49b000-7effea49c000 rw-p 000e5000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7effea49c000-7effea49e000 r--p 00000000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7effea49e000-7effea4b2000 r-xp 00002000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7effea4b2000-7effea4cb000 r--p 00016000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7effea4cb000-7effea4cc000 ---p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7effea4cc000-7effea4cd000 r--p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7effea4cd000-7effea4ce000 rw-p 00030000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7effea4ce000-7effea4d6000 rw-p 00000000 00:00 0 |
| | 7effea4d6000-7effea4e0000 r--p 00000000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7effea4e0000-7effea53f000 r-xp 0000a000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7effea53f000-7effea556000 r--p 00069000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7effea556000-7effea557000 r--p 0007f000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7effea557000-7effea558000 rw-p 00080000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7effea558000-7effea55a000 r--p 00000000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7effea55a000-7effea56b000 r-xp 00002000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7effea56b000-7effea571000 r--p 00013000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7effea571000-7effea572000 ---p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7effea572000-7effea573000 r--p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7effea573000-7effea574000 rw-p 0001a000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7effea578000-7effea5bc000 r--p 00000000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7effea5bc000-7effea91b000 r-xp 00044000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7effea91b000-7effeaa7d000 r--p 003a3000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7effeaa7d000-7effeaa91000 r--p 00504000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7effeaa91000-7effeaa94000 rw-p 00518000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7effeaa94000-7effeaaaa000 rw-p 00000000 00:00 0 |
| | 7effeaaaa000-7effeaaac000 r--p 00000000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7effeaaac000-7effeaad6000 r-xp 00002000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7effeaad6000-7effeaae1000 r--p 0002c000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7effeaae2000-7effeaae4000 r--p 00037000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7effeaae4000-7effeaae6000 rw-p 00039000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fffcf761000-7fffcff60000 rw-p 00000000 00:00 0 [stack] |
| | 7fffcffd1000-7fffcffd5000 r--p 00000000 00:00 0 [vvar] |
| | 7fffcffd5000-7fffcffd7000 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. |