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

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     999     999     999 ?             -1 Ss    1000   0:12 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
    999    1021    1021    1021 pts/0       1021 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
   1021    1022    1021    1021 pts/0       1021 S+    1000   0:04 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1   65610    1021    1021 pts/0       1021 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  177887    1021    1021 pts/0       1021 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
4016288  386364    1021    1021 pts/0       1021 R+    1000   0:00 ps jx
      1  452310    1021    1021 pts/0       1021 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  584441    1021    1021 pts/0       1021 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 1164625    1021    1021 pts/0       1021 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 2005784    1021    1021 pts/0       1021 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 2117046    1021    1021 pts/0       1021 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 2306871    1021    1021 pts/0       1021 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 2681903    1021    1021 pts/0       1021 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 2825499    1021    1021 pts/0       1021 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 2849766    1021    1021 pts/0       1021 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 3202376    1021    1021 pts/0       1021 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 3220467    1021    1021 pts/0       1021 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 3393617    1021    1021 pts/0       1021 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 3696633    1021    1021 pts/0       1021 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
   1022 4016174    1021    1021 pts/0       1021 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
4016174 4016287    1021    1021 pts/0       1021 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.20251119-093505 --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
4016287 4016288    1021    1021 pts/0       1021 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20251119-093505 --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
4016288 4017217    1021    1021 pts/0       1021 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
4017217 4017218    1021    1021 pts/0       1021 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
4017218 4017545    1021    1021 pts/0       1021 Sl+   1000   0:21 /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
4017545 4017563    1021    1021 pts/0       1021 Sl+   1000   0:52 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
4017563 4089040    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
4017563 4089101    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
      1 4123412    1021    1021 pts/0       1021 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=>[999, 65610, 177887, 452310, 584441, 1164625, 2005784, 2117046, 2306871, 2681903, 2825499, 2849766, 3202376, 3220467, 3393617, 3696633, 4123412], 999=>[1021], 1021=>[1022], 4016288=>[386364, 4017217], 1022=>[4016174], 4016174=>[4016287], 4016287=>[4016288], 4017217=>[4017218], 4017218=>[4017545], 4017545=>[4017563], 4017563=>[4089040, 4089101]}
$ timeout 60 gdb -p 386364 -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 4089040 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 4089045]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005b026fc8eede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7a77dace36c0 (LWP 4089040) "test_autoload.*" 0x00005b026fc8eede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x7a77e1eef6c0 (LWP 4089045) "test_autoload.*" 0x00007a7805b1b4fd in __GI___poll (fds=0x7a77e63bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7a77e1eef6c0 (LWP 4089045) "test_autoload.*"):
#0  0x00007a7805b1b4fd in __GI___poll (fds=0x7a77e63bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005b026fc1977a in __interceptor_poll ()
No symbol table info available.
#2  0x00005b027000190a in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1067
        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:3075
        vm = <optimized out>
#4  0x00005b026fc72b2f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007a7805a9caa4 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 = {134655310231232, 4108811774057929827, 134655310231232, -352, 0, 134655190635056, 4108811774045346915, 4114783747062127715}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007a7805b29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7a77dace36c0 (LWP 4089040) "test_autoload.*"):
#0  0x00005b026fc8eede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005b026fc8fe9a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005b026fbde710 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x00005b026fbde589 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  0x00005b026fbde1b5 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  0x00005b026fbd91be in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x00005b026fbd9873 in __asan::asan_calloc(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x00005b026fc75110 in __interceptor_calloc ()
No symbol table info available.
#8  0x00005b027014b1d9 in pm_constant_pool_init (pool=pool@entry=0x7a77dacdf8f0, capacity=4) at /tmp/ruby/src/trunk_asan/prism/util/pm_constant_pool.c:185
        maximum = 4294967295
        element_size = 24
        memory = <optimized out>
#9  0x00005b02705a1f86 in pm_parser_init (parser=parser@entry=0x7a77dacdf6b0, source=source@entry=0x7a7805125000 "sleep 0.3; class AutoloadTest; end\n", size=35, options=options@entry=0x7a77dacdf978) at /tmp/ruby/src/trunk_asan/prism/prism.c:22748
        newline = <optimized out>
        length = <optimized out>
        constant_size = <optimized out>
        newline_size = <optimized out>
        search_shebang = <optimized out>
#10 0x00005b0270349e9f in pm_parse_file (result=0x7a77dacdf6b0, filepath=<optimized out>, script_lines=<optimized out>) at /tmp/ruby/src/trunk_asan/prism_compile.c:11403
        rbimpl_id = 40779
        node = <optimized out>
        error = <optimized out>
        id_script_lines = <optimized out>
#11 0x00005b026fdcdbcd in load_iseq_eval (ec=0x5160004fc5d0, fname=fname@entry=134655287820200) at /tmp/ruby/src/trunk_asan/load.c:746
        result = <optimized out>
        error = <optimized out>
        ec = 0x5160004fc5d0
        v = <optimized out>
        realpath_map = 134655902208040
        box = 0x5b02713aaee0 <root_box_data>
        iseq = <optimized out>
#12 0x00005b026fdc83d5 in require_internal (ec=ec@entry=0x5160004fc5d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1355
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000242a00
        box = 0x5b02713aaee0 <root_box_data>
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 134655902208200
        realpath_map = 134655902208040
        path = 134655287820200
        state = RUBY_TAG_NONE
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
        prev_ext_config = <optimized out>
#13 0x00005b026fdc601b in rb_require_string_internal (fname=134655310349000, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1466
        result = <optimized out>
        ec = 0x5160004fc5d0
        result = <optimized out>
#14 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1452
No locals.
#15 0x00005b02700e0a38 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:3896
        ci = 0x13d7100140003
        cc = <optimized out>
        me = 0x7a7804f81640
        cfunc = 0x506000036fe8
        recv = 134655902398560
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#16 0x00005b02700c6305 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7a77dace0620) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4882
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#17 0x00005b02700cc435 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4291
No locals.
#18 0x00005b02700823bd in vm_sendish (ec=0x5160004fc5d0, reg_cfp=0x7a77dffc76e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6115
        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>
#19 vm_exec_core (ec=ec@entry=0x5160004fc5d0) at ../../src/trunk_asan/insns.def:902
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b0270076646 <vm_exec_core+1494>, 0x5b027007794d <vm_exec_core+6365>, 0x5b027007cb71 <vm_exec_core+27393>, 0x5b02700774bf <vm_exec_core+5199>, 0x5b027007d922 <vm_exec_core+30898>, 0x5b027007b72d <vm_exec_core+22205>, 0x5b027007933e <vm_exec_core+13006>, 0x5b02700767ae <vm_exec_core+1854>, 0x5b027007d164 <vm_exec_core+28916>, 0x5b027007ceac <vm_exec_core+28220>, 0x5b027007773c <vm_exec_core+5836>, 0x5b0270076c9e <vm_exec_core+3118>, 0x5b027007be26 <vm_exec_core+23990>, 0x5b0270078243 <vm_exec_core+8659>, 0x5b027007d365 <vm_exec_core+29429>, 0x5b027007d00e <vm_exec_core+28574>, 0x5b0270078931 <vm_exec_core+10433>, 0x5b02700792cd <vm_exec_core+12893>, 0x5b027007b985 <vm_exec_core+22805>, 0x5b027007cf85 <vm_exec_core+28437>, 0x5b027007ada0 <vm_exec_core+19760>, 0x5b027007ba0e <vm_exec_core+22942>, 0x5b027007c4c7 <vm_exec_core+25687>, 0x5b027007acdd <vm_exec_core+19565>, 0x5b0270076bdb <vm_exec_core+2923>, 0x5b027007b430 <vm_exec_core+21440>, 0x5b0270076a6e <vm_exec_core+2558>, 0x5b0270076ea4 <vm_exec_core+3636>, 0x5b0270078bb4 <vm_exec_core+11076>, 0x5b027007a8aa <vm_exec_core+18490>, 0x5b027007b2c9 <vm_exec_core+21081>, 0x5b027007a54f <vm_exec_core+17631>, 0x5b027007667a <vm_exec_core+1546>, 0x5b027007c6f7 <vm_exec_core+26247>, 0x5b027007cdd7 <vm_exec_core+28007>, 0x5b027007704b <vm_exec_core+4059>, 0x5b0270077bf7 <vm_exec_core+7047>, 0x5b02700778b5 <vm_exec_core+6213>, 0x5b0270078332 <vm_exec_core+8898>, 0x5b0270079169 <vm_exec_core+12537>, 0x5b02700770f2 <vm_exec_core+4226>, 0x5b027007c55f <vm_exec_core+25839>, 0x5b0270077b81 <vm_exec_core+6929>, 0x5b0270079017 <vm_exec_core+12199>, 0x5b0270079ade <vm_exec_core+14958>, 0x5b027007bebc <vm_exec_core+24140>, 0x5b027007af62 <vm_exec_core+20210>, 0x5b027007860c <vm_exec_core+9628>, 0x5b0270077e8e <vm_exec_core+7710>, 0x5b027007bd12 <vm_exec_core+23714>, 0x5b0270078d94 <vm_exec_core+11556>, 0x5b027007b52f <vm_exec_core+21695>, 0x5b027007afd4 <vm_exec_core+20324>, 0x5b027007b5e6 <vm_exec_core+21878>, 0x5b027007caa9 <vm_exec_core+27193>, 0x5b027007a361 <vm_exec_core+17137>, 0x5b027007bf75 <vm_exec_core+24325>, 0x5b02700763c8 <vm_exec_core+856>, 0x5b027007baa3 <vm_exec_core+23091>, 0x5b027007872b <vm_exec_core+9915>, 0x5b027007ac38 <vm_exec_core+19400>, 0x5b027007ae78 <vm_exec_core+19976>, 0x5b0270079712 <vm_exec_core+13986>, 0x5b0270076f58 <vm_exec_core+3816>, 0x5b0270078ad9 <vm_exec_core+10857>, 0x5b0270078116 <vm_exec_core+8358>, 0x5b027007b664 <vm_exec_core+22004>, 0x5b0270077283 <vm_exec_core+4627>, 0x5b02700794bf <vm_exec_core+13391>, 0x5b0270079e0f <vm_exec_core+15775>, 0x5b0270078410 <vm_exec_core+9120>, 0x5b0270083e19 <vm_exec_core+56745>, 0x5b0270077de5 <vm_exec_core+7541>, 0x5b0270077cdd <vm_exec_core+7277>, 0x5b0270077fe8 <vm_exec_core+8056>, 0x5b02700789d3 <vm_exec_core+10595>, 0x5b027007a74e <vm_exec_core+18142>, 0x5b0270079b99 <vm_exec_core+15145>, 0x5b027007b348 <vm_exec_core+21208>, 0x5b0270079ff5 <vm_exec_core+16261>, 0x5b027007c620 <vm_exec_core+26032>, 0x5b027007dbc7 <vm_exec_core+31575>, 0x5b027007c864 <vm_exec_core+26612>, 0x5b027007d4b5 <vm_exec_core+29765>, 0x5b027007d5a6 <vm_exec_core+30006>, 0x5b0270076b00 <vm_exec_core+2704>, 0x5b027007d08d <vm_exec_core+28701>, 0x5b0270078cb9 <vm_exec_core+11337>, 0x5b027007d288 <vm_exec_core+29208>, 0x5b02700787fa <vm_exec_core+10122>, 0x5b027007c79b <vm_exec_core+26411>, 0x5b0270076997 <vm_exec_core+2343>, 0x5b027007717d <vm_exec_core+4365>, 0x5b027007d7ea <vm_exec_core+30586>, 0x5b027007909d <vm_exec_core+12333>, 0x5b0270078e9a <vm_exec_core+11818>, 0x5b02700763cd <vm_exec_core+861>, 0x5b02700768ba <vm_exec_core+2122>, 0x5b0270076453 <vm_exec_core+995>, 0x5b027007c953 <vm_exec_core+26851>, 0x5b027007a21e <vm_exec_core+16814>, 0x5b02700798e2 <vm_exec_core+14450>, 0x5b027007a0fa <vm_exec_core+16522>, 0x5b0270079d46 <vm_exec_core+15574>, 0x5b0270078f2f <vm_exec_core+11967>, 0x5b02700797ed <vm_exec_core+14205>, 0x5b02700791b9 <vm_exec_core+12617>, 0x5b02700799fc <vm_exec_core+14732>, 0x5b0270079a6d <vm_exec_core+14845>, 0x5b0270076637 <vm_exec_core+1479>, 0x5b027007793e <vm_exec_core+6350>, 0x5b027007cb62 <vm_exec_core+27378>, 0x5b02700774b0 <vm_exec_core+5184>, 0x5b027007d913 <vm_exec_core+30883>, 0x5b027007b71e <vm_exec_core+22190>, 0x5b027007932f <vm_exec_core+12991>, 0x5b027007679f <vm_exec_core+1839>, 0x5b027007d155 <vm_exec_core+28901>, 0x5b027007ce9d <vm_exec_core+28205>, 0x5b027007772d <vm_exec_core+5821>, 0x5b0270076c8f <vm_exec_core+3103>, 0x5b027007be17 <vm_exec_core+23975>, 0x5b0270078234 <vm_exec_core+8644>, 0x5b027007d356 <vm_exec_core+29414>, 0x5b027007cfff <vm_exec_core+28559>, 0x5b0270078922 <vm_exec_core+10418>, 0x5b02700792be <vm_exec_core+12878>, 0x5b027007b976 <vm_exec_core+22790>, 0x5b027007cf76 <vm_exec_core+28422>, 0x5b027007ad91 <vm_exec_core+19745>, 0x5b027007b9ff <vm_exec_core+22927>, 0x5b027007c4b8 <vm_exec_core+25672>, 0x5b027007acce <vm_exec_core+19550>, 0x5b0270076bcc <vm_exec_core+2908>, 0x5b027007b421 <vm_exec_core+21425>, 0x5b0270076a5f <vm_exec_core+2543>, 0x5b0270076e95 <vm_exec_core+3621>, 0x5b0270078ba5 <vm_exec_core+11061>, 0x5b027007a89b <vm_exec_core+18475>, 0x5b027007b2ba <vm_exec_core+21066>, 0x5b027007a540 <vm_exec_core+17616>, 0x5b027007666b <vm_exec_core+1531>, 0x5b027007c6e8 <vm_exec_core+26232>, 0x5b027007cdc8 <vm_exec_core+27992>, 0x5b027007703c <vm_exec_core+4044>, 0x5b0270077be8 <vm_exec_core+7032>, 0x5b02700778a6 <vm_exec_core+6198>, 0x5b0270078323 <vm_exec_core+8883>, 0x5b027007915a <vm_exec_core+12522>, 0x5b02700770e3 <vm_exec_core+4211>, 0x5b027007c550 <vm_exec_core+25824>, 0x5b0270077b72 <vm_exec_core+6914>, 0x5b0270079008 <vm_exec_core+12184>, 0x5b0270079acf <vm_exec_core+14943>, 0x5b027007bead <vm_exec_core+24125>, 0x5b027007af53 <vm_exec_core+20195>, 0x5b02700785fd <vm_exec_core+9613>, 0x5b0270077e7f <vm_exec_core+7695>, 0x5b027007bd03 <vm_exec_core+23699>, 0x5b0270078d85 <vm_exec_core+11541>, 0x5b027007b520 <vm_exec_core+21680>, 0x5b027007afc5 <vm_exec_core+20309>, 0x5b027007b5d7 <vm_exec_core+21863>, 0x5b027007ca9a <vm_exec_core+27178>, 0x5b027007a352 <vm_exec_core+17122>, 0x5b027007bf66 <vm_exec_core+24310>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b027007ba94 <vm_exec_core+23076>, 0x5b027007871c <vm_exec_core+9900>, 0x5b027007ac29 <vm_exec_core+19385>, 0x5b027007ae69 <vm_exec_core+19961>, 0x5b0270079703 <vm_exec_core+13971>, 0x5b027007a896 <vm_exec_core+18470>, 0x5b0270078aca <vm_exec_core+10842>, 0x5b0270078107 <vm_exec_core+8343>, 0x5b027007b655 <vm_exec_core+21989>, 0x5b0270077274 <vm_exec_core+4612>, 0x5b02700794b0 <vm_exec_core+13376>, 0x5b0270079e00 <vm_exec_core+15760>, 0x5b0270078401 <vm_exec_core+9105>, 0x5b0270083e0a <vm_exec_core+56730>, 0x5b0270077dd6 <vm_exec_core+7526>, 0x5b0270077cce <vm_exec_core+7262>, 0x5b0270077fd9 <vm_exec_core+8041>, 0x5b02700789c4 <vm_exec_core+10580>, 0x5b027007a73f <vm_exec_core+18127>, 0x5b0270079b8a <vm_exec_core+15130>, 0x5b027007a73a <vm_exec_core+18122>, 0x5b027007af4e <vm_exec_core+20190>, 0x5b027007af49 <vm_exec_core+20185>, 0x5b0270077fd4 <vm_exec_core+8036>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b0270079123 <vm_exec_core+12467>, 0x5b0270079128 <vm_exec_core+12472>, 0x5b027007af44 <vm_exec_core+20180>, 0x5b027007ad8c <vm_exec_core+19740>, 0x5b0270079dfb <vm_exec_core+15755>, 0x5b0270079d32 <vm_exec_core+15554>, 0x5b027007ae3b <vm_exec_core+19915>, 0x5b027007a205 <vm_exec_core+16789>...}
        reg_cfp = 0x7a77dffc76e8
        reg_pc = 0x5110000a5738
        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_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>
