# Logfile created on 2025-12-30 22:14:08 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007e187f49fdc0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk_asan", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_asan", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_asan", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_asan", @configure_opts=["'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=600, @no_timeout_error=true, @logfile="/home/ko1/ruby/logs/brlog.trunk_asan.20251230-221408", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x00007e187fe1c948 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007e187fe1c768 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007e187af79390 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20251230-221408", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20251230-221408>, @binmode=false, @mon_data=#<Monitor:0x00007e187fe1c3d0>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
Already up to date.
Latest commit hash = 9d37155cfc
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/version.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
builtin_binary.rbbin updated
9354ea666336780ebff7dbbdbf236dc01e3f211c75d779b76fafeb29ea730955  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk_asan/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering 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/io/console'
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]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
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/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
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/.bundle/gems/rbs-3.10.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
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]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.0/ext/rbs_extension'
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.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
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
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/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/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
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/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/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/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/4.1.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/4.1.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/4.1.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-4.1.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/4.1.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/4.1.0+0
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-4.1.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+0
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-4.1.0+0
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+0
                                    bundler 4.1.0.dev
                                    delegate 0.6.1
                                    did_you_mean 2.0.0
                                    english 0.8.1
                                    erb 6.0.1
                                    error_highlight 0.7.1
                                    fileutils 1.8.0
                                    find 0.2.0
                                    forwardable 1.4.0
                                    ipaddr 1.2.8
                                    net-http 0.9.1
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.8.1
                                    pp 0.6.3
                                    prettyprint 0.2.0
                                    prism 1.7.0
                                    resolv 0.7.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.2
                                    timeout 0.6.0
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.1.1
                                    weakref 0.1.4
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+0
                                    date 3.5.1
                                    digest 3.2.1
                                    etc 1.4.6
                                    fcntl 1.3.0
                                    io-console 0.8.2
                                    io-nonblock 0.3.2
                                    io-wait 0.4.0
                                    json 2.18.0
                                    openssl 4.0.0
                                    psych 5.3.1
                                    stringio 3.2.1.dev
                                    strscan 3.1.7.dev
                                    zlib 3.2.2
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+0
                                    minitest 6.0.1
                                    power_assert 3.0.1
                                    rake 13.3.1
                                    test-unit 3.7.6
                                    rexml 3.4.4
                                    rss 0.3.2
                                    net-ftp 0.3.9
                                    net-imap 0.6.2
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.3
                                    prime 0.1.4
                                    rbs 3.10.0
                                    typeprof 0.31.1
                                    debug 1.11.1
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 4.0.1
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.12
                                    ostruct 0.6.3
                                    pstore 0.2.0
                                    benchmark 0.5.0
                                    logger 1.7.0
                                    rdoc 7.0.3
                                    irb 1.16.0
                                    reline 0.6.3
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+0/cache
skipped bundled gems:
    win32ole-1.9.2.gem              extensions not found or build failed win32ole-1.9.2
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4

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

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     999     999     999 ?             -1 Ss    1000   0:17 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
    999    1021    1021    1021 pts/0       1021 Ss+   1000   0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1021    1022    1021    1021 pts/0       1021 S+    1000   0:05 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1   65610    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  177887    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  452310    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  584441    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 1164625    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
   1022 1986474    1021    1021 pts/0       1021 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
1986474 1986477    1021    1021 pts/0       1021 S+    1000   0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20251230-221408 --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
1986477 1986478    1021    1021 pts/0       1021 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20251230-221408 --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
1986478 1987374    1021    1021 pts/0       1021 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
1987374 1987375    1021    1021 pts/0       1021 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
1987375 1987705    1021    1021 pts/0       1021 Sl+   1000   0:20 /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
1987705 1987715    1021    1021 pts/0       1021 Sl+   1000   0:07 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestGc#test_interrupt_in_finalizer
1987715 1998253    1021    1021 pts/0       1021 Rl+   1000   8:54 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems -e       Signal.trap(:INT, 'DEFAULT')       pid = $$       Thread.start do         10.times {           sleep 0.1           Process.kill("INT", pid) rescue break         }       end       f = proc {1000.times {}}       loop do         ObjectSpace.define_finalizer(Object.new, f)       end 
      1 2005784    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2117046    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2306871    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1986478 2502724    1021    1021 pts/0       1021 R+    1000   0:00 ps jx
      1 2681903    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2825499    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2849766    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3202376    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3220467    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3393617    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3696633    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 4123412    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
{1=>[999, 65610, 177887, 452310, 584441, 1164625, 2005784, 2117046, 2306871, 2681903, 2825499, 2849766, 3202376, 3220467, 3393617, 3696633, 4123412], 999=>[1021], 1021=>[1022], 1022=>[1986474], 1986474=>[1986477], 1986477=>[1986478], 1986478=>[1987374, 2502724], 1987374=>[1987375], 1987375=>[1987705], 1987705=>[1987715], 1987715=>[1998253]}
$ timeout 60 gdb -p 1998253 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1998274]
[New LWP 1998261]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005d3e8ac6cac2 in RB_FL_TEST_RAW (obj=130808332879560, flags=32) at /tmp/ruby/src/trunk_asan/include/ruby/internal/fl_type.h:418
418	    return RBASIC(obj)->flags & flags;

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x76f86b972c40 (LWP 1998253) "ruby" 0x00005d3e8ac6cac2 in RB_FL_TEST_RAW (obj=130808332879560, flags=32) at /tmp/ruby/src/trunk_asan/include/ruby/internal/fl_type.h:418
  2    Thread 0x76f84bfb36c0 (LWP 1998274) "-e:3" 0x000076f86b698d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00000ab90) at ./nptl/futex-internal.c:57
  3    Thread 0x76f84f7ff6c0 (LWP 1998261) "ruby" 0x000076f86b71b4fd in __GI___poll (fds=0x76f84e5ff040, nfds=1, timeout=10) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 3 (Thread 0x76f84f7ff6c0 (LWP 1998261) "ruby"):
#0  0x000076f86b71b4fd in __GI___poll (fds=0x76f84e5ff040, nfds=1, timeout=10) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005d3e8ab7474a in __interceptor_poll ()
No symbol table info available.
#2  0x00005d3e8af7257b in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1077
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = 10
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3067
        vm = <optimized out>
#4  0x00005d3e8abcdaff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000076f86b69caa4 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 = {130808857753280, 9217459073055303171, 130808857753280, -352, 0, 140732617508624, 9217459073042720259, 9217379821019178499}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000076f86b729c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x76f84bfb36c0 (LWP 1998274) "-e:3"):
#0  0x000076f86b698d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00000ab90) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x50c00000ab90) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c00000ab90, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x000076f86b69b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x515000000658, cond=0x50c00000ab68) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x76f86b69b4b0 <__condvar_cleanup_waiting>, __arg = 0x76f84bfb1490, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 4040, cond = 0x50c00000ab68, mutex = 0x515000000658, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 4040
        seq = 2020
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=0x50c00000ab68, mutex=mutex@entry=0x515000000658) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005d3e8af3f38f in rb_native_cond_wait (cond=0x50c00000ab90, mutex=0x515000000658) at /tmp/ruby/src/trunk_asan/thread_pthread.c:231
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x515000000658, th=0x51500000fd00, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
        next_th = 0x515000000080
#7  0x00005d3e8af4eb09 in thread_sched_yield (sched=0x515000000658, th=0x51500000fd00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1140
        can_direct_transfer = <optimized out>
#8  rb_thread_schedule_limits (limits_us=limits_us@entry=100000) at /tmp/ruby/src/trunk_asan/thread.c:1505
        th = 0x51500000fd00
#9  0x00005d3e8af53b57 in rb_threadptr_execute_interrupts (th=0x51500000fd00, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:2719
        limits_us = 100000
        sig = <optimized out>
        timer_interrupt = <optimized out>
        pending_interrupt = <optimized out>
        terminate_interrupt = <optimized out>
        trap_interrupt = <optimized out>
        postponed_job_interrupt = <optimized out>
        ret = 0
        interrupt = 1
#10 0x00005d3e8aff426e in rb_vm_check_ints (ec=0x51700000afd0) at /tmp/ruby/src/trunk_asan/vm_core.h:2265
No locals.
#11 vm_pop_frame (ec=0x51700000afd0, cfp=0x76f84c0b5720, ep=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:452
        flags = 572653569
#12 vm_exec_core (ec=ec@entry=0x51700000afd0) at ../../src/trunk_asan/insns.def:1173
        leaf = false
        val = 4
        insns_address_table = {0x5d3e8afe7626 <vm_exec_core+1494>, 0x5d3e8afe892d <vm_exec_core+6365>, 0x5d3e8afedac1 <vm_exec_core+27249>, 0x5d3e8afe849f <vm_exec_core+5199>, 0x5d3e8afee872 <vm_exec_core+30754>, 0x5d3e8afec674 <vm_exec_core+22052>, 0x5d3e8afea31e <vm_exec_core+13006>, 0x5d3e8afe778e <vm_exec_core+1854>, 0x5d3e8afee0b4 <vm_exec_core+28772>, 0x5d3e8afeddfc <vm_exec_core+28076>, 0x5d3e8afe871c <vm_exec_core+5836>, 0x5d3e8afe7c7e <vm_exec_core+3118>, 0x5d3e8afecd76 <vm_exec_core+23846>, 0x5d3e8afe9223 <vm_exec_core+8659>, 0x5d3e8afee2b5 <vm_exec_core+29285>, 0x5d3e8afedf5e <vm_exec_core+28430>, 0x5d3e8afe9911 <vm_exec_core+10433>, 0x5d3e8afea2ad <vm_exec_core+12893>, 0x5d3e8afec8d5 <vm_exec_core+22661>, 0x5d3e8afeded5 <vm_exec_core+28293>, 0x5d3e8afebd80 <vm_exec_core+19760>, 0x5d3e8afec95e <vm_exec_core+22798>, 0x5d3e8afed417 <vm_exec_core+25543>, 0x5d3e8afebcbd <vm_exec_core+19565>, 0x5d3e8afe7bbb <vm_exec_core+2923>, 0x5d3e8afec377 <vm_exec_core+21287>, 0x5d3e8afe7a4e <vm_exec_core+2558>, 0x5d3e8afe7e84 <vm_exec_core+3636>, 0x5d3e8afe9b94 <vm_exec_core+11076>, 0x5d3e8afeb88a <vm_exec_core+18490>, 0x5d3e8afec210 <vm_exec_core+20928>, 0x5d3e8afeb52f <vm_exec_core+17631>, 0x5d3e8afe765a <vm_exec_core+1546>, 0x5d3e8afed647 <vm_exec_core+26103>, 0x5d3e8afedd27 <vm_exec_core+27863>, 0x5d3e8afe802b <vm_exec_core+4059>, 0x5d3e8afe8bd7 <vm_exec_core+7047>, 0x5d3e8afe8895 <vm_exec_core+6213>, 0x5d3e8afe9312 <vm_exec_core+8898>, 0x5d3e8afea149 <vm_exec_core+12537>, 0x5d3e8afe80d2 <vm_exec_core+4226>, 0x5d3e8afed4af <vm_exec_core+25695>, 0x5d3e8afe8b61 <vm_exec_core+6929>, 0x5d3e8afe9ff7 <vm_exec_core+12199>, 0x5d3e8afeaabe <vm_exec_core+14958>, 0x5d3e8afece0c <vm_exec_core+23996>, 0x5d3e8afebf42 <vm_exec_core+20210>, 0x5d3e8afe95ec <vm_exec_core+9628>, 0x5d3e8afe8e6e <vm_exec_core+7710>, 0x5d3e8afecc62 <vm_exec_core+23570>, 0x5d3e8afe9d74 <vm_exec_core+11556>, 0x5d3e8afec476 <vm_exec_core+21542>, 0x5d3e8afebfb4 <vm_exec_core+20324>, 0x5d3e8afec52d <vm_exec_core+21725>, 0x5d3e8afed9f9 <vm_exec_core+27049>, 0x5d3e8afeb341 <vm_exec_core+17137>, 0x5d3e8afecec5 <vm_exec_core+24181>, 0x5d3e8afe73a8 <vm_exec_core+856>, 0x5d3e8afec9f3 <vm_exec_core+22947>, 0x5d3e8afe970b <vm_exec_core+9915>, 0x5d3e8afebc18 <vm_exec_core+19400>, 0x5d3e8afebe58 <vm_exec_core+19976>, 0x5d3e8afea6f2 <vm_exec_core+13986>, 0x5d3e8afe7f38 <vm_exec_core+3816>, 0x5d3e8afe9ab9 <vm_exec_core+10857>, 0x5d3e8afe90f6 <vm_exec_core+8358>, 0x5d3e8afec5ab <vm_exec_core+21851>, 0x5d3e8afe8263 <vm_exec_core+4627>, 0x5d3e8afea49f <vm_exec_core+13391>, 0x5d3e8afeadef <vm_exec_core+15775>, 0x5d3e8afe93f0 <vm_exec_core+9120>, 0x5d3e8aff5000 <vm_exec_core+57264>, 0x5d3e8afe8dc5 <vm_exec_core+7541>, 0x5d3e8afe8cbd <vm_exec_core+7277>, 0x5d3e8afe8fc8 <vm_exec_core+8056>, 0x5d3e8afe99b3 <vm_exec_core+10595>, 0x5d3e8afeb72e <vm_exec_core+18142>, 0x5d3e8afeab79 <vm_exec_core+15145>, 0x5d3e8afec28f <vm_exec_core+21055>, 0x5d3e8afeafd5 <vm_exec_core+16261>, 0x5d3e8afed570 <vm_exec_core+25888>, 0x5d3e8afeeb17 <vm_exec_core+31431>, 0x5d3e8afed7b4 <vm_exec_core+26468>, 0x5d3e8afee405 <vm_exec_core+29621>, 0x5d3e8afee4f6 <vm_exec_core+29862>, 0x5d3e8afe7ae0 <vm_exec_core+2704>, 0x5d3e8afedfdd <vm_exec_core+28557>, 0x5d3e8afe9c99 <vm_exec_core+11337>, 0x5d3e8afee1d8 <vm_exec_core+29064>, 0x5d3e8afe97da <vm_exec_core+10122>, 0x5d3e8afed6eb <vm_exec_core+26267>, 0x5d3e8afe7977 <vm_exec_core+2343>, 0x5d3e8afe815d <vm_exec_core+4365>, 0x5d3e8afee73a <vm_exec_core+30442>, 0x5d3e8afea07d <vm_exec_core+12333>, 0x5d3e8afe9e7a <vm_exec_core+11818>, 0x5d3e8afe73ad <vm_exec_core+861>, 0x5d3e8afe789a <vm_exec_core+2122>, 0x5d3e8afe7433 <vm_exec_core+995>, 0x5d3e8afed8a3 <vm_exec_core+26707>, 0x5d3e8afeb1fe <vm_exec_core+16814>, 0x5d3e8afea8c2 <vm_exec_core+14450>, 0x5d3e8afeb0da <vm_exec_core+16522>, 0x5d3e8afead26 <vm_exec_core+15574>, 0x5d3e8afe9f0f <vm_exec_core+11967>, 0x5d3e8afea7cd <vm_exec_core+14205>, 0x5d3e8afea199 <vm_exec_core+12617>, 0x5d3e8afea9dc <vm_exec_core+14732>, 0x5d3e8afeaa4d <vm_exec_core+14845>, 0x5d3e8afe7617 <vm_exec_core+1479>, 0x5d3e8afe891e <vm_exec_core+6350>, 0x5d3e8afedab2 <vm_exec_core+27234>, 0x5d3e8afe8490 <vm_exec_core+5184>, 0x5d3e8afee863 <vm_exec_core+30739>, 0x5d3e8afec665 <vm_exec_core+22037>, 0x5d3e8afea30f <vm_exec_core+12991>, 0x5d3e8afe777f <vm_exec_core+1839>, 0x5d3e8afee0a5 <vm_exec_core+28757>, 0x5d3e8afedded <vm_exec_core+28061>, 0x5d3e8afe870d <vm_exec_core+5821>, 0x5d3e8afe7c6f <vm_exec_core+3103>, 0x5d3e8afecd67 <vm_exec_core+23831>, 0x5d3e8afe9214 <vm_exec_core+8644>, 0x5d3e8afee2a6 <vm_exec_core+29270>, 0x5d3e8afedf4f <vm_exec_core+28415>, 0x5d3e8afe9902 <vm_exec_core+10418>, 0x5d3e8afea29e <vm_exec_core+12878>, 0x5d3e8afec8c6 <vm_exec_core+22646>, 0x5d3e8afedec6 <vm_exec_core+28278>, 0x5d3e8afebd71 <vm_exec_core+19745>, 0x5d3e8afec94f <vm_exec_core+22783>, 0x5d3e8afed408 <vm_exec_core+25528>, 0x5d3e8afebcae <vm_exec_core+19550>, 0x5d3e8afe7bac <vm_exec_core+2908>, 0x5d3e8afec368 <vm_exec_core+21272>, 0x5d3e8afe7a3f <vm_exec_core+2543>, 0x5d3e8afe7e75 <vm_exec_core+3621>, 0x5d3e8afe9b85 <vm_exec_core+11061>, 0x5d3e8afeb87b <vm_exec_core+18475>, 0x5d3e8afec201 <vm_exec_core+20913>, 0x5d3e8afeb520 <vm_exec_core+17616>, 0x5d3e8afe764b <vm_exec_core+1531>, 0x5d3e8afed638 <vm_exec_core+26088>, 0x5d3e8afedd18 <vm_exec_core+27848>, 0x5d3e8afe801c <vm_exec_core+4044>, 0x5d3e8afe8bc8 <vm_exec_core+7032>, 0x5d3e8afe8886 <vm_exec_core+6198>, 0x5d3e8afe9303 <vm_exec_core+8883>, 0x5d3e8afea13a <vm_exec_core+12522>, 0x5d3e8afe80c3 <vm_exec_core+4211>, 0x5d3e8afed4a0 <vm_exec_core+25680>, 0x5d3e8afe8b52 <vm_exec_core+6914>, 0x5d3e8afe9fe8 <vm_exec_core+12184>, 0x5d3e8afeaaaf <vm_exec_core+14943>, 0x5d3e8afecdfd <vm_exec_core+23981>, 0x5d3e8afebf33 <vm_exec_core+20195>, 0x5d3e8afe95dd <vm_exec_core+9613>, 0x5d3e8afe8e5f <vm_exec_core+7695>, 0x5d3e8afecc53 <vm_exec_core+23555>, 0x5d3e8afe9d65 <vm_exec_core+11541>, 0x5d3e8afec467 <vm_exec_core+21527>, 0x5d3e8afebfa5 <vm_exec_core+20309>, 0x5d3e8afec51e <vm_exec_core+21710>, 0x5d3e8afed9ea <vm_exec_core+27034>, 0x5d3e8afeb332 <vm_exec_core+17122>, 0x5d3e8afeceb6 <vm_exec_core+24166>, 0x5d3e8afec354 <vm_exec_core+21252>, 0x5d3e8afec9e4 <vm_exec_core+22932>, 0x5d3e8afe96fc <vm_exec_core+9900>, 0x5d3e8afebc09 <vm_exec_core+19385>, 0x5d3e8afebe49 <vm_exec_core+19961>, 0x5d3e8afea6e3 <vm_exec_core+13971>, 0x5d3e8afeb876 <vm_exec_core+18470>, 0x5d3e8afe9aaa <vm_exec_core+10842>, 0x5d3e8afe90e7 <vm_exec_core+8343>, 0x5d3e8afec59c <vm_exec_core+21836>, 0x5d3e8afe8254 <vm_exec_core+4612>, 0x5d3e8afea490 <vm_exec_core+13376>, 0x5d3e8afeade0 <vm_exec_core+15760>, 0x5d3e8afe93e1 <vm_exec_core+9105>, 0x5d3e8aff4ff1 <vm_exec_core+57249>, 0x5d3e8afe8db6 <vm_exec_core+7526>, 0x5d3e8afe8cae <vm_exec_core+7262>, 0x5d3e8afe8fb9 <vm_exec_core+8041>, 0x5d3e8afe99a4 <vm_exec_core+10580>, 0x5d3e8afeb71f <vm_exec_core+18127>, 0x5d3e8afeab6a <vm_exec_core+15130>, 0x5d3e8afeb71a <vm_exec_core+18122>, 0x5d3e8afebf2e <vm_exec_core+20190>, 0x5d3e8afebf29 <vm_exec_core+20185>, 0x5d3e8afe8fb4 <vm_exec_core+8036>, 0x5d3e8afec354 <vm_exec_core+21252>, 0x5d3e8afea103 <vm_exec_core+12467>, 0x5d3e8afea108 <vm_exec_core+12472>, 0x5d3e8afebf24 <vm_exec_core+20180>, 0x5d3e8afebd6c <vm_exec_core+19740>, 0x5d3e8afeaddb <vm_exec_core+15755>, 0x5d3e8afead12 <vm_exec_core+15554>, 0x5d3e8afebe1b <vm_exec_core+19915>, 0x5d3e8afeb1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x76f84c0b5720
        reg_pc = 0x502000029120
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x00005d3e8afe21e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x51700000afd0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005d3e8b0268ab in invoke_iseq_block_from_c (ec=0x51700000afd0, captured=<optimized out>, self=130809320355720, 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:1820
        flags = 0
        iseq = 0x76f86af7cd88
        cfp = 0x76f84c0b57c8
        sp = 0x76f84bfb5818
        use_argv = <optimized out>
        stack_argv = 0x76f84bfb5818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x51700000afd0, self=130809320355720, 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:1914
        block = <optimized out>
        keyword_hash = <optimized out>
#16 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:1944
No locals.
#17 0x00005d3e8b069996 in rb_vm_invoke_proc (ec=0x51700000afd0, proc=0x189, argc=1802079601, argv=0x76f84b3c8840, kw_splat=-1, passed_block_handler=0) at /tmp/ruby/src/trunk_asan/vm.c:1965
        self = 0
#18 vm_call0_body (ec=<optimized out>, calling=0x76f84b3c8a60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:293
        proc = 0x189
        ci = 0x76f84b3c8ad0
        cc = 0x76f84b3c8b20
        ret = <optimized out>
#19 0x00005d3e8b00ebaf in vm_call0_cc (ec=0x51700000afd0, recv=130809318590720, id=3473, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = <optimized out>
        calling = <error reading variable calling (Cannot access memory at address 0x189)>
        use_argv = 0x76f84b3c8840
        av = <optimized out>
#20 rb_vm_call0 (ec=0x51700000afd0, recv=130809318590720, id=3473, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:61
        cc = <optimized out>
#21 rb_vm_call_kw (ec=0x51700000afd0, recv=130809318590720, id=3473, argc=<optimized out>, argv=<optimized out>, kw_splat=0, me=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:326
No locals.
#22 rb_check_funcall_default_kw (recv=130809318590720, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, def=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:712
        klass = <optimized out>
        ec = 0x51700000afd0
        respond = <optimized out>
        me = <optimized out>
#23 0x00005d3e8ac63f89 in rb_gc_run_obj_finalizer (objid=167572113, count=<optimized out>, callback=<optimized out>, data=<optimized out>) at /tmp/ruby/src/trunk_asan/gc.c:307
        i = 0
        _ec = 0x51700000afd0
        _tag = <optimized out>
        state = <optimized out>
        saved = {errinfo = 4, final = 130809318590720, cfp = 0x76f84c0b57c8, sp = 0x76f84bfb5818, finished = 0}
        ec = 0x51700000afd0
#24 0x00005d3e8ac632d9 in run_final (zombie=130807789895920, lev=0, objspace=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2876
        key = 130807789895920
        table = <optimized out>
#25 finalize_list (zombie=130807789895920, objspace=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2901
        next_zombie = 130807789893360
        page = 0x51c0011b8880
        lev = 0
        next_zombie = <optimized out>
        page = <optimized out>
        lev = <optimized out>
#26 finalize_deferred_heap_pages (objspace=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2925
        zombie = <optimized out>
#27 0x00005d3e8ac62d43 in finalize_deferred (objspace=0x0) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2933
No locals.
#28 gc_finalize_deferred (dmy=0x0) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2943
        objspace = 0x0
#29 0x00005d3e8b095888 in rb_postponed_job_flush (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_trace.c:2018
        i = 1802079601
        data = 0x50c00000ab90
        func = <optimized out>
        wq_job = <optimized out>
        _ec = 0x51700000afd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x76f84bfb2770, <optimized out>, 0x76f84bfb2620, <optimized out>, <optimized out>}, prev = 0x76f84bfb2c00, state = RUBY_TAG_NONE, lock_rec = 0}
        saved_mask = 0
        saved_errno = 4
        tmp = {n = {next = 0x76f84b3b36b0, prev = 0x76f84b3b36b0}}
        pjq = 0x516000000080
        ec = <optimized out>
        block_mask = 12
        triggered_bits = 0
