# Logfile created on 2025-01-27 16:32:35 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000078f3c8e5fdc8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk_asan", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_asan", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_asan", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_asan", @configure_opts=["'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=600, @no_timeout_error=true, @logfile="/home/ko1/ruby/logs/brlog.trunk_asan.20250127-163235", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000078f3c8e80ac8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000078f3c8e805c8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000078f3c7d8a2a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20250127-163235", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20250127-163235>, @binmode=false, @mon_data=#<Monitor:0x000078f3c97dfd30>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
Update irb to cf5e61e393845ae0bc0363ac8cc83799a28a48ce
Update reline to 79fc33fba76c3949800a481ac6189a9ccbe09190
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision -
echo 79fc33fba76c3949800a481ac6189a9ccbe09190 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision -
echo cf5e61e393845ae0bc0363ac8cc83799a28a48ce | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision unchanged
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
Already up to date.
Latest commit hash = feec48ae2b
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
Update irb to cf5e61e393845ae0bc0363ac8cc83799a28a48ce
Update reline to 79fc33fba76c3949800a481ac6189a9ccbe09190
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision -
echo cf5e61e393845ae0bc0363ac8cc83799a28a48ce | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision -
echo 79fc33fba76c3949800a481ac6189a9ccbe09190 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision unchanged
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/version.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
builtin_binary.inc updated
ea6538ec25b7a6bcad88288def47c0e5aeaa1050539923a12198db7cc6360961  builtin_binary.inc
compiling /tmp/ruby/src/trunk_asan/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
Update irb to cf5e61e393845ae0bc0363ac8cc83799a28a48ce
Update reline to 79fc33fba76c3949800a481ac6189a9ccbe09190
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision -
echo cf5e61e393845ae0bc0363ac8cc83799a28a48ce | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision -
echo 79fc33fba76c3949800a481ac6189a9ccbe09190 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision -
generating encdb.h
generating enc.mk
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision unchanged
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_asan/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk_asan/bin
installing base libraries:          /tmp/ruby/install/trunk_asan/lib
installing arch files:              /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+0
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0
                                    bundler 2.7.0.dev
                                    cgi 0.4.1
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.6.0
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.3.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    set 1.1.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.2
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    fiddle 1.1.7.dev
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.9.1
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.3
                                    stringio 3.1.3.dev
                                    strscan 3.1.2
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0
                                    minitest 5.25.4
                                    power_assert 2.0.5
                                    rake 13.2.1
                                    test-unit 3.6.7
                                    rexml 3.4.0
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.5
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.8.1
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.9
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.2.0
                                    csv 3.3.2
                                    repl_type_completor 0.1.10
                                    ostruct 0.6.1
                                    pstore 0.1.4
                                    benchmark 0.4.0
                                    logger 1.6.5
                                    rdoc 6.11.0
                                    irb 1.15.1
                                    reline 0.6.0
                                    readline 0.0.4
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0/cache
skipped bundled gems:
    win32ole-1.9.1.gem              not found in bundled_gems
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
Run options: 
  --seed=21909
  "--ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j16

# Running tests:

