| "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/power_assert'... |
| From https://github.com/ruby/typeprof |
| * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD |
| HEAD is now at b19a641 Add support for future `putchilledstring` instruction |
| From https://github.com/ruby/power_assert |
| * branch 84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD |
| HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals |
| "make update-src -j16" exit with 0. |
| From https://github.com/ruby/ruby |
| a68331e..2f67610 master -> origin/master |
| "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-btest TESTOPTS='-q -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: |
| TestTempfile#test_finalizer_does_not_unlink_if_already_unlinked: Test::Unit::AssertionFailedError: Expected file "/tmp/rubytest.octfed/foo20240820-832146-jhjkr3" to be exist? |
| TestTempfile#test_tempfile_finalizer_does_not_run_if_unlinked: Test::Unit::AssertionFailedError: [ruby-core:56521] [Bug #8768] we used to get a confusing 'removing ...done' here. |
| 1) Failure: |
| TestTempfile#test_finalizer_does_not_unlink_if_already_unlinked [/tmp/ruby/src/trunk_asan/test/test_tempfile.rb:210]: |
| Expected file "/tmp/rubytest.octfed/foo20240820-851659-q39rhe" to be exist? |
| 2) Failure: |
| TestTempfile#test_tempfile_finalizer_does_not_run_if_unlinked [/tmp/ruby/src/trunk_asan/test/test_tempfile.rb:262]: |
| [ruby-core:56521] [Bug #8768] we used to get a confusing 'removing ...done' here. |
| Expected "removing /tmp/rubytest.octfed/foo20240820-851663-6uiqep..." to be nil. |
| Children under /tmp/rubytest.octfed: |
| * -rw------- 1 0 2024-08-20 18:35:30 +0000 20240820-816875-wlcgia |
| make: *** [uncommon.mk:964: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 0. |