# Logfile created on 2025-05-08 19:52:07 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000780ca647fdd0 @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.20250508-195207", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x0000780ca6dfefc8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000780ca6dfed70 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000780ca53a9f10 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20250508-195207", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20250508-195207>, @binmode=false, @mon_data=#<Monitor:0x0000780ca6dfe8e8>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision unchanged
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
From https://github.com/ruby/ruby
   e3452cf..b67711b  master     -> origin/master
Updating e3452cf..b67711b
Fast-forward
 shape.c                  | 10 +++++-----
 test/ruby/test_shapes.rb | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 5 deletions(-)
Latest commit hash = b67711b17a
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision unchanged
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/zjit/target/release/' /tmp/ruby/src/trunk_asan/zjit/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/shape.c
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/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/zjit/target/release/' /tmp/ruby/src/trunk_asan/zjit/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
1c8cf2bff5aa1c540ec5eb543d1dffae86b169b08df54d9696e1501a9e7fbbb4  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/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/zjit/target/release/' /tmp/ruby/src/trunk_asan/zjit/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
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
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'
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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
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/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.2/ext/rbs_extension'
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/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.2/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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
	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/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/zjit/target/release/' /tmp/ruby/src/trunk_asan/zjit/src/lib.rs
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision -
generating encdb.h
generating enc.mk
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision unchanged
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
ext/configure-ext.mk unchanged
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'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
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/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: 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/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
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/rbs-3.9.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
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/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_asan/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk_asan/bin
installing base libraries:          /tmp/ruby/install/trunk_asan/lib
installing arch files:              /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+0
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0
                                    bundler 2.7.0.dev
                                    cgi 0.4.2
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.7.0.dev.2
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.4.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.3
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.11.3
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.4
                                    stringio 3.1.8.dev
                                    strscan 3.1.5.dev
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0
                                    minitest 5.25.5
                                    power_assert 2.0.5
                                    rake 13.2.1
                                    test-unit 3.6.8
                                    rexml 3.4.1
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.8
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.9.2
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.9
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.4
                                    repl_type_completor 0.1.11
                                    ostruct 0.6.1
                                    pstore 0.2.0
                                    benchmark 0.4.0
                                    logger 1.7.0
                                    rdoc 6.13.1
                                    irb 1.15.2
                                    reline 0.6.1
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0/cache
skipped bundled gems:
    win32ole-1.9.2.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/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/zjit/target/release/' /tmp/ruby/src/trunk_asan/zjit/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/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/zjit/target/release/' /tmp/ruby/src/trunk_asan/zjit/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/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
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.9.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
Run options: 
  --seed=48799
  "--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/758] 3053635=-ext-/win32/test_dln
