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

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

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     996     996     996 ?             -1 Ss    1000   0: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
    996    1015    1015    1015 pts/0       1015 Ss+   1000   0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1015    1018    1015    1015 pts/0       1015 S+    1000   0:04 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1  311356    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  341541    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  653320    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  694506    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 1050354    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 1203214    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
   1018 1334872    1015    1015 pts/0       1015 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
1334872 1334875    1015    1015 pts/0       1015 S+    1000   0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20250418-111349 --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
1334875 1334876    1015    1015 pts/0       1015 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20250418-111349 --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
1334876 1335750    1015    1015 pts/0       1015 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
1335750 1335751    1015    1015 pts/0       1015 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
1335751 1336081    1015    1015 pts/0       1015 Sl+   1000   0:17 /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
1336081 1336089    1015    1015 pts/0       1015 Sl+   1000   0:20 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
1336089 1386615    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
1336089 1386663    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
1336089 1386701    1015    1015 pts/0       1015 Z+    1000   0:00 [test_autoload.*] <defunct>
      1 1740617    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1 1863343    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1334876 1958355    1015    1015 pts/0       1015 R+    1000   0:00 ps jx
      1 2597670    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3432248    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3823805    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3942842    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 4068349    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
{1=>[996, 311356, 341541, 653320, 694506, 1050354, 1203214, 1740617, 1863343, 2597670, 3432248, 3823805, 3942842, 4068349], 996=>[1015], 1015=>[1018], 1018=>[1334872], 1334872=>[1334875], 1334875=>[1334876], 1334876=>[1335750, 1958355], 1335750=>[1335751], 1335751=>[1336081], 1336081=>[1336089], 1336089=>[1386615, 1386663, 1386701]}
$ timeout 60 gdb -p 1386615 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1386617]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005f2ab22e2e3e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x71919b0006c0 (LWP 1386615) "test_autoload.*" 0x00005f2ab22e2e3e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x7191976006c0 (LWP 1386617) "test_autoload.*" 0x00007191d2f1b4cd in __GI___poll (fds=0x719199509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7191976006c0 (LWP 1386617) "test_autoload.*"):
#0  0x00007191d2f1b4cd in __GI___poll (fds=0x719199509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005f2ab226d6da in __interceptor_poll ()
No symbol table info available.
#2  0x00005f2ab261df0f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1057
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = -1
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3010
        vm = <optimized out>
#4  0x00005f2ab22c6a8f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007191d2e9caa4 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 = {124870123849408, -7764835887852050175, 124870123849408, -352, 0, 124870184657264, -7764835887873021695, -7764969324661069567}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007191d2f29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x71919b0006c0 (LWP 1386615) "test_autoload.*"):
#0  0x00005f2ab22e2e3e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005f2ab22e3dfa in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005f2ab2232670 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x00005f2ab22324e9 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  0x00005f2ab2232115 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  0x00005f2ab222d11e in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x00005f2ab222d7d3 in __asan::asan_calloc(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x00005f2ab22c9070 in __interceptor_calloc ()
No symbol table info available.
#8  0x00005f2ab23381de in calloc1 (n=344) at /tmp/ruby/src/trunk_asan/gc/default/default.c:1470
No locals.
#9  rb_gc_impl_calloc (objspace_ptr=0x51d000000a80, size=344) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8267
        gpr = 107008
        objspace = 0x51d000000a80
        mem = <optimized out>
        gpr = <optimized out>
#10 ruby_xcalloc_body (n=<optimized out>, n@entry=1, size=<optimized out>, size@entry=344) at /tmp/ruby/src/trunk_asan/gc.c:4720
No locals.
#11 ruby_xcalloc (n=n@entry=1, size=size@entry=344) at /tmp/ruby/src/trunk_asan/gc.c:4714
No locals.
#12 0x00005f2ab23f3841 in rb_iseq_constant_body_alloc () at /tmp/ruby/src/trunk_asan/iseq.c:511
        iseq_body = <optimized out>
#13 iseq_alloc () at /tmp/ruby/src/trunk_asan/iseq.c:519
        iseq = 0x7191b1381940
#14 rb_iseq_alloc_with_dummy_path (fname=fname@entry=124870539748440) at /tmp/ruby/src/trunk_asan/iseq.c:553
        dummy_iseq = <optimized out>
#15 0x00005f2ab2680b6c in rb_vm_push_frame_fname (ec=ec@entry=0x51600061b3d0, fname=128, fname@entry=124870539748440) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:473
        dmy_iseq = <optimized out>
#16 0x00005f2ab2413076 in load_iseq_eval (ec=0x51600061b3d0, fname=fname@entry=124870539748440) at /tmp/ruby/src/trunk_asan/load.c:742
        ec = 0x51600061b3d0
        v = <optimized out>
        th = <optimized out>
        realpath_map = <optimized out>
        iseq = <optimized out>
#17 0x00005f2ab240e2eb in require_internal (ec=ec@entry=0x51600061b3d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1296
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000207900
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 124871115592520
        realpath_map = 124871115592360
        path = 124870539748440
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#18 0x00005f2ab240c2e2 in rb_require_string_internal (fname=124870539748840, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1402
        result = <optimized out>
        ec = 0x51600061b3d0
        result = <optimized out>
#19 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1388
No locals.
#20 0x00005f2ab26ed108 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:3794
        ci = 0x1371100140003
        cc = <optimized out>
        me = 0x7191d2721d90
        cfunc = 0x504000018558
        recv = 124871115722160
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#21 0x00005f2ab26d341d in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x71919affd2f0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4772
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#22 0x00005f2ab26d9075 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4181
No locals.
#23 0x00005f2ab269ac49 in vm_sendish (ec=0x51600061b3d0, reg_cfp=0x7191a9ff36e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5967
        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>
#24 vm_exec_core (ec=ec@entry=0x51600061b3d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5f2ab2690976 <vm_exec_core+12886>, 0x5f2ab268ddc5 <vm_exec_core+1701>, 0x5f2ab268f5a7 <vm_exec_core+7815>, 0x5f2ab2694766 <vm_exec_core+28742>, 0x5f2ab268eef2 <vm_exec_core+6098>, 0x5f2ab26953b7 <vm_exec_core+31895>, 0x5f2ab269377e <vm_exec_core+24670>, 0x5f2ab2691625 <vm_exec_core+16133>, 0x5f2ab268e0ce <vm_exec_core+2478>, 0x5f2ab2694edf <vm_exec_core+30655>, 0x5f2ab2694af0 <vm_exec_core+29648>, 0x5f2ab268f2af <vm_exec_core+7055>, 0x5f2ab268e6ab <vm_exec_core+3979>, 0x5f2ab2693c21 <vm_exec_core+25857>, 0x5f2ab269006b <vm_exec_core+10571>, 0x5f2ab26950e9 <vm_exec_core+31177>, 0x5f2ab2694d07 <vm_exec_core+30183>, 0x5f2ab269081e <vm_exec_core+12542>, 0x5f2ab2691592 <vm_exec_core+15986>, 0x5f2ab269390a <vm_exec_core+25066>, 0x5f2ab2694c6b <vm_exec_core+30027>, 0x5f2ab2692a0e <vm_exec_core+21230>, 0x5f2ab26939a2 <vm_exec_core+25218>, 0x5f2ab2693da0 <vm_exec_core+26240>, 0x5f2ab269293c <vm_exec_core+21020>, 0x5f2ab268e5a7 <vm_exec_core+3719>, 0x5f2ab2693139 <vm_exec_core+23065>, 0x5f2ab268e408 <vm_exec_core+3304>, 0x5f2ab268e750 <vm_exec_core+4144>, 0x5f2ab2690aab <vm_exec_core+13195>, 0x5f2ab26927e1 <vm_exec_core+20673>, 0x5f2ab2692d61 <vm_exec_core+22081>, 0x5f2ab2692570 <vm_exec_core+20048>, 0x5f2ab268e011 <vm_exec_core+2289>, 0x5f2ab2693fe8 <vm_exec_core+26824>, 0x5f2ab2694a18 <vm_exec_core+29432>, 0x5f2ab268e84b <vm_exec_core+4395>, 0x5f2ab268f9a9 <vm_exec_core+8841>, 0x5f2ab268f4ba <vm_exec_core+7578>, 0x5f2ab26901cc <vm_exec_core+10924>, 0x5f2ab26914ee <vm_exec_core+15822>, 0x5f2ab268e93b <vm_exec_core+4635>, 0x5f2ab2693e6d <vm_exec_core+26445>, 0x5f2ab268f90a <vm_exec_core+8682>, 0x5f2ab269138f <vm_exec_core+15471>, 0x5f2ab2691e07 <vm_exec_core+18151>, 0x5f2ab2693d1f <vm_exec_core+26111>, 0x5f2ab2692bc1 <vm_exec_core+21665>, 0x5f2ab26903d5 <vm_exec_core+11445>, 0x5f2ab268fbb1 <vm_exec_core+9361>, 0x5f2ab2693afd <vm_exec_core+25565>, 0x5f2ab2690c1f <vm_exec_core+13567>, 0x5f2ab26931e4 <vm_exec_core+23236>, 0x5f2ab2692cd4 <vm_exec_core+21940>, 0x5f2ab2693426 <vm_exec_core+23814>, 0x5f2ab26942bd <vm_exec_core+27549>, 0x5f2ab269200a <vm_exec_core+18666>, 0x5f2ab268dabb <vm_exec_core+923>, 0x5f2ab2690549 <vm_exec_core+11817>, 0x5f2ab2693a49 <vm_exec_core+25385>, 0x5f2ab269066f <vm_exec_core+12111>, 0x5f2ab269287e <vm_exec_core+20830>, 0x5f2ab269303a <vm_exec_core+22810>, 0x5f2ab2691bc1 <vm_exec_core+17569>, 0x5f2ab26926a4 <vm_exec_core+20356>, 0x5f2ab2690899 <vm_exec_core+12665>, 0x5f2ab268fe86 <vm_exec_core+10086>, 0x5f2ab26934fd <vm_exec_core+24029>, 0x5f2ab268e9f1 <vm_exec_core+4817>, 0x5f2ab26919c5 <vm_exec_core+17061>, 0x5f2ab269c3f9 <vm_exec_core+60633>, 0x5f2ab2692ab2 <vm_exec_core+21394>, 0x5f2ab268ec91 <vm_exec_core+5489>, 0x5f2ab268f192 <vm_exec_core+6770>, 0x5f2ab268edae <vm_exec_core+5774>, 0x5f2ab268fa55 <vm_exec_core+9013>, 0x5f2ab269022b <vm_exec_core+11019>, 0x5f2ab268dac0 <vm_exec_core+928>, 0x5f2ab268f807 <vm_exec_core+8423>, 0x5f2ab26955f1 <vm_exec_core+32465>, 0x5f2ab2692f57 <vm_exec_core+22583>, 0x5f2ab2691f08 <vm_exec_core+18408>, 0x5f2ab2693ede <vm_exec_core+26558>, 0x5f2ab26956bd <vm_exec_core+32669>, 0x5f2ab26941dd <vm_exec_core+27325>, 0x5f2ab2695177 <vm_exec_core+31319>, 0x5f2ab2695244 <vm_exec_core+31524>, 0x5f2ab268e4cb <vm_exec_core+3499>, 0x5f2ab2694da9 <vm_exec_core+30345>, 0x5f2ab2690b48 <vm_exec_core+13352>, 0x5f2ab2694fb8 <vm_exec_core+30872>, 0x5f2ab2690714 <vm_exec_core+12276>, 0x5f2ab26940bd <vm_exec_core+27037>, 0x5f2ab268fcd0 <vm_exec_core+9648>, 0x5f2ab2690e3d <vm_exec_core+14109>, 0x5f2ab269531d <vm_exec_core+31741>, 0x5f2ab269144a <vm_exec_core+15658>, 0x5f2ab2690fd3 <vm_exec_core+14515>, 0x5f2ab268db89 <vm_exec_core+1129>, 0x5f2ab268e21f <vm_exec_core+2815>, 0x5f2ab268dc6b <vm_exec_core+1355>, 0x5f2ab2691cb5 <vm_exec_core+17813>, 0x5f2ab2691171 <vm_exec_core+14929>, 0x5f2ab26918a2 <vm_exec_core+16770>, 0x5f2ab26917c5 <vm_exec_core+16549>, 0x5f2ab26909b4 <vm_exec_core+12948>, 0x5f2ab269106d <vm_exec_core+14669>, 0x5f2ab2690d1a <vm_exec_core+13818>, 0x5f2ab2691314 <vm_exec_core+15348>, 0x5f2ab2691299 <vm_exec_core+15225>, 0x5f2ab2690967 <vm_exec_core+12871>, 0x5f2ab268ddb6 <vm_exec_core+1686>, 0x5f2ab268f598 <vm_exec_core+7800>, 0x5f2ab2694757 <vm_exec_core+28727>, 0x5f2ab268eee3 <vm_exec_core+6083>, 0x5f2ab26953a8 <vm_exec_core+31880>, 0x5f2ab269376f <vm_exec_core+24655>, 0x5f2ab2691616 <vm_exec_core+16118>, 0x5f2ab268e0bf <vm_exec_core+2463>, 0x5f2ab2694ed0 <vm_exec_core+30640>, 0x5f2ab2694ae1 <vm_exec_core+29633>, 0x5f2ab268f2a0 <vm_exec_core+7040>, 0x5f2ab268e69c <vm_exec_core+3964>, 0x5f2ab2693c12 <vm_exec_core+25842>, 0x5f2ab269005c <vm_exec_core+10556>, 0x5f2ab26950da <vm_exec_core+31162>, 0x5f2ab2694cf8 <vm_exec_core+30168>, 0x5f2ab269080f <vm_exec_core+12527>, 0x5f2ab2691583 <vm_exec_core+15971>, 0x5f2ab26938fb <vm_exec_core+25051>, 0x5f2ab2694c5c <vm_exec_core+30012>, 0x5f2ab26929ff <vm_exec_core+21215>, 0x5f2ab2693993 <vm_exec_core+25203>, 0x5f2ab2693d91 <vm_exec_core+26225>, 0x5f2ab269292d <vm_exec_core+21005>, 0x5f2ab268e598 <vm_exec_core+3704>, 0x5f2ab269312a <vm_exec_core+23050>, 0x5f2ab268e3f9 <vm_exec_core+3289>, 0x5f2ab268e741 <vm_exec_core+4129>, 0x5f2ab2690a9c <vm_exec_core+13180>, 0x5f2ab26927d2 <vm_exec_core+20658>, 0x5f2ab2692d52 <vm_exec_core+22066>, 0x5f2ab2692561 <vm_exec_core+20033>, 0x5f2ab268e002 <vm_exec_core+2274>, 0x5f2ab2693fd9 <vm_exec_core+26809>, 0x5f2ab2694a09 <vm_exec_core+29417>, 0x5f2ab268e83c <vm_exec_core+4380>, 0x5f2ab268f99a <vm_exec_core+8826>, 0x5f2ab268f4ab <vm_exec_core+7563>, 0x5f2ab26901bd <vm_exec_core+10909>, 0x5f2ab26914df <vm_exec_core+15807>, 0x5f2ab268e92c <vm_exec_core+4620>, 0x5f2ab2693e5e <vm_exec_core+26430>, 0x5f2ab268f8fb <vm_exec_core+8667>, 0x5f2ab2691380 <vm_exec_core+15456>, 0x5f2ab2691df8 <vm_exec_core+18136>, 0x5f2ab2693d10 <vm_exec_core+26096>, 0x5f2ab2692bb2 <vm_exec_core+21650>, 0x5f2ab26903c6 <vm_exec_core+11430>, 0x5f2ab268fba2 <vm_exec_core+9346>, 0x5f2ab2693aee <vm_exec_core+25550>, 0x5f2ab2690c10 <vm_exec_core+13552>, 0x5f2ab26931d5 <vm_exec_core+23221>, 0x5f2ab2692cc5 <vm_exec_core+21925>, 0x5f2ab2693417 <vm_exec_core+23799>, 0x5f2ab26942ae <vm_exec_core+27534>, 0x5f2ab2691ffb <vm_exec_core+18651>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab269053a <vm_exec_core+11802>, 0x5f2ab2693a3a <vm_exec_core+25370>, 0x5f2ab2690660 <vm_exec_core+12096>, 0x5f2ab269286f <vm_exec_core+20815>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab2691bb2 <vm_exec_core+17554>, 0x5f2ab2692695 <vm_exec_core+20341>, 0x5f2ab269088a <vm_exec_core+12650>, 0x5f2ab268fe77 <vm_exec_core+10071>, 0x5f2ab26934ee <vm_exec_core+24014>, 0x5f2ab268e9e2 <vm_exec_core+4802>, 0x5f2ab26919b6 <vm_exec_core+17046>, 0x5f2ab269c3ea <vm_exec_core+60618>, 0x5f2ab2692aa3 <vm_exec_core+21379>, 0x5f2ab268ec82 <vm_exec_core+5474>, 0x5f2ab268f183 <vm_exec_core+6755>, 0x5f2ab268ed9f <vm_exec_core+5759>, 0x5f2ab268fa46 <vm_exec_core+8998>, 0x5f2ab269021c <vm_exec_core+11004>, 0x5f2ab2691ec5 <vm_exec_core+18341>, 0x5f2ab26914d5 <vm_exec_core+15797>, 0x5f2ab2691ec0 <vm_exec_core+18336>, 0x5f2ab26929fa <vm_exec_core+21210>, 0x5f2ab2692928 <vm_exec_core+21000>, 0x5f2ab268fa41 <vm_exec_core+8993>, 0x5f2ab2692b76 <vm_exec_core+21590>, 0x5f2ab2690b3e <vm_exec_core+13342>, 0x5f2ab2690b43 <vm_exec_core+13347>, 0x5f2ab2692923 <vm_exec_core+20995>, 0x5f2ab26927c8 <vm_exec_core+20648>, 0x5f2ab2691889 <vm_exec_core+16745>, 0x5f2ab26917b1 <vm_exec_core+16529>...}
        reg_cfp = 0x7191a9ff36e8
        reg_pc = 0x51100007fa38
        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_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#25 0x00005f2ab2689ecb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x51600061b3d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x71919affd6a0, <optimized out>, <optimized out>}, prev = 0x71919ee09f80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#26 0x00005f2ab270102a in vm_call0_body (ec=<optimized out>, calling=0x71919ef09860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x71919ef098d0
        cc = <optimized out>
        ret = <optimized out>