[  1/765] 255516=test_trick
[  2/765] 255519=test_objectspace
[  3/765] 255518=test_gem_request_set
[  4/765] 255522=version_test
[  5/765] 255526=test_fd_setsize
[  6/765] 255514=test_gem_remote_fetcher_s3
[  7/765] 255524=test_require_lib
[  8/765] 255525=test_gem_version_option
[  9/765] 255526=test_files_test_2
[ 10/765] 255523=lex_test
[ 11/765] 255517=test_gem_rdoc
[ 12/765] 255515=test_ensure_and_callcc
[ 13/765] 255521=test_scheduler
[ 14/765] 255528=test_fstring
[ 15/765] 255520=test_name_error_extension
[ 16/765] 255513=test_iseq_load
[ 17/765] 255527=test_signal
[ 18/765] 255515=test_fixnum
[ 19/765] 255520=test_timeout
[ 20/765] 255515=test_null
[ 21/765] 255520=test_big5
[ 22/765] 255520=test_gem_resolver_activation_request
[ 23/765] 255515=test_mutex
[ 24/765] 255522=test_basicinstructions
[ 25/765] 255523=test_bigzero
[ 26/765] 255523=test_date_strftime
[ 27/765] 255521=compiler_test
[ 28/765] 255528=test_gem_resolver_vendor_specification
[ 29/765] 255522=test_typeddata
[ 30/765] 255521=test_struct
[ 31/765] 255521=test_gem_ext_builder
[ 32/765] 255525=test_verbose
[ 33/765] 255520=pattern_test
[ 34/765] 255525=test_gem_package_tar_header
[ 35/765] 255525=test_sexp
[ 36/765] 255525=test_gem_unsatisfiable_dependency_error
[ 37/765] 255515=test_ractor
[ 38/765] 255514=test_normalize
[ 39/765] 255525=test_recursion
[ 40/765] 255514=test_find
[ 41/765] 255520=locals_test
[ 42/765] 255520=test_basicsocket
[ 43/765] 255525=test_import
[ 44/765] 255520=test_gem_commands_owner_command
[ 45/765] 255514=test_gem_resolver_dependency_request
[ 46/765] 255528=test_euc_jp
[ 47/765] 255514=test_abi
[ 48/765] 255528=test_scanner_events
[ 49/765] 255515=test_external_new
[ 50/765] 255515=test_ancdata
[ 51/765] 255515=test_gem_doctor
[ 52/765] 255528=test_weakmap
[ 53/765] 255517=test_rubyvm
[ 54/765] 255522=test_data_error
[ 55/765] 255517=test_gem_request_connection_pools
[ 56/765] 255522=test_optimization
[ 57/765] 255514=test_common
[ 58/765] 255518=test_gem_uri_formatter
[ 59/765] 255518=test_sprintf
[ 60/765] 255515=test_module
[ 61/765] 255520=test_gem_commands_push_command
[ 62/765] 255517=parse_success_test
[ 63/765] 255525=test_ractor
[ 64/765] 255525=test_registry
[ 65/765] 255525=test_deprecate
[ 66/765] 255525=test_ssl
[ 67/765] 255527=test_x509cert
[ 68/765] 255523=test_addrinfo
[ 69/765] 255517=test_http
[ 70/765] 255517=test_passing_block
[ 71/765] 255517=test_bmethod
[ 72/765] 255517=test_enumerable
[ 73/765] 255523=test_svcb_https
[ 74/765] 255517=test_buffering
[ 75/765] 255517=ruby_parser_test
[ 76/765] 255517=test_bug-14834
[ 77/765] 255523=test_default_gems
[ 78/765] 255518=test_constant
[ 79/765] 255523=test_gem_security_trust_dir
[ 80/765] 255514=test_gem_resolver_specification
[ 81/765] 255517=json_fixtures_test
[ 82/765] 255514=test_encoding
[ 83/765] 255517=test_load
[ 84/765] 255517=test_zsh_completion
[ 85/765] 255517=test_gem_package_tar_reader_entry
[ 86/765] 255520=test_lock_native_thread
[ 87/765] 255520=test_webauthn_listener
[ 88/765] 255520=test_have_func
[ 89/765] 255523=test_enc_str_buf_cat
[ 90/765] 255523=test_gem_stub_specification
[ 91/765] 255517=test_sprintf_comb
[ 92/765] 255514=test_pp
[ 93/765] 255527=test_tcp
[ 94/765] 255513=test_path
[ 95/765] 255513=test_method_cache
[ 96/765] 255513=test_gem_commands_stale_command
[ 97/765] 255514=test_gem_version
[ 98/765] 255523=test_settracefunc
[ 99/765] 255514=test_gem_text
[100/765] 255517=tunnel_test
[101/765] 255517=test_rat
[102/765] 255517=test_extlibs
[103/765] 255514=test_transcode
[104/765] 255527=test_whileuntil
[105/765] 255527=json_string_matching_test
[106/765] 255527=test_monitor
[107/765] 255513=test_gem_ext_rake_builder
[108/765] 255527=test_asn1
[109/765] 255527=test_flags
[110/765] 255514=test_at_exit
[111/765] 255514=test_instrumentation_api
[112/765] 255520=source_location_test
[113/765] 255521=test_complex
[114/765] 255520=static_inspect_test
[115/765] 255520=test_inadvertent_creation
[116/765] 255520=test_c_struct_entry
[117/765] 255521=equality_test
[118/765] 255521=test_gem_commands_query_command
[119/765] 255520=unescape_test
[120/765] 255520=test_files_ext
[121/765] 255527=test_x509ext
[122/765] 255527=test_gem_package_tar_reader
[123/765] 255520=test_gb18030
[124/765] 255520=test_stringscanner
[125/765] 255520=test_numeric
[126/765] 255513=test_x509crl
[127/765] 255520=test_class
[128/765] 255520=test_cgi_session
[129/765] 255520=test_warning
[130/765] 255514=test_gem_name_tuple
[131/765] 255523=test_refinement
[132/765] 255514=test_pointer
[133/765] 255527=test_gem_dependency_installer
[134/765] 255520=test_gem_specification
[135/765] 255513=test_gbk
[136/765] 255513=test_complexrational
[137/765] 255513=test_pkcs7
[138/765] 255516=test_cgi_header
[139/765] 255528=test_gem_commands_fetch_command
[140/765] 255516=test_flush
[141/765] 255516=test_require_path_check
[142/765] 255521=test_enumerator_kw
[143/765] 255521=test_mixed_unicode_escapes
[144/765] 255521=test_mul
[145/765] 255516=test_mkmf
[146/765] 255521=test_big2str
[147/765] 255521=test_open-uri
[148/765] 255516=test_coderange
[149/765] 255516=regexp_test
[150/765] 255513=test_string_memory
[151/765] 255514=test_pkg_config
[152/765] 255528=test_x509attr
[153/765] 255515=test_iso_8859
[154/765] 255528=test_complex2
Leaked file descriptor: TestOpenURI#test_uri_read: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 33045>
[155/765] 255514=test_dln
[156/765] 255528=test_gem_commands_open_command
[157/765] 255514=test_x509req
COMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    255521  ko1    8u  IPv4 426750107      0t0  TCP localhost:33045->localhost:56654 (CLOSE_WAIT)
[158/765] 255513=test_cgi_util
Closed file descriptor: TestOpenURI#test_pass_keywords: 8
[159/765] 255515=test_protect
[160/765] 255515=test_protocol
Leaked file descriptor: TestOpenURI#test_redirect_with_request_specific_fields_proc: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 44861>
[161/765] 255516=test_gem_ext_cargo_builder_link_flag_converter
[162/765] 255518=test_tree_builder
COMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    255521  ko1    8u  IPv4 426739450      0t0  TCP localhost:44861->localhost:44022 (CLOSE_WAIT)
[163/765] 255518=test_iseq
Closed file descriptor: TestOpenURI#test_userinfo: 8
[164/765] 255528=test_insns_leaf
[165/765] 255515=test_store
[166/765] 255528=location_test
Leaked file descriptor: TestOpenURI#test_redirect_without_request_specific_fields_hash: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 38889>
COMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    255521  ko1    8u  IPv4 426735341      0t0  TCP localhost:38889->localhost:42164 (CLOSE_WAIT)
[167/765] 255521=test_c_struct_builder
[168/765] 255528=test_allocation
[169/765] 255514=test_gc
[170/765] 255513=dump_test
[171/765] 255521=test_enc_associate
[172/765] 255516=test_stat
[173/765] 255516=test_eval
[174/765] 255524=test_addr
[175/765] 255524=test_convertible
[176/765] 255515=test_gem_resolver_best_set
[177/765] 255515=relocation_test
[178/765] 255515=test_windows_1251
[179/765] 255515=test_parser_events
[180/765] 255517=test_thread_cv
[181/765] 255515=test_cgi_modruby
[182/765] 255515=test_helper
[183/765] 255515=test_yamldbm
[184/765] 255515=test_scalar
[185/765] 255515=test_readpartial
[186/765] 255518=test_gem_commands_contents_command
[187/765] 255526=test_gem_resolver_conflict
[188/765] 255518=newline_offsets_test
[189/765] 255515=test_regexp
[190/765] 255521=test_str2big
[191/765] 255521=test_rational
[192/765] 255517=test_encoding
[193/765] 255517=bom_test
[194/765] 255517=test_frozen_error
[195/765] 255517=test_sockopt
[196/765] 255517=test_file
[197/765] 255526=test_lambda
[198/765] 255526=test_arithmetic_sequence
[199/765] 255526=test_literal
[200/765] 255516=test_thread
[201/765] 255516=test_pattern_matching
[202/765] 255516=test_gem_commands_search_command
[203/765] 255516=test_gem_request
[204/765] 255518=test_primitive
[205/765] 255518=test_pkey
[206/765] 255518=test_nonblock
[207/765] 255518=test_gem_commands_signin_command
[208/765] 255521=test_gem_resolver_api_specification
[209/765] 255521=test_getopts
[210/765] 255521=parameters_signature_test
[211/765] 255521=test_document
[212/765] 255518=test_ractor
[213/765] 255521=test_bug_reporter
[214/765] 255525=test_spell_checker
[215/765] 255518=test_yield_block
[216/765] 255525=test_recorder
[217/765] 255518=test_gem_commands_specification_command
[218/765] 255525=test_boolean
[219/765] 255525=test_config
[220/765] 255516=test_yaml
[221/765] 255520=test_parse
[222/765] 255518=test_process
[223/765] 255516=test_have_macro
[224/765] 255521=test_iter_break
[225/765] 255521=test_gem_source_local
[226/765] 255513=test_num2int
[227/765] 255513=test_cstr
[228/765] 255527=test_gem_resolver_lock_specification
[229/765] 255527=test_digest
[230/765] 255527=test_variable
[231/765] 255516=test_wss
[232/765] 255516=test_closure
[233/765] 255525=test_address_resolve
[234/765] 255525=test_econv
[235/765] 255521=test_foreach
[236/765] 255521=test_securerandom
[237/765] 255521=test_stack
[238/765] 255527=test_gem_commands_install_command
[239/765] 255520=test_gem_ext_cargo_builder_unit
[240/765] 255520=test_thread_queue
[241/765] 255516=test_nowrite
[242/765] 255513=test_flip
[243/765] 255516=test_summary
[244/765] 255513=test_gem_resolver_git_specification
[245/765] 255519=test_dir_m17n
[246/765] 255517=named_capture_test
[247/765] 255517=test_cgi_tag_helper
[248/765] 255517=json_common_interface_test
[249/765] 255517=test_stream
[250/765] 255517=test_func
[251/765] 255516=test_coverage
[252/765] 255513=test_pathname
[253/765] 255526=test_remote_fetch_error
[254/765] 255526=test_fileutils
[255/765] 255513=test_object
[256/765] 255526=test_process
[257/765] 255524=test_eval
[258/765] 255524=test_io
[259/765] 255526=test_gem_commands_cert_command
[260/765] 255524=parse_comments_test
[261/765] 255521=test_const
[262/765] 255521=test_serialize_subclasses
[263/765] 255521=test_class
[264/765] 255524=test_string
[265/765] 255524=test_gem_resolver_index_specification
[266/765] 255525=test_marshalable
[267/765] 255525=test_iterator
[268/765] 255527=test_method_cache
[269/765] 255523=test_gem_dependency
[270/765] 255527=test_thread_fd_close
[271/765] 255527=json_addition_test
[272/765] 255527=test_path_to_class
[273/765] 255527=string_test
[274/765] 255525=test_storage
[275/765] 255525=test_gem_commands_dependency_command
[276/765] 255527=test_qsort
[277/765] 255527=test_cmethod
[278/765] 255527=test_gem_ext_ext_conf_builder
[279/765] 255523=test_key_error
[280/765] 255523=test_enc_raise
[281/765] 255513=test_engine
[282/765] 255513=test_gem_command
[283/765] 255523=test_memory_view
[284/765] 255525=test_pinned
[285/765] 255524=test_inlinecache
[286/765] 255525=test_httpresponse
[287/765] 255516=test_weakkeymap
[288/765] 255524=test_usrmarshal
[289/765] 255513=test_gem_commands_yank_command
[290/765] 255523=test_jaro_winkler
[291/765] 255523=test_pattern_key_name_check
[292/765] 255525=test_exit
[293/765] 255520=test_config
[294/765] 255523=test_tempfile
[295/765] 255517=test_gem_util
[296/765] 255520=test_gem_gemcutter_utilities
[297/765] 255525=test_gem_remote_fetcher
[298/765] 255513=test_gem_resolver
[299/765] 255517=test_dot_dot
[300/765] 255517=test_cparser
[301/765] 255524=test_human_typo
[302/765] 255524=reflection_test
[303/765] 255524=test_bignum
[304/765] 255520=test_postponed_job
[305/765] 255523=ractor_test
[306/765] 255524=test_gem_request_set_lockfile
[307/765] 255523=test_symbol
[308/765] 255513=test_optparse
[309/765] 255525=test_coder
[310/765] 255519=test_enum
[311/765] 255525=test_gem_commands_which_command
[312/765] 255526=test_gem_source_specific_file
[313/765] 255513=test_unix
[314/765] 255525=parse_test
[315/765] 255513=test_hash
[316/765] 255513=test_cipher
[317/765] 255525=test_new
[318/765] 255525=test_last_thread
[319/765] 255526=test_gem_remote_fetcher_local_server
[320/765] 255513=test_etc
[321/765] 255524=test_gem_source_lock
[322/765] 255520=test_ldap
[323/765] 255524=symbol_encoding_test
[324/765] 255526=test_cgi_cookie
[325/765] 255524=test_internal_ivar
[326/765] 255524=test_gem_commands_mirror
[327/765] 255520=test_hmac
[328/765] 255517=test_signedness
[329/765] 255524=desugar_compiler_test
[330/765] 255520=test_ractor
[331/765] 255526=test_gem_resolver_installed_specification
[332/765] 255513=test_array_create
[333/765] 255513=test_my_integer
[334/765] 255526=test_tracepoint
[335/765] 255513=test_gem_commands_environment_command
[336/765] 255522=test_io_console
[337/765] 255524=test_date_arith
[338/765] 255524=test_ws
[339/765] 255524=test_io
[340/765] 255513=test_metaclass
[341/765] 255513=test_numeric
[342/765] 255520=test_gem_spec_fetcher
[343/765] 255513=test_ractor
[344/765] 255525=test_gem_commands_sources_command
[345/765] 255513=test_c_union_entity
[346/765] 255520=test_undef
[347/765] 255520=test_string
[348/765] 255513=test_io_wait_uncommon
[349/765] 255513=test_gem_ci_detector
[350/765] 255513=test_shift_jis
[351/765] 255513=test_gem_request_set_lockfile_parser
[352/765] 255526=test_yield
[353/765] 255513=test_raise
[354/765] 255513=test_proxy
[355/765] 255520=test_rational2
[356/765] 255525=fixtures_test
[357/765] 255520=test_gem_dependency_resolution_error
[358/765] 255520=test_http
[359/765] 255527=test_erb_m17n
[360/765] 255527=test_clone
[361/765] 255513=test_objspace
[362/765] 255525=test_koi8
[363/765] 255525=test_too_many_dummy_encodings
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 9 #<File::Stat dev=0x8, ino=426760254, mode=0140777, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
COMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    255520  ko1    9u  IPv4 426760254      0t0  TCP localhost:38073->localhost:48422 (CLOSE_WAIT)
[364/765] 255527=test_gem_ext_cmake_builder
[365/765] 255527=test_filter
[366/765] 255525=test_unicode_escape
[367/765] 255527=test_httpresponses
[368/765] 255516=integer_base_flags_test
[369/765] 255516=test_ftp
[370/765] 255516=test_fnmatch
[371/765] 255525=test_gem_resolver_vendor_set
[372/765] 255527=test_erb_command
[373/765] 255516=test_require
[374/765] 255525=test_https
[375/765] 255527=test_have_library
[376/765] 255522=test_switch_hitter
[377/765] 255522=test_pack
[378/765] 255519=test_defined
[379/765] 255519=test_hash_create
[380/765] 255519=json_generic_object_test
[381/765] 255519=test_call
[382/765] 255519=test_thread
[383/765] 255517=test_gem_resolver_index_set
[384/765] 255517=test_gem_security_policy
[385/765] 255522=test_file
[386/765] 255522=test_gem_install_update_options
[387/765] 255517=test_case_options
[388/765] 255517=test_files_sample
[389/765] 255517=test_update
[390/765] 255517=test_arity
[391/765] 255517=test_fiber
[392/765] 255527=test_generic
[393/765] 255527=breadth_first_search_test
[394/765] 255527=test_deprecated
[395/765] 255527=test_gc_compact
[396/765] 255522=test_resize
[397/765] 255522=test_div
[398/765] 255522=errors_test
[399/765] 255523=test_open3
[400/765] 255522=test_vm_dump
[401/765] 255522=test_ftp
[402/765] 255522=json_parser_test
[403/765] 255528=test_gem_commands_setup_command
[404/765] 255522=test_alias_and_anchor
[405/765] 255522=test_gem_commands_rebuild_command
[406/765] 255516=test_cesu8
[407/765] 255516=test_rand
[408/765] 255522=test_pkey_ec
[409/765] 255520=test_data
[410/765] 255520=test_noarg
[411/765] 255522=test_gem_commands_update_command
[412/765] 255520=test_date_parse
[413/765] 255516=test_fips
[414/765] 255528=test_helper
[415/765] 255528=test_memory_view
[416/765] 255528=test_integer
[417/765] 255520=test_utf32
[418/765] 255520=test_ellipsize
[419/765] 255528=test_nextafter
[420/765] 255520=test_capacity
[421/765] 255520=test_gem_safe_marshal
[422/765] 255528=test_backtrace
[423/765] 255528=static_literals_test
[424/765] 255528=test_random
[425/765] 255528=test_bundled_ca
[426/765] 255525=test_to_ruby
[427/765] 255525=test_kernel
[428/765] 255516=test_method_name_check
[429/765] 255516=heredoc_dedent_test
[430/765] 255516=test_acceptable
[431/765] 255516=implicit_array_test
[432/765] 255516=test_len
[433/765] 255516=test_function_entry
[434/765] 255516=test_data
[435/765] 255516=test_http_request
[436/765] 255516=test_httpheader
[437/765] 255516=test_gem_commands_server_command
[438/765] 255516=test_gem_package_task
[439/765] 255516=test_bn
[440/765] 255516=test_provider
[441/765] 255520=test_keyword
[442/765] 255528=numeric_value_test
[443/765] 255528=!Nothing_to_test
[444/765] 255528=test_syntax
[445/765] 255521=test_gem_request_set_gem_dependency_api
[446/765] 255522=test_grapheme_breaks
[447/765] 255522=test_date_marshal
[448/765] 255522=test_ossl
[449/765] 255525=test_assignment
[450/765] 255521=test_singleton
[451/765] 255521=test_ripper
[452/765] 255516=test_key_name_check
[453/765] 255516=test_exception
[454/765] 255516=test_gem_commands_signout_command
[455/765] 255516=test_object
[456/765] 255516=test_file_exhaustive
[457/765] 255520=test_gem_gem_runner
[458/765] 255520=test_gem_ext_cargo_builder
[459/765] 255520=test_ssl_session
[460/765] 255521=test_ractor
[461/765] 255521=test_optarg
[462/765] 255526=test_stream
[463/765] 255526=test_gem_commands_unpack_command
[464/765] 255521=test_gem_commands_exec_command
[465/765] 255520=test_pack
[466/765] 255514=test_autoload
[467/765] 255526=test_gem_resolver_local_specification
[468/765] 255526=test_digest
[469/765] 255519=test_gem_package_old
[470/765] 255523=test_gem_uri
[471/765] 255523=test_rbconfig
[472/765] 255523=test_arith_seq_extract
[473/765] 255520=test_stringchar
[474/765] 255519=test_gem_commands_help_command
[475/765] 255523=test_debug
[476/765] 255520=test_fiddle
[477/765] 255523=test_enumerator
[478/765] 255523=test_psych
[479/765] 255519=test_ractor
[480/765] 255523=string_query_test
[481/765] 255523=test_time_tz
[482/765] 255523=test_backtrace
[483/765] 255519=test_kdf
[484/765] 255520=test_gem_commands_outdated_command
[485/765] 255520=test_gem_request_set_lockfile_tokenizer
[486/765] 255526=test_nil
[487/765] 255519=test_class2name
[488/765] 255526=test_error_highlight
[489/765] 255519=test_set
[490/765] 255527=test_find_executable
[491/765] 255520=test_array
[492/765] 255527=test_lazy_enumerator
[493/765] 255519=test_date_compat
[494/765] 255519=test_resolve_symbol
[495/765] 255519=test_profile_frames
[496/765] 255521=test_name_error
[497/765] 255519=test_exception_at_throwing
[498/765] 255519=string_encoding_test
[499/765] 255522=test_safe_load
[500/765] 255522=test_gem_source
[501/765] 255519=test_handle
[502/765] 255523=test_frozen
[503/765] 255523=test_gem_package
[504/765] 255527=test_utf16
[505/765] 255527=test_enumerator
[506/765] 255521=test_date
[507/765] 255521=test_date_time
=================================================================
==255527==ERROR: AddressSanitizer: use-after-poison on address 0x7d513202d3b0 at pc 0x61332617f7bb bp 0x7ffe187247e0 sp 0x7ffe187247d8
READ of size 8 at 0x7d513202d3b0 thread T0
[508/765] 255522=test_pkcs12
[509/765] 255521=test_parser
[510/765] 255519=test_gem_available_set
[511/765] 255521=test_modify_expand
    #0 0x61332617f7ba in RB_BUILTIN_TYPE /tmp/ruby/src/trunk_asan/include/ruby/internal/value_type.h:191:30
    #1 0x61332617f7ba in gc_update_references_weak_table_i /tmp/ruby/src/trunk_asan/gc/default/default.c:7116:12
    #2 0x61332615d0a1 in vm_weak_table_gen_ivar_foreach /tmp/ruby/src/trunk_asan/gc.c:3495:32
    #3 0x6133263b55ff in apply_functor /tmp/ruby/src/trunk_asan/st.c:1633:12
    #4 0x6133263b55ff in st_general_foreach /tmp/ruby/src/trunk_asan/st.c:1543:18
    #5 0x6133263b55ff in rb_st_foreach /tmp/ruby/src/trunk_asan/st.c:1640:12
    #6 0x613326174345 in rb_gc_vm_weak_table_foreach /tmp/ruby/src/trunk_asan/gc.c:3575:13
    #7 0x613326174345 in gc_update_references /tmp/ruby/src/trunk_asan/gc/default/default.c:7158:9
    #8 0x613326174345 in gc_compact_finish /tmp/ruby/src/trunk_asan/gc/default/default.c:3481:5
    #9 0x613326174345 in gc_sweep_compact /tmp/ruby/src/trunk_asan/gc/default/default.c:5688:5
    #10 0x613326174345 in gc_sweep /tmp/ruby/src/trunk_asan/gc/default/default.c:4144:9
    #11 0x6133261833a3 in gc_start /tmp/ruby/src/trunk_asan/gc/default/default.c:6472:13
    #12 0x613326184ad4 in garbage_collect /tmp/ruby/src/trunk_asan/gc/default/default.c:6351:15
    #13 0x61332616eff0 in newobj_slowpath /tmp/ruby/src/trunk_asan/gc/default/default.c:2479:22
    #14 0x61332616eff0 in newobj_slowpath_wb_protected /tmp/ruby/src/trunk_asan/gc/default/default.c:2501:12
    #15 0x61332614e9c5 in rb_gc_impl_new_obj /tmp/ruby/src/trunk_asan/gc/default/default.c:2539:11
    #16 0x61332614e9c5 in newobj_of /tmp/ruby/src/trunk_asan/gc.c:997:17
    #17 0x61332614f864 in typed_data_alloc /tmp/ruby/src/trunk_asan/gc.c:1073:12
    #18 0x61332614f864 in rb_data_typed_object_zalloc /tmp/ruby/src/trunk_asan/gc.c:1096:25
    #19 0x6133268a6954 in enumerator_allocate /tmp/ruby/src/trunk_asan/enumerator.c:403:16
    #20 0x6133268a6954 in lazy_to_enum_i /tmp/ruby/src/trunk_asan/enumerator.c:1947:28
    #21 0x6133268a6954 in enumerable_lazy /tmp/ruby/src/trunk_asan/enumerator.c:1938:20
    #22 0x61332650d2b7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #23 0x6133264ba896 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968:15
    #24 0x6133264ba896 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #25 0x6133264a8bd7 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2595:22
    #26 0x61332652ac81 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1625:12
    #27 0x61332652ac81 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1639:20
    #28 0x6133264d7295 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1676:12
    #29 0x6133264d7295 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1684:12
    #30 0x6133264d7295 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #31 0x6133264d7295 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #32 0x61332668b3a5 in rb_ary_collect /tmp/ruby/src/trunk_asan/array.c:3645:30
    #33 0x61332650d2b7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #34 0x6133264b3e66 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968:15
    #35 0x6133264b3e66 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #36 0x6133264a8bd7 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2595:22
    #37 0x61332652ac81 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1625:12
    #38 0x61332652ac81 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1639:20
    #39 0x6133264d7295 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1676:12
    #40 0x6133264d7295 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1684:12
    #41 0x6133264d7295 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #42 0x6133264d7295 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #43 0x61332668b3a5 in rb_ary_collect /tmp/ruby/src/trunk_asan/array.c:3645:30
    #44 0x61332650d2b7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #45 0x6133264b3e66 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968:15
    #46 0x6133264b3e66 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #47 0x6133264a8f90 in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2622:22
    #48 0x6133264a8f90 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2601:18
    #49 0x6133261245da in rb_ec_exec_node /tmp/ruby/src/trunk_asan/eval.c:281:9
    #50 0x6133261245da in ruby_run_node /tmp/ruby/src/trunk_asan/eval.c:319:30
    #51 0x61332611db46 in rb_main /tmp/ruby/src/trunk_asan/main.c:40:12
    #52 0x61332611db46 in main /tmp/ruby/src/trunk_asan/main.c:65:12
    #53 0x7d515f62a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #54 0x7d515f62a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #55 0x613326041924 in _start (/tmp/ruby/build/trunk_asan/ruby+0x179924) (BuildId: b45dc673189f664be8fa79f5124b06c06a5cfe3e)

Address 0x7d513202d3b0 is a wild pointer inside of access range of size 0x000000000008.
SUMMARY: AddressSanitizer: use-after-poison /tmp/ruby/src/trunk_asan/include/ruby/internal/value_type.h:191:30 in RB_BUILTIN_TYPE
Shadow bytes around the buggy address:
  0x7d513202d100: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x7d513202d180: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x7d513202d200: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x7d513202d280: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x7d513202d300: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
=>0x7d513202d380: f7 f7 f7 f7 f7 f7[f7]f7 f7 f7 f7 00 00 00 00 00
  0x7d513202d400: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x7d513202d480: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x7d513202d500: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x7d513202d580: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x7d513202d600: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
  Left alloca redzone:     ca
  Right alloca redzone:    cb
==255527==ABORTING
/tmp/ruby/src/trunk_asan/test/ruby/test_enumerator.rb:869: [BUG] ASAN error
ruby 3.5.0dev (2025-01-27T15:28:36Z master feec48ae2b) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0018 p:---- s:0117 e:000116 CFUNC  :lazy
c:0017 p:0004 s:0113 e:000112 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_enumerator.rb:869
c:0016 p:0024 s:0107 e:000106 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:254
c:0015 p:0046 s:0102 e:000101 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:268
c:0014 p:0019 s:0095 e:000094 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_enumerator.rb:868
c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
c:0011 p:0083 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0103 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362
c:0007 p:0069 s:0046 E:001970 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
c:0002 p:0051 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:001650 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220:in '<main>'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23:in 'map'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362:in '_run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658:in '_run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658:in 'map'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671:in 'block in _run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk_asan/test/ruby/test_enumerator.rb:868:in 'test_lazy_chain_under_gc_compact_stress'
/tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:268:in 'under_gc_compact_stress'
/tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:254:in 'under_gc_stress'
/tmp/ruby/src/trunk_asan/test/ruby/test_enumerator.rb:869:in 'block in test_lazy_chain_under_gc_compact_stress'
/tmp/ruby/src/trunk_asan/test/ruby/test_enumerator.rb:869:in 'lazy'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 3