[  2/758] 3053638=ruby/enc/test_iso_8859
[  3/758] 3053631=ruby/test_complex2
[  4/758] 3053635=openssl/test_x509attr
[  5/758] 3053642=mkmf/test_pkg_config
[  6/758] 3053630=prism/regexp_test
[  7/758] 3053644=ruby/test_string_memory
[  8/758] 3053639=open-uri/test_open-uri
[  9/758] 3053636=-ext-/string/test_coderange
[ 10/758] 3053632=-ext-/bignum/test_big2str
[ 11/758] 3053633=ruby/test_allocation
[ 12/758] 3053643=ruby/test_gc
[ 13/758] 3053634=-ext-/string/test_enc_associate
[ 14/758] 3053637=prism/api/dump_test
[ 15/758] 3053640=prism/ruby/location_test
[ 16/758] 3053641=ruby/test_insns_leaf
[ 17/758] 3053645=yaml/test_store
[ 18/758] 3053636=ruby/test_iseq
[ 19/758] 3053632=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[ 20/758] 3053641=net/protocol/test_protocol
[ 21/758] 3053631=psych/test_tree_builder
[ 22/758] 3053644=-ext-/load/test_protect
[ 23/758] 3053644=openssl/test_x509req
[ 24/758] 3053638=cgi/test_cgi_util
[ 25/758] 3053642=rubygems/test_gem_commands_open_command
[ 26/758] 3053631=rubygems/test_gem_specification
[ 27/758] 3053645=ruby/enc/test_gbk
[ 28/758] 3053645=ruby/test_refinement
[ 29/758] 3053635=rubygems/test_gem_dependency_installer
[ 30/758] 3053630=ruby/test_warning
[ 31/758] 3053640=rubygems/test_gem_name_tuple
[ 32/758] 3053641=psych/test_class
[ 33/758] 3053641=cgi/test_cgi_session
[ 34/758] 3053641=psych/test_numeric
[ 35/758] 3053641=strscan/test_stringscanner
[ 36/758] 3053641=openssl/test_x509crl
[ 37/758] 3053630=rubygems/test_gem_package_tar_reader
[ 38/758] 3053632=ruby/enc/test_gb18030
[ 39/758] 3053639=ruby/test_mixed_unicode_escapes
[ 40/758] 3053632=-ext-/test_enumerator_kw
[ 41/758] 3053632=mkmf/test_mkmf
[ 42/758] 3053639=-ext-/bignum/test_mul
[ 43/758] 3053644=did_you_mean/spell_checking/test_require_path_check
[ 44/758] 3053639=io/nonblock/test_flush
[ 45/758] 3053638=openssl/test_pkcs7
[ 46/758] 3053639=cgi/test_cgi_header
[ 47/758] 3053639=rubygems/test_gem_commands_fetch_command
[ 48/758] 3053640=ruby/test_complexrational
[ 49/758] 3053632=-ext-/symbol/test_inadvertent_creation
[ 50/758] 3053640=prism/result/static_inspect_test
[ 51/758] 3053644=ruby/test_complex
[ 52/758] 3053640=prism/result/source_location_test
[ 53/758] 3053642=-ext-/thread/test_instrumentation_api
[ 54/758] 3053640=-ext-/vm/test_at_exit
[ 55/758] 3053640=openssl/test_x509ext
[ 56/758] 3053640=ripper/test_files_ext
[ 57/758] 3053632=psych/test_data
[ 58/758] 3053641=ruby/test_object_id
[ 59/758] 3053630=prism/unescape_test
[ 60/758] 3053630=rubygems/test_gem_commands_query_command
[ 61/758] 3053632=prism/result/equality_test
[ 62/758] 3053641=ruby/test_settracefunc
[ 63/758] 3053640=rubygems/test_gem_text
[ 64/758] 3053644=prism/ruby/tunnel_test
[ 65/758] 3053638=rubygems/test_gem_version
[ 66/758] 3053632=rubygems/test_gem_commands_stale_command
[ 67/758] 3053632=ruby/test_path
[ 68/758] 3053640=ruby/test_method_cache
[ 69/758] 3053632=ruby/test_sprintf_comb
[ 70/758] 3053640=socket/test_tcp
[ 71/758] 3053639=test_pp
[ 72/758] 3053644=rubygems/test_gem_stub_specification
[ 73/758] 3053639=openssl/test_asn1
[ 74/758] 3053634=mkmf/test_flags
[ 75/758] 3053639=monitor/test_monitor
[ 76/758] 3053639=rubygems/test_gem_ext_rake_builder
[ 77/758] 3053632=json/json_string_matching_test
[ 78/758] 3053638=ruby/test_whileuntil
[ 79/758] 3053632=ruby/test_transcode
[ 80/758] 3053638=test_extlibs
[ 81/758] 3053640=-ext-/rational/test_rat
[ 82/758] 3053640=resolv/test_svcb_https
[ 83/758] 3053640=openssl/test_buffering
[ 84/758] 3053640=prism/ruby/ruby_parser_test
[ 85/758] 3053640=-ext-/test_bug-14834
[ 86/758] 3053636=-ext-/proc/test_bmethod
[ 87/758] 3053636=psych/nodes/test_enumerable
[ 88/758] 3053636=uri/test_http
[ 89/758] 3053644=-ext-/funcall/test_passing_block
[ 90/758] 3053636=socket/test_addrinfo
[ 91/758] 3053644=openssl/test_x509cert
[ 92/758] 3053640=-ext-/string/test_enc_str_buf_cat
[ 93/758] 3053640=mkmf/test_have_func
[ 94/758] 3053636=-ext-/thread/test_lock_native_thread
[ 95/758] 3053636=rubygems/test_webauthn_listener
[ 96/758] 3053632=optparse/test_zsh_completion
[ 97/758] 3053632=rubygems/test_gem_package_tar_reader_entry
[ 98/758] 3053630=json/json_fixtures_test
[ 99/758] 3053630=dtrace/test_load
[100/758] 3053630=ruby/test_encoding
[101/758] 3053642=rubygems/test_gem_resolver_specification
[102/758] 3053642=rubygems/test_gem_security_trust_dir
[103/758] 3053632=mkmf/test_constant
[104/758] 3053642=ruby/test_default_gems
[105/758] 3053636=-ext-/exception/test_data_error
[106/758] 3053642=ruby/test_rubyvm
[107/758] 3053642=ruby/test_weakmap
[108/758] 3053636=socket/test_ancdata
[109/758] 3053636=rubygems/test_gem_doctor
[110/758] 3053644=-ext-/test_abi
[111/758] 3053636=-ext-/string/test_external_new
[112/758] 3053636=ripper/test_scanner_events
[113/758] 3053634=ruby/enc/test_euc_jp
[114/758] 3053634=rubygems/test_gem_resolver_dependency_request
[115/758] 3053630=openssl/test_ssl
[116/758] 3053636=rubygems/test_deprecate
[117/758] 3053636=win32/test_registry
[118/758] 3053636=strscan/test_ractor
[119/758] 3053636=rubygems/test_gem_commands_push_command
[120/758] 3053639=ruby/test_module
[121/758] 3053641=prism/api/parse_success_test
[122/758] 3053640=ruby/test_sprintf
[123/758] 3053644=rubygems/test_gem_uri_formatter
[124/758] 3053637=uri/test_common
[125/758] 3053644=rubygems/test_gem_request_connection_pools
[126/758] 3053634=ruby/test_optimization
[127/758] 3053641=fileutils/test_verbose
[128/758] 3053641=rubygems/test_gem_ext_builder
[129/758] 3053636=ruby/test_struct
[130/758] 3053644=prism/ruby/compiler_test
[131/758] 3053644=date/test_date_strftime
[132/758] 3053640=-ext-/typeddata/test_typeddata
[133/758] 3053636=rubygems/test_gem_resolver_vendor_specification
[134/758] 3053631=fiber/test_mutex
[135/758] 3053636=-ext-/bignum/test_bigzero
[136/758] 3053636=ruby/test_basicinstructions
[137/758] 3053637=rubygems/test_gem_commands_owner_command
[138/758] 3053636=socket/test_basicsocket
[139/758] 3053636=prism/locals_test
[140/758] 3053636=test_find
[141/758] 3053636=-ext-/string/test_normalize
[142/758] 3053636=-ext-/test_recursion
[143/758] 3053636=objspace/test_ractor
[144/758] 3053636=rubygems/test_gem_unsatisfiable_dependency_error
[145/758] 3053636=ripper/test_sexp
[146/758] 3053636=rubygems/test_gem_package_tar_header
[147/758] 3053631=prism/ruby/pattern_test
[148/758] 3053640=ripper/test_files_test_2
[149/758] 3053640=rubygems/test_gem_version_option
[150/758] 3053636=ruby/test_require_lib
[151/758] 3053640=prism/api/lex_test
[152/758] 3053640=rubygems/test_gem_rdoc
[153/758] 3053640=rubygems/test_gem_remote_fetcher_s3
[154/758] 3053631=-ext-/win32/test_fd_setsize
[155/758] 3053631=prism/version_test
[156/758] 3053631=rubygems/test_gem_request_set
[157/758] 3053635=test_trick
[158/758] 3053640=ruby/test_objectspace
[159/758] 3053637=rubygems/test_gem_resolver_activation_request
[160/758] 3053637=ruby/enc/test_big5
[161/758] 3053637=psych/test_null
[162/758] 3053637=ruby/test_signal
[163/758] 3053644=fiber/test_timeout
[164/758] 3053644=ruby/test_fixnum
[165/758] 3053644=did_you_mean/core_ext/test_name_error_extension
[166/758] 3053644=-ext-/string/test_fstring
[167/758] 3053631=-ext-/iseq_load/test_iseq_load
[168/758] 3053644=-ext-/test_ensure_and_callcc
[169/758] 3053644=fiber/test_scheduler
[170/758] 3053638=ruby/test_thread
[171/758] 3053632=ruby/test_call
[172/758] 3053645=dtrace/test_hash_create
[173/758] 3053645=json/json_generic_object_test
[174/758] 3053645=-ext-/bignum/test_pack
[175/758] 3053641=ruby/test_defined
[176/758] 3053632=date/test_switch_hitter
[177/758] 3053632=ripper/test_files_sample
[178/758] 3053641=-ext-/st/test_update
[179/758] 3053641=-ext-/method/test_arity
[180/758] 3053641=ruby/test_ractor
[181/758] 3053641=ruby/enc/test_case_options
[182/758] 3053641=rubygems/test_gem_install_update_options
[183/758] 3053632=uri/test_file
[184/758] 3053632=rubygems/test_gem_security_policy
[185/758] 3053642=rubygems/test_gem_resolver_index_set
[186/758] 3053642=net/http/test_http
[187/758] 3053645=rubygems/test_gem_dependency_resolution_error
[188/758] 3053641=ruby/test_rational2
[189/758] 3053641=prism/fixtures_test
[190/758] 3053632=open-uri/test_proxy
[191/758] 3053639=dtrace/test_raise
[192/758] 3053631=rubygems/test_gem_ci_detector
[193/758] 3053639=rubygems/test_gem_request_set_lockfile_parser
[194/758] 3053631=ruby/test_yield
[195/758] 3053632=ruby/enc/test_shift_jis
[196/758] 3053632=psych/test_string
[197/758] 3053639=io/wait/test_io_wait_uncommon
[198/758] 3053645=rubygems/test_require
[199/758] 3053639=net/http/test_https
[200/758] 3053632=erb/test_erb_command
[201/758] 3053641=mkmf/test_have_library
[202/758] 3053632=ruby/test_fnmatch
[203/758] 3053632=rubygems/test_gem_resolver_vendor_set
[204/758] 3053632=uri/test_ftp
[205/758] 3053632=ruby/test_unicode_escape
[206/758] 3053632=prism/result/integer_base_flags_test
[207/758] 3053632=net/http/test_httpresponses
[208/758] 3053632=rubygems/test_gem_ext_cmake_builder
[209/758] 3053632=ripper/test_filter
[210/758] 3053632=-ext-/string/test_too_many_dummy_encodings
[211/758] 3053632=ruby/enc/test_koi8
[212/758] 3053632=ruby/test_clone
[213/758] 3053644=objspace/test_objspace
[214/758] 3053632=erb/test_erb_m17n
[215/758] 3053632=etc/test_etc
[216/758] 3053632=rubygems/test_gem_remote_fetcher_local_server
[217/758] 3053632=uri/test_ldap
[218/758] 3053632=rubygems/test_gem_source_lock
[219/758] 3053632=-ext-/gvl/test_last_thread
[220/758] 3053641=-ext-/time/test_new
[221/758] 3053641=openssl/test_cipher
[222/758] 3053641=psych/test_hash
[223/758] 3053635=prism/api/parse_test
[224/758] 3053641=rubygems/test_gem_source_specific_file
[225/758] 3053632=socket/test_unix
[226/758] 3053635=rubygems/test_gem_commands_which_command
[227/758] 3053641=ruby/test_enum
[228/758] 3053635=optparse/test_optparse
[229/758] 3053632=psych/test_coder
[230/758] 3053632=ruby/test_symbol
[231/758] 3053645=rubygems/test_gem_commands_sources_command
[232/758] 3053636=ruby/test_undef
[233/758] 3053635=io/console/test_ractor
[234/758] 3053636=rubygems/test_gem_spec_fetcher
[235/758] 3053635=ruby/test_io
[236/758] 3053645=ruby/test_numeric
[237/758] 3053636=ruby/test_metaclass
[238/758] 3053636=date/test_date_arith
[239/758] 3053636=io/console/test_io_console
[240/758] 3053640=uri/test_ws
[241/758] 3053645=rubygems/test_gem_resolver_installed_specification
[242/758] 3053640=dtrace/test_array_create
[243/758] 3053645=-ext-/tracepoint/test_tracepoint
[244/758] 3053640=rubygems/test_gem_commands_environment_command
[245/758] 3053637=-ext-/integer/test_my_integer
[246/758] 3053637=pathname/test_ractor
[247/758] 3053640=mkmf/test_signedness
[248/758] 3053637=openssl/test_hmac
[249/758] 3053637=prism/ruby/desugar_compiler_test
[250/758] 3053637=prism/encoding/symbol_encoding_test
[251/758] 3053637=rubygems/test_gem_commands_mirror
[252/758] 3053637=cgi/test_cgi_cookie
[253/758] 3053637=-ext-/marshal/test_internal_ivar
[254/758] 3053637=ruby/test_weakkeymap
[255/758] 3053645=-ext-/marshal/test_usrmarshal
[256/758] 3053630=ruby/test_inlinecache
[257/758] 3053639=net/http/test_httpresponse
[258/758] 3053630=rubygems/test_gem_command
[259/758] 3053639=openssl/test_engine
[260/758] 3053639=-ext-/exception/test_enc_raise
[261/758] 3053639=ruby/test_key_error
[262/758] 3053639=rubygems/test_gem_request_set_lockfile
[263/758] 3053645=json/ractor_test
[264/758] 3053645=-ext-/postponed_job/test_postponed_job
[265/758] 3053630=prism/ruby/reflection_test
[266/758] 3053630=ruby/test_bignum
[267/758] 3053630=-ext-/load/test_dot_dot
[268/758] 3053630=did_you_mean/tree_spell/test_human_typo
[269/758] 3053630=rubygems/test_gem_gemcutter_utilities
[270/758] 3053639=rubygems/test_gem_remote_fetcher
[271/758] 3053642=rubygems/test_gem_resolver
[272/758] 3053633=test_tempfile
[273/758] 3053636=openssl/test_config
[274/758] 3053641=rubygems/test_gem_util
[275/758] 3053636=did_you_mean/spell_checking/test_pattern_key_name_check
[276/758] 3053630=rubygems/test_exit
[277/758] 3053636=rubygems/test_gem_commands_yank_command
[278/758] 3053645=did_you_mean/edit_distance/test_jaro_winkler
[279/758] 3053642=fiber/test_io
[280/758] 3053630=rubygems/test_gem_commands_cert_command
[281/758] 3053645=ruby/test_object
[282/758] 3053641=fiber/test_process
[283/758] 3053639=-ext-/eval/test_eval
[284/758] 3053639=fileutils/test_fileutils
[285/758] 3053636=pathname/test_pathname
[286/758] 3053641=rubygems/test_remote_fetch_error
[287/758] 3053641=psych/test_stream
[288/758] 3053641=json/json_common_interface_test
[289/758] 3053641=coverage/test_coverage
[290/758] 3053642=cgi/test_cgi_tag_helper
[291/758] 3053642=prism/result/named_capture_test
[292/758] 3053637=ruby/test_dir_m17n
[293/758] 3053633=rubygems/test_gem_resolver_git_specification
[294/758] 3053642=rubygems/test_gem_ext_ext_conf_builder
[295/758] 3053636=-ext-/string/test_qsort
[296/758] 3053636=dtrace/test_cmethod
[297/758] 3053636=rubygems/test_gem_commands_dependency_command
[298/758] 3053640=json/json_addition_test
[299/758] 3053640=-ext-/thread_fd/test_thread_fd_close
[300/758] 3053640=fiber/test_storage
[301/758] 3053640=-ext-/path_to_class/test_path_to_class
[302/758] 3053640=prism/result/string_test
[303/758] 3053640=rubygems/test_gem_dependency
[304/758] 3053639=rubygems/test_gem_resolver_index_specification
[305/758] 3053636=dtrace/test_string
[306/758] 3053636=psych/test_marshalable
[307/758] 3053636=ruby/test_iterator
[308/758] 3053639=dtrace/test_method_cache
[309/758] 3053639=prism/api/parse_comments_test
[310/758] 3053640=ruby/test_class
[311/758] 3053636=ruby/test_const
[312/758] 3053639=psych/test_serialize_subclasses
[313/758] 3053636=fiber/test_address_resolve
[314/758] 3053639=uri/test_wss
[315/758] 3053639=rubygems/test_gem_resolver_lock_specification
[316/758] 3053636=-ext-/string/test_cstr
[317/758] 3053639=ruby/test_variable
[318/758] 3053633=openssl/test_digest
[319/758] 3053633=rubygems/test_gem_source_local
[320/758] 3053645=-ext-/num2int/test_num2int
[321/758] 3053645=ruby/test_process
[322/758] 3053639=mkmf/test_have_macro
[323/758] 3053636=ruby/test_parse
[324/758] 3053633=-ext-/iter/test_iter_break
[325/758] 3053633=optparse/test_summary
[326/758] 3053632=ruby/test_thread_queue
[327/758] 3053630=fileutils/test_nowrite
[328/758] 3053630=ruby/test_flip
[329/758] 3053630=rubygems/test_gem_ext_cargo_builder_unit
[330/758] 3053630=rubygems/test_gem_commands_install_command
[331/758] 3053641=ruby/test_stack
[332/758] 3053633=test_securerandom
[333/758] 3053633=ruby/test_econv
[334/758] 3053639=-ext-/st/test_foreach
[335/758] 3053639=rubygems/test_gem_commands_search_command
[336/758] 3053639=fiber/test_thread
[337/758] 3053639=ruby/test_pattern_matching
[338/758] 3053639=ruby/test_literal
[339/758] 3053631=ruby/test_arithmetic_sequence
[340/758] 3053631=ruby/test_lambda
[341/758] 3053631=ruby/test_frozen_error
[342/758] 3053631=socket/test_sockopt
[343/758] 3053631=prism/bom_test
[344/758] 3053631=ruby/test_file
[345/758] 3053642=psych/test_encoding
[346/758] 3053642=psych/test_boolean
[347/758] 3053642=mkmf/test_config
[348/758] 3053636=psych/test_yaml
[349/758] 3053634=psych/handlers/test_recorder
[350/758] 3053634=-ext-/iter/test_yield_block
[351/758] 3053634=rubygems/test_gem_commands_specification_command
[352/758] 3053636=did_you_mean/test_spell_checker
[353/758] 3053636=-ext-/bug_reporter/test_bug_reporter
[354/758] 3053634=psych/test_document
[355/758] 3053634=fiber/test_ractor
[356/758] 3053637=prism/ruby/parameters_signature_test
[357/758] 3053637=optparse/test_getopts
[358/758] 3053637=rubygems/test_gem_resolver_api_specification
[359/758] 3053634=openssl/test_pkey
[360/758] 3053637=socket/test_nonblock
[361/758] 3053637=rubygems/test_gem_commands_signin_command
[362/758] 3053634=rubygems/test_gem_request
[363/758] 3053636=ruby/test_primitive
[364/758] 3053636=json/test_helper
[365/758] 3053636=psych/test_yamldbm
[366/758] 3053636=cgi/test_cgi_modruby
[367/758] 3053637=ruby/test_thread_cv
[368/758] 3053636=ripper/test_parser_events
[369/758] 3053641=ruby/enc/test_windows_1251
[370/758] 3053641=prism/ruby/relocation_test
[371/758] 3053641=mkmf/test_convertible
[372/758] 3053642=rubygems/test_gem_resolver_best_set
[373/758] 3053636=-ext-/file/test_stat
[374/758] 3053636=ruby/test_eval
[375/758] 3053642=resolv/test_addr
[376/758] 3053642=ruby/test_rational
[377/758] 3053630=-ext-/bignum/test_str2big
[378/758] 3053630=prism/newline_offsets_test
[379/758] 3053632=ruby/test_regexp
[380/758] 3053637=rubygems/test_gem_resolver_conflict
[381/758] 3053637=rubygems/test_gem_commands_contents_command
[382/758] 3053634=psych/test_scalar
[383/758] 3053633=ruby/test_readpartial
[384/758] 3053634=zlib/test_zlib
[385/758] 3053637=prism/magic_comment_test
[386/758] 3053633=ruby/test_marshal
[387/758] 3053630=psych/test_omap
[388/758] 3053630=ruby/enc/test_case_comprehensive
[389/758] 3053630=mkmf/test_framework
[390/758] 3053630=dtrace/test_singleton_function
[391/758] 3053630=test_shellwords
[392/758] 3053630=optparse/test_cclass
[393/758] 3053637=ruby/test_proc
[394/758] 3053642=optparse/test_load
[395/758] 3053642=did_you_mean/spell_checking/test_uncorrectable_name_check
[396/758] 3053642=ruby/test_nomethod_error
[397/758] 3053642=net/http/test_https_proxy
[398/758] 3053642=openssl/test_pkey_dsa
[399/758] 3053633=open-uri/test_ssl
[400/758] 3053630=date/test_date_strptime
[401/758] 3053636=psych/test_ractor
[402/758] 3053631=psych/visitors/test_emitter
[403/758] 3053631=psych/test_json_tree
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 38903>
[404/758] 3053630=prism/library_symbols_test
[405/758] 3053631=ruby/test_float
[406/758] 3053630=stringio/test_ractor
COMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    3053633  ko1    8u  IPv4 1219706663      0t0  TCP localhost:38903->localhost:52336 (CLOSE_WAIT)
[407/758] 3053630=rubygems/test_gem_remote_fetcher_local_ssl_server
Closed file descriptor: TestOpenURISSL#test_validation_noverify: 8
[408/758] 3053642=ripper/test_files_test_1
[409/758] 3053643=prism/api/freeze_test
[410/758] 3053636=rubygems/test_gem
[411/758] 3053643=prism/percent_delimiter_string_test
[412/758] 3053643=-ext-/stack/test_stack_overflow
[413/758] 3053643=ruby/test_set
[414/758] 3053643=cgi/test_cgi_core
[415/758] 3053643=test_delegate
[416/758] 3053643=rubygems/test_gem_source_list
[417/758] 3053639=psych/test_yaml_special_cases
[418/758] 3053639=psych/test_parser
[419/758] 3053639=prism/result/attribute_write_test
[420/758] 3053639=rubygems/test_gem_command_manager
[421/758] 3053631=rubygems/test_gem_installer
[422/758] 3053643=ruby/test_random_formatter
[423/758] 3053639=rubygems/test_gem_commands_check_command
[424/758] 3053643=ruby/enc/test_regex_casefold
[425/758] 3053639=ruby/test_pipe
[426/758] 3053643=rubygems/test_gem_source_git
[427/758] 3053637=ruby/enc/test_cp949
[428/758] 3053633=ruby/test_condition
[429/758] 3053637=rubygems/test_gem_resolver_git_set
[430/758] 3053633=did_you_mean/spell_checking/test_class_name_check
[431/758] 3053633=set/test_sorted_set
[432/758] 3053639=ripper/test_files_lib
[433/758] 3053640=ruby/enc/test_emoji
[434/758] 3053640=ruby/test_string
[435/758] 3053637=json/json_ext_parser_test
[436/758] 3053637=ruby/test_time
[437/758] 3053633=-ext-/struct/test_duplicate
[438/758] 3053633=ruby/test_integer
[439/758] 3053643=-ext-/test_scan_args
[440/758] 3053643=date/test_date_attr
[441/758] 3053630=erb/test_erb
[442/758] 3053643=ruby/test_enumerator
[443/758] 3053637=ruby/enc/test_utf16
[444/758] 3053637=rubygems/test_gem_package
[445/758] 3053634=ruby/test_frozen
[446/758] 3053634=rubygems/test_gem_source
[447/758] 3053630=psych/test_safe_load
[448/758] 3053630=prism/encoding/string_encoding_test
[449/758] 3053630=-ext-/exception/test_exception_at_throwing
[450/758] 3053635=ruby/test_name_error
[451/758] 3053630=test_pty
[452/758] 3053634=rubygems/test_gem_commands_list_command
[453/758] 3053634=rubygems/test_gem_source_vendor
[454/758] 3053634=yaml/test_dbm
[455/758] 3053634=did_you_mean/spell_checking/test_variable_name_check
[456/758] 3053636=prism/result/overlap_test
[457/758] 3053634=psych/test_symbol
[458/758] 3053634=rubygems/test_gem_uninstaller
[459/758] 3053630=rubygems/test_gem_platform
[460/758] 3053630=prism/ractor_test
[461/758] 3053637=did_you_mean/tree_spell/test_change_word
[462/758] 3053637=rubygems/test_gem_available_set
[463/758] 3053641=rubygems/test_gem_source_installed
[464/758] 3053637=-ext-/string/test_modify_expand
[465/758] 3053637=uri/test_parser
[466/758] 3053641=psych/test_date_time
[467/758] 3053637=openssl/test_pkcs12
[468/758] 3053635=date/test_date
[469/758] 3053641=json/json_coder_test
[470/758] 3053635=psych/test_psych
[471/758] 3053641=digest/test_ractor
[472/758] 3053630=fiber/test_enumerator
[473/758] 3053630=-ext-/debug/test_debug
[474/758] 3053635=-ext-/arith_seq/test_arith_seq_extract
[475/758] 3053630=ruby/test_stringchar
[476/758] 3053636=rubygems/test_gem_commands_help_command
[477/758] 3053641=rubygems/test_gem_package_old
[478/758] 3053641=rubygems/test_gem_uri
[479/758] 3053630=test_rbconfig
[480/758] 3053636=digest/test_digest
[481/758] 3053641=date/test_date_compat
[482/758] 3053641=-ext-/debug/test_profile_frames
[483/758] 3053630=-ext-/load/test_resolve_symbol
[484/758] 3053635=ruby/test_lazy_enumerator
[485/758] 3053641=mkmf/test_find_executable
[486/758] 3053630=ruby/test_array
[487/758] 3053641=error_highlight/test_error_highlight
[488/758] 3053637=rubygems/test_gem_request_set_lockfile_tokenizer
[489/758] 3053637=rubygems/test_gem_commands_outdated_command
[490/758] 3053644=-ext-/class/test_class2name
[491/758] 3053637=psych/test_nil
[492/758] 3053644=openssl/test_kdf
[493/758] 3053637=ruby/test_time_tz
[494/758] 3053637=ruby/test_backtrace
[495/758] 3053644=prism/ruby/string_query_test
[496/758] 3053644=did_you_mean/spell_checking/test_key_name_check
[497/758] 3053644=ripper/test_ripper
[498/758] 3053634=test_singleton
[499/758] 3053634=ruby/test_assignment
[500/758] 3053635=ruby/enc/test_grapheme_breaks
[501/758] 3053635=rubygems/test_gem_request_set_gem_dependency_api
[502/758] 3053635=openssl/test_ossl
[503/758] 3053637=date/test_date_marshal
[504/758] 3053637=ruby/test_syntax
[505/758] 3053644=ruby/test_autoload
[506/758] 3053642=rubygems/test_gem_resolver_local_specification
[507/758] 3053642=ruby/test_pack
[508/758] 3053639=rubygems/test_gem_commands_unpack_command
[509/758] 3053642=rubygems/test_gem_commands_exec_command
[510/758] 3053639=psych/json/test_stream
[511/758] 3053639=optparse/test_optarg
[512/758] 3053639=io/wait/test_ractor
[513/758] 3053639=openssl/test_ssl_session
[514/758] 3053633=rubygems/test_gem_gem_runner
[515/758] 3053633=rubygems/test_gem_ext_cargo_builder
[516/758] 3053633=ruby/test_file_exhaustive
[517/758] 3053642=rubygems/test_gem_commands_signout_command
[518/758] 3053642=psych/test_object
[519/758] 3053642=psych/test_exception
[520/758] 3053642=dtrace/test_function_entry
[521/758] 3053642=-ext-/struct/test_len
[522/758] 3053642=optparse/test_acceptable
[523/758] 3053636=prism/result/implicit_array_test
[524/758] 3053636=prism/heredoc_dedent_test
[525/758] 3053636=rubygems/test_kernel
[526/758] 3053639=did_you_mean/spell_checking/test_method_name_check
[527/758] 3053639=ruby/test_keyword
[528/758] 3053642=prism/result/numeric_value_test
[529/758] 3053642=lib/!Nothing_to_test
[530/758] 3053642=openssl/test_bn
[531/758] 3053635=openssl/test_provider
[532/758] 3053642=rubygems/test_gem_package_task
[533/758] 3053642=rubygems/test_gem_commands_server_command
[534/758] 3053642=net/http/test_http_request
[535/758] 3053642=ruby/test_data
[536/758] 3053642=net/http/test_httpheader
[537/758] 3053642=-ext-/string/test_ellipsize
[538/758] 3053642=-ext-/integer/test_integer
[539/758] 3053642=ruby/enc/test_utf32
[540/758] 3053642=prism/test_helper
[541/758] 3053642=ruby/test_memory_view
[542/758] 3053642=openssl/test_fips
[543/758] 3053636=date/test_date_parse
[544/758] 3053642=rubygems/test_gem_commands_update_command
[545/758] 3053635=-ext-/struct/test_data
[546/758] 3053635=optparse/test_noarg
[547/758] 3053639=ruby/test_rand
[548/758] 3053636=openssl/test_pkey_ec
[549/758] 3053631=rubygems/test_bundled_ca
[550/758] 3053636=psych/visitors/test_to_ruby
[551/758] 3053635=openssl/test_random
[552/758] 3053636=prism/result/static_literals_test
[553/758] 3053635=fiber/test_backtrace
[554/758] 3053635=rubygems/test_gem_safe_marshal
[555/758] 3053636=-ext-/float/test_nextafter
[556/758] 3053634=-ext-/string/test_capacity
[557/758] 3053634=-ext-/bignum/test_div
[558/758] 3053634=-ext-/array/test_resize
[559/758] 3053634=ruby/test_gc_compact
[560/758] 3053636=psych/test_deprecated
[561/758] 3053636=prism/result/breadth_first_search_test
[562/758] 3053636=uri/test_generic
[563/758] 3053631=ruby/test_fiber
[564/758] 3053636=ruby/enc/test_cesu8
[565/758] 3053636=psych/test_alias_and_anchor
[566/758] 3053636=rubygems/test_gem_commands_setup_command
[567/758] 3053639=rubygems/test_gem_commands_rebuild_command
[568/758] 3053639=json/json_parser_test
[569/758] 3053639=open-uri/test_ftp
[570/758] 3053639=ruby/test_vm_dump
[571/758] 3053639=prism/errors_test
[572/758] 3053641=test_open3
[573/758] 3053639=json/json_generator_test
[574/758] 3053635=rubygems/test_gem_impossible_dependencies_error
[575/758] 3053635=fiber/test_io_buffer
[576/758] 3053635=prism/encoding/encodings_test
[577/758] 3053635=fileutils/test_dryrun
[578/758] 3053635=ruby/test_range
[579/758] 3053636=-ext-/symbol/test_type
[580/758] 3053636=prism/result/node_id_test
[581/758] 3053642=test_tmpdir
[582/758] 3053642=rubygems/test_gem_source_subpath_problem
[583/758] 3053642=psych/test_emitter
[584/758] 3053642=openssl/test_ts
[585/758] 3053639=prism/api/parse_stream_test
[586/758] 3053639=rubygems/test_gem_resolver_api_set
[587/758] 3053636=-ext-/load/test_stringify_symbols
[588/758] 3053636=-ext-/array/test_to_ary_concat
[589/758] 3053639=prism/result/warnings_test
[590/758] 3053639=ruby/test_rubyoptions
[591/758] 3053630=-ext-/test_printf
[592/758] 3053630=prism/ruby/dispatcher_test
[593/758] 3053630=socket/test_udp
[594/758] 3053630=ruby/enc/test_windows_1252
[595/758] 3053630=mkmf/test_configuration
[596/758] 3053630=rubygems/test_gem_silent_ui
[597/758] 3053630=ruby/test_ifunless
[598/758] 3053630=dtrace/test_require
[599/758] 3053630=openssl/test_pkey_dh
[600/758] 3053630=openssl/test_ocsp
[601/758] 3053642=ruby/test_shapes
[602/758] 3053642=rubygems/test_gem_commands_uninstall_command
[603/758] 3053635=rubygems/test_gem_resolver_installer_set
[604/758] 3053635=ripper/test_files_test
[605/758] 3053630=rubygems/test_gem_dependency_list
[606/758] 3053630=dtrace/test_object_create_start
[607/758] 3053630=test_forwardable
[608/758] 3053635=ruby/test_continuation
[609/758] 3053635=-ext-/exception/test_ensured
[610/758] 3053630=ruby/test_io_m17n
[611/758] 3053635=rubygems/test_config
[612/758] 3053635=prism/result/comments_test
[613/758] 3053635=-ext-/hash/test_delete
[614/758] 3053635=rubygems/test_gem_commands_cleanup_command
[615/758] 3053636=optparse/test_placearg
[616/758] 3053642=-ext-/string/test_interned_str
[617/758] 3053642=rubygems/test_project_sanity
[618/758] 3053642=prism/encoding/regular_expression_encoding_test
[619/758] 3053642=ruby/test_zjit
[620/758] 3053642=ruby/test_env
[621/758] 3053636=-ext-/test_random
[622/758] 3053636=psych/test_merge_keys
[623/758] 3053636=io/wait/test_io_wait
[624/758] 3053635=optparse/test_kwargs
[625/758] 3053635=ripper/test_lexer
[626/758] 3053635=ruby/test_dir
[627/758] 3053635=rubygems/test_gem_ext_configure_builder
[628/758] 3053635=openssl/test_x509store
[629/758] 3053641=resolv/test_mdns
[630/758] 3053641=rubygems/test_gem_local_remote_options
[631/758] 3053641=rubygems/test_gem_security_signer
[632/758] 3053634=ruby/test_exception
[633/758] 3053635=optparse/test_bash_completion
[634/758] 3053641=ruby/test_threadgroup
[635/758] 3053635=-ext-/string/test_set_len
[636/758] 3053635=rubygems/test_gem_commands_lock_command
[637/758] 3053635=ruby/enc/test_euc_kr
[638/758] 3053635=prism/result/regular_expression_options_test
[639/758] 3053635=ruby/test_sleep
[640/758] 3053630=fiber/test_queue
[641/758] 3053630=mkmf/test_install
[642/758] 3053641=rubygems/test_gem_validator
[643/758] 3053641=prism/result/integer_parse_test
[644/758] 3053641=test_prettyprint
[645/758] 3053641=prism/lex_test
[646/758] 3053630=test_bundled_gems
[647/758] 3053630=openssl/test_pair
[648/758] 3053637=date/test_date_ractor
[649/758] 3053637=ruby/test_m17n_comb
[650/758] 3053640=did_you_mean/test_tree_spell_checker
[651/758] 3053640=ruby/test_integer_comb
[652/758] 3053635=prism/result/index_write_test
[653/758] 3053635=openssl/test_ns_spki
[654/758] 3053635=psych/visitors/test_depth_first
[655/758] 3053635=test_tsort
[656/758] 3053635=test_unicode_normalize
[657/758] 3053635=ruby/test_method
[658/758] 3053641=rubygems/test_gem_resolver_lock_set
[659/758] 3053641=-ext-/econv/test_append
[660/758] 3053641=did_you_mean/test_ractor_compatibility
[661/758] 3053641=optparse/test_reqarg
[662/758] 3053630=resolv/test_resource
[663/758] 3053634=rubygems/test_gem_update_suggestion
[664/758] 3053630=psych/test_set
[665/758] 3053630=rubygems/test_gem_source_fetch_problem
[666/758] 3053630=rubygems/test_gem_console_ui
[667/758] 3053630=-ext-/struct/test_member
[668/758] 3053630=-ext-/string/test_nofree
[669/758] 3053630=rubygems/test_gem_stream_ui
[670/758] 3053634=-ext-/st/test_numhash
[671/758] 3053634=ruby/test_trace
[672/758] 3053634=openssl/test_pkey_rsa
[673/758] 3053630=test_ipaddr
[674/758] 3053630=ruby/test_arity
[675/758] 3053630=net/http/test_buffered_io
[676/758] 3053642=ruby/test_yjit
[677/758] 3053630=ruby/test_m17n
[678/758] 3053641=rubygems/test_gem_resolver_composed_set
[679/758] 3053641=ruby/test_argf
[680/758] 3053630=mkmf/test_egrep_cpp
[681/758] 3053630=rubygems/test_webauthn_poller
[682/758] 3053634=date/test_date_conv
[683/758] 3053636=psych/test_yamlstore
[684/758] 3053634=rubygems/test_gem_config_file
[685/758] 3053636=rubygems/test_gem_commands_pristine_command
[686/758] 3053630=ruby/test_yjit_exit_locations
[687/758] 3053634=ruby/test_io_buffer
[688/758] 3053630=ruby/test_beginendblock
[689/758] 3053634=rubygems/test_gem_resolver_requirement_list
[690/758] 3053634=ruby/test_hash
[691/758] 3053630=-ext-/arith_seq/test_arith_seq_beg_len_step
[692/758] 3053630=psych/test_scalar_scanner
[693/758] 3053630=ruby/test_not
[694/758] 3053630=test_timeout
[695/758] 3053643=test_weakref
[696/758] 3053643=socket/test_socket
[697/758] 3053631=uri/test_mailto
[698/758] 3053631=ruby/enc/test_case_mapping
[699/758] 3053631=psych/visitors/test_yaml_tree
[700/758] 3053631=prism/ruby/ripper_test
[701/758] 3053630=rubygems/test_gem_package_tar_writer
[702/758] 3053630=rubygems/test_rubygems
[703/758] 3053636=prism/ruby/parser_test
[704/758] 3053636=prism/snippets_test
[705/758] 3053630=psych/test_array
[706/758] 3053630=-ext-/gvl/test_ubf_async_safe
[707/758] 3053630=prism/newline_test
[708/758] 3053640=prism/result/heredoc_test
[709/758] 3053640=psych/test_psych_set
[710/758] 3053640=rubygems/test_webauthn_listener_response
[711/758] 3053640=prism/result/constant_path_node_test
[712/758] 3053630=rubygems/test_gem_path_support
[713/758] 3053640=rubygems/test_gem_bundler_version_finder
[714/758] 3053630=-ext-/win32/test_console_attr
[715/758] 3053630=psych/test_struct
[716/758] 3053630=prism/onigmo_test
[717/758] 3053640=prism/fuzzer_test
[718/758] 3053630=-ext-/string/test_rb_str_dup
[719/758] 3053630=ruby/test_ast
[720/758] 3053640=mkmf/test_libs
[721/758] 3053640=ruby/test_super
[722/758] 3053631=test_time
[723/758] 3053631=json/json_encoding_test
[724/758] 3053631=ruby/test_math
[725/758] 3053631=dtrace/test_gc
[726/758] 3053631=-ext-/popen_deadlock/test_popen_deadlock
[727/758] 3053643=optparse/test_did_you_mean
[728/758] 3053640=optparse/test_autoconf
[729/758] 3053640=digest/test_digest_extend
[730/758] 3053640=rubygems/test_gem_safe_yaml
[731/758] 3053640=cgi/test_cgi_multipart
[732/758] 3053643=ruby/test_case
[733/758] 3053640=-ext-/test_bug-5832
[734/758] 3053640=-ext-/wait/test_wait
[735/758] 3053643=psych/test_object_references
[736/758] 3053643=fiber/test_sleep
[737/758] 3053640=openssl/test_x509name
[738/758] 3053640=rubygems/test_gem_commands_build_command
[739/758] 3053631=ruby/test_compile_prism
[740/758] 3053640=ruby/enc/test_euc_tw
[741/758] 3053643=rubygems/test_gem_security
[742/758] 3053640=rubygems/test_gem_requirement
[743/758] 3053635=ruby/test_alias
[744/758] 3053640=mkmf/test_sizeof
[745/758] 3053645=-ext-/test_notimplement
[746/758] 3053635=ruby/enc/test_emoji_breaks
[747/758] 3053635=ruby/test_system
[748/758] 3053645=-ext-/test_bug-3571
[749/758] 3053631=ruby/test_comparable
[750/758] 3053631=mmtk/test_configuration
[751/758] 3053631=prism/api/command_line_test
[752/758] 3053645=rubygems/test_gem_commands_info_command
[753/758] 3053631=date/test_date_new
[754/758] 3053631=ruby/test_io_timeout
[755/758] 3053631=stringio/test_stringio
[756/758] 3053645=resolv/test_dns
[757/758] 3053636=ruby/test_dup
[758/758] 3053631=ruby/test_require
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     996     996     996 ?             -1 Ss    1000   0:15 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
    996    1015    1015    1015 pts/0       1015 Ss+   1000   0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1015    1018    1015    1015 pts/0       1015 S+    1000   0:05 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1  151621    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  311356    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  341541    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  419256    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  620161    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  653320    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  694506    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  825635    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1 1050354    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 1203214    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 1740617    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1 1863343    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2597670    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
   1018 3052356    1015    1015 pts/0       1015 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