#27 0x00005f2ab270089f in vm_call0_cme (ec=0x51600061b3d0, calling=0x71919ef09860, argv=0x71919affdaa0, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#28 vm_call0_body (ec=<optimized out>, calling=0x71919ef09860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x7191b1384e88
        orig_cme = <optimized out>
        ci = 0x71919ef098d0
        cc = 0x7191b1384e60
        ret = <optimized out>
#29 0x00005f2ab26b4c3e in vm_call0_cc (recv=124871115722160, id=22673, argc=<optimized out>, argv=<optimized out>, cc=0x7191b1384e60, kw_splat=0, ec=<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>
#30 rb_funcallv_scope (recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, scope=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1047
        ci = <optimized out>
        ec = <optimized out>
        cc = 0x7191b1384e60
        self = <optimized out>
#31 0x00005f2ab26b5a6e in rb_funcallv (recv=124871115722160, mid=22673, argc=1, argv=0x71919affdaa0) at /tmp/ruby/src/trunk_asan/vm_eval.c:1062
No locals.
#32 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1119
        ar = <optimized out>
th: 0x515000207900, native_id: 0x71919b0006c0
-- Control frame information -----------------------------------------------
        argv = 0x71919affdaa0
#33 0x00005f2ab267560e in autoload_feature_require (_arguments=124870184656528) at /tmp/ruby/src/trunk_asan/variable.c:3001
c:0006 p:---- s:0024 e:000023 CFUNC  :require
        arguments = 0x71919affde90
c:0005 p:0023 s:0019 e:000018 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:136 [FINISH]
        autoload_const = <optimized out>
        result = <optimized out>
c:0004 p:0002 s:0013 e:000012 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
#34 autoload_try_load (_arguments=124870184656528) at /tmp/ruby/src/trunk_asan/variable.c:3015
        arguments = 0x71919affde90
        result = <optimized out>
        ce = <optimized out>
