| "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/rbs'... |
| From https://github.com/ruby/rbs |
| * branch 22451ecbe262326176eb3915b64366712930685c -> FETCH_HEAD |
| HEAD is now at 22451ecb Skip io/wait tests for methods deleted in Ruby 4 |
| "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. |
| /tmp/ruby/src/trunk_asan/process.c:3860:1: warning: unused function 'has_privilege' [-Wunused-function] |
| 3860 | has_privilege(void) |
| | ^~~~~~~~~~~~~ |
| 1 warning generated. |
| "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. |
| /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:292:in 'Test::Unit::TestCase.method_added': test/unit: method JSONCommonInterfaceTest#test_unsafe_load_with_options is redefined (Test::Unit::AssertionFailedError) |
| /tmp/ruby/src/trunk_asan/test/json/json_common_interface_test.rb:235:in '<class:JSONCommonInterfaceTest>' |
| /tmp/ruby/src/trunk_asan/test/json/json_common_interface_test.rb:7:in '<top (required)>' |
| /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:116:in 'Kernel#require' |
| /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:116:in 'Test::Unit::Worker#run' |
| /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220:in '<main>' |
| running file: /tmp/ruby/src/trunk_asan/test/json/json_common_interface_test.rb |
| A test worker crashed. It might be an interpreter bug or |
| a bug in test/unit/parallel.rb. Try again without the -j |
| option. |
| make: *** [uncommon.mk:920: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 0. |