3052356 3052359    1015    1015 pts/0       1015 S+    1000   0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20250508-195207 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts="'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
3052359 3052360    1015    1015 pts/0       1015 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20250508-195207 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts='CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0' --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
3052360 3053296    1015    1015 pts/0       1015 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
3053296 3053297    1015    1015 pts/0       1015 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
3053297 3053627    1015    1015 pts/0       1015 Sl+   1000   0:16 /tmp/ruby/build/trunk_asan/ruby --disable-gems -r/tmp/ruby/src/trunk_asan/tool/lib/_tmpdir /tmp/ruby/src/trunk_asan/test/runner.rb --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
3053627 3053644    1015    1015 pts/0       1015 Sl+   1000   0:41 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
3053644 3138609    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
3053644 3138647    1015    1015 pts/0       1015 Z+    1000   0:00 [test_autoload.*] <defunct>
3053644 3138690    1015    1015 pts/0       1015 Z+    1000   0:00 [test_autoload.*] <defunct>
      1 3179324    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3432248    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3455248    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
3052360 3614392    1015    1015 pts/0       1015 R+    1000   0:00 ps jx
      1 3646963    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3823805    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3916981    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3942842    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 4016598 4016598 4016598 ?             -1 Ss    1000   0:00 /usr/lib/systemd/systemd --user
4016598 4016618 4016598 4016598 ?             -1 S     1000   0:00 (sd-pam)
4016168 4017000 4016168 4016168 ?             -1 S     1000   0:00 sshd: ko1@pts/1
4017000 4017180 4017180 4017180 pts/1    4017180 Ss+   1000   0:00 -bash
      1 4068349    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
{1=>[996, 151621, 311356, 341541, 419256, 620161, 653320, 694506, 825635, 1050354, 1203214, 1740617, 1863343, 2597670, 3179324, 3432248, 3455248, 3646963, 3823805, 3916981, 3942842, 4016598, 4068349], 996=>[1015], 1015=>[1018], 1018=>[3052356], 3052356=>[3052359], 3052359=>[3052360], 3052360=>[3053296, 3614392], 3053296=>[3053297], 3053297=>[3053627], 3053627=>[3053644], 3053644=>[3138609, 3138647, 3138690], 4016598=>[4016618], 4016168=>[4017000], 4017000=>[4017180]}
$ timeout 60 gdb -p 3138609 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 3138610]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005890bc68fe2e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7b455ba006c0 (LWP 3138609) "test_autoload.*" 0x00005890bc68fe2e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x7b45786006c0 (LWP 3138610) "test_autoload.*" 0x00007b459491b4cd in __GI___poll (fds=0x7b4550309040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7b45786006c0 (LWP 3138610) "test_autoload.*"):
#0  0x00007b459491b4cd in __GI___poll (fds=0x7b4550309040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005890bc61a6ca in __interceptor_poll ()
No symbol table info available.
#2  0x00005890bc9da56f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1057
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = -1
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3011
        vm = <optimized out>
#4  0x00005890bc673a7f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007b459489caa4 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {135538302518976, -6407326849710658251, 135538302518976, -352, 0, 135537820164432, -6407326849723241163, -6407140673371869899}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007b4594929c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7b455ba006c0 (LWP 3138609) "test_autoload.*"):
#0  0x00005890bc68fe2e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005890bc690dea in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005890bc5df660 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x00005890bc5df4d9 in __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Refill(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long) ()
No symbol table info available.
#4  0x00005890bc5df105 in __sanitizer::CombinedAllocator<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >, __sanitizer::LargeMmapAllocatorPtrArrayDynamic>::Allocate(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >*, unsigned long, unsigned long) ()
No symbol table info available.
#5  0x00005890bc5da10e in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x00005890bc5d9ef8 in __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x00005890bc675e63 in __interceptor_malloc ()
No symbol table info available.
#8  0x00005890bc723fc6 in rb_gc_impl_malloc (objspace_ptr=0x51d000000a80, size=528) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8117
        gpr = 107008
        objspace = 0x51d000000a80
        mem = <optimized out>
#9  0x00005890bc6ff7f5 in ruby_xmalloc2_body (n=n@entry=528, size=size@entry=1) at /tmp/ruby/src/trunk_asan/gc.c:4950
No locals.
#10 ruby_xmalloc2 (n=n@entry=528, size=size@entry=1) at /tmp/ruby/src/trunk_asan/gc.c:4944
No locals.
#11 0x00005890bc7a3d52 in new_arena () at /tmp/ruby/src/trunk_asan/iseq.c:622
        new_arena = <optimized out>
#12 prepare_iseq_build (iseq=iseq@entry=0x7b4572d23cb8, name=<optimized out>, name@entry=135538765964520, path=path@entry=135538173637320, realpath=realpath@entry=135538173638040, first_lineno=first_lineno@entry=0, code_location=code_location@entry=0x7b455510a9c0, node_id=7, parent=0x0, isolated_depth=0, type=ISEQ_TYPE_TOP, script_lines=4, option=0x7b455510a9a0) at /tmp/ruby/src/trunk_asan/iseq.c:668
        coverage = 0
        err_info = 4
        body = <optimized out>
#13 0x00005890bc7a3155 in pm_iseq_new_with_opt (node=<optimized out>, name=<optimized out>, path=<optimized out>, realpath=<optimized out>, first_lineno=<optimized out>, parent=<optimized out>, isolated_depth=<optimized out>, type=<optimized out>, option=0x7b455510a9a0, error_state=<optimized out>) at /tmp/ruby/src/trunk_asan/iseq.c:1096
        next_option = {inline_const_cache = 1, peephole_optimization = 1, tailcall_optimization = 0, specialized_instruction = 1, operands_unification = 1, instructions_unification = 0, frozen_string_literal = -1, debug_frozen_string_literal = 0, coverage_enabled = 1, debug_level = 0}
        code_location = {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 34}}
        data = <optimized out>
        iseq = 0x7b4572d23cb8
        location = <optimized out>
        start_line = <optimized out>
        start = <optimized out>
        end = <optimized out>
#14 0x00005890bc7a2d54 in pm_iseq_new_top (node=node@entry=0x7b455b9fc698, name=name@entry=135538765964520, path=path@entry=135538173637320, realpath=realpath@entry=135538173638040, parent=parent@entry=0x0, error_state=error_state@entry=0x7b455b9fc7c0) at /tmp/ruby/src/trunk_asan/iseq.c:927
No locals.
#15 0x00005890bc7c0450 in load_iseq_eval (ec=0x51600194a6d0, fname=fname@entry=135538173637320) at /tmp/ruby/src/trunk_asan/load.c:756
        error_state = <optimized out>
        result = <optimized out>
        error = <optimized out>
        ec = 0x51600194a6d0
        v = <optimized out>
        th = <optimized out>
        realpath_map = 135538767549280
        iseq = <optimized out>
#16 0x00005890bc7bb4fb in require_internal (ec=ec@entry=0x51600194a6d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1296
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x5150000a8c80
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 135538767549440
        realpath_map = 135538767549280
        path = 135538173637320
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#17 0x00005890bc7b94f2 in rb_require_string_internal (fname=135538173638040, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1402
        result = <optimized out>
        ec = 0x51600194a6d0
        result = <optimized out>
#18 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1388
No locals.
#19 0x00005890bcaab308 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3797
        ci = 0x1381100140003
        cc = <optimized out>
        me = 0x7b4593d370a8
        cfunc = 0x504000018558
        recv = 135538767678880
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#20 0x00005890bca915dd in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7b455b9fd2f0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4775
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#21 0x00005890bca97275 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4184
No locals.
#22 0x00005890bca58c39 in vm_sendish (ec=0x51600194a6d0, reg_cfp=0x7b455bcf96e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#23 vm_exec_core (ec=ec@entry=0x51600194a6d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5890bca51b4f <vm_exec_core+26607>, 0x5890bca4e0db <vm_exec_core+11643>, 0x5890bca4b9dd <vm_exec_core+1661>, 0x5890bca4ca9f <vm_exec_core+5951>, 0x5890bca51d39 <vm_exec_core+27097>, 0x5890bca4c75d <vm_exec_core+5117>, 0x5890bca53200 <vm_exec_core+32416>, 0x5890bca50c58 <vm_exec_core+22776>, 0x5890bca4f145 <vm_exec_core+15845>, 0x5890bca4bd3a <vm_exec_core+2522>, 0x5890bca52509 <vm_exec_core+29097>, 0x5890bca5210f <vm_exec_core+28079>, 0x5890bca4c9a0 <vm_exec_core+5696>, 0x5890bca4c258 <vm_exec_core+3832>, 0x5890bca511d3 <vm_exec_core+24179>, 0x5890bca4d63a <vm_exec_core+8922>, 0x5890bca52986 <vm_exec_core+30246>, 0x5890bca523be <vm_exec_core+28766>, 0x5890bca4def9 <vm_exec_core+11161>, 0x5890bca4f0ad <vm_exec_core+15693>, 0x5890bca50d79 <vm_exec_core+23065>, 0x5890bca5231a <vm_exec_core+28602>, 0x5890bca4fffa <vm_exec_core+19610>, 0x5890bca50f21 <vm_exec_core+23489>, 0x5890bca516f9 <vm_exec_core+25497>, 0x5890bca4fef1 <vm_exec_core+19345>, 0x5890bca4c1ad <vm_exec_core+3661>, 0x5890bca507ab <vm_exec_core+21579>, 0x5890bca4bf6d <vm_exec_core+3085>, 0x5890bca4c356 <vm_exec_core+4086>, 0x5890bca4e326 <vm_exec_core+12230>, 0x5890bca4fc39 <vm_exec_core+18649>, 0x5890bca5047e <vm_exec_core+20766>, 0x5890bca4fa44 <vm_exec_core+18148>, 0x5890bca4bc56 <vm_exec_core+2294>, 0x5890bca51a77 <vm_exec_core+26391>, 0x5890bca51fd2 <vm_exec_core+27762>, 0x5890bca4c3f3 <vm_exec_core+4243>, 0x5890bca4d0d8 <vm_exec_core+7544>, 0x5890bca4ca45 <vm_exec_core+5861>, 0x5890bca4d88d <vm_exec_core+9517>, 0x5890bca4ef01 <vm_exec_core+15265>, 0x5890bca4c49a <vm_exec_core+4410>, 0x5890bca517c6 <vm_exec_core+25702>, 0x5890bca4d00e <vm_exec_core+7342>, 0x5890bca4eb82 <vm_exec_core+14370>, 0x5890bca4f63a <vm_exec_core+17114>, 0x5890bca51334 <vm_exec_core+24532>, 0x5890bca501f9 <vm_exec_core+20121>, 0x5890bca4d936 <vm_exec_core+9686>, 0x5890bca4d331 <vm_exec_core+8145>, 0x5890bca510d8 <vm_exec_core+23928>, 0x5890bca4e582 <vm_exec_core+12834>, 0x5890bca5087d <vm_exec_core+21789>, 0x5890bca5036b <vm_exec_core+20491>, 0x5890bca5090a <vm_exec_core+21930>, 0x5890bca51c5a <vm_exec_core+26874>, 0x5890bca4b6fb <vm_exec_core+923>, 0x5890bca51447 <vm_exec_core+24807>, 0x5890bca4dbff <vm_exec_core+10399>, 0x5890bca50fee <vm_exec_core+23694>, 0x5890bca4dd25 <vm_exec_core+10693>, 0x5890bca4fe3d <vm_exec_core+19165>, 0x5890bca52c51 <vm_exec_core+30961>, 0x5890bca4f4a9 <vm_exec_core+16713>, 0x5890bca4fb01 <vm_exec_core+18337>, 0x5890bca4df8c <vm_exec_core+11308>, 0x5890bca4d455 <vm_exec_core+8437>, 0x5890bca509d7 <vm_exec_core+22135>, 0x5890bca4c5a5 <vm_exec_core+4677>, 0x5890bca4f2ad <vm_exec_core+16205>, 0x5890bca5a4f4 <vm_exec_core+61844>, 0x5890bca5013a <vm_exec_core+19930>, 0x5890bca4c640 <vm_exec_core+4832>, 0x5890bca4cef1 <vm_exec_core+7057>, 0x5890bca4cd0a <vm_exec_core+6570>, 0x5890bca4d1ca <vm_exec_core+7786>, 0x5890bca4da55 <vm_exec_core+9973>, 0x5890bca528ae <vm_exec_core+30030>, 0x5890bca4b700 <vm_exec_core+928>, 0x5890bca4ce16 <vm_exec_core+6838>, 0x5890bca5337b <vm_exec_core+32795>, 0x5890bca506a9 <vm_exec_core+21321>, 0x5890bca4f93a <vm_exec_core+17882>, 0x5890bca51856 <vm_exec_core+25846>, 0x5890bca53735 <vm_exec_core+33749>, 0x5890bca51b7e <vm_exec_core+26654>, 0x5890bca52a28 <vm_exec_core+30408>, 0x5890bca52af9 <vm_exec_core+30617>, 0x5890bca4c077 <vm_exec_core+3351>, 0x5890bca5242a <vm_exec_core+28874>, 0x5890bca4e4a6 <vm_exec_core+12614>, 0x5890bca52675 <vm_exec_core+29461>, 0x5890bca4ddca <vm_exec_core+10858>, 0x5890bca4d6d7 <vm_exec_core+9079>, 0x5890bca4e9dd <vm_exec_core+13949>, 0x5890bca4c50b <vm_exec_core+4523>, 0x5890bca52bc6 <vm_exec_core+30822>, 0x5890bca4ec3b <vm_exec_core+14555>, 0x5890bca4e7c9 <vm_exec_core+13417>, 0x5890bca4b7f4 <vm_exec_core+1172>, 0x5890bca4be13 <vm_exec_core+2739>, 0x5890bca4f7ed <vm_exec_core+17549>, 0x5890bca4edd9 <vm_exec_core+14969>, 0x5890bca4f6c0 <vm_exec_core+17248>, 0x5890bca4f562 <vm_exec_core+16898>, 0x5890bca4e3c3 <vm_exec_core+12387>, 0x5890bca4ecd5 <vm_exec_core+14709>, 0x5890bca4e8ba <vm_exec_core+13658>, 0x5890bca4f032 <vm_exec_core+15570>, 0x5890bca4efb7 <vm_exec_core+15447>, 0x5890bca51b40 <vm_exec_core+26592>, 0x5890bca4e0cc <vm_exec_core+11628>, 0x5890bca4b9ce <vm_exec_core+1646>, 0x5890bca4ca90 <vm_exec_core+5936>, 0x5890bca51d2a <vm_exec_core+27082>, 0x5890bca4c74e <vm_exec_core+5102>, 0x5890bca531f1 <vm_exec_core+32401>, 0x5890bca50c49 <vm_exec_core+22761>, 0x5890bca4f136 <vm_exec_core+15830>, 0x5890bca4bd2b <vm_exec_core+2507>, 0x5890bca524fa <vm_exec_core+29082>, 0x5890bca52100 <vm_exec_core+28064>, 0x5890bca4c991 <vm_exec_core+5681>, 0x5890bca4c249 <vm_exec_core+3817>, 0x5890bca511c4 <vm_exec_core+24164>, 0x5890bca4d62b <vm_exec_core+8907>, 0x5890bca52977 <vm_exec_core+30231>, 0x5890bca523af <vm_exec_core+28751>, 0x5890bca4deea <vm_exec_core+11146>, 0x5890bca4f09e <vm_exec_core+15678>, 0x5890bca50d6a <vm_exec_core+23050>, 0x5890bca5230b <vm_exec_core+28587>, 0x5890bca4ffeb <vm_exec_core+19595>, 0x5890bca50f12 <vm_exec_core+23474>, 0x5890bca516ea <vm_exec_core+25482>, 0x5890bca4fee2 <vm_exec_core+19330>, 0x5890bca4c19e <vm_exec_core+3646>, 0x5890bca5079c <vm_exec_core+21564>, 0x5890bca4bf5e <vm_exec_core+3070>, 0x5890bca4c347 <vm_exec_core+4071>, 0x5890bca4e317 <vm_exec_core+12215>, 0x5890bca4fc2a <vm_exec_core+18634>, 0x5890bca5046f <vm_exec_core+20751>, 0x5890bca4fa35 <vm_exec_core+18133>, 0x5890bca4bc47 <vm_exec_core+2279>, 0x5890bca51a68 <vm_exec_core+26376>, 0x5890bca51fc3 <vm_exec_core+27747>, 0x5890bca4c3e4 <vm_exec_core+4228>, 0x5890bca4d0c9 <vm_exec_core+7529>, 0x5890bca4ca36 <vm_exec_core+5846>, 0x5890bca4d87e <vm_exec_core+9502>, 0x5890bca4eef2 <vm_exec_core+15250>, 0x5890bca4c48b <vm_exec_core+4395>, 0x5890bca517b7 <vm_exec_core+25687>, 0x5890bca4cfff <vm_exec_core+7327>, 0x5890bca4eb73 <vm_exec_core+14355>, 0x5890bca4f62b <vm_exec_core+17099>, 0x5890bca51325 <vm_exec_core+24517>, 0x5890bca501ea <vm_exec_core+20106>, 0x5890bca4d927 <vm_exec_core+9671>, 0x5890bca4d322 <vm_exec_core+8130>, 0x5890bca510c9 <vm_exec_core+23913>, 0x5890bca4e573 <vm_exec_core+12819>, 0x5890bca5086e <vm_exec_core+21774>, 0x5890bca5035c <vm_exec_core+20476>, 0x5890bca508fb <vm_exec_core+21915>, 0x5890bca51c4b <vm_exec_core+26859>, 0x5890bca50117 <vm_exec_core+19895>, 0x5890bca51438 <vm_exec_core+24792>, 0x5890bca4dbf0 <vm_exec_core+10384>, 0x5890bca50fdf <vm_exec_core+23679>, 0x5890bca4dd16 <vm_exec_core+10678>, 0x5890bca4fe2e <vm_exec_core+19150>, 0x5890bca50117 <vm_exec_core+19895>, 0x5890bca4f49a <vm_exec_core+16698>, 0x5890bca4faf2 <vm_exec_core+18322>, 0x5890bca4df7d <vm_exec_core+11293>, 0x5890bca4d446 <vm_exec_core+8422>, 0x5890bca509c8 <vm_exec_core+22120>, 0x5890bca4c596 <vm_exec_core+4662>, 0x5890bca4f29e <vm_exec_core+16190>, 0x5890bca5a4e5 <vm_exec_core+61829>, 0x5890bca5012b <vm_exec_core+19915>, 0x5890bca4c631 <vm_exec_core+4817>, 0x5890bca4cee2 <vm_exec_core+7042>, 0x5890bca4ccfb <vm_exec_core+6555>, 0x5890bca4d1bb <vm_exec_core+7771>, 0x5890bca4da46 <vm_exec_core+9958>, 0x5890bca4f935 <vm_exec_core+17877>, 0x5890bca4f294 <vm_exec_core+16180>, 0x5890bca4f930 <vm_exec_core+17872>, 0x5890bca500d7 <vm_exec_core+19831>, 0x5890bca50097 <vm_exec_core+19767>, 0x5890bca4d1b6 <vm_exec_core+7766>, 0x5890bca50433 <vm_exec_core+20691>, 0x5890bca4e7bf <vm_exec_core+13407>, 0x5890bca4e7c4 <vm_exec_core+13412>, 0x5890bca50092 <vm_exec_core+19762>, 0x5890bca4fc25 <vm_exec_core+18629>...}
        reg_cfp = 0x7b455bcf96e8
        reg_pc = 0x5110000a0738
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#24 0x00005890bca47b0b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x51600194a6d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7b455b9fd6a0, <optimized out>, <optimized out>}, prev = 0x7b4555209f80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#25 0x00005890bcabf23a in vm_call0_body (ec=<optimized out>, calling=0x7b4555309860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x7b45553098d0
        cc = <optimized out>
        ret = <optimized out>
#26 0x00005890bcabeaaf in vm_call0_cme (ec=0x51600194a6d0, calling=0x7b4555309860, argv=0x7b455b9fdaa0, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#27 vm_call0_body (ec=<optimized out>, calling=0x7b4555309860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x7b45702a57e8
        orig_cme = <optimized out>
th: 0x5150000a8c80, native_id: 0x7b455ba006c0
        ci = 0x7b45553098d0
        cc = 0x7b4572d2af18
        ret = <optimized out>
#28 0x00005890bca72dde in vm_call0_cc (recv=135538767678880, id=22689, argc=<optimized out>, argv=<optimized out>, cc=0x7b4572d2af18, kw_splat=0, ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
-- Control frame information -----------------------------------------------
c:0007 p:---- s:0027 e:000026 DUMMY  [FINISH]
        flags = <optimized out>
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
c:0006 p:---- s:0024 e:000023 CFUNC  :require
c:0005 p:0023 s:0019 e:000018 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:136 [FINISH]
        use_argv = 0x0
        av = <optimized out>
c:0004 p:0002 s:0013 e:000012 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
c:0003 p:---- s:0010 e:000009 CFUNC  :fork
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
#29 rb_funcallv_scope (recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, scope=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1047
        ci = <optimized out>
        ec = <optimized out>
        cc = 0x7b4572d2af18
        self = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]
#30 0x00005890bca73c0e in rb_funcallv (recv=135538767678880, mid=22689, argc=1, argv=0x7b455b9fdaa0) at /tmp/ruby/src/trunk_asan/vm_eval.c:1062
No locals.

#31 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1119
        ar = <optimized out>
        argv = 0x7b455b9fdaa0
#32 0x00005890bca32ade in autoload_feature_require (_arguments=135537820163728) at /tmp/ruby/src/trunk_asan/variable.c:3227
        arguments = 0x7b455b9fde90
        autoload_const = <optimized out>
        result = <optimized out>
#33 autoload_try_load (_arguments=135537820163728) at /tmp/ruby/src/trunk_asan/variable.c:3241
        arguments = 0x7b455b9fde90
        result = <optimized out>
        ce = <optimized out>
#34 0x00005890bc6be2d0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x51600194a6d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7b455b9fde10, <optimized out>, 0x7b455b9fdd20, <optimized out>, <optimized out>}, prev = 0x7b4555209740, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x51600194a6d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#35 0x00005890bca31e46 in rb_autoload_load (module=module@entry=135538767756600, name=name@entry=194491) at /tmp/ruby/src/trunk_asan/variable.c:3302
        ce = 0x503000a25890
        arguments = {module = 135538767756600, name = 194491, flag = 0, mutex = 135538209340760, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
#36 0x00005890bca3c3dd in rb_const_search_from (klass=135538765582240, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3404
        ac = 0xfffffffffffffe00
        am = 135538767756600
        tmp = 135538767756600
        ce = <optimized out>
        current = 135538767756600
        value = <optimized out>
        first_iteration = <optimized out>
#37 0x00005890bca33b44 in rb_const_search (klass=135538765582240, id=194491, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3426
        value = <optimized out>
#38 rb_const_get_0 (klass=<optimized out>, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3353
        c = <optimized out>
#39 0x00005890bca3f73e in vm_get_ev_const (ec=<optimized out>, orig_klass=<optimized out>, id=<optimized out>, allow_nil=<optimized out>, is_defined=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1129
        root_cref = <optimized out>
        klass = 92358976736008
        cref = <optimized out>
        val = <optimized out>
        root_cref = <optimized out>
        cref = <optimized out>
        klass = <optimized out>
        av = <optimized out>
        am = <optimized out>
        ce = <optimized out>
        search_continue = <optimized out>
#40 0x00005890bca4aa11 in vm_get_ev_const_chain (ec=0x51600194a6d0, segments=0x502001fceeb0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1162
        id = 0
        val = 128
        idx = <optimized out>
        allow_nil = <optimized out>
#41 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x502001fced70) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6439
        segments = 0x502001fceeb0
        ice = <optimized out>
        val = <optimized out>
#42 0x00005890bca4c9f8 in vm_exec_core (ec=ec@entry=0x51600194a6d0) at ../../src/trunk_asan/insns.def:263
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5890bca51b4f <vm_exec_core+26607>, 0x5890bca4e0db <vm_exec_core+11643>, 0x5890bca4b9dd <vm_exec_core+1661>, 0x5890bca4ca9f <vm_exec_core+5951>, 0x5890bca51d39 <vm_exec_core+27097>, 0x5890bca4c75d <vm_exec_core+5117>, 0x5890bca53200 <vm_exec_core+32416>, 0x5890bca50c58 <vm_exec_core+22776>, 0x5890bca4f145 <vm_exec_core+15845>, 0x5890bca4bd3a <vm_exec_core+2522>, 0x5890bca52509 <vm_exec_core+29097>, 0x5890bca5210f <vm_exec_core+28079>, 0x5890bca4c9a0 <vm_exec_core+5696>, 0x5890bca4c258 <vm_exec_core+3832>, 0x5890bca511d3 <vm_exec_core+24179>, 0x5890bca4d63a <vm_exec_core+8922>, 0x5890bca52986 <vm_exec_core+30246>, 0x5890bca523be <vm_exec_core+28766>, 0x5890bca4def9 <vm_exec_core+11161>, 0x5890bca4f0ad <vm_exec_core+15693>, 0x5890bca50d79 <vm_exec_core+23065>, 0x5890bca5231a <vm_exec_core+28602>, 0x5890bca4fffa <vm_exec_core+19610>, 0x5890bca50f21 <vm_exec_core+23489>, 0x5890bca516f9 <vm_exec_core+25497>, 0x5890bca4fef1 <vm_exec_core+19345>, 0x5890bca4c1ad <vm_exec_core+3661>, 0x5890bca507ab <vm_exec_core+21579>, 0x5890bca4bf6d <vm_exec_core+3085>, 0x5890bca4c356 <vm_exec_core+4086>, 0x5890bca4e326 <vm_exec_core+12230>, 0x5890bca4fc39 <vm_exec_core+18649>, 0x5890bca5047e <vm_exec_core+20766>, 0x5890bca4fa44 <vm_exec_core+18148>, 0x5890bca4bc56 <vm_exec_core+2294>, 0x5890bca51a77 <vm_exec_core+26391>, 0x5890bca51fd2 <vm_exec_core+27762>, 0x5890bca4c3f3 <vm_exec_core+4243>, 0x5890bca4d0d8 <vm_exec_core+7544>, 0x5890bca4ca45 <vm_exec_core+5861>, 0x5890bca4d88d <vm_exec_core+9517>, 0x5890bca4ef01 <vm_exec_core+15265>, 0x5890bca4c49a <vm_exec_core+4410>, 0x5890bca517c6 <vm_exec_core+25702>, 0x5890bca4d00e <vm_exec_core+7342>, 0x5890bca4eb82 <vm_exec_core+14370>, 0x5890bca4f63a <vm_exec_core+17114>, 0x5890bca51334 <vm_exec_core+24532>, 0x5890bca501f9 <vm_exec_core+20121>, 0x5890bca4d936 <vm_exec_core+9686>, 0x5890bca4d331 <vm_exec_core+8145>, 0x5890bca510d8 <vm_exec_core+23928>, 0x5890bca4e582 <vm_exec_core+12834>, 0x5890bca5087d <vm_exec_core+21789>, 0x5890bca5036b <vm_exec_core+20491>, 0x5890bca5090a <vm_exec_core+21930>, 0x5890bca51c5a <vm_exec_core+26874>, 0x5890bca4b6fb <vm_exec_core+923>, 0x5890bca51447 <vm_exec_core+24807>, 0x5890bca4dbff <vm_exec_core+10399>, 0x5890bca50fee <vm_exec_core+23694>, 0x5890bca4dd25 <vm_exec_core+10693>, 0x5890bca4fe3d <vm_exec_core+19165>, 0x5890bca52c51 <vm_exec_core+30961>, 0x5890bca4f4a9 <vm_exec_core+16713>, 0x5890bca4fb01 <vm_exec_core+18337>, 0x5890bca4df8c <vm_exec_core+11308>, 0x5890bca4d455 <vm_exec_core+8437>, 0x5890bca509d7 <vm_exec_core+22135>, 0x5890bca4c5a5 <vm_exec_core+4677>, 0x5890bca4f2ad <vm_exec_core+16205>, 0x5890bca5a4f4 <vm_exec_core+61844>, 0x5890bca5013a <vm_exec_core+19930>, 0x5890bca4c640 <vm_exec_core+4832>, 0x5890bca4cef1 <vm_exec_core+7057>, 0x5890bca4cd0a <vm_exec_core+6570>, 0x5890bca4d1ca <vm_exec_core+7786>, 0x5890bca4da55 <vm_exec_core+9973>, 0x5890bca528ae <vm_exec_core+30030>, 0x5890bca4b700 <vm_exec_core+928>, 0x5890bca4ce16 <vm_exec_core+6838>, 0x5890bca5337b <vm_exec_core+32795>, 0x5890bca506a9 <vm_exec_core+21321>, 0x5890bca4f93a <vm_exec_core+17882>, 0x5890bca51856 <vm_exec_core+25846>, 0x5890bca53735 <vm_exec_core+33749>, 0x5890bca51b7e <vm_exec_core+26654>, 0x5890bca52a28 <vm_exec_core+30408>, 0x5890bca52af9 <vm_exec_core+30617>, 0x5890bca4c077 <vm_exec_core+3351>, 0x5890bca5242a <vm_exec_core+28874>, 0x5890bca4e4a6 <vm_exec_core+12614>, 0x5890bca52675 <vm_exec_core+29461>, 0x5890bca4ddca <vm_exec_core+10858>, 0x5890bca4d6d7 <vm_exec_core+9079>, 0x5890bca4e9dd <vm_exec_core+13949>, 0x5890bca4c50b <vm_exec_core+4523>, 0x5890bca52bc6 <vm_exec_core+30822>, 0x5890bca4ec3b <vm_exec_core+14555>, 0x5890bca4e7c9 <vm_exec_core+13417>, 0x5890bca4b7f4 <vm_exec_core+1172>, 0x5890bca4be13 <vm_exec_core+2739>, 0x5890bca4f7ed <vm_exec_core+17549>, 0x5890bca4edd9 <vm_exec_core+14969>, 0x5890bca4f6c0 <vm_exec_core+17248>, 0x5890bca4f562 <vm_exec_core+16898>, 0x5890bca4e3c3 <vm_exec_core+12387>, 0x5890bca4ecd5 <vm_exec_core+14709>, 0x5890bca4e8ba <vm_exec_core+13658>, 0x5890bca4f032 <vm_exec_core+15570>, 0x5890bca4efb7 <vm_exec_core+15447>, 0x5890bca51b40 <vm_exec_core+26592>, 0x5890bca4e0cc <vm_exec_core+11628>, 0x5890bca4b9ce <vm_exec_core+1646>, 0x5890bca4ca90 <vm_exec_core+5936>, 0x5890bca51d2a <vm_exec_core+27082>, 0x5890bca4c74e <vm_exec_core+5102>, 0x5890bca531f1 <vm_exec_core+32401>, 0x5890bca50c49 <vm_exec_core+22761>, 0x5890bca4f136 <vm_exec_core+15830>, 0x5890bca4bd2b <vm_exec_core+2507>, 0x5890bca524fa <vm_exec_core+29082>, 0x5890bca52100 <vm_exec_core+28064>, 0x5890bca4c991 <vm_exec_core+5681>, 0x5890bca4c249 <vm_exec_core+3817>, 0x5890bca511c4 <vm_exec_core+24164>, 0x5890bca4d62b <vm_exec_core+8907>, 0x5890bca52977 <vm_exec_core+30231>, 0x5890bca523af <vm_exec_core+28751>, 0x5890bca4deea <vm_exec_core+11146>, 0x5890bca4f09e <vm_exec_core+15678>, 0x5890bca50d6a <vm_exec_core+23050>, 0x5890bca5230b <vm_exec_core+28587>, 0x5890bca4ffeb <vm_exec_core+19595>, 0x5890bca50f12 <vm_exec_core+23474>, 0x5890bca516ea <vm_exec_core+25482>, 0x5890bca4fee2 <vm_exec_core+19330>, 0x5890bca4c19e <vm_exec_core+3646>, 0x5890bca5079c <vm_exec_core+21564>, 0x5890bca4bf5e <vm_exec_core+3070>, 0x5890bca4c347 <vm_exec_core+4071>, 0x5890bca4e317 <vm_exec_core+12215>, 0x5890bca4fc2a <vm_exec_core+18634>, 0x5890bca5046f <vm_exec_core+20751>, 0x5890bca4fa35 <vm_exec_core+18133>, 0x5890bca4bc47 <vm_exec_core+2279>, 0x5890bca51a68 <vm_exec_core+26376>, 0x5890bca51fc3 <vm_exec_core+27747>, 0x5890bca4c3e4 <vm_exec_core+4228>, 0x5890bca4d0c9 <vm_exec_core+7529>, 0x5890bca4ca36 <vm_exec_core+5846>, 0x5890bca4d87e <vm_exec_core+9502>, 0x5890bca4eef2 <vm_exec_core+15250>, 0x5890bca4c48b <vm_exec_core+4395>, 0x5890bca517b7 <vm_exec_core+25687>, 0x5890bca4cfff <vm_exec_core+7327>, 0x5890bca4eb73 <vm_exec_core+14355>, 0x5890bca4f62b <vm_exec_core+17099>, 0x5890bca51325 <vm_exec_core+24517>, 0x5890bca501ea <vm_exec_core+20106>, 0x5890bca4d927 <vm_exec_core+9671>, 0x5890bca4d322 <vm_exec_core+8130>, 0x5890bca510c9 <vm_exec_core+23913>, 0x5890bca4e573 <vm_exec_core+12819>, 0x5890bca5086e <vm_exec_core+21774>, 0x5890bca5035c <vm_exec_core+20476>, 0x5890bca508fb <vm_exec_core+21915>, 0x5890bca51c4b <vm_exec_core+26859>, 0x5890bca50117 <vm_exec_core+19895>, 0x5890bca51438 <vm_exec_core+24792>, 0x5890bca4dbf0 <vm_exec_core+10384>, 0x5890bca50fdf <vm_exec_core+23679>, 0x5890bca4dd16 <vm_exec_core+10678>, 0x5890bca4fe2e <vm_exec_core+19150>, 0x5890bca50117 <vm_exec_core+19895>, 0x5890bca4f49a <vm_exec_core+16698>, 0x5890bca4faf2 <vm_exec_core+18322>, 0x5890bca4df7d <vm_exec_core+11293>, 0x5890bca4d446 <vm_exec_core+8422>, 0x5890bca509c8 <vm_exec_core+22120>, 0x5890bca4c596 <vm_exec_core+4662>, 0x5890bca4f29e <vm_exec_core+16190>, 0x5890bca5a4e5 <vm_exec_core+61829>, 0x5890bca5012b <vm_exec_core+19915>, 0x5890bca4c631 <vm_exec_core+4817>, 0x5890bca4cee2 <vm_exec_core+7042>, 0x5890bca4ccfb <vm_exec_core+6555>, 0x5890bca4d1bb <vm_exec_core+7771>, 0x5890bca4da46 <vm_exec_core+9958>, 0x5890bca4f935 <vm_exec_core+17877>, 0x5890bca4f294 <vm_exec_core+16180>, 0x5890bca4f930 <vm_exec_core+17872>, 0x5890bca500d7 <vm_exec_core+19831>, 0x5890bca50097 <vm_exec_core+19767>, 0x5890bca4d1b6 <vm_exec_core+7766>, 0x5890bca50433 <vm_exec_core+20691>, 0x5890bca4e7bf <vm_exec_core+13407>, 0x5890bca4e7c4 <vm_exec_core+13412>, 0x5890bca50092 <vm_exec_core+19762>, 0x5890bca4fc25 <vm_exec_core+18629>...}
        reg_cfp = 0x7b455bcf9720
        reg_pc = 0xfffffffffffffe00
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#43 0x00005890bca47b0b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x51600194a6d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7b455b9fe940, <optimized out>, <optimized out>}, prev = 0x7b45553096b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#44 0x00005890bcac8c82 in invoke_iseq_block_from_c (ec=0x51600194a6d0, captured=0x7b455bcf97a8, self=135538170711800, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1648
        flags = 0
        iseq = 0x7b456eecd400
        cfp = <optimized out>
        sp = 0x7b455bbf9850
        use_argv = 0x0
        stack_argv = 0x7b455bbf9850
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#45 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1662
        captured = 0x7b455bcf97a8
#46 0x00005890bca75026 in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1699
No locals.
#47 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1707
No locals.
#48 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#49 0x00005890bca75026 in rb_yield (val=<optimized out>)
No locals.
#50 0x00005890bc6bdbaa in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1054
        _ec = 0x51600194a6d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7b455b9fecd0, <optimized out>, 0x7b455b9febe0, <optimized out>, <optimized out>}, prev = 0x7b4555209240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x51600194a6d0
        cfp = 0x7b455bcf9758
#51 0x00005890bc83a3eb in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4287
        status = <optimized out>
        pid = <optimized out>
#52 0x00005890bcaab308 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3797
        ci = 0x64c100040001
        cc = <optimized out>
        me = 0x7b4572d23da8
        cfunc = 0x504000020058
        recv = 135538170711800
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#53 0x00005890bca915dd in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7b455b9ff3b0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4775
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#54 0x00005890bca91095 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4915
        ci = <optimized out>
        cc = 0x0