#35 0x00005f2ab23112e0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x51600061b3d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x71919affde10, <optimized out>, 0x71919affdd20, <optimized out>, <optimized out>}, prev = 0x71919ee09740, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x51600061b3d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#36 0x00005f2ab2674976 in rb_autoload_load (module=module@entry=124871115799840, name=name@entry=247819) at /tmp/ruby/src/trunk_asan/variable.c:3076
        ce = 0x503001c515d0
        arguments = {module = 124871115799840, name = 247819, flag = 0, mutex = 124870557440440, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
c:0003 p:---- s:0010 e:000009 CFUNC  :fork
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
        autoload_const_value = <optimized out>
#37 0x00005f2ab267e7fd in rb_const_search_from (klass=124871108688200, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3178
        ac = 0xfffffffffffffe00
        am = 124871115799840
        tmp = 124871115799840
        ce = <optimized out>
        current = 124871115799840
        value = <optimized out>
        first_iteration = <optimized out>
#38 0x00005f2ab2676674 in rb_const_search (klass=124871108688200, id=247819, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3200
        value = <optimized out>
#39 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:3127
        c = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

#40 0x00005f2ab2681afe 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:1127
        root_cref = <optimized out>
        klass = 92358976735624
        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>
#41 0x00005f2ab268cdd1 in vm_get_ev_const_chain (ec=0x51600061b3d0, segments=0x5020029d65d0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1160
        id = 0
        val = 128
        idx = <optimized out>
        allow_nil = <optimized out>
#42 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x5020029d6510) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6434
        segments = 0x5020029d65d0
        ice = <optimized out>
        val = <optimized out>
#43 0x00005f2ab268e703 in vm_exec_core (ec=ec@entry=0x51600061b3d0) at ../../src/trunk_asan/insns.def:263
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5f2ab2690976 <vm_exec_core+12886>, 0x5f2ab268ddc5 <vm_exec_core+1701>, 0x5f2ab268f5a7 <vm_exec_core+7815>, 0x5f2ab2694766 <vm_exec_core+28742>, 0x5f2ab268eef2 <vm_exec_core+6098>, 0x5f2ab26953b7 <vm_exec_core+31895>, 0x5f2ab269377e <vm_exec_core+24670>, 0x5f2ab2691625 <vm_exec_core+16133>, 0x5f2ab268e0ce <vm_exec_core+2478>, 0x5f2ab2694edf <vm_exec_core+30655>, 0x5f2ab2694af0 <vm_exec_core+29648>, 0x5f2ab268f2af <vm_exec_core+7055>, 0x5f2ab268e6ab <vm_exec_core+3979>, 0x5f2ab2693c21 <vm_exec_core+25857>, 0x5f2ab269006b <vm_exec_core+10571>, 0x5f2ab26950e9 <vm_exec_core+31177>, 0x5f2ab2694d07 <vm_exec_core+30183>, 0x5f2ab269081e <vm_exec_core+12542>, 0x5f2ab2691592 <vm_exec_core+15986>, 0x5f2ab269390a <vm_exec_core+25066>, 0x5f2ab2694c6b <vm_exec_core+30027>, 0x5f2ab2692a0e <vm_exec_core+21230>, 0x5f2ab26939a2 <vm_exec_core+25218>, 0x5f2ab2693da0 <vm_exec_core+26240>, 0x5f2ab269293c <vm_exec_core+21020>, 0x5f2ab268e5a7 <vm_exec_core+3719>, 0x5f2ab2693139 <vm_exec_core+23065>, 0x5f2ab268e408 <vm_exec_core+3304>, 0x5f2ab268e750 <vm_exec_core+4144>, 0x5f2ab2690aab <vm_exec_core+13195>, 0x5f2ab26927e1 <vm_exec_core+20673>, 0x5f2ab2692d61 <vm_exec_core+22081>, 0x5f2ab2692570 <vm_exec_core+20048>, 0x5f2ab268e011 <vm_exec_core+2289>, 0x5f2ab2693fe8 <vm_exec_core+26824>, 0x5f2ab2694a18 <vm_exec_core+29432>, 0x5f2ab268e84b <vm_exec_core+4395>, 0x5f2ab268f9a9 <vm_exec_core+8841>, 0x5f2ab268f4ba <vm_exec_core+7578>, 0x5f2ab26901cc <vm_exec_core+10924>, 0x5f2ab26914ee <vm_exec_core+15822>, 0x5f2ab268e93b <vm_exec_core+4635>, 0x5f2ab2693e6d <vm_exec_core+26445>, 0x5f2ab268f90a <vm_exec_core+8682>, 0x5f2ab269138f <vm_exec_core+15471>, 0x5f2ab2691e07 <vm_exec_core+18151>, 0x5f2ab2693d1f <vm_exec_core+26111>, 0x5f2ab2692bc1 <vm_exec_core+21665>, 0x5f2ab26903d5 <vm_exec_core+11445>, 0x5f2ab268fbb1 <vm_exec_core+9361>, 0x5f2ab2693afd <vm_exec_core+25565>, 0x5f2ab2690c1f <vm_exec_core+13567>, 0x5f2ab26931e4 <vm_exec_core+23236>, 0x5f2ab2692cd4 <vm_exec_core+21940>, 0x5f2ab2693426 <vm_exec_core+23814>, 0x5f2ab26942bd <vm_exec_core+27549>, 0x5f2ab269200a <vm_exec_core+18666>, 0x5f2ab268dabb <vm_exec_core+923>, 0x5f2ab2690549 <vm_exec_core+11817>, 0x5f2ab2693a49 <vm_exec_core+25385>, 0x5f2ab269066f <vm_exec_core+12111>, 0x5f2ab269287e <vm_exec_core+20830>, 0x5f2ab269303a <vm_exec_core+22810>, 0x5f2ab2691bc1 <vm_exec_core+17569>, 0x5f2ab26926a4 <vm_exec_core+20356>, 0x5f2ab2690899 <vm_exec_core+12665>, 0x5f2ab268fe86 <vm_exec_core+10086>, 0x5f2ab26934fd <vm_exec_core+24029>, 0x5f2ab268e9f1 <vm_exec_core+4817>, 0x5f2ab26919c5 <vm_exec_core+17061>, 0x5f2ab269c3f9 <vm_exec_core+60633>, 0x5f2ab2692ab2 <vm_exec_core+21394>, 0x5f2ab268ec91 <vm_exec_core+5489>, 0x5f2ab268f192 <vm_exec_core+6770>, 0x5f2ab268edae <vm_exec_core+5774>, 0x5f2ab268fa55 <vm_exec_core+9013>, 0x5f2ab269022b <vm_exec_core+11019>, 0x5f2ab268dac0 <vm_exec_core+928>, 0x5f2ab268f807 <vm_exec_core+8423>, 0x5f2ab26955f1 <vm_exec_core+32465>, 0x5f2ab2692f57 <vm_exec_core+22583>, 0x5f2ab2691f08 <vm_exec_core+18408>, 0x5f2ab2693ede <vm_exec_core+26558>, 0x5f2ab26956bd <vm_exec_core+32669>, 0x5f2ab26941dd <vm_exec_core+27325>, 0x5f2ab2695177 <vm_exec_core+31319>, 0x5f2ab2695244 <vm_exec_core+31524>, 0x5f2ab268e4cb <vm_exec_core+3499>, 0x5f2ab2694da9 <vm_exec_core+30345>, 0x5f2ab2690b48 <vm_exec_core+13352>, 0x5f2ab2694fb8 <vm_exec_core+30872>, 0x5f2ab2690714 <vm_exec_core+12276>, 0x5f2ab26940bd <vm_exec_core+27037>, 0x5f2ab268fcd0 <vm_exec_core+9648>, 0x5f2ab2690e3d <vm_exec_core+14109>, 0x5f2ab269531d <vm_exec_core+31741>, 0x5f2ab269144a <vm_exec_core+15658>, 0x5f2ab2690fd3 <vm_exec_core+14515>, 0x5f2ab268db89 <vm_exec_core+1129>, 0x5f2ab268e21f <vm_exec_core+2815>, 0x5f2ab268dc6b <vm_exec_core+1355>, 0x5f2ab2691cb5 <vm_exec_core+17813>, 0x5f2ab2691171 <vm_exec_core+14929>, 0x5f2ab26918a2 <vm_exec_core+16770>, 0x5f2ab26917c5 <vm_exec_core+16549>, 0x5f2ab26909b4 <vm_exec_core+12948>, 0x5f2ab269106d <vm_exec_core+14669>, 0x5f2ab2690d1a <vm_exec_core+13818>, 0x5f2ab2691314 <vm_exec_core+15348>, 0x5f2ab2691299 <vm_exec_core+15225>, 0x5f2ab2690967 <vm_exec_core+12871>, 0x5f2ab268ddb6 <vm_exec_core+1686>, 0x5f2ab268f598 <vm_exec_core+7800>, 0x5f2ab2694757 <vm_exec_core+28727>, 0x5f2ab268eee3 <vm_exec_core+6083>, 0x5f2ab26953a8 <vm_exec_core+31880>, 0x5f2ab269376f <vm_exec_core+24655>, 0x5f2ab2691616 <vm_exec_core+16118>, 0x5f2ab268e0bf <vm_exec_core+2463>, 0x5f2ab2694ed0 <vm_exec_core+30640>, 0x5f2ab2694ae1 <vm_exec_core+29633>, 0x5f2ab268f2a0 <vm_exec_core+7040>, 0x5f2ab268e69c <vm_exec_core+3964>, 0x5f2ab2693c12 <vm_exec_core+25842>, 0x5f2ab269005c <vm_exec_core+10556>, 0x5f2ab26950da <vm_exec_core+31162>, 0x5f2ab2694cf8 <vm_exec_core+30168>, 0x5f2ab269080f <vm_exec_core+12527>, 0x5f2ab2691583 <vm_exec_core+15971>, 0x5f2ab26938fb <vm_exec_core+25051>, 0x5f2ab2694c5c <vm_exec_core+30012>, 0x5f2ab26929ff <vm_exec_core+21215>, 0x5f2ab2693993 <vm_exec_core+25203>, 0x5f2ab2693d91 <vm_exec_core+26225>, 0x5f2ab269292d <vm_exec_core+21005>, 0x5f2ab268e598 <vm_exec_core+3704>, 0x5f2ab269312a <vm_exec_core+23050>, 0x5f2ab268e3f9 <vm_exec_core+3289>, 0x5f2ab268e741 <vm_exec_core+4129>, 0x5f2ab2690a9c <vm_exec_core+13180>, 0x5f2ab26927d2 <vm_exec_core+20658>, 0x5f2ab2692d52 <vm_exec_core+22066>, 0x5f2ab2692561 <vm_exec_core+20033>, 0x5f2ab268e002 <vm_exec_core+2274>, 0x5f2ab2693fd9 <vm_exec_core+26809>, 0x5f2ab2694a09 <vm_exec_core+29417>, 0x5f2ab268e83c <vm_exec_core+4380>, 0x5f2ab268f99a <vm_exec_core+8826>, 0x5f2ab268f4ab <vm_exec_core+7563>, 0x5f2ab26901bd <vm_exec_core+10909>, 0x5f2ab26914df <vm_exec_core+15807>, 0x5f2ab268e92c <vm_exec_core+4620>, 0x5f2ab2693e5e <vm_exec_core+26430>, 0x5f2ab268f8fb <vm_exec_core+8667>, 0x5f2ab2691380 <vm_exec_core+15456>, 0x5f2ab2691df8 <vm_exec_core+18136>, 0x5f2ab2693d10 <vm_exec_core+26096>, 0x5f2ab2692bb2 <vm_exec_core+21650>, 0x5f2ab26903c6 <vm_exec_core+11430>, 0x5f2ab268fba2 <vm_exec_core+9346>, 0x5f2ab2693aee <vm_exec_core+25550>, 0x5f2ab2690c10 <vm_exec_core+13552>, 0x5f2ab26931d5 <vm_exec_core+23221>, 0x5f2ab2692cc5 <vm_exec_core+21925>, 0x5f2ab2693417 <vm_exec_core+23799>, 0x5f2ab26942ae <vm_exec_core+27534>, 0x5f2ab2691ffb <vm_exec_core+18651>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab269053a <vm_exec_core+11802>, 0x5f2ab2693a3a <vm_exec_core+25370>, 0x5f2ab2690660 <vm_exec_core+12096>, 0x5f2ab269286f <vm_exec_core+20815>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab2691bb2 <vm_exec_core+17554>, 0x5f2ab2692695 <vm_exec_core+20341>, 0x5f2ab269088a <vm_exec_core+12650>, 0x5f2ab268fe77 <vm_exec_core+10071>, 0x5f2ab26934ee <vm_exec_core+24014>, 0x5f2ab268e9e2 <vm_exec_core+4802>, 0x5f2ab26919b6 <vm_exec_core+17046>, 0x5f2ab269c3ea <vm_exec_core+60618>, 0x5f2ab2692aa3 <vm_exec_core+21379>, 0x5f2ab268ec82 <vm_exec_core+5474>, 0x5f2ab268f183 <vm_exec_core+6755>, 0x5f2ab268ed9f <vm_exec_core+5759>, 0x5f2ab268fa46 <vm_exec_core+8998>, 0x5f2ab269021c <vm_exec_core+11004>, 0x5f2ab2691ec5 <vm_exec_core+18341>, 0x5f2ab26914d5 <vm_exec_core+15797>, 0x5f2ab2691ec0 <vm_exec_core+18336>, 0x5f2ab26929fa <vm_exec_core+21210>, 0x5f2ab2692928 <vm_exec_core+21000>, 0x5f2ab268fa41 <vm_exec_core+8993>, 0x5f2ab2692b76 <vm_exec_core+21590>, 0x5f2ab2690b3e <vm_exec_core+13342>, 0x5f2ab2690b43 <vm_exec_core+13347>, 0x5f2ab2692923 <vm_exec_core+20995>, 0x5f2ab26927c8 <vm_exec_core+20648>, 0x5f2ab2691889 <vm_exec_core+16745>, 0x5f2ab26917b1 <vm_exec_core+16529>...}
        reg_cfp = 0x7191a9ff3720
        reg_pc = 0xfffffffffffffe00
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#44 0x00005f2ab2689ecb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x51600061b3d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x71919affe940, <optimized out>, <optimized out>}, prev = 0x71919ef096b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#45 0x00005f2ab270aa72 in invoke_iseq_block_from_c (ec=0x51600061b3d0, captured=0x7191a9ff37a8, self=124870520133080, 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:1626
        flags = 0
        iseq = 0x7191af859168
        cfp = <optimized out>
        sp = 0x7191a9ef3850
        use_argv = 0x0
        stack_argv = 0x7191a9ef3850
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#46 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:1640
        captured = 0x7191a9ff37a8
#47 0x00005f2ab26b6e86 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:1677
No locals.
#48 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1685
No locals.
#49 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#50 0x00005f2ab26b6e86 in rb_yield (val=<optimized out>)
No locals.
#51 0x00005f2ab2310bba in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1054
        _ec = 0x51600061b3d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x71919affecd0, <optimized out>, 0x71919affebe0, <optimized out>, <optimized out>}, prev = 0x71919ee09240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x51600061b3d0
        cfp = 0x7191a9ff3758
#52 0x00005f2ab248cd2b in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4283
        status = <optimized out>
        pid = <optimized out>
#53 0x00005f2ab26ed108 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:3794
        ci = 0x64b100040001
        cc = <optimized out>
        me = 0x7191b6c2a920
        cfunc = 0x504000020058
        recv = 124870520133080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#54 0x00005f2ab26d341d in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x71919afff3b0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4772
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#55 0x00005f2ab26d2ed5 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4912
        ci = <optimized out>
        cc = 0x0