-- C level backtrace information -------------------------------------------
[512/765] 255521=test_gem_source_installed
[513/765] 255521=test_change_word
[514/765] 255521=overlap_test
[515/765] 255519=test_gem_platform
[516/765] 255519=test_symbol
[517/765] 255524=test_gem_uninstaller
[518/765] 255519=test_dbm
[519/765] 255519=test_variable_name_check
[520/765] 255519=test_gem_commands_list_command
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestEnumerator#test_lazy_chain_under_gc_compact_stress(___interceptor_backtrace+0x79) [0x613326087d09]
[0x61332696f6e7]
[0x6133268b59f1]
[0x6133268b56cc]
[0x61332610422a]
[0x6133260e4caf]
[0x6133260e7d3d]
[0x6133260e8a9c]
[0x61332617f7bb]
[0x61332615d0a2]
[0x6133263b5600]
[0x613326174346]
[0x6133261833a4]
[0x613326184ad5]
[0x61332616eff1]
[0x61332614e9c6]
[0x61332614f865]
[0x6133268a6955]
[0x61332650d2b8]
[0x6133264ba897]
[0x6133264a8bd8]
[0x61332652ac82]
[0x6133264d7296]
[0x61332668b3a6]
[0x61332650d2b8]
[0x6133264b3e67]
[0x6133264a8bd8]
[0x61332652ac82]
[0x6133264d7296]
[0x61332668b3a6]
[0x61332650d2b8]
[0x6133264b3e67]
[0x6133264a8f91]
[0x6133261245db]
[0x61332611db47]
[0x7d515f62a1ca]
[0x7d515f62a28b]
[0x613326041925]

-- Other runtime information -----------------------------------------------

[521/765] 255519=test_gem_source_vendor
[522/765] 255519=test_assembler
[523/765] 255519=test_pty
running file: /tmp/ruby/src/trunk_asan/test/ruby/test_enumerator.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:965: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ruby 3.5.0dev (2025-01-27T15:28:36Z master feec48ae2b) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ..............

Finished in 35.867163 seconds

3313 files, 33298 examples, 136770 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 0.
raw logfile