#20 0x00005b0270071272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160004fc5d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#21 0x00005b02700f6e2a in vm_call0_body (ec=<optimized out>, calling=0x7a77d65b5c60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x7a77d65b5cd0
        cc = <optimized out>
        ret = <optimized out>
#22 0x00005b02700f6692 in vm_call0_cme (ec=0x5160004fc5d0, calling=0x7a77d65b5c60, argv=0x7a77dace0dc0, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#23 vm_call0_body (ec=<optimized out>, calling=0x7a77d65b5c60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x7a7802e82200
        orig_cme = <optimized out>
        ci = 0x7a77d65b5cd0
        cc = 0x7a7802e821d8
        ret = <optimized out>
#24 0x00005b027009f97a in vm_call0_cc (ec=0x5160004fc5d0, recv=134655902398560, id=22705, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = <optimized out>
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
        use_argv = 0x0
        av = <optimized out>
#25 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:1065
        ci = <optimized out>
        ec = 0x5160004fc5d0
        cc = <optimized out>
        self = <optimized out>
#26 0x00005b02700a0a0e in rb_funcallv (recv=134655902398560, mid=22705, argc=1, argv=0x7a77dace0dc0) at /tmp/ruby/src/trunk_asan/vm_eval.c:1080
No locals.
#27 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1137
        ar = <optimized out>
        argv = 0x7a77dace0dc0
#28 0x00005b02700593d3 in autoload_feature_require (_arguments=134655190634784) at /tmp/ruby/src/trunk_asan/variable.c:3211
        receiver = 134655902398560
        arguments = 0x7a77dace1120
        autoload_const = <optimized out>
        autoload_box_value = <optimized out>
        result = <optimized out>
#29 autoload_try_load (_arguments=134655190634784) at /tmp/ruby/src/trunk_asan/variable.c:3224
        arguments = 0x7a77dace1120
        result = <optimized out>
        ce = <optimized out>
#30 0x00005b026fcbe8f7 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:1174
        _ec = 0x5160004fc5d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a77dace10d0, <optimized out>, 0x7a77dace0fe0, <optimized out>, <optimized out>}, prev = 0x7a77d64b5740, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160004fc5d0
        state = RUBY_TAG_NONE
th: 0x515000242a00, native_id: 0x7a77dace36c0
-- Control frame information -----------------------------------------------
c:0007 p:---- s:0027 e:000026 l:y b:---- DUMMY  [FINISH]
c:0006 p:---- s:0024 e:000023 l:y b:---- CFUNC  :require
        errinfo = <optimized out>
