| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 48% (5625/11542) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk/gems/src/typeprof'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/debug'... |
| From https://github.com/ruby/typeprof |
| * branch 167263ca3a634b61df0445f1a6b3e259a5d47f94 -> FETCH_HEAD |
| HEAD is now at 167263c Add typeprof.gemspec |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk/enc/jis/props.h.blt /tmp/ruby/src/trunk/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk/thread.c: In function ‘rb_gc_set_stack_end’: |
| /tmp/ruby/src/trunk/thread.c:4579:18: warning: storing the address of local variable ‘stack_end’ in ‘*stack_end_p’ [-Wdangling-pointer=] |
| 4579 | *stack_end_p = &stack_end; |
| | ~~~~~~~~~~~~~^~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4574:11: note: ‘stack_end’ declared here |
| 4574 | VALUE stack_end; |
| | ^~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4572:29: note: ‘stack_end_p’ declared here |
| 4572 | rb_gc_set_stack_end(VALUE **stack_end_p) |
| | ~~~~~~~~^~~~~~~~~~~ |
| At top level: |
| cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| /tmp/ruby/src/trunk/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parser.c:57:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration] |
| 57 | static void inline melt_array(VALUE *array) { |
| | ^~~~~~ |
| cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| Failed tests: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block_with_quote_characters: Test::Unit::ProxyError: wrong number of arguments (given 2, expected 1) |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_quote: Test::Unit::ProxyError: wrong number of arguments (given 2, expected 1) |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block: Test::Unit::ProxyError: wrong number of arguments (given 2, expected 1) |
| 1) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block_with_quote_characters: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /tmp/ruby/src/trunk/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk/test/reline/test_line_editor.rb:11:in 'Reline::LineEditor::CompletionBlockTest#setup' |
| 2) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_quote: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /tmp/ruby/src/trunk/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk/test/reline/test_line_editor.rb:11:in 'Reline::LineEditor::CompletionBlockTest#setup' |
| 3) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /tmp/ruby/src/trunk/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk/test/reline/test_line_editor.rb:11:in 'Reline::LineEditor::CompletionBlockTest#setup' |
| make: *** [uncommon.mk:963: yes-test-all] Error 3 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |