| "git clone --depth 1 https://github.com/ruby/ruby.git master" exit with 0. |
| Cloning into 'master'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit" exit with 0. |
| configure: WARNING: does not work; ignore |
| "make update-download -j3" exit with 0. |
| Cloning into '/home/opc/ruby/src/master/gems/src/typeprof'... |
| Cloning into '/home/opc/ruby/src/master/gems/src/debug'... |
| From https://github.com/ruby/typeprof |
| * branch 167263ca3a634b61df0445f1a6b3e259a5d47f94 -> FETCH_HEAD |
| HEAD is now at 167263c Add typeprof.gemspec |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| + cp /home/opc/ruby/src/master/enc/jis/props.h.blt /home/opc/ruby/src/master/enc/jis/props.h |
| "make miniruby -j3" exit with 0. |
| In file included from /home/opc/ruby/src/master/ractor.c:8: |
| /home/opc/ruby/src/master/ractor.c: In function ‘ractor_channel_func’: |
| /home/opc/ruby/src/master/eval_intern.h:99:34: warning: variable ‘_ec’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] |
| rb_execution_context_t * const _ec = (ec); \ |
| ^~~ |
| /home/opc/ruby/src/master/ractor.c:3898:9: note: in expansion of macro ‘EC_PUSH_TAG’ |
| EC_PUSH_TAG(ec); |
| ^~~~~~~~~~~ |
| /home/opc/ruby/src/master/ractor.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| libffi_version: 3.1.0 |
| /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parser.c:57:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration] |
| static void inline melt_array(VALUE *array) { |
| ^~~~~~ |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 512. |
| Failed tests: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block: Test::Unit::ProxyError: wrong number of arguments (given 2, expected 1) |
| 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) |
| 1) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /home/opc/ruby/src/master/lib/reline/line_editor.rb:74:in 'initialize' |
| /home/opc/ruby/src/master/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /home/opc/ruby/src/master/test/reline/test_line_editor.rb:11:in 'Reline::LineEditor::CompletionBlockTest#setup' |
| 2) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block_with_quote_characters: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /home/opc/ruby/src/master/lib/reline/line_editor.rb:74:in 'initialize' |
| /home/opc/ruby/src/master/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /home/opc/ruby/src/master/test/reline/test_line_editor.rb:11:in 'Reline::LineEditor::CompletionBlockTest#setup' |
| 3) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_quote: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /home/opc/ruby/src/master/lib/reline/line_editor.rb:74:in 'initialize' |
| /home/opc/ruby/src/master/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /home/opc/ruby/src/master/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='-j3'" exit with 0. |