c:0005 p:0023 s:0019 e:000018 l:y b:0001 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:139 [FINISH]
c:0004 p:0002 s:0013 e:000012 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
c:0003 p:---- s:0010 e:000009 l:y b:---- CFUNC  :fork
#31 0x00005b02700587c0 in rb_autoload_load (module=module@entry=134655902350800, name=name@entry=227643) at /tmp/ruby/src/trunk_asan/variable.c:3285
        ce = <optimized out>
        arguments = {module = 134655902350800, name = 227643, flag = 0, mutex = 134655381245640, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
c:0002 p:0004 s:0006 e:000005 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
        autoload_const_value = <optimized out>
#32 0x00005b0270064726 in rb_const_search_from (klass=134655355203960, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3387
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

        ac = 0xfffffffffffffe00
        am = 134655902350800
        tmp = 134655902350800
        ce = <optimized out>
        current = 134655902350800
        value = <optimized out>
        first_iteration = <optimized out>
#33 0x00005b027005a124 in rb_const_search (klass=134655355203960, id=227643, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3409
        value = <optimized out>
#34 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:3336
        c = <optimized out>
#35 0x00005b0270068e2e 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:1170
        root_cref = <optimized out>
        klass = 92358976734216
        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>
#36 0x00005b027007561d in vm_get_ev_const_chain (ec=0x5160004fc5d0, segments=0x502002882310) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1203
        id = 0
        val = 128
        idx = <optimized out>
        allow_nil = <optimized out>
#37 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x502002882370) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6596
        segments = 0x502002882310
        ice = <optimized out>
        val = <optimized out>
#38 0x00005b027007be6f in vm_exec_core (ec=ec@entry=0x5160004fc5d0) at ../../src/trunk_asan/insns.def:264
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b0270076646 <vm_exec_core+1494>, 0x5b027007794d <vm_exec_core+6365>, 0x5b027007cb71 <vm_exec_core+27393>, 0x5b02700774bf <vm_exec_core+5199>, 0x5b027007d922 <vm_exec_core+30898>, 0x5b027007b72d <vm_exec_core+22205>, 0x5b027007933e <vm_exec_core+13006>, 0x5b02700767ae <vm_exec_core+1854>, 0x5b027007d164 <vm_exec_core+28916>, 0x5b027007ceac <vm_exec_core+28220>, 0x5b027007773c <vm_exec_core+5836>, 0x5b0270076c9e <vm_exec_core+3118>, 0x5b027007be26 <vm_exec_core+23990>, 0x5b0270078243 <vm_exec_core+8659>, 0x5b027007d365 <vm_exec_core+29429>, 0x5b027007d00e <vm_exec_core+28574>, 0x5b0270078931 <vm_exec_core+10433>, 0x5b02700792cd <vm_exec_core+12893>, 0x5b027007b985 <vm_exec_core+22805>, 0x5b027007cf85 <vm_exec_core+28437>, 0x5b027007ada0 <vm_exec_core+19760>, 0x5b027007ba0e <vm_exec_core+22942>, 0x5b027007c4c7 <vm_exec_core+25687>, 0x5b027007acdd <vm_exec_core+19565>, 0x5b0270076bdb <vm_exec_core+2923>, 0x5b027007b430 <vm_exec_core+21440>, 0x5b0270076a6e <vm_exec_core+2558>, 0x5b0270076ea4 <vm_exec_core+3636>, 0x5b0270078bb4 <vm_exec_core+11076>, 0x5b027007a8aa <vm_exec_core+18490>, 0x5b027007b2c9 <vm_exec_core+21081>, 0x5b027007a54f <vm_exec_core+17631>, 0x5b027007667a <vm_exec_core+1546>, 0x5b027007c6f7 <vm_exec_core+26247>, 0x5b027007cdd7 <vm_exec_core+28007>, 0x5b027007704b <vm_exec_core+4059>, 0x5b0270077bf7 <vm_exec_core+7047>, 0x5b02700778b5 <vm_exec_core+6213>, 0x5b0270078332 <vm_exec_core+8898>, 0x5b0270079169 <vm_exec_core+12537>, 0x5b02700770f2 <vm_exec_core+4226>, 0x5b027007c55f <vm_exec_core+25839>, 0x5b0270077b81 <vm_exec_core+6929>, 0x5b0270079017 <vm_exec_core+12199>, 0x5b0270079ade <vm_exec_core+14958>, 0x5b027007bebc <vm_exec_core+24140>, 0x5b027007af62 <vm_exec_core+20210>, 0x5b027007860c <vm_exec_core+9628>, 0x5b0270077e8e <vm_exec_core+7710>, 0x5b027007bd12 <vm_exec_core+23714>, 0x5b0270078d94 <vm_exec_core+11556>, 0x5b027007b52f <vm_exec_core+21695>, 0x5b027007afd4 <vm_exec_core+20324>, 0x5b027007b5e6 <vm_exec_core+21878>, 0x5b027007caa9 <vm_exec_core+27193>, 0x5b027007a361 <vm_exec_core+17137>, 0x5b027007bf75 <vm_exec_core+24325>, 0x5b02700763c8 <vm_exec_core+856>, 0x5b027007baa3 <vm_exec_core+23091>, 0x5b027007872b <vm_exec_core+9915>, 0x5b027007ac38 <vm_exec_core+19400>, 0x5b027007ae78 <vm_exec_core+19976>, 0x5b0270079712 <vm_exec_core+13986>, 0x5b0270076f58 <vm_exec_core+3816>, 0x5b0270078ad9 <vm_exec_core+10857>, 0x5b0270078116 <vm_exec_core+8358>, 0x5b027007b664 <vm_exec_core+22004>, 0x5b0270077283 <vm_exec_core+4627>, 0x5b02700794bf <vm_exec_core+13391>, 0x5b0270079e0f <vm_exec_core+15775>, 0x5b0270078410 <vm_exec_core+9120>, 0x5b0270083e19 <vm_exec_core+56745>, 0x5b0270077de5 <vm_exec_core+7541>, 0x5b0270077cdd <vm_exec_core+7277>, 0x5b0270077fe8 <vm_exec_core+8056>, 0x5b02700789d3 <vm_exec_core+10595>, 0x5b027007a74e <vm_exec_core+18142>, 0x5b0270079b99 <vm_exec_core+15145>, 0x5b027007b348 <vm_exec_core+21208>, 0x5b0270079ff5 <vm_exec_core+16261>, 0x5b027007c620 <vm_exec_core+26032>, 0x5b027007dbc7 <vm_exec_core+31575>, 0x5b027007c864 <vm_exec_core+26612>, 0x5b027007d4b5 <vm_exec_core+29765>, 0x5b027007d5a6 <vm_exec_core+30006>, 0x5b0270076b00 <vm_exec_core+2704>, 0x5b027007d08d <vm_exec_core+28701>, 0x5b0270078cb9 <vm_exec_core+11337>, 0x5b027007d288 <vm_exec_core+29208>, 0x5b02700787fa <vm_exec_core+10122>, 0x5b027007c79b <vm_exec_core+26411>, 0x5b0270076997 <vm_exec_core+2343>, 0x5b027007717d <vm_exec_core+4365>, 0x5b027007d7ea <vm_exec_core+30586>, 0x5b027007909d <vm_exec_core+12333>, 0x5b0270078e9a <vm_exec_core+11818>, 0x5b02700763cd <vm_exec_core+861>, 0x5b02700768ba <vm_exec_core+2122>, 0x5b0270076453 <vm_exec_core+995>, 0x5b027007c953 <vm_exec_core+26851>, 0x5b027007a21e <vm_exec_core+16814>, 0x5b02700798e2 <vm_exec_core+14450>, 0x5b027007a0fa <vm_exec_core+16522>, 0x5b0270079d46 <vm_exec_core+15574>, 0x5b0270078f2f <vm_exec_core+11967>, 0x5b02700797ed <vm_exec_core+14205>, 0x5b02700791b9 <vm_exec_core+12617>, 0x5b02700799fc <vm_exec_core+14732>, 0x5b0270079a6d <vm_exec_core+14845>, 0x5b0270076637 <vm_exec_core+1479>, 0x5b027007793e <vm_exec_core+6350>, 0x5b027007cb62 <vm_exec_core+27378>, 0x5b02700774b0 <vm_exec_core+5184>, 0x5b027007d913 <vm_exec_core+30883>, 0x5b027007b71e <vm_exec_core+22190>, 0x5b027007932f <vm_exec_core+12991>, 0x5b027007679f <vm_exec_core+1839>, 0x5b027007d155 <vm_exec_core+28901>, 0x5b027007ce9d <vm_exec_core+28205>, 0x5b027007772d <vm_exec_core+5821>, 0x5b0270076c8f <vm_exec_core+3103>, 0x5b027007be17 <vm_exec_core+23975>, 0x5b0270078234 <vm_exec_core+8644>, 0x5b027007d356 <vm_exec_core+29414>, 0x5b027007cfff <vm_exec_core+28559>, 0x5b0270078922 <vm_exec_core+10418>, 0x5b02700792be <vm_exec_core+12878>, 0x5b027007b976 <vm_exec_core+22790>, 0x5b027007cf76 <vm_exec_core+28422>, 0x5b027007ad91 <vm_exec_core+19745>, 0x5b027007b9ff <vm_exec_core+22927>, 0x5b027007c4b8 <vm_exec_core+25672>, 0x5b027007acce <vm_exec_core+19550>, 0x5b0270076bcc <vm_exec_core+2908>, 0x5b027007b421 <vm_exec_core+21425>, 0x5b0270076a5f <vm_exec_core+2543>, 0x5b0270076e95 <vm_exec_core+3621>, 0x5b0270078ba5 <vm_exec_core+11061>, 0x5b027007a89b <vm_exec_core+18475>, 0x5b027007b2ba <vm_exec_core+21066>, 0x5b027007a540 <vm_exec_core+17616>, 0x5b027007666b <vm_exec_core+1531>, 0x5b027007c6e8 <vm_exec_core+26232>, 0x5b027007cdc8 <vm_exec_core+27992>, 0x5b027007703c <vm_exec_core+4044>, 0x5b0270077be8 <vm_exec_core+7032>, 0x5b02700778a6 <vm_exec_core+6198>, 0x5b0270078323 <vm_exec_core+8883>, 0x5b027007915a <vm_exec_core+12522>, 0x5b02700770e3 <vm_exec_core+4211>, 0x5b027007c550 <vm_exec_core+25824>, 0x5b0270077b72 <vm_exec_core+6914>, 0x5b0270079008 <vm_exec_core+12184>, 0x5b0270079acf <vm_exec_core+14943>, 0x5b027007bead <vm_exec_core+24125>, 0x5b027007af53 <vm_exec_core+20195>, 0x5b02700785fd <vm_exec_core+9613>, 0x5b0270077e7f <vm_exec_core+7695>, 0x5b027007bd03 <vm_exec_core+23699>, 0x5b0270078d85 <vm_exec_core+11541>, 0x5b027007b520 <vm_exec_core+21680>, 0x5b027007afc5 <vm_exec_core+20309>, 0x5b027007b5d7 <vm_exec_core+21863>, 0x5b027007ca9a <vm_exec_core+27178>, 0x5b027007a352 <vm_exec_core+17122>, 0x5b027007bf66 <vm_exec_core+24310>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b027007ba94 <vm_exec_core+23076>, 0x5b027007871c <vm_exec_core+9900>, 0x5b027007ac29 <vm_exec_core+19385>, 0x5b027007ae69 <vm_exec_core+19961>, 0x5b0270079703 <vm_exec_core+13971>, 0x5b027007a896 <vm_exec_core+18470>, 0x5b0270078aca <vm_exec_core+10842>, 0x5b0270078107 <vm_exec_core+8343>, 0x5b027007b655 <vm_exec_core+21989>, 0x5b0270077274 <vm_exec_core+4612>, 0x5b02700794b0 <vm_exec_core+13376>, 0x5b0270079e00 <vm_exec_core+15760>, 0x5b0270078401 <vm_exec_core+9105>, 0x5b0270083e0a <vm_exec_core+56730>, 0x5b0270077dd6 <vm_exec_core+7526>, 0x5b0270077cce <vm_exec_core+7262>, 0x5b0270077fd9 <vm_exec_core+8041>, 0x5b02700789c4 <vm_exec_core+10580>, 0x5b027007a73f <vm_exec_core+18127>, 0x5b0270079b8a <vm_exec_core+15130>, 0x5b027007a73a <vm_exec_core+18122>, 0x5b027007af4e <vm_exec_core+20190>, 0x5b027007af49 <vm_exec_core+20185>, 0x5b0270077fd4 <vm_exec_core+8036>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b0270079123 <vm_exec_core+12467>, 0x5b0270079128 <vm_exec_core+12472>, 0x5b027007af44 <vm_exec_core+20180>, 0x5b027007ad8c <vm_exec_core+19740>, 0x5b0270079dfb <vm_exec_core+15755>, 0x5b0270079d32 <vm_exec_core+15554>, 0x5b027007ae3b <vm_exec_core+19915>, 0x5b027007a205 <vm_exec_core+16789>...}
        reg_cfp = 0x7a77dffc7720
        reg_pc = 0x503005859800
        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_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>
#39 0x00005b0270071272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160004fc5d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#40 0x00005b02701011a2 in invoke_iseq_block_from_c (ec=0x5160004fc5d0, captured=0x7a77dffc77a8, self=134655347961280, 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:1814
        flags = 0
        iseq = 0x7a77e1007480
        cfp = <optimized out>
        sp = 0x7a77dfec7850
        use_argv = 0x0
        stack_argv = 0x7a77dfec7850
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#41 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:1828
        captured = 0x7a77dffc77a8
#42 0x00005b02700a29ec 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:1865
No locals.
#43 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#44 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#45 0x00005b02700a29ec in rb_yield (val=<optimized out>)
No locals.
#46 0x00005b026fcbe18c in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1154
        _ec = 0x5160004fc5d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a77dace1f10, <optimized out>, 0x7a77dace1e20, <optimized out>, <optimized out>}, prev = 0x7a77d64b5240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x5160004fc5d0
        cfp = 0x7a77dffc7758
#47 0x00005b026fe520fb in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4290
        status = <optimized out>
        pid = <optimized out>