#30 0x00005d3e8af52d7e in rb_threadptr_execute_interrupts (th=0x51500000fd00, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:2645
        sig = <optimized out>
        timer_interrupt = <optimized out>
        pending_interrupt = <optimized out>
        terminate_interrupt = <optimized out>
        trap_interrupt = <optimized out>
        postponed_job_interrupt = <optimized out>
        ret = 0
        interrupt = 4
#31 0x00005d3e8af70e00 in vm_check_ints_blocking (ec=0x51700000afd0) at /tmp/ruby/src/trunk_asan/thread.c:225
        th = 0x51500000fd00
        result = <optimized out>
        scheduler = <optimized out>
#32 thread_do_start_proc (th=th@entry=0x51500000fd00) at /tmp/ruby/src/trunk_asan/thread.c:592
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000006190
        args_len = <optimized out>
        args_ptr = <optimized out>
#33 0x00005d3e8af6e91d in thread_do_start (th=0x51500000fd00) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#34 thread_start_func_2 (th=th@entry=0x51500000fd00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000080
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#35 0x00005d3e8af6dc0e in call_thread_start_func_2 (th=0x51500000fd00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2228
        stack_start = <optimized out>
        stack_start_addr = 0x76f84bfb2cc0
#36 nt_start (ptr=0x50c00000ab40) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2273
        th = 0x51500000fd00
        sched = <optimized out>
        nt = 0x50c00000ab40
        vm = 0x525000000100
#37 0x00005d3e8abcdaff in asan_thread_start(void*) ()
No symbol table info available.
#38 0x000076f86b69caa4 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 = {130808798721728, 9217451412981130755, 130808798721728, -352, 0, 140732617506000, 9217451412968547843, 9217379821019178499}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#39 0x000076f86b729c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x76f86b972c40 (LWP 1998253) "ruby"):
#0  0x00005d3e8ac6cac2 in RB_FL_TEST_RAW (obj=130808332879560, flags=32) at /tmp/ruby/src/trunk_asan/include/ruby/internal/fl_type.h:418
No locals.
#1  RB_FL_ANY_RAW (obj=130808332879560, flags=32) at /tmp/ruby/src/trunk_asan/include/ruby/internal/fl_type.h:466
No locals.
#2  RB_OBJ_PROMOTED_RAW (obj=130808332879560) at /tmp/ruby/src/trunk_asan/include/ruby/internal/gc.h:709
No locals.
#3  RVALUE_OLD_P (obj=130808332879560, objspace=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:1392
No locals.
#4  gc_mark_set_parent (objspace=0x51d000000080, obj=130808332879560) at /tmp/ruby/src/trunk_asan/gc/default/default.c:4558
No locals.
#5  gc_mark_children (objspace=0x51d000000080, obj=130808332879560) at /tmp/ruby/src/trunk_asan/gc/default/default.c:4592
No locals.
#6  gc_mark_stacked_objects (objspace=objspace@entry=0x51d000000080, incremental=incremental@entry=0, count=count@entry=0) at /tmp/ruby/src/trunk_asan/gc/default/default.c:4615
        mstack = 0x51d0000003b8
        marked_slots_at_the_beginning = <optimized out>
        popped_count = <optimized out>
        obj = 130808332879560
#7  0x00005d3e8ac87109 in gc_mark_stacked_objects_all (objspace=0x51d000000080) at /tmp/ruby/src/trunk_asan/gc/default/default.c:4653
No locals.
#8  gc_marks_rest (objspace=0x51d000000080) at /tmp/ruby/src/trunk_asan/gc/default/default.c:5693
        i = <optimized out>
#9  gc_marks (objspace=0x51d000000080, full_mark=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:5807
        marking_finished = false
#10 gc_start (objspace=0x51d000000080, reason=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:6493
        do_full_mark = <optimized out>
        lock_lev = 0
#11 0x00005d3e8ac93446 in garbage_collect (objspace=0x51d000000080, reason=512) at /tmp/ruby/src/trunk_asan/gc/default/default.c:6376
        lev = 0
        ret = <optimized out>
#12 garbage_collect_with_gvl (objspace=0x51d000000080, reason=512) at /tmp/ruby/src/trunk_asan/gc/default/default.c:6773
        oar = <optimized out>
        ret = <optimized out>
#13 objspace_malloc_increase_body (objspace=<optimized out>, mem=<optimized out>, new_size=48, old_size=0, type=<optimized out>, gc_allowed=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8103
No locals.
#14 0x00005d3e8ac48fde in objspace_malloc_fixup (objspace=0x51d000000080, mem=0x504006e97e90, size=48, gc_allowed=true) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8181
        malloc_increase_done = <optimized out>
#15 rb_gc_impl_calloc (objspace_ptr=0x51d000000080, size=48, gc_allowed=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8298
        objspace = 0x51d000000080
        mem = 0x504006e97e90
        gpr = <optimized out>
#16 ruby_xcalloc_body (n=<optimized out>, size=<optimized out>) at /tmp/ruby/src/trunk_asan/gc.c:5302
No locals.
#17 ruby_xcalloc (n=<optimized out>, size=<optimized out>) at /tmp/ruby/src/trunk_asan/gc.c:5296
No locals.
#18 0x00005d3e8ac49bf9 in rb_data_typed_object_zalloc (klass=<optimized out>, size=<optimized out>, type=<optimized out>) at /tmp/ruby/src/trunk_asan/gc.c:1144
        obj = 130801317542080
#19 0x00005d3e8ad9acde in rb_binding_alloc (klass=90228703285504) at /tmp/ruby/src/trunk_asan/proc.c:294
        obj = <optimized out>
        bind = <optimized out>
        data_struct_obj = <optimized out>
#20 proc_binding (self=self@entry=130809318590720) at /tmp/ruby/src/trunk_asan/proc.c:3738
        binding_self = 130809320355720
        iseq = 0x76f86af7cd88
        env = 0x76f86af7cb58
        proc = <optimized out>
        block = <optimized out>
        bindval = <optimized out>
        bind = <optimized out>
#21 0x00005d3e8ad9a525 in rb_callable_receiver (callable=callable@entry=130809318590720) at /tmp/ruby/src/trunk_asan/proc.c:3113
        binding = <optimized out>
        rbimpl_id = 8673
#22 0x00005d3e8ac5f670 in define_final (argc=<optimized out>, argv=<optimized out>, os=<optimized out>) at /tmp/ruby/src/trunk_asan/gc.c:1787
        obj = 130801317542120
        block = 130809318590720