#55 0x00005890bca535d6 in vm_sendish (ec=0x51600194a6d0, reg_cfp=0x7b455bcf9790, cd=0x502001fcefd0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#56 vm_exec_core (ec=ec@entry=0x51600194a6d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502001fcefd0
        insns_address_table = {0x5890bca51b4f <vm_exec_core+26607>, 0x5890bca4e0db <vm_exec_core+11643>, 0x5890bca4b9dd <vm_exec_core+1661>, 0x5890bca4ca9f <vm_exec_core+5951>, 0x5890bca51d39 <vm_exec_core+27097>, 0x5890bca4c75d <vm_exec_core+5117>, 0x5890bca53200 <vm_exec_core+32416>, 0x5890bca50c58 <vm_exec_core+22776>, 0x5890bca4f145 <vm_exec_core+15845>, 0x5890bca4bd3a <vm_exec_core+2522>, 0x5890bca52509 <vm_exec_core+29097>, 0x5890bca5210f <vm_exec_core+28079>, 0x5890bca4c9a0 <vm_exec_core+5696>, 0x5890bca4c258 <vm_exec_core+3832>, 0x5890bca511d3 <vm_exec_core+24179>, 0x5890bca4d63a <vm_exec_core+8922>, 0x5890bca52986 <vm_exec_core+30246>, 0x5890bca523be <vm_exec_core+28766>, 0x5890bca4def9 <vm_exec_core+11161>, 0x5890bca4f0ad <vm_exec_core+15693>, 0x5890bca50d79 <vm_exec_core+23065>, 0x5890bca5231a <vm_exec_core+28602>, 0x5890bca4fffa <vm_exec_core+19610>, 0x5890bca50f21 <vm_exec_core+23489>, 0x5890bca516f9 <vm_exec_core+25497>, 0x5890bca4fef1 <vm_exec_core+19345>, 0x5890bca4c1ad <vm_exec_core+3661>, 0x5890bca507ab <vm_exec_core+21579>, 0x5890bca4bf6d <vm_exec_core+3085>, 0x5890bca4c356 <vm_exec_core+4086>, 0x5890bca4e326 <vm_exec_core+12230>, 0x5890bca4fc39 <vm_exec_core+18649>, 0x5890bca5047e <vm_exec_core+20766>, 0x5890bca4fa44 <vm_exec_core+18148>, 0x5890bca4bc56 <vm_exec_core+2294>, 0x5890bca51a77 <vm_exec_core+26391>, 0x5890bca51fd2 <vm_exec_core+27762>, 0x5890bca4c3f3 <vm_exec_core+4243>, 0x5890bca4d0d8 <vm_exec_core+7544>, 0x5890bca4ca45 <vm_exec_core+5861>, 0x5890bca4d88d <vm_exec_core+9517>, 0x5890bca4ef01 <vm_exec_core+15265>, 0x5890bca4c49a <vm_exec_core+4410>, 0x5890bca517c6 <vm_exec_core+25702>, 0x5890bca4d00e <vm_exec_core+7342>, 0x5890bca4eb82 <vm_exec_core+14370>, 0x5890bca4f63a <vm_exec_core+17114>, 0x5890bca51334 <vm_exec_core+24532>, 0x5890bca501f9 <vm_exec_core+20121>, 0x5890bca4d936 <vm_exec_core+9686>, 0x5890bca4d331 <vm_exec_core+8145>, 0x5890bca510d8 <vm_exec_core+23928>, 0x5890bca4e582 <vm_exec_core+12834>, 0x5890bca5087d <vm_exec_core+21789>, 0x5890bca5036b <vm_exec_core+20491>, 0x5890bca5090a <vm_exec_core+21930>, 0x5890bca51c5a <vm_exec_core+26874>, 0x5890bca4b6fb <vm_exec_core+923>, 0x5890bca51447 <vm_exec_core+24807>, 0x5890bca4dbff <vm_exec_core+10399>, 0x5890bca50fee <vm_exec_core+23694>, 0x5890bca4dd25 <vm_exec_core+10693>, 0x5890bca4fe3d <vm_exec_core+19165>, 0x5890bca52c51 <vm_exec_core+30961>, 0x5890bca4f4a9 <vm_exec_core+16713>, 0x5890bca4fb01 <vm_exec_core+18337>, 0x5890bca4df8c <vm_exec_core+11308>, 0x5890bca4d455 <vm_exec_core+8437>, 0x5890bca509d7 <vm_exec_core+22135>, 0x5890bca4c5a5 <vm_exec_core+4677>, 0x5890bca4f2ad <vm_exec_core+16205>, 0x5890bca5a4f4 <vm_exec_core+61844>, 0x5890bca5013a <vm_exec_core+19930>, 0x5890bca4c640 <vm_exec_core+4832>, 0x5890bca4cef1 <vm_exec_core+7057>, 0x5890bca4cd0a <vm_exec_core+6570>, 0x5890bca4d1ca <vm_exec_core+7786>, 0x5890bca4da55 <vm_exec_core+9973>, 0x5890bca528ae <vm_exec_core+30030>, 0x5890bca4b700 <vm_exec_core+928>, 0x5890bca4ce16 <vm_exec_core+6838>, 0x5890bca5337b <vm_exec_core+32795>, 0x5890bca506a9 <vm_exec_core+21321>, 0x5890bca4f93a <vm_exec_core+17882>, 0x5890bca51856 <vm_exec_core+25846>, 0x5890bca53735 <vm_exec_core+33749>, 0x5890bca51b7e <vm_exec_core+26654>, 0x5890bca52a28 <vm_exec_core+30408>, 0x5890bca52af9 <vm_exec_core+30617>, 0x5890bca4c077 <vm_exec_core+3351>, 0x5890bca5242a <vm_exec_core+28874>, 0x5890bca4e4a6 <vm_exec_core+12614>, 0x5890bca52675 <vm_exec_core+29461>, 0x5890bca4ddca <vm_exec_core+10858>, 0x5890bca4d6d7 <vm_exec_core+9079>, 0x5890bca4e9dd <vm_exec_core+13949>, 0x5890bca4c50b <vm_exec_core+4523>, 0x5890bca52bc6 <vm_exec_core+30822>, 0x5890bca4ec3b <vm_exec_core+14555>, 0x5890bca4e7c9 <vm_exec_core+13417>, 0x5890bca4b7f4 <vm_exec_core+1172>, 0x5890bca4be13 <vm_exec_core+2739>, 0x5890bca4f7ed <vm_exec_core+17549>, 0x5890bca4edd9 <vm_exec_core+14969>, 0x5890bca4f6c0 <vm_exec_core+17248>, 0x5890bca4f562 <vm_exec_core+16898>, 0x5890bca4e3c3 <vm_exec_core+12387>, 0x5890bca4ecd5 <vm_exec_core+14709>, 0x5890bca4e8ba <vm_exec_core+13658>, 0x5890bca4f032 <vm_exec_core+15570>, 0x5890bca4efb7 <vm_exec_core+15447>, 0x5890bca51b40 <vm_exec_core+26592>, 0x5890bca4e0cc <vm_exec_core+11628>, 0x5890bca4b9ce <vm_exec_core+1646>, 0x5890bca4ca90 <vm_exec_core+5936>, 0x5890bca51d2a <vm_exec_core+27082>, 0x5890bca4c74e <vm_exec_core+5102>, 0x5890bca531f1 <vm_exec_core+32401>, 0x5890bca50c49 <vm_exec_core+22761>, 0x5890bca4f136 <vm_exec_core+15830>, 0x5890bca4bd2b <vm_exec_core+2507>, 0x5890bca524fa <vm_exec_core+29082>, 0x5890bca52100 <vm_exec_core+28064>, 0x5890bca4c991 <vm_exec_core+5681>, 0x5890bca4c249 <vm_exec_core+3817>, 0x5890bca511c4 <vm_exec_core+24164>, 0x5890bca4d62b <vm_exec_core+8907>, 0x5890bca52977 <vm_exec_core+30231>, 0x5890bca523af <vm_exec_core+28751>, 0x5890bca4deea <vm_exec_core+11146>, 0x5890bca4f09e <vm_exec_core+15678>, 0x5890bca50d6a <vm_exec_core+23050>, 0x5890bca5230b <vm_exec_core+28587>, 0x5890bca4ffeb <vm_exec_core+19595>, 0x5890bca50f12 <vm_exec_core+23474>, 0x5890bca516ea <vm_exec_core+25482>, 0x5890bca4fee2 <vm_exec_core+19330>, 0x5890bca4c19e <vm_exec_core+3646>, 0x5890bca5079c <vm_exec_core+21564>, 0x5890bca4bf5e <vm_exec_core+3070>, 0x5890bca4c347 <vm_exec_core+4071>, 0x5890bca4e317 <vm_exec_core+12215>, 0x5890bca4fc2a <vm_exec_core+18634>, 0x5890bca5046f <vm_exec_core+20751>, 0x5890bca4fa35 <vm_exec_core+18133>, 0x5890bca4bc47 <vm_exec_core+2279>, 0x5890bca51a68 <vm_exec_core+26376>, 0x5890bca51fc3 <vm_exec_core+27747>, 0x5890bca4c3e4 <vm_exec_core+4228>, 0x5890bca4d0c9 <vm_exec_core+7529>, 0x5890bca4ca36 <vm_exec_core+5846>, 0x5890bca4d87e <vm_exec_core+9502>, 0x5890bca4eef2 <vm_exec_core+15250>, 0x5890bca4c48b <vm_exec_core+4395>, 0x5890bca517b7 <vm_exec_core+25687>, 0x5890bca4cfff <vm_exec_core+7327>, 0x5890bca4eb73 <vm_exec_core+14355>, 0x5890bca4f62b <vm_exec_core+17099>, 0x5890bca51325 <vm_exec_core+24517>, 0x5890bca501ea <vm_exec_core+20106>, 0x5890bca4d927 <vm_exec_core+9671>, 0x5890bca4d322 <vm_exec_core+8130>, 0x5890bca510c9 <vm_exec_core+23913>, 0x5890bca4e573 <vm_exec_core+12819>, 0x5890bca5086e <vm_exec_core+21774>, 0x5890bca5035c <vm_exec_core+20476>, 0x5890bca508fb <vm_exec_core+21915>, 0x5890bca51c4b <vm_exec_core+26859>, 0x5890bca50117 <vm_exec_core+19895>, 0x5890bca51438 <vm_exec_core+24792>, 0x5890bca4dbf0 <vm_exec_core+10384>, 0x5890bca50fdf <vm_exec_core+23679>, 0x5890bca4dd16 <vm_exec_core+10678>, 0x5890bca4fe2e <vm_exec_core+19150>, 0x5890bca50117 <vm_exec_core+19895>, 0x5890bca4f49a <vm_exec_core+16698>, 0x5890bca4faf2 <vm_exec_core+18322>, 0x5890bca4df7d <vm_exec_core+11293>, 0x5890bca4d446 <vm_exec_core+8422>, 0x5890bca509c8 <vm_exec_core+22120>, 0x5890bca4c596 <vm_exec_core+4662>, 0x5890bca4f29e <vm_exec_core+16190>, 0x5890bca5a4e5 <vm_exec_core+61829>, 0x5890bca5012b <vm_exec_core+19915>, 0x5890bca4c631 <vm_exec_core+4817>, 0x5890bca4cee2 <vm_exec_core+7042>, 0x5890bca4ccfb <vm_exec_core+6555>, 0x5890bca4d1bb <vm_exec_core+7771>, 0x5890bca4da46 <vm_exec_core+9958>, 0x5890bca4f935 <vm_exec_core+17877>, 0x5890bca4f294 <vm_exec_core+16180>, 0x5890bca4f930 <vm_exec_core+17872>, 0x5890bca500d7 <vm_exec_core+19831>, 0x5890bca50097 <vm_exec_core+19767>, 0x5890bca4d1b6 <vm_exec_core+7766>, 0x5890bca50433 <vm_exec_core+20691>, 0x5890bca4e7bf <vm_exec_core+13407>, 0x5890bca4e7c4 <vm_exec_core+13412>, 0x5890bca50092 <vm_exec_core+19762>, 0x5890bca4fc25 <vm_exec_core+18629>...}
        reg_cfp = 0x7b455bcf9790
        reg_pc = 0x5040018b7570
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#57 0x00005890bca47b0b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x51600194a6d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7b455b9ff6c0, <optimized out>, <optimized out>}, prev = 0x7b455b9ffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#58 0x00005890bca84edb in invoke_iseq_block_from_c (ec=0x51600194a6d0, captured=<optimized out>, self=135538170711800, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1648
        flags = 0
        iseq = 0x7b456eecd428
        cfp = 0x7b455bcf97c8
        sp = 0x7b455bbf9818
        use_argv = <optimized out>
        stack_argv = 0x7b455bbf9818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#59 invoke_block_from_c_proc (ec=0x51600194a6d0, self=135538170711800, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1742
        block = <optimized out>
        keyword_hash = <optimized out>
#60 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1772
No locals.
#61 0x00005890bca83166 in rb_vm_invoke_proc (ec=0x540000000b08, proc=0x80, proc@entry=0x5040018e5010, argc=-1133969874, argc@entry=0, argv=0x0, kw_splat=0, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1793
        self = 0
#62 0x00005890bc9d8ddd in thread_do_start_proc (th=th@entry=0x5150000a8c80) at /tmp/ruby/src/trunk_asan/thread.c:608
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040018e5010
        args_len = 0
        args_ptr = <optimized out>
#63 0x00005890bc9d69ba in thread_do_start (th=0x5150000a8c80) at /tmp/ruby/src/trunk_asan/thread.c:625
        result = 36
#64 thread_start_func_2 (th=th@entry=0x5150000a8c80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:680
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#65 0x00005890bc9d5c7e in call_thread_start_func_2 (th=0x5150000a8c80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2181
        stack_start = <optimized out>
        stack_start_addr = 0x7b455b9ffcc0
#66 nt_start (ptr=0x50c0004c2e80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2226
        th = 0x5150000a8c80
        sched = <optimized out>
        nt = 0x50c0004c2e80
        vm = 0x525000000100
#67 0x00005890bc673a7f in asan_thread_start(void*) ()
No symbol table info available.
#68 0x00007b459489caa4 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {135537820174016, -6407252632675783371, 135537820174016, -352, 0, 140723874909104, -6407252632688366283, -6407140673371869899}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#69 0x00007b4594929c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 3138609) detached]
$ timeout 60 gdb -p 3138647 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 3138690 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

  1) Failure:
TestAutoload#test_autoload_fork [/tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:405]:
[ruby-core:86410] [Bug #14634].
Expected #<Test::Unit::AssertionFailedError: Expected #<Process::Status: pid 3138609 SIGKILL (signal 9)> to be success?.> to be nil.

  2) Failure:
TestAutoload#test_autoload_fork [/tmp/ruby/src/trunk_asan/tool/lib/zombie_hunter.rb:6]:
Expected [[3138647, #<Process::Status: pid 3138647 exit 0>],
 [3138690, #<Process::Status: pid 3138690 exit 0>]] to be empty.

Finished tests in 593.235240s, 48.4631 tests/s, 10242.3029 assertions/s.
28750 tests, 6076095 assertions, 2 failures, 0 errors, 139 skips

ruby -v: ruby 3.5.0dev (2025-05-08T19:48:35Z master b67711b17a) +PRISM [x86_64-linux]

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 3053644 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:969: yes-test-all] Error 2

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 3053627 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 3053297 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 3053296 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

$ timeout 60 gdb -p 3614392 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/zjit/target/release/' /tmp/ruby/src/trunk_asan/zjit/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/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
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.9.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ruby 3.5.0dev (2025-05-08T19:48:35Z master b67711b17a) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 .....................................

Finished in 32.408213 seconds

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