#48 0x00005b02700e0a38 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:3896
        ci = 0x657100040001
        cc = <optimized out>
        me = 0x7a7802e136e8
        cfunc = 0x506000049348
        recv = 134655347961280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#49 0x00005b027007aa7f in vm_sendish (ec=0x5160004fc5d0, reg_cfp=0x7a77dffc7790, cd=0x502002882390, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6115
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#50 vm_exec_core (ec=ec@entry=0x5160004fc5d0) at ../../src/trunk_asan/insns.def:854
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502002882390
        insns_address_table = {0x5b0270076646 <vm_exec_core+1494>, 0x5b027007794d <vm_exec_core+6365>, 0x5b027007cb71 <vm_exec_core+27393>, 0x5b02700774bf <vm_exec_core+5199>, 0x5b027007d922 <vm_exec_core+30898>, 0x5b027007b72d <vm_exec_core+22205>, 0x5b027007933e <vm_exec_core+13006>, 0x5b02700767ae <vm_exec_core+1854>, 0x5b027007d164 <vm_exec_core+28916>, 0x5b027007ceac <vm_exec_core+28220>, 0x5b027007773c <vm_exec_core+5836>, 0x5b0270076c9e <vm_exec_core+3118>, 0x5b027007be26 <vm_exec_core+23990>, 0x5b0270078243 <vm_exec_core+8659>, 0x5b027007d365 <vm_exec_core+29429>, 0x5b027007d00e <vm_exec_core+28574>, 0x5b0270078931 <vm_exec_core+10433>, 0x5b02700792cd <vm_exec_core+12893>, 0x5b027007b985 <vm_exec_core+22805>, 0x5b027007cf85 <vm_exec_core+28437>, 0x5b027007ada0 <vm_exec_core+19760>, 0x5b027007ba0e <vm_exec_core+22942>, 0x5b027007c4c7 <vm_exec_core+25687>, 0x5b027007acdd <vm_exec_core+19565>, 0x5b0270076bdb <vm_exec_core+2923>, 0x5b027007b430 <vm_exec_core+21440>, 0x5b0270076a6e <vm_exec_core+2558>, 0x5b0270076ea4 <vm_exec_core+3636>, 0x5b0270078bb4 <vm_exec_core+11076>, 0x5b027007a8aa <vm_exec_core+18490>, 0x5b027007b2c9 <vm_exec_core+21081>, 0x5b027007a54f <vm_exec_core+17631>, 0x5b027007667a <vm_exec_core+1546>, 0x5b027007c6f7 <vm_exec_core+26247>, 0x5b027007cdd7 <vm_exec_core+28007>, 0x5b027007704b <vm_exec_core+4059>, 0x5b0270077bf7 <vm_exec_core+7047>, 0x5b02700778b5 <vm_exec_core+6213>, 0x5b0270078332 <vm_exec_core+8898>, 0x5b0270079169 <vm_exec_core+12537>, 0x5b02700770f2 <vm_exec_core+4226>, 0x5b027007c55f <vm_exec_core+25839>, 0x5b0270077b81 <vm_exec_core+6929>, 0x5b0270079017 <vm_exec_core+12199>, 0x5b0270079ade <vm_exec_core+14958>, 0x5b027007bebc <vm_exec_core+24140>, 0x5b027007af62 <vm_exec_core+20210>, 0x5b027007860c <vm_exec_core+9628>, 0x5b0270077e8e <vm_exec_core+7710>, 0x5b027007bd12 <vm_exec_core+23714>, 0x5b0270078d94 <vm_exec_core+11556>, 0x5b027007b52f <vm_exec_core+21695>, 0x5b027007afd4 <vm_exec_core+20324>, 0x5b027007b5e6 <vm_exec_core+21878>, 0x5b027007caa9 <vm_exec_core+27193>, 0x5b027007a361 <vm_exec_core+17137>, 0x5b027007bf75 <vm_exec_core+24325>, 0x5b02700763c8 <vm_exec_core+856>, 0x5b027007baa3 <vm_exec_core+23091>, 0x5b027007872b <vm_exec_core+9915>, 0x5b027007ac38 <vm_exec_core+19400>, 0x5b027007ae78 <vm_exec_core+19976>, 0x5b0270079712 <vm_exec_core+13986>, 0x5b0270076f58 <vm_exec_core+3816>, 0x5b0270078ad9 <vm_exec_core+10857>, 0x5b0270078116 <vm_exec_core+8358>, 0x5b027007b664 <vm_exec_core+22004>, 0x5b0270077283 <vm_exec_core+4627>, 0x5b02700794bf <vm_exec_core+13391>, 0x5b0270079e0f <vm_exec_core+15775>, 0x5b0270078410 <vm_exec_core+9120>, 0x5b0270083e19 <vm_exec_core+56745>, 0x5b0270077de5 <vm_exec_core+7541>, 0x5b0270077cdd <vm_exec_core+7277>, 0x5b0270077fe8 <vm_exec_core+8056>, 0x5b02700789d3 <vm_exec_core+10595>, 0x5b027007a74e <vm_exec_core+18142>, 0x5b0270079b99 <vm_exec_core+15145>, 0x5b027007b348 <vm_exec_core+21208>, 0x5b0270079ff5 <vm_exec_core+16261>, 0x5b027007c620 <vm_exec_core+26032>, 0x5b027007dbc7 <vm_exec_core+31575>, 0x5b027007c864 <vm_exec_core+26612>, 0x5b027007d4b5 <vm_exec_core+29765>, 0x5b027007d5a6 <vm_exec_core+30006>, 0x5b0270076b00 <vm_exec_core+2704>, 0x5b027007d08d <vm_exec_core+28701>, 0x5b0270078cb9 <vm_exec_core+11337>, 0x5b027007d288 <vm_exec_core+29208>, 0x5b02700787fa <vm_exec_core+10122>, 0x5b027007c79b <vm_exec_core+26411>, 0x5b0270076997 <vm_exec_core+2343>, 0x5b027007717d <vm_exec_core+4365>, 0x5b027007d7ea <vm_exec_core+30586>, 0x5b027007909d <vm_exec_core+12333>, 0x5b0270078e9a <vm_exec_core+11818>, 0x5b02700763cd <vm_exec_core+861>, 0x5b02700768ba <vm_exec_core+2122>, 0x5b0270076453 <vm_exec_core+995>, 0x5b027007c953 <vm_exec_core+26851>, 0x5b027007a21e <vm_exec_core+16814>, 0x5b02700798e2 <vm_exec_core+14450>, 0x5b027007a0fa <vm_exec_core+16522>, 0x5b0270079d46 <vm_exec_core+15574>, 0x5b0270078f2f <vm_exec_core+11967>, 0x5b02700797ed <vm_exec_core+14205>, 0x5b02700791b9 <vm_exec_core+12617>, 0x5b02700799fc <vm_exec_core+14732>, 0x5b0270079a6d <vm_exec_core+14845>, 0x5b0270076637 <vm_exec_core+1479>, 0x5b027007793e <vm_exec_core+6350>, 0x5b027007cb62 <vm_exec_core+27378>, 0x5b02700774b0 <vm_exec_core+5184>, 0x5b027007d913 <vm_exec_core+30883>, 0x5b027007b71e <vm_exec_core+22190>, 0x5b027007932f <vm_exec_core+12991>, 0x5b027007679f <vm_exec_core+1839>, 0x5b027007d155 <vm_exec_core+28901>, 0x5b027007ce9d <vm_exec_core+28205>, 0x5b027007772d <vm_exec_core+5821>, 0x5b0270076c8f <vm_exec_core+3103>, 0x5b027007be17 <vm_exec_core+23975>, 0x5b0270078234 <vm_exec_core+8644>, 0x5b027007d356 <vm_exec_core+29414>, 0x5b027007cfff <vm_exec_core+28559>, 0x5b0270078922 <vm_exec_core+10418>, 0x5b02700792be <vm_exec_core+12878>, 0x5b027007b976 <vm_exec_core+22790>, 0x5b027007cf76 <vm_exec_core+28422>, 0x5b027007ad91 <vm_exec_core+19745>, 0x5b027007b9ff <vm_exec_core+22927>, 0x5b027007c4b8 <vm_exec_core+25672>, 0x5b027007acce <vm_exec_core+19550>, 0x5b0270076bcc <vm_exec_core+2908>, 0x5b027007b421 <vm_exec_core+21425>, 0x5b0270076a5f <vm_exec_core+2543>, 0x5b0270076e95 <vm_exec_core+3621>, 0x5b0270078ba5 <vm_exec_core+11061>, 0x5b027007a89b <vm_exec_core+18475>, 0x5b027007b2ba <vm_exec_core+21066>, 0x5b027007a540 <vm_exec_core+17616>, 0x5b027007666b <vm_exec_core+1531>, 0x5b027007c6e8 <vm_exec_core+26232>, 0x5b027007cdc8 <vm_exec_core+27992>, 0x5b027007703c <vm_exec_core+4044>, 0x5b0270077be8 <vm_exec_core+7032>, 0x5b02700778a6 <vm_exec_core+6198>, 0x5b0270078323 <vm_exec_core+8883>, 0x5b027007915a <vm_exec_core+12522>, 0x5b02700770e3 <vm_exec_core+4211>, 0x5b027007c550 <vm_exec_core+25824>, 0x5b0270077b72 <vm_exec_core+6914>, 0x5b0270079008 <vm_exec_core+12184>, 0x5b0270079acf <vm_exec_core+14943>, 0x5b027007bead <vm_exec_core+24125>, 0x5b027007af53 <vm_exec_core+20195>, 0x5b02700785fd <vm_exec_core+9613>, 0x5b0270077e7f <vm_exec_core+7695>, 0x5b027007bd03 <vm_exec_core+23699>, 0x5b0270078d85 <vm_exec_core+11541>, 0x5b027007b520 <vm_exec_core+21680>, 0x5b027007afc5 <vm_exec_core+20309>, 0x5b027007b5d7 <vm_exec_core+21863>, 0x5b027007ca9a <vm_exec_core+27178>, 0x5b027007a352 <vm_exec_core+17122>, 0x5b027007bf66 <vm_exec_core+24310>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b027007ba94 <vm_exec_core+23076>, 0x5b027007871c <vm_exec_core+9900>, 0x5b027007ac29 <vm_exec_core+19385>, 0x5b027007ae69 <vm_exec_core+19961>, 0x5b0270079703 <vm_exec_core+13971>, 0x5b027007a896 <vm_exec_core+18470>, 0x5b0270078aca <vm_exec_core+10842>, 0x5b0270078107 <vm_exec_core+8343>, 0x5b027007b655 <vm_exec_core+21989>, 0x5b0270077274 <vm_exec_core+4612>, 0x5b02700794b0 <vm_exec_core+13376>, 0x5b0270079e00 <vm_exec_core+15760>, 0x5b0270078401 <vm_exec_core+9105>, 0x5b0270083e0a <vm_exec_core+56730>, 0x5b0270077dd6 <vm_exec_core+7526>, 0x5b0270077cce <vm_exec_core+7262>, 0x5b0270077fd9 <vm_exec_core+8041>, 0x5b02700789c4 <vm_exec_core+10580>, 0x5b027007a73f <vm_exec_core+18127>, 0x5b0270079b8a <vm_exec_core+15130>, 0x5b027007a73a <vm_exec_core+18122>, 0x5b027007af4e <vm_exec_core+20190>, 0x5b027007af49 <vm_exec_core+20185>, 0x5b0270077fd4 <vm_exec_core+8036>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b0270079123 <vm_exec_core+12467>, 0x5b0270079128 <vm_exec_core+12472>, 0x5b027007af44 <vm_exec_core+20180>, 0x5b027007ad8c <vm_exec_core+19740>, 0x5b0270079dfb <vm_exec_core+15755>, 0x5b0270079d32 <vm_exec_core+15554>, 0x5b027007ae3b <vm_exec_core+19915>, 0x5b027007a205 <vm_exec_core+16789>...}
        reg_cfp = 0x7a77dffc7790
        reg_pc = 0x5040014f62f0
        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_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>
#51 0x00005b0270071272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160004fc5d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#52 0x00005b02700b4d7b in invoke_iseq_block_from_c (ec=0x5160004fc5d0, captured=<optimized out>, self=134655347961280, 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:1814
        flags = 0
        iseq = 0x7a77e10074d0
        cfp = 0x7a77dffc77c8
        sp = 0x7a77dfec7818
        use_argv = <optimized out>
        stack_argv = 0x7a77dfec7818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#53 invoke_block_from_c_proc (ec=0x5160004fc5d0, self=134655347961280, 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:1908
        block = <optimized out>
        keyword_hash = <optimized out>
#54 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:1938
No locals.
#55 0x00005b02700b2fd6 in rb_vm_invoke_proc (ec=0x540000000408, proc=0x80, proc@entry=0x5040033036d0, argc=1875439326, 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:1959
        self = 0
#56 0x00005b026fffff5d in thread_do_start_proc (th=th@entry=0x515000242a00) at /tmp/ruby/src/trunk_asan/thread.c:614
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040033036d0
        args_len = 0
        args_ptr = <optimized out>
#57 0x00005b026fffdacd in thread_do_start (th=0x515000242a00) at /tmp/ruby/src/trunk_asan/thread.c:631
        result = 36
#58 thread_start_func_2 (th=th@entry=0x515000242a00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
        _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>
#59 0x00005b026fffcdbe in call_thread_start_func_2 (th=0x515000242a00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
        stack_start = <optimized out>
        stack_start_addr = 0x7a77dace2cc0
#60 nt_start (ptr=0x50c00048b380) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
        th = 0x515000242a00
        sched = <optimized out>
        nt = 0x50c00048b380
        vm = 0x525000000100
#61 0x00005b026fc72b2f in asan_thread_start(void*) ()
No symbol table info available.
#62 0x00007a7805a9caa4 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 = {134655190644416, 4108717497378298979, 134655190644416, -352, 0, 140729176126384, 4108717497365716067, 4114783747062127715}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#63 0x00007a7805b29c6c 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 4089040) detached]
$ timeout 60 gdb -p 4089101 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 4089104]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005b026fc8eede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7a77dd1ff6c0 (LWP 4089101) "test_autoload.*" 0x00005b026fc8eede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x7a77e1eef6c0 (LWP 4089104) "test_autoload.*" 0x00007a7805b1b4fd in __GI___poll (fds=0x7a77e63bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7a77e1eef6c0 (LWP 4089104) "test_autoload.*"):
#0  0x00007a7805b1b4fd in __GI___poll (fds=0x7a77e63bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005b026fc1977a in __interceptor_poll ()
No symbol table info available.
#2  0x00005b027000190a in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1067
        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:3075
        vm = <optimized out>
#4  0x00005b026fc72b2f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007a7805a9caa4 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 = {134655310231232, 4108811774057929827, 134655310231232, -352, 0, 134655229547056, 4108811774045346915, 4114783747062127715}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007a7805b29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7a77dd1ff6c0 (LWP 4089101) "test_autoload.*"):
#0  0x00005b026fc8eede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005b026fc8fe9a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005b026fbde710 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x00005b026fbde589 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  0x00005b026fbde1b5 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  0x00005b026fbd91be in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x00005b026fbd8fa8 in __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x00005b026fc74f13 in __interceptor_malloc ()
No symbol table info available.
#8  0x00005b026fd32e5c in rb_gc_impl_malloc (objspace_ptr=0x51d000000a80, size=528, gc_allowed=true) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8195
        gpr = 107008
        objspace = 0x51d000000a80
        mem = <optimized out>
#9  0x00005b026fcfc0c4 in ruby_xmalloc2_body (n=<optimized out>, size=1) at /tmp/ruby/src/trunk_asan/gc.c:5213
No locals.
#10 ruby_xmalloc2 (n=<optimized out>, size=<optimized out>) at /tmp/ruby/src/trunk_asan/gc.c:5207
No locals.
#11 0x00005b026fdb0bef in new_arena () at /tmp/ruby/src/trunk_asan/iseq.c:654
        new_arena = <optimized out>
#12 prepare_iseq_build (iseq=iseq@entry=0x7a77e62afcc8, name=<optimized out>, name@entry=134655900507600, path=path@entry=134655287820200, realpath=realpath@entry=134655310349000, first_lineno=first_lineno@entry=0, code_location=code_location@entry=0x7a77d4da56c0, node_id=7, parent=0x0, isolated_depth=0, type=ISEQ_TYPE_TOP, script_lines=4, option=0x7a77d4da56a0) at /tmp/ruby/src/trunk_asan/iseq.c:712
        coverage = 0
        err_info = 4
        body = <optimized out>
#13 0x00005b026fdaffba 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=0x7a77d4da56a0, error_state=<optimized out>) at /tmp/ruby/src/trunk_asan/iseq.c:1140
        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 = 0x7a77e62afcc8
        location = <optimized out>
        start_line = <optimized out>
        start = <optimized out>
        end = <optimized out>
#14 0x00005b026fdafba4 in pm_iseq_new_top (node=node@entry=0x7a77dd1fb9f8, name=name@entry=134655900507600, path=path@entry=134655287820200, realpath=134655310349000, parent=parent@entry=0x0, error_state=error_state@entry=0x7a77dd1fbb20) at /tmp/ruby/src/trunk_asan/iseq.c:971
No locals.
#15 0x00005b026fdcdc75 in load_iseq_eval (ec=0x5160004ebad0, fname=fname@entry=134655287820200) at /tmp/ruby/src/trunk_asan/load.c:750
        error_state = <optimized out>
        result = <optimized out>
        error = <optimized out>
        ec = 0x5160004ebad0
        v = <optimized out>
        realpath_map = 134655902208040
        box = 0x5b02713aaee0 <root_box_data>
        iseq = <optimized out>
#16 0x00005b026fdc83d5 in require_internal (ec=ec@entry=0x5160004ebad0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1355
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000099280
        box = 0x5b02713aaee0 <root_box_data>
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 134655902208200
        realpath_map = 134655902208040
        path = 134655287820200
        state = RUBY_TAG_NONE
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
        prev_ext_config = <optimized out>
#17 0x00005b026fdc601b in rb_require_string_internal (fname=134655310349000, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1466
        result = <optimized out>
        ec = 0x5160004ebad0
        result = <optimized out>
#18 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1452
No locals.
#19 0x00005b02700e0a38 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:3896
        ci = 0x13d7100140003
        cc = <optimized out>
        me = 0x7a7804f81640
        cfunc = 0x506000036fe8
        recv = 134655902398560
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#20 0x00005b02700c6305 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7a77dd1fc620) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4882
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#21 0x00005b02700cc435 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4291
No locals.
#22 0x00005b02700823bd in vm_sendish (ec=0x5160004ebad0, reg_cfp=0x7a77df3fe6e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6115
        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=0x5160004ebad0) at ../../src/trunk_asan/insns.def:902
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b0270076646 <vm_exec_core+1494>, 0x5b027007794d <vm_exec_core+6365>, 0x5b027007cb71 <vm_exec_core+27393>, 0x5b02700774bf <vm_exec_core+5199>, 0x5b027007d922 <vm_exec_core+30898>, 0x5b027007b72d <vm_exec_core+22205>, 0x5b027007933e <vm_exec_core+13006>, 0x5b02700767ae <vm_exec_core+1854>, 0x5b027007d164 <vm_exec_core+28916>, 0x5b027007ceac <vm_exec_core+28220>, 0x5b027007773c <vm_exec_core+5836>, 0x5b0270076c9e <vm_exec_core+3118>, 0x5b027007be26 <vm_exec_core+23990>, 0x5b0270078243 <vm_exec_core+8659>, 0x5b027007d365 <vm_exec_core+29429>, 0x5b027007d00e <vm_exec_core+28574>, 0x5b0270078931 <vm_exec_core+10433>, 0x5b02700792cd <vm_exec_core+12893>, 0x5b027007b985 <vm_exec_core+22805>, 0x5b027007cf85 <vm_exec_core+28437>, 0x5b027007ada0 <vm_exec_core+19760>, 0x5b027007ba0e <vm_exec_core+22942>, 0x5b027007c4c7 <vm_exec_core+25687>, 0x5b027007acdd <vm_exec_core+19565>, 0x5b0270076bdb <vm_exec_core+2923>, 0x5b027007b430 <vm_exec_core+21440>, 0x5b0270076a6e <vm_exec_core+2558>, 0x5b0270076ea4 <vm_exec_core+3636>, 0x5b0270078bb4 <vm_exec_core+11076>, 0x5b027007a8aa <vm_exec_core+18490>, 0x5b027007b2c9 <vm_exec_core+21081>, 0x5b027007a54f <vm_exec_core+17631>, 0x5b027007667a <vm_exec_core+1546>, 0x5b027007c6f7 <vm_exec_core+26247>, 0x5b027007cdd7 <vm_exec_core+28007>, 0x5b027007704b <vm_exec_core+4059>, 0x5b0270077bf7 <vm_exec_core+7047>, 0x5b02700778b5 <vm_exec_core+6213>, 0x5b0270078332 <vm_exec_core+8898>, 0x5b0270079169 <vm_exec_core+12537>, 0x5b02700770f2 <vm_exec_core+4226>, 0x5b027007c55f <vm_exec_core+25839>, 0x5b0270077b81 <vm_exec_core+6929>, 0x5b0270079017 <vm_exec_core+12199>, 0x5b0270079ade <vm_exec_core+14958>, 0x5b027007bebc <vm_exec_core+24140>, 0x5b027007af62 <vm_exec_core+20210>, 0x5b027007860c <vm_exec_core+9628>, 0x5b0270077e8e <vm_exec_core+7710>, 0x5b027007bd12 <vm_exec_core+23714>, 0x5b0270078d94 <vm_exec_core+11556>, 0x5b027007b52f <vm_exec_core+21695>, 0x5b027007afd4 <vm_exec_core+20324>, 0x5b027007b5e6 <vm_exec_core+21878>, 0x5b027007caa9 <vm_exec_core+27193>, 0x5b027007a361 <vm_exec_core+17137>, 0x5b027007bf75 <vm_exec_core+24325>, 0x5b02700763c8 <vm_exec_core+856>, 0x5b027007baa3 <vm_exec_core+23091>, 0x5b027007872b <vm_exec_core+9915>, 0x5b027007ac38 <vm_exec_core+19400>, 0x5b027007ae78 <vm_exec_core+19976>, 0x5b0270079712 <vm_exec_core+13986>, 0x5b0270076f58 <vm_exec_core+3816>, 0x5b0270078ad9 <vm_exec_core+10857>, 0x5b0270078116 <vm_exec_core+8358>, 0x5b027007b664 <vm_exec_core+22004>, 0x5b0270077283 <vm_exec_core+4627>, 0x5b02700794bf <vm_exec_core+13391>, 0x5b0270079e0f <vm_exec_core+15775>, 0x5b0270078410 <vm_exec_core+9120>, 0x5b0270083e19 <vm_exec_core+56745>, 0x5b0270077de5 <vm_exec_core+7541>, 0x5b0270077cdd <vm_exec_core+7277>, 0x5b0270077fe8 <vm_exec_core+8056>, 0x5b02700789d3 <vm_exec_core+10595>, 0x5b027007a74e <vm_exec_core+18142>, 0x5b0270079b99 <vm_exec_core+15145>, 0x5b027007b348 <vm_exec_core+21208>, 0x5b0270079ff5 <vm_exec_core+16261>, 0x5b027007c620 <vm_exec_core+26032>, 0x5b027007dbc7 <vm_exec_core+31575>, 0x5b027007c864 <vm_exec_core+26612>, 0x5b027007d4b5 <vm_exec_core+29765>, 0x5b027007d5a6 <vm_exec_core+30006>, 0x5b0270076b00 <vm_exec_core+2704>, 0x5b027007d08d <vm_exec_core+28701>, 0x5b0270078cb9 <vm_exec_core+11337>, 0x5b027007d288 <vm_exec_core+29208>, 0x5b02700787fa <vm_exec_core+10122>, 0x5b027007c79b <vm_exec_core+26411>, 0x5b0270076997 <vm_exec_core+2343>, 0x5b027007717d <vm_exec_core+4365>, 0x5b027007d7ea <vm_exec_core+30586>, 0x5b027007909d <vm_exec_core+12333>, 0x5b0270078e9a <vm_exec_core+11818>, 0x5b02700763cd <vm_exec_core+861>, 0x5b02700768ba <vm_exec_core+2122>, 0x5b0270076453 <vm_exec_core+995>, 0x5b027007c953 <vm_exec_core+26851>, 0x5b027007a21e <vm_exec_core+16814>, 0x5b02700798e2 <vm_exec_core+14450>, 0x5b027007a0fa <vm_exec_core+16522>, 0x5b0270079d46 <vm_exec_core+15574>, 0x5b0270078f2f <vm_exec_core+11967>, 0x5b02700797ed <vm_exec_core+14205>, 0x5b02700791b9 <vm_exec_core+12617>, 0x5b02700799fc <vm_exec_core+14732>, 0x5b0270079a6d <vm_exec_core+14845>, 0x5b0270076637 <vm_exec_core+1479>, 0x5b027007793e <vm_exec_core+6350>, 0x5b027007cb62 <vm_exec_core+27378>, 0x5b02700774b0 <vm_exec_core+5184>, 0x5b027007d913 <vm_exec_core+30883>, 0x5b027007b71e <vm_exec_core+22190>, 0x5b027007932f <vm_exec_core+12991>, 0x5b027007679f <vm_exec_core+1839>, 0x5b027007d155 <vm_exec_core+28901>, 0x5b027007ce9d <vm_exec_core+28205>, 0x5b027007772d <vm_exec_core+5821>, 0x5b0270076c8f <vm_exec_core+3103>, 0x5b027007be17 <vm_exec_core+23975>, 0x5b0270078234 <vm_exec_core+8644>, 0x5b027007d356 <vm_exec_core+29414>, 0x5b027007cfff <vm_exec_core+28559>, 0x5b0270078922 <vm_exec_core+10418>, 0x5b02700792be <vm_exec_core+12878>, 0x5b027007b976 <vm_exec_core+22790>, 0x5b027007cf76 <vm_exec_core+28422>, 0x5b027007ad91 <vm_exec_core+19745>, 0x5b027007b9ff <vm_exec_core+22927>, 0x5b027007c4b8 <vm_exec_core+25672>, 0x5b027007acce <vm_exec_core+19550>, 0x5b0270076bcc <vm_exec_core+2908>, 0x5b027007b421 <vm_exec_core+21425>, 0x5b0270076a5f <vm_exec_core+2543>, 0x5b0270076e95 <vm_exec_core+3621>, 0x5b0270078ba5 <vm_exec_core+11061>, 0x5b027007a89b <vm_exec_core+18475>, 0x5b027007b2ba <vm_exec_core+21066>, 0x5b027007a540 <vm_exec_core+17616>, 0x5b027007666b <vm_exec_core+1531>, 0x5b027007c6e8 <vm_exec_core+26232>, 0x5b027007cdc8 <vm_exec_core+27992>, 0x5b027007703c <vm_exec_core+4044>, 0x5b0270077be8 <vm_exec_core+7032>, 0x5b02700778a6 <vm_exec_core+6198>, 0x5b0270078323 <vm_exec_core+8883>, 0x5b027007915a <vm_exec_core+12522>, 0x5b02700770e3 <vm_exec_core+4211>, 0x5b027007c550 <vm_exec_core+25824>, 0x5b0270077b72 <vm_exec_core+6914>, 0x5b0270079008 <vm_exec_core+12184>, 0x5b0270079acf <vm_exec_core+14943>, 0x5b027007bead <vm_exec_core+24125>, 0x5b027007af53 <vm_exec_core+20195>, 0x5b02700785fd <vm_exec_core+9613>, 0x5b0270077e7f <vm_exec_core+7695>, 0x5b027007bd03 <vm_exec_core+23699>, 0x5b0270078d85 <vm_exec_core+11541>, 0x5b027007b520 <vm_exec_core+21680>, 0x5b027007afc5 <vm_exec_core+20309>, 0x5b027007b5d7 <vm_exec_core+21863>, 0x5b027007ca9a <vm_exec_core+27178>, 0x5b027007a352 <vm_exec_core+17122>, 0x5b027007bf66 <vm_exec_core+24310>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b027007ba94 <vm_exec_core+23076>, 0x5b027007871c <vm_exec_core+9900>, 0x5b027007ac29 <vm_exec_core+19385>, 0x5b027007ae69 <vm_exec_core+19961>, 0x5b0270079703 <vm_exec_core+13971>, 0x5b027007a896 <vm_exec_core+18470>, 0x5b0270078aca <vm_exec_core+10842>, 0x5b0270078107 <vm_exec_core+8343>, 0x5b027007b655 <vm_exec_core+21989>, 0x5b0270077274 <vm_exec_core+4612>, 0x5b02700794b0 <vm_exec_core+13376>, 0x5b0270079e00 <vm_exec_core+15760>, 0x5b0270078401 <vm_exec_core+9105>, 0x5b0270083e0a <vm_exec_core+56730>, 0x5b0270077dd6 <vm_exec_core+7526>, 0x5b0270077cce <vm_exec_core+7262>, 0x5b0270077fd9 <vm_exec_core+8041>, 0x5b02700789c4 <vm_exec_core+10580>, 0x5b027007a73f <vm_exec_core+18127>, 0x5b0270079b8a <vm_exec_core+15130>, 0x5b027007a73a <vm_exec_core+18122>, 0x5b027007af4e <vm_exec_core+20190>, 0x5b027007af49 <vm_exec_core+20185>, 0x5b0270077fd4 <vm_exec_core+8036>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b0270079123 <vm_exec_core+12467>, 0x5b0270079128 <vm_exec_core+12472>, 0x5b027007af44 <vm_exec_core+20180>, 0x5b027007ad8c <vm_exec_core+19740>, 0x5b0270079dfb <vm_exec_core+15755>, 0x5b0270079d32 <vm_exec_core+15554>, 0x5b027007ae3b <vm_exec_core+19915>, 0x5b027007a205 <vm_exec_core+16789>...}
        reg_cfp = 0x7a77df3fe6e8
        reg_pc = 0x5110000a5738
        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_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 0x00005b0270071272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160004ebad0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#25 0x00005b02700f6e2a in vm_call0_body (ec=<optimized out>, calling=0x7a77d4fa3c60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x7a77d4fa3cd0
th: 0x515000099280, native_id: 0x7a77dd1ff6c0
-- Control frame information -----------------------------------------------
        cc = <optimized out>
        ret = <optimized out>
c:0007 p:---- s:0027 e:000026 l:y b:---- DUMMY  [FINISH]
c:0006 p:---- s:0024 e:000023 l:y b:---- CFUNC  :require
#26 0x00005b02700f6692 in vm_call0_cme (ec=0x5160004ebad0, calling=0x7a77d4fa3c60, argv=0x7a77dd1fcdc0, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#27 vm_call0_body (ec=<optimized out>, calling=0x7a77d4fa3c60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x7a7802e82200
        orig_cme = <optimized out>
        ci = 0x7a77d4fa3cd0
        cc = 0x7a7802e821d8
        ret = <optimized out>
#28 0x00005b027009f97a in vm_call0_cc (ec=0x5160004ebad0, recv=134655902398560, id=22705, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = <optimized out>
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
        use_argv = 0x0
        av = <optimized out>
c:0005 p:0023 s:0019 e:000018 l:y b:0001 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:139 [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:1065
        ci = <optimized out>
        ec = 0x5160004ebad0
        cc = <optimized out>
        self = <optimized out>
c:0004 p:0002 s:0013 e:000012 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
c:0003 p:---- s:0010 e:000009 l:y b:---- CFUNC  :fork
c:0002 p:0004 s:0006 e:000005 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

#30 0x00005b02700a0a0e in rb_funcallv (recv=134655902398560, mid=22705, argc=1, argv=0x7a77dd1fcdc0) at /tmp/ruby/src/trunk_asan/vm_eval.c:1080
No locals.
#31 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1137
        ar = <optimized out>
        argv = 0x7a77dd1fcdc0
#32 0x00005b02700593d3 in autoload_feature_require (_arguments=134655229546784) at /tmp/ruby/src/trunk_asan/variable.c:3211
        receiver = 134655902398560
        arguments = 0x7a77dd1fd120
        autoload_const = <optimized out>
        autoload_box_value = <optimized out>
        result = <optimized out>
#33 autoload_try_load (_arguments=134655229546784) at /tmp/ruby/src/trunk_asan/variable.c:3224
        arguments = 0x7a77dd1fd120
        result = <optimized out>
        ce = <optimized out>
#34 0x00005b026fcbe8f7 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:1174
        _ec = 0x5160004ebad0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a77dd1fd0d0, <optimized out>, 0x7a77dd1fcfe0, <optimized out>, <optimized out>}, prev = 0x7a77d4ea3740, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160004ebad0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#35 0x00005b02700587c0 in rb_autoload_load (module=module@entry=134655902350800, name=name@entry=227643) at /tmp/ruby/src/trunk_asan/variable.c:3285
        ce = <optimized out>
        arguments = {module = 134655902350800, name = 227643, flag = 0, mutex = 134655381245640, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
#36 0x00005b0270064726 in rb_const_search_from (klass=134655355203960, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3387
        ac = 0xfffffffffffffe00
        am = 134655902350800
        tmp = 134655902350800
        ce = <optimized out>
        current = 134655902350800
        value = <optimized out>
        first_iteration = <optimized out>
#37 0x00005b027005a124 in rb_const_search (klass=134655355203960, id=227643, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3409
        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:3336
        c = <optimized out>
#39 0x00005b0270068e2e 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:1170
        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 0x00005b027007561d in vm_get_ev_const_chain (ec=0x5160004ebad0, segments=0x502002882310) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1203
        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=0x502002882370) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6596
        segments = 0x502002882310
        ice = <optimized out>
        val = <optimized out>
