| "git clone --depth 1 https://github.com/ruby/ruby.git trunk_asan" exit with 0. |
| Cloning into 'trunk_asan'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk_asan/configure --prefix=/tmp/ruby/install/trunk_asan --disable-install-doc 'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" exit with 0. |
| "make update-download -j16" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk_asan/gems/src/typeprof'... |
| Cloning into '/tmp/ruby/src/trunk_asan/gems/src/debug'... |
| From https://github.com/ruby/typeprof |
| * branch 167263ca3a634b61df0445f1a6b3e259a5d47f94 -> FETCH_HEAD |
| HEAD is now at 167263c Add typeprof.gemspec |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| + cp /tmp/ruby/src/trunk_asan/enc/jis/props.h.blt /tmp/ruby/src/trunk_asan/enc/jis/props.h |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| libffi_version: 3.4.6 |
| "make install -j16" exit with 0. |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" 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_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) |
| 1) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /tmp/ruby/src/trunk_asan/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk_asan/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk_asan/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_asan/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk_asan/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk_asan/test/reline/test_line_editor.rb:11:in 'Reline::LineEditor::CompletionBlockTest#setup' |
| 3) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block_with_quote_characters: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /tmp/ruby/src/trunk_asan/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk_asan/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk_asan/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='-j16'" exit with 0. |