| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts" exit with 0. |
| Cloning into 'trunk-gc-asserts'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-gc-asserts/configure --prefix=/tmp/ruby/install/trunk-gc-asserts --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/typeprof'... |
| From https://github.com/ruby/typeprof |
| * branch 167263ca3a634b61df0445f1a6b3e259a5d47f94 -> FETCH_HEAD |
| HEAD is now at 167263c Add typeprof.gemspec |
| Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/debug'... |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| + cp /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| /tmp/ruby/src/trunk-gc-asserts/.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 DEFS=\"-DRGENGC_CHECK_MODE=2\"" 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. |
| #<Thread:0x00007f9603499058 /tmp/ruby/src/trunk-gc-asserts/test/fileutils/test_fileutils.rb:19 run> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/trunk-gc-asserts/test/fileutils/test_fileutils.rb:19:in 'IO#read': stream closed in another thread (IOError) |
| from /tmp/ruby/src/trunk-gc-asserts/test/fileutils/test_fileutils.rb:19:in 'block (2 levels) in TestFileUtils#assert_output_lines' |
| Failed tests: |
| 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_with_quote_characters: 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_quote: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /tmp/ruby/src/trunk-gc-asserts/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk-gc-asserts/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk-gc-asserts/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) |
| /tmp/ruby/src/trunk-gc-asserts/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk-gc-asserts/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk-gc-asserts/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk-gc-asserts/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. |