#42 0x00005b027007be6f in vm_exec_core (ec=ec@entry=0x5160004ebad0) at ../../src/trunk_asan/insns.def:264
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b0270076646 <vm_exec_core+1494>, 0x5b027007794d <vm_exec_core+6365>, 0x5b027007cb71 <vm_exec_core+27393>, 0x5b02700774bf <vm_exec_core+5199>, 0x5b027007d922 <vm_exec_core+30898>, 0x5b027007b72d <vm_exec_core+22205>, 0x5b027007933e <vm_exec_core+13006>, 0x5b02700767ae <vm_exec_core+1854>, 0x5b027007d164 <vm_exec_core+28916>, 0x5b027007ceac <vm_exec_core+28220>, 0x5b027007773c <vm_exec_core+5836>, 0x5b0270076c9e <vm_exec_core+3118>, 0x5b027007be26 <vm_exec_core+23990>, 0x5b0270078243 <vm_exec_core+8659>, 0x5b027007d365 <vm_exec_core+29429>, 0x5b027007d00e <vm_exec_core+28574>, 0x5b0270078931 <vm_exec_core+10433>, 0x5b02700792cd <vm_exec_core+12893>, 0x5b027007b985 <vm_exec_core+22805>, 0x5b027007cf85 <vm_exec_core+28437>, 0x5b027007ada0 <vm_exec_core+19760>, 0x5b027007ba0e <vm_exec_core+22942>, 0x5b027007c4c7 <vm_exec_core+25687>, 0x5b027007acdd <vm_exec_core+19565>, 0x5b0270076bdb <vm_exec_core+2923>, 0x5b027007b430 <vm_exec_core+21440>, 0x5b0270076a6e <vm_exec_core+2558>, 0x5b0270076ea4 <vm_exec_core+3636>, 0x5b0270078bb4 <vm_exec_core+11076>, 0x5b027007a8aa <vm_exec_core+18490>, 0x5b027007b2c9 <vm_exec_core+21081>, 0x5b027007a54f <vm_exec_core+17631>, 0x5b027007667a <vm_exec_core+1546>, 0x5b027007c6f7 <vm_exec_core+26247>, 0x5b027007cdd7 <vm_exec_core+28007>, 0x5b027007704b <vm_exec_core+4059>, 0x5b0270077bf7 <vm_exec_core+7047>, 0x5b02700778b5 <vm_exec_core+6213>, 0x5b0270078332 <vm_exec_core+8898>, 0x5b0270079169 <vm_exec_core+12537>, 0x5b02700770f2 <vm_exec_core+4226>, 0x5b027007c55f <vm_exec_core+25839>, 0x5b0270077b81 <vm_exec_core+6929>, 0x5b0270079017 <vm_exec_core+12199>, 0x5b0270079ade <vm_exec_core+14958>, 0x5b027007bebc <vm_exec_core+24140>, 0x5b027007af62 <vm_exec_core+20210>, 0x5b027007860c <vm_exec_core+9628>, 0x5b0270077e8e <vm_exec_core+7710>, 0x5b027007bd12 <vm_exec_core+23714>, 0x5b0270078d94 <vm_exec_core+11556>, 0x5b027007b52f <vm_exec_core+21695>, 0x5b027007afd4 <vm_exec_core+20324>, 0x5b027007b5e6 <vm_exec_core+21878>, 0x5b027007caa9 <vm_exec_core+27193>, 0x5b027007a361 <vm_exec_core+17137>, 0x5b027007bf75 <vm_exec_core+24325>, 0x5b02700763c8 <vm_exec_core+856>, 0x5b027007baa3 <vm_exec_core+23091>, 0x5b027007872b <vm_exec_core+9915>, 0x5b027007ac38 <vm_exec_core+19400>, 0x5b027007ae78 <vm_exec_core+19976>, 0x5b0270079712 <vm_exec_core+13986>, 0x5b0270076f58 <vm_exec_core+3816>, 0x5b0270078ad9 <vm_exec_core+10857>, 0x5b0270078116 <vm_exec_core+8358>, 0x5b027007b664 <vm_exec_core+22004>, 0x5b0270077283 <vm_exec_core+4627>, 0x5b02700794bf <vm_exec_core+13391>, 0x5b0270079e0f <vm_exec_core+15775>, 0x5b0270078410 <vm_exec_core+9120>, 0x5b0270083e19 <vm_exec_core+56745>, 0x5b0270077de5 <vm_exec_core+7541>, 0x5b0270077cdd <vm_exec_core+7277>, 0x5b0270077fe8 <vm_exec_core+8056>, 0x5b02700789d3 <vm_exec_core+10595>, 0x5b027007a74e <vm_exec_core+18142>, 0x5b0270079b99 <vm_exec_core+15145>, 0x5b027007b348 <vm_exec_core+21208>, 0x5b0270079ff5 <vm_exec_core+16261>, 0x5b027007c620 <vm_exec_core+26032>, 0x5b027007dbc7 <vm_exec_core+31575>, 0x5b027007c864 <vm_exec_core+26612>, 0x5b027007d4b5 <vm_exec_core+29765>, 0x5b027007d5a6 <vm_exec_core+30006>, 0x5b0270076b00 <vm_exec_core+2704>, 0x5b027007d08d <vm_exec_core+28701>, 0x5b0270078cb9 <vm_exec_core+11337>, 0x5b027007d288 <vm_exec_core+29208>, 0x5b02700787fa <vm_exec_core+10122>, 0x5b027007c79b <vm_exec_core+26411>, 0x5b0270076997 <vm_exec_core+2343>, 0x5b027007717d <vm_exec_core+4365>, 0x5b027007d7ea <vm_exec_core+30586>, 0x5b027007909d <vm_exec_core+12333>, 0x5b0270078e9a <vm_exec_core+11818>, 0x5b02700763cd <vm_exec_core+861>, 0x5b02700768ba <vm_exec_core+2122>, 0x5b0270076453 <vm_exec_core+995>, 0x5b027007c953 <vm_exec_core+26851>, 0x5b027007a21e <vm_exec_core+16814>, 0x5b02700798e2 <vm_exec_core+14450>, 0x5b027007a0fa <vm_exec_core+16522>, 0x5b0270079d46 <vm_exec_core+15574>, 0x5b0270078f2f <vm_exec_core+11967>, 0x5b02700797ed <vm_exec_core+14205>, 0x5b02700791b9 <vm_exec_core+12617>, 0x5b02700799fc <vm_exec_core+14732>, 0x5b0270079a6d <vm_exec_core+14845>, 0x5b0270076637 <vm_exec_core+1479>, 0x5b027007793e <vm_exec_core+6350>, 0x5b027007cb62 <vm_exec_core+27378>, 0x5b02700774b0 <vm_exec_core+5184>, 0x5b027007d913 <vm_exec_core+30883>, 0x5b027007b71e <vm_exec_core+22190>, 0x5b027007932f <vm_exec_core+12991>, 0x5b027007679f <vm_exec_core+1839>, 0x5b027007d155 <vm_exec_core+28901>, 0x5b027007ce9d <vm_exec_core+28205>, 0x5b027007772d <vm_exec_core+5821>, 0x5b0270076c8f <vm_exec_core+3103>, 0x5b027007be17 <vm_exec_core+23975>, 0x5b0270078234 <vm_exec_core+8644>, 0x5b027007d356 <vm_exec_core+29414>, 0x5b027007cfff <vm_exec_core+28559>, 0x5b0270078922 <vm_exec_core+10418>, 0x5b02700792be <vm_exec_core+12878>, 0x5b027007b976 <vm_exec_core+22790>, 0x5b027007cf76 <vm_exec_core+28422>, 0x5b027007ad91 <vm_exec_core+19745>, 0x5b027007b9ff <vm_exec_core+22927>, 0x5b027007c4b8 <vm_exec_core+25672>, 0x5b027007acce <vm_exec_core+19550>, 0x5b0270076bcc <vm_exec_core+2908>, 0x5b027007b421 <vm_exec_core+21425>, 0x5b0270076a5f <vm_exec_core+2543>, 0x5b0270076e95 <vm_exec_core+3621>, 0x5b0270078ba5 <vm_exec_core+11061>, 0x5b027007a89b <vm_exec_core+18475>, 0x5b027007b2ba <vm_exec_core+21066>, 0x5b027007a540 <vm_exec_core+17616>, 0x5b027007666b <vm_exec_core+1531>, 0x5b027007c6e8 <vm_exec_core+26232>, 0x5b027007cdc8 <vm_exec_core+27992>, 0x5b027007703c <vm_exec_core+4044>, 0x5b0270077be8 <vm_exec_core+7032>, 0x5b02700778a6 <vm_exec_core+6198>, 0x5b0270078323 <vm_exec_core+8883>, 0x5b027007915a <vm_exec_core+12522>, 0x5b02700770e3 <vm_exec_core+4211>, 0x5b027007c550 <vm_exec_core+25824>, 0x5b0270077b72 <vm_exec_core+6914>, 0x5b0270079008 <vm_exec_core+12184>, 0x5b0270079acf <vm_exec_core+14943>, 0x5b027007bead <vm_exec_core+24125>, 0x5b027007af53 <vm_exec_core+20195>, 0x5b02700785fd <vm_exec_core+9613>, 0x5b0270077e7f <vm_exec_core+7695>, 0x5b027007bd03 <vm_exec_core+23699>, 0x5b0270078d85 <vm_exec_core+11541>, 0x5b027007b520 <vm_exec_core+21680>, 0x5b027007afc5 <vm_exec_core+20309>, 0x5b027007b5d7 <vm_exec_core+21863>, 0x5b027007ca9a <vm_exec_core+27178>, 0x5b027007a352 <vm_exec_core+17122>, 0x5b027007bf66 <vm_exec_core+24310>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b027007ba94 <vm_exec_core+23076>, 0x5b027007871c <vm_exec_core+9900>, 0x5b027007ac29 <vm_exec_core+19385>, 0x5b027007ae69 <vm_exec_core+19961>, 0x5b0270079703 <vm_exec_core+13971>, 0x5b027007a896 <vm_exec_core+18470>, 0x5b0270078aca <vm_exec_core+10842>, 0x5b0270078107 <vm_exec_core+8343>, 0x5b027007b655 <vm_exec_core+21989>, 0x5b0270077274 <vm_exec_core+4612>, 0x5b02700794b0 <vm_exec_core+13376>, 0x5b0270079e00 <vm_exec_core+15760>, 0x5b0270078401 <vm_exec_core+9105>, 0x5b0270083e0a <vm_exec_core+56730>, 0x5b0270077dd6 <vm_exec_core+7526>, 0x5b0270077cce <vm_exec_core+7262>, 0x5b0270077fd9 <vm_exec_core+8041>, 0x5b02700789c4 <vm_exec_core+10580>, 0x5b027007a73f <vm_exec_core+18127>, 0x5b0270079b8a <vm_exec_core+15130>, 0x5b027007a73a <vm_exec_core+18122>, 0x5b027007af4e <vm_exec_core+20190>, 0x5b027007af49 <vm_exec_core+20185>, 0x5b0270077fd4 <vm_exec_core+8036>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b0270079123 <vm_exec_core+12467>, 0x5b0270079128 <vm_exec_core+12472>, 0x5b027007af44 <vm_exec_core+20180>, 0x5b027007ad8c <vm_exec_core+19740>, 0x5b0270079dfb <vm_exec_core+15755>, 0x5b0270079d32 <vm_exec_core+15554>, 0x5b027007ae3b <vm_exec_core+19915>, 0x5b027007a205 <vm_exec_core+16789>...}
        reg_cfp = 0x7a77df3fe720
        reg_pc = 0x503005859800
        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_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 0x00005b0270071272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160004ebad0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#44 0x00005b02701011a2 in invoke_iseq_block_from_c (ec=0x5160004ebad0, captured=0x7a77df3fe7a8, self=134655347961280, 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:1814
        flags = 0
        iseq = 0x7a77e1007480
        cfp = <optimized out>
        sp = 0x7a77df2fe850
        use_argv = 0x0
        stack_argv = 0x7a77df2fe850
        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:1828
        captured = 0x7a77df3fe7a8
#46 0x00005b02700a29ec 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:1865
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:1873
No locals.
#48 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#49 0x00005b02700a29ec in rb_yield (val=<optimized out>)
No locals.
#50 0x00005b026fcbe18c in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1154
        _ec = 0x5160004ebad0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a77dd1fdf10, <optimized out>, 0x7a77dd1fde20, <optimized out>, <optimized out>}, prev = 0x7a77d4ea3240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x5160004ebad0
        cfp = 0x7a77df3fe758
#51 0x00005b026fe520fb in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4290
        status = <optimized out>
        pid = <optimized out>