#56 0x00005f2ab26945f8 in vm_sendish (ec=0x51600061b3d0, reg_cfp=0x7191a9ff3790, cd=0x5020023c76d0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5967
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#57 vm_exec_core (ec=ec@entry=0x51600061b3d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x5020023c76d0
        insns_address_table = {0x5f2ab2690976 <vm_exec_core+12886>, 0x5f2ab268ddc5 <vm_exec_core+1701>, 0x5f2ab268f5a7 <vm_exec_core+7815>, 0x5f2ab2694766 <vm_exec_core+28742>, 0x5f2ab268eef2 <vm_exec_core+6098>, 0x5f2ab26953b7 <vm_exec_core+31895>, 0x5f2ab269377e <vm_exec_core+24670>, 0x5f2ab2691625 <vm_exec_core+16133>, 0x5f2ab268e0ce <vm_exec_core+2478>, 0x5f2ab2694edf <vm_exec_core+30655>, 0x5f2ab2694af0 <vm_exec_core+29648>, 0x5f2ab268f2af <vm_exec_core+7055>, 0x5f2ab268e6ab <vm_exec_core+3979>, 0x5f2ab2693c21 <vm_exec_core+25857>, 0x5f2ab269006b <vm_exec_core+10571>, 0x5f2ab26950e9 <vm_exec_core+31177>, 0x5f2ab2694d07 <vm_exec_core+30183>, 0x5f2ab269081e <vm_exec_core+12542>, 0x5f2ab2691592 <vm_exec_core+15986>, 0x5f2ab269390a <vm_exec_core+25066>, 0x5f2ab2694c6b <vm_exec_core+30027>, 0x5f2ab2692a0e <vm_exec_core+21230>, 0x5f2ab26939a2 <vm_exec_core+25218>, 0x5f2ab2693da0 <vm_exec_core+26240>, 0x5f2ab269293c <vm_exec_core+21020>, 0x5f2ab268e5a7 <vm_exec_core+3719>, 0x5f2ab2693139 <vm_exec_core+23065>, 0x5f2ab268e408 <vm_exec_core+3304>, 0x5f2ab268e750 <vm_exec_core+4144>, 0x5f2ab2690aab <vm_exec_core+13195>, 0x5f2ab26927e1 <vm_exec_core+20673>, 0x5f2ab2692d61 <vm_exec_core+22081>, 0x5f2ab2692570 <vm_exec_core+20048>, 0x5f2ab268e011 <vm_exec_core+2289>, 0x5f2ab2693fe8 <vm_exec_core+26824>, 0x5f2ab2694a18 <vm_exec_core+29432>, 0x5f2ab268e84b <vm_exec_core+4395>, 0x5f2ab268f9a9 <vm_exec_core+8841>, 0x5f2ab268f4ba <vm_exec_core+7578>, 0x5f2ab26901cc <vm_exec_core+10924>, 0x5f2ab26914ee <vm_exec_core+15822>, 0x5f2ab268e93b <vm_exec_core+4635>, 0x5f2ab2693e6d <vm_exec_core+26445>, 0x5f2ab268f90a <vm_exec_core+8682>, 0x5f2ab269138f <vm_exec_core+15471>, 0x5f2ab2691e07 <vm_exec_core+18151>, 0x5f2ab2693d1f <vm_exec_core+26111>, 0x5f2ab2692bc1 <vm_exec_core+21665>, 0x5f2ab26903d5 <vm_exec_core+11445>, 0x5f2ab268fbb1 <vm_exec_core+9361>, 0x5f2ab2693afd <vm_exec_core+25565>, 0x5f2ab2690c1f <vm_exec_core+13567>, 0x5f2ab26931e4 <vm_exec_core+23236>, 0x5f2ab2692cd4 <vm_exec_core+21940>, 0x5f2ab2693426 <vm_exec_core+23814>, 0x5f2ab26942bd <vm_exec_core+27549>, 0x5f2ab269200a <vm_exec_core+18666>, 0x5f2ab268dabb <vm_exec_core+923>, 0x5f2ab2690549 <vm_exec_core+11817>, 0x5f2ab2693a49 <vm_exec_core+25385>, 0x5f2ab269066f <vm_exec_core+12111>, 0x5f2ab269287e <vm_exec_core+20830>, 0x5f2ab269303a <vm_exec_core+22810>, 0x5f2ab2691bc1 <vm_exec_core+17569>, 0x5f2ab26926a4 <vm_exec_core+20356>, 0x5f2ab2690899 <vm_exec_core+12665>, 0x5f2ab268fe86 <vm_exec_core+10086>, 0x5f2ab26934fd <vm_exec_core+24029>, 0x5f2ab268e9f1 <vm_exec_core+4817>, 0x5f2ab26919c5 <vm_exec_core+17061>, 0x5f2ab269c3f9 <vm_exec_core+60633>, 0x5f2ab2692ab2 <vm_exec_core+21394>, 0x5f2ab268ec91 <vm_exec_core+5489>, 0x5f2ab268f192 <vm_exec_core+6770>, 0x5f2ab268edae <vm_exec_core+5774>, 0x5f2ab268fa55 <vm_exec_core+9013>, 0x5f2ab269022b <vm_exec_core+11019>, 0x5f2ab268dac0 <vm_exec_core+928>, 0x5f2ab268f807 <vm_exec_core+8423>, 0x5f2ab26955f1 <vm_exec_core+32465>, 0x5f2ab2692f57 <vm_exec_core+22583>, 0x5f2ab2691f08 <vm_exec_core+18408>, 0x5f2ab2693ede <vm_exec_core+26558>, 0x5f2ab26956bd <vm_exec_core+32669>, 0x5f2ab26941dd <vm_exec_core+27325>, 0x5f2ab2695177 <vm_exec_core+31319>, 0x5f2ab2695244 <vm_exec_core+31524>, 0x5f2ab268e4cb <vm_exec_core+3499>, 0x5f2ab2694da9 <vm_exec_core+30345>, 0x5f2ab2690b48 <vm_exec_core+13352>, 0x5f2ab2694fb8 <vm_exec_core+30872>, 0x5f2ab2690714 <vm_exec_core+12276>, 0x5f2ab26940bd <vm_exec_core+27037>, 0x5f2ab268fcd0 <vm_exec_core+9648>, 0x5f2ab2690e3d <vm_exec_core+14109>, 0x5f2ab269531d <vm_exec_core+31741>, 0x5f2ab269144a <vm_exec_core+15658>, 0x5f2ab2690fd3 <vm_exec_core+14515>, 0x5f2ab268db89 <vm_exec_core+1129>, 0x5f2ab268e21f <vm_exec_core+2815>, 0x5f2ab268dc6b <vm_exec_core+1355>, 0x5f2ab2691cb5 <vm_exec_core+17813>, 0x5f2ab2691171 <vm_exec_core+14929>, 0x5f2ab26918a2 <vm_exec_core+16770>, 0x5f2ab26917c5 <vm_exec_core+16549>, 0x5f2ab26909b4 <vm_exec_core+12948>, 0x5f2ab269106d <vm_exec_core+14669>, 0x5f2ab2690d1a <vm_exec_core+13818>, 0x5f2ab2691314 <vm_exec_core+15348>, 0x5f2ab2691299 <vm_exec_core+15225>, 0x5f2ab2690967 <vm_exec_core+12871>, 0x5f2ab268ddb6 <vm_exec_core+1686>, 0x5f2ab268f598 <vm_exec_core+7800>, 0x5f2ab2694757 <vm_exec_core+28727>, 0x5f2ab268eee3 <vm_exec_core+6083>, 0x5f2ab26953a8 <vm_exec_core+31880>, 0x5f2ab269376f <vm_exec_core+24655>, 0x5f2ab2691616 <vm_exec_core+16118>, 0x5f2ab268e0bf <vm_exec_core+2463>, 0x5f2ab2694ed0 <vm_exec_core+30640>, 0x5f2ab2694ae1 <vm_exec_core+29633>, 0x5f2ab268f2a0 <vm_exec_core+7040>, 0x5f2ab268e69c <vm_exec_core+3964>, 0x5f2ab2693c12 <vm_exec_core+25842>, 0x5f2ab269005c <vm_exec_core+10556>, 0x5f2ab26950da <vm_exec_core+31162>, 0x5f2ab2694cf8 <vm_exec_core+30168>, 0x5f2ab269080f <vm_exec_core+12527>, 0x5f2ab2691583 <vm_exec_core+15971>, 0x5f2ab26938fb <vm_exec_core+25051>, 0x5f2ab2694c5c <vm_exec_core+30012>, 0x5f2ab26929ff <vm_exec_core+21215>, 0x5f2ab2693993 <vm_exec_core+25203>, 0x5f2ab2693d91 <vm_exec_core+26225>, 0x5f2ab269292d <vm_exec_core+21005>, 0x5f2ab268e598 <vm_exec_core+3704>, 0x5f2ab269312a <vm_exec_core+23050>, 0x5f2ab268e3f9 <vm_exec_core+3289>, 0x5f2ab268e741 <vm_exec_core+4129>, 0x5f2ab2690a9c <vm_exec_core+13180>, 0x5f2ab26927d2 <vm_exec_core+20658>, 0x5f2ab2692d52 <vm_exec_core+22066>, 0x5f2ab2692561 <vm_exec_core+20033>, 0x5f2ab268e002 <vm_exec_core+2274>, 0x5f2ab2693fd9 <vm_exec_core+26809>, 0x5f2ab2694a09 <vm_exec_core+29417>, 0x5f2ab268e83c <vm_exec_core+4380>, 0x5f2ab268f99a <vm_exec_core+8826>, 0x5f2ab268f4ab <vm_exec_core+7563>, 0x5f2ab26901bd <vm_exec_core+10909>, 0x5f2ab26914df <vm_exec_core+15807>, 0x5f2ab268e92c <vm_exec_core+4620>, 0x5f2ab2693e5e <vm_exec_core+26430>, 0x5f2ab268f8fb <vm_exec_core+8667>, 0x5f2ab2691380 <vm_exec_core+15456>, 0x5f2ab2691df8 <vm_exec_core+18136>, 0x5f2ab2693d10 <vm_exec_core+26096>, 0x5f2ab2692bb2 <vm_exec_core+21650>, 0x5f2ab26903c6 <vm_exec_core+11430>, 0x5f2ab268fba2 <vm_exec_core+9346>, 0x5f2ab2693aee <vm_exec_core+25550>, 0x5f2ab2690c10 <vm_exec_core+13552>, 0x5f2ab26931d5 <vm_exec_core+23221>, 0x5f2ab2692cc5 <vm_exec_core+21925>, 0x5f2ab2693417 <vm_exec_core+23799>, 0x5f2ab26942ae <vm_exec_core+27534>, 0x5f2ab2691ffb <vm_exec_core+18651>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab269053a <vm_exec_core+11802>, 0x5f2ab2693a3a <vm_exec_core+25370>, 0x5f2ab2690660 <vm_exec_core+12096>, 0x5f2ab269286f <vm_exec_core+20815>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab2691bb2 <vm_exec_core+17554>, 0x5f2ab2692695 <vm_exec_core+20341>, 0x5f2ab269088a <vm_exec_core+12650>, 0x5f2ab268fe77 <vm_exec_core+10071>, 0x5f2ab26934ee <vm_exec_core+24014>, 0x5f2ab268e9e2 <vm_exec_core+4802>, 0x5f2ab26919b6 <vm_exec_core+17046>, 0x5f2ab269c3ea <vm_exec_core+60618>, 0x5f2ab2692aa3 <vm_exec_core+21379>, 0x5f2ab268ec82 <vm_exec_core+5474>, 0x5f2ab268f183 <vm_exec_core+6755>, 0x5f2ab268ed9f <vm_exec_core+5759>, 0x5f2ab268fa46 <vm_exec_core+8998>, 0x5f2ab269021c <vm_exec_core+11004>, 0x5f2ab2691ec5 <vm_exec_core+18341>, 0x5f2ab26914d5 <vm_exec_core+15797>, 0x5f2ab2691ec0 <vm_exec_core+18336>, 0x5f2ab26929fa <vm_exec_core+21210>, 0x5f2ab2692928 <vm_exec_core+21000>, 0x5f2ab268fa41 <vm_exec_core+8993>, 0x5f2ab2692b76 <vm_exec_core+21590>, 0x5f2ab2690b3e <vm_exec_core+13342>, 0x5f2ab2690b43 <vm_exec_core+13347>, 0x5f2ab2692923 <vm_exec_core+20995>, 0x5f2ab26927c8 <vm_exec_core+20648>, 0x5f2ab2691889 <vm_exec_core+16745>, 0x5f2ab26917b1 <vm_exec_core+16529>...}
        reg_cfp = 0x7191a9ff3790
        reg_pc = 0x5040009a53b0
        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_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#58 0x00005f2ab2689ecb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x51600061b3d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x71919afff6c0, <optimized out>, <optimized out>}, prev = 0x71919afffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#59 0x00005f2ab26c6d3b in invoke_iseq_block_from_c (ec=0x51600061b3d0, captured=<optimized out>, self=124870520133080, 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:1626
        flags = 0
        iseq = 0x7191af859190
        cfp = 0x7191a9ff37c8
        sp = 0x7191a9ef3818
        use_argv = <optimized out>
        stack_argv = 0x7191a9ef3818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#60 invoke_block_from_c_proc (ec=0x51600061b3d0, self=124870520133080, 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:1720
        block = <optimized out>
        keyword_hash = <optimized out>
#61 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:1750
No locals.
#62 0x00005f2ab26c4fc6 in rb_vm_invoke_proc (ec=0x540000000988, proc=0x80, proc@entry=0x504000964010, argc=-1305596354, 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:1771
        self = 0
#63 0x00005f2ab261cc9d in thread_do_start_proc (th=th@entry=0x515000207900) at /tmp/ruby/src/trunk_asan/thread.c:608
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000964010
        args_len = 0
        args_ptr = <optimized out>
#64 0x00005f2ab261a87a in thread_do_start (th=0x515000207900) at /tmp/ruby/src/trunk_asan/thread.c:625
        result = 36
#65 thread_start_func_2 (th=th@entry=0x515000207900, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:680
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#66 0x00005f2ab2619b3e in call_thread_start_func_2 (th=0x515000207900) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2180
        stack_start = <optimized out>
        stack_start_addr = 0x71919afffcc0
#67 nt_start (ptr=0x50c00028cf00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2225
        th = 0x515000207900
        sched = <optimized out>
        nt = 0x50c00028cf00
        vm = 0x525000000100
#68 0x00005f2ab22c6a8f in asan_thread_start(void*) ()
No symbol table info available.
#69 0x00007191d2e9caa4 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 = {124870184666816, -7764810873962518271, 124870184666816, -352, 0, 140730780597360, -7764810873983489791, -7764969324661069567}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#70 0x00007191d2f29c3c 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 1386615) detached]
$ timeout 60 gdb -p 1386663 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1386666]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005f2ab22e2e3e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7191992006c0 (LWP 1386663) "test_autoload.*" 0x00005f2ab22e2e3e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x7191976006c0 (LWP 1386666) "test_autoload.*" 0x00007191d2f1b4cd in __GI___poll (fds=0x71919ed09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7191976006c0 (LWP 1386666) "test_autoload.*"):
#0  0x00007191d2f1b4cd in __GI___poll (fds=0x71919ed09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005f2ab226d6da in __interceptor_poll ()
No symbol table info available.
#2  0x00005f2ab261df0f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1057
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = -1
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3010
        vm = <optimized out>
#4  0x00005f2ab22c6a8f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007191d2e9caa4 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 = {124870123849408, -7764835887852050175, 124870123849408, -352, 0, 124870153200400, -7764835887873021695, -7764969324661069567}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007191d2f29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7191992006c0 (LWP 1386663) "test_autoload.*"):
#0  0x00005f2ab22e2e3e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005f2ab22e3dfa in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005f2ab2232670 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x00005f2ab22324e9 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  0x00005f2ab2232115 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  0x00005f2ab222d11e in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x00005f2ab222cf08 in __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x00005f2ab22c8e73 in __interceptor_malloc ()
No symbol table info available.
#8  0x00005f2ab2376b76 in rb_gc_impl_malloc (objspace_ptr=0x51d000000a80, size=528) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8246
        gpr = 107008
        objspace = 0x51d000000a80
        mem = <optimized out>
#9  0x00005f2ab23522c5 in ruby_xmalloc2_body (n=n@entry=528, size=size@entry=1) at /tmp/ruby/src/trunk_asan/gc.c:4706
No locals.
#10 ruby_xmalloc2 (n=n@entry=528, size=size@entry=1) at /tmp/ruby/src/trunk_asan/gc.c:4700
No locals.
#11 0x00005f2ab23f6b62 in new_arena () at /tmp/ruby/src/trunk_asan/iseq.c:621
        new_arena = <optimized out>
#12 prepare_iseq_build (iseq=iseq@entry=0x7191b1381918, name=<optimized out>, name@entry=124871115256080, path=path@entry=124870539748280, realpath=realpath@entry=124870539748840, first_lineno=first_lineno@entry=0, code_location=code_location@entry=0x71919c30a3c0, node_id=7, parent=0x0, isolated_depth=0, type=ISEQ_TYPE_TOP, script_lines=4, option=0x71919c30a3a0) at /tmp/ruby/src/trunk_asan/iseq.c:667
        coverage = 0
        err_info = 4
        body = <optimized out>
#13 0x00005f2ab23f5f65 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=0x71919c30a3a0, error_state=<optimized out>) at /tmp/ruby/src/trunk_asan/iseq.c:1095
        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 = 0x7191b1381918
        location = <optimized out>
        start_line = <optimized out>
        start = <optimized out>
        end = <optimized out>
#14 0x00005f2ab23f5b64 in pm_iseq_new_top (node=node@entry=0x7191991fc838, name=name@entry=124871115256080, path=path@entry=124870539748280, realpath=realpath@entry=124870539748840, parent=parent@entry=0x0, error_state=error_state@entry=0x7191991fc960) at /tmp/ruby/src/trunk_asan/iseq.c:926
No locals.
#15 0x00005f2ab2413240 in load_iseq_eval (ec=0x51600000fcd0, fname=fname@entry=124870539748280) at /tmp/ruby/src/trunk_asan/load.c:756
        error_state = <optimized out>
        result = <optimized out>
        error = <optimized out>
        ec = 0x51600000fcd0
        v = <optimized out>
        th = <optimized out>
        realpath_map = 124871115592360
        iseq = <optimized out>
#16 0x00005f2ab240e2eb in require_internal (ec=ec@entry=0x51600000fcd0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1296
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000207e00
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 124871115592520
        realpath_map = 124871115592360
        path = 124870539748280
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#17 0x00005f2ab240c2e2 in rb_require_string_internal (fname=124870539748840, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1402
        result = <optimized out>
        ec = 0x51600000fcd0
        result = <optimized out>
#18 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1388
No locals.
#19 0x00005f2ab26ed108 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:3794
        ci = 0x1371100140003
        cc = <optimized out>
        me = 0x7191d2721d90
        cfunc = 0x504000018558
        recv = 124871115722160
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#20 0x00005f2ab26d341d in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7191991fd490) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4772
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#21 0x00005f2ab26d9075 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4181
No locals.
#22 0x00005f2ab269ac49 in vm_sendish (ec=0x51600000fcd0, reg_cfp=0x7191a9bf36e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5967
        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=0x51600000fcd0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5f2ab2690976 <vm_exec_core+12886>, 0x5f2ab268ddc5 <vm_exec_core+1701>, 0x5f2ab268f5a7 <vm_exec_core+7815>, 0x5f2ab2694766 <vm_exec_core+28742>, 0x5f2ab268eef2 <vm_exec_core+6098>, 0x5f2ab26953b7 <vm_exec_core+31895>, 0x5f2ab269377e <vm_exec_core+24670>, 0x5f2ab2691625 <vm_exec_core+16133>, 0x5f2ab268e0ce <vm_exec_core+2478>, 0x5f2ab2694edf <vm_exec_core+30655>, 0x5f2ab2694af0 <vm_exec_core+29648>, 0x5f2ab268f2af <vm_exec_core+7055>, 0x5f2ab268e6ab <vm_exec_core+3979>, 0x5f2ab2693c21 <vm_exec_core+25857>, 0x5f2ab269006b <vm_exec_core+10571>, 0x5f2ab26950e9 <vm_exec_core+31177>, 0x5f2ab2694d07 <vm_exec_core+30183>, 0x5f2ab269081e <vm_exec_core+12542>, 0x5f2ab2691592 <vm_exec_core+15986>, 0x5f2ab269390a <vm_exec_core+25066>, 0x5f2ab2694c6b <vm_exec_core+30027>, 0x5f2ab2692a0e <vm_exec_core+21230>, 0x5f2ab26939a2 <vm_exec_core+25218>, 0x5f2ab2693da0 <vm_exec_core+26240>, 0x5f2ab269293c <vm_exec_core+21020>, 0x5f2ab268e5a7 <vm_exec_core+3719>, 0x5f2ab2693139 <vm_exec_core+23065>, 0x5f2ab268e408 <vm_exec_core+3304>, 0x5f2ab268e750 <vm_exec_core+4144>, 0x5f2ab2690aab <vm_exec_core+13195>, 0x5f2ab26927e1 <vm_exec_core+20673>, 0x5f2ab2692d61 <vm_exec_core+22081>, 0x5f2ab2692570 <vm_exec_core+20048>, 0x5f2ab268e011 <vm_exec_core+2289>, 0x5f2ab2693fe8 <vm_exec_core+26824>, 0x5f2ab2694a18 <vm_exec_core+29432>, 0x5f2ab268e84b <vm_exec_core+4395>, 0x5f2ab268f9a9 <vm_exec_core+8841>, 0x5f2ab268f4ba <vm_exec_core+7578>, 0x5f2ab26901cc <vm_exec_core+10924>, 0x5f2ab26914ee <vm_exec_core+15822>, 0x5f2ab268e93b <vm_exec_core+4635>, 0x5f2ab2693e6d <vm_exec_core+26445>, 0x5f2ab268f90a <vm_exec_core+8682>, 0x5f2ab269138f <vm_exec_core+15471>, 0x5f2ab2691e07 <vm_exec_core+18151>, 0x5f2ab2693d1f <vm_exec_core+26111>, 0x5f2ab2692bc1 <vm_exec_core+21665>, 0x5f2ab26903d5 <vm_exec_core+11445>, 0x5f2ab268fbb1 <vm_exec_core+9361>, 0x5f2ab2693afd <vm_exec_core+25565>, 0x5f2ab2690c1f <vm_exec_core+13567>, 0x5f2ab26931e4 <vm_exec_core+23236>, 0x5f2ab2692cd4 <vm_exec_core+21940>, 0x5f2ab2693426 <vm_exec_core+23814>, 0x5f2ab26942bd <vm_exec_core+27549>, 0x5f2ab269200a <vm_exec_core+18666>, 0x5f2ab268dabb <vm_exec_core+923>, 0x5f2ab2690549 <vm_exec_core+11817>, 0x5f2ab2693a49 <vm_exec_core+25385>, 0x5f2ab269066f <vm_exec_core+12111>, 0x5f2ab269287e <vm_exec_core+20830>, 0x5f2ab269303a <vm_exec_core+22810>, 0x5f2ab2691bc1 <vm_exec_core+17569>, 0x5f2ab26926a4 <vm_exec_core+20356>, 0x5f2ab2690899 <vm_exec_core+12665>, 0x5f2ab268fe86 <vm_exec_core+10086>, 0x5f2ab26934fd <vm_exec_core+24029>, 0x5f2ab268e9f1 <vm_exec_core+4817>, 0x5f2ab26919c5 <vm_exec_core+17061>, 0x5f2ab269c3f9 <vm_exec_core+60633>, 0x5f2ab2692ab2 <vm_exec_core+21394>, 0x5f2ab268ec91 <vm_exec_core+5489>, 0x5f2ab268f192 <vm_exec_core+6770>, 0x5f2ab268edae <vm_exec_core+5774>, 0x5f2ab268fa55 <vm_exec_core+9013>, 0x5f2ab269022b <vm_exec_core+11019>, 0x5f2ab268dac0 <vm_exec_core+928>, 0x5f2ab268f807 <vm_exec_core+8423>, 0x5f2ab26955f1 <vm_exec_core+32465>, 0x5f2ab2692f57 <vm_exec_core+22583>, 0x5f2ab2691f08 <vm_exec_core+18408>, 0x5f2ab2693ede <vm_exec_core+26558>, 0x5f2ab26956bd <vm_exec_core+32669>, 0x5f2ab26941dd <vm_exec_core+27325>, 0x5f2ab2695177 <vm_exec_core+31319>, 0x5f2ab2695244 <vm_exec_core+31524>, 0x5f2ab268e4cb <vm_exec_core+3499>, 0x5f2ab2694da9 <vm_exec_core+30345>, 0x5f2ab2690b48 <vm_exec_core+13352>, 0x5f2ab2694fb8 <vm_exec_core+30872>, 0x5f2ab2690714 <vm_exec_core+12276>, 0x5f2ab26940bd <vm_exec_core+27037>, 0x5f2ab268fcd0 <vm_exec_core+9648>, 0x5f2ab2690e3d <vm_exec_core+14109>, 0x5f2ab269531d <vm_exec_core+31741>, 0x5f2ab269144a <vm_exec_core+15658>, 0x5f2ab2690fd3 <vm_exec_core+14515>, 0x5f2ab268db89 <vm_exec_core+1129>, 0x5f2ab268e21f <vm_exec_core+2815>, 0x5f2ab268dc6b <vm_exec_core+1355>, 0x5f2ab2691cb5 <vm_exec_core+17813>, 0x5f2ab2691171 <vm_exec_core+14929>, 0x5f2ab26918a2 <vm_exec_core+16770>, 0x5f2ab26917c5 <vm_exec_core+16549>, 0x5f2ab26909b4 <vm_exec_core+12948>, 0x5f2ab269106d <vm_exec_core+14669>, 0x5f2ab2690d1a <vm_exec_core+13818>, 0x5f2ab2691314 <vm_exec_core+15348>, 0x5f2ab2691299 <vm_exec_core+15225>, 0x5f2ab2690967 <vm_exec_core+12871>, 0x5f2ab268ddb6 <vm_exec_core+1686>, 0x5f2ab268f598 <vm_exec_core+7800>, 0x5f2ab2694757 <vm_exec_core+28727>, 0x5f2ab268eee3 <vm_exec_core+6083>, 0x5f2ab26953a8 <vm_exec_core+31880>, 0x5f2ab269376f <vm_exec_core+24655>, 0x5f2ab2691616 <vm_exec_core+16118>, 0x5f2ab268e0bf <vm_exec_core+2463>, 0x5f2ab2694ed0 <vm_exec_core+30640>, 0x5f2ab2694ae1 <vm_exec_core+29633>, 0x5f2ab268f2a0 <vm_exec_core+7040>, 0x5f2ab268e69c <vm_exec_core+3964>, 0x5f2ab2693c12 <vm_exec_core+25842>, 0x5f2ab269005c <vm_exec_core+10556>, 0x5f2ab26950da <vm_exec_core+31162>, 0x5f2ab2694cf8 <vm_exec_core+30168>, 0x5f2ab269080f <vm_exec_core+12527>, 0x5f2ab2691583 <vm_exec_core+15971>, 0x5f2ab26938fb <vm_exec_core+25051>, 0x5f2ab2694c5c <vm_exec_core+30012>, 0x5f2ab26929ff <vm_exec_core+21215>, 0x5f2ab2693993 <vm_exec_core+25203>, 0x5f2ab2693d91 <vm_exec_core+26225>, 0x5f2ab269292d <vm_exec_core+21005>, 0x5f2ab268e598 <vm_exec_core+3704>, 0x5f2ab269312a <vm_exec_core+23050>, 0x5f2ab268e3f9 <vm_exec_core+3289>, 0x5f2ab268e741 <vm_exec_core+4129>, 0x5f2ab2690a9c <vm_exec_core+13180>, 0x5f2ab26927d2 <vm_exec_core+20658>, 0x5f2ab2692d52 <vm_exec_core+22066>, 0x5f2ab2692561 <vm_exec_core+20033>, 0x5f2ab268e002 <vm_exec_core+2274>, 0x5f2ab2693fd9 <vm_exec_core+26809>, 0x5f2ab2694a09 <vm_exec_core+29417>, 0x5f2ab268e83c <vm_exec_core+4380>, 0x5f2ab268f99a <vm_exec_core+8826>, 0x5f2ab268f4ab <vm_exec_core+7563>, 0x5f2ab26901bd <vm_exec_core+10909>, 0x5f2ab26914df <vm_exec_core+15807>, 0x5f2ab268e92c <vm_exec_core+4620>, 0x5f2ab2693e5e <vm_exec_core+26430>, 0x5f2ab268f8fb <vm_exec_core+8667>, 0x5f2ab2691380 <vm_exec_core+15456>, 0x5f2ab2691df8 <vm_exec_core+18136>, 0x5f2ab2693d10 <vm_exec_core+26096>, 0x5f2ab2692bb2 <vm_exec_core+21650>, 0x5f2ab26903c6 <vm_exec_core+11430>, 0x5f2ab268fba2 <vm_exec_core+9346>, 0x5f2ab2693aee <vm_exec_core+25550>, 0x5f2ab2690c10 <vm_exec_core+13552>, 0x5f2ab26931d5 <vm_exec_core+23221>, 0x5f2ab2692cc5 <vm_exec_core+21925>, 0x5f2ab2693417 <vm_exec_core+23799>, 0x5f2ab26942ae <vm_exec_core+27534>, 0x5f2ab2691ffb <vm_exec_core+18651>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab269053a <vm_exec_core+11802>, 0x5f2ab2693a3a <vm_exec_core+25370>, 0x5f2ab2690660 <vm_exec_core+12096>, 0x5f2ab269286f <vm_exec_core+20815>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab2691bb2 <vm_exec_core+17554>, 0x5f2ab2692695 <vm_exec_core+20341>, 0x5f2ab269088a <vm_exec_core+12650>, 0x5f2ab268fe77 <vm_exec_core+10071>, 0x5f2ab26934ee <vm_exec_core+24014>, 0x5f2ab268e9e2 <vm_exec_core+4802>, 0x5f2ab26919b6 <vm_exec_core+17046>, 0x5f2ab269c3ea <vm_exec_core+60618>, 0x5f2ab2692aa3 <vm_exec_core+21379>, 0x5f2ab268ec82 <vm_exec_core+5474>, 0x5f2ab268f183 <vm_exec_core+6755>, 0x5f2ab268ed9f <vm_exec_core+5759>, 0x5f2ab268fa46 <vm_exec_core+8998>, 0x5f2ab269021c <vm_exec_core+11004>, 0x5f2ab2691ec5 <vm_exec_core+18341>, 0x5f2ab26914d5 <vm_exec_core+15797>, 0x5f2ab2691ec0 <vm_exec_core+18336>, 0x5f2ab26929fa <vm_exec_core+21210>, 0x5f2ab2692928 <vm_exec_core+21000>, 0x5f2ab268fa41 <vm_exec_core+8993>, 0x5f2ab2692b76 <vm_exec_core+21590>, 0x5f2ab2690b3e <vm_exec_core+13342>, 0x5f2ab2690b43 <vm_exec_core+13347>, 0x5f2ab2692923 <vm_exec_core+20995>, 0x5f2ab26927c8 <vm_exec_core+20648>, 0x5f2ab2691889 <vm_exec_core+16745>, 0x5f2ab26917b1 <vm_exec_core+16529>...}
        reg_cfp = 0x7191a9bf36e8
        reg_pc = 0x51100007fa38
        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_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#24 0x00005f2ab2689ecb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x51600000fcd0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7191991fd840, <optimized out>, <optimized out>}, prev = 0x71919c409e80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#25 0x00005f2ab270102a in vm_call0_body (ec=<optimized out>, calling=0x71919c509860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x71919c5098d0
        cc = <optimized out>
        ret = <optimized out>
#26 0x00005f2ab270089f in vm_call0_cme (ec=0x51600000fcd0, calling=0x71919c509860, argv=0x7191991fdc40, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#27 vm_call0_body (ec=<optimized out>, calling=0x71919c509860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x7191b1384e88
        orig_cme = <optimized out>
        ci = 0x71919c5098d0
        cc = 0x7191b1384e60
        ret = <optimized out>
#28 0x00005f2ab26b4c3e in vm_call0_cc (recv=124871115722160, id=22673, argc=<optimized out>, argv=<optimized out>, cc=0x7191b1384e60, kw_splat=0, ec=<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>
#29 rb_funcallv_scope (recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, scope=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1047
        ci = <optimized out>
        ec = <optimized out>
        cc = 0x7191b1384e60
        self = <optimized out>
#30 0x00005f2ab26b5a6e in rb_funcallv (recv=124871115722160, mid=22673, argc=1, argv=0x7191991fdc40) at /tmp/ruby/src/trunk_asan/vm_eval.c:1062
No locals.
#31 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1119
        ar = <optimized out>
th: 0x515000207e00, native_id: 0x7191992006c0
-- Control frame information -----------------------------------------------
        argv = 0x7191991fdc40
#32 0x00005f2ab267560e in autoload_feature_require (_arguments=124870153199664) at /tmp/ruby/src/trunk_asan/variable.c:3001
        arguments = 0x7191991fe030
        autoload_const = <optimized out>
        result = <optimized out>
#33 autoload_try_load (_arguments=124870153199664) at /tmp/ruby/src/trunk_asan/variable.c:3015
c:0007 p:---- s:0027 e:000026 DUMMY  [FINISH]
c:0006 p:---- s:0024 e:000023 CFUNC  :require
c:0005 p:0023 s:0019 e:000018 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:136 [FINISH]
c:0004 p:0002 s:0013 e:000012 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
        arguments = 0x7191991fe030
        result = <optimized out>
c:0003 p:---- s:0010 e:000009 CFUNC  :fork
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
        ce = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

#34 0x00005f2ab23112e0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x51600000fcd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7191991fdfb0, <optimized out>, 0x7191991fdec0, <optimized out>, <optimized out>}, prev = 0x71919c409640, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x51600000fcd0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#35 0x00005f2ab2674976 in rb_autoload_load (module=module@entry=124871115799840, name=name@entry=247819) at /tmp/ruby/src/trunk_asan/variable.c:3076
        ce = 0x503001c515d0
        arguments = {module = 124871115799840, name = 247819, flag = 0, mutex = 124870557440440, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
#36 0x00005f2ab267e7fd in rb_const_search_from (klass=124871108688200, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3178
        ac = 0xfffffffffffffe00
        am = 124871115799840
        tmp = 124871115799840
        ce = <optimized out>
        current = 124871115799840
        value = <optimized out>
        first_iteration = <optimized out>
#37 0x00005f2ab2676674 in rb_const_search (klass=124871108688200, id=247819, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3200
        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:3127
        c = <optimized out>
#39 0x00005f2ab2681afe 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:1127
        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 0x00005f2ab268cdd1 in vm_get_ev_const_chain (ec=0x51600000fcd0, segments=0x5020029d65d0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1160
        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=0x5020029d6510) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6434
        segments = 0x5020029d65d0
        ice = <optimized out>
        val = <optimized out>
#42 0x00005f2ab268e703 in vm_exec_core (ec=ec@entry=0x51600000fcd0) at ../../src/trunk_asan/insns.def:263
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5f2ab2690976 <vm_exec_core+12886>, 0x5f2ab268ddc5 <vm_exec_core+1701>, 0x5f2ab268f5a7 <vm_exec_core+7815>, 0x5f2ab2694766 <vm_exec_core+28742>, 0x5f2ab268eef2 <vm_exec_core+6098>, 0x5f2ab26953b7 <vm_exec_core+31895>, 0x5f2ab269377e <vm_exec_core+24670>, 0x5f2ab2691625 <vm_exec_core+16133>, 0x5f2ab268e0ce <vm_exec_core+2478>, 0x5f2ab2694edf <vm_exec_core+30655>, 0x5f2ab2694af0 <vm_exec_core+29648>, 0x5f2ab268f2af <vm_exec_core+7055>, 0x5f2ab268e6ab <vm_exec_core+3979>, 0x5f2ab2693c21 <vm_exec_core+25857>, 0x5f2ab269006b <vm_exec_core+10571>, 0x5f2ab26950e9 <vm_exec_core+31177>, 0x5f2ab2694d07 <vm_exec_core+30183>, 0x5f2ab269081e <vm_exec_core+12542>, 0x5f2ab2691592 <vm_exec_core+15986>, 0x5f2ab269390a <vm_exec_core+25066>, 0x5f2ab2694c6b <vm_exec_core+30027>, 0x5f2ab2692a0e <vm_exec_core+21230>, 0x5f2ab26939a2 <vm_exec_core+25218>, 0x5f2ab2693da0 <vm_exec_core+26240>, 0x5f2ab269293c <vm_exec_core+21020>, 0x5f2ab268e5a7 <vm_exec_core+3719>, 0x5f2ab2693139 <vm_exec_core+23065>, 0x5f2ab268e408 <vm_exec_core+3304>, 0x5f2ab268e750 <vm_exec_core+4144>, 0x5f2ab2690aab <vm_exec_core+13195>, 0x5f2ab26927e1 <vm_exec_core+20673>, 0x5f2ab2692d61 <vm_exec_core+22081>, 0x5f2ab2692570 <vm_exec_core+20048>, 0x5f2ab268e011 <vm_exec_core+2289>, 0x5f2ab2693fe8 <vm_exec_core+26824>, 0x5f2ab2694a18 <vm_exec_core+29432>, 0x5f2ab268e84b <vm_exec_core+4395>, 0x5f2ab268f9a9 <vm_exec_core+8841>, 0x5f2ab268f4ba <vm_exec_core+7578>, 0x5f2ab26901cc <vm_exec_core+10924>, 0x5f2ab26914ee <vm_exec_core+15822>, 0x5f2ab268e93b <vm_exec_core+4635>, 0x5f2ab2693e6d <vm_exec_core+26445>, 0x5f2ab268f90a <vm_exec_core+8682>, 0x5f2ab269138f <vm_exec_core+15471>, 0x5f2ab2691e07 <vm_exec_core+18151>, 0x5f2ab2693d1f <vm_exec_core+26111>, 0x5f2ab2692bc1 <vm_exec_core+21665>, 0x5f2ab26903d5 <vm_exec_core+11445>, 0x5f2ab268fbb1 <vm_exec_core+9361>, 0x5f2ab2693afd <vm_exec_core+25565>, 0x5f2ab2690c1f <vm_exec_core+13567>, 0x5f2ab26931e4 <vm_exec_core+23236>, 0x5f2ab2692cd4 <vm_exec_core+21940>, 0x5f2ab2693426 <vm_exec_core+23814>, 0x5f2ab26942bd <vm_exec_core+27549>, 0x5f2ab269200a <vm_exec_core+18666>, 0x5f2ab268dabb <vm_exec_core+923>, 0x5f2ab2690549 <vm_exec_core+11817>, 0x5f2ab2693a49 <vm_exec_core+25385>, 0x5f2ab269066f <vm_exec_core+12111>, 0x5f2ab269287e <vm_exec_core+20830>, 0x5f2ab269303a <vm_exec_core+22810>, 0x5f2ab2691bc1 <vm_exec_core+17569>, 0x5f2ab26926a4 <vm_exec_core+20356>, 0x5f2ab2690899 <vm_exec_core+12665>, 0x5f2ab268fe86 <vm_exec_core+10086>, 0x5f2ab26934fd <vm_exec_core+24029>, 0x5f2ab268e9f1 <vm_exec_core+4817>, 0x5f2ab26919c5 <vm_exec_core+17061>, 0x5f2ab269c3f9 <vm_exec_core+60633>, 0x5f2ab2692ab2 <vm_exec_core+21394>, 0x5f2ab268ec91 <vm_exec_core+5489>, 0x5f2ab268f192 <vm_exec_core+6770>, 0x5f2ab268edae <vm_exec_core+5774>, 0x5f2ab268fa55 <vm_exec_core+9013>, 0x5f2ab269022b <vm_exec_core+11019>, 0x5f2ab268dac0 <vm_exec_core+928>, 0x5f2ab268f807 <vm_exec_core+8423>, 0x5f2ab26955f1 <vm_exec_core+32465>, 0x5f2ab2692f57 <vm_exec_core+22583>, 0x5f2ab2691f08 <vm_exec_core+18408>, 0x5f2ab2693ede <vm_exec_core+26558>, 0x5f2ab26956bd <vm_exec_core+32669>, 0x5f2ab26941dd <vm_exec_core+27325>, 0x5f2ab2695177 <vm_exec_core+31319>, 0x5f2ab2695244 <vm_exec_core+31524>, 0x5f2ab268e4cb <vm_exec_core+3499>, 0x5f2ab2694da9 <vm_exec_core+30345>, 0x5f2ab2690b48 <vm_exec_core+13352>, 0x5f2ab2694fb8 <vm_exec_core+30872>, 0x5f2ab2690714 <vm_exec_core+12276>, 0x5f2ab26940bd <vm_exec_core+27037>, 0x5f2ab268fcd0 <vm_exec_core+9648>, 0x5f2ab2690e3d <vm_exec_core+14109>, 0x5f2ab269531d <vm_exec_core+31741>, 0x5f2ab269144a <vm_exec_core+15658>, 0x5f2ab2690fd3 <vm_exec_core+14515>, 0x5f2ab268db89 <vm_exec_core+1129>, 0x5f2ab268e21f <vm_exec_core+2815>, 0x5f2ab268dc6b <vm_exec_core+1355>, 0x5f2ab2691cb5 <vm_exec_core+17813>, 0x5f2ab2691171 <vm_exec_core+14929>, 0x5f2ab26918a2 <vm_exec_core+16770>, 0x5f2ab26917c5 <vm_exec_core+16549>, 0x5f2ab26909b4 <vm_exec_core+12948>, 0x5f2ab269106d <vm_exec_core+14669>, 0x5f2ab2690d1a <vm_exec_core+13818>, 0x5f2ab2691314 <vm_exec_core+15348>, 0x5f2ab2691299 <vm_exec_core+15225>, 0x5f2ab2690967 <vm_exec_core+12871>, 0x5f2ab268ddb6 <vm_exec_core+1686>, 0x5f2ab268f598 <vm_exec_core+7800>, 0x5f2ab2694757 <vm_exec_core+28727>, 0x5f2ab268eee3 <vm_exec_core+6083>, 0x5f2ab26953a8 <vm_exec_core+31880>, 0x5f2ab269376f <vm_exec_core+24655>, 0x5f2ab2691616 <vm_exec_core+16118>, 0x5f2ab268e0bf <vm_exec_core+2463>, 0x5f2ab2694ed0 <vm_exec_core+30640>, 0x5f2ab2694ae1 <vm_exec_core+29633>, 0x5f2ab268f2a0 <vm_exec_core+7040>, 0x5f2ab268e69c <vm_exec_core+3964>, 0x5f2ab2693c12 <vm_exec_core+25842>, 0x5f2ab269005c <vm_exec_core+10556>, 0x5f2ab26950da <vm_exec_core+31162>, 0x5f2ab2694cf8 <vm_exec_core+30168>, 0x5f2ab269080f <vm_exec_core+12527>, 0x5f2ab2691583 <vm_exec_core+15971>, 0x5f2ab26938fb <vm_exec_core+25051>, 0x5f2ab2694c5c <vm_exec_core+30012>, 0x5f2ab26929ff <vm_exec_core+21215>, 0x5f2ab2693993 <vm_exec_core+25203>, 0x5f2ab2693d91 <vm_exec_core+26225>, 0x5f2ab269292d <vm_exec_core+21005>, 0x5f2ab268e598 <vm_exec_core+3704>, 0x5f2ab269312a <vm_exec_core+23050>, 0x5f2ab268e3f9 <vm_exec_core+3289>, 0x5f2ab268e741 <vm_exec_core+4129>, 0x5f2ab2690a9c <vm_exec_core+13180>, 0x5f2ab26927d2 <vm_exec_core+20658>, 0x5f2ab2692d52 <vm_exec_core+22066>, 0x5f2ab2692561 <vm_exec_core+20033>, 0x5f2ab268e002 <vm_exec_core+2274>, 0x5f2ab2693fd9 <vm_exec_core+26809>, 0x5f2ab2694a09 <vm_exec_core+29417>, 0x5f2ab268e83c <vm_exec_core+4380>, 0x5f2ab268f99a <vm_exec_core+8826>, 0x5f2ab268f4ab <vm_exec_core+7563>, 0x5f2ab26901bd <vm_exec_core+10909>, 0x5f2ab26914df <vm_exec_core+15807>, 0x5f2ab268e92c <vm_exec_core+4620>, 0x5f2ab2693e5e <vm_exec_core+26430>, 0x5f2ab268f8fb <vm_exec_core+8667>, 0x5f2ab2691380 <vm_exec_core+15456>, 0x5f2ab2691df8 <vm_exec_core+18136>, 0x5f2ab2693d10 <vm_exec_core+26096>, 0x5f2ab2692bb2 <vm_exec_core+21650>, 0x5f2ab26903c6 <vm_exec_core+11430>, 0x5f2ab268fba2 <vm_exec_core+9346>, 0x5f2ab2693aee <vm_exec_core+25550>, 0x5f2ab2690c10 <vm_exec_core+13552>, 0x5f2ab26931d5 <vm_exec_core+23221>, 0x5f2ab2692cc5 <vm_exec_core+21925>, 0x5f2ab2693417 <vm_exec_core+23799>, 0x5f2ab26942ae <vm_exec_core+27534>, 0x5f2ab2691ffb <vm_exec_core+18651>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab269053a <vm_exec_core+11802>, 0x5f2ab2693a3a <vm_exec_core+25370>, 0x5f2ab2690660 <vm_exec_core+12096>, 0x5f2ab269286f <vm_exec_core+20815>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab2691bb2 <vm_exec_core+17554>, 0x5f2ab2692695 <vm_exec_core+20341>, 0x5f2ab269088a <vm_exec_core+12650>, 0x5f2ab268fe77 <vm_exec_core+10071>, 0x5f2ab26934ee <vm_exec_core+24014>, 0x5f2ab268e9e2 <vm_exec_core+4802>, 0x5f2ab26919b6 <vm_exec_core+17046>, 0x5f2ab269c3ea <vm_exec_core+60618>, 0x5f2ab2692aa3 <vm_exec_core+21379>, 0x5f2ab268ec82 <vm_exec_core+5474>, 0x5f2ab268f183 <vm_exec_core+6755>, 0x5f2ab268ed9f <vm_exec_core+5759>, 0x5f2ab268fa46 <vm_exec_core+8998>, 0x5f2ab269021c <vm_exec_core+11004>, 0x5f2ab2691ec5 <vm_exec_core+18341>, 0x5f2ab26914d5 <vm_exec_core+15797>, 0x5f2ab2691ec0 <vm_exec_core+18336>, 0x5f2ab26929fa <vm_exec_core+21210>, 0x5f2ab2692928 <vm_exec_core+21000>, 0x5f2ab268fa41 <vm_exec_core+8993>, 0x5f2ab2692b76 <vm_exec_core+21590>, 0x5f2ab2690b3e <vm_exec_core+13342>, 0x5f2ab2690b43 <vm_exec_core+13347>, 0x5f2ab2692923 <vm_exec_core+20995>, 0x5f2ab26927c8 <vm_exec_core+20648>, 0x5f2ab2691889 <vm_exec_core+16745>, 0x5f2ab26917b1 <vm_exec_core+16529>...}
        reg_cfp = 0x7191a9bf3720
        reg_pc = 0xfffffffffffffe00
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#43 0x00005f2ab2689ecb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x51600000fcd0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7191991feae0, <optimized out>, <optimized out>}, prev = 0x71919c5096b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#44 0x00005f2ab270aa72 in invoke_iseq_block_from_c (ec=0x51600000fcd0, captured=0x7191a9bf37a8, self=124870520133080, 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:1626
        flags = 0
        iseq = 0x7191af859168
        cfp = <optimized out>
        sp = 0x7191a9af3850
        use_argv = 0x0
        stack_argv = 0x7191a9af3850
        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:1640
        captured = 0x7191a9bf37a8
#46 0x00005f2ab26b6e86 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:1677
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:1685
No locals.
#48 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#49 0x00005f2ab26b6e86 in rb_yield (val=<optimized out>)
No locals.
#50 0x00005f2ab2310bba in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1054
        _ec = 0x51600000fcd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7191991fee70, <optimized out>, 0x7191991fed80, <optimized out>, <optimized out>}, prev = 0x71919c409240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x51600000fcd0
        cfp = 0x7191a9bf3758
#51 0x00005f2ab248cd2b in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4283
        status = <optimized out>
        pid = <optimized out>
#52 0x00005f2ab26ed108 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:3794
        ci = 0x64b100040001
        cc = <optimized out>
        me = 0x7191b6c2a920
        cfunc = 0x504000020058
        recv = 124870520133080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#53 0x00005f2ab26945f8 in vm_sendish (ec=0x51600000fcd0, reg_cfp=0x7191a9bf3790, cd=0x5020023c76d0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5967
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#54 vm_exec_core (ec=ec@entry=0x51600000fcd0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x5020023c76d0
        insns_address_table = {0x5f2ab2690976 <vm_exec_core+12886>, 0x5f2ab268ddc5 <vm_exec_core+1701>, 0x5f2ab268f5a7 <vm_exec_core+7815>, 0x5f2ab2694766 <vm_exec_core+28742>, 0x5f2ab268eef2 <vm_exec_core+6098>, 0x5f2ab26953b7 <vm_exec_core+31895>, 0x5f2ab269377e <vm_exec_core+24670>, 0x5f2ab2691625 <vm_exec_core+16133>, 0x5f2ab268e0ce <vm_exec_core+2478>, 0x5f2ab2694edf <vm_exec_core+30655>, 0x5f2ab2694af0 <vm_exec_core+29648>, 0x5f2ab268f2af <vm_exec_core+7055>, 0x5f2ab268e6ab <vm_exec_core+3979>, 0x5f2ab2693c21 <vm_exec_core+25857>, 0x5f2ab269006b <vm_exec_core+10571>, 0x5f2ab26950e9 <vm_exec_core+31177>, 0x5f2ab2694d07 <vm_exec_core+30183>, 0x5f2ab269081e <vm_exec_core+12542>, 0x5f2ab2691592 <vm_exec_core+15986>, 0x5f2ab269390a <vm_exec_core+25066>, 0x5f2ab2694c6b <vm_exec_core+30027>, 0x5f2ab2692a0e <vm_exec_core+21230>, 0x5f2ab26939a2 <vm_exec_core+25218>, 0x5f2ab2693da0 <vm_exec_core+26240>, 0x5f2ab269293c <vm_exec_core+21020>, 0x5f2ab268e5a7 <vm_exec_core+3719>, 0x5f2ab2693139 <vm_exec_core+23065>, 0x5f2ab268e408 <vm_exec_core+3304>, 0x5f2ab268e750 <vm_exec_core+4144>, 0x5f2ab2690aab <vm_exec_core+13195>, 0x5f2ab26927e1 <vm_exec_core+20673>, 0x5f2ab2692d61 <vm_exec_core+22081>, 0x5f2ab2692570 <vm_exec_core+20048>, 0x5f2ab268e011 <vm_exec_core+2289>, 0x5f2ab2693fe8 <vm_exec_core+26824>, 0x5f2ab2694a18 <vm_exec_core+29432>, 0x5f2ab268e84b <vm_exec_core+4395>, 0x5f2ab268f9a9 <vm_exec_core+8841>, 0x5f2ab268f4ba <vm_exec_core+7578>, 0x5f2ab26901cc <vm_exec_core+10924>, 0x5f2ab26914ee <vm_exec_core+15822>, 0x5f2ab268e93b <vm_exec_core+4635>, 0x5f2ab2693e6d <vm_exec_core+26445>, 0x5f2ab268f90a <vm_exec_core+8682>, 0x5f2ab269138f <vm_exec_core+15471>, 0x5f2ab2691e07 <vm_exec_core+18151>, 0x5f2ab2693d1f <vm_exec_core+26111>, 0x5f2ab2692bc1 <vm_exec_core+21665>, 0x5f2ab26903d5 <vm_exec_core+11445>, 0x5f2ab268fbb1 <vm_exec_core+9361>, 0x5f2ab2693afd <vm_exec_core+25565>, 0x5f2ab2690c1f <vm_exec_core+13567>, 0x5f2ab26931e4 <vm_exec_core+23236>, 0x5f2ab2692cd4 <vm_exec_core+21940>, 0x5f2ab2693426 <vm_exec_core+23814>, 0x5f2ab26942bd <vm_exec_core+27549>, 0x5f2ab269200a <vm_exec_core+18666>, 0x5f2ab268dabb <vm_exec_core+923>, 0x5f2ab2690549 <vm_exec_core+11817>, 0x5f2ab2693a49 <vm_exec_core+25385>, 0x5f2ab269066f <vm_exec_core+12111>, 0x5f2ab269287e <vm_exec_core+20830>, 0x5f2ab269303a <vm_exec_core+22810>, 0x5f2ab2691bc1 <vm_exec_core+17569>, 0x5f2ab26926a4 <vm_exec_core+20356>, 0x5f2ab2690899 <vm_exec_core+12665>, 0x5f2ab268fe86 <vm_exec_core+10086>, 0x5f2ab26934fd <vm_exec_core+24029>, 0x5f2ab268e9f1 <vm_exec_core+4817>, 0x5f2ab26919c5 <vm_exec_core+17061>, 0x5f2ab269c3f9 <vm_exec_core+60633>, 0x5f2ab2692ab2 <vm_exec_core+21394>, 0x5f2ab268ec91 <vm_exec_core+5489>, 0x5f2ab268f192 <vm_exec_core+6770>, 0x5f2ab268edae <vm_exec_core+5774>, 0x5f2ab268fa55 <vm_exec_core+9013>, 0x5f2ab269022b <vm_exec_core+11019>, 0x5f2ab268dac0 <vm_exec_core+928>, 0x5f2ab268f807 <vm_exec_core+8423>, 0x5f2ab26955f1 <vm_exec_core+32465>, 0x5f2ab2692f57 <vm_exec_core+22583>, 0x5f2ab2691f08 <vm_exec_core+18408>, 0x5f2ab2693ede <vm_exec_core+26558>, 0x5f2ab26956bd <vm_exec_core+32669>, 0x5f2ab26941dd <vm_exec_core+27325>, 0x5f2ab2695177 <vm_exec_core+31319>, 0x5f2ab2695244 <vm_exec_core+31524>, 0x5f2ab268e4cb <vm_exec_core+3499>, 0x5f2ab2694da9 <vm_exec_core+30345>, 0x5f2ab2690b48 <vm_exec_core+13352>, 0x5f2ab2694fb8 <vm_exec_core+30872>, 0x5f2ab2690714 <vm_exec_core+12276>, 0x5f2ab26940bd <vm_exec_core+27037>, 0x5f2ab268fcd0 <vm_exec_core+9648>, 0x5f2ab2690e3d <vm_exec_core+14109>, 0x5f2ab269531d <vm_exec_core+31741>, 0x5f2ab269144a <vm_exec_core+15658>, 0x5f2ab2690fd3 <vm_exec_core+14515>, 0x5f2ab268db89 <vm_exec_core+1129>, 0x5f2ab268e21f <vm_exec_core+2815>, 0x5f2ab268dc6b <vm_exec_core+1355>, 0x5f2ab2691cb5 <vm_exec_core+17813>, 0x5f2ab2691171 <vm_exec_core+14929>, 0x5f2ab26918a2 <vm_exec_core+16770>, 0x5f2ab26917c5 <vm_exec_core+16549>, 0x5f2ab26909b4 <vm_exec_core+12948>, 0x5f2ab269106d <vm_exec_core+14669>, 0x5f2ab2690d1a <vm_exec_core+13818>, 0x5f2ab2691314 <vm_exec_core+15348>, 0x5f2ab2691299 <vm_exec_core+15225>, 0x5f2ab2690967 <vm_exec_core+12871>, 0x5f2ab268ddb6 <vm_exec_core+1686>, 0x5f2ab268f598 <vm_exec_core+7800>, 0x5f2ab2694757 <vm_exec_core+28727>, 0x5f2ab268eee3 <vm_exec_core+6083>, 0x5f2ab26953a8 <vm_exec_core+31880>, 0x5f2ab269376f <vm_exec_core+24655>, 0x5f2ab2691616 <vm_exec_core+16118>, 0x5f2ab268e0bf <vm_exec_core+2463>, 0x5f2ab2694ed0 <vm_exec_core+30640>, 0x5f2ab2694ae1 <vm_exec_core+29633>, 0x5f2ab268f2a0 <vm_exec_core+7040>, 0x5f2ab268e69c <vm_exec_core+3964>, 0x5f2ab2693c12 <vm_exec_core+25842>, 0x5f2ab269005c <vm_exec_core+10556>, 0x5f2ab26950da <vm_exec_core+31162>, 0x5f2ab2694cf8 <vm_exec_core+30168>, 0x5f2ab269080f <vm_exec_core+12527>, 0x5f2ab2691583 <vm_exec_core+15971>, 0x5f2ab26938fb <vm_exec_core+25051>, 0x5f2ab2694c5c <vm_exec_core+30012>, 0x5f2ab26929ff <vm_exec_core+21215>, 0x5f2ab2693993 <vm_exec_core+25203>, 0x5f2ab2693d91 <vm_exec_core+26225>, 0x5f2ab269292d <vm_exec_core+21005>, 0x5f2ab268e598 <vm_exec_core+3704>, 0x5f2ab269312a <vm_exec_core+23050>, 0x5f2ab268e3f9 <vm_exec_core+3289>, 0x5f2ab268e741 <vm_exec_core+4129>, 0x5f2ab2690a9c <vm_exec_core+13180>, 0x5f2ab26927d2 <vm_exec_core+20658>, 0x5f2ab2692d52 <vm_exec_core+22066>, 0x5f2ab2692561 <vm_exec_core+20033>, 0x5f2ab268e002 <vm_exec_core+2274>, 0x5f2ab2693fd9 <vm_exec_core+26809>, 0x5f2ab2694a09 <vm_exec_core+29417>, 0x5f2ab268e83c <vm_exec_core+4380>, 0x5f2ab268f99a <vm_exec_core+8826>, 0x5f2ab268f4ab <vm_exec_core+7563>, 0x5f2ab26901bd <vm_exec_core+10909>, 0x5f2ab26914df <vm_exec_core+15807>, 0x5f2ab268e92c <vm_exec_core+4620>, 0x5f2ab2693e5e <vm_exec_core+26430>, 0x5f2ab268f8fb <vm_exec_core+8667>, 0x5f2ab2691380 <vm_exec_core+15456>, 0x5f2ab2691df8 <vm_exec_core+18136>, 0x5f2ab2693d10 <vm_exec_core+26096>, 0x5f2ab2692bb2 <vm_exec_core+21650>, 0x5f2ab26903c6 <vm_exec_core+11430>, 0x5f2ab268fba2 <vm_exec_core+9346>, 0x5f2ab2693aee <vm_exec_core+25550>, 0x5f2ab2690c10 <vm_exec_core+13552>, 0x5f2ab26931d5 <vm_exec_core+23221>, 0x5f2ab2692cc5 <vm_exec_core+21925>, 0x5f2ab2693417 <vm_exec_core+23799>, 0x5f2ab26942ae <vm_exec_core+27534>, 0x5f2ab2691ffb <vm_exec_core+18651>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab269053a <vm_exec_core+11802>, 0x5f2ab2693a3a <vm_exec_core+25370>, 0x5f2ab2690660 <vm_exec_core+12096>, 0x5f2ab269286f <vm_exec_core+20815>, 0x5f2ab2692b62 <vm_exec_core+21570>, 0x5f2ab2691bb2 <vm_exec_core+17554>, 0x5f2ab2692695 <vm_exec_core+20341>, 0x5f2ab269088a <vm_exec_core+12650>, 0x5f2ab268fe77 <vm_exec_core+10071>, 0x5f2ab26934ee <vm_exec_core+24014>, 0x5f2ab268e9e2 <vm_exec_core+4802>, 0x5f2ab26919b6 <vm_exec_core+17046>, 0x5f2ab269c3ea <vm_exec_core+60618>, 0x5f2ab2692aa3 <vm_exec_core+21379>, 0x5f2ab268ec82 <vm_exec_core+5474>, 0x5f2ab268f183 <vm_exec_core+6755>, 0x5f2ab268ed9f <vm_exec_core+5759>, 0x5f2ab268fa46 <vm_exec_core+8998>, 0x5f2ab269021c <vm_exec_core+11004>, 0x5f2ab2691ec5 <vm_exec_core+18341>, 0x5f2ab26914d5 <vm_exec_core+15797>, 0x5f2ab2691ec0 <vm_exec_core+18336>, 0x5f2ab26929fa <vm_exec_core+21210>, 0x5f2ab2692928 <vm_exec_core+21000>, 0x5f2ab268fa41 <vm_exec_core+8993>, 0x5f2ab2692b76 <vm_exec_core+21590>, 0x5f2ab2690b3e <vm_exec_core+13342>, 0x5f2ab2690b43 <vm_exec_core+13347>, 0x5f2ab2692923 <vm_exec_core+20995>, 0x5f2ab26927c8 <vm_exec_core+20648>, 0x5f2ab2691889 <vm_exec_core+16745>, 0x5f2ab26917b1 <vm_exec_core+16529>...}
        reg_cfp = 0x7191a9bf3790
        reg_pc = 0x5040009a53b0
        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_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#55 0x00005f2ab2689ecb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x51600000fcd0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7191991ff6c0, <optimized out>, <optimized out>}, prev = 0x7191991ffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#56 0x00005f2ab26c6d3b in invoke_iseq_block_from_c (ec=0x51600000fcd0, captured=<optimized out>, self=124870520133080, 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:1626
        flags = 0
        iseq = 0x7191af859190
        cfp = 0x7191a9bf37c8
        sp = 0x7191a9af3818
        use_argv = <optimized out>
        stack_argv = 0x7191a9af3818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#57 invoke_block_from_c_proc (ec=0x51600000fcd0, self=124870520133080, 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:1720
        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:1750
No locals.
#59 0x00005f2ab26c4fc6 in rb_vm_invoke_proc (ec=0x540000000b08, proc=0x80, proc@entry=0x504000964210, argc=-1305596354, 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:1771
        self = 0
#60 0x00005f2ab261cc9d in thread_do_start_proc (th=th@entry=0x515000207e00) at /tmp/ruby/src/trunk_asan/thread.c:608
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000964210
        args_len = 0
        args_ptr = <optimized out>
#61 0x00005f2ab261a87a in thread_do_start (th=0x515000207e00) at /tmp/ruby/src/trunk_asan/thread.c:625
        result = 36
#62 thread_start_func_2 (th=th@entry=0x515000207e00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:680
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#63 0x00005f2ab2619b3e in call_thread_start_func_2 (th=0x515000207e00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2180
        stack_start = <optimized out>
        stack_start_addr = 0x7191991ffcc0
#64 nt_start (ptr=0x50c00028d380) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2225
        th = 0x515000207e00
        sched = <optimized out>
        nt = 0x50c00028d380
        vm = 0x525000000100
#65 0x00005f2ab22c6a8f in asan_thread_start(void*) ()
No symbol table info available.
#66 0x00007191d2e9caa4 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 = {124870153209536, -7764805651282286335, 124870153209536, -352, 0, 140730780597360, -7764805651303257855, -7764969324661069567}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#67 0x00007191d2f29c3c 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 1386663) detached]
$ timeout 60 gdb -p 1386701 -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 1336089 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

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

Finished tests in 593.551040s, 48.2301 tests/s, 10221.9196 assertions/s.

>>> Threads

No threads.

>>> Machine level backtrace

28627 tests, 6067231 assertions, 2 failures, 0 errors, 139 skips

ruby -v: ruby 3.5.0dev (2025-04-18T10:50:23Z master ccc7493308) +PRISM [x86_64-linux]

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

Finished in 32.029791 seconds

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