# Logfile created on 2024-11-28 22:58:03 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000709e606bfde0 @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.20241128-225803", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000709e606e0158 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000709e60a9fdc0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000709e5f5ea150 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20241128-225803", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20241128-225803>, @binmode=false, @mon_data=#<Monitor:0x0000709e60a9f988>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision unchanged
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
Already up to date.
Latest commit hash = a5119a3f27
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
/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'
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision unchanged
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
Extracting bundle gem typeprof-0.21.11...
Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
Unpacked gems/typeprof-0.30.0.gem
$$$[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  
	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  
	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
7cfbc43e55937528a41f6d26c5e5b2e16d767d55d811fcd3d467e1b69ece6d1e  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  
	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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
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/rbs-3.6.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving 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/openssl'
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/rbs-3.6.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/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/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'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
	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  
	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 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision -
generating encdb.h
generating enc.mk
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision unchanged
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
encdb.h unchanged
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
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
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
Extracting bundle gem typeprof-0.21.11...
Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
Unpacked gems/typeprof-0.30.0.gem
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/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
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/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
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/.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]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving 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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
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/syslog-0.1.2/ext/syslog'
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/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
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.4.0+1/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/3.4.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.4.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.4.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.4.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/3.4.0+1
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.4.0+1
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.4.0+1
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.4.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/3.4.0+1
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-3.4.0+1
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+1
                                    benchmark 0.4.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.4.0
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    irb 1.14.1
                                    logger 1.6.1
                                    net-http 0.5.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.6.0
                                    ostruct 0.6.1
                                    pp 0.6.1
                                    prettyprint 0.2.0
                                    prism 1.0.0
                                    pstore 0.1.4
                                    rdoc 6.8.1
                                    readline 0.0.4
                                    reline 0.5.12
                                    resolv 0.5.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.2
                                    set 1.1.0
                                    shellwords 0.2.1
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.2
                                    tmpdir 0.3.0
                                    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.4.0+1
                                    date 3.4.0
                                    digest 3.1.1
                                    etc 1.4.4
                                    fcntl 1.2.0
                                    fiddle 1.1.6.dev
                                    io-console 0.8.0.beta1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.8.2
                                    openssl 3.2.0
                                    pathname 0.4.0
                                    psych 5.2.0
                                    stringio 3.1.2.dev
                                    strscan 3.1.1.dev
                                    zlib 3.2.0
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+1
                                    minitest 5.25.2
                                    power_assert 2.0.4
                                    rake 13.2.1
                                    test-unit 3.6.4
                                    rexml 3.3.9
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.1
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.6.1
                                    debug 1.9.2
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    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.1.2
                                    csv 3.3.0
                                    repl_type_completor 0.1.7
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+1/cache
skipped bundled gems:
    typeprof-0.30.0.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  
	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  
	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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/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.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/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=64621
  "--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/915] 839811=test_enc_raise
[  2/915] 839818=test_engine
[  3/915] 839815=test_key_error
[  4/915] 839812=test_usrmarshal
[  5/915] 839806=test_weakkeymap
[  6/915] 839808=test_rdoc_markup_to_markdown
[  7/915] 839819=test_rdoc_parser_ruby
[  8/915] 839810=test_httpresponse
[  9/915] 839807=test_show_source
[ 10/915] 839814=test_inlinecache
[ 11/915] 839820=test_pinned
[ 12/915] 839816=test_memory_view
[ 13/915] 839809=test_gem_command
[ 14/915] 839813=test_gem_resolver
[ 15/915] 839817=test_gem_remote_fetcher
[ 16/915] 839821=test_gem_gemcutter_utilities
[ 17/915] 839815=test_raise_exception
[ 18/915] 839811=test_gem_util
[ 19/915] 839820=test_config
[ 20/915] 839816=test_tempfile
[ 21/915] 839818=test_exit
[ 22/915] 839814=test_pattern_key_name_check
[ 23/915] 839814=test_jaro_winkler
[ 24/915] 839810=test_gem_commands_yank_command
[ 25/915] 839814=ractor_test
[ 26/915] 839820=test_gem_request_set_lockfile
[ 27/915] 839814=test_postponed_job
[ 28/915] 839807=test_bignum
[ 29/915] 839808=reflection_test
[ 30/915] 839807=test_human_typo
[ 31/915] 839808=test_cparser
[ 32/915] 839807=test_dot_dot
[ 33/915] 839807=test_unix
[ 34/915] 839812=test_gem_source_specific_file
[ 35/915] 839818=parse_test
[ 36/915] 839809=test_enum
[ 37/915] 839807=test_gem_commands_which_command
[ 38/915] 839816=test_rdoc_markup
[ 39/915] 839818=test_context
[ 40/915] 839811=test_symbol
[ 41/915] 839821=test_coder
[ 42/915] 839821=test_optparse
[ 43/915] 839810=test_gem_source_lock
[ 44/915] 839813=test_ldap
[ 45/915] 839816=test_gem_remote_fetcher_local_server
[ 46/915] 839813=test_etc
[ 47/915] 839807=test_rdoc_markup_to_bs
[ 48/915] 839808=test_last_thread
[ 49/915] 839810=test_new
[ 50/915] 839817=test_hash
[ 51/915] 839810=test_macro
[ 52/915] 839821=test_cipher
[ 53/915] 839814=test_my_integer
[ 54/915] 839814=test_tracepoint
[ 55/915] 839820=test_gem_commands_environment_command
[ 56/915] 839817=test_gem_resolver_installed_specification
[ 57/915] 839812=test_debugger_integration
[ 58/915] 839810=test_array_create
[ 59/915] 839810=test_rdoc_rubygems_hook
[ 60/915] 839813=test_ractor
[ 61/915] 839817=desugar_compiler_test
[ 62/915] 839812=test_hmac
[ 63/915] 839821=test_signedness
[ 64/915] 839812=test_cgi_cookie
[ 65/915] 839820=test_internal_ivar
[ 66/915] 839818=test_gem_commands_mirror
[ 67/915] 839820=test_cd
[ 68/915] 839818=symbol_encoding_test
[ 69/915] 839812=test_undef
[ 70/915] 839812=test_gem_commands_sources_command
[ 71/915] 839820=test_c_union_entity
[ 72/915] 839818=test_gem_spec_fetcher
[ 73/915] 839820=test_ractor
[ 74/915] 839807=test_metaclass
[ 75/915] 839807=test_numeric
[ 76/915] 839813=test_io
[ 77/915] 839817=test_ws
[ 78/915] 839820=test_rdoc_require
[ 79/915] 839817=test_io_console
[ 80/915] 839815=test_date_arith
[ 81/915] 839819=test_proxy
[ 82/915] 839815=test_completion
[ 83/915] 839807=test_ostruct
[ 84/915] 839816=test_raise
[ 85/915] 839816=test_shift_jis
[ 86/915] 839818=test_gem_request_set_lockfile_parser
[ 87/915] 839816=test_yield
[ 88/915] 839812=test_gem_ci_detector
[ 89/915] 839808=test_formatter
[ 90/915] 839808=test_string
[ 91/915] 839812=test_io_wait_uncommon
[ 92/915] 839810=test_http
[ 93/915] 839812=test_rational2
[ 94/915] 839812=fixtures_test
[ 95/915] 839819=test_gem_dependency_resolution_error
[ 96/915] 839820=test_gem_ext_cmake_builder
[ 97/915] 839820=test_filter
[ 98/915] 839818=test_too_many_dummy_encodings
[ 99/915] 839814=test_koi8
[100/915] 839814=test_erb_m17n
[101/915] 839820=test_objspace
[102/915] 839814=test_clone
#<Thread:0x000079623b765798 /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:570 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': [Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:33817 (execution expired)>. (Test::Unit::AssertionFailedError)
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'TCPSocket#initialize': Failed to open TCP connection to localhost:33817 (execution expired) (Net::OpenTimeout)
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'IO.open'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'
	from /tmp/ruby/src/trunk_asan/lib/timeout.rb:183:in 'block in Timeout.timeout'
	from /tmp/ruby/src/trunk_asan/lib/timeout.rb:190:in 'Timeout.timeout'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1663:in 'Net::HTTP#connect'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1642:in 'Net::HTTP#do_start'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1631:in 'Net::HTTP#start'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:2375:in 'Net::HTTP#request'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:2398:in 'Net::HTTP#send_entity'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:2046:in 'Net::HTTP#post'
	from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:574:in 'block (4 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:638:in 'block (2 levels) in Test::Unit::CoreAssertions#assert_warning'
	from /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:227:in 'EnvUtil.verbose_warning'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:637:in 'block in Test::Unit::CoreAssertions#assert_warning'
	from /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:292:in 'EnvUtil.with_default_internal'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:636:in 'Test::Unit::CoreAssertions#assert_warning'
	from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:573:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
[103/915] 839818=test_have_library
[104/915] 839807=test_https
[105/915] 839808=test_require
#<Thread:0x000079623f4dd0d0 /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:602 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': [Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:33827 (execution expired)>. (Test::Unit::AssertionFailedError)
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'TCPSocket#initialize': Failed to open TCP connection to localhost:33827 (execution expired) (Net::OpenTimeout)
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'IO.open'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'
	from /tmp/ruby/src/trunk_asan/lib/timeout.rb:183:in 'block in Timeout.timeout'
	from /tmp/ruby/src/trunk_asan/lib/timeout.rb:190:in 'Timeout.timeout'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1663:in 'Net::HTTP#connect'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1642:in 'Net::HTTP#do_start'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1631:in 'Net::HTTP#start'
	from /tmp/ruby/src/trunk_asan/lib/net/http.rb:2375:in 'Net::HTTP#request'
	from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:603:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'
	from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'
[106/915] 839819=test_erb_command
unknown object: "\x04\b[\vi\x1Ai\x01\xD4[\a[\bI\"\x15TestNetHTTP_v1_2\x06:\x06EF:+test_timeout_during_HTTP_session_writeo:%Test::Unit::AssertionFailedError\t:\tmesgI\"\x01\x86[Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:33817 (execution expired)>.\x06;\x00T:\abt[\rI\"e/tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"d/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"d/tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'\x06;\x00TI\"s/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"e/tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"d/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"j/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\x97/tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00T:\ncauseo:\x15Net::OpenTimeout\t;\bI\"IFailed to open TCP connection to localhost:33817 (execution expired)\x06;\x00T;\t[\x19I\"L/tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'TCPSocket#initialize'\x06;\x00TI\"?/tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'IO.open'\x06;\x00TI\"R/tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'\x06;\x00TI\"N/tmp/ruby/src/trunk_asan/lib/timeout.rb:183:in 'block in Timeout.timeout'\x06;\x00TI\"E/tmp/ruby/src/trunk_asan/lib/timeout.rb:190:in 'Timeout.timeout'\x06;\x00TI\"I/tmp/ruby/src/trunk_asan/lib/net/http.rb:1663:in 'Net::HTTP#connect'\x06;\x00TI\"J/tmp/ruby/src/trunk_asan/lib/net/http.rb:1642:in 'Net::HTTP#do_start'\x06;\x00TI\"G/tmp/ruby/src/trunk_asan/lib/net/http.rb:1631:in 'Net::HTTP#start'\x06;\x00TI\"I/tmp/ruby/src/trunk_asan/lib/net/http.rb:2375:in 'Net::HTTP#request'\x06;\x00TI\"M/tmp/ruby/src/trunk_asan/lib/net/http.rb:2398:in 'Net::HTTP#send_entity'\x06;\x00TI\"F/tmp/ruby/src/trunk_asan/lib/net/http.rb:2046:in 'Net::HTTP#post'\x06;\x00TI\"\x01\x97/tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:574:in 'block (4 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00TI\"\x01{/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:638:in 'block (2 levels) in Test::Unit::CoreAssertions#assert_warning'\x06;\x00TI\"R/tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:227:in 'EnvUtil.verbose_warning'\x06;\x00TI\"u/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:637:in 'block in Test::Unit::CoreAssertions#assert_warning'\x06;\x00TI\"X/tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:292:in 'EnvUtil.with_default_internal'\x06;\x00TI\"l/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:636:in 'Test::Unit::CoreAssertions#assert_warning'\x06;\x00TI\"\x01\x97/tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:573:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00TI\"j/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\x97/tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00T;\n0:\x11bt_locations@\x16;\f@\v[\b@\b:@test_timeout_during_non_chunked_streamed_HTTP_session_writeo;\a\t;\bI\"\x01\x86[Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:33827 (execution expired)>.\x06;\x00T;\t[\rI\"e/tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"d/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"d/tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'\x06;\x00TI\"s/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"e/tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"d/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"j/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\xAC/tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'\x06;\x00T;\no;\v\t;\bI\"IFailed to open TCP connection to localhost:33827 (execution expired)\x06;\x00T;\t[\x11I\"L/tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'TCPSocket#initialize'\x06;\x00TI\"?/tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'IO.open'\x06;\x00TI\"R/tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'\x06;\x00TI\"N/tmp/ruby/src/trunk_asan/lib/timeout.rb:183:in 'block in Timeout.timeout'\x06;\x00TI\"E/tmp/ruby/src/trunk_asan/lib/timeout.rb:190:in 'Timeout.timeout'\x06;\x00TI\"I/tmp/ruby/src/trunk_asan/lib/net/http.rb:1663:in 'Net::HTTP#connect'\x06;\x00TI\"J/tmp/ruby/src/trunk_asan/lib/net/http.rb:1642:in 'Net::HTTP#do_start'\x06;\x00TI\"G/tmp/ruby/src/trunk_asan/lib/net/http.rb:1631:in 'Net::HTTP#start'\x06;\x00TI\"I/tmp/ruby/src/trunk_asan/lib/net/http.rb:2375:in 'Net::HTTP#request'\x06;\x00TI\"\x01\xAC/tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:603:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'\x06;\x00TI\"j/tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\xAC/tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'\x06;\x00T;\n0;\f@9;\f@.[\bi\x00i\ai\x00[\x00@\b"[107/915] 839819=test_gem_resolver_vendor_set
[108/915] 839819=test_evaluation
[109/915] 839819=test_fnmatch
[110/915] 839812=test_rdoc_markup_to_ansi
[111/915] 839819=test_ftp
[112/915] 839819=test_httpresponses
[113/915] 839819=integer_base_flags_test
[114/915] 839814=test_unicode_escape
[115/915] 839819=test_ole_methods
[116/915] 839819=test_pack
[117/915] 839814=test_defined
[118/915] 839812=test_switch_hitter
[119/915] 839812=test_thread
[120/915] 839806=test_call
[121/915] 839814=json_generic_object_test
[122/915] 839814=test_hash_create
[123/915] 839814=test_file
[124/915] 839814=test_gem_install_update_options
[125/915] 839806=test_gem_security_policy
[126/915] 839819=test_rdoc_parser_changelog
[127/915] 839809=test_init
[128/915] 839817=test_gem_resolver_index_set
[129/915] 839819=test_rdoc_markup_to_html_crossref
[130/915] 839817=test_arity
[131/915] 839817=test_update
[132/915] 839817=test_files_sample
[133/915] 839815=test_folderitem2_invokeverb
[134/915] 839815=test_case_options
[135/915] 839815=test_unicode
[136/915] 839815=test_parser_events
[137/915] 839817=relocation_test
[138/915] 839817=test_windows_1251
[139/915] 839817=test_gem_resolver_best_set
[140/915] 839815=test_convertible
[141/915] 839817=test_addr
[142/915] 839814=test_eval
[143/915] 839817=test_stat
[144/915] 839817=test_win32ole_method
[145/915] 839817=test_yamldbm
[146/915] 839817=test_helper
[147/915] 839817=test_cgi_modruby
[148/915] 839817=test_thread_cv
[149/915] 839818=test_gem_resolver_conflict
[150/915] 839806=test_rdoc_cross_reference
[151/915] 839818=test_gem_commands_contents_command
[152/915] 839821=test_rdoc_generator_markup
[153/915] 839809=test_readpartial
[154/915] 839818=test_scalar
[155/915] 839818=test_str2big
[156/915] 839818=test_rational
[157/915] 839819=test_regexp
[158/915] 839817=newline_offsets_test
[159/915] 839809=test_lambda
[160/915] 839811=test_file
[161/915] 839821=bom_test
[162/915] 839814=test_frozen_error
[163/915] 839814=test_sockopt
[164/915] 839814=test_encoding
[165/915] 839809=test_gem_commands_search_command
[166/915] 839814=test_pattern_matching
[167/915] 839809=test_thread
#<Thread:0x00007f848895fec0 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
/tmp/ruby/src/trunk_asan/test/fiber/test_thread.rb:102: warning: Exception in finalizer #<Tempfile::FinalizerManager:0x00007f84a9114740 @open_files={}, @path="/tmp/rubytest.j6gfgg/irbrc20241128-839809-fv86rq", @pid=839809, @unlinked=false>
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
#<Thread:0x00007f848895f5d8 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
/tmp/ruby/src/trunk_asan/test/fiber/test_thread.rb:102: warning: Exception in finalizer #<Tempfile::FinalizerManager:0x00007f84a913a5a8 @open_files={}, @path="/tmp/rubytest.j6gfgg/irbrc20241128-839809-hwbjgy", @pid=839809, @unlinked=false>
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
#<Thread:0x00007f848895efe8 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
/tmp/ruby/src/trunk_asan/test/fiber/test_thread.rb:102: warning: Exception in finalizer #<Tempfile::FinalizerManager:0x00007f84a9131908 @open_files={}, @path="/tmp/rubytest.j6gfgg/irbrc20241128-839809-40ezi5", @pid=839809, @unlinked=false>
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
#<Thread:0x00007f848895ea70 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
/tmp/ruby/src/trunk_asan/test/fiber/test_thread.rb:102: warning: Exception in finalizer #<Tempfile::FinalizerManager:0x00007f84a915ae70 @open_files={}, @path="/tmp/rubytest.j6gfgg/irbrc20241128-839809-ok9yd6", @pid=839809, @unlinked=false>
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
#<Thread:0x00007f848895e4f8 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
/tmp/ruby/src/trunk_asan/test/fiber/test_thread.rb:102: warning: Exception in finalizer #<Tempfile::FinalizerManager:0x00007f84a87c1c38 @open_files={}, @path="/tmp/rubytest.j6gfgg/irbrc20241128-839809-pb9w99", @pid=839809, @unlinked=false>
/tmp/ruby/src/trunk_asan/test/fiber/scheduler.rb:451:in 'BrokenUnblockScheduler#unblock': Broken unblock! (RuntimeError)
[168/915] 839821=test_literal
[169/915] 839814=test_irb
[170/915] 839809=test_arithmetic_sequence
[171/915] 839809=parameters_signature_test
[172/915] 839809=test_rdoc_include
[173/915] 839817=test_rendering
[174/915] 839817=test_gem_resolver_api_specification
[175/915] 839817=test_getopts
[176/915] 839817=test_gem_commands_signin_command
[177/915] 839817=test_nonblock
[178/915] 839808=test_pkey
[179/915] 839817=test_gem_request
[180/915] 839809=test_primitive
[181/915] 839818=test_rdoc_options
[182/915] 839809=test_yaml
[183/915] 839808=test_config
[184/915] 839814=test_boolean
[185/915] 839814=test_gem_commands_specification_command
[186/915] 839810=test_yield_block
[187/915] 839810=test_recorder
[188/915] 839810=test_bug_reporter
[189/915] 839809=test_spell_checker
[190/915] 839806=test_pstore
[191/915] 839809=test_ractor
[192/915] 839806=test_document
[193/915] 839806=test_num2int
[194/915] 839814=test_gem_source_local
[195/915] 839809=test_rdoc_parser_rd
[196/915] 839806=test_iter_break
[197/915] 839806=test_parse
[198/915] 839809=test_process
[199/915] 839817=test_have_macro
[200/915] 839814=test_address_resolve
[201/915] 839814=test_closure
[202/915] 839810=test_wss
[203/915] 839810=test_digest
[204/915] 839810=test_variable
[205/915] 839808=test_cstr
[206/915] 839817=test_gem_resolver_lock_specification
[207/915] 839818=test_nil2vtempty
[208/915] 839817=test_securerandom
[209/915] 839818=test_foreach
[210/915] 839818=test_econv
[211/915] 839810=test_summary
[212/915] 839817=test_flip
[213/915] 839807=test_nowrite
[214/915] 839814=test_thread_queue
[215/915] 839817=test_gem_commands_install_command
[216/915] 839807=test_gem_ext_cargo_builder_unit
[217/915] 839807=test_stack
[218/915] 839810=test_remote_fetch_error
[219/915] 839806=test_pathname
[220/915] 839810=test_coverage
[221/915] 839808=json_common_interface_test
[222/915] 839808=test_stream
[223/915] 839808=test_func
[224/915] 839811=test_cgi_tag_helper
[225/915] 839811=test_kill_ring
[226/915] 839811=test_gem_resolver_git_specification
[227/915] 839806=test_dir_m17n
[228/915] 839821=test_gem_commands_cert_command
[229/915] 839811=test_io
[230/915] 839811=test_eval
[231/915] 839811=test_object
[232/915] 839818=test_process
[233/915] 839807=test_fileutils
[234/915] 839818=test_gem_dependency
[235/915] 839821=test_method_cache
[236/915] 839821=test_marshalable
[237/915] 839821=test_gem_resolver_index_specification
[238/915] 839810=test_string
[239/915] 839810=test_iterator
[240/915] 839821=test_const
[241/915] 839821=test_serialize_subclasses
[242/915] 839821=test_class
[243/915] 839815=parse_comments_test
[244/915] 839818=test_qsort
[245/915] 839818=test_cmethod
[246/915] 839810=test_gem_ext_ext_conf_builder
[247/915] 839818=test_gem_commands_dependency_command
[248/915] 839814=test_path_to_class
[249/915] 839815=test_storage
[250/915] 839815=test_thread_fd_close
[251/915] 839811=json_addition_test
[252/915] 839815=test_method_cache
[253/915] 839815=test_path
[254/915] 839814=test_sprintf_comb
[255/915] 839818=test_pp
[256/915] 839815=test_tcp
[257/915] 839811=test_rdoc_normal_module
[258/915] 839808=test_rdoc_markdown_test
[259/915] 839818=test_gem_stub_specification
[260/915] 839807=tunnel_test
[261/915] 839817=test_settracefunc
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_v6_hostname_resolved_earlier: 9 #<File::Stat dev=0xe, ino=1356994755, mode=010600, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-28 22:58:43.999300906 +0000, mtime=2024-11-28 22:58:43.999300906 +0000, ctime=2024-11-28 22:58:43.999300906 +0000>
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_v6_hostname_resolved_earlier: 10 #<File::Stat dev=0xe, ino=1356994755, mode=010600, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-28 22:58:43.999300906 +0000, mtime=2024-11-28 22:58:43.999300906 +0000, ctime=2024-11-28 22:58:43.999300906 +0000>
[262/915] 839807=test_gem_text
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF       NODE NAME
ruby    839815  ko1    9r  FIFO   0,14      0t0 1356994755 pipe
ruby    839815  ko1   10w  FIFO   0,14      0t0 1356994755 pipe
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_resolv_timeout_with_connection_failure: 8 #<File::Stat dev=0xe, ino=1356981147, mode=010600, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-28 22:58:44.142304564 +0000, mtime=2024-11-28 22:58:44.142304564 +0000, ctime=2024-11-28 22:58:44.142304564 +0000>
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_resolv_timeout_with_connection_failure: 11 #<File::Stat dev=0xe, ino=1356981147, mode=010600, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-28 22:58:44.142304564 +0000, mtime=2024-11-28 22:58:44.142304564 +0000, ctime=2024-11-28 22:58:44.142304564 +0000>
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF       NODE NAME
ruby    839815  ko1    8r  FIFO   0,14      0t0 1356981147 pipe
ruby    839815  ko1    9r  FIFO   0,14      0t0 1356994755 pipe
ruby    839815  ko1   10w  FIFO   0,14      0t0 1356994755 pipe
ruby    839815  ko1   11w  FIFO   0,14      0t0 1356981147 pipe
[263/915] 839807=test_rdoc_markup_to_tt_only
[264/915] 839814=test_gem_version
[265/915] 839818=test_win32ole
[266/915] 839818=test_gem_commands_stale_command
[267/915] 839807=test_rat
[268/915] 839807=test_extlibs
[269/915] 839816=test_rdoc_markup_heading
[270/915] 839811=test_flags
[271/915] 839818=test_asn1
[272/915] 839816=json_string_matching_test
[273/915] 839816=test_monitor
[274/915] 839818=test_gem_ext_rake_builder
[275/915] 839812=test_whileuntil
[276/915] 839814=test_transcode
[277/915] 839812=test_complex
[278/915] 839816=source_location_test
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_v4_hostname_resolved_earlier: 13 #<File::Stat dev=0xe, ino=1356988054, mode=010600, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-28 22:58:44.814321753 +0000, mtime=2024-11-28 22:58:44.814321753 +0000, ctime=2024-11-28 22:58:44.814321753 +0000>
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_v4_hostname_resolved_earlier: 14 #<File::Stat dev=0xe, ino=1356988054, mode=010600, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-28 22:58:44.814321753 +0000, mtime=2024-11-28 22:58:44.814321753 +0000, ctime=2024-11-28 22:58:44.814321753 +0000>
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF       NODE NAME
ruby    839815  ko1   13r  FIFO   0,14      0t0 1356988054 pipe
ruby    839815  ko1   14w  FIFO   0,14      0t0 1356988054 pipe
[279/915] 839815=test_instrumentation_api
[280/915] 839816=test_at_exit
[281/915] 839816=test_rdoc_markup_verbatim
[282/915] 839816=static_inspect_test
[283/915] 839816=test_inadvertent_creation
[284/915] 839814=test_gem_commands_query_command
[285/915] 839812=test_color
[286/915] 839816=equality_test
[287/915] 839816=test_case
[288/915] 839816=test_c_struct_entry
[289/915] 839812=test_eval_history
[290/915] 839806=test_x509ext
[291/915] 839812=test_files_ext
[292/915] 839806=unescape_test
[293/915] 839816=test_cgi_session
[294/915] 839816=test_class
[295/915] 839812=test_word
[296/915] 839812=test_x509crl
[297/915] 839816=test_stringscanner
[298/915] 839816=test_numeric
[299/915] 839816=test_win32ole_variable
[300/915] 839816=test_gb18030
[301/915] 839816=test_gem_package_tar_reader
[302/915] 839811=test_type_completor
[303/915] 839811=test_rdoc_class_module
[304/915] 839816=test_gbk
[305/915] 839816=test_rdoc_markup_attributes
[306/915] 839816=test_gem_specification
[307/915] 839812=test_gem_dependency_installer
[308/915] 839818=test_pointer
[309/915] 839814=test_refinement
[310/915] 839815=test_gem_name_tuple
[311/915] 839810=test_win32ole_type_event
[312/915] 839810=test_warning
[313/915] 839817=test_rdoc_any_method
[314/915] 839808=test_flush
[315/915] 839808=test_rdoc_markup_to_html_snippet
[316/915] 839810=test_complexrational
[317/915] 839810=test_gem_commands_fetch_command
[318/915] 839815=test_cgi_header
[319/915] 839815=test_pkcs7
[320/915] 839808=test_mul
[321/915] 839808=test_mkmf
[322/915] 839808=test_win32ole_variant_outarg
[323/915] 839810=test_enumerator_kw
[324/915] 839810=test_mixed_unicode_escapes
[325/915] 839808=test_require_path_check
[326/915] 839813=test_rdoc_context
[327/915] 839810=test_pkg_config
[328/915] 839818=test_rdoc_markup_to_joined_paragraph
[329/915] 839818=test_string_memory
[330/915] 839810=regexp_test
[331/915] 839815=test_rdoc_markup_to_html
[332/915] 839808=test_rdoc_parser
[333/915] 839818=test_coderange
[334/915] 839818=test_open-uri
[335/915] 839808=test_rdoc_markup_indented_paragraph
[336/915] 839808=test_big2str
[337/915] 839808=test_line_editor
[338/915] 839810=test_history
[339/915] 839808=test_dln
[340/915] 839808=test_complex2
[341/915] 839808=test_iso_8859
[342/915] 839810=test_x509attr
[343/915] 839810=test_tree_builder
[344/915] 839810=test_protocol
[345/915] 839808=test_gem_ext_cargo_builder_link_flag_converter
[346/915] 839808=test_protect
[347/915] 839808=test_cgi_util
[348/915] 839811=test_x509req
[349/915] 839818=test_gem_commands_open_command
[350/915] 839810=dump_test
[351/915] 839815=test_enc_associate
[352/915] 839818=test_gc
[353/915] 839811=test_allocation
[354/915] 839817=test_c_struct_builder
[355/915] 839808=location_test
[356/915] 839808=test_store
[357/915] 839817=test_insns_leaf
[358/915] 839817=test_iseq
[359/915] 839807=test_fd_setsize
[360/915] 839807=test_gem_request_set
[361/915] 839808=version_test
[362/915] 839808=test_objectspace
[363/915] 839815=test_trick
[364/915] 839807=test_gem_rdoc
[365/915] 839813=lex_test
[366/915] 839807=test_require_lib
[367/915] 839813=test_gem_version_option
[368/915] 839816=test_files_test_2
[369/915] 839813=test_gem_remote_fetcher_s3
[370/915] 839817=test_rdoc_markup_parser
[371/915] 839817=test_signal
[372/915] 839806=test_fixnum
[373/915] 839806=test_timeout
[374/915] 839806=test_iseq_load
[375/915] 839813=test_fstring
[376/915] 839813=test_name_error_extension
[377/915] 839813=test_scheduler
[378/915] 839812=test_ensure_and_callcc
[379/915] 839812=test_rdoc_markup_raw
[380/915] 839812=test_big5
[381/915] 839812=test_gem_resolver_activation_request
[382/915] 839812=test_null
[383/915] 839812=test_struct
[384/915] 839813=test_gem_resolver_vendor_specification
[385/915] 839812=test_typeddata
[386/915] 839813=test_date_strftime
[387/915] 839810=compiler_test
[388/915] 839810=test_key_actor_emacs
[389/915] 839812=test_basicinstructions
[390/915] 839812=test_bigzero
[391/915] 839812=test_mutex
[392/915] 839810=test_history
[393/915] 839810=test_verbose
[394/915] 839810=test_gem_ext_builder
[395/915] 839817=test_ractor
[396/915] 839817=test_rdoc_i18n_text
[397/915] 839817=test_gem_unsatisfiable_dependency_error
[398/915] 839817=test_rdoc_tom_doc
[399/915] 839817=test_sexp
[400/915] 839812=test_logger
[401/915] 839812=pattern_test
[402/915] 839817=test_gem_package_tar_header
[403/915] 839813=test_disable_irb
[404/915] 839812=test_gem_commands_owner_command
[405/915] 839817=test_import
[406/915] 839813=test_basicsocket
[407/915] 839813=test_find
[408/915] 839813=locals_test
[409/915] 839813=test_recursion
[410/915] 839813=test_normalize
[411/915] 839813=test_scanner_events
[412/915] 839813=test_external_new
[413/915] 839813=test_abi
[414/915] 839812=test_euc_jp
[415/915] 839812=test_win32ole_typelib
[416/915] 839812=test_force_exit
[417/915] 839812=test_gem_resolver_dependency_request
[418/915] 839806=test_rubyvm
[419/915] 839806=test_data_error
[420/915] 839812=test_rdoc_markup_to_table_of_contents
[421/915] 839812=test_ancdata
[422/915] 839812=test_gem_doctor
[423/915] 839812=test_weakmap
[424/915] 839806=test_gem_uri_formatter
[425/915] 839806=test_sprintf
[426/915] 839821=test_rdoc_encoding
[427/915] 839821=test_common
[428/915] 839813=test_optimization
[429/915] 839814=test_rdoc_markdown
[430/915] 839820=test_gem_request_connection_pools
[431/915] 839806=test_ssl
[432/915] 839821=test_rdoc_constant
[433/915] 839820=test_registry
[434/915] 839820=test_deprecate
[435/915] 839817=test_ractor
[436/915] 839820=parse_success_test
[437/915] 839817=test_module
[438/915] 839820=test_gem_commands_push_command
[439/915] 839814=test_rdoc_attr
[440/915] 839814=test_http
[441/915] 839814=test_passing_block
[442/915] 839814=test_logdevice
[443/915] 839821=test_addrinfo
[444/915] 839821=test_x509cert
[445/915] 839810=test_key_actor_vi
[446/915] 839810=test_bug-14834
[447/915] 839815=test_svcb_https
[448/915] 839810=ruby_parser_test
[449/915] 839815=test_rdoc_context_section
[450/915] 839810=test_buffering
[451/915] 839810=test_rdoc_markup_include
[452/915] 839820=test_enumerable
[453/915] 839815=test_bmethod
[454/915] 839815=test_encoding
[455/915] 839810=test_load
[456/915] 839810=json_fixtures_test
[457/915] 839820=test_rdoc_generator_pot_po_entry
[458/915] 839810=test_gem_resolver_specification
[459/915] 839820=test_constant
[460/915] 839810=test_rdoc_parser_c
[461/915] 839821=test_gem_security_trust_dir
[462/915] 839821=test_default_gems
[463/915] 839815=test_enc_str_buf_cat
[464/915] 839815=test_logperiod
[465/915] 839815=test_have_func
[466/915] 839821=test_webauthn_listener
[467/915] 839810=test_lock_native_thread
[468/915] 839810=test_gem_package_tar_reader_entry
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34821>
COMMAND    PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    839821  ko1    9u  IPv4 1356994289      0t0  TCP localhost:34821->localhost:50832 (CLOSE_WAIT)
.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
[469/915] 839810=test_zsh_completion
[470/915] 839821=test_rdoc_markup_to_label
[471/915] 839810=test_install
[472/915] 839814=integer_parse_test
[473/915] 839821=test_gem_validator
[474/915] 839821=test_prettyprint
[475/915] 839821=regular_expression_options_test
[476/915] 839814=test_key_event_record
[477/915] 839821=test_queue
[478/915] 839814=test_sleep
[479/915] 839821=test_integer_comb
[480/915] 839815=index_write_test
[481/915] 839815=test_tsort
[482/915] 839815=test_ns_spki
[483/915] 839815=test_depth_first
[484/915] 839815=lex_test
[485/915] 839810=test_bundled_gems
[486/915] 839810=test_custom_command
[487/915] 839810=test_date_ractor
[488/915] 839810=test_m17n_comb
[489/915] 839807=test_pair
[490/915] 839814=test_tree_spell_checker
[491/915] 839814=test_rdoc_rd_inline_parser
[492/915] 839820=test_mdns
[493/915] 839815=test_x509store
[494/915] 839814=test_gem_ext_configure_builder
[495/915] 839820=test_dir
[496/915] 839814=test_merge_keys
[497/915] 839814=test_random
[498/915] 839816=test_kwargs
[499/915] 839814=test_io_wait
[500/915] 839816=test_rdoc_extend
[501/915] 839816=test_win32ole_type
[502/915] 839816=test_lexer
[503/915] 839814=test_threadgroup
[504/915] 839816=test_set_len
[505/915] 839816=test_rdoc_generator_json_index
[506/915] 839816=test_gem_commands_lock_command
[507/915] 839816=test_euc_kr
[508/915] 839816=test_gem_local_remote_options
[509/915] 839815=test_bash_completion
[510/915] 839815=test_exception
[511/915] 839816=test_gem_security_signer
[512/915] 839817=test_gem_commands_uninstall_command
[513/915] 839820=test_rendering
[514/915] 839816=test_files_test
[515/915] 839816=test_gem_dependency_list
[516/915] 839820=test_gem_resolver_installer_set
[517/915] 839814=test_nesting_parser
[518/915] 839814=test_gem_silent_ui
[519/915] 839816=test_require
[520/915] 839816=test_ifunless
[521/915] 839816=test_pkey_dh
[522/915] 839814=test_rdoc_text
[523/915] 839808=test_shapes
[524/915] 839808=test_ocsp
[525/915] 839814=test_gem_commands_cleanup_command
[526/915] 839816=test_interned_str
[527/915] 839816=test_placearg
[528/915] 839820=test_rdoc_markup_paragraph
[529/915] 839820=test_project_sanity
[530/915] 839820=test_config
[531/915] 839816=regular_expression_encoding_test
[532/915] 839816=test_env
[533/915] 839820=test_forwardable
[534/915] 839820=test_object_create_start
[535/915] 839820=test_continuation
[536/915] 839820=test_ensured
[537/915] 839820=test_delete
[538/915] 839808=comments_test
[539/915] 839820=test_config
[540/915] 839808=test_io_m17n
[541/915] 839811=test_gem_source_subpath_problem
[542/915] 839820=node_id_test
[543/915] 839811=test_tmpdir
[544/915] 839814=test_ts
[545/915] 839806=test_emitter
[546/915] 839806=test_locale
[547/915] 839811=test_gem_resolver_api_set
[548/915] 839807=parse_stream_test
[549/915] 839807=encodings_test
[550/915] 839806=test_string_processing
[551/915] 839811=test_io_buffer
[552/915] 839817=test_gem_impossible_dependencies_error
[553/915] 839806=json_generator_test
[554/915] 839807=test_dryrun
[555/915] 839817=test_type
[556/915] 839817=test_range
[557/915] 839820=test_udp
[558/915] 839807=dispatcher_test
[559/915] 839820=test_configuration
[560/915] 839811=test_windows_1252
[561/915] 839811=test_rdoc_single_class
[562/915] 839811=test_rdoc_alias
[563/915] 839807=test_stringify_symbols
[564/915] 839807=warnings_test
[565/915] 839811=test_to_ary_concat
[566/915] 839807=test_printf
[567/915] 839807=test_rubyoptions
[568/915] 839820=test_rdoc_token_stream
[569/915] 839820=test_compile_prism
[570/915] 839812=test_gem_commands_build_command
[571/915] 839814=test_gem_security
[572/915] 839812=test_euc_tw
[573/915] 839812=test_alias
[574/915] 839820=test_gem_requirement
[575/915] 839812=test_face
[576/915] 839820=test_sizeof
[577/915] 839812=test_wait
[578/915] 839806=test_object_references
[579/915] 839812=test_x509name
[580/915] 839812=test_sleep
[581/915] 839806=test_stringio
[582/915] 839806=test_dns
[583/915] 839811=test_dup
[584/915] 839806=test_require
[585/915] 839811=test_bug-3571
[586/915] 839811=test_system
[587/915] 839808=test_notimplement
[588/915] 839812=test_emoji_breaks
[589/915] 839812=test_comparable
[590/915] 839808=test_gem_commands_info_command
[591/915] 839812=test_rdoc_rd
[592/915] 839812=command_line_test
[593/915] 839808=test_io_timeout
[594/915] 839812=test_date_new
[595/915] 839808=test_gem_bundler_version_finder
[596/915] 839812=test_console_attr
[597/915] 839808=newline_test
[598/915] 839812=parser_test
[599/915] 839812=snippets_test
[600/915] 839808=test_ubf_async_safe
[601/915] 839808=test_array
[602/915] 839808=test_webauthn_listener_response
[603/915] 839817=heredoc_test
[604/915] 839808=constant_path_node_test
[605/915] 839817=test_gem_path_support
[606/915] 839808=test_win32ole_record
[607/915] 839808=test_autoconf
[608/915] 839808=test_did_you_mean
[609/915] 839817=test_popen_deadlock
[610/915] 839821=test_gem_safe_yaml
[611/915] 839821=test_digest_extend
[612/915] 839821=test_case
[613/915] 839821=test_cgi_multipart
[614/915] 839821=test_bug-5832
[615/915] 839821=onigmo_test
[616/915] 839808=test_struct
[617/915] 839821=test_ast
[618/915] 839808=test_rdoc_comment
[619/915] 839808=test_pack
[620/915] 839808=fuzzer_test
[621/915] 839819=test_rb_str_dup
[622/915] 839819=test_gc
[623/915] 839808=json_encoding_test
[624/915] 839819=test_time
[625/915] 839815=test_math
[626/915] 839808=test_super
[627/915] 839815=test_libs
[628/915] 839815=test_win32ole_event
[629/915] 839815=test_io_buffer
[630/915] 839815=test_arith_seq_beg_len_step
[631/915] 839815=test_hash
[632/915] 839819=test_reline
[633/915] 839814=test_gem_resolver_requirement_list
[634/915] 839814=test_beginendblock
[635/915] 839817=test_within_pipe
[636/915] 839817=test_scalar_scanner
[637/915] 839817=test_rdoc_method_attr
[638/915] 839811=test_gem_commands_pristine_command
[639/915] 839818=test_gem_config_file
[640/915] 839817=test_yamlstore
[641/915] 839817=test_yjit_exit_locations
[642/915] 839813=test_rdoc_markup_pre_process
[643/915] 839808=test_rdoc_rdoc
[644/915] 839818=test_yaml_tree
[645/915] 839814=test_case_mapping
[646/915] 839817=test_mailto
[647/915] 839817=test_gem_package_tar_writer
[648/915] 839814=test_rubygems
[649/915] 839808=ripper_test
[650/915] 839818=test_timeout
[651/915] 839813=test_not
[652/915] 839813=test_weakref
[653/915] 839817=test_function
[654/915] 839816=test_socket
[655/915] 839814=test_resource
[656/915] 839814=test_set
[657/915] 839814=test_gem_source_fetch_problem
[658/915] 839812=test_gem_update_suggestion
[659/915] 839813=test_gem_console_ui
[660/915] 839814=test_member
[661/915] 839814=test_method
[662/915] 839820=test_unicode_normalize
[663/915] 839813=test_ractor_compatibility
[664/915] 839820=test_append
[665/915] 839820=test_gem_resolver_lock_set
[666/915] 839812=test_rdoc_markup_hard_break
[667/915] 839812=test_rdoc_generator_pot_po
[668/915] 839820=test_reqarg
[669/915] 839812=test_reline_key
[670/915] 839812=test_yjit
[671/915] 839817=test_buffered_io
[672/915] 839818=test_rdoc_markup_attribute_manager
[673/915] 839817=test_m17n
[674/915] 839818=test_egrep_cpp
[675/915] 839818=test_rdoc_i18n_locale
[676/915] 839818=test_argf
[677/915] 839808=test_gem_resolver_composed_set
[678/915] 839808=test_date_conv
[679/915] 839819=test_webauthn_poller
[680/915] 839808=test_trace
[681/915] 839808=test_gem_stream_ui
[682/915] 839817=test_numhash
[683/915] 839813=test_rdoc_generator_ri
[684/915] 839817=test_nofree
[685/915] 839813=test_pkey_rsa
[686/915] 839817=test_ipaddr
[687/915] 839819=test_arity
[688/915] 839817=test_debug
[689/915] 839819=test_stringchar
[690/915] 839817=test_gem_commands_help_command
[691/915] 839808=test_arith_seq_extract
[692/915] 839817=test_digest
[693/915] 839820=test_command
[694/915] 839819=test_gem_package_old
[695/915] 839819=test_rbconfig
[696/915] 839819=test_gem_uri
[697/915] 839819=test_rdoc_parser_prism_ruby
[698/915] 839808=test_ractor
[699/915] 839811=test_psych
[700/915] 839811=test_rdoc_markup_formatter
[701/915] 839811=test_enumerator
[702/915] 839811=test_fiddle
[703/915] 839808=test_win32ole_variant
[704/915] 839808=test_nil
[705/915] 839808=test_class2name
[706/915] 839808=test_gem_commands_outdated_command
[707/915] 839811=test_gem_request_set_lockfile_tokenizer
[708/915] 839810=test_kdf
[709/915] 839808=test_time_tz
[710/915] 839820=test_backtrace
[711/915] 839811=test_rdoc_task
[712/915] 839811=string_query_test
[713/915] 839810=test_resolve_symbol
[714/915] 839808=test_profile_frames
[715/915] 839811=test_date_compat
[716/915] 839811=test_lazy_enumerator
[717/915] 839810=test_array
[718/915] 839808=test_set
[719/915] 839817=test_find_executable
[720/915] 839817=test_error_highlight
[721/915] 839808=test_gem_source
[722/915] 839816=test_rdoc_markup_to_rdoc
[723/915] 839816=test_handle
[724/915] 839813=test_frozen
[725/915] 839813=test_color_printer
[726/915] 839813=test_safe_load
[727/915] 839813=string_encoding_test
[728/915] 839813=test_benchmark
[729/915] 839808=test_name_error
[730/915] 839819=test_exception_at_throwing
[731/915] 839820=test_rdoc_parser_simple
[732/915] 839816=test_enumerator
[733/915] 839820=test_utf16
[734/915] 839820=test_gem_package
[735/915] 839819=test_change_word
[736/915] 839819=test_modify_expand
[737/915] 839819=test_gem_source_installed
[738/915] 839811=test_gem_available_set
[739/915] 839819=test_parser
[740/915] 839819=test_date
[741/915] 839819=test_pkcs12
[742/915] 839811=test_date_time
[743/915] 839811=test_assembler
[744/915] 839811=test_pty
[745/915] 839813=test_dbm
[746/915] 839813=test_variable_name_check
[747/915] 839806=test_gem_commands_list_command
[748/915] 839808=test_gem_source_vendor
[749/915] 839808=test_propertyputref
[750/915] 839808=test_gem_platform
[751/915] 839813=test_gem_uninstaller
[752/915] 839806=test_symbol
[753/915] 839806=overlap_test
[754/915] 839808=test_rdoc_ri_paths
[755/915] 839808=test_rdoc_normal_class
[756/915] 839819=test_random_formatter
[757/915] 839808=test_gem_commands_check_command
[758/915] 839819=test_gem_source_git
[759/915] 839808=test_pipe
[760/915] 839811=test_regex_casefold
[761/915] 839811=test_rdoc_code_object
[762/915] 839820=test_multi_irb_commands
[763/915] 839820=test_gem_command_manager
[764/915] 839808=test_rdoc_top_level
[765/915] 839806=test_gem_installer
[766/915] 839820=test_integer
[767/915] 839817=test_time
[768/915] 839819=json_ext_parser_test
[769/915] 839819=test_duplicate
[770/915] 839819=test_date_attr
[771/915] 839819=test_scan_args
[772/915] 839819=test_erb
[773/915] 839819=test_condition
[774/915] 839819=test_cp949
[775/915] 839819=test_class_name_check
[776/915] 839817=test_gem_resolver_git_set
[777/915] 839819=test_help
[778/915] 839819=test_string
[779/915] 839811=test_emoji
[780/915] 839808=test_sorted_set
[781/915] 839811=test_files_lib
[782/915] 839817=test_pkey_dsa
[783/915] 839808=test_https_proxy
[784/915] 839813=test_nomethod_error
[785/915] 839808=test_ssl
[786/915] 839813=test_date_strptime
[787/915] 839813=test_ractor
[788/915] 839817=library_symbols_test
[789/915] 839817=test_json_tree
[790/915] 839817=test_emitter
[791/915] 839817=test_omap
[792/915] 839817=test_marshal
[793/915] 839813=magic_comment_test
[794/915] 839808=test_zlib
[795/915] 839813=test_framework
[796/915] 839813=test_case_comprehensive
[797/915] 839817=test_proc
[798/915] 839813=test_shellwords
[799/915] 839813=test_cclass
[800/915] 839813=test_singleton_function
[801/915] 839813=test_uncorrectable_name_check
[802/915] 839813=test_load
[803/915] 839813=test_cgi_core
[804/915] 839813=test_delegate
[805/915] 839813=test_helper_method
[806/915] 839813=test_gem_source_list
[807/915] 839813=test_yaml_special_cases
[808/915] 839813=attribute_write_test
[809/915] 839813=test_parser
[810/915] 839813=test_ractor
[811/915] 839813=test_severity
[812/915] 839813=test_float
[813/915] 839817=test_rdoc_rd_inline
[814/915] 839817=test_gem_remote_fetcher_local_ssl_server
[815/915] 839815=test_files_test_1
[816/915] 839813=test_gem
[817/915] 839818=breadth_first_search_test
[818/915] 839818=test_generic
[819/915] 839818=test_fiber
[820/915] 839809=test_div
[821/915] 839809=test_rdoc_generator_darkfish
[822/915] 839814=test_resize
[823/915] 839814=test_gc_compact
[824/915] 839809=test_deprecated
[825/915] 839809=test_key_stroke
[826/915] 839820=test_ftp
[827/915] 839809=test_rdoc_markup_document
[828/915] 839809=test_vm_dump
[829/915] 839809=test_open3
[830/915] 839820=errors_test
[831/915] 839820=test_rdoc_stats
[832/915] 839820=test_cesu8
[833/915] 839820=test_gem_commands_rebuild_command
[834/915] 839817=test_gem_commands_setup_command
[835/915] 839820=test_alias_and_anchor
[836/915] 839820=test_win32ole_variant_m
[837/915] 839820=json_parser_test
[838/915] 839820=test_rdoc_store
[839/915] 839813=test_err_in_callback
[840/915] 839813=test_fips
[841/915] 839813=test_gem_commands_update_command
[842/915] 839817=test_date_parse
[843/915] 839817=test_noarg
[844/915] 839811=test_data
[845/915] 839811=test_thread
[846/915] 839811=test_pkey_ec
[847/915] 839811=test_rand
[848/915] 839820=test_ellipsize
[849/915] 839820=test_utf32
[850/915] 839820=test_integer
[851/915] 839817=test_memory_view
[852/915] 839817=test_helper
[853/915] 839817=test_gem_safe_marshal
[854/915] 839820=test_option
[855/915] 839810=test_tracer
[856/915] 839810=test_capacity
[857/915] 839810=test_nextafter
[858/915] 839820=test_input_method
[859/915] 839806=test_random
[860/915] 839806=test_bundled_ca
[861/915] 839820=test_to_ruby
[862/915] 839820=test_workspace
[863/915] 839810=static_literals_test
[864/915] 839810=test_backtrace
[865/915] 839808=heredoc_dedent_test
[866/915] 839810=test_method_name_check
[867/915] 839808=test_kernel
[868/915] 839811=test_win32ole_param
[869/915] 839811=test_rdoc_parser_markdown
[870/915] 839810=test_function_entry
[871/915] 839810=test_len
[872/915] 839810=implicit_array_test
[873/915] 839811=test_acceptable
[874/915] 839810=test_win32ole_method_event
[875/915] 839810=test_provider
[876/915] 839820=test_bn
[877/915] 839820=test_gem_package_task
[878/915] 839820=test_ansi
[879/915] 839820=test_gem_commands_server_command
[880/915] 839820=test_httpheader
[881/915] 839820=test_data
[882/915] 839820=test_rdoc_ri_driver
[883/915] 839817=test_http_request
[884/915] 839817=!Nothing_to_test
[885/915] 839817=numeric_value_test
[886/915] 839817=test_keyword
[887/915] 839811=test_ruby_lex
[888/915] 839806=test_assignment
[889/915] 839807=test_date_marshal
[890/915] 839807=test_ossl
[891/915] 839820=test_gem_request_set_gem_dependency_api
[892/915] 839813=test_grapheme_breaks
[893/915] 839813=test_syntax
[894/915] 839811=test_ripper
[895/915] 839810=test_key_name_check
[896/915] 839810=test_win32ole_param_event
[897/915] 839810=test_rdoc_rd_block_parser
[898/915] 839808=test_rdoc_servlet
[899/915] 839808=test_singleton
[900/915] 839808=test_gem_ext_cargo_builder
[901/915] 839810=test_gem_gem_runner
[902/915] 839808=test_file_exhaustive
[903/915] 839820=test_object
[904/915] 839820=test_gem_commands_signout_command
[905/915] 839820=test_rdoc_generator_pot
[906/915] 839810=test_exception
[907/915] 839820=test_autoload
[908/915] 839810=test_gem_resolver_local_specification
[909/915] 839810=test_gem_commands_exec_command
[910/915] 839811=test_gem_commands_unpack_command
[911/915] 839817=test_pack
[912/915] 839809=test_stream
[913/915] 839809=test_ractor
[914/915] 839809=test_ssl_session
[915/915] 839811=test_optarg

Retrying...
Failed tests:
TestFiberThread#test_broken_unblock: Test::Unit::AssertionFailedError: RuntimeError expected but nothing was raised.

Finished tests in 199.115436s, 161.7353 tests/s, 32792.7264 assertions/s.
32204 tests, 6529538 assertions, 0 failures, 0 errors, 402 skips

ruby -v: ruby 3.4.0dev (2024-11-28T20:04:12Z master a5119a3f27) +PRISM [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0.
$$$[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  
	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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/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.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/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.4.0dev (2024-11-28T20:04:12Z master a5119a3f27) +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 ............................................................
  3360 ............................................................
  3420 .................

Finished in 36.249228 seconds

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