#52 0x00005b02700e0a38 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:3896
        ci = 0x657100040001
        cc = <optimized out>
        me = 0x7a7802e136e8
        cfunc = 0x506000049348
        recv = 134655347961280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#53 0x00005b027007aa7f in vm_sendish (ec=0x5160004ebad0, reg_cfp=0x7a77df3fe790, cd=0x502002882390, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6115
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#54 vm_exec_core (ec=ec@entry=0x5160004ebad0) at ../../src/trunk_asan/insns.def:854
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502002882390
        insns_address_table = {0x5b0270076646 <vm_exec_core+1494>, 0x5b027007794d <vm_exec_core+6365>, 0x5b027007cb71 <vm_exec_core+27393>, 0x5b02700774bf <vm_exec_core+5199>, 0x5b027007d922 <vm_exec_core+30898>, 0x5b027007b72d <vm_exec_core+22205>, 0x5b027007933e <vm_exec_core+13006>, 0x5b02700767ae <vm_exec_core+1854>, 0x5b027007d164 <vm_exec_core+28916>, 0x5b027007ceac <vm_exec_core+28220>, 0x5b027007773c <vm_exec_core+5836>, 0x5b0270076c9e <vm_exec_core+3118>, 0x5b027007be26 <vm_exec_core+23990>, 0x5b0270078243 <vm_exec_core+8659>, 0x5b027007d365 <vm_exec_core+29429>, 0x5b027007d00e <vm_exec_core+28574>, 0x5b0270078931 <vm_exec_core+10433>, 0x5b02700792cd <vm_exec_core+12893>, 0x5b027007b985 <vm_exec_core+22805>, 0x5b027007cf85 <vm_exec_core+28437>, 0x5b027007ada0 <vm_exec_core+19760>, 0x5b027007ba0e <vm_exec_core+22942>, 0x5b027007c4c7 <vm_exec_core+25687>, 0x5b027007acdd <vm_exec_core+19565>, 0x5b0270076bdb <vm_exec_core+2923>, 0x5b027007b430 <vm_exec_core+21440>, 0x5b0270076a6e <vm_exec_core+2558>, 0x5b0270076ea4 <vm_exec_core+3636>, 0x5b0270078bb4 <vm_exec_core+11076>, 0x5b027007a8aa <vm_exec_core+18490>, 0x5b027007b2c9 <vm_exec_core+21081>, 0x5b027007a54f <vm_exec_core+17631>, 0x5b027007667a <vm_exec_core+1546>, 0x5b027007c6f7 <vm_exec_core+26247>, 0x5b027007cdd7 <vm_exec_core+28007>, 0x5b027007704b <vm_exec_core+4059>, 0x5b0270077bf7 <vm_exec_core+7047>, 0x5b02700778b5 <vm_exec_core+6213>, 0x5b0270078332 <vm_exec_core+8898>, 0x5b0270079169 <vm_exec_core+12537>, 0x5b02700770f2 <vm_exec_core+4226>, 0x5b027007c55f <vm_exec_core+25839>, 0x5b0270077b81 <vm_exec_core+6929>, 0x5b0270079017 <vm_exec_core+12199>, 0x5b0270079ade <vm_exec_core+14958>, 0x5b027007bebc <vm_exec_core+24140>, 0x5b027007af62 <vm_exec_core+20210>, 0x5b027007860c <vm_exec_core+9628>, 0x5b0270077e8e <vm_exec_core+7710>, 0x5b027007bd12 <vm_exec_core+23714>, 0x5b0270078d94 <vm_exec_core+11556>, 0x5b027007b52f <vm_exec_core+21695>, 0x5b027007afd4 <vm_exec_core+20324>, 0x5b027007b5e6 <vm_exec_core+21878>, 0x5b027007caa9 <vm_exec_core+27193>, 0x5b027007a361 <vm_exec_core+17137>, 0x5b027007bf75 <vm_exec_core+24325>, 0x5b02700763c8 <vm_exec_core+856>, 0x5b027007baa3 <vm_exec_core+23091>, 0x5b027007872b <vm_exec_core+9915>, 0x5b027007ac38 <vm_exec_core+19400>, 0x5b027007ae78 <vm_exec_core+19976>, 0x5b0270079712 <vm_exec_core+13986>, 0x5b0270076f58 <vm_exec_core+3816>, 0x5b0270078ad9 <vm_exec_core+10857>, 0x5b0270078116 <vm_exec_core+8358>, 0x5b027007b664 <vm_exec_core+22004>, 0x5b0270077283 <vm_exec_core+4627>, 0x5b02700794bf <vm_exec_core+13391>, 0x5b0270079e0f <vm_exec_core+15775>, 0x5b0270078410 <vm_exec_core+9120>, 0x5b0270083e19 <vm_exec_core+56745>, 0x5b0270077de5 <vm_exec_core+7541>, 0x5b0270077cdd <vm_exec_core+7277>, 0x5b0270077fe8 <vm_exec_core+8056>, 0x5b02700789d3 <vm_exec_core+10595>, 0x5b027007a74e <vm_exec_core+18142>, 0x5b0270079b99 <vm_exec_core+15145>, 0x5b027007b348 <vm_exec_core+21208>, 0x5b0270079ff5 <vm_exec_core+16261>, 0x5b027007c620 <vm_exec_core+26032>, 0x5b027007dbc7 <vm_exec_core+31575>, 0x5b027007c864 <vm_exec_core+26612>, 0x5b027007d4b5 <vm_exec_core+29765>, 0x5b027007d5a6 <vm_exec_core+30006>, 0x5b0270076b00 <vm_exec_core+2704>, 0x5b027007d08d <vm_exec_core+28701>, 0x5b0270078cb9 <vm_exec_core+11337>, 0x5b027007d288 <vm_exec_core+29208>, 0x5b02700787fa <vm_exec_core+10122>, 0x5b027007c79b <vm_exec_core+26411>, 0x5b0270076997 <vm_exec_core+2343>, 0x5b027007717d <vm_exec_core+4365>, 0x5b027007d7ea <vm_exec_core+30586>, 0x5b027007909d <vm_exec_core+12333>, 0x5b0270078e9a <vm_exec_core+11818>, 0x5b02700763cd <vm_exec_core+861>, 0x5b02700768ba <vm_exec_core+2122>, 0x5b0270076453 <vm_exec_core+995>, 0x5b027007c953 <vm_exec_core+26851>, 0x5b027007a21e <vm_exec_core+16814>, 0x5b02700798e2 <vm_exec_core+14450>, 0x5b027007a0fa <vm_exec_core+16522>, 0x5b0270079d46 <vm_exec_core+15574>, 0x5b0270078f2f <vm_exec_core+11967>, 0x5b02700797ed <vm_exec_core+14205>, 0x5b02700791b9 <vm_exec_core+12617>, 0x5b02700799fc <vm_exec_core+14732>, 0x5b0270079a6d <vm_exec_core+14845>, 0x5b0270076637 <vm_exec_core+1479>, 0x5b027007793e <vm_exec_core+6350>, 0x5b027007cb62 <vm_exec_core+27378>, 0x5b02700774b0 <vm_exec_core+5184>, 0x5b027007d913 <vm_exec_core+30883>, 0x5b027007b71e <vm_exec_core+22190>, 0x5b027007932f <vm_exec_core+12991>, 0x5b027007679f <vm_exec_core+1839>, 0x5b027007d155 <vm_exec_core+28901>, 0x5b027007ce9d <vm_exec_core+28205>, 0x5b027007772d <vm_exec_core+5821>, 0x5b0270076c8f <vm_exec_core+3103>, 0x5b027007be17 <vm_exec_core+23975>, 0x5b0270078234 <vm_exec_core+8644>, 0x5b027007d356 <vm_exec_core+29414>, 0x5b027007cfff <vm_exec_core+28559>, 0x5b0270078922 <vm_exec_core+10418>, 0x5b02700792be <vm_exec_core+12878>, 0x5b027007b976 <vm_exec_core+22790>, 0x5b027007cf76 <vm_exec_core+28422>, 0x5b027007ad91 <vm_exec_core+19745>, 0x5b027007b9ff <vm_exec_core+22927>, 0x5b027007c4b8 <vm_exec_core+25672>, 0x5b027007acce <vm_exec_core+19550>, 0x5b0270076bcc <vm_exec_core+2908>, 0x5b027007b421 <vm_exec_core+21425>, 0x5b0270076a5f <vm_exec_core+2543>, 0x5b0270076e95 <vm_exec_core+3621>, 0x5b0270078ba5 <vm_exec_core+11061>, 0x5b027007a89b <vm_exec_core+18475>, 0x5b027007b2ba <vm_exec_core+21066>, 0x5b027007a540 <vm_exec_core+17616>, 0x5b027007666b <vm_exec_core+1531>, 0x5b027007c6e8 <vm_exec_core+26232>, 0x5b027007cdc8 <vm_exec_core+27992>, 0x5b027007703c <vm_exec_core+4044>, 0x5b0270077be8 <vm_exec_core+7032>, 0x5b02700778a6 <vm_exec_core+6198>, 0x5b0270078323 <vm_exec_core+8883>, 0x5b027007915a <vm_exec_core+12522>, 0x5b02700770e3 <vm_exec_core+4211>, 0x5b027007c550 <vm_exec_core+25824>, 0x5b0270077b72 <vm_exec_core+6914>, 0x5b0270079008 <vm_exec_core+12184>, 0x5b0270079acf <vm_exec_core+14943>, 0x5b027007bead <vm_exec_core+24125>, 0x5b027007af53 <vm_exec_core+20195>, 0x5b02700785fd <vm_exec_core+9613>, 0x5b0270077e7f <vm_exec_core+7695>, 0x5b027007bd03 <vm_exec_core+23699>, 0x5b0270078d85 <vm_exec_core+11541>, 0x5b027007b520 <vm_exec_core+21680>, 0x5b027007afc5 <vm_exec_core+20309>, 0x5b027007b5d7 <vm_exec_core+21863>, 0x5b027007ca9a <vm_exec_core+27178>, 0x5b027007a352 <vm_exec_core+17122>, 0x5b027007bf66 <vm_exec_core+24310>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b027007ba94 <vm_exec_core+23076>, 0x5b027007871c <vm_exec_core+9900>, 0x5b027007ac29 <vm_exec_core+19385>, 0x5b027007ae69 <vm_exec_core+19961>, 0x5b0270079703 <vm_exec_core+13971>, 0x5b027007a896 <vm_exec_core+18470>, 0x5b0270078aca <vm_exec_core+10842>, 0x5b0270078107 <vm_exec_core+8343>, 0x5b027007b655 <vm_exec_core+21989>, 0x5b0270077274 <vm_exec_core+4612>, 0x5b02700794b0 <vm_exec_core+13376>, 0x5b0270079e00 <vm_exec_core+15760>, 0x5b0270078401 <vm_exec_core+9105>, 0x5b0270083e0a <vm_exec_core+56730>, 0x5b0270077dd6 <vm_exec_core+7526>, 0x5b0270077cce <vm_exec_core+7262>, 0x5b0270077fd9 <vm_exec_core+8041>, 0x5b02700789c4 <vm_exec_core+10580>, 0x5b027007a73f <vm_exec_core+18127>, 0x5b0270079b8a <vm_exec_core+15130>, 0x5b027007a73a <vm_exec_core+18122>, 0x5b027007af4e <vm_exec_core+20190>, 0x5b027007af49 <vm_exec_core+20185>, 0x5b0270077fd4 <vm_exec_core+8036>, 0x5b027007b40d <vm_exec_core+21405>, 0x5b0270079123 <vm_exec_core+12467>, 0x5b0270079128 <vm_exec_core+12472>, 0x5b027007af44 <vm_exec_core+20180>, 0x5b027007ad8c <vm_exec_core+19740>, 0x5b0270079dfb <vm_exec_core+15755>, 0x5b0270079d32 <vm_exec_core+15554>, 0x5b027007ae3b <vm_exec_core+19915>, 0x5b027007a205 <vm_exec_core+16789>...}
        reg_cfp = 0x7a77df3fe790
        reg_pc = 0x5040014f62f0
        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_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>
#55 0x00005b0270071272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160004ebad0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#56 0x00005b02700b4d7b in invoke_iseq_block_from_c (ec=0x5160004ebad0, captured=<optimized out>, self=134655347961280, 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:1814
        flags = 0
        iseq = 0x7a77e10074d0
        cfp = 0x7a77df3fe7c8
        sp = 0x7a77df2fe818
        use_argv = <optimized out>
        stack_argv = 0x7a77df2fe818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#57 invoke_block_from_c_proc (ec=0x5160004ebad0, self=134655347961280, 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:1908
        block = <optimized out>
        keyword_hash = <optimized out>
#58 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:1938
No locals.
#59 0x00005b02700b2fd6 in rb_vm_invoke_proc (ec=0x540000000b08, proc=0x80, proc@entry=0x504003303690, argc=1875439326, 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:1959
        self = 0
#60 0x00005b026fffff5d in thread_do_start_proc (th=th@entry=0x515000099280) at /tmp/ruby/src/trunk_asan/thread.c:614
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504003303690
        args_len = 0
        args_ptr = <optimized out>
#61 0x00005b026fffdacd in thread_do_start (th=0x515000099280) at /tmp/ruby/src/trunk_asan/thread.c:631
        result = 36
#62 thread_start_func_2 (th=th@entry=0x515000099280, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
        _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>
#63 0x00005b026fffcdbe in call_thread_start_func_2 (th=0x515000099280) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
        stack_start = <optimized out>
        stack_start_addr = 0x7a77dd1fecc0
#64 nt_start (ptr=0x50c0004b5c80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
        th = 0x515000099280
        sched = <optimized out>
        nt = 0x50c0004b5c80
        vm = 0x525000000100
#65 0x00005b026fc72b2f in asan_thread_start(void*) ()
No symbol table info available.
#66 0x00007a7805a9caa4 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 = {134655229556416, 4108715970517425251, 134655229556416, -352, 0, 140729176126384, 4108715970504842339, 4114783747062127715}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#67 0x00007a7805b29c6c 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 4089101) detached]
$ timeout 60 gdb -p 4017563 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)


  1) Failure:
TestAutoload#test_autoload_fork [/tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:419]:
[ruby-core:86410] [Bug #14634].
Expected #<Test::Unit::AssertionFailedError: Expected #<Process::Status: pid 4089040 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 [[4089101, #<Process::Status: pid 4089101 SIGKILL (signal 9)>]] to be empty.

Finished tests in 593.113411s, 56.7767 tests/s, 11524.9898 assertions/s.
Children under /tmp/rubytest.rq01uv:
* -rw-r--r-- 1  100112 2025-11-19 09:35:30 +0000 _ruby_box_p4018221_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-19 09:35:30 +0000 _ruby_box_p4018221_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-19 09:35:30 +0000 _ruby_box_p4018221_2_rbconfig+sizeof.so
* -rw-r--r-- 1  100112 2025-11-19 09:35:30 +0000 _ruby_box_p4018149_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-19 09:35:30 +0000 _ruby_box_p4018149_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-19 09:35:29 +0000 _ruby_box_p4018149_2_rbconfig+sizeof.so
* -rw-r--r-- 1  100112 2025-11-19 09:35:29 +0000 _ruby_box_p4018068_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-19 09:35:29 +0000 _ruby_box_p4018068_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-19 09:35:29 +0000 _ruby_box_p4018068_2_rbconfig+sizeof.so
* -rw-r--r-- 1  100112 2025-11-19 09:35:28 +0000 _ruby_box_p4017900_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-19 09:35:28 +0000 _ruby_box_p4017900_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-19 09:35:28 +0000 _ruby_box_p4017900_2_rbconfig+sizeof.so
* -rw-r--r-- 1   31544 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_monitor.so
* -rw-r--r-- 1  152440 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_stringio.so
* -rw-r--r-- 1   28832 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_erb+escape.so
* -rw-r--r-- 1   51032 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_cgi+escape.so
* -rw-r--r-- 1  104440 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_strscan.so
* -rw-r--r-- 1   24216 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_io+nonblock.so
* -rw-r--r-- 1   65840 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_digest.so
* -rw-r--r-- 1 1504016 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_openssl.so
* -rw-r--r-- 1   16768 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_io+wait.so
* -rw-r--r-- 1  960176 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_socket.so
* -rw-r--r-- 1  302216 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_zlib.so
* -rw-r--r-- 1  112944 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_psych.so
* -rw-r--r-- 1  223704 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_json+ext+generator.so
* -rw-r--r-- 1  158088 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_json+ext+parser.so
* -rw-r--r-- 1  109520 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_etc.so
* -rw-r--r-- 1  941192 2025-11-19 09:35:27 +0000 _ruby_box_p4017698_2_date_core.so
* -rw-r--r-- 1  100112 2025-11-19 09:35:26 +0000 _ruby_box_p4017698_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-19 09:35:26 +0000 _ruby_box_p4017698_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-19 09:35:26 +0000 _ruby_box_p4017698_2_rbconfig+sizeof.so
#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 4017545 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
33675 tests, 6835626 assertions, 2 failures, 0 errors, 188 skips

ruby -v: ruby 4.0.0dev (2025-11-19T07:43:24Z master 169d6c7cad) +PRISM [x86_64-linux]

>>> Threads

No threads.
make: *** [uncommon.mk:915: yes-test-all] Error 2

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 4017218 -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 4017217 -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)

$$$[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.ext/include -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/17.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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/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
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/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.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.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.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.5/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 4.0.0dev (2025-11-19T07:43:24Z master 169d6c7cad) +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 37.475337 seconds

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