#23 0x00005d3e8b052cd8 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:3902
        ci = 0x5e2100100005
        cc = <optimized out>
        me = 0x76f86afdd7a0
        cfunc = 0x50600003c688
        recv = 130809319047480
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#24 0x00005d3e8aff386d in vm_sendish (ec=0x5170000000d0, reg_cfp=0x76f86b271720, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        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>
#25 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5d3e8afe7626 <vm_exec_core+1494>, 0x5d3e8afe892d <vm_exec_core+6365>, 0x5d3e8afedac1 <vm_exec_core+27249>, 0x5d3e8afe849f <vm_exec_core+5199>, 0x5d3e8afee872 <vm_exec_core+30754>, 0x5d3e8afec674 <vm_exec_core+22052>, 0x5d3e8afea31e <vm_exec_core+13006>, 0x5d3e8afe778e <vm_exec_core+1854>, 0x5d3e8afee0b4 <vm_exec_core+28772>, 0x5d3e8afeddfc <vm_exec_core+28076>, 0x5d3e8afe871c <vm_exec_core+5836>, 0x5d3e8afe7c7e <vm_exec_core+3118>, 0x5d3e8afecd76 <vm_exec_core+23846>, 0x5d3e8afe9223 <vm_exec_core+8659>, 0x5d3e8afee2b5 <vm_exec_core+29285>, 0x5d3e8afedf5e <vm_exec_core+28430>, 0x5d3e8afe9911 <vm_exec_core+10433>, 0x5d3e8afea2ad <vm_exec_core+12893>, 0x5d3e8afec8d5 <vm_exec_core+22661>, 0x5d3e8afeded5 <vm_exec_core+28293>, 0x5d3e8afebd80 <vm_exec_core+19760>, 0x5d3e8afec95e <vm_exec_core+22798>, 0x5d3e8afed417 <vm_exec_core+25543>, 0x5d3e8afebcbd <vm_exec_core+19565>, 0x5d3e8afe7bbb <vm_exec_core+2923>, 0x5d3e8afec377 <vm_exec_core+21287>, 0x5d3e8afe7a4e <vm_exec_core+2558>, 0x5d3e8afe7e84 <vm_exec_core+3636>, 0x5d3e8afe9b94 <vm_exec_core+11076>, 0x5d3e8afeb88a <vm_exec_core+18490>, 0x5d3e8afec210 <vm_exec_core+20928>, 0x5d3e8afeb52f <vm_exec_core+17631>, 0x5d3e8afe765a <vm_exec_core+1546>, 0x5d3e8afed647 <vm_exec_core+26103>, 0x5d3e8afedd27 <vm_exec_core+27863>, 0x5d3e8afe802b <vm_exec_core+4059>, 0x5d3e8afe8bd7 <vm_exec_core+7047>, 0x5d3e8afe8895 <vm_exec_core+6213>, 0x5d3e8afe9312 <vm_exec_core+8898>, 0x5d3e8afea149 <vm_exec_core+12537>, 0x5d3e8afe80d2 <vm_exec_core+4226>, 0x5d3e8afed4af <vm_exec_core+25695>, 0x5d3e8afe8b61 <vm_exec_core+6929>, 0x5d3e8afe9ff7 <vm_exec_core+12199>, 0x5d3e8afeaabe <vm_exec_core+14958>, 0x5d3e8afece0c <vm_exec_core+23996>, 0x5d3e8afebf42 <vm_exec_core+20210>, 0x5d3e8afe95ec <vm_exec_core+9628>, 0x5d3e8afe8e6e <vm_exec_core+7710>, 0x5d3e8afecc62 <vm_exec_core+23570>, 0x5d3e8afe9d74 <vm_exec_core+11556>, 0x5d3e8afec476 <vm_exec_core+21542>, 0x5d3e8afebfb4 <vm_exec_core+20324>, 0x5d3e8afec52d <vm_exec_core+21725>, 0x5d3e8afed9f9 <vm_exec_core+27049>, 0x5d3e8afeb341 <vm_exec_core+17137>, 0x5d3e8afecec5 <vm_exec_core+24181>, 0x5d3e8afe73a8 <vm_exec_core+856>, 0x5d3e8afec9f3 <vm_exec_core+22947>, 0x5d3e8afe970b <vm_exec_core+9915>, 0x5d3e8afebc18 <vm_exec_core+19400>, 0x5d3e8afebe58 <vm_exec_core+19976>, 0x5d3e8afea6f2 <vm_exec_core+13986>, 0x5d3e8afe7f38 <vm_exec_core+3816>, 0x5d3e8afe9ab9 <vm_exec_core+10857>, 0x5d3e8afe90f6 <vm_exec_core+8358>, 0x5d3e8afec5ab <vm_exec_core+21851>, 0x5d3e8afe8263 <vm_exec_core+4627>, 0x5d3e8afea49f <vm_exec_core+13391>, 0x5d3e8afeadef <vm_exec_core+15775>, 0x5d3e8afe93f0 <vm_exec_core+9120>, 0x5d3e8aff5000 <vm_exec_core+57264>, 0x5d3e8afe8dc5 <vm_exec_core+7541>, 0x5d3e8afe8cbd <vm_exec_core+7277>, 0x5d3e8afe8fc8 <vm_exec_core+8056>, 0x5d3e8afe99b3 <vm_exec_core+10595>, 0x5d3e8afeb72e <vm_exec_core+18142>, 0x5d3e8afeab79 <vm_exec_core+15145>, 0x5d3e8afec28f <vm_exec_core+21055>, 0x5d3e8afeafd5 <vm_exec_core+16261>, 0x5d3e8afed570 <vm_exec_core+25888>, 0x5d3e8afeeb17 <vm_exec_core+31431>, 0x5d3e8afed7b4 <vm_exec_core+26468>, 0x5d3e8afee405 <vm_exec_core+29621>, 0x5d3e8afee4f6 <vm_exec_core+29862>, 0x5d3e8afe7ae0 <vm_exec_core+2704>, 0x5d3e8afedfdd <vm_exec_core+28557>, 0x5d3e8afe9c99 <vm_exec_core+11337>, 0x5d3e8afee1d8 <vm_exec_core+29064>, 0x5d3e8afe97da <vm_exec_core+10122>, 0x5d3e8afed6eb <vm_exec_core+26267>, 0x5d3e8afe7977 <vm_exec_core+2343>, 0x5d3e8afe815d <vm_exec_core+4365>, 0x5d3e8afee73a <vm_exec_core+30442>, 0x5d3e8afea07d <vm_exec_core+12333>, 0x5d3e8afe9e7a <vm_exec_core+11818>, 0x5d3e8afe73ad <vm_exec_core+861>, 0x5d3e8afe789a <vm_exec_core+2122>, 0x5d3e8afe7433 <vm_exec_core+995>, 0x5d3e8afed8a3 <vm_exec_core+26707>, 0x5d3e8afeb1fe <vm_exec_core+16814>, 0x5d3e8afea8c2 <vm_exec_core+14450>, 0x5d3e8afeb0da <vm_exec_core+16522>, 0x5d3e8afead26 <vm_exec_core+15574>, 0x5d3e8afe9f0f <vm_exec_core+11967>, 0x5d3e8afea7cd <vm_exec_core+14205>, 0x5d3e8afea199 <vm_exec_core+12617>, 0x5d3e8afea9dc <vm_exec_core+14732>, 0x5d3e8afeaa4d <vm_exec_core+14845>, 0x5d3e8afe7617 <vm_exec_core+1479>, 0x5d3e8afe891e <vm_exec_core+6350>, 0x5d3e8afedab2 <vm_exec_core+27234>, 0x5d3e8afe8490 <vm_exec_core+5184>, 0x5d3e8afee863 <vm_exec_core+30739>, 0x5d3e8afec665 <vm_exec_core+22037>, 0x5d3e8afea30f <vm_exec_core+12991>, 0x5d3e8afe777f <vm_exec_core+1839>, 0x5d3e8afee0a5 <vm_exec_core+28757>, 0x5d3e8afedded <vm_exec_core+28061>, 0x5d3e8afe870d <vm_exec_core+5821>, 0x5d3e8afe7c6f <vm_exec_core+3103>, 0x5d3e8afecd67 <vm_exec_core+23831>, 0x5d3e8afe9214 <vm_exec_core+8644>, 0x5d3e8afee2a6 <vm_exec_core+29270>, 0x5d3e8afedf4f <vm_exec_core+28415>, 0x5d3e8afe9902 <vm_exec_core+10418>, 0x5d3e8afea29e <vm_exec_core+12878>, 0x5d3e8afec8c6 <vm_exec_core+22646>, 0x5d3e8afedec6 <vm_exec_core+28278>, 0x5d3e8afebd71 <vm_exec_core+19745>, 0x5d3e8afec94f <vm_exec_core+22783>, 0x5d3e8afed408 <vm_exec_core+25528>, 0x5d3e8afebcae <vm_exec_core+19550>, 0x5d3e8afe7bac <vm_exec_core+2908>, 0x5d3e8afec368 <vm_exec_core+21272>, 0x5d3e8afe7a3f <vm_exec_core+2543>, 0x5d3e8afe7e75 <vm_exec_core+3621>, 0x5d3e8afe9b85 <vm_exec_core+11061>, 0x5d3e8afeb87b <vm_exec_core+18475>, 0x5d3e8afec201 <vm_exec_core+20913>, 0x5d3e8afeb520 <vm_exec_core+17616>, 0x5d3e8afe764b <vm_exec_core+1531>, 0x5d3e8afed638 <vm_exec_core+26088>, 0x5d3e8afedd18 <vm_exec_core+27848>, 0x5d3e8afe801c <vm_exec_core+4044>, 0x5d3e8afe8bc8 <vm_exec_core+7032>, 0x5d3e8afe8886 <vm_exec_core+6198>, 0x5d3e8afe9303 <vm_exec_core+8883>, 0x5d3e8afea13a <vm_exec_core+12522>, 0x5d3e8afe80c3 <vm_exec_core+4211>, 0x5d3e8afed4a0 <vm_exec_core+25680>, 0x5d3e8afe8b52 <vm_exec_core+6914>, 0x5d3e8afe9fe8 <vm_exec_core+12184>, 0x5d3e8afeaaaf <vm_exec_core+14943>, 0x5d3e8afecdfd <vm_exec_core+23981>, 0x5d3e8afebf33 <vm_exec_core+20195>, 0x5d3e8afe95dd <vm_exec_core+9613>, 0x5d3e8afe8e5f <vm_exec_core+7695>, 0x5d3e8afecc53 <vm_exec_core+23555>, 0x5d3e8afe9d65 <vm_exec_core+11541>, 0x5d3e8afec467 <vm_exec_core+21527>, 0x5d3e8afebfa5 <vm_exec_core+20309>, 0x5d3e8afec51e <vm_exec_core+21710>, 0x5d3e8afed9ea <vm_exec_core+27034>, 0x5d3e8afeb332 <vm_exec_core+17122>, 0x5d3e8afeceb6 <vm_exec_core+24166>, 0x5d3e8afec354 <vm_exec_core+21252>, 0x5d3e8afec9e4 <vm_exec_core+22932>, 0x5d3e8afe96fc <vm_exec_core+9900>, 0x5d3e8afebc09 <vm_exec_core+19385>, 0x5d3e8afebe49 <vm_exec_core+19961>, 0x5d3e8afea6e3 <vm_exec_core+13971>, 0x5d3e8afeb876 <vm_exec_core+18470>, 0x5d3e8afe9aaa <vm_exec_core+10842>, 0x5d3e8afe90e7 <vm_exec_core+8343>, 0x5d3e8afec59c <vm_exec_core+21836>, 0x5d3e8afe8254 <vm_exec_core+4612>, 0x5d3e8afea490 <vm_exec_core+13376>, 0x5d3e8afeade0 <vm_exec_core+15760>, 0x5d3e8afe93e1 <vm_exec_core+9105>, 0x5d3e8aff4ff1 <vm_exec_core+57249>, 0x5d3e8afe8db6 <vm_exec_core+7526>, 0x5d3e8afe8cae <vm_exec_core+7262>, 0x5d3e8afe8fb9 <vm_exec_core+8041>, 0x5d3e8afe99a4 <vm_exec_core+10580>, 0x5d3e8afeb71f <vm_exec_core+18127>, 0x5d3e8afeab6a <vm_exec_core+15130>, 0x5d3e8afeb71a <vm_exec_core+18122>, 0x5d3e8afebf2e <vm_exec_core+20190>, 0x5d3e8afebf29 <vm_exec_core+20185>, 0x5d3e8afe8fb4 <vm_exec_core+8036>, 0x5d3e8afec354 <vm_exec_core+21252>, 0x5d3e8afea103 <vm_exec_core+12467>, 0x5d3e8afea108 <vm_exec_core+12472>, 0x5d3e8afebf24 <vm_exec_core+20180>, 0x5d3e8afebd6c <vm_exec_core+19740>, 0x5d3e8afeaddb <vm_exec_core+15755>, 0x5d3e8afead12 <vm_exec_core+15554>, 0x5d3e8afebe1b <vm_exec_core+19915>, 0x5d3e8afeb1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x76f86b271720
        reg_pc = 0x50f000001678
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#26 0x00005d3e8afe21e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#27 0x00005d3e8b02b649 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#28 0x00005d3e8ac14c70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x76f86af7d058) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffeddacd370, <optimized out>, 0x7ffeddacd2c0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x76f86af7d058
#29 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#30 0x00005d3e8ac0dbb7 in rb_main (argc=5, argv=0x7ffeddacd538) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#31 main (argc=5, argv=0x7ffeddacd538) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 1998253) detached]
$ timeout 60 gdb -p 1987715 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1998258]
[New LWP 1998257]
[New LWP 1991957]
[New LWP 1987738]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f649c898d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7ffed9fc8360, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                            Frame 
* 1    Thread 0x7f649caecc40 (LWP 1987715) "ruby"           0x00007f649c898d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7ffed9fc8360, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
  2    Thread 0x7f647a6f16c0 (LWP 1998258) "envutil.rb:244" 0x00007f649c91b4fd in __GI___poll (fds=0x7f646ef1b960, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x7f647abf96c0 (LWP 1998257) "envutil.rb:243" 0x00007f649c91b4fd in __GI___poll (fds=0x7f646fa22760, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7f647b6fd6c0 (LWP 1991957) "parallel.rb:40" 0x00007f649c91b4fd in __GI___poll (fds=0x7f64788e6160, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7f64807ff6c0 (LWP 1987738) "ruby"           0x00007f649c91b4fd in __GI___poll (fds=0x7f647f5ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 5 (Thread 0x7f64807ff6c0 (LWP 1987738) "ruby"):
#0  0x00007f649c91b4fd in __GI___poll (fds=0x7f647f5ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000634b6a41774a in __interceptor_poll ()
No symbol table info available.
#2  0x0000634b6a81557b in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1077
        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:3067
        vm = <optimized out>
#4  0x0000634b6a470aff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007f649c89caa4 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 = {140069629327040, -7305846022157232297, 140069629327040, -352, 0, 140732555630800, -7305846022169815209, -7305874144774318249}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007f649c929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7f647b6fd6c0 (LWP 1991957) "parallel.rb:40"):
#0  0x00007f649c91b4fd in __GI___poll (fds=0x7f64788e6160, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000634b6a41774a in __interceptor_poll ()
No symbol table info available.
#2  0x0000634b6a587dc9 in nogvl_wait_for (th=140069570715040, fptr=0x511000142340, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12568
        fds = {fd = 4, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x0000634b6a58933a in internal_read_func (ptr=0x7f64788e5f40) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7f64788e5f40
        result = <optimized out>
#5  0x0000634b6a7f4ace in rb_thread_io_blocking_call (io=0x511000142340, func=0x634b6a588e30 <internal_read_func>, data1=0x7f64788e5f40, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1986
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x0000634b6a4bc6ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x5170000b67d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f647b6fbdd0, <optimized out>, 0x7f647b6fbce0, <optimized out>, <optimized out>}, prev = 0x7f64788cf240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x0000634b6a4bcb59 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:1163
No locals.
#8  0x0000634b6a59d012 in io_read_memory_locktmp (str=140069496054112, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3480
No locals.
#9  io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=<optimized out>, nonblock=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3526
        str = <optimized out>
        iis = {th = 140069570715040, fptr = 0x511000142340, nonblock = 0, fd = 4, buf = 0x51900010e080, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x511000142340
        n = <optimized out>
        shrinkable = <optimized out>
#10 0x0000634b6a5797e1 in io_readpartial (argc=2022596960, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3646
        ret = <optimized out>
#11 0x0000634b6a8f5cd8 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:3902
        ci = 0x412100100003
        cc = <optimized out>
        me = 0x7f649c328388
        cfunc = 0x50600002c1e8
        recv = 140069570715160
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x0000634b6a89686d in vm_sendish (ec=0x5170000b67d0, reg_cfp=0x7f647aeff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        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>
#13 vm_exec_core (ec=ec@entry=0x5170000b67d0) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x634b6a88a626 <vm_exec_core+1494>, 0x634b6a88b92d <vm_exec_core+6365>, 0x634b6a890ac1 <vm_exec_core+27249>, 0x634b6a88b49f <vm_exec_core+5199>, 0x634b6a891872 <vm_exec_core+30754>, 0x634b6a88f674 <vm_exec_core+22052>, 0x634b6a88d31e <vm_exec_core+13006>, 0x634b6a88a78e <vm_exec_core+1854>, 0x634b6a8910b4 <vm_exec_core+28772>, 0x634b6a890dfc <vm_exec_core+28076>, 0x634b6a88b71c <vm_exec_core+5836>, 0x634b6a88ac7e <vm_exec_core+3118>, 0x634b6a88fd76 <vm_exec_core+23846>, 0x634b6a88c223 <vm_exec_core+8659>, 0x634b6a8912b5 <vm_exec_core+29285>, 0x634b6a890f5e <vm_exec_core+28430>, 0x634b6a88c911 <vm_exec_core+10433>, 0x634b6a88d2ad <vm_exec_core+12893>, 0x634b6a88f8d5 <vm_exec_core+22661>, 0x634b6a890ed5 <vm_exec_core+28293>, 0x634b6a88ed80 <vm_exec_core+19760>, 0x634b6a88f95e <vm_exec_core+22798>, 0x634b6a890417 <vm_exec_core+25543>, 0x634b6a88ecbd <vm_exec_core+19565>, 0x634b6a88abbb <vm_exec_core+2923>, 0x634b6a88f377 <vm_exec_core+21287>, 0x634b6a88aa4e <vm_exec_core+2558>, 0x634b6a88ae84 <vm_exec_core+3636>, 0x634b6a88cb94 <vm_exec_core+11076>, 0x634b6a88e88a <vm_exec_core+18490>, 0x634b6a88f210 <vm_exec_core+20928>, 0x634b6a88e52f <vm_exec_core+17631>, 0x634b6a88a65a <vm_exec_core+1546>, 0x634b6a890647 <vm_exec_core+26103>, 0x634b6a890d27 <vm_exec_core+27863>, 0x634b6a88b02b <vm_exec_core+4059>, 0x634b6a88bbd7 <vm_exec_core+7047>, 0x634b6a88b895 <vm_exec_core+6213>, 0x634b6a88c312 <vm_exec_core+8898>, 0x634b6a88d149 <vm_exec_core+12537>, 0x634b6a88b0d2 <vm_exec_core+4226>, 0x634b6a8904af <vm_exec_core+25695>, 0x634b6a88bb61 <vm_exec_core+6929>, 0x634b6a88cff7 <vm_exec_core+12199>, 0x634b6a88dabe <vm_exec_core+14958>, 0x634b6a88fe0c <vm_exec_core+23996>, 0x634b6a88ef42 <vm_exec_core+20210>, 0x634b6a88c5ec <vm_exec_core+9628>, 0x634b6a88be6e <vm_exec_core+7710>, 0x634b6a88fc62 <vm_exec_core+23570>, 0x634b6a88cd74 <vm_exec_core+11556>, 0x634b6a88f476 <vm_exec_core+21542>, 0x634b6a88efb4 <vm_exec_core+20324>, 0x634b6a88f52d <vm_exec_core+21725>, 0x634b6a8909f9 <vm_exec_core+27049>, 0x634b6a88e341 <vm_exec_core+17137>, 0x634b6a88fec5 <vm_exec_core+24181>, 0x634b6a88a3a8 <vm_exec_core+856>, 0x634b6a88f9f3 <vm_exec_core+22947>, 0x634b6a88c70b <vm_exec_core+9915>, 0x634b6a88ec18 <vm_exec_core+19400>, 0x634b6a88ee58 <vm_exec_core+19976>, 0x634b6a88d6f2 <vm_exec_core+13986>, 0x634b6a88af38 <vm_exec_core+3816>, 0x634b6a88cab9 <vm_exec_core+10857>, 0x634b6a88c0f6 <vm_exec_core+8358>, 0x634b6a88f5ab <vm_exec_core+21851>, 0x634b6a88b263 <vm_exec_core+4627>, 0x634b6a88d49f <vm_exec_core+13391>, 0x634b6a88ddef <vm_exec_core+15775>, 0x634b6a88c3f0 <vm_exec_core+9120>, 0x634b6a898000 <vm_exec_core+57264>, 0x634b6a88bdc5 <vm_exec_core+7541>, 0x634b6a88bcbd <vm_exec_core+7277>, 0x634b6a88bfc8 <vm_exec_core+8056>, 0x634b6a88c9b3 <vm_exec_core+10595>, 0x634b6a88e72e <vm_exec_core+18142>, 0x634b6a88db79 <vm_exec_core+15145>, 0x634b6a88f28f <vm_exec_core+21055>, 0x634b6a88dfd5 <vm_exec_core+16261>, 0x634b6a890570 <vm_exec_core+25888>, 0x634b6a891b17 <vm_exec_core+31431>, 0x634b6a8907b4 <vm_exec_core+26468>, 0x634b6a891405 <vm_exec_core+29621>, 0x634b6a8914f6 <vm_exec_core+29862>, 0x634b6a88aae0 <vm_exec_core+2704>, 0x634b6a890fdd <vm_exec_core+28557>, 0x634b6a88cc99 <vm_exec_core+11337>, 0x634b6a8911d8 <vm_exec_core+29064>, 0x634b6a88c7da <vm_exec_core+10122>, 0x634b6a8906eb <vm_exec_core+26267>, 0x634b6a88a977 <vm_exec_core+2343>, 0x634b6a88b15d <vm_exec_core+4365>, 0x634b6a89173a <vm_exec_core+30442>, 0x634b6a88d07d <vm_exec_core+12333>, 0x634b6a88ce7a <vm_exec_core+11818>, 0x634b6a88a3ad <vm_exec_core+861>, 0x634b6a88a89a <vm_exec_core+2122>, 0x634b6a88a433 <vm_exec_core+995>, 0x634b6a8908a3 <vm_exec_core+26707>, 0x634b6a88e1fe <vm_exec_core+16814>, 0x634b6a88d8c2 <vm_exec_core+14450>, 0x634b6a88e0da <vm_exec_core+16522>, 0x634b6a88dd26 <vm_exec_core+15574>, 0x634b6a88cf0f <vm_exec_core+11967>, 0x634b6a88d7cd <vm_exec_core+14205>, 0x634b6a88d199 <vm_exec_core+12617>, 0x634b6a88d9dc <vm_exec_core+14732>, 0x634b6a88da4d <vm_exec_core+14845>, 0x634b6a88a617 <vm_exec_core+1479>, 0x634b6a88b91e <vm_exec_core+6350>, 0x634b6a890ab2 <vm_exec_core+27234>, 0x634b6a88b490 <vm_exec_core+5184>, 0x634b6a891863 <vm_exec_core+30739>, 0x634b6a88f665 <vm_exec_core+22037>, 0x634b6a88d30f <vm_exec_core+12991>, 0x634b6a88a77f <vm_exec_core+1839>, 0x634b6a8910a5 <vm_exec_core+28757>, 0x634b6a890ded <vm_exec_core+28061>, 0x634b6a88b70d <vm_exec_core+5821>, 0x634b6a88ac6f <vm_exec_core+3103>, 0x634b6a88fd67 <vm_exec_core+23831>, 0x634b6a88c214 <vm_exec_core+8644>, 0x634b6a8912a6 <vm_exec_core+29270>, 0x634b6a890f4f <vm_exec_core+28415>, 0x634b6a88c902 <vm_exec_core+10418>, 0x634b6a88d29e <vm_exec_core+12878>, 0x634b6a88f8c6 <vm_exec_core+22646>, 0x634b6a890ec6 <vm_exec_core+28278>, 0x634b6a88ed71 <vm_exec_core+19745>, 0x634b6a88f94f <vm_exec_core+22783>, 0x634b6a890408 <vm_exec_core+25528>, 0x634b6a88ecae <vm_exec_core+19550>, 0x634b6a88abac <vm_exec_core+2908>, 0x634b6a88f368 <vm_exec_core+21272>, 0x634b6a88aa3f <vm_exec_core+2543>, 0x634b6a88ae75 <vm_exec_core+3621>, 0x634b6a88cb85 <vm_exec_core+11061>, 0x634b6a88e87b <vm_exec_core+18475>, 0x634b6a88f201 <vm_exec_core+20913>, 0x634b6a88e520 <vm_exec_core+17616>, 0x634b6a88a64b <vm_exec_core+1531>, 0x634b6a890638 <vm_exec_core+26088>, 0x634b6a890d18 <vm_exec_core+27848>, 0x634b6a88b01c <vm_exec_core+4044>, 0x634b6a88bbc8 <vm_exec_core+7032>, 0x634b6a88b886 <vm_exec_core+6198>, 0x634b6a88c303 <vm_exec_core+8883>, 0x634b6a88d13a <vm_exec_core+12522>, 0x634b6a88b0c3 <vm_exec_core+4211>, 0x634b6a8904a0 <vm_exec_core+25680>, 0x634b6a88bb52 <vm_exec_core+6914>, 0x634b6a88cfe8 <vm_exec_core+12184>, 0x634b6a88daaf <vm_exec_core+14943>, 0x634b6a88fdfd <vm_exec_core+23981>, 0x634b6a88ef33 <vm_exec_core+20195>, 0x634b6a88c5dd <vm_exec_core+9613>, 0x634b6a88be5f <vm_exec_core+7695>, 0x634b6a88fc53 <vm_exec_core+23555>, 0x634b6a88cd65 <vm_exec_core+11541>, 0x634b6a88f467 <vm_exec_core+21527>, 0x634b6a88efa5 <vm_exec_core+20309>, 0x634b6a88f51e <vm_exec_core+21710>, 0x634b6a8909ea <vm_exec_core+27034>, 0x634b6a88e332 <vm_exec_core+17122>, 0x634b6a88feb6 <vm_exec_core+24166>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88f9e4 <vm_exec_core+22932>, 0x634b6a88c6fc <vm_exec_core+9900>, 0x634b6a88ec09 <vm_exec_core+19385>, 0x634b6a88ee49 <vm_exec_core+19961>, 0x634b6a88d6e3 <vm_exec_core+13971>, 0x634b6a88e876 <vm_exec_core+18470>, 0x634b6a88caaa <vm_exec_core+10842>, 0x634b6a88c0e7 <vm_exec_core+8343>, 0x634b6a88f59c <vm_exec_core+21836>, 0x634b6a88b254 <vm_exec_core+4612>, 0x634b6a88d490 <vm_exec_core+13376>, 0x634b6a88dde0 <vm_exec_core+15760>, 0x634b6a88c3e1 <vm_exec_core+9105>, 0x634b6a897ff1 <vm_exec_core+57249>, 0x634b6a88bdb6 <vm_exec_core+7526>, 0x634b6a88bcae <vm_exec_core+7262>, 0x634b6a88bfb9 <vm_exec_core+8041>, 0x634b6a88c9a4 <vm_exec_core+10580>, 0x634b6a88e71f <vm_exec_core+18127>, 0x634b6a88db6a <vm_exec_core+15130>, 0x634b6a88e71a <vm_exec_core+18122>, 0x634b6a88ef2e <vm_exec_core+20190>, 0x634b6a88ef29 <vm_exec_core+20185>, 0x634b6a88bfb4 <vm_exec_core+8036>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88d103 <vm_exec_core+12467>, 0x634b6a88d108 <vm_exec_core+12472>, 0x634b6a88ef24 <vm_exec_core+20180>, 0x634b6a88ed6c <vm_exec_core+19740>, 0x634b6a88dddb <vm_exec_core+15755>, 0x634b6a88dd12 <vm_exec_core+15554>, 0x634b6a88ee1b <vm_exec_core+19915>, 0x634b6a88e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7f647aeff790
        reg_pc = 0x51300003ef98
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x0000634b6a8851e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000b67d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x0000634b6a8c98ab in invoke_iseq_block_from_c (ec=0x5170000b67d0, captured=<optimized out>, self=140070091900840, 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:1820
        flags = 0
        iseq = 0x7f649c18c4c0
        cfp = 0x7f647aeff7c8
        sp = 0x7f647adff818
        use_argv = <optimized out>
        stack_argv = 0x7f647adff818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#16 invoke_block_from_c_proc (ec=0x5170000b67d0, self=140070091900840, 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:1914
        block = <optimized out>
        keyword_hash = <optimized out>
#17 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:1944
No locals.
#18 0x0000634b6a8c7b06 in rb_vm_invoke_proc (ec=0x7f64788e6160, proc=0x1, argc=-1668172547, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1965
        self = 4294967295
#19 0x0000634b6a813d7b in thread_do_start_proc (th=th@entry=0x5150000cdd00) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000297890
        args_len = <optimized out>
        args_ptr = <optimized out>
#20 0x0000634b6a81191d in thread_do_start (th=0x5150000cdd00) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#21 thread_start_func_2 (th=th@entry=0x5150000cdd00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _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>
#22 0x0000634b6a810c0e in call_thread_start_func_2 (th=0x5150000cdd00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2228
        stack_start = <optimized out>
        stack_start_addr = 0x7f647b6fccc0
#23 nt_start (ptr=0x50c000106b40) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2273
        th = 0x5150000cdd00
        sched = <optimized out>
        nt = 0x50c000106b40
        vm = 0x525000000100
#24 0x0000634b6a470aff in asan_thread_start(void*) ()
No symbol table info available.
#25 0x00007f649c89caa4 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 = {140069544384192, -7305509433086437545, 140069544384192, -352, 25, 140732555624944, -7305509433099020457, -7305874144774318249}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007f649c929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7f647abf96c0 (LWP 1998257) "envutil.rb:243"):
#0  0x00007f649c91b4fd in __GI___poll (fds=0x7f646fa22760, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000634b6a41774a in __interceptor_poll ()
No symbol table info available.
#2  0x0000634b6a587dc9 in nogvl_wait_for (th=140069436736080, fptr=0x511000164800, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12568
        fds = {fd = 8, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x0000634b6a58933a in internal_read_func (ptr=0x7f646fa22640) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7f646fa22640
        result = <optimized out>
#5  0x0000634b6a7f4ace in rb_thread_io_blocking_call (io=0x511000164800, func=0x634b6a588e30 <internal_read_func>, data1=data1@entry=0x7f646fa22640, events=events@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1986
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x0000634b6a588c39 in rb_io_blocking_region_wait (io=0x511000164800, function=0x1, argument=0x7f646fa22640, events=RUBY_IO_READABLE) at /tmp/ruby/src/trunk_asan/io.c:228
No locals.
#7  rb_io_read_memory (fptr=<optimized out>, buf=<optimized out>, count=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:1322
        iis = {th = 140069436736080, fptr = 0x511000164800, nonblock = 0, fd = 8, buf = 0x5250004d0900, capa = 8192, timeout = 0x0}
        timeout_storage = <optimized out>
        th = <optimized out>
        scheduler = <optimized out>
#8  0x0000634b6a58c577 in io_bufread (ptr=0x5250004d0900 "", len=8192, fptr=0x511000164800) at /tmp/ruby/src/trunk_asan/io.c:3092
        offset = 0
        n = 8192
        c = <optimized out>
#9  bufread_call (arg=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3131
        p = <optimized out>
#10 0x0000634b6a4bc6ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x517000140850
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f647abf7d30, <optimized out>, 0x7f647abf7c40, <optimized out>, <optimized out>}, prev = 0x7f646fa22240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#11 0x0000634b6a4bcb59 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:1163
No locals.
#12 0x0000634b6a589fa7 in io_fread (str=140069436735040, offset=0, size=8192, fptr=0x511000164800) at /tmp/ruby/src/trunk_asan/io.c:3145
        arg = {str_ptr = 0x5250004d0900 "", len = 8192, fptr = <optimized out>}
        len = <optimized out>
        errno_to_fail = <optimized out>
#13 read_all (fptr=<optimized out>, siz=8192, str=140069436735040) at /tmp/ruby/src/trunk_asan/io.c:3417
        capa = <optimized out>
        cr = 0
        bytes = 0
        pos = 0
        enc = 0x50d000000110
        n = <optimized out>
        shrinkable = <optimized out>
#14 0x0000634b6a579bb6 in io_read (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3841
        str = <optimized out>
        length = <optimized out>
        fptr = 0x511000164800
        len = <optimized out>
        n = <optimized out>
        shrinkable = <optimized out>
#15 0x0000634b6a8f5cd8 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:3902
        ci = 0x402100100001
        cc = <optimized out>
        me = 0x7f649c328360
        cfunc = 0x50600002c248
        recv = 140069436744000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#16 0x0000634b6a89686d in vm_sendish (ec=0x517000140850, reg_cfp=0x7f6470525790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        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>
#17 vm_exec_core (ec=ec@entry=0x517000140850) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x634b6a88a626 <vm_exec_core+1494>, 0x634b6a88b92d <vm_exec_core+6365>, 0x634b6a890ac1 <vm_exec_core+27249>, 0x634b6a88b49f <vm_exec_core+5199>, 0x634b6a891872 <vm_exec_core+30754>, 0x634b6a88f674 <vm_exec_core+22052>, 0x634b6a88d31e <vm_exec_core+13006>, 0x634b6a88a78e <vm_exec_core+1854>, 0x634b6a8910b4 <vm_exec_core+28772>, 0x634b6a890dfc <vm_exec_core+28076>, 0x634b6a88b71c <vm_exec_core+5836>, 0x634b6a88ac7e <vm_exec_core+3118>, 0x634b6a88fd76 <vm_exec_core+23846>, 0x634b6a88c223 <vm_exec_core+8659>, 0x634b6a8912b5 <vm_exec_core+29285>, 0x634b6a890f5e <vm_exec_core+28430>, 0x634b6a88c911 <vm_exec_core+10433>, 0x634b6a88d2ad <vm_exec_core+12893>, 0x634b6a88f8d5 <vm_exec_core+22661>, 0x634b6a890ed5 <vm_exec_core+28293>, 0x634b6a88ed80 <vm_exec_core+19760>, 0x634b6a88f95e <vm_exec_core+22798>, 0x634b6a890417 <vm_exec_core+25543>, 0x634b6a88ecbd <vm_exec_core+19565>, 0x634b6a88abbb <vm_exec_core+2923>, 0x634b6a88f377 <vm_exec_core+21287>, 0x634b6a88aa4e <vm_exec_core+2558>, 0x634b6a88ae84 <vm_exec_core+3636>, 0x634b6a88cb94 <vm_exec_core+11076>, 0x634b6a88e88a <vm_exec_core+18490>, 0x634b6a88f210 <vm_exec_core+20928>, 0x634b6a88e52f <vm_exec_core+17631>, 0x634b6a88a65a <vm_exec_core+1546>, 0x634b6a890647 <vm_exec_core+26103>, 0x634b6a890d27 <vm_exec_core+27863>, 0x634b6a88b02b <vm_exec_core+4059>, 0x634b6a88bbd7 <vm_exec_core+7047>, 0x634b6a88b895 <vm_exec_core+6213>, 0x634b6a88c312 <vm_exec_core+8898>, 0x634b6a88d149 <vm_exec_core+12537>, 0x634b6a88b0d2 <vm_exec_core+4226>, 0x634b6a8904af <vm_exec_core+25695>, 0x634b6a88bb61 <vm_exec_core+6929>, 0x634b6a88cff7 <vm_exec_core+12199>, 0x634b6a88dabe <vm_exec_core+14958>, 0x634b6a88fe0c <vm_exec_core+23996>, 0x634b6a88ef42 <vm_exec_core+20210>, 0x634b6a88c5ec <vm_exec_core+9628>, 0x634b6a88be6e <vm_exec_core+7710>, 0x634b6a88fc62 <vm_exec_core+23570>, 0x634b6a88cd74 <vm_exec_core+11556>, 0x634b6a88f476 <vm_exec_core+21542>, 0x634b6a88efb4 <vm_exec_core+20324>, 0x634b6a88f52d <vm_exec_core+21725>, 0x634b6a8909f9 <vm_exec_core+27049>, 0x634b6a88e341 <vm_exec_core+17137>, 0x634b6a88fec5 <vm_exec_core+24181>, 0x634b6a88a3a8 <vm_exec_core+856>, 0x634b6a88f9f3 <vm_exec_core+22947>, 0x634b6a88c70b <vm_exec_core+9915>, 0x634b6a88ec18 <vm_exec_core+19400>, 0x634b6a88ee58 <vm_exec_core+19976>, 0x634b6a88d6f2 <vm_exec_core+13986>, 0x634b6a88af38 <vm_exec_core+3816>, 0x634b6a88cab9 <vm_exec_core+10857>, 0x634b6a88c0f6 <vm_exec_core+8358>, 0x634b6a88f5ab <vm_exec_core+21851>, 0x634b6a88b263 <vm_exec_core+4627>, 0x634b6a88d49f <vm_exec_core+13391>, 0x634b6a88ddef <vm_exec_core+15775>, 0x634b6a88c3f0 <vm_exec_core+9120>, 0x634b6a898000 <vm_exec_core+57264>, 0x634b6a88bdc5 <vm_exec_core+7541>, 0x634b6a88bcbd <vm_exec_core+7277>, 0x634b6a88bfc8 <vm_exec_core+8056>, 0x634b6a88c9b3 <vm_exec_core+10595>, 0x634b6a88e72e <vm_exec_core+18142>, 0x634b6a88db79 <vm_exec_core+15145>, 0x634b6a88f28f <vm_exec_core+21055>, 0x634b6a88dfd5 <vm_exec_core+16261>, 0x634b6a890570 <vm_exec_core+25888>, 0x634b6a891b17 <vm_exec_core+31431>, 0x634b6a8907b4 <vm_exec_core+26468>, 0x634b6a891405 <vm_exec_core+29621>, 0x634b6a8914f6 <vm_exec_core+29862>, 0x634b6a88aae0 <vm_exec_core+2704>, 0x634b6a890fdd <vm_exec_core+28557>, 0x634b6a88cc99 <vm_exec_core+11337>, 0x634b6a8911d8 <vm_exec_core+29064>, 0x634b6a88c7da <vm_exec_core+10122>, 0x634b6a8906eb <vm_exec_core+26267>, 0x634b6a88a977 <vm_exec_core+2343>, 0x634b6a88b15d <vm_exec_core+4365>, 0x634b6a89173a <vm_exec_core+30442>, 0x634b6a88d07d <vm_exec_core+12333>, 0x634b6a88ce7a <vm_exec_core+11818>, 0x634b6a88a3ad <vm_exec_core+861>, 0x634b6a88a89a <vm_exec_core+2122>, 0x634b6a88a433 <vm_exec_core+995>, 0x634b6a8908a3 <vm_exec_core+26707>, 0x634b6a88e1fe <vm_exec_core+16814>, 0x634b6a88d8c2 <vm_exec_core+14450>, 0x634b6a88e0da <vm_exec_core+16522>, 0x634b6a88dd26 <vm_exec_core+15574>, 0x634b6a88cf0f <vm_exec_core+11967>, 0x634b6a88d7cd <vm_exec_core+14205>, 0x634b6a88d199 <vm_exec_core+12617>, 0x634b6a88d9dc <vm_exec_core+14732>, 0x634b6a88da4d <vm_exec_core+14845>, 0x634b6a88a617 <vm_exec_core+1479>, 0x634b6a88b91e <vm_exec_core+6350>, 0x634b6a890ab2 <vm_exec_core+27234>, 0x634b6a88b490 <vm_exec_core+5184>, 0x634b6a891863 <vm_exec_core+30739>, 0x634b6a88f665 <vm_exec_core+22037>, 0x634b6a88d30f <vm_exec_core+12991>, 0x634b6a88a77f <vm_exec_core+1839>, 0x634b6a8910a5 <vm_exec_core+28757>, 0x634b6a890ded <vm_exec_core+28061>, 0x634b6a88b70d <vm_exec_core+5821>, 0x634b6a88ac6f <vm_exec_core+3103>, 0x634b6a88fd67 <vm_exec_core+23831>, 0x634b6a88c214 <vm_exec_core+8644>, 0x634b6a8912a6 <vm_exec_core+29270>, 0x634b6a890f4f <vm_exec_core+28415>, 0x634b6a88c902 <vm_exec_core+10418>, 0x634b6a88d29e <vm_exec_core+12878>, 0x634b6a88f8c6 <vm_exec_core+22646>, 0x634b6a890ec6 <vm_exec_core+28278>, 0x634b6a88ed71 <vm_exec_core+19745>, 0x634b6a88f94f <vm_exec_core+22783>, 0x634b6a890408 <vm_exec_core+25528>, 0x634b6a88ecae <vm_exec_core+19550>, 0x634b6a88abac <vm_exec_core+2908>, 0x634b6a88f368 <vm_exec_core+21272>, 0x634b6a88aa3f <vm_exec_core+2543>, 0x634b6a88ae75 <vm_exec_core+3621>, 0x634b6a88cb85 <vm_exec_core+11061>, 0x634b6a88e87b <vm_exec_core+18475>, 0x634b6a88f201 <vm_exec_core+20913>, 0x634b6a88e520 <vm_exec_core+17616>, 0x634b6a88a64b <vm_exec_core+1531>, 0x634b6a890638 <vm_exec_core+26088>, 0x634b6a890d18 <vm_exec_core+27848>, 0x634b6a88b01c <vm_exec_core+4044>, 0x634b6a88bbc8 <vm_exec_core+7032>, 0x634b6a88b886 <vm_exec_core+6198>, 0x634b6a88c303 <vm_exec_core+8883>, 0x634b6a88d13a <vm_exec_core+12522>, 0x634b6a88b0c3 <vm_exec_core+4211>, 0x634b6a8904a0 <vm_exec_core+25680>, 0x634b6a88bb52 <vm_exec_core+6914>, 0x634b6a88cfe8 <vm_exec_core+12184>, 0x634b6a88daaf <vm_exec_core+14943>, 0x634b6a88fdfd <vm_exec_core+23981>, 0x634b6a88ef33 <vm_exec_core+20195>, 0x634b6a88c5dd <vm_exec_core+9613>, 0x634b6a88be5f <vm_exec_core+7695>, 0x634b6a88fc53 <vm_exec_core+23555>, 0x634b6a88cd65 <vm_exec_core+11541>, 0x634b6a88f467 <vm_exec_core+21527>, 0x634b6a88efa5 <vm_exec_core+20309>, 0x634b6a88f51e <vm_exec_core+21710>, 0x634b6a8909ea <vm_exec_core+27034>, 0x634b6a88e332 <vm_exec_core+17122>, 0x634b6a88feb6 <vm_exec_core+24166>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88f9e4 <vm_exec_core+22932>, 0x634b6a88c6fc <vm_exec_core+9900>, 0x634b6a88ec09 <vm_exec_core+19385>, 0x634b6a88ee49 <vm_exec_core+19961>, 0x634b6a88d6e3 <vm_exec_core+13971>, 0x634b6a88e876 <vm_exec_core+18470>, 0x634b6a88caaa <vm_exec_core+10842>, 0x634b6a88c0e7 <vm_exec_core+8343>, 0x634b6a88f59c <vm_exec_core+21836>, 0x634b6a88b254 <vm_exec_core+4612>, 0x634b6a88d490 <vm_exec_core+13376>, 0x634b6a88dde0 <vm_exec_core+15760>, 0x634b6a88c3e1 <vm_exec_core+9105>, 0x634b6a897ff1 <vm_exec_core+57249>, 0x634b6a88bdb6 <vm_exec_core+7526>, 0x634b6a88bcae <vm_exec_core+7262>, 0x634b6a88bfb9 <vm_exec_core+8041>, 0x634b6a88c9a4 <vm_exec_core+10580>, 0x634b6a88e71f <vm_exec_core+18127>, 0x634b6a88db6a <vm_exec_core+15130>, 0x634b6a88e71a <vm_exec_core+18122>, 0x634b6a88ef2e <vm_exec_core+20190>, 0x634b6a88ef29 <vm_exec_core+20185>, 0x634b6a88bfb4 <vm_exec_core+8036>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88d103 <vm_exec_core+12467>, 0x634b6a88d108 <vm_exec_core+12472>, 0x634b6a88ef24 <vm_exec_core+20180>, 0x634b6a88ed6c <vm_exec_core+19740>, 0x634b6a88dddb <vm_exec_core+15755>, 0x634b6a88dd12 <vm_exec_core+15554>, 0x634b6a88ee1b <vm_exec_core+19915>, 0x634b6a88e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7f6470525790
        reg_pc = 0x504000030f30
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#18 0x0000634b6a8851e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x517000140850
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#19 0x0000634b6a8c98ab in invoke_iseq_block_from_c (ec=0x517000140850, captured=<optimized out>, self=140070091870560, 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:1820
        flags = 0
        iseq = 0x7f649c14a250
        cfp = 0x7f64705257c8
        sp = 0x7f6470425818
        use_argv = <optimized out>
        stack_argv = 0x7f6470425818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#20 invoke_block_from_c_proc (ec=0x517000140850, self=140070091870560, 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:1914
        block = <optimized out>
        keyword_hash = <optimized out>
#21 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:1944
No locals.
#22 0x0000634b6a8c7b06 in rb_vm_invoke_proc (ec=0x7f646fa22760, proc=0x1, argc=-1668172547, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1965
        self = 4294967295
#23 0x0000634b6a813d7b in thread_do_start_proc (th=th@entry=0x5150000e0680) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040002b9690
        args_len = <optimized out>
        args_ptr = <optimized out>
#24 0x0000634b6a81191d in thread_do_start (th=0x5150000e0680) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#25 thread_start_func_2 (th=th@entry=0x5150000e0680, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _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>
#26 0x0000634b6a810c0e in call_thread_start_func_2 (th=0x5150000e0680) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2228
        stack_start = <optimized out>
        stack_start_addr = 0x7f647abf8cc0
#27 nt_start (ptr=0x50c000113500) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2273
        th = 0x5150000e0680
        sched = <optimized out>
        nt = 0x50c000113500
        vm = 0x525000000100
#28 0x0000634b6a470aff in asan_thread_start(void*) ()
No symbol table info available.
#29 0x00007f649c89caa4 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 = {140069532833472, -7305509018622093481, 140069532833472, -352, 11, 140732555622288, -7305509018634676393, -7305874144774318249}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#30 0x00007f649c929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7f647a6f16c0 (LWP 1998258) "envutil.rb:244"):
#0  0x00007f649c91b4fd in __GI___poll (fds=0x7f646ef1b960, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000634b6a41774a in __interceptor_poll ()
No symbol table info available.
#2  0x0000634b6a587dc9 in nogvl_wait_for (th=140069436735520, fptr=0x511000164a80, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12568
        fds = {fd = 10, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x0000634b6a58933a in internal_read_func (ptr=0x7f646ef1b840) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7f646ef1b840
        result = <optimized out>
#5  0x0000634b6a7f4ace in rb_thread_io_blocking_call (io=0x511000164a80, func=0x634b6a588e30 <internal_read_func>, data1=data1@entry=0x7f646ef1b840, events=events@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1986
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x0000634b6a588c39 in rb_io_blocking_region_wait (io=0x511000164a80, function=0x1, argument=0x7f646ef1b840, events=RUBY_IO_READABLE) at /tmp/ruby/src/trunk_asan/io.c:228
No locals.
#7  rb_io_read_memory (fptr=<optimized out>, buf=<optimized out>, count=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:1322
        iis = {th = 140069436735520, fptr = 0x511000164a80, nonblock = 0, fd = 10, buf = 0x5250004dfc21, capa = 7391, timeout = 0x0}
        timeout_storage = <optimized out>
        th = <optimized out>
        scheduler = <optimized out>
#8  0x0000634b6a58c577 in io_bufread (ptr=0x5250004df900 "th: 0x515000000080, native_id: 0x76f86b972c40\n-- Control frame information ", '-' <repeats 47 times>, "\nc:0005 p:---- s:0022 e:000021 l:y b:---- CFUNC  :define_finalizer\nc:0004 p:00"..., len=8192, fptr=0x511000164a80) at /tmp/ruby/src/trunk_asan/io.c:3092
        offset = 801
        n = 7391
        c = <optimized out>
#9  bufread_call (arg=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3131
        p = <optimized out>
#10 0x0000634b6a4bc6ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x517000140bd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f647a6efd30, <optimized out>, 0x7f647a6efc40, <optimized out>, <optimized out>}, prev = 0x7f646ef19240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#11 0x0000634b6a4bcb59 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:1163
No locals.
#12 0x0000634b6a589fa7 in io_fread (str=140069436734960, offset=0, size=8192, fptr=0x511000164a80) at /tmp/ruby/src/trunk_asan/io.c:3145
        arg = {str_ptr = 0x5250004df900 "th: 0x515000000080, native_id: 0x76f86b972c40\n-- Control frame information ", '-' <repeats 47 times>, "\nc:0005 p:---- s:0022 e:000021 l:y b:---- CFUNC  :define_finalizer\nc:0004 p:00"..., len = 8192, fptr = <optimized out>}
        len = <optimized out>
        errno_to_fail = <optimized out>
#13 read_all (fptr=<optimized out>, siz=8192, str=140069436734960) at /tmp/ruby/src/trunk_asan/io.c:3417
        capa = <optimized out>
        cr = 0
        bytes = 0
        pos = 0
        enc = 0x50d000000110
        n = <optimized out>
        shrinkable = <optimized out>
#14 0x0000634b6a579bb6 in io_read (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3841
        str = <optimized out>
        length = <optimized out>
        fptr = 0x511000164a80
        len = <optimized out>
        n = <optimized out>
        shrinkable = <optimized out>
#15 0x0000634b6a8f5cd8 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:3902
        ci = 0x402100100001
        cc = <optimized out>
        me = 0x7f649c328360
        cfunc = 0x50600002c248
        recv = 140069436743760
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#16 0x0000634b6a89686d in vm_sendish (ec=0x517000140bd0, reg_cfp=0x7f6470423790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        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>
#17 vm_exec_core (ec=ec@entry=0x517000140bd0) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x634b6a88a626 <vm_exec_core+1494>, 0x634b6a88b92d <vm_exec_core+6365>, 0x634b6a890ac1 <vm_exec_core+27249>, 0x634b6a88b49f <vm_exec_core+5199>, 0x634b6a891872 <vm_exec_core+30754>, 0x634b6a88f674 <vm_exec_core+22052>, 0x634b6a88d31e <vm_exec_core+13006>, 0x634b6a88a78e <vm_exec_core+1854>, 0x634b6a8910b4 <vm_exec_core+28772>, 0x634b6a890dfc <vm_exec_core+28076>, 0x634b6a88b71c <vm_exec_core+5836>, 0x634b6a88ac7e <vm_exec_core+3118>, 0x634b6a88fd76 <vm_exec_core+23846>, 0x634b6a88c223 <vm_exec_core+8659>, 0x634b6a8912b5 <vm_exec_core+29285>, 0x634b6a890f5e <vm_exec_core+28430>, 0x634b6a88c911 <vm_exec_core+10433>, 0x634b6a88d2ad <vm_exec_core+12893>, 0x634b6a88f8d5 <vm_exec_core+22661>, 0x634b6a890ed5 <vm_exec_core+28293>, 0x634b6a88ed80 <vm_exec_core+19760>, 0x634b6a88f95e <vm_exec_core+22798>, 0x634b6a890417 <vm_exec_core+25543>, 0x634b6a88ecbd <vm_exec_core+19565>, 0x634b6a88abbb <vm_exec_core+2923>, 0x634b6a88f377 <vm_exec_core+21287>, 0x634b6a88aa4e <vm_exec_core+2558>, 0x634b6a88ae84 <vm_exec_core+3636>, 0x634b6a88cb94 <vm_exec_core+11076>, 0x634b6a88e88a <vm_exec_core+18490>, 0x634b6a88f210 <vm_exec_core+20928>, 0x634b6a88e52f <vm_exec_core+17631>, 0x634b6a88a65a <vm_exec_core+1546>, 0x634b6a890647 <vm_exec_core+26103>, 0x634b6a890d27 <vm_exec_core+27863>, 0x634b6a88b02b <vm_exec_core+4059>, 0x634b6a88bbd7 <vm_exec_core+7047>, 0x634b6a88b895 <vm_exec_core+6213>, 0x634b6a88c312 <vm_exec_core+8898>, 0x634b6a88d149 <vm_exec_core+12537>, 0x634b6a88b0d2 <vm_exec_core+4226>, 0x634b6a8904af <vm_exec_core+25695>, 0x634b6a88bb61 <vm_exec_core+6929>, 0x634b6a88cff7 <vm_exec_core+12199>, 0x634b6a88dabe <vm_exec_core+14958>, 0x634b6a88fe0c <vm_exec_core+23996>, 0x634b6a88ef42 <vm_exec_core+20210>, 0x634b6a88c5ec <vm_exec_core+9628>, 0x634b6a88be6e <vm_exec_core+7710>, 0x634b6a88fc62 <vm_exec_core+23570>, 0x634b6a88cd74 <vm_exec_core+11556>, 0x634b6a88f476 <vm_exec_core+21542>, 0x634b6a88efb4 <vm_exec_core+20324>, 0x634b6a88f52d <vm_exec_core+21725>, 0x634b6a8909f9 <vm_exec_core+27049>, 0x634b6a88e341 <vm_exec_core+17137>, 0x634b6a88fec5 <vm_exec_core+24181>, 0x634b6a88a3a8 <vm_exec_core+856>, 0x634b6a88f9f3 <vm_exec_core+22947>, 0x634b6a88c70b <vm_exec_core+9915>, 0x634b6a88ec18 <vm_exec_core+19400>, 0x634b6a88ee58 <vm_exec_core+19976>, 0x634b6a88d6f2 <vm_exec_core+13986>, 0x634b6a88af38 <vm_exec_core+3816>, 0x634b6a88cab9 <vm_exec_core+10857>, 0x634b6a88c0f6 <vm_exec_core+8358>, 0x634b6a88f5ab <vm_exec_core+21851>, 0x634b6a88b263 <vm_exec_core+4627>, 0x634b6a88d49f <vm_exec_core+13391>, 0x634b6a88ddef <vm_exec_core+15775>, 0x634b6a88c3f0 <vm_exec_core+9120>, 0x634b6a898000 <vm_exec_core+57264>, 0x634b6a88bdc5 <vm_exec_core+7541>, 0x634b6a88bcbd <vm_exec_core+7277>, 0x634b6a88bfc8 <vm_exec_core+8056>, 0x634b6a88c9b3 <vm_exec_core+10595>, 0x634b6a88e72e <vm_exec_core+18142>, 0x634b6a88db79 <vm_exec_core+15145>, 0x634b6a88f28f <vm_exec_core+21055>, 0x634b6a88dfd5 <vm_exec_core+16261>, 0x634b6a890570 <vm_exec_core+25888>, 0x634b6a891b17 <vm_exec_core+31431>, 0x634b6a8907b4 <vm_exec_core+26468>, 0x634b6a891405 <vm_exec_core+29621>, 0x634b6a8914f6 <vm_exec_core+29862>, 0x634b6a88aae0 <vm_exec_core+2704>, 0x634b6a890fdd <vm_exec_core+28557>, 0x634b6a88cc99 <vm_exec_core+11337>, 0x634b6a8911d8 <vm_exec_core+29064>, 0x634b6a88c7da <vm_exec_core+10122>, 0x634b6a8906eb <vm_exec_core+26267>, 0x634b6a88a977 <vm_exec_core+2343>, 0x634b6a88b15d <vm_exec_core+4365>, 0x634b6a89173a <vm_exec_core+30442>, 0x634b6a88d07d <vm_exec_core+12333>, 0x634b6a88ce7a <vm_exec_core+11818>, 0x634b6a88a3ad <vm_exec_core+861>, 0x634b6a88a89a <vm_exec_core+2122>, 0x634b6a88a433 <vm_exec_core+995>, 0x634b6a8908a3 <vm_exec_core+26707>, 0x634b6a88e1fe <vm_exec_core+16814>, 0x634b6a88d8c2 <vm_exec_core+14450>, 0x634b6a88e0da <vm_exec_core+16522>, 0x634b6a88dd26 <vm_exec_core+15574>, 0x634b6a88cf0f <vm_exec_core+11967>, 0x634b6a88d7cd <vm_exec_core+14205>, 0x634b6a88d199 <vm_exec_core+12617>, 0x634b6a88d9dc <vm_exec_core+14732>, 0x634b6a88da4d <vm_exec_core+14845>, 0x634b6a88a617 <vm_exec_core+1479>, 0x634b6a88b91e <vm_exec_core+6350>, 0x634b6a890ab2 <vm_exec_core+27234>, 0x634b6a88b490 <vm_exec_core+5184>, 0x634b6a891863 <vm_exec_core+30739>, 0x634b6a88f665 <vm_exec_core+22037>, 0x634b6a88d30f <vm_exec_core+12991>, 0x634b6a88a77f <vm_exec_core+1839>, 0x634b6a8910a5 <vm_exec_core+28757>, 0x634b6a890ded <vm_exec_core+28061>, 0x634b6a88b70d <vm_exec_core+5821>, 0x634b6a88ac6f <vm_exec_core+3103>, 0x634b6a88fd67 <vm_exec_core+23831>, 0x634b6a88c214 <vm_exec_core+8644>, 0x634b6a8912a6 <vm_exec_core+29270>, 0x634b6a890f4f <vm_exec_core+28415>, 0x634b6a88c902 <vm_exec_core+10418>, 0x634b6a88d29e <vm_exec_core+12878>, 0x634b6a88f8c6 <vm_exec_core+22646>, 0x634b6a890ec6 <vm_exec_core+28278>, 0x634b6a88ed71 <vm_exec_core+19745>, 0x634b6a88f94f <vm_exec_core+22783>, 0x634b6a890408 <vm_exec_core+25528>, 0x634b6a88ecae <vm_exec_core+19550>, 0x634b6a88abac <vm_exec_core+2908>, 0x634b6a88f368 <vm_exec_core+21272>, 0x634b6a88aa3f <vm_exec_core+2543>, 0x634b6a88ae75 <vm_exec_core+3621>, 0x634b6a88cb85 <vm_exec_core+11061>, 0x634b6a88e87b <vm_exec_core+18475>, 0x634b6a88f201 <vm_exec_core+20913>, 0x634b6a88e520 <vm_exec_core+17616>, 0x634b6a88a64b <vm_exec_core+1531>, 0x634b6a890638 <vm_exec_core+26088>, 0x634b6a890d18 <vm_exec_core+27848>, 0x634b6a88b01c <vm_exec_core+4044>, 0x634b6a88bbc8 <vm_exec_core+7032>, 0x634b6a88b886 <vm_exec_core+6198>, 0x634b6a88c303 <vm_exec_core+8883>, 0x634b6a88d13a <vm_exec_core+12522>, 0x634b6a88b0c3 <vm_exec_core+4211>, 0x634b6a8904a0 <vm_exec_core+25680>, 0x634b6a88bb52 <vm_exec_core+6914>, 0x634b6a88cfe8 <vm_exec_core+12184>, 0x634b6a88daaf <vm_exec_core+14943>, 0x634b6a88fdfd <vm_exec_core+23981>, 0x634b6a88ef33 <vm_exec_core+20195>, 0x634b6a88c5dd <vm_exec_core+9613>, 0x634b6a88be5f <vm_exec_core+7695>, 0x634b6a88fc53 <vm_exec_core+23555>, 0x634b6a88cd65 <vm_exec_core+11541>, 0x634b6a88f467 <vm_exec_core+21527>, 0x634b6a88efa5 <vm_exec_core+20309>, 0x634b6a88f51e <vm_exec_core+21710>, 0x634b6a8909ea <vm_exec_core+27034>, 0x634b6a88e332 <vm_exec_core+17122>, 0x634b6a88feb6 <vm_exec_core+24166>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88f9e4 <vm_exec_core+22932>, 0x634b6a88c6fc <vm_exec_core+9900>, 0x634b6a88ec09 <vm_exec_core+19385>, 0x634b6a88ee49 <vm_exec_core+19961>, 0x634b6a88d6e3 <vm_exec_core+13971>, 0x634b6a88e876 <vm_exec_core+18470>, 0x634b6a88caaa <vm_exec_core+10842>, 0x634b6a88c0e7 <vm_exec_core+8343>, 0x634b6a88f59c <vm_exec_core+21836>, 0x634b6a88b254 <vm_exec_core+4612>, 0x634b6a88d490 <vm_exec_core+13376>, 0x634b6a88dde0 <vm_exec_core+15760>, 0x634b6a88c3e1 <vm_exec_core+9105>, 0x634b6a897ff1 <vm_exec_core+57249>, 0x634b6a88bdb6 <vm_exec_core+7526>, 0x634b6a88bcae <vm_exec_core+7262>, 0x634b6a88bfb9 <vm_exec_core+8041>, 0x634b6a88c9a4 <vm_exec_core+10580>, 0x634b6a88e71f <vm_exec_core+18127>, 0x634b6a88db6a <vm_exec_core+15130>, 0x634b6a88e71a <vm_exec_core+18122>, 0x634b6a88ef2e <vm_exec_core+20190>, 0x634b6a88ef29 <vm_exec_core+20185>, 0x634b6a88bfb4 <vm_exec_core+8036>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88d103 <vm_exec_core+12467>, 0x634b6a88d108 <vm_exec_core+12472>, 0x634b6a88ef24 <vm_exec_core+20180>, 0x634b6a88ed6c <vm_exec_core+19740>, 0x634b6a88dddb <vm_exec_core+15755>, 0x634b6a88dd12 <vm_exec_core+15554>, 0x634b6a88ee1b <vm_exec_core+19915>, 0x634b6a88e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7f6470423790
        reg_pc = 0x504000030ff0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#18 0x0000634b6a8851e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x517000140bd0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#19 0x0000634b6a8c98ab in invoke_iseq_block_from_c (ec=0x517000140bd0, captured=<optimized out>, self=140070091870560, 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:1820
        flags = 0
        iseq = 0x7f649c14a1d8
        cfp = 0x7f64704237c8
        sp = 0x7f6470323818
        use_argv = <optimized out>
        stack_argv = 0x7f6470323818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#20 invoke_block_from_c_proc (ec=0x517000140bd0, self=140070091870560, 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:1914
        block = <optimized out>
        keyword_hash = <optimized out>
#21 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:1944
No locals.
#22 0x0000634b6a8c7b06 in rb_vm_invoke_proc (ec=0x7f646ef1b960, proc=0x1, argc=-1668172547, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1965
        self = 4294967295
#23 0x0000634b6a813d7b in thread_do_start_proc (th=th@entry=0x5150000e0900) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040002b96d0
        args_len = <optimized out>
        args_ptr = <optimized out>
#24 0x0000634b6a81191d in thread_do_start (th=0x5150000e0900) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#25 thread_start_func_2 (th=th@entry=0x5150000e0900, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _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>
#26 0x0000634b6a810c0e in call_thread_start_func_2 (th=0x5150000e0900) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2228
        stack_start = <optimized out>
        stack_start_addr = 0x7f647a6f0cc0
#27 nt_start (ptr=0x50c0001135c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2273
        th = 0x5150000e0900
        sched = <optimized out>
        nt = 0x50c0001135c0
        vm = 0x525000000100
#28 0x0000634b6a470aff in asan_thread_start(void*) ()
No symbol table info available.
#29 0x00007f649c89caa4 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 = {140069527557824, -7305507227620731049, 140069527557824, -352, 11, 140732555622288, -7305507227633313961, -7305874144774318249}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#30 0x00007f649c929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7f649caecc40 (LWP 1987715) "ruby"):
#0  0x00007f649c898d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7ffed9fc8360, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x7ffed9fc8360, clockid=32766, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8388352
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c000000090, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7ffed9fc8360, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f649c89bc8e in __pthread_cond_wait_common (abstime=0x7ffed9fc8360, clockid=1, mutex=0x515000000428, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f649c89b4b0 <__condvar_cleanup_waiting>, __arg = 0x7ffed9fc8250, __canceltype = 768, __prev = 0x0}
        cbuffer = {wseq = 312, cond = 0x50c000000068, mutex = 0x515000000428, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 312
        seq = 156
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=cond@entry=0x50c000000068, mutex=mutex@entry=0x515000000428, abstime=abstime@entry=0x7ffed9fc8360) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x0000634b6a80f5b0 in native_cond_timedwait (cond=0x50c000000068, mutex=0x515000000428, abs=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:251
        r = <optimized out>
        ts = <optimized out>
#6  native_cond_sleep (th=th@entry=0x515000000300, rel=rel@entry=0x7f649a7eda60) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2479
        end = <optimized out>
        sched = 0x5150000008d8
        lock = 0x515000000428
        cond = 0x50c000000068
        max = 100000000000000000
#7  0x0000634b6a816701 in native_sleep (th=0x515000000300, rel=0x7f649a7eda60) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3335
        sched = <optimized out>
#8  thread_join_sleep (arg=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1101
        scheduler = 4
        p = <optimized out>
        target_th = <optimized out>
        th = 0x515000000300
        end = 12065430422863834
        limit = 0x7f649a7eda60
#9  0x0000634b6a4bc6ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffed9fc8590, <optimized out>, 0x7ffed9fc84a0, <optimized out>, <optimized out>}, prev = 0x7f649a915d40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#10 0x0000634b6a4bcb59 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:1163
No locals.
#11 0x0000634b6a81621e in thread_join (target_th=<optimized out>, timeout=<optimized out>, limit=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1143
        waiter = {next = 0x0, thread = 0x515000000300, fiber = 0x0}
        arg = {waiter = 0x54e8c38948ef8944, target = 0xffffff65e9fffff8, timeout = 5188146770739207951, limit = <optimized out>}
        ec = <optimized out>
        th = <optimized out>
        fiber = 0x517000000080
#12 0x0000634b6a807490 in thread_join_m (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1244
        rel = <optimized out>
        timeout = <optimized out>
        limit = 0x7f649a7eda60
#13 0x0000634b6a8f5cd8 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:3902
        ci = 0x353100100003
        cc = <optimized out>
        me = 0x7f649c1f73d8
        cfunc = 0x506000045e68
        recv = 140069436736080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#14 0x0000634b6a89686d in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7f6499dff480, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        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>
#15 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x634b6a88a626 <vm_exec_core+1494>, 0x634b6a88b92d <vm_exec_core+6365>, 0x634b6a890ac1 <vm_exec_core+27249>, 0x634b6a88b49f <vm_exec_core+5199>, 0x634b6a891872 <vm_exec_core+30754>, 0x634b6a88f674 <vm_exec_core+22052>, 0x634b6a88d31e <vm_exec_core+13006>, 0x634b6a88a78e <vm_exec_core+1854>, 0x634b6a8910b4 <vm_exec_core+28772>, 0x634b6a890dfc <vm_exec_core+28076>, 0x634b6a88b71c <vm_exec_core+5836>, 0x634b6a88ac7e <vm_exec_core+3118>, 0x634b6a88fd76 <vm_exec_core+23846>, 0x634b6a88c223 <vm_exec_core+8659>, 0x634b6a8912b5 <vm_exec_core+29285>, 0x634b6a890f5e <vm_exec_core+28430>, 0x634b6a88c911 <vm_exec_core+10433>, 0x634b6a88d2ad <vm_exec_core+12893>, 0x634b6a88f8d5 <vm_exec_core+22661>, 0x634b6a890ed5 <vm_exec_core+28293>, 0x634b6a88ed80 <vm_exec_core+19760>, 0x634b6a88f95e <vm_exec_core+22798>, 0x634b6a890417 <vm_exec_core+25543>, 0x634b6a88ecbd <vm_exec_core+19565>, 0x634b6a88abbb <vm_exec_core+2923>, 0x634b6a88f377 <vm_exec_core+21287>, 0x634b6a88aa4e <vm_exec_core+2558>, 0x634b6a88ae84 <vm_exec_core+3636>, 0x634b6a88cb94 <vm_exec_core+11076>, 0x634b6a88e88a <vm_exec_core+18490>, 0x634b6a88f210 <vm_exec_core+20928>, 0x634b6a88e52f <vm_exec_core+17631>, 0x634b6a88a65a <vm_exec_core+1546>, 0x634b6a890647 <vm_exec_core+26103>, 0x634b6a890d27 <vm_exec_core+27863>, 0x634b6a88b02b <vm_exec_core+4059>, 0x634b6a88bbd7 <vm_exec_core+7047>, 0x634b6a88b895 <vm_exec_core+6213>, 0x634b6a88c312 <vm_exec_core+8898>, 0x634b6a88d149 <vm_exec_core+12537>, 0x634b6a88b0d2 <vm_exec_core+4226>, 0x634b6a8904af <vm_exec_core+25695>, 0x634b6a88bb61 <vm_exec_core+6929>, 0x634b6a88cff7 <vm_exec_core+12199>, 0x634b6a88dabe <vm_exec_core+14958>, 0x634b6a88fe0c <vm_exec_core+23996>, 0x634b6a88ef42 <vm_exec_core+20210>, 0x634b6a88c5ec <vm_exec_core+9628>, 0x634b6a88be6e <vm_exec_core+7710>, 0x634b6a88fc62 <vm_exec_core+23570>, 0x634b6a88cd74 <vm_exec_core+11556>, 0x634b6a88f476 <vm_exec_core+21542>, 0x634b6a88efb4 <vm_exec_core+20324>, 0x634b6a88f52d <vm_exec_core+21725>, 0x634b6a8909f9 <vm_exec_core+27049>, 0x634b6a88e341 <vm_exec_core+17137>, 0x634b6a88fec5 <vm_exec_core+24181>, 0x634b6a88a3a8 <vm_exec_core+856>, 0x634b6a88f9f3 <vm_exec_core+22947>, 0x634b6a88c70b <vm_exec_core+9915>, 0x634b6a88ec18 <vm_exec_core+19400>, 0x634b6a88ee58 <vm_exec_core+19976>, 0x634b6a88d6f2 <vm_exec_core+13986>, 0x634b6a88af38 <vm_exec_core+3816>, 0x634b6a88cab9 <vm_exec_core+10857>, 0x634b6a88c0f6 <vm_exec_core+8358>, 0x634b6a88f5ab <vm_exec_core+21851>, 0x634b6a88b263 <vm_exec_core+4627>, 0x634b6a88d49f <vm_exec_core+13391>, 0x634b6a88ddef <vm_exec_core+15775>, 0x634b6a88c3f0 <vm_exec_core+9120>, 0x634b6a898000 <vm_exec_core+57264>, 0x634b6a88bdc5 <vm_exec_core+7541>, 0x634b6a88bcbd <vm_exec_core+7277>, 0x634b6a88bfc8 <vm_exec_core+8056>, 0x634b6a88c9b3 <vm_exec_core+10595>, 0x634b6a88e72e <vm_exec_core+18142>, 0x634b6a88db79 <vm_exec_core+15145>, 0x634b6a88f28f <vm_exec_core+21055>, 0x634b6a88dfd5 <vm_exec_core+16261>, 0x634b6a890570 <vm_exec_core+25888>, 0x634b6a891b17 <vm_exec_core+31431>, 0x634b6a8907b4 <vm_exec_core+26468>, 0x634b6a891405 <vm_exec_core+29621>, 0x634b6a8914f6 <vm_exec_core+29862>, 0x634b6a88aae0 <vm_exec_core+2704>, 0x634b6a890fdd <vm_exec_core+28557>, 0x634b6a88cc99 <vm_exec_core+11337>, 0x634b6a8911d8 <vm_exec_core+29064>, 0x634b6a88c7da <vm_exec_core+10122>, 0x634b6a8906eb <vm_exec_core+26267>, 0x634b6a88a977 <vm_exec_core+2343>, 0x634b6a88b15d <vm_exec_core+4365>, 0x634b6a89173a <vm_exec_core+30442>, 0x634b6a88d07d <vm_exec_core+12333>, 0x634b6a88ce7a <vm_exec_core+11818>, 0x634b6a88a3ad <vm_exec_core+861>, 0x634b6a88a89a <vm_exec_core+2122>, 0x634b6a88a433 <vm_exec_core+995>, 0x634b6a8908a3 <vm_exec_core+26707>, 0x634b6a88e1fe <vm_exec_core+16814>, 0x634b6a88d8c2 <vm_exec_core+14450>, 0x634b6a88e0da <vm_exec_core+16522>, 0x634b6a88dd26 <vm_exec_core+15574>, 0x634b6a88cf0f <vm_exec_core+11967>, 0x634b6a88d7cd <vm_exec_core+14205>, 0x634b6a88d199 <vm_exec_core+12617>, 0x634b6a88d9dc <vm_exec_core+14732>, 0x634b6a88da4d <vm_exec_core+14845>, 0x634b6a88a617 <vm_exec_core+1479>, 0x634b6a88b91e <vm_exec_core+6350>, 0x634b6a890ab2 <vm_exec_core+27234>, 0x634b6a88b490 <vm_exec_core+5184>, 0x634b6a891863 <vm_exec_core+30739>, 0x634b6a88f665 <vm_exec_core+22037>, 0x634b6a88d30f <vm_exec_core+12991>, 0x634b6a88a77f <vm_exec_core+1839>, 0x634b6a8910a5 <vm_exec_core+28757>, 0x634b6a890ded <vm_exec_core+28061>, 0x634b6a88b70d <vm_exec_core+5821>, 0x634b6a88ac6f <vm_exec_core+3103>, 0x634b6a88fd67 <vm_exec_core+23831>, 0x634b6a88c214 <vm_exec_core+8644>, 0x634b6a8912a6 <vm_exec_core+29270>, 0x634b6a890f4f <vm_exec_core+28415>, 0x634b6a88c902 <vm_exec_core+10418>, 0x634b6a88d29e <vm_exec_core+12878>, 0x634b6a88f8c6 <vm_exec_core+22646>, 0x634b6a890ec6 <vm_exec_core+28278>, 0x634b6a88ed71 <vm_exec_core+19745>, 0x634b6a88f94f <vm_exec_core+22783>, 0x634b6a890408 <vm_exec_core+25528>, 0x634b6a88ecae <vm_exec_core+19550>, 0x634b6a88abac <vm_exec_core+2908>, 0x634b6a88f368 <vm_exec_core+21272>, 0x634b6a88aa3f <vm_exec_core+2543>, 0x634b6a88ae75 <vm_exec_core+3621>, 0x634b6a88cb85 <vm_exec_core+11061>, 0x634b6a88e87b <vm_exec_core+18475>, 0x634b6a88f201 <vm_exec_core+20913>, 0x634b6a88e520 <vm_exec_core+17616>, 0x634b6a88a64b <vm_exec_core+1531>, 0x634b6a890638 <vm_exec_core+26088>, 0x634b6a890d18 <vm_exec_core+27848>, 0x634b6a88b01c <vm_exec_core+4044>, 0x634b6a88bbc8 <vm_exec_core+7032>, 0x634b6a88b886 <vm_exec_core+6198>, 0x634b6a88c303 <vm_exec_core+8883>, 0x634b6a88d13a <vm_exec_core+12522>, 0x634b6a88b0c3 <vm_exec_core+4211>, 0x634b6a8904a0 <vm_exec_core+25680>, 0x634b6a88bb52 <vm_exec_core+6914>, 0x634b6a88cfe8 <vm_exec_core+12184>, 0x634b6a88daaf <vm_exec_core+14943>, 0x634b6a88fdfd <vm_exec_core+23981>, 0x634b6a88ef33 <vm_exec_core+20195>, 0x634b6a88c5dd <vm_exec_core+9613>, 0x634b6a88be5f <vm_exec_core+7695>, 0x634b6a88fc53 <vm_exec_core+23555>, 0x634b6a88cd65 <vm_exec_core+11541>, 0x634b6a88f467 <vm_exec_core+21527>, 0x634b6a88efa5 <vm_exec_core+20309>, 0x634b6a88f51e <vm_exec_core+21710>, 0x634b6a8909ea <vm_exec_core+27034>, 0x634b6a88e332 <vm_exec_core+17122>, 0x634b6a88feb6 <vm_exec_core+24166>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88f9e4 <vm_exec_core+22932>, 0x634b6a88c6fc <vm_exec_core+9900>, 0x634b6a88ec09 <vm_exec_core+19385>, 0x634b6a88ee49 <vm_exec_core+19961>, 0x634b6a88d6e3 <vm_exec_core+13971>, 0x634b6a88e876 <vm_exec_core+18470>, 0x634b6a88caaa <vm_exec_core+10842>, 0x634b6a88c0e7 <vm_exec_core+8343>, 0x634b6a88f59c <vm_exec_core+21836>, 0x634b6a88b254 <vm_exec_core+4612>, 0x634b6a88d490 <vm_exec_core+13376>, 0x634b6a88dde0 <vm_exec_core+15760>, 0x634b6a88c3e1 <vm_exec_core+9105>, 0x634b6a897ff1 <vm_exec_core+57249>, 0x634b6a88bdb6 <vm_exec_core+7526>, 0x634b6a88bcae <vm_exec_core+7262>, 0x634b6a88bfb9 <vm_exec_core+8041>, 0x634b6a88c9a4 <vm_exec_core+10580>, 0x634b6a88e71f <vm_exec_core+18127>, 0x634b6a88db6a <vm_exec_core+15130>, 0x634b6a88e71a <vm_exec_core+18122>, 0x634b6a88ef2e <vm_exec_core+20190>, 0x634b6a88ef29 <vm_exec_core+20185>, 0x634b6a88bfb4 <vm_exec_core+8036>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88d103 <vm_exec_core+12467>, 0x634b6a88d108 <vm_exec_core+12472>, 0x634b6a88ef24 <vm_exec_core+20180>, 0x634b6a88ed6c <vm_exec_core+19740>, 0x634b6a88dddb <vm_exec_core+15755>, 0x634b6a88dd12 <vm_exec_core+15554>, 0x634b6a88ee1b <vm_exec_core+19915>, 0x634b6a88e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7f6499dff480
        reg_pc = 0x52300000b820
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#16 0x0000634b6a8851e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#17 0x0000634b6a916962 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7f6499dff620, self=140070091900840, 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:1820
        flags = 0
        iseq = 0x7f649c14e0d0
        cfp = <optimized out>
        sp = 0x7f6499cffa28
        use_argv = 0x7f649a8d5360
        stack_argv = 0x7f6499cffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#18 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:1834
        captured = 0x7f6499dff620
#19 0x0000634b6a8b71ec 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:1871
No locals.
#20 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#21 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#22 0x0000634b6a8b71ec in rb_yield (val=<optimized out>)
No locals.
#23 0x0000634b6aa7f836 in rb_ary_collect (ary=140069570713960) at /tmp/ruby/src/trunk_asan/array.c:3767
        collect = 140070085632000
        i = 45
#24 0x0000634b6a8f5cd8 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:3902
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x7f649c32e670
        cfunc = 0x506000020188
        recv = 140069570713960
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#25 0x0000634b6a88ea5f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7f6499dff608, cd=0x512000013ab0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#26 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x512000013ab0
        insns_address_table = {0x634b6a88a626 <vm_exec_core+1494>, 0x634b6a88b92d <vm_exec_core+6365>, 0x634b6a890ac1 <vm_exec_core+27249>, 0x634b6a88b49f <vm_exec_core+5199>, 0x634b6a891872 <vm_exec_core+30754>, 0x634b6a88f674 <vm_exec_core+22052>, 0x634b6a88d31e <vm_exec_core+13006>, 0x634b6a88a78e <vm_exec_core+1854>, 0x634b6a8910b4 <vm_exec_core+28772>, 0x634b6a890dfc <vm_exec_core+28076>, 0x634b6a88b71c <vm_exec_core+5836>, 0x634b6a88ac7e <vm_exec_core+3118>, 0x634b6a88fd76 <vm_exec_core+23846>, 0x634b6a88c223 <vm_exec_core+8659>, 0x634b6a8912b5 <vm_exec_core+29285>, 0x634b6a890f5e <vm_exec_core+28430>, 0x634b6a88c911 <vm_exec_core+10433>, 0x634b6a88d2ad <vm_exec_core+12893>, 0x634b6a88f8d5 <vm_exec_core+22661>, 0x634b6a890ed5 <vm_exec_core+28293>, 0x634b6a88ed80 <vm_exec_core+19760>, 0x634b6a88f95e <vm_exec_core+22798>, 0x634b6a890417 <vm_exec_core+25543>, 0x634b6a88ecbd <vm_exec_core+19565>, 0x634b6a88abbb <vm_exec_core+2923>, 0x634b6a88f377 <vm_exec_core+21287>, 0x634b6a88aa4e <vm_exec_core+2558>, 0x634b6a88ae84 <vm_exec_core+3636>, 0x634b6a88cb94 <vm_exec_core+11076>, 0x634b6a88e88a <vm_exec_core+18490>, 0x634b6a88f210 <vm_exec_core+20928>, 0x634b6a88e52f <vm_exec_core+17631>, 0x634b6a88a65a <vm_exec_core+1546>, 0x634b6a890647 <vm_exec_core+26103>, 0x634b6a890d27 <vm_exec_core+27863>, 0x634b6a88b02b <vm_exec_core+4059>, 0x634b6a88bbd7 <vm_exec_core+7047>, 0x634b6a88b895 <vm_exec_core+6213>, 0x634b6a88c312 <vm_exec_core+8898>, 0x634b6a88d149 <vm_exec_core+12537>, 0x634b6a88b0d2 <vm_exec_core+4226>, 0x634b6a8904af <vm_exec_core+25695>, 0x634b6a88bb61 <vm_exec_core+6929>, 0x634b6a88cff7 <vm_exec_core+12199>, 0x634b6a88dabe <vm_exec_core+14958>, 0x634b6a88fe0c <vm_exec_core+23996>, 0x634b6a88ef42 <vm_exec_core+20210>, 0x634b6a88c5ec <vm_exec_core+9628>, 0x634b6a88be6e <vm_exec_core+7710>, 0x634b6a88fc62 <vm_exec_core+23570>, 0x634b6a88cd74 <vm_exec_core+11556>, 0x634b6a88f476 <vm_exec_core+21542>, 0x634b6a88efb4 <vm_exec_core+20324>, 0x634b6a88f52d <vm_exec_core+21725>, 0x634b6a8909f9 <vm_exec_core+27049>, 0x634b6a88e341 <vm_exec_core+17137>, 0x634b6a88fec5 <vm_exec_core+24181>, 0x634b6a88a3a8 <vm_exec_core+856>, 0x634b6a88f9f3 <vm_exec_core+22947>, 0x634b6a88c70b <vm_exec_core+9915>, 0x634b6a88ec18 <vm_exec_core+19400>, 0x634b6a88ee58 <vm_exec_core+19976>, 0x634b6a88d6f2 <vm_exec_core+13986>, 0x634b6a88af38 <vm_exec_core+3816>, 0x634b6a88cab9 <vm_exec_core+10857>, 0x634b6a88c0f6 <vm_exec_core+8358>, 0x634b6a88f5ab <vm_exec_core+21851>, 0x634b6a88b263 <vm_exec_core+4627>, 0x634b6a88d49f <vm_exec_core+13391>, 0x634b6a88ddef <vm_exec_core+15775>, 0x634b6a88c3f0 <vm_exec_core+9120>, 0x634b6a898000 <vm_exec_core+57264>, 0x634b6a88bdc5 <vm_exec_core+7541>, 0x634b6a88bcbd <vm_exec_core+7277>, 0x634b6a88bfc8 <vm_exec_core+8056>, 0x634b6a88c9b3 <vm_exec_core+10595>, 0x634b6a88e72e <vm_exec_core+18142>, 0x634b6a88db79 <vm_exec_core+15145>, 0x634b6a88f28f <vm_exec_core+21055>, 0x634b6a88dfd5 <vm_exec_core+16261>, 0x634b6a890570 <vm_exec_core+25888>, 0x634b6a891b17 <vm_exec_core+31431>, 0x634b6a8907b4 <vm_exec_core+26468>, 0x634b6a891405 <vm_exec_core+29621>, 0x634b6a8914f6 <vm_exec_core+29862>, 0x634b6a88aae0 <vm_exec_core+2704>, 0x634b6a890fdd <vm_exec_core+28557>, 0x634b6a88cc99 <vm_exec_core+11337>, 0x634b6a8911d8 <vm_exec_core+29064>, 0x634b6a88c7da <vm_exec_core+10122>, 0x634b6a8906eb <vm_exec_core+26267>, 0x634b6a88a977 <vm_exec_core+2343>, 0x634b6a88b15d <vm_exec_core+4365>, 0x634b6a89173a <vm_exec_core+30442>, 0x634b6a88d07d <vm_exec_core+12333>, 0x634b6a88ce7a <vm_exec_core+11818>, 0x634b6a88a3ad <vm_exec_core+861>, 0x634b6a88a89a <vm_exec_core+2122>, 0x634b6a88a433 <vm_exec_core+995>, 0x634b6a8908a3 <vm_exec_core+26707>, 0x634b6a88e1fe <vm_exec_core+16814>, 0x634b6a88d8c2 <vm_exec_core+14450>, 0x634b6a88e0da <vm_exec_core+16522>, 0x634b6a88dd26 <vm_exec_core+15574>, 0x634b6a88cf0f <vm_exec_core+11967>, 0x634b6a88d7cd <vm_exec_core+14205>, 0x634b6a88d199 <vm_exec_core+12617>, 0x634b6a88d9dc <vm_exec_core+14732>, 0x634b6a88da4d <vm_exec_core+14845>, 0x634b6a88a617 <vm_exec_core+1479>, 0x634b6a88b91e <vm_exec_core+6350>, 0x634b6a890ab2 <vm_exec_core+27234>, 0x634b6a88b490 <vm_exec_core+5184>, 0x634b6a891863 <vm_exec_core+30739>, 0x634b6a88f665 <vm_exec_core+22037>, 0x634b6a88d30f <vm_exec_core+12991>, 0x634b6a88a77f <vm_exec_core+1839>, 0x634b6a8910a5 <vm_exec_core+28757>, 0x634b6a890ded <vm_exec_core+28061>, 0x634b6a88b70d <vm_exec_core+5821>, 0x634b6a88ac6f <vm_exec_core+3103>, 0x634b6a88fd67 <vm_exec_core+23831>, 0x634b6a88c214 <vm_exec_core+8644>, 0x634b6a8912a6 <vm_exec_core+29270>, 0x634b6a890f4f <vm_exec_core+28415>, 0x634b6a88c902 <vm_exec_core+10418>, 0x634b6a88d29e <vm_exec_core+12878>, 0x634b6a88f8c6 <vm_exec_core+22646>, 0x634b6a890ec6 <vm_exec_core+28278>, 0x634b6a88ed71 <vm_exec_core+19745>, 0x634b6a88f94f <vm_exec_core+22783>, 0x634b6a890408 <vm_exec_core+25528>, 0x634b6a88ecae <vm_exec_core+19550>, 0x634b6a88abac <vm_exec_core+2908>, 0x634b6a88f368 <vm_exec_core+21272>, 0x634b6a88aa3f <vm_exec_core+2543>, 0x634b6a88ae75 <vm_exec_core+3621>, 0x634b6a88cb85 <vm_exec_core+11061>, 0x634b6a88e87b <vm_exec_core+18475>, 0x634b6a88f201 <vm_exec_core+20913>, 0x634b6a88e520 <vm_exec_core+17616>, 0x634b6a88a64b <vm_exec_core+1531>, 0x634b6a890638 <vm_exec_core+26088>, 0x634b6a890d18 <vm_exec_core+27848>, 0x634b6a88b01c <vm_exec_core+4044>, 0x634b6a88bbc8 <vm_exec_core+7032>, 0x634b6a88b886 <vm_exec_core+6198>, 0x634b6a88c303 <vm_exec_core+8883>, 0x634b6a88d13a <vm_exec_core+12522>, 0x634b6a88b0c3 <vm_exec_core+4211>, 0x634b6a8904a0 <vm_exec_core+25680>, 0x634b6a88bb52 <vm_exec_core+6914>, 0x634b6a88cfe8 <vm_exec_core+12184>, 0x634b6a88daaf <vm_exec_core+14943>, 0x634b6a88fdfd <vm_exec_core+23981>, 0x634b6a88ef33 <vm_exec_core+20195>, 0x634b6a88c5dd <vm_exec_core+9613>, 0x634b6a88be5f <vm_exec_core+7695>, 0x634b6a88fc53 <vm_exec_core+23555>, 0x634b6a88cd65 <vm_exec_core+11541>, 0x634b6a88f467 <vm_exec_core+21527>, 0x634b6a88efa5 <vm_exec_core+20309>, 0x634b6a88f51e <vm_exec_core+21710>, 0x634b6a8909ea <vm_exec_core+27034>, 0x634b6a88e332 <vm_exec_core+17122>, 0x634b6a88feb6 <vm_exec_core+24166>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88f9e4 <vm_exec_core+22932>, 0x634b6a88c6fc <vm_exec_core+9900>, 0x634b6a88ec09 <vm_exec_core+19385>, 0x634b6a88ee49 <vm_exec_core+19961>, 0x634b6a88d6e3 <vm_exec_core+13971>, 0x634b6a88e876 <vm_exec_core+18470>, 0x634b6a88caaa <vm_exec_core+10842>, 0x634b6a88c0e7 <vm_exec_core+8343>, 0x634b6a88f59c <vm_exec_core+21836>, 0x634b6a88b254 <vm_exec_core+4612>, 0x634b6a88d490 <vm_exec_core+13376>, 0x634b6a88dde0 <vm_exec_core+15760>, 0x634b6a88c3e1 <vm_exec_core+9105>, 0x634b6a897ff1 <vm_exec_core+57249>, 0x634b6a88bdb6 <vm_exec_core+7526>, 0x634b6a88bcae <vm_exec_core+7262>, 0x634b6a88bfb9 <vm_exec_core+8041>, 0x634b6a88c9a4 <vm_exec_core+10580>, 0x634b6a88e71f <vm_exec_core+18127>, 0x634b6a88db6a <vm_exec_core+15130>, 0x634b6a88e71a <vm_exec_core+18122>, 0x634b6a88ef2e <vm_exec_core+20190>, 0x634b6a88ef29 <vm_exec_core+20185>, 0x634b6a88bfb4 <vm_exec_core+8036>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88d103 <vm_exec_core+12467>, 0x634b6a88d108 <vm_exec_core+12472>, 0x634b6a88ef24 <vm_exec_core+20180>, 0x634b6a88ed6c <vm_exec_core+19740>, 0x634b6a88dddb <vm_exec_core+15755>, 0x634b6a88dd12 <vm_exec_core+15554>, 0x634b6a88ee1b <vm_exec_core+19915>, 0x634b6a88e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7f6499dff608
        reg_pc = 0x51900001ad10
        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>
th: 0x515000000300, native_id: 0x7f649caecc40
-- Control frame information -----------------------------------------------
        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>
c:0017 p:---- s:0161 e:000160 l:y b:---- CFUNC  :join
c:0016 p:0484 s:0156 E:001e20 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:247
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
c:0015 p:0084 s:0118 e:000117 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:114
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
c:0014 p:0044 s:0100 e:000099 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_gc.rb:745
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1665 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1652
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1356
        INSN_LABEL_concattoarray = <optimized out>
c:0007 p:0069 s:0046 E:0022a0 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
        INSN_LABEL_pushtoarray = <optimized out>
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
        INSN_LABEL_splatarray = <optimized out>
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
        INSN_LABEL_splatkw = <optimized out>
c:0001 p:0000 s:0003 E:001630 l:y b:---- DUMMY  [FINISH]

        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
th: 0x5150000cdd00, native_id: 0x7f647b6fd6c0
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC  :readpartial
        INSN_LABEL_dupn = <optimized out>
c:0002 p:0035 s:0007 e:000006 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>

        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
th: 0x5150000e0680, native_id: 0x7f647abf96c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
c:0003 p:---- s:0010 e:000009 l:y b:---- CFUNC  :read
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
c:0002 p:0004 s:0006 e:000005 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:243 [FINISH]
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>

        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
th: 0x5150000e0900, native_id: 0x7f647a6f16c0
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
-- Control frame information -----------------------------------------------
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
c:0003 p:---- s:0010 e:000009 l:y b:---- CFUNC  :read
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
c:0002 p:0004 s:0006 e:000005 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:244 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]
        INSN_LABEL_opt_str_freeze = <optimized out>

        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#27 0x0000634b6a8855d1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#28 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#29 0x0000634b6a916962 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7f6499dff738, self=140070091900840, 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:1820
        flags = 0
        iseq = 0x7f649c18c678
        cfp = <optimized out>
        sp = 0x7f6499cff8d0
        use_argv = 0x7f649a863160
        stack_argv = 0x7f6499cff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#30 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:1834
        captured = 0x7f6499dff738
#31 0x0000634b6a8b71ec 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:1871
No locals.
#32 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#33 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#34 0x0000634b6a8b71ec in rb_yield (val=<optimized out>)
No locals.
#35 0x0000634b6aa7f836 in rb_ary_collect (ary=140069570715360) at /tmp/ruby/src/trunk_asan/array.c:3767
        collect = 140069570715240
        i = 0
#36 0x0000634b6a8f5cd8 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:3902
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x7f649c32e670
        cfunc = 0x506000020188
        recv = 140069570715360
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#37 0x0000634b6a88ea5f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7f6499dff720, cd=0x50200002a650, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#38 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50200002a650
        insns_address_table = {0x634b6a88a626 <vm_exec_core+1494>, 0x634b6a88b92d <vm_exec_core+6365>, 0x634b6a890ac1 <vm_exec_core+27249>, 0x634b6a88b49f <vm_exec_core+5199>, 0x634b6a891872 <vm_exec_core+30754>, 0x634b6a88f674 <vm_exec_core+22052>, 0x634b6a88d31e <vm_exec_core+13006>, 0x634b6a88a78e <vm_exec_core+1854>, 0x634b6a8910b4 <vm_exec_core+28772>, 0x634b6a890dfc <vm_exec_core+28076>, 0x634b6a88b71c <vm_exec_core+5836>, 0x634b6a88ac7e <vm_exec_core+3118>, 0x634b6a88fd76 <vm_exec_core+23846>, 0x634b6a88c223 <vm_exec_core+8659>, 0x634b6a8912b5 <vm_exec_core+29285>, 0x634b6a890f5e <vm_exec_core+28430>, 0x634b6a88c911 <vm_exec_core+10433>, 0x634b6a88d2ad <vm_exec_core+12893>, 0x634b6a88f8d5 <vm_exec_core+22661>, 0x634b6a890ed5 <vm_exec_core+28293>, 0x634b6a88ed80 <vm_exec_core+19760>, 0x634b6a88f95e <vm_exec_core+22798>, 0x634b6a890417 <vm_exec_core+25543>, 0x634b6a88ecbd <vm_exec_core+19565>, 0x634b6a88abbb <vm_exec_core+2923>, 0x634b6a88f377 <vm_exec_core+21287>, 0x634b6a88aa4e <vm_exec_core+2558>, 0x634b6a88ae84 <vm_exec_core+3636>, 0x634b6a88cb94 <vm_exec_core+11076>, 0x634b6a88e88a <vm_exec_core+18490>, 0x634b6a88f210 <vm_exec_core+20928>, 0x634b6a88e52f <vm_exec_core+17631>, 0x634b6a88a65a <vm_exec_core+1546>, 0x634b6a890647 <vm_exec_core+26103>, 0x634b6a890d27 <vm_exec_core+27863>, 0x634b6a88b02b <vm_exec_core+4059>, 0x634b6a88bbd7 <vm_exec_core+7047>, 0x634b6a88b895 <vm_exec_core+6213>, 0x634b6a88c312 <vm_exec_core+8898>, 0x634b6a88d149 <vm_exec_core+12537>, 0x634b6a88b0d2 <vm_exec_core+4226>, 0x634b6a8904af <vm_exec_core+25695>, 0x634b6a88bb61 <vm_exec_core+6929>, 0x634b6a88cff7 <vm_exec_core+12199>, 0x634b6a88dabe <vm_exec_core+14958>, 0x634b6a88fe0c <vm_exec_core+23996>, 0x634b6a88ef42 <vm_exec_core+20210>, 0x634b6a88c5ec <vm_exec_core+9628>, 0x634b6a88be6e <vm_exec_core+7710>, 0x634b6a88fc62 <vm_exec_core+23570>, 0x634b6a88cd74 <vm_exec_core+11556>, 0x634b6a88f476 <vm_exec_core+21542>, 0x634b6a88efb4 <vm_exec_core+20324>, 0x634b6a88f52d <vm_exec_core+21725>, 0x634b6a8909f9 <vm_exec_core+27049>, 0x634b6a88e341 <vm_exec_core+17137>, 0x634b6a88fec5 <vm_exec_core+24181>, 0x634b6a88a3a8 <vm_exec_core+856>, 0x634b6a88f9f3 <vm_exec_core+22947>, 0x634b6a88c70b <vm_exec_core+9915>, 0x634b6a88ec18 <vm_exec_core+19400>, 0x634b6a88ee58 <vm_exec_core+19976>, 0x634b6a88d6f2 <vm_exec_core+13986>, 0x634b6a88af38 <vm_exec_core+3816>, 0x634b6a88cab9 <vm_exec_core+10857>, 0x634b6a88c0f6 <vm_exec_core+8358>, 0x634b6a88f5ab <vm_exec_core+21851>, 0x634b6a88b263 <vm_exec_core+4627>, 0x634b6a88d49f <vm_exec_core+13391>, 0x634b6a88ddef <vm_exec_core+15775>, 0x634b6a88c3f0 <vm_exec_core+9120>, 0x634b6a898000 <vm_exec_core+57264>, 0x634b6a88bdc5 <vm_exec_core+7541>, 0x634b6a88bcbd <vm_exec_core+7277>, 0x634b6a88bfc8 <vm_exec_core+8056>, 0x634b6a88c9b3 <vm_exec_core+10595>, 0x634b6a88e72e <vm_exec_core+18142>, 0x634b6a88db79 <vm_exec_core+15145>, 0x634b6a88f28f <vm_exec_core+21055>, 0x634b6a88dfd5 <vm_exec_core+16261>, 0x634b6a890570 <vm_exec_core+25888>, 0x634b6a891b17 <vm_exec_core+31431>, 0x634b6a8907b4 <vm_exec_core+26468>, 0x634b6a891405 <vm_exec_core+29621>, 0x634b6a8914f6 <vm_exec_core+29862>, 0x634b6a88aae0 <vm_exec_core+2704>, 0x634b6a890fdd <vm_exec_core+28557>, 0x634b6a88cc99 <vm_exec_core+11337>, 0x634b6a8911d8 <vm_exec_core+29064>, 0x634b6a88c7da <vm_exec_core+10122>, 0x634b6a8906eb <vm_exec_core+26267>, 0x634b6a88a977 <vm_exec_core+2343>, 0x634b6a88b15d <vm_exec_core+4365>, 0x634b6a89173a <vm_exec_core+30442>, 0x634b6a88d07d <vm_exec_core+12333>, 0x634b6a88ce7a <vm_exec_core+11818>, 0x634b6a88a3ad <vm_exec_core+861>, 0x634b6a88a89a <vm_exec_core+2122>, 0x634b6a88a433 <vm_exec_core+995>, 0x634b6a8908a3 <vm_exec_core+26707>, 0x634b6a88e1fe <vm_exec_core+16814>, 0x634b6a88d8c2 <vm_exec_core+14450>, 0x634b6a88e0da <vm_exec_core+16522>, 0x634b6a88dd26 <vm_exec_core+15574>, 0x634b6a88cf0f <vm_exec_core+11967>, 0x634b6a88d7cd <vm_exec_core+14205>, 0x634b6a88d199 <vm_exec_core+12617>, 0x634b6a88d9dc <vm_exec_core+14732>, 0x634b6a88da4d <vm_exec_core+14845>, 0x634b6a88a617 <vm_exec_core+1479>, 0x634b6a88b91e <vm_exec_core+6350>, 0x634b6a890ab2 <vm_exec_core+27234>, 0x634b6a88b490 <vm_exec_core+5184>, 0x634b6a891863 <vm_exec_core+30739>, 0x634b6a88f665 <vm_exec_core+22037>, 0x634b6a88d30f <vm_exec_core+12991>, 0x634b6a88a77f <vm_exec_core+1839>, 0x634b6a8910a5 <vm_exec_core+28757>, 0x634b6a890ded <vm_exec_core+28061>, 0x634b6a88b70d <vm_exec_core+5821>, 0x634b6a88ac6f <vm_exec_core+3103>, 0x634b6a88fd67 <vm_exec_core+23831>, 0x634b6a88c214 <vm_exec_core+8644>, 0x634b6a8912a6 <vm_exec_core+29270>, 0x634b6a890f4f <vm_exec_core+28415>, 0x634b6a88c902 <vm_exec_core+10418>, 0x634b6a88d29e <vm_exec_core+12878>, 0x634b6a88f8c6 <vm_exec_core+22646>, 0x634b6a890ec6 <vm_exec_core+28278>, 0x634b6a88ed71 <vm_exec_core+19745>, 0x634b6a88f94f <vm_exec_core+22783>, 0x634b6a890408 <vm_exec_core+25528>, 0x634b6a88ecae <vm_exec_core+19550>, 0x634b6a88abac <vm_exec_core+2908>, 0x634b6a88f368 <vm_exec_core+21272>, 0x634b6a88aa3f <vm_exec_core+2543>, 0x634b6a88ae75 <vm_exec_core+3621>, 0x634b6a88cb85 <vm_exec_core+11061>, 0x634b6a88e87b <vm_exec_core+18475>, 0x634b6a88f201 <vm_exec_core+20913>, 0x634b6a88e520 <vm_exec_core+17616>, 0x634b6a88a64b <vm_exec_core+1531>, 0x634b6a890638 <vm_exec_core+26088>, 0x634b6a890d18 <vm_exec_core+27848>, 0x634b6a88b01c <vm_exec_core+4044>, 0x634b6a88bbc8 <vm_exec_core+7032>, 0x634b6a88b886 <vm_exec_core+6198>, 0x634b6a88c303 <vm_exec_core+8883>, 0x634b6a88d13a <vm_exec_core+12522>, 0x634b6a88b0c3 <vm_exec_core+4211>, 0x634b6a8904a0 <vm_exec_core+25680>, 0x634b6a88bb52 <vm_exec_core+6914>, 0x634b6a88cfe8 <vm_exec_core+12184>, 0x634b6a88daaf <vm_exec_core+14943>, 0x634b6a88fdfd <vm_exec_core+23981>, 0x634b6a88ef33 <vm_exec_core+20195>, 0x634b6a88c5dd <vm_exec_core+9613>, 0x634b6a88be5f <vm_exec_core+7695>, 0x634b6a88fc53 <vm_exec_core+23555>, 0x634b6a88cd65 <vm_exec_core+11541>, 0x634b6a88f467 <vm_exec_core+21527>, 0x634b6a88efa5 <vm_exec_core+20309>, 0x634b6a88f51e <vm_exec_core+21710>, 0x634b6a8909ea <vm_exec_core+27034>, 0x634b6a88e332 <vm_exec_core+17122>, 0x634b6a88feb6 <vm_exec_core+24166>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88f9e4 <vm_exec_core+22932>, 0x634b6a88c6fc <vm_exec_core+9900>, 0x634b6a88ec09 <vm_exec_core+19385>, 0x634b6a88ee49 <vm_exec_core+19961>, 0x634b6a88d6e3 <vm_exec_core+13971>, 0x634b6a88e876 <vm_exec_core+18470>, 0x634b6a88caaa <vm_exec_core+10842>, 0x634b6a88c0e7 <vm_exec_core+8343>, 0x634b6a88f59c <vm_exec_core+21836>, 0x634b6a88b254 <vm_exec_core+4612>, 0x634b6a88d490 <vm_exec_core+13376>, 0x634b6a88dde0 <vm_exec_core+15760>, 0x634b6a88c3e1 <vm_exec_core+9105>, 0x634b6a897ff1 <vm_exec_core+57249>, 0x634b6a88bdb6 <vm_exec_core+7526>, 0x634b6a88bcae <vm_exec_core+7262>, 0x634b6a88bfb9 <vm_exec_core+8041>, 0x634b6a88c9a4 <vm_exec_core+10580>, 0x634b6a88e71f <vm_exec_core+18127>, 0x634b6a88db6a <vm_exec_core+15130>, 0x634b6a88e71a <vm_exec_core+18122>, 0x634b6a88ef2e <vm_exec_core+20190>, 0x634b6a88ef29 <vm_exec_core+20185>, 0x634b6a88bfb4 <vm_exec_core+8036>, 0x634b6a88f354 <vm_exec_core+21252>, 0x634b6a88d103 <vm_exec_core+12467>, 0x634b6a88d108 <vm_exec_core+12472>, 0x634b6a88ef24 <vm_exec_core+20180>, 0x634b6a88ed6c <vm_exec_core+19740>, 0x634b6a88dddb <vm_exec_core+15755>, 0x634b6a88dd12 <vm_exec_core+15554>, 0x634b6a88ee1b <vm_exec_core+19915>, 0x634b6a88e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7f6499dff720
        reg_pc = 0x504000008778
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#39 0x0000634b6a8855d1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#40 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#41 0x0000634b6a8ce649 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#42 0x0000634b6a4b7c70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x7f649c18c808) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffed9fca530, <optimized out>, 0x7ffed9fca480, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f649c18c808
#43 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#44 0x0000634b6a4b0bb7 in rb_main (argc=11, argv=0x7ffed9fca708) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#45 main (argc=11, argv=0x7ffed9fca708) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 1987715) detached]
$ timeout 60 gdb -p 1987705 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
running file: /tmp/ruby/src/trunk_asan/test/ruby/test_gc.rb

A test worker crashed. It might be an interpreter bug or
a bug in test/unit/parallel.rb. Try again without the -j
option.

[New LWP 1987707]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005826d49344c9 in __asan_unpoison_memory_region ()

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x78573ef0fc40 (LWP 1987705) "ruby" 0x00005826d49344c9 in __asan_unpoison_memory_region ()
  2    Thread 0x785722bff6c0 (LWP 1987707) "ruby" 0x000078573ed1b4fd in __GI___poll (fds=0x7857219ff040, nfds=1, timeout=10) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x785722bff6c0 (LWP 1987707) "ruby"):
#0  0x000078573ed1b4fd in __GI___poll (fds=0x7857219ff040, nfds=1, timeout=10) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005826d48d674a in __interceptor_poll ()
No symbol table info available.
#2  0x00005826d4cd457b in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1077
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = 10
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3067
        vm = <optimized out>
#4  0x00005826d492faff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000078573ec9caa4 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 = {132315640493760, 3220737849182773817, 132315640493760, -352, 0, 140720607575248, 3220737849170190905, 3220747657520341561}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000078573ed29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x78573ef0fc40 (LWP 1987705) "ruby"):
#0  0x00005826d49344c9 in __asan_unpoison_memory_region ()
No symbol table info available.
#1  0x00005826d49ad9ab in asan_unpoison_memory_region (ptr=0x78571e3ed5a8, size=0, malloc_p=false) at /tmp/ruby/src/trunk_asan/internal/sanitizers.h:191
No locals.
#2  rb_asan_unpoison_object (obj=132315564922280, newobj_p=false) at /tmp/ruby/src/trunk_asan/gc.c:5033
        ptr = 0x78571e3ed5a8
#3  asan_unpoison_object_temporary (obj=132315564922280) at /tmp/ruby/src/trunk_asan/internal/sanitizers.h:204
        ptr = 0x0
#4  rb_gc_impl_shutdown_call_finalizer (objspace_ptr=0x51d000000a80) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3077
        poisoned = <optimized out>
        vp = 132315564922280
        page = <optimized out>
        p = 132315564922280
        pend = 132315564933120
        i = 9
        objspace = 0x51d000000a80
        lock_lev = 0
        i = <optimized out>
        page = <optimized out>
        p = <optimized out>
        pend = <optimized out>
        stride = <optimized out>
        vp = <optimized out>
        poisoned = <optimized out>
        unpoisoning = <optimized out>
#5  rb_objspace_call_finalizer () at /tmp/ruby/src/trunk_asan/gc.c:1810
No locals.
#6  0x00005826d4976159 in rb_ec_finalize (ec=0x5170000000d0) at /tmp/ruby/src/trunk_asan/eval.c:166
No locals.
#7  rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:257
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc11d3c870, <optimized out>, 0x7ffc11d3c740, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        save_error = 4
        sysex = 1
        signaled = 0
        th0 = 0x515000000300
        step = 4
        message = 4
        th = 0x515000000300
        buf = <optimized out>
        state = <optimized out>
#8  0x00005826d4976d0f in ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = <optimized out>
        status = <optimized out>
#9  0x00005826d496fbb7 in rb_main (argc=9, argv=0x7ffc11d3caf8) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#10 main (argc=9, argv=0x7ffc11d3caf8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x515000000300, native_id: 0x78573ef0fc40
-- Control frame information -----------------------------------------------
c:0001 p:0000 s:0003 E:001600 l:y b:---- DUMMY  [FINISH]

$1 = true
[Inferior 1 (process 1987705) detached]
$ timeout 60 gdb -p 1987375 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:919: yes-test-all] Error 1

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 1987374 -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 2502724 -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.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
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/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-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ruby 4.1.0dev (2025-12-30T18:02:00Z master 9d37155cfc) +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 39.857811 seconds

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