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

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
Run options: 
  --seed=61872
  "--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/914] 4173829=test_extlibs
[  2/914] 4173839=test_rat
[  3/914] 4173831=test_rdoc_markup_heading
[  4/914] 4173828=test_flags
[  5/914] 4173833=test_asn1
[  6/914] 4173836=test_monitor
[  7/914] 4173830=test_gem_ext_rake_builder
[  8/914] 4173841=json_string_matching_test
[  9/914] 4173834=test_whileuntil
[ 10/914] 4173837=test_transcode
[ 11/914] 4173840=test_method_cache
[ 12/914] 4173832=test_path
[ 13/914] 4173835=test_sprintf_comb
[ 14/914] 4173843=test_tcp
[ 15/914] 4173838=test_pp
[ 16/914] 4173842=test_rdoc_markdown_test
[ 17/914] 4173834=test_rdoc_normal_module
[ 18/914] 4173840=test_gem_stub_specification
[ 19/914] 4173839=tunnel_test
[ 20/914] 4173832=test_settracefunc
[ 21/914] 4173841=test_gem_text
[ 22/914] 4173838=test_rdoc_markup_to_tt_only
[ 23/914] 4173843=test_gem_version
[ 24/914] 4173836=test_win32ole
[ 25/914] 4173836=test_gem_commands_stale_command
[ 26/914] 4173839=test_gem_commands_query_command
[ 27/914] 4173833=test_color
[ 28/914] 4173831=equality_test
[ 29/914] 4173835=test_case
[ 30/914] 4173835=test_c_struct_entry
[ 31/914] 4173838=test_eval_history
[ 32/914] 4173831=test_x509ext
[ 33/914] 4173833=test_files_ext
[ 34/914] 4173837=unescape_test
[ 35/914] 4173835=test_complex
[ 36/914] 4173834=source_location_test
[ 37/914] 4173841=test_instrumentation_api
[ 38/914] 4173836=test_rdoc_markup_verbatim
[ 39/914] 4173831=test_at_exit
[ 40/914] 4173843=test_inadvertent_creation
[ 41/914] 4173831=static_inspect_test
[ 42/914] 4173831=test_rdoc_any_method
[ 43/914] 4173838=test_flush
[ 44/914] 4173833=test_rdoc_markup_to_html_snippet
[ 45/914] 4173838=test_gem_commands_fetch_command
[ 46/914] 4173840=test_cgi_header
[ 47/914] 4173834=test_pkcs7
[ 48/914] 4173840=test_complexrational
[ 49/914] 4173835=test_mkmf
[ 50/914] 4173840=test_win32ole_variant_outarg
[ 51/914] 4173840=test_mul
[ 52/914] 4173840=test_mixed_unicode_escapes
[ 53/914] 4173840=test_enumerator_kw
[ 54/914] 4173840=test_require_path_check
[ 55/914] 4173835=test_word
[ 56/914] 4173835=test_cgi_session
[ 57/914] 4173836=test_class
[ 58/914] 4173843=test_x509crl
[ 59/914] 4173835=test_numeric
[ 60/914] 4173836=test_stringscanner
[ 61/914] 4173835=test_win32ole_variable
[ 62/914] 4173835=test_gb18030
[ 63/914] 4173840=test_type_completor
[ 64/914] 4173835=test_gem_package_tar_reader
[ 65/914] 4173840=test_rdoc_class_module
[ 66/914] 4173836=test_gbk
[ 67/914] 4173836=test_rdoc_markup_attributes
[ 68/914] 4173836=test_gem_specification
[ 69/914] 4173834=test_gem_dependency_installer
[ 70/914] 4173843=test_pointer
[ 71/914] 4173833=test_refinement
[ 72/914] 4173828=test_win32ole_type_event
[ 73/914] 4173828=test_gem_name_tuple
[ 74/914] 4173838=test_warning
[ 75/914] 4173835=test_tree_builder
[ 76/914] 4173835=test_gem_ext_cargo_builder_link_flag_converter
[ 77/914] 4173843=test_protocol
[ 78/914] 4173835=test_protect
[ 79/914] 4173835=test_cgi_util
[ 80/914] 4173843=test_x509req
[ 81/914] 4173838=test_gem_commands_open_command
[ 82/914] 4173839=test_enc_associate
[ 83/914] 4173831=dump_test
[ 84/914] 4173828=test_gc
[ 85/914] 4173838=test_allocation
[ 86/914] 4173841=test_c_struct_builder
[ 87/914] 4173835=location_test
[ 88/914] 4173843=test_store
[ 89/914] 4173841=test_insns_leaf
[ 90/914] 4173841=test_iseq
[ 91/914] 4173832=test_rdoc_context
[ 92/914] 4173835=test_pkg_config
[ 93/914] 4173830=test_rdoc_markup_to_joined_paragraph
[ 94/914] 4173835=test_string_memory
[ 95/914] 4173835=test_rdoc_markup_to_html
[ 96/914] 4173830=regexp_test
[ 97/914] 4173843=test_coderange
[ 98/914] 4173843=test_open-uri
[ 99/914] 4173830=test_rdoc_parser
[100/914] 4173840=test_rdoc_markup_indented_paragraph
[101/914] 4173840=test_big2str
[102/914] 4173842=test_line_editor
[103/914] 4173840=test_dln
[104/914] 4173840=test_history
[105/914] 4173830=test_complex2
[106/914] 4173830=test_iso_8859
[107/914] 4173835=test_x509attr
[108/914] 4173835=test_signal
[109/914] 4173830=test_timeout
[110/914] 4173830=test_fixnum
[111/914] 4173842=test_iseq_load
[112/914] 4173843=test_name_error_extension
[113/914] 4173839=test_fstring
[114/914] 4173830=test_scheduler
[115/914] 4173843=test_ensure_and_callcc
[116/914] 4173843=test_rdoc_markup_raw
[117/914] 4173840=test_gem_resolver_activation_request
[118/914] 4173840=test_big5
[119/914] 4173840=test_null
[120/914] 4173830=test_fd_setsize
[121/914] 4173830=version_test
[122/914] 4173840=test_gem_request_set
[123/914] 4173830=test_objectspace
[124/914] 4173839=test_trick
[125/914] 4173843=test_gem_rdoc
[126/914] 4173843=lex_test
[127/914] 4173841=test_files_test_2
[128/914] 4173843=test_gem_version_option
[129/914] 4173843=test_require_lib
[130/914] 4173840=test_gem_remote_fetcher_s3
[131/914] 4173840=test_rdoc_markup_parser
[132/914] 4173829=test_ractor
[133/914] 4173840=test_rdoc_tom_doc
[134/914] 4173840=test_rdoc_i18n_text
[135/914] 4173840=test_gem_unsatisfiable_dependency_error
[136/914] 4173840=test_logger
[137/914] 4173829=test_sexp
[138/914] 4173840=test_gem_package_tar_header
[139/914] 4173829=test_disable_irb
[140/914] 4173840=pattern_test
[141/914] 4173831=test_gem_commands_owner_command
[142/914] 4173836=test_import
[143/914] 4173829=test_basicsocket
[144/914] 4173840=locals_test
[145/914] 4173829=test_find
[146/914] 4173829=test_recursion
[147/914] 4173829=test_normalize
[148/914] 4173829=test_struct
[149/914] 4173829=test_typeddata
[150/914] 4173832=test_gem_resolver_vendor_specification
[151/914] 4173837=compiler_test
[152/914] 4173835=test_date_strftime
[153/914] 4173837=test_key_actor_emacs
[154/914] 4173832=test_bigzero
[155/914] 4173832=test_basicinstructions
[156/914] 4173829=test_mutex
[157/914] 4173840=test_history
[158/914] 4173831=test_verbose
[159/914] 4173840=test_gem_ext_builder
[160/914] 4173831=test_sprintf
[161/914] 4173842=test_gem_uri_formatter
[162/914] 4173832=test_rdoc_encoding
[163/914] 4173836=test_common
[164/914] 4173832=test_optimization
[165/914] 4173834=test_rdoc_markdown
[166/914] 4173837=test_gem_request_connection_pools
[167/914] 4173829=test_ssl
[168/914] 4173842=test_deprecate
[169/914] 4173831=test_rdoc_constant
[170/914] 4173842=test_registry
[171/914] 4173842=test_ractor
[172/914] 4173842=parse_success_test
[173/914] 4173836=test_gem_commands_push_command
[174/914] 4173831=test_module
[175/914] 4173842=test_external_new
[176/914] 4173842=test_scanner_events
[177/914] 4173834=test_abi
[178/914] 4173842=test_euc_jp
[179/914] 4173842=test_win32ole_typelib
[180/914] 4173842=test_force_exit
[181/914] 4173842=test_gem_resolver_dependency_request
[182/914] 4173842=test_data_error
[183/914] 4173835=test_rubyvm
[184/914] 4173835=test_rdoc_markup_to_table_of_contents
[185/914] 4173835=test_weakmap
[186/914] 4173834=test_ancdata
[187/914] 4173834=test_gem_doctor
[188/914] 4173837=test_load
[189/914] 4173837=test_encoding
[190/914] 4173842=json_fixtures_test
[191/914] 4173834=test_rdoc_generator_pot_po_entry
[192/914] 4173834=test_gem_resolver_specification
[193/914] 4173842=test_rdoc_parser_c
[194/914] 4173836=test_gem_security_trust_dir
[195/914] 4173834=test_constant
[196/914] 4173836=test_default_gems
[197/914] 4173836=test_enc_str_buf_cat
[198/914] 4173836=test_logperiod
[199/914] 4173836=test_have_func
[200/914] 4173837=test_webauthn_listener
[201/914] 4173837=test_lock_native_thread
[202/914] 4173837=test_gem_package_tar_reader_entry
[203/914] 4173842=test_zsh_completion
[204/914] 4173842=test_http
[205/914] 4173842=test_passing_block
[206/914] 4173842=test_rdoc_attr
[207/914] 4173842=test_logdevice
[208/914] 4173837=test_addrinfo
[209/914] 4173837=test_x509cert
[210/914] 4173836=test_key_actor_vi
[211/914] 4173839=test_bug-14834
[212/914] 4173837=test_svcb_https
[213/914] 4173837=test_rdoc_context_section
[214/914] 4173840=ruby_parser_test
[215/914] 4173840=test_buffering
[216/914] 4173840=test_rdoc_markup_include
[217/914] 4173840=test_ansi_without_terminfo
[218/914] 4173840=test_terminfo
[219/914] 4173840=test_enumerable
[220/914] 4173840=test_bmethod
[221/914] 4173840=test_gem_resolver
[222/914] 4173839=test_gem_remote_fetcher
[223/914] 4173836=test_gem_gemcutter_utilities
[224/914] 4173837=test_raise_exception
[225/914] 4173836=test_gem_util
[226/914] 4173840=test_tempfile
[227/914] 4173839=test_config
[228/914] 4173839=test_exit
[229/914] 4173836=test_pattern_key_name_check
[230/914] 4173836=test_jaro_winkler
[231/914] 4173836=test_gem_commands_yank_command
[232/914] 4173839=test_gem_request_set_lockfile
[233/914] 4173842=ractor_test
[234/914] 4173836=test_postponed_job
[235/914] 4173842=test_bignum
[236/914] 4173840=reflection_test
[237/914] 4173840=test_human_typo
[238/914] 4173840=test_cparser
[239/914] 4173842=test_dot_dot
[240/914] 4173842=test_engine
[241/914] 4173842=test_enc_raise
[242/914] 4173839=test_key_error
[243/914] 4173833=test_usrmarshal
[244/914] 4173839=test_weakkeymap
[245/914] 4173842=test_rdoc_parser_ruby
[246/914] 4173834=test_httpresponse
[247/914] 4173837=test_rdoc_markup_to_markdown
[248/914] 4173839=test_inlinecache
[249/914] 4173833=test_show_source
[250/914] 4173836=test_pinned
[251/914] 4173834=test_memory_view
[252/914] 4173837=test_gem_command
[253/914] 4173836=test_tracepoint
[254/914] 4173839=test_gem_commands_environment_command
[255/914] 4173833=test_my_integer
[256/914] 4173833=test_rdoc_rubygems_hook
[257/914] 4173839=test_gem_resolver_installed_specification
[258/914] 4173837=test_debugger_integration
[259/914] 4173839=test_array_create
[260/914] 4173839=test_ractor
[261/914] 4173837=desugar_compiler_test
[262/914] 4173834=test_signedness
[263/914] 4173837=test_hmac
[264/914] 4173837=test_gem_commands_mirror
[265/914] 4173837=test_cgi_cookie
[266/914] 4173837=test_internal_ivar
[267/914] 4173837=symbol_encoding_test
[268/914] 4173837=test_cd
[269/914] 4173833=test_undef
[270/914] 4173833=test_c_union_entity
[271/914] 4173837=test_gem_commands_sources_command
[272/914] 4173839=test_gem_spec_fetcher
[273/914] 4173833=test_numeric
[274/914] 4173840=test_metaclass
[275/914] 4173831=test_io
[276/914] 4173840=test_ws
[277/914] 4173840=test_rdoc_require
[278/914] 4173840=test_date_arith
[279/914] 4173840=test_io_console
[280/914] 4173833=parse_test
[281/914] 4173839=test_gem_source_specific_file
[282/914] 4173836=test_unix
[283/914] 4173836=test_gem_commands_which_command
[284/914] 4173839=test_enum
[285/914] 4173833=test_rdoc_markup
[286/914] 4173833=test_context
[287/914] 4173836=test_coder
[288/914] 4173837=test_optparse
[289/914] 4173836=test_symbol
[290/914] 4173837=test_ldap
[291/914] 4173842=test_gem_source_lock
[292/914] 4173837=test_etc
[293/914] 4173841=test_gem_remote_fetcher_local_server
[294/914] 4173833=test_rdoc_markup_to_bs
[295/914] 4173833=test_last_thread
[296/914] 4173842=test_new
[297/914] 4173842=test_cipher
[298/914] 4173841=test_hash
[299/914] 4173837=test_macro
[300/914] 4173837=test_gem_ext_cmake_builder
[301/914] 4173837=test_filter
[302/914] 4173841=test_too_many_dummy_encodings
[303/914] 4173842=test_koi8
[304/914] 4173842=test_objspace
[305/914] 4173837=test_clone
[306/914] 4173843=test_erb_m17n
[307/914] 4173843=test_have_library
[308/914] 4173841=test_erb_command
[309/914] 4173830=test_require
[310/914] 4173841=test_https
[311/914] 4173833=test_evaluation
[312/914] 4173837=test_gem_resolver_vendor_set
[313/914] 4173833=test_rdoc_markup_to_ansi
[314/914] 4173837=test_fnmatch
[315/914] 4173833=test_ftp
[316/914] 4173833=integer_base_flags_test
[317/914] 4173837=test_httpresponses
[318/914] 4173833=test_unicode_escape
[319/914] 4173837=test_proxy
[320/914] 4173837=test_raise
[321/914] 4173837=test_completion
[322/914] 4173829=test_ostruct
[323/914] 4173833=test_gem_request_set_lockfile_parser
[324/914] 4173840=test_yield
[325/914] 4173835=test_shift_jis
[326/914] 4173835=test_gem_ci_detector
[327/914] 4173835=test_formatter
[328/914] 4173835=test_string
[329/914] 4173835=test_io_wait_uncommon
[330/914] 4173835=test_http
[331/914] 4173829=test_gem_dependency_resolution_error
[332/914] 4173834=test_rational2
[333/914] 4173834=fixtures_test
[334/914] 4173833=test_gem_install_update_options
[335/914] 4173829=test_file
[336/914] 4173829=test_gem_security_policy
[337/914] 4173834=test_rdoc_parser_changelog
[338/914] 4173833=test_init
[339/914] 4173834=test_gem_resolver_index_set
[340/914] 4173834=test_rdoc_markup_to_html_crossref
[341/914] 4173843=test_arity
[342/914] 4173839=test_update
[343/914] 4173843=test_files_sample
[344/914] 4173839=test_folderitem2_invokeverb
[345/914] 4173839=test_case_options
[346/914] 4173839=test_pack
[347/914] 4173829=test_defined
[348/914] 4173843=test_ole_methods
[349/914] 4173843=test_switch_hitter
[350/914] 4173843=test_thread
[351/914] 4173829=test_call
[352/914] 4173833=json_generic_object_test
[353/914] 4173829=test_hash_create
[354/914] 4173833=test_gem_resolver_conflict
[355/914] 4173829=test_rdoc_cross_reference
[356/914] 4173833=test_gem_commands_contents_command
[357/914] 4173839=test_readpartial
[358/914] 4173837=test_rdoc_generator_markup
[359/914] 4173837=test_scalar
[360/914] 4173834=test_rational
[361/914] 4173837=test_str2big
[362/914] 4173833=test_regexp
[363/914] 4173837=newline_offsets_test
[364/914] 4173834=test_unicode
[365/914] 4173838=test_parser_events
[366/914] 4173830=test_windows_1251
[367/914] 4173830=test_gem_resolver_best_set
[368/914] 4173839=test_convertible
[369/914] 4173834=test_addr
[370/914] 4173834=test_eval
[371/914] 4173838=test_stat
[372/914] 4173838=test_yamldbm
[373/914] 4173830=test_win32ole_method
[374/914] 4173838=test_helper
[375/914] 4173830=test_cgi_modruby
[376/914] 4173838=test_thread_cv
[377/914] 4173830=test_rdoc_include
[378/914] 4173830=parameters_signature_test
[379/914] 4173830=test_getopts
[380/914] 4173830=test_rendering
[381/914] 4173837=test_gem_resolver_api_specification
[382/914] 4173838=test_gem_commands_signin_command
[383/914] 4173837=test_nonblock
[384/914] 4173837=test_pkey
[385/914] 4173830=test_gem_request
[386/914] 4173837=test_primitive
[387/914] 4173837=test_rdoc_options
[388/914] 4173838=test_ansi_with_terminfo
[389/914] 4173834=test_yaml
[390/914] 4173838=test_boolean
[391/914] 4173838=test_config
[392/914] 4173834=test_gem_commands_specification_command
[393/914] 4173830=test_recorder
[394/914] 4173830=test_yield_block
[395/914] 4173830=test_spell_checker
[396/914] 4173830=test_bug_reporter
[397/914] 4173834=test_pstore
[398/914] 4173834=test_ractor
[399/914] 4173829=test_document
[400/914] 4173829=test_lambda
[401/914] 4173834=test_file
[402/914] 4173829=test_frozen_error
[403/914] 4173829=test_sockopt
[404/914] 4173829=bom_test
[405/914] 4173841=test_encoding
[406/914] 4173841=test_gem_commands_search_command
[407/914] 4173841=test_pattern_matching
[408/914] 4173830=test_thread
[409/914] 4173829=test_irb
[410/914] 4173841=test_literal
[411/914] 4173830=test_arithmetic_sequence
[412/914] 4173835=test_nil2vtempty
[413/914] 4173835=test_securerandom
[414/914] 4173830=test_foreach
[415/914] 4173830=test_econv
[416/914] 4173837=test_summary
[417/914] 4173835=test_flip
[418/914] 4173836=test_nowrite
[419/914] 4173836=test_thread_queue
[420/914] 4173835=test_gem_ext_cargo_builder_unit
[421/914] 4173838=test_gem_commands_install_command
[422/914] 4173835=test_stack
[423/914] 4173837=test_num2int
[424/914] 4173837=test_rdoc_parser_rd
[425/914] 4173837=test_gem_source_local
[426/914] 4173829=test_iter_break
[427/914] 4173829=test_process
[428/914] 4173837=test_have_macro
[429/914] 4173837=test_parse
[430/914] 4173835=test_address_resolve
[431/914] 4173835=test_closure
[432/914] 4173830=test_wss
[433/914] 4173830=test_variable
[434/914] 4173834=test_digest
[435/914] 4173834=test_gem_resolver_lock_specification
[436/914] 4173834=test_cstr
[437/914] 4173838=test_gem_dependency
[438/914] 4173830=test_method_cache
[439/914] 4173830=test_marshalable
[440/914] 4173830=test_string
[441/914] 4173830=test_gem_resolver_index_specification
[442/914] 4173836=test_iterator
[443/914] 4173830=test_class
[444/914] 4173837=test_const
[445/914] 4173837=test_serialize_subclasses
[446/914] 4173837=parse_comments_test
[447/914] 4173837=test_gem_ext_ext_conf_builder
[448/914] 4173838=test_qsort
[449/914] 4173838=test_cmethod
[450/914] 4173828=test_gem_commands_dependency_command
[451/914] 4173838=test_storage
[452/914] 4173838=test_path_to_class
[453/914] 4173838=json_addition_test
[454/914] 4173838=test_thread_fd_close
[455/914] 4173836=test_remote_fetch_error
[456/914] 4173838=test_pathname
[457/914] 4173836=test_coverage
[458/914] 4173841=test_func
[459/914] 4173835=test_stream
[460/914] 4173835=json_common_interface_test
[461/914] 4173835=test_cgi_tag_helper
[462/914] 4173828=test_kill_ring
[463/914] 4173835=test_dir_m17n
[464/914] 4173828=test_gem_resolver_git_specification
[465/914] 4173838=test_gem_commands_cert_command
[466/914] 4173839=test_io
[467/914] 4173834=test_eval
[468/914] 4173834=test_object
[469/914] 4173828=test_process
[470/914] 4173828=test_fileutils
[471/914] 4173839=test_class2name
[472/914] 4173839=test_nil
[473/914] 4173839=test_gem_request_set_lockfile_tokenizer
[474/914] 4173839=test_gem_commands_outdated_command
[475/914] 4173839=test_kdf
[476/914] 4173839=test_time_tz
[477/914] 4173840=test_backtrace
[478/914] 4173843=test_rdoc_task
[479/914] 4173843=test_profile_frames
[480/914] 4173839=test_resolve_symbol
[481/914] 4173828=test_date_compat
[482/914] 4173828=test_lazy_enumerator
[483/914] 4173839=test_array
[484/914] 4173843=test_find_executable
[485/914] 4173843=test_set
[486/914] 4173841=test_error_highlight
[487/914] 4173843=test_debug
[488/914] 4173843=test_stringchar
[489/914] 4173834=test_gem_commands_help_command
[490/914] 4173834=test_arith_seq_extract
[491/914] 4173843=test_command
[492/914] 4173836=test_gem_package_old
[493/914] 4173836=test_rbconfig
[494/914] 4173836=test_gem_uri
[495/914] 4173836=test_digest
[496/914] 4173834=test_rdoc_parser_prism_ruby
[497/914] 4173840=test_ractor
[498/914] 4173828=test_psych
[499/914] 4173828=test_rdoc_markup_formatter
[500/914] 4173840=test_enumerator
[501/914] 4173840=test_fiddle
[502/914] 4173837=test_win32ole_variant
[503/914] 4173843=test_change_word
[504/914] 4173837=test_gem_source_installed
[505/914] 4173843=test_modify_expand
[506/914] 4173843=test_gem_available_set
[507/914] 4173841=test_parser
[508/914] 4173837=test_pkcs12
[509/914] 4173841=test_date_time
[510/914] 4173840=test_date
[511/914] 4173841=test_pty
[512/914] 4173840=test_assembler
[513/914] 4173840=test_gem_commands_list_command
[514/914] 4173838=test_gem_source_vendor
[515/914] 4173838=test_variable_name_check
[516/914] 4173840=test_propertyputref
[517/914] 4173840=test_gem_uninstaller
[518/914] 4173843=test_symbol
[519/914] 4173843=test_gem_platform
[520/914] 4173838=test_rdoc_ri_paths
[521/914] 4173838=overlap_test
[522/914] 4173828=test_handle
[523/914] 4173843=test_frozen
[524/914] 4173843=test_gem_source
[525/914] 4173832=test_rdoc_markup_to_rdoc
[526/914] 4173832=test_color_printer
[527/914] 4173836=test_safe_load
[528/914] 4173836=string_encoding_test
[529/914] 4173835=test_benchmark
[530/914] 4173832=test_exception_at_throwing
[531/914] 4173837=test_name_error
[532/914] 4173831=test_enumerator
[533/914] 4173841=test_rdoc_parser_simple
[534/914] 4173828=test_utf16
[535/914] 4173828=test_gem_package
[536/914] 4173843=test_time
[537/914] 4173832=json_ext_parser_test
[538/914] 4173832=test_duplicate
[539/914] 4173836=test_integer
[540/914] 4173832=test_date_attr
[541/914] 4173832=test_scan_args
[542/914] 4173832=test_erb
[543/914] 4173834=test_condition
[544/914] 4173834=test_cp949
[545/914] 4173832=test_class_name_check
[546/914] 4173834=test_gem_resolver_git_set
[547/914] 4173843=test_help
[548/914] 4173843=test_string
[549/914] 4173838=test_sorted_set
[550/914] 4173832=test_files_lib
[551/914] 4173841=test_emoji
[552/914] 4173841=test_rdoc_normal_class
[553/914] 4173835=test_random_formatter
[554/914] 4173835=test_gem_commands_check_command
[555/914] 4173834=test_gem_source_git
[556/914] 4173841=test_regex_casefold
[557/914] 4173837=test_pipe
[558/914] 4173835=test_rdoc_code_object
[559/914] 4173841=test_multi_irb_commands
[560/914] 4173841=test_gem_command_manager
[561/914] 4173838=test_rdoc_top_level
[562/914] 4173837=test_gem_installer
[563/914] 4173841=test_cgi_core
[564/914] 4173841=test_helper_method
[565/914] 4173828=test_delegate
[566/914] 4173828=test_gem_source_list
[567/914] 4173828=test_yaml_special_cases
[568/914] 4173828=attribute_write_test
[569/914] 4173834=test_parser
[570/914] 4173840=test_severity
[571/914] 4173834=test_ractor
[572/914] 4173840=test_float
[573/914] 4173841=test_rdoc_rd_inline
[574/914] 4173841=test_gem_remote_fetcher_local_ssl_server
[575/914] 4173834=test_files_test_1
[576/914] 4173828=test_gem
[577/914] 4173835=test_https_proxy
[578/914] 4173835=test_pkey_dsa
[579/914] 4173838=test_nomethod_error
[580/914] 4173838=test_ssl
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 46697>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    4173838  ko1   10u  IPv4 502105976      0t0  TCP localhost:46697->localhost:39768 (CLOSE_WAIT)
Closed file descriptor: TestOpenURISSL#test_validation_noverify: 10
[581/914] 4173835=test_date_strptime
[582/914] 4173840=test_ractor
[583/914] 4173835=library_symbols_test
[584/914] 4173835=test_emitter
[585/914] 4173835=test_json_tree
[586/914] 4173835=test_omap
[587/914] 4173835=magic_comment_test
[588/914] 4173835=test_zlib
[589/914] 4173841=test_marshal
[590/914] 4173840=test_framework
[591/914] 4173838=test_case_comprehensive
[592/914] 4173838=test_proc
[593/914] 4173840=test_singleton_function
[594/914] 4173840=test_shellwords
[595/914] 4173840=test_cclass
[596/914] 4173828=test_uncorrectable_name_check
[597/914] 4173828=test_load
[598/914] 4173828=test_rdoc_markup_document
[599/914] 4173828=test_ftp
[600/914] 4173840=test_vm_dump
[601/914] 4173840=test_open3
[602/914] 4173828=errors_test
[603/914] 4173828=test_rdoc_stats
[604/914] 4173828=test_cesu8
[605/914] 4173828=test_gem_commands_rebuild_command
[606/914] 4173828=test_alias_and_anchor
[607/914] 4173828=test_gem_commands_setup_command
[608/914] 4173841=json_parser_test
[609/914] 4173841=test_win32ole_variant_m
[610/914] 4173841=test_rdoc_store
[611/914] 4173838=test_err_in_callback
[612/914] 4173838=breadth_first_search_test
[613/914] 4173838=test_generic
[614/914] 4173838=test_fiber
[615/914] 4173830=test_div
[616/914] 4173830=test_rdoc_generator_darkfish
[617/914] 4173828=test_resize
[618/914] 4173828=test_gc_compact
[619/914] 4173839=test_deprecated
[620/914] 4173839=test_key_stroke
[621/914] 4173839=test_gem_safe_marshal
[622/914] 4173830=test_option
[623/914] 4173830=test_capacity
[624/914] 4173830=test_tracer
[625/914] 4173830=test_input_method
[626/914] 4173841=test_nextafter
[627/914] 4173830=test_bundled_ca
[628/914] 4173841=test_to_ruby
[629/914] 4173841=test_random
[630/914] 4173841=test_workspace
[631/914] 4173836=static_literals_test
[632/914] 4173836=test_backtrace
[633/914] 4173836=test_fips
[634/914] 4173841=test_date_parse
[635/914] 4173839=test_gem_commands_update_command
[636/914] 4173830=test_noarg
[637/914] 4173841=test_data
[638/914] 4173841=test_thread
[639/914] 4173841=test_pkey_ec
[640/914] 4173841=test_rand
[641/914] 4173836=test_ellipsize
[642/914] 4173836=test_utf32
[643/914] 4173836=test_integer
[644/914] 4173830=test_memory_view
[645/914] 4173836=test_helper
[646/914] 4173836=test_provider
[647/914] 4173830=test_win32ole_method_event
[648/914] 4173830=test_bn
[649/914] 4173830=test_gem_package_task
[650/914] 4173830=test_gem_commands_server_command
[651/914] 4173830=test_httpheader
[652/914] 4173830=test_http_request
[653/914] 4173830=test_rdoc_ri_driver
[654/914] 4173835=test_data
[655/914] 4173835=!Nothing_to_test
[656/914] 4173835=numeric_value_test
[657/914] 4173835=test_keyword
[658/914] 4173841=heredoc_dedent_test
[659/914] 4173841=test_method_name_check
[660/914] 4173832=test_kernel
[661/914] 4173841=test_win32ole_param
[662/914] 4173841=test_function_entry
[663/914] 4173841=test_rdoc_parser_markdown
[664/914] 4173830=test_len
[665/914] 4173830=implicit_array_test
[666/914] 4173830=test_acceptable
[667/914] 4173841=test_gem_ext_cargo_builder
[668/914] 4173841=test_gem_gem_runner
[669/914] 4173836=test_file_exhaustive
[670/914] 4173841=test_object
[671/914] 4173841=test_gem_commands_signout_command
[672/914] 4173830=test_exception
[673/914] 4173834=test_rdoc_generator_pot
[674/914] 4173834=test_gem_resolver_local_specification
[675/914] 4173841=test_autoload
[676/914] 4173830=test_pack
[677/914] 4173834=test_gem_commands_exec_command
[678/914] 4173839=test_gem_commands_unpack_command
[679/914] 4173840=test_stream
[680/914] 4173835=test_optarg
[681/914] 4173830=test_ssl_session
[682/914] 4173840=test_ractor
[683/914] 4173840=test_ruby_lex
[684/914] 4173832=test_assignment
[685/914] 4173835=test_ossl
[686/914] 4173840=test_date_marshal
[687/914] 4173840=test_grapheme_breaks
[688/914] 4173840=test_gem_request_set_gem_dependency_api
[689/914] 4173839=test_syntax
[690/914] 4173840=test_key_name_check
[691/914] 4173830=test_ripper
[692/914] 4173840=test_win32ole_param_event
[693/914] 4173840=test_rdoc_rd_block_parser
[694/914] 4173840=test_rdoc_servlet
[695/914] 4173840=test_singleton
[696/914] 4173840=test_integer_comb
[697/914] 4173834=index_write_test
[698/914] 4173834=test_ns_spki
[699/914] 4173834=test_depth_first
[700/914] 4173834=test_tsort
[701/914] 4173834=lex_test
[702/914] 4173837=test_bundled_gems
[703/914] 4173837=test_custom_command
[704/914] 4173837=test_date_ractor
[705/914] 4173830=test_m17n_comb
[706/914] 4173837=test_pair
[707/914] 4173842=test_tree_spell_checker
[708/914] 4173842=test_rdoc_markup_to_label
[709/914] 4173842=test_install
[710/914] 4173828=integer_parse_test
[711/914] 4173828=test_gem_validator
[712/914] 4173828=test_prettyprint
[713/914] 4173842=regular_expression_options_test
[714/914] 4173842=test_key_event_record
[715/914] 4173842=test_sleep
[716/914] 4173828=test_queue
[717/914] 4173828=test_threadgroup
[718/914] 4173834=test_rdoc_generator_json_index
[719/914] 4173834=test_set_len
[720/914] 4173834=test_gem_commands_lock_command
[721/914] 4173834=test_euc_kr
[722/914] 4173834=test_gem_local_remote_options
[723/914] 4173834=test_exception
[724/914] 4173828=test_bash_completion
[725/914] 4173828=test_gem_security_signer
[726/914] 4173835=test_rdoc_rd_inline_parser
[727/914] 4173835=test_gem_ext_configure_builder
[728/914] 4173828=test_mdns
[729/914] 4173835=test_x509store
[730/914] 4173828=test_dir
[731/914] 4173835=test_random
[732/914] 4173835=test_merge_keys
[733/914] 4173835=test_kwargs
[734/914] 4173835=test_rdoc_extend
[735/914] 4173835=test_io_wait
[736/914] 4173828=test_lexer
[737/914] 4173835=test_win32ole_type
[738/914] 4173835=test_gem_commands_cleanup_command
[739/914] 4173828=test_rdoc_markup_paragraph
[740/914] 4173828=test_interned_str
[741/914] 4173828=test_placearg
[742/914] 4173832=test_project_sanity
[743/914] 4173828=regular_expression_encoding_test
[744/914] 4173828=test_env
[745/914] 4173832=test_config
[746/914] 4173842=test_object_create_start
[747/914] 4173832=test_forwardable
[748/914] 4173842=test_continuation
[749/914] 4173842=test_ensured
[750/914] 4173832=test_config
[751/914] 4173832=test_delete
[752/914] 4173832=comments_test
[753/914] 4173842=test_io_m17n
[754/914] 4173837=test_gem_commands_uninstall_command
[755/914] 4173832=test_rendering
[756/914] 4173832=test_files_test
[757/914] 4173832=test_gem_dependency_list
[758/914] 4173835=test_gem_resolver_installer_set
[759/914] 4173832=test_nesting_parser
[760/914] 4173838=test_gem_silent_ui
[761/914] 4173832=test_require
[762/914] 4173832=test_ifunless
[763/914] 4173832=test_pkey_dh
[764/914] 4173838=test_rdoc_text
[765/914] 4173836=test_shapes
[766/914] 4173836=test_ocsp
[767/914] 4173832=test_udp
[768/914] 4173832=dispatcher_test
[769/914] 4173835=test_configuration
[770/914] 4173838=test_windows_1252
[771/914] 4173832=test_rdoc_single_class
[772/914] 4173838=test_rdoc_alias
[773/914] 4173832=test_stringify_symbols
[774/914] 4173832=warnings_test
[775/914] 4173838=test_to_ary_concat
[776/914] 4173832=test_rubyoptions
[777/914] 4173841=test_printf
[778/914] 4173841=test_rdoc_token_stream
[779/914] 4173841=test_gem_source_subpath_problem
[780/914] 4173835=node_id_test
[781/914] 4173841=test_tmpdir
[782/914] 4173836=test_emitter
[783/914] 4173836=test_ts
[784/914] 4173841=test_gem_resolver_api_set
[785/914] 4173835=parse_stream_test
[786/914] 4173835=test_locale
[787/914] 4173841=test_io_buffer
[788/914] 4173841=encodings_test
[789/914] 4173841=test_string_processing
[790/914] 4173835=json_generator_test
[791/914] 4173841=test_gem_impossible_dependencies_error
[792/914] 4173841=test_dryrun
[793/914] 4173841=test_type
[794/914] 4173841=test_range
[795/914] 4173837=test_stringio
[796/914] 4173835=test_dns
[797/914] 4173837=test_dup
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 13 : #<TCPSocket:fd 13, AF_INET, 127.0.0.1, 56658>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    4173835  ko1   13u  IPv4 502122874      0t0  TCP localhost:56658->localhost:48246 (CLOSE_WAIT)
[798/914] 4173836=test_require
Closed file descriptor: TestResolvDNS#test_each_name: 13
[799/914] 4173835=test_bug-3571
[800/914] 4173835=test_notimplement
[801/914] 4173835=test_emoji_breaks
[802/914] 4173835=test_system
[803/914] 4173837=test_comparable
[804/914] 4173837=test_gem_commands_info_command
[805/914] 4173837=command_line_test
[806/914] 4173837=test_rdoc_rd
[807/914] 4173837=test_date_new
[808/914] 4173837=test_io_timeout
[809/914] 4173837=test_compile_prism
[810/914] 4173840=test_gem_commands_build_command
[811/914] 4173842=test_gem_security
[812/914] 4173838=test_euc_tw
[813/914] 4173838=test_gem_requirement
[814/914] 4173840=test_alias
[815/914] 4173837=test_face
[816/914] 4173838=test_sizeof
[817/914] 4173837=test_wait
[818/914] 4173837=test_object_references
[819/914] 4173837=test_x509name
[820/914] 4173837=test_sleep
[821/914] 4173840=test_did_you_mean
[822/914] 4173833=test_autoconf
[823/914] 4173840=test_popen_deadlock
[824/914] 4173833=test_gem_safe_yaml
[825/914] 4173833=test_digest_extend
[826/914] 4173833=test_cgi_multipart
[827/914] 4173834=test_case
[828/914] 4173834=test_bug-5832
[829/914] 4173834=onigmo_test
[830/914] 4173834=test_struct
[831/914] 4173834=test_rdoc_comment
[832/914] 4173833=test_pack
[833/914] 4173833=test_ast
[834/914] 4173841=fuzzer_test
[835/914] 4173841=test_rb_str_dup
[836/914] 4173841=json_encoding_test
[837/914] 4173841=test_time
[838/914] 4173834=test_math
[839/914] 4173834=test_gc
[840/914] 4173834=test_libs
[841/914] 4173834=test_super
[842/914] 4173837=test_gem_bundler_version_finder
[843/914] 4173837=test_console_attr
[844/914] 4173837=newline_test
[845/914] 4173841=snippets_test
[846/914] 4173837=parser_test
[847/914] 4173837=test_array
[848/914] 4173837=test_ubf_async_safe
[849/914] 4173835=test_webauthn_listener_response
[850/914] 4173831=heredoc_test
[851/914] 4173831=constant_path_node_test
[852/914] 4173831=test_gem_path_support
[853/914] 4173835=test_win32ole_record
[854/914] 4173835=test_mailto
[855/914] 4173837=test_yaml_tree
[856/914] 4173835=test_case_mapping
[857/914] 4173831=test_gem_package_tar_writer
[858/914] 4173835=test_rubygems
[859/914] 4173837=ripper_test
[860/914] 4173830=test_timeout
[861/914] 4173831=test_not
[862/914] 4173831=test_weakref
[863/914] 4173840=snapshots_test
[864/914] 4173835=test_function
[865/914] 4173831=test_socket
[866/914] 4173842=test_io_buffer
[867/914] 4173830=test_win32ole_event
[868/914] 4173842=test_hash
[869/914] 4173830=test_reline
[870/914] 4173834=test_arith_seq_beg_len_step
[871/914] 4173834=test_beginendblock
[872/914] 4173835=test_gem_resolver_requirement_list
[873/914] 4173835=test_within_pipe
[874/914] 4173835=test_scalar_scanner
[875/914] 4173835=test_rdoc_method_attr
[876/914] 4173837=test_gem_config_file
[877/914] 4173835=test_gem_commands_pristine_command
[878/914] 4173837=test_yamlstore
[879/914] 4173837=test_yjit_exit_locations
[880/914] 4173828=test_rdoc_markup_pre_process
[881/914] 4173837=test_rdoc_rdoc
[882/914] 4173834=test_buffered_io
[883/914] 4173834=test_yjit
[884/914] 4173828=test_rdoc_markup_attribute_manager
[885/914] 4173837=test_m17n
[886/914] 4173828=test_argf
[887/914] 4173837=test_rdoc_i18n_locale
[888/914] 4173837=test_egrep_cpp
[889/914] 4173830=test_gem_resolver_composed_set
[890/914] 4173830=test_date_conv
[891/914] 4173840=test_webauthn_poller
[892/914] 4173830=test_gem_stream_ui
[893/914] 4173837=test_numhash
[894/914] 4173837=test_trace
[895/914] 4173837=test_rdoc_generator_ri
[896/914] 4173837=test_nofree
[897/914] 4173837=test_pkey_rsa
[898/914] 4173840=test_ipaddr
[899/914] 4173830=test_arity
[900/914] 4173830=test_resource
[901/914] 4173830=test_gem_source_fetch_problem
[902/914] 4173840=test_set
[903/914] 4173830=test_gem_update_suggestion
[904/914] 4173840=test_gem_console_ui
[905/914] 4173840=test_member
[906/914] 4173840=test_method
[907/914] 4173841=test_unicode_normalize
[908/914] 4173838=test_append
[909/914] 4173838=test_ractor_compatibility
[910/914] 4173830=test_rdoc_markup_hard_break
[911/914] 4173830=test_gem_resolver_lock_set
[912/914] 4173831=test_rdoc_generator_pot_po
[913/914] 4173841=test_reqarg
[914/914] 4173831=test_reline_key
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1    1035    1035    1035 ?             -1 Ss    1000   0:05 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental
   1035    1041    1041    1041 pts/0       1041 Ss+   1000   0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental
   1041    1042    1041    1041 pts/0       1041 S+    1000   0:01 sh build-loop.sh trunk_asan --incremental
4173829    9108    1041    1041 pts/0       1041 S+    1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestProcess#test_concurrent_group_and_pid_wait
4132419   15092    1041    1041 pts/0       1041 R+    1000   0:00 ps jx
   1042 4132415    1041    1041 pts/0       1041 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental
4132415 4132418    1041    1041 pts/0       1041 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.20240822-135336 --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'" --incremental
4132418 4132419    1041    1041 pts/0       1041 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20240822-135336 --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' --incremental
4132419 4173503    1041    1041 pts/0       1041 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
4173503 4173504    1041    1041 pts/0       1041 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
4173504 4173825    1041    1041 pts/0       1041 Sl+   1000   0:18 /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
4173825 4173829    1041    1041 pts/0       1041 Sl+   1000   0:25 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb
{1=>[1035], 1035=>[1041], 1041=>[1042], 4173829=>[9108], 4132419=>[15092, 4173503], 1042=>[4132415], 4132415=>[4132418], 4132418=>[4132419], 4173503=>[4173504], 4173504=>[4173825], 4173825=>[4173829]}
$ timeout 60 gdb -p 15092 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 9108 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005b03fea83afe in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                               Frame 
* 1    Thread 0x7a69657a5c40 (LWP 9108) "ruby" 0x00005b03fea83afe in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Machine level backtrace


Thread 1 (Thread 0x7a69657a5c40 (LWP 9108) "ruby"):
#0  0x00005b03fea83afe in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005b03fea84aba in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005b03fe9d1448 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::ReturnToAllocator(__sanitizer::MemoryMapper<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >*, __sanitizer::AllocatorStats*, unsigned long, unsigned int const*, unsigned long) ()
No symbol table info available.
#3  0x00005b03fe9d1239 in __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::DrainHalfMax(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long) ()
No symbol table info available.
#4  0x00005b03fe9d106d in __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Deallocate(__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long, void*) ()
No symbol table info available.
#5  0x00005b03fe9d0aad in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::DoRecycle(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback) ()
No symbol table info available.
#6  0x00005b03fe9d06f6 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Recycle(unsigned long, __asan::QuarantineCallback) ()
No symbol table info available.
#7  0x00005b03fe9d29c6 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Put(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback, __asan::AsanChunk*, unsigned long) ()
No symbol table info available.
#8  0x00005b03fea69890 in __interceptor_free ()
No symbol table info available.
#9  0x00005b03feaf33ae in rb_gc_impl_free (objspace_ptr=0x51e000000080, ptr=0x7a694270f800, old_size=1572864) at /tmp/ruby/src/trunk_asan/gc/default.c:8512
        objspace = 0x51e000000080
        malloc_increase_done = <optimized out>
#10 ruby_sized_xfree (x=0x7a694270f800, size=0) at /tmp/ruby/src/trunk_asan/gc.c:4178
No locals.
#11 ruby_xfree (x=0x7a694270f800) at /tmp/ruby/src/trunk_asan/gc.c:4189
No locals.
#12 0x00005b03fed29773 in rb_st_free_table (tab=0x5060000004a0) at /tmp/ruby/src/trunk_asan/st.c:662
No locals.
#13 0x00005b03fee66c40 in ruby_vm_destruct (vm=0x525000000100) at /tmp/ruby/src/trunk_asan/vm.c:3116
        th = 0x515000000300
        stack = 0x7a69628ff800
        objspace = 0x51e000000080
        next = <optimized out>
#14 0x00005b03feaad860 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:263
        save_error = 4
        sysex = 0
        signaled = 0
        th0 = 0x515000000300
        step = 4
        message = 4
        th = <optimized out>
        buf = <optimized out>
        state = <optimized out>
#15 0x00005b03feaaddcb in ruby_stop (ex=776, ex@entry=0) at /tmp/ruby/src/trunk_asan/eval.c:290
No locals.
#16 0x00005b03fec2bf1d in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4371
        status = <optimized out>
        pid = <optimized out>
#17 0x00005b03fee87958 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:3788
        ci = 0x644100040001
        cc = <optimized out>
        me = 0x7a696494a6b8
        cfunc = 0x50400001ff58
        recv = 134592461026920
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#18 0x00005b03fee2ee63 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7a69629ff4f0, cd=0x50c000436b60, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#19 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50c000436b60
        insns_address_table = {0x5b03fee2e9c6 <vm_exec_core+28230>, 0x5b03fee291b7 <vm_exec_core+5687>, 0x5b03fee2fad6 <vm_exec_core+32598>, 0x5b03fee2d1d0 <vm_exec_core+22096>, 0x5b03fee2b6f2 <vm_exec_core+15218>, 0x5b03fee280e7 <vm_exec_core+1383>, 0x5b03fee2f21d <vm_exec_core+30365>, 0x5b03fee2eb6f <vm_exec_core+28655>, 0x5b03fee29525 <vm_exec_core+6565>, 0x5b03fee287e7 <vm_exec_core+3175>, 0x5b03fee2d7fd <vm_exec_core+23677>, 0x5b03fee29ef8 <vm_exec_core+9080>, 0x5b03fee2f5e8 <vm_exec_core+31336>, 0x5b03fee2f01b <vm_exec_core+29851>, 0x5b03fee2a686 <vm_exec_core+11014>, 0x5b03fee2b64e <vm_exec_core+15054>, 0x5b03fee2d44a <vm_exec_core+22730>, 0x5b03fee2ec99 <vm_exec_core+28953>, 0x5b03fee2c5e1 <vm_exec_core+19041>, 0x5b03fee2d502 <vm_exec_core+22914>, 0x5b03fee2db03 <vm_exec_core+24451>, 0x5b03fee2c522 <vm_exec_core+18850>, 0x5b03fee28642 <vm_exec_core+2754>, 0x5b03fee2cc5a <vm_exec_core+20698>, 0x5b03fee28496 <vm_exec_core+2326>, 0x5b03fee288d6 <vm_exec_core+3414>, 0x5b03fee2a9d0 <vm_exec_core+11856>, 0x5b03fee2c2a3 <vm_exec_core+18211>, 0x5b03fee2ca6a <vm_exec_core+20202>, 0x5b03fee2c13a <vm_exec_core+17850>, 0x5b03fee28043 <vm_exec_core+1219>, 0x5b03fee2de17 <vm_exec_core+25239>, 0x5b03fee2ea34 <vm_exec_core+28340>, 0x5b03fee289e1 <vm_exec_core+3681>, 0x5b03fee2980a <vm_exec_core+7306>, 0x5b03fee2968c <vm_exec_core+6924>, 0x5b03fee2a10a <vm_exec_core+9610>, 0x5b03fee2b5a0 <vm_exec_core+14880>, 0x5b03fee28ad5 <vm_exec_core+3925>, 0x5b03fee2dce3 <vm_exec_core+24931>, 0x5b03fee2974e <vm_exec_core+7118>, 0x5b03fee2b4d9 <vm_exec_core+14681>, 0x5b03fee2bf10 <vm_exec_core+17296>, 0x5b03fee2d97f <vm_exec_core+24063>, 0x5b03fee2c86e <vm_exec_core+19694>, 0x5b03fee2a3b7 <vm_exec_core+10295>, 0x5b03fee29a61 <vm_exec_core+7905>, 0x5b03fee2d6e3 <vm_exec_core+23395>, 0x5b03fee2ad4a <vm_exec_core+12746>, 0x5b03fee2cd2e <vm_exec_core+20910>, 0x5b03fee2c93f <vm_exec_core+19903>, 0x5b03fee2ce54 <vm_exec_core+21204>, 0x5b03fee2e45f <vm_exec_core+26847>, 0x5b03fee2c0a6 <vm_exec_core+17702>, 0x5b03fee2da25 <vm_exec_core+24229>, 0x5b03fee2a486 <vm_exec_core+10502>, 0x5b03fee2d5a1 <vm_exec_core+23073>, 0x5b03fee27f0b <vm_exec_core+907>, 0x5b03fee2c37c <vm_exec_core+18428>, 0x5b03fee2c741 <vm_exec_core+19393>, 0x5b03fee286e1 <vm_exec_core+2913>, 0x5b03fee2c1de <vm_exec_core+18014>, 0x5b03fee2a7ee <vm_exec_core+11374>, 0x5b03fee29ca7 <vm_exec_core+8487>, 0x5b03fee2cf56 <vm_exec_core+21462>, 0x5b03fee28ccb <vm_exec_core+4427>, 0x5b03fee2bba5 <vm_exec_core+16421>, 0x5b03fee36bfa <vm_exec_core+61562>, 0x5b03fee2c67b <vm_exec_core+19195>, 0x5b03fee28f71 <vm_exec_core+5105>, 0x5b03fee29401 <vm_exec_core+6273>, 0x5b03fee29095 <vm_exec_core+5397>, 0x5b03fee298fa <vm_exec_core+7546>, 0x5b03fee2a206 <vm_exec_core+9862>, 0x5b03fee2cb7b <vm_exec_core+20475>, 0x5b03fee2bf9c <vm_exec_core+17436>, 0x5b03fee2dd35 <vm_exec_core+25013>, 0x5b03fee2fd8d <vm_exec_core+33293>, 0x5b03fee2e137 <vm_exec_core+26039>, 0x5b03fee2f685 <vm_exec_core+31493>, 0x5b03fee2f787 <vm_exec_core+31751>, 0x5b03fee2855b <vm_exec_core+2523>, 0x5b03fee2f13a <vm_exec_core+30138>, 0x5b03fee2ac63 <vm_exec_core+12515>, 0x5b03fee2f3ab <vm_exec_core+30763>, 0x5b03fee2a54b <vm_exec_core+10699>, 0x5b03fee2e060 <vm_exec_core+25824>, 0x5b03fee283b3 <vm_exec_core+2099>, 0x5b03fee28bba <vm_exec_core+4154>, 0x5b03fee2f9a0 <vm_exec_core+32288>, 0x5b03fee29ae9 <vm_exec_core+8041>, 0x5b03fee2afef <vm_exec_core+13423>, 0x5b03fee27f10 <vm_exec_core+912>, 0x5b03fee28321 <vm_exec_core+1953>, 0x5b03fee27fa2 <vm_exec_core+1058>, 0x5b03fee2e367 <vm_exec_core+26599>, 0x5b03fee2aa78 <vm_exec_core+12024>, 0x5b03fee2f487 <vm_exec_core+30983>, 0x5b03fee2bdb7 <vm_exec_core+16951>, 0x5b03fee2b2a6 <vm_exec_core+14118>, 0x5b03fee2ba7b <vm_exec_core+16123>, 0x5b03fee2b997 <vm_exec_core+15895>, 0x5b03fee2a8d2 <vm_exec_core+11602>, 0x5b03fee2b19b <vm_exec_core+13851>, 0x5b03fee2aec5 <vm_exec_core+13125>, 0x5b03fee2b457 <vm_exec_core+14551>, 0x5b03fee2b3d5 <vm_exec_core+14421>, 0x5b03fee2e9b7 <vm_exec_core+28215>, 0x5b03fee291a8 <vm_exec_core+5672>, 0x5b03fee2fac7 <vm_exec_core+32583>, 0x5b03fee2d1c1 <vm_exec_core+22081>, 0x5b03fee2b6e3 <vm_exec_core+15203>, 0x5b03fee280d8 <vm_exec_core+1368>, 0x5b03fee2f20e <vm_exec_core+30350>, 0x5b03fee2eb60 <vm_exec_core+28640>, 0x5b03fee29516 <vm_exec_core+6550>, 0x5b03fee287d8 <vm_exec_core+3160>, 0x5b03fee2d7ee <vm_exec_core+23662>, 0x5b03fee29ee9 <vm_exec_core+9065>, 0x5b03fee2f5d9 <vm_exec_core+31321>, 0x5b03fee2f00c <vm_exec_core+29836>, 0x5b03fee2a677 <vm_exec_core+10999>, 0x5b03fee2b63f <vm_exec_core+15039>, 0x5b03fee2d43b <vm_exec_core+22715>, 0x5b03fee2ec8a <vm_exec_core+28938>, 0x5b03fee2c5d2 <vm_exec_core+19026>, 0x5b03fee2d4f3 <vm_exec_core+22899>, 0x5b03fee2daf4 <vm_exec_core+24436>, 0x5b03fee2c513 <vm_exec_core+18835>, 0x5b03fee28633 <vm_exec_core+2739>, 0x5b03fee2cc4b <vm_exec_core+20683>, 0x5b03fee28487 <vm_exec_core+2311>, 0x5b03fee288c7 <vm_exec_core+3399>, 0x5b03fee2a9c1 <vm_exec_core+11841>, 0x5b03fee2c294 <vm_exec_core+18196>, 0x5b03fee2ca5b <vm_exec_core+20187>, 0x5b03fee2c12b <vm_exec_core+17835>, 0x5b03fee28034 <vm_exec_core+1204>, 0x5b03fee2de08 <vm_exec_core+25224>, 0x5b03fee2ea25 <vm_exec_core+28325>, 0x5b03fee289d2 <vm_exec_core+3666>, 0x5b03fee297fb <vm_exec_core+7291>, 0x5b03fee2967d <vm_exec_core+6909>, 0x5b03fee2a0fb <vm_exec_core+9595>, 0x5b03fee2b591 <vm_exec_core+14865>, 0x5b03fee28ac6 <vm_exec_core+3910>, 0x5b03fee2dcd4 <vm_exec_core+24916>, 0x5b03fee2973f <vm_exec_core+7103>, 0x5b03fee2b4ca <vm_exec_core+14666>, 0x5b03fee2bf01 <vm_exec_core+17281>, 0x5b03fee2d970 <vm_exec_core+24048>, 0x5b03fee2c85f <vm_exec_core+19679>, 0x5b03fee2a3a8 <vm_exec_core+10280>, 0x5b03fee29a52 <vm_exec_core+7890>, 0x5b03fee2d6d4 <vm_exec_core+23380>, 0x5b03fee2ad3b <vm_exec_core+12731>, 0x5b03fee2cd1f <vm_exec_core+20895>, 0x5b03fee2c930 <vm_exec_core+19888>, 0x5b03fee2ce45 <vm_exec_core+21189>, 0x5b03fee2e450 <vm_exec_core+26832>, 0x5b03fee2c097 <vm_exec_core+17687>, 0x5b03fee2da16 <vm_exec_core+24214>, 0x5b03fee2a477 <vm_exec_core+10487>, 0x5b03fee2d592 <vm_exec_core+23058>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c36d <vm_exec_core+18413>, 0x5b03fee2c732 <vm_exec_core+19378>, 0x5b03fee2bd99 <vm_exec_core+16921>, 0x5b03fee2c1cf <vm_exec_core+17999>, 0x5b03fee2a7df <vm_exec_core+11359>, 0x5b03fee29c98 <vm_exec_core+8472>, 0x5b03fee2cf47 <vm_exec_core+21447>, 0x5b03fee28cbc <vm_exec_core+4412>, 0x5b03fee2bb96 <vm_exec_core+16406>, 0x5b03fee36beb <vm_exec_core+61547>, 0x5b03fee2c66c <vm_exec_core+19180>, 0x5b03fee28f62 <vm_exec_core+5090>, 0x5b03fee293f2 <vm_exec_core+6258>, 0x5b03fee29086 <vm_exec_core+5382>, 0x5b03fee298eb <vm_exec_core+7531>, 0x5b03fee2a1f7 <vm_exec_core+9847>, 0x5b03fee2bf97 <vm_exec_core+17431>, 0x5b03fee2b587 <vm_exec_core+14855>, 0x5b03fee2bf92 <vm_exec_core+17426>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c50e <vm_exec_core+18830>, 0x5b03fee298e6 <vm_exec_core+7526>, 0x5b03fee2c823 <vm_exec_core+19619>, 0x5b03fee2ac59 <vm_exec_core+12505>, 0x5b03fee2ac5e <vm_exec_core+12510>, 0x5b03fee2c509 <vm_exec_core+18825>, 0x5b03fee2c28a <vm_exec_core+18186>, 0x5b03fee2ba62 <vm_exec_core+16098>, 0x5b03fee2b983 <vm_exec_core+15875>, 0x5b03fee2c28f <vm_exec_core+18191>, 0x5b03fee2bd9e <vm_exec_core+16926>, 0x5b03fee2b58c <vm_exec_core+14860>, 0x5b03fee29ada <vm_exec_core+8026>, 0x5b03fee2afe0 <vm_exec_core+13408>, 0x5b03fee2a1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x7a69629ff4f0
        reg_pc = 0x51700022b0d0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#20 0x00005b03fee246f8 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#21 0x00005b03feea4f02 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7a69629ff620, self=134592521448720, 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:1595
        flags = 0
        iseq = 0x7a6964bf2370
        cfp = <optimized out>
        sp = 0x7a69628ffa28
        use_argv = 0x7a69632df2e0
        stack_argv = 0x7a69628ffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#22 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:1609
        captured = 0x7a69629ff620
#23 0x00005b03fee51846 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:1646
No locals.
#24 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1654
No locals.
#25 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#26 0x00005b03fee51846 in rb_yield (val=<optimized out>)
No locals.
#27 0x00005b03feff9756 in rb_ary_collect (ary=134593077608320) at /tmp/ruby/src/trunk_asan/array.c:3695
        collect = 134593077604720
        i = 119
#28 0x00005b03fee87958 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:3788
        ci = 0x163100000001
        cc = <optimized out>
        me = 0x7a6964f70150
        cfunc = 0x50400000a798
        recv = 134593077608320
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#29 0x00005b03fee2ee63 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7a69629ff608, cd=0x51100000ce10, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#30 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51100000ce10
        insns_address_table = {0x5b03fee2e9c6 <vm_exec_core+28230>, 0x5b03fee291b7 <vm_exec_core+5687>, 0x5b03fee2fad6 <vm_exec_core+32598>, 0x5b03fee2d1d0 <vm_exec_core+22096>, 0x5b03fee2b6f2 <vm_exec_core+15218>, 0x5b03fee280e7 <vm_exec_core+1383>, 0x5b03fee2f21d <vm_exec_core+30365>, 0x5b03fee2eb6f <vm_exec_core+28655>, 0x5b03fee29525 <vm_exec_core+6565>, 0x5b03fee287e7 <vm_exec_core+3175>, 0x5b03fee2d7fd <vm_exec_core+23677>, 0x5b03fee29ef8 <vm_exec_core+9080>, 0x5b03fee2f5e8 <vm_exec_core+31336>, 0x5b03fee2f01b <vm_exec_core+29851>, 0x5b03fee2a686 <vm_exec_core+11014>, 0x5b03fee2b64e <vm_exec_core+15054>, 0x5b03fee2d44a <vm_exec_core+22730>, 0x5b03fee2ec99 <vm_exec_core+28953>, 0x5b03fee2c5e1 <vm_exec_core+19041>, 0x5b03fee2d502 <vm_exec_core+22914>, 0x5b03fee2db03 <vm_exec_core+24451>, 0x5b03fee2c522 <vm_exec_core+18850>, 0x5b03fee28642 <vm_exec_core+2754>, 0x5b03fee2cc5a <vm_exec_core+20698>, 0x5b03fee28496 <vm_exec_core+2326>, 0x5b03fee288d6 <vm_exec_core+3414>, 0x5b03fee2a9d0 <vm_exec_core+11856>, 0x5b03fee2c2a3 <vm_exec_core+18211>, 0x5b03fee2ca6a <vm_exec_core+20202>, 0x5b03fee2c13a <vm_exec_core+17850>, 0x5b03fee28043 <vm_exec_core+1219>, 0x5b03fee2de17 <vm_exec_core+25239>, 0x5b03fee2ea34 <vm_exec_core+28340>, 0x5b03fee289e1 <vm_exec_core+3681>, 0x5b03fee2980a <vm_exec_core+7306>, 0x5b03fee2968c <vm_exec_core+6924>, 0x5b03fee2a10a <vm_exec_core+9610>, 0x5b03fee2b5a0 <vm_exec_core+14880>, 0x5b03fee28ad5 <vm_exec_core+3925>, 0x5b03fee2dce3 <vm_exec_core+24931>, 0x5b03fee2974e <vm_exec_core+7118>, 0x5b03fee2b4d9 <vm_exec_core+14681>, 0x5b03fee2bf10 <vm_exec_core+17296>, 0x5b03fee2d97f <vm_exec_core+24063>, 0x5b03fee2c86e <vm_exec_core+19694>, 0x5b03fee2a3b7 <vm_exec_core+10295>, 0x5b03fee29a61 <vm_exec_core+7905>, 0x5b03fee2d6e3 <vm_exec_core+23395>, 0x5b03fee2ad4a <vm_exec_core+12746>, 0x5b03fee2cd2e <vm_exec_core+20910>, 0x5b03fee2c93f <vm_exec_core+19903>, 0x5b03fee2ce54 <vm_exec_core+21204>, 0x5b03fee2e45f <vm_exec_core+26847>, 0x5b03fee2c0a6 <vm_exec_core+17702>, 0x5b03fee2da25 <vm_exec_core+24229>, 0x5b03fee2a486 <vm_exec_core+10502>, 0x5b03fee2d5a1 <vm_exec_core+23073>, 0x5b03fee27f0b <vm_exec_core+907>, 0x5b03fee2c37c <vm_exec_core+18428>, 0x5b03fee2c741 <vm_exec_core+19393>, 0x5b03fee286e1 <vm_exec_core+2913>, 0x5b03fee2c1de <vm_exec_core+18014>, 0x5b03fee2a7ee <vm_exec_core+11374>, 0x5b03fee29ca7 <vm_exec_core+8487>, 0x5b03fee2cf56 <vm_exec_core+21462>, 0x5b03fee28ccb <vm_exec_core+4427>, 0x5b03fee2bba5 <vm_exec_core+16421>, 0x5b03fee36bfa <vm_exec_core+61562>, 0x5b03fee2c67b <vm_exec_core+19195>, 0x5b03fee28f71 <vm_exec_core+5105>, 0x5b03fee29401 <vm_exec_core+6273>, 0x5b03fee29095 <vm_exec_core+5397>, 0x5b03fee298fa <vm_exec_core+7546>, 0x5b03fee2a206 <vm_exec_core+9862>, 0x5b03fee2cb7b <vm_exec_core+20475>, 0x5b03fee2bf9c <vm_exec_core+17436>, 0x5b03fee2dd35 <vm_exec_core+25013>, 0x5b03fee2fd8d <vm_exec_core+33293>, 0x5b03fee2e137 <vm_exec_core+26039>, 0x5b03fee2f685 <vm_exec_core+31493>, 0x5b03fee2f787 <vm_exec_core+31751>, 0x5b03fee2855b <vm_exec_core+2523>, 0x5b03fee2f13a <vm_exec_core+30138>, 0x5b03fee2ac63 <vm_exec_core+12515>, 0x5b03fee2f3ab <vm_exec_core+30763>, 0x5b03fee2a54b <vm_exec_core+10699>, 0x5b03fee2e060 <vm_exec_core+25824>, 0x5b03fee283b3 <vm_exec_core+2099>, 0x5b03fee28bba <vm_exec_core+4154>, 0x5b03fee2f9a0 <vm_exec_core+32288>, 0x5b03fee29ae9 <vm_exec_core+8041>, 0x5b03fee2afef <vm_exec_core+13423>, 0x5b03fee27f10 <vm_exec_core+912>, 0x5b03fee28321 <vm_exec_core+1953>, 0x5b03fee27fa2 <vm_exec_core+1058>, 0x5b03fee2e367 <vm_exec_core+26599>, 0x5b03fee2aa78 <vm_exec_core+12024>, 0x5b03fee2f487 <vm_exec_core+30983>, 0x5b03fee2bdb7 <vm_exec_core+16951>, 0x5b03fee2b2a6 <vm_exec_core+14118>, 0x5b03fee2ba7b <vm_exec_core+16123>, 0x5b03fee2b997 <vm_exec_core+15895>, 0x5b03fee2a8d2 <vm_exec_core+11602>, 0x5b03fee2b19b <vm_exec_core+13851>, 0x5b03fee2aec5 <vm_exec_core+13125>, 0x5b03fee2b457 <vm_exec_core+14551>, 0x5b03fee2b3d5 <vm_exec_core+14421>, 0x5b03fee2e9b7 <vm_exec_core+28215>, 0x5b03fee291a8 <vm_exec_core+5672>, 0x5b03fee2fac7 <vm_exec_core+32583>, 0x5b03fee2d1c1 <vm_exec_core+22081>, 0x5b03fee2b6e3 <vm_exec_core+15203>, 0x5b03fee280d8 <vm_exec_core+1368>, 0x5b03fee2f20e <vm_exec_core+30350>, 0x5b03fee2eb60 <vm_exec_core+28640>, 0x5b03fee29516 <vm_exec_core+6550>, 0x5b03fee287d8 <vm_exec_core+3160>, 0x5b03fee2d7ee <vm_exec_core+23662>, 0x5b03fee29ee9 <vm_exec_core+9065>, 0x5b03fee2f5d9 <vm_exec_core+31321>, 0x5b03fee2f00c <vm_exec_core+29836>, 0x5b03fee2a677 <vm_exec_core+10999>, 0x5b03fee2b63f <vm_exec_core+15039>, 0x5b03fee2d43b <vm_exec_core+22715>, 0x5b03fee2ec8a <vm_exec_core+28938>, 0x5b03fee2c5d2 <vm_exec_core+19026>, 0x5b03fee2d4f3 <vm_exec_core+22899>, 0x5b03fee2daf4 <vm_exec_core+24436>, 0x5b03fee2c513 <vm_exec_core+18835>, 0x5b03fee28633 <vm_exec_core+2739>, 0x5b03fee2cc4b <vm_exec_core+20683>, 0x5b03fee28487 <vm_exec_core+2311>, 0x5b03fee288c7 <vm_exec_core+3399>, 0x5b03fee2a9c1 <vm_exec_core+11841>, 0x5b03fee2c294 <vm_exec_core+18196>, 0x5b03fee2ca5b <vm_exec_core+20187>, 0x5b03fee2c12b <vm_exec_core+17835>, 0x5b03fee28034 <vm_exec_core+1204>, 0x5b03fee2de08 <vm_exec_core+25224>, 0x5b03fee2ea25 <vm_exec_core+28325>, 0x5b03fee289d2 <vm_exec_core+3666>, 0x5b03fee297fb <vm_exec_core+7291>, 0x5b03fee2967d <vm_exec_core+6909>, 0x5b03fee2a0fb <vm_exec_core+9595>, 0x5b03fee2b591 <vm_exec_core+14865>, 0x5b03fee28ac6 <vm_exec_core+3910>, 0x5b03fee2dcd4 <vm_exec_core+24916>, 0x5b03fee2973f <vm_exec_core+7103>, 0x5b03fee2b4ca <vm_exec_core+14666>, 0x5b03fee2bf01 <vm_exec_core+17281>, 0x5b03fee2d970 <vm_exec_core+24048>, 0x5b03fee2c85f <vm_exec_core+19679>, 0x5b03fee2a3a8 <vm_exec_core+10280>, 0x5b03fee29a52 <vm_exec_core+7890>, 0x5b03fee2d6d4 <vm_exec_core+23380>, 0x5b03fee2ad3b <vm_exec_core+12731>, 0x5b03fee2cd1f <vm_exec_core+20895>, 0x5b03fee2c930 <vm_exec_core+19888>, 0x5b03fee2ce45 <vm_exec_core+21189>, 0x5b03fee2e450 <vm_exec_core+26832>, 0x5b03fee2c097 <vm_exec_core+17687>, 0x5b03fee2da16 <vm_exec_core+24214>, 0x5b03fee2a477 <vm_exec_core+10487>, 0x5b03fee2d592 <vm_exec_core+23058>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c36d <vm_exec_core+18413>, 0x5b03fee2c732 <vm_exec_core+19378>, 0x5b03fee2bd99 <vm_exec_core+16921>, 0x5b03fee2c1cf <vm_exec_core+17999>, 0x5b03fee2a7df <vm_exec_core+11359>, 0x5b03fee29c98 <vm_exec_core+8472>, 0x5b03fee2cf47 <vm_exec_core+21447>, 0x5b03fee28cbc <vm_exec_core+4412>, 0x5b03fee2bb96 <vm_exec_core+16406>, 0x5b03fee36beb <vm_exec_core+61547>, 0x5b03fee2c66c <vm_exec_core+19180>, 0x5b03fee28f62 <vm_exec_core+5090>, 0x5b03fee293f2 <vm_exec_core+6258>, 0x5b03fee29086 <vm_exec_core+5382>, 0x5b03fee298eb <vm_exec_core+7531>, 0x5b03fee2a1f7 <vm_exec_core+9847>, 0x5b03fee2bf97 <vm_exec_core+17431>, 0x5b03fee2b587 <vm_exec_core+14855>, 0x5b03fee2bf92 <vm_exec_core+17426>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c50e <vm_exec_core+18830>, 0x5b03fee298e6 <vm_exec_core+7526>, 0x5b03fee2c823 <vm_exec_core+19619>, 0x5b03fee2ac59 <vm_exec_core+12505>, 0x5b03fee2ac5e <vm_exec_core+12510>, 0x5b03fee2c509 <vm_exec_core+18825>, 0x5b03fee2c28a <vm_exec_core+18186>, 0x5b03fee2ba62 <vm_exec_core+16098>, 0x5b03fee2b983 <vm_exec_core+15875>, 0x5b03fee2c28f <vm_exec_core+18191>, 0x5b03fee2bd9e <vm_exec_core+16926>, 0x5b03fee2b58c <vm_exec_core+14860>, 0x5b03fee29ada <vm_exec_core+8026>, 0x5b03fee2afe0 <vm_exec_core+13408>, 0x5b03fee2a1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x7a69629ff608
        reg_pc = 0x5190000184b8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#31 0x00005b03fee24ab1 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
No locals.
#32 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2570
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#33 0x00005b03feea4f02 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7a69629ff738, self=134592521448720, 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:1595
        flags = 0
        iseq = 0x7a6964dd4710
        cfp = <optimized out>
        sp = 0x7a69628ff8d0
        use_argv = 0x7a696321ad20
        stack_argv = 0x7a69628ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#34 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:1609
        captured = 0x7a69629ff738
#35 0x00005b03fee51846 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:1646
No locals.
#36 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1654
No locals.
#37 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#38 0x00005b03fee51846 in rb_yield (val=<optimized out>)
No locals.
#39 0x00005b03feff9756 in rb_ary_collect (ary=134593077616000) at /tmp/ruby/src/trunk_asan/array.c:3695
        collect = 134593077615920
        i = 0
#40 0x00005b03fee87958 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:3788
        ci = 0x163100000001
        cc = <optimized out>
        me = 0x7a6964f70150
        cfunc = 0x50400000a798
        recv = 134593077616000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#41 0x00005b03fee2ee63 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7a69629ff720, cd=0x502000015790, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#42 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000015790
        insns_address_table = {0x5b03fee2e9c6 <vm_exec_core+28230>, 0x5b03fee291b7 <vm_exec_core+5687>, 0x5b03fee2fad6 <vm_exec_core+32598>, 0x5b03fee2d1d0 <vm_exec_core+22096>, 0x5b03fee2b6f2 <vm_exec_core+15218>, 0x5b03fee280e7 <vm_exec_core+1383>, 0x5b03fee2f21d <vm_exec_core+30365>, 0x5b03fee2eb6f <vm_exec_core+28655>, 0x5b03fee29525 <vm_exec_core+6565>, 0x5b03fee287e7 <vm_exec_core+3175>, 0x5b03fee2d7fd <vm_exec_core+23677>, 0x5b03fee29ef8 <vm_exec_core+9080>, 0x5b03fee2f5e8 <vm_exec_core+31336>, 0x5b03fee2f01b <vm_exec_core+29851>, 0x5b03fee2a686 <vm_exec_core+11014>, 0x5b03fee2b64e <vm_exec_core+15054>, 0x5b03fee2d44a <vm_exec_core+22730>, 0x5b03fee2ec99 <vm_exec_core+28953>, 0x5b03fee2c5e1 <vm_exec_core+19041>, 0x5b03fee2d502 <vm_exec_core+22914>, 0x5b03fee2db03 <vm_exec_core+24451>, 0x5b03fee2c522 <vm_exec_core+18850>, 0x5b03fee28642 <vm_exec_core+2754>, 0x5b03fee2cc5a <vm_exec_core+20698>, 0x5b03fee28496 <vm_exec_core+2326>, 0x5b03fee288d6 <vm_exec_core+3414>, 0x5b03fee2a9d0 <vm_exec_core+11856>, 0x5b03fee2c2a3 <vm_exec_core+18211>, 0x5b03fee2ca6a <vm_exec_core+20202>, 0x5b03fee2c13a <vm_exec_core+17850>, 0x5b03fee28043 <vm_exec_core+1219>, 0x5b03fee2de17 <vm_exec_core+25239>, 0x5b03fee2ea34 <vm_exec_core+28340>, 0x5b03fee289e1 <vm_exec_core+3681>, 0x5b03fee2980a <vm_exec_core+7306>, 0x5b03fee2968c <vm_exec_core+6924>, 0x5b03fee2a10a <vm_exec_core+9610>, 0x5b03fee2b5a0 <vm_exec_core+14880>, 0x5b03fee28ad5 <vm_exec_core+3925>, 0x5b03fee2dce3 <vm_exec_core+24931>, 0x5b03fee2974e <vm_exec_core+7118>, 0x5b03fee2b4d9 <vm_exec_core+14681>, 0x5b03fee2bf10 <vm_exec_core+17296>, 0x5b03fee2d97f <vm_exec_core+24063>, 0x5b03fee2c86e <vm_exec_core+19694>, 0x5b03fee2a3b7 <vm_exec_core+10295>, 0x5b03fee29a61 <vm_exec_core+7905>, 0x5b03fee2d6e3 <vm_exec_core+23395>, 0x5b03fee2ad4a <vm_exec_core+12746>, 0x5b03fee2cd2e <vm_exec_core+20910>, 0x5b03fee2c93f <vm_exec_core+19903>, 0x5b03fee2ce54 <vm_exec_core+21204>, 0x5b03fee2e45f <vm_exec_core+26847>, 0x5b03fee2c0a6 <vm_exec_core+17702>, 0x5b03fee2da25 <vm_exec_core+24229>, 0x5b03fee2a486 <vm_exec_core+10502>, 0x5b03fee2d5a1 <vm_exec_core+23073>, 0x5b03fee27f0b <vm_exec_core+907>, 0x5b03fee2c37c <vm_exec_core+18428>, 0x5b03fee2c741 <vm_exec_core+19393>, 0x5b03fee286e1 <vm_exec_core+2913>, 0x5b03fee2c1de <vm_exec_core+18014>, 0x5b03fee2a7ee <vm_exec_core+11374>, 0x5b03fee29ca7 <vm_exec_core+8487>, 0x5b03fee2cf56 <vm_exec_core+21462>, 0x5b03fee28ccb <vm_exec_core+4427>, 0x5b03fee2bba5 <vm_exec_core+16421>, 0x5b03fee36bfa <vm_exec_core+61562>, 0x5b03fee2c67b <vm_exec_core+19195>, 0x5b03fee28f71 <vm_exec_core+5105>, 0x5b03fee29401 <vm_exec_core+6273>, 0x5b03fee29095 <vm_exec_core+5397>, 0x5b03fee298fa <vm_exec_core+7546>, 0x5b03fee2a206 <vm_exec_core+9862>, 0x5b03fee2cb7b <vm_exec_core+20475>, 0x5b03fee2bf9c <vm_exec_core+17436>, 0x5b03fee2dd35 <vm_exec_core+25013>, 0x5b03fee2fd8d <vm_exec_core+33293>, 0x5b03fee2e137 <vm_exec_core+26039>, 0x5b03fee2f685 <vm_exec_core+31493>, 0x5b03fee2f787 <vm_exec_core+31751>, 0x5b03fee2855b <vm_exec_core+2523>, 0x5b03fee2f13a <vm_exec_core+30138>, 0x5b03fee2ac63 <vm_exec_core+12515>, 0x5b03fee2f3ab <vm_exec_core+30763>, 0x5b03fee2a54b <vm_exec_core+10699>, 0x5b03fee2e060 <vm_exec_core+25824>, 0x5b03fee283b3 <vm_exec_core+2099>, 0x5b03fee28bba <vm_exec_core+4154>, 0x5b03fee2f9a0 <vm_exec_core+32288>, 0x5b03fee29ae9 <vm_exec_core+8041>, 0x5b03fee2afef <vm_exec_core+13423>, 0x5b03fee27f10 <vm_exec_core+912>, 0x5b03fee28321 <vm_exec_core+1953>, 0x5b03fee27fa2 <vm_exec_core+1058>, 0x5b03fee2e367 <vm_exec_core+26599>, 0x5b03fee2aa78 <vm_exec_core+12024>, 0x5b03fee2f487 <vm_exec_core+30983>, 0x5b03fee2bdb7 <vm_exec_core+16951>, 0x5b03fee2b2a6 <vm_exec_core+14118>, 0x5b03fee2ba7b <vm_exec_core+16123>, 0x5b03fee2b997 <vm_exec_core+15895>, 0x5b03fee2a8d2 <vm_exec_core+11602>, 0x5b03fee2b19b <vm_exec_core+13851>, 0x5b03fee2aec5 <vm_exec_core+13125>, 0x5b03fee2b457 <vm_exec_core+14551>, 0x5b03fee2b3d5 <vm_exec_core+14421>, 0x5b03fee2e9b7 <vm_exec_core+28215>, 0x5b03fee291a8 <vm_exec_core+5672>, 0x5b03fee2fac7 <vm_exec_core+32583>, 0x5b03fee2d1c1 <vm_exec_core+22081>, 0x5b03fee2b6e3 <vm_exec_core+15203>, 0x5b03fee280d8 <vm_exec_core+1368>, 0x5b03fee2f20e <vm_exec_core+30350>, 0x5b03fee2eb60 <vm_exec_core+28640>, 0x5b03fee29516 <vm_exec_core+6550>, 0x5b03fee287d8 <vm_exec_core+3160>, 0x5b03fee2d7ee <vm_exec_core+23662>, 0x5b03fee29ee9 <vm_exec_core+9065>, 0x5b03fee2f5d9 <vm_exec_core+31321>, 0x5b03fee2f00c <vm_exec_core+29836>, 0x5b03fee2a677 <vm_exec_core+10999>, 0x5b03fee2b63f <vm_exec_core+15039>, 0x5b03fee2d43b <vm_exec_core+22715>, 0x5b03fee2ec8a <vm_exec_core+28938>, 0x5b03fee2c5d2 <vm_exec_core+19026>, 0x5b03fee2d4f3 <vm_exec_core+22899>, 0x5b03fee2daf4 <vm_exec_core+24436>, 0x5b03fee2c513 <vm_exec_core+18835>, 0x5b03fee28633 <vm_exec_core+2739>, 0x5b03fee2cc4b <vm_exec_core+20683>, 0x5b03fee28487 <vm_exec_core+2311>, 0x5b03fee288c7 <vm_exec_core+3399>, 0x5b03fee2a9c1 <vm_exec_core+11841>, 0x5b03fee2c294 <vm_exec_core+18196>, 0x5b03fee2ca5b <vm_exec_core+20187>, 0x5b03fee2c12b <vm_exec_core+17835>, 0x5b03fee28034 <vm_exec_core+1204>, 0x5b03fee2de08 <vm_exec_core+25224>, 0x5b03fee2ea25 <vm_exec_core+28325>, 0x5b03fee289d2 <vm_exec_core+3666>, 0x5b03fee297fb <vm_exec_core+7291>, 0x5b03fee2967d <vm_exec_core+6909>, 0x5b03fee2a0fb <vm_exec_core+9595>, 0x5b03fee2b591 <vm_exec_core+14865>, 0x5b03fee28ac6 <vm_exec_core+3910>, 0x5b03fee2dcd4 <vm_exec_core+24916>, 0x5b03fee2973f <vm_exec_core+7103>, 0x5b03fee2b4ca <vm_exec_core+14666>, 0x5b03fee2bf01 <vm_exec_core+17281>, 0x5b03fee2d970 <vm_exec_core+24048>, 0x5b03fee2c85f <vm_exec_core+19679>, 0x5b03fee2a3a8 <vm_exec_core+10280>, 0x5b03fee29a52 <vm_exec_core+7890>, 0x5b03fee2d6d4 <vm_exec_core+23380>, 0x5b03fee2ad3b <vm_exec_core+12731>, 0x5b03fee2cd1f <vm_exec_core+20895>, 0x5b03fee2c930 <vm_exec_core+19888>, 0x5b03fee2ce45 <vm_exec_core+21189>, 0x5b03fee2e450 <vm_exec_core+26832>, 0x5b03fee2c097 <vm_exec_core+17687>, 0x5b03fee2da16 <vm_exec_core+24214>, 0x5b03fee2a477 <vm_exec_core+10487>, 0x5b03fee2d592 <vm_exec_core+23058>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c36d <vm_exec_core+18413>, 0x5b03fee2c732 <vm_exec_core+19378>, 0x5b03fee2bd99 <vm_exec_core+16921>, 0x5b03fee2c1cf <vm_exec_core+17999>, 0x5b03fee2a7df <vm_exec_core+11359>, 0x5b03fee29c98 <vm_exec_core+8472>, 0x5b03fee2cf47 <vm_exec_core+21447>, 0x5b03fee28cbc <vm_exec_core+4412>, 0x5b03fee2bb96 <vm_exec_core+16406>, 0x5b03fee36beb <vm_exec_core+61547>, 0x5b03fee2c66c <vm_exec_core+19180>, 0x5b03fee28f62 <vm_exec_core+5090>, 0x5b03fee293f2 <vm_exec_core+6258>, 0x5b03fee29086 <vm_exec_core+5382>, 0x5b03fee298eb <vm_exec_core+7531>, 0x5b03fee2a1f7 <vm_exec_core+9847>, 0x5b03fee2bf97 <vm_exec_core+17431>, 0x5b03fee2b587 <vm_exec_core+14855>, 0x5b03fee2bf92 <vm_exec_core+17426>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c50e <vm_exec_core+18830>, 0x5b03fee298e6 <vm_exec_core+7526>, 0x5b03fee2c823 <vm_exec_core+19619>, 0x5b03fee2ac59 <vm_exec_core+12505>, 0x5b03fee2ac5e <vm_exec_core+12510>, 0x5b03fee2c509 <vm_exec_core+18825>, 0x5b03fee2c28a <vm_exec_core+18186>, 0x5b03fee2ba62 <vm_exec_core+16098>, 0x5b03fee2b983 <vm_exec_core+15875>, 0x5b03fee2c28f <vm_exec_core+18191>, 0x5b03fee2bd9e <vm_exec_core+16926>, 0x5b03fee2b58c <vm_exec_core+14860>, 0x5b03fee29ada <vm_exec_core+8026>, 0x5b03fee2afe0 <vm_exec_core+13408>, 0x5b03fee2a1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x7a69629ff720
        reg_pc = 0x50400002e378
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#43 0x00005b03fee24ab1 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
No locals.
#44 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2570
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#45 0x00005b03feaae28b in rb_ec_exec_node (ec=0x5160000006d0, n=0x7a6964dd49e0) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe092682f0, <optimized out>, 0x7ffe09268240, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7a6964dd49e0
#46 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000006d0
        status = <optimized out>
#47 0x00005b03feaa77f7 in rb_main (argc=10, argv=0x7ffe092684b8) at /tmp/ruby/src/trunk_asan/main.c:43
        variable_in_this_stack_frame = <optimized out>
#48 main (argc=10, argv=0x7ffe092684b8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)


Program received signal SIGSEGV, Segmentation fault.
0x00005b03ff2bf80f in rb_vmdebug_stack_dump_all_threads () at /tmp/ruby/src/trunk_asan/vm_dump.c:1304
1304	        kprintf("th: %p, native_id: %p\n", (void *)th, (void *)(uintptr_t)th->nt->thread_id);
[Inferior 1 (process 9108) detached]
/tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:2799: [BUG] Segmentation fault at 0x0000000000000010
ruby 3.4.0dev (2024-08-22T11:48:32Z master 2569413b1c) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0015 p:---- s:0108 e:000107 CFUNC  :fork
c:0014 p:0026 s:0104 e:000103 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:2799
c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
c:0011 p:0083 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0103 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362
c:0007 p:0066 s:0046 E:000e50 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
c:0002 p:0051 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:0015f0 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220:in '<main>'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23:in 'map'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362:in '_run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658:in '_run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658:in 'map'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671:in 'block in _run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:2799:in 'test_concurrent_group_and_pid_wait'
/tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:2799:in 'fork'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 1

-- Machine register context ------------------------------------------------
 RIP: 0x00005b03ff2bf80f RBP: 0x00007ffe092657d0 RSP: 0x00007ffe092657b0
 RAX: 0x0000000000000002 RBX: 0x00007a69656044e0 RCX: 0x00000f4d2cac08d4
 RDX: 0x0000000000000000 RDI: 0x0000000000000010 RSI: 0x0000000000000080
  R8: 0x0000000000000000  R9: 0x0000000000000000 R10: 0x0000000000000000
 R11: 0x0000000000000246 R12: 0x0000516000000480 R13: 0x0000000000000080
 R14: 0x0000515000000300 R15: 0x00005b03ff5050a0 EFL: 0x0000000000010246

-- C level backtrace information -------------------------------------------
$ timeout 60 gdb -p 4173829 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 15137]
[New LWP 9155]
[New LWP 4187251]
[New LWP 4175718]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007a6965498d61 in __futex_abstimed_wait_common64 (private=23299, cancel=true, abstime=0x7ffe092661e0, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7a69657a5c40 (LWP 4173829) "ruby"            0x00007a6965498d61 in __futex_abstimed_wait_common64 (private=23299, cancel=true, abstime=0x7ffe092661e0, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
  2    Thread 0x7a69422006c0 (LWP 15137) "envutil.rb:178"    0x00007a696551b4cd in __GI___poll (fds=0x7a692d609960, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x7a69492006c0 (LWP 9155) "ruby"               0x00007a696551b4cd in __GI___poll (fds=0x7a692e709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7a692c0006c0 (LWP 4187251) "parallel.rb:40"  0x00007a696551b4cd in __GI___poll (fds=0x7a6934872c60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7a69434006c0 (LWP 4175718) "Timeout stdlib " 0x00007a6965498d61 in __futex_abstimed_wait_common64 (private=23299, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0000e7694) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 5 (Thread 0x7a69434006c0 (LWP 4175718) "Timeout stdlib "):
#0  0x00007a6965498d61 in __futex_abstimed_wait_common64 (private=23299, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0000e7694) 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=23299, abstime=0x0, clockid=0, expected=0, futex_word=0x50c0000e7694) 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=0x50c0000e7694, 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  0x00007a696549b7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5160000004a0, cond=0x50c0000e7668) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7a696549b4a0 <__condvar_cleanup_waiting>, __arg = 0x7a69433fec30, __canceltype = 965823216, __prev = 0x0}
        cbuffer = {wseq = 17, cond = 0x50c0000e7668, mutex = 0x5160000004a0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 17
        seq = 8
        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=0x50c0000e7668, mutex=mutex@entry=0x5160000004a0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005b03fed8fc81 in rb_native_cond_wait (cond=0x50c0000e7694, mutex=0x5160000004a0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:222
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5160000004a0, th=th@entry=0x515000171e00, can_direct_transfer=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:863
        next_th = <optimized out>
#7  0x00005b03fedb3a72 in thread_sched_to_waiting_until_wakeup (sched=0x5160000004a0, th=th@entry=0x515000171e00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1105
        can_direct_transfer = <optimized out>
#8  0x00005b03fed99f91 in native_sleep (th=0x515000171e00, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3343
        sched = <optimized out>
#9  sleep_forever (th=0x515000171e00, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1351
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00005b03fedb24e5 in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=134593082419320, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1396
        scheduler = <optimized out>
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1028
        args = <optimized out>
#12 0x00005b03feab1f90 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:1053
        _ec = 0x5160016aa6d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a69433fef90, <optimized out>, 0x7a69433feea0, <optimized out>, <optimized out>}, prev = 0x7a6939609240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160016aa6d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005b03fedb19cd in queue_do_pop (self=<optimized out>, q=0x50400004a490, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1103
        queue_waiter = {w = {self = 134593082419320, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 134593082419320, timeout = 4, end = <optimized out>}
        ec = <optimized out>
        waitq = 0x50400004a490
        end = 0
#14 0x00005b03fee300d9 in invoke_bf (ec=<optimized out>, reg_cfp=<optimized out>, bf=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:7301
        canary_p = <optimized out>
        ret = <optimized out>
#15 0x00005b03fee300d9 in vm_invoke_builtin_delegate (ec=0x5160016aa6d0, cfp=0x7a693d0cf758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x5160016aa6d0) at ../../src/trunk_asan/insns.def:1602
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5b03fee2e9c6 <vm_exec_core+28230>, 0x5b03fee291b7 <vm_exec_core+5687>, 0x5b03fee2fad6 <vm_exec_core+32598>, 0x5b03fee2d1d0 <vm_exec_core+22096>, 0x5b03fee2b6f2 <vm_exec_core+15218>, 0x5b03fee280e7 <vm_exec_core+1383>, 0x5b03fee2f21d <vm_exec_core+30365>, 0x5b03fee2eb6f <vm_exec_core+28655>, 0x5b03fee29525 <vm_exec_core+6565>, 0x5b03fee287e7 <vm_exec_core+3175>, 0x5b03fee2d7fd <vm_exec_core+23677>, 0x5b03fee29ef8 <vm_exec_core+9080>, 0x5b03fee2f5e8 <vm_exec_core+31336>, 0x5b03fee2f01b <vm_exec_core+29851>, 0x5b03fee2a686 <vm_exec_core+11014>, 0x5b03fee2b64e <vm_exec_core+15054>, 0x5b03fee2d44a <vm_exec_core+22730>, 0x5b03fee2ec99 <vm_exec_core+28953>, 0x5b03fee2c5e1 <vm_exec_core+19041>, 0x5b03fee2d502 <vm_exec_core+22914>, 0x5b03fee2db03 <vm_exec_core+24451>, 0x5b03fee2c522 <vm_exec_core+18850>, 0x5b03fee28642 <vm_exec_core+2754>, 0x5b03fee2cc5a <vm_exec_core+20698>, 0x5b03fee28496 <vm_exec_core+2326>, 0x5b03fee288d6 <vm_exec_core+3414>, 0x5b03fee2a9d0 <vm_exec_core+11856>, 0x5b03fee2c2a3 <vm_exec_core+18211>, 0x5b03fee2ca6a <vm_exec_core+20202>, 0x5b03fee2c13a <vm_exec_core+17850>, 0x5b03fee28043 <vm_exec_core+1219>, 0x5b03fee2de17 <vm_exec_core+25239>, 0x5b03fee2ea34 <vm_exec_core+28340>, 0x5b03fee289e1 <vm_exec_core+3681>, 0x5b03fee2980a <vm_exec_core+7306>, 0x5b03fee2968c <vm_exec_core+6924>, 0x5b03fee2a10a <vm_exec_core+9610>, 0x5b03fee2b5a0 <vm_exec_core+14880>, 0x5b03fee28ad5 <vm_exec_core+3925>, 0x5b03fee2dce3 <vm_exec_core+24931>, 0x5b03fee2974e <vm_exec_core+7118>, 0x5b03fee2b4d9 <vm_exec_core+14681>, 0x5b03fee2bf10 <vm_exec_core+17296>, 0x5b03fee2d97f <vm_exec_core+24063>, 0x5b03fee2c86e <vm_exec_core+19694>, 0x5b03fee2a3b7 <vm_exec_core+10295>, 0x5b03fee29a61 <vm_exec_core+7905>, 0x5b03fee2d6e3 <vm_exec_core+23395>, 0x5b03fee2ad4a <vm_exec_core+12746>, 0x5b03fee2cd2e <vm_exec_core+20910>, 0x5b03fee2c93f <vm_exec_core+19903>, 0x5b03fee2ce54 <vm_exec_core+21204>, 0x5b03fee2e45f <vm_exec_core+26847>, 0x5b03fee2c0a6 <vm_exec_core+17702>, 0x5b03fee2da25 <vm_exec_core+24229>, 0x5b03fee2a486 <vm_exec_core+10502>, 0x5b03fee2d5a1 <vm_exec_core+23073>, 0x5b03fee27f0b <vm_exec_core+907>, 0x5b03fee2c37c <vm_exec_core+18428>, 0x5b03fee2c741 <vm_exec_core+19393>, 0x5b03fee286e1 <vm_exec_core+2913>, 0x5b03fee2c1de <vm_exec_core+18014>, 0x5b03fee2a7ee <vm_exec_core+11374>, 0x5b03fee29ca7 <vm_exec_core+8487>, 0x5b03fee2cf56 <vm_exec_core+21462>, 0x5b03fee28ccb <vm_exec_core+4427>, 0x5b03fee2bba5 <vm_exec_core+16421>, 0x5b03fee36bfa <vm_exec_core+61562>, 0x5b03fee2c67b <vm_exec_core+19195>, 0x5b03fee28f71 <vm_exec_core+5105>, 0x5b03fee29401 <vm_exec_core+6273>, 0x5b03fee29095 <vm_exec_core+5397>, 0x5b03fee298fa <vm_exec_core+7546>, 0x5b03fee2a206 <vm_exec_core+9862>, 0x5b03fee2cb7b <vm_exec_core+20475>, 0x5b03fee2bf9c <vm_exec_core+17436>, 0x5b03fee2dd35 <vm_exec_core+25013>, 0x5b03fee2fd8d <vm_exec_core+33293>, 0x5b03fee2e137 <vm_exec_core+26039>, 0x5b03fee2f685 <vm_exec_core+31493>, 0x5b03fee2f787 <vm_exec_core+31751>, 0x5b03fee2855b <vm_exec_core+2523>, 0x5b03fee2f13a <vm_exec_core+30138>, 0x5b03fee2ac63 <vm_exec_core+12515>, 0x5b03fee2f3ab <vm_exec_core+30763>, 0x5b03fee2a54b <vm_exec_core+10699>, 0x5b03fee2e060 <vm_exec_core+25824>, 0x5b03fee283b3 <vm_exec_core+2099>, 0x5b03fee28bba <vm_exec_core+4154>, 0x5b03fee2f9a0 <vm_exec_core+32288>, 0x5b03fee29ae9 <vm_exec_core+8041>, 0x5b03fee2afef <vm_exec_core+13423>, 0x5b03fee27f10 <vm_exec_core+912>, 0x5b03fee28321 <vm_exec_core+1953>, 0x5b03fee27fa2 <vm_exec_core+1058>, 0x5b03fee2e367 <vm_exec_core+26599>, 0x5b03fee2aa78 <vm_exec_core+12024>, 0x5b03fee2f487 <vm_exec_core+30983>, 0x5b03fee2bdb7 <vm_exec_core+16951>, 0x5b03fee2b2a6 <vm_exec_core+14118>, 0x5b03fee2ba7b <vm_exec_core+16123>, 0x5b03fee2b997 <vm_exec_core+15895>, 0x5b03fee2a8d2 <vm_exec_core+11602>, 0x5b03fee2b19b <vm_exec_core+13851>, 0x5b03fee2aec5 <vm_exec_core+13125>, 0x5b03fee2b457 <vm_exec_core+14551>, 0x5b03fee2b3d5 <vm_exec_core+14421>, 0x5b03fee2e9b7 <vm_exec_core+28215>, 0x5b03fee291a8 <vm_exec_core+5672>, 0x5b03fee2fac7 <vm_exec_core+32583>, 0x5b03fee2d1c1 <vm_exec_core+22081>, 0x5b03fee2b6e3 <vm_exec_core+15203>, 0x5b03fee280d8 <vm_exec_core+1368>, 0x5b03fee2f20e <vm_exec_core+30350>, 0x5b03fee2eb60 <vm_exec_core+28640>, 0x5b03fee29516 <vm_exec_core+6550>, 0x5b03fee287d8 <vm_exec_core+3160>, 0x5b03fee2d7ee <vm_exec_core+23662>, 0x5b03fee29ee9 <vm_exec_core+9065>, 0x5b03fee2f5d9 <vm_exec_core+31321>, 0x5b03fee2f00c <vm_exec_core+29836>, 0x5b03fee2a677 <vm_exec_core+10999>, 0x5b03fee2b63f <vm_exec_core+15039>, 0x5b03fee2d43b <vm_exec_core+22715>, 0x5b03fee2ec8a <vm_exec_core+28938>, 0x5b03fee2c5d2 <vm_exec_core+19026>, 0x5b03fee2d4f3 <vm_exec_core+22899>, 0x5b03fee2daf4 <vm_exec_core+24436>, 0x5b03fee2c513 <vm_exec_core+18835>, 0x5b03fee28633 <vm_exec_core+2739>, 0x5b03fee2cc4b <vm_exec_core+20683>, 0x5b03fee28487 <vm_exec_core+2311>, 0x5b03fee288c7 <vm_exec_core+3399>, 0x5b03fee2a9c1 <vm_exec_core+11841>, 0x5b03fee2c294 <vm_exec_core+18196>, 0x5b03fee2ca5b <vm_exec_core+20187>, 0x5b03fee2c12b <vm_exec_core+17835>, 0x5b03fee28034 <vm_exec_core+1204>, 0x5b03fee2de08 <vm_exec_core+25224>, 0x5b03fee2ea25 <vm_exec_core+28325>, 0x5b03fee289d2 <vm_exec_core+3666>, 0x5b03fee297fb <vm_exec_core+7291>, 0x5b03fee2967d <vm_exec_core+6909>, 0x5b03fee2a0fb <vm_exec_core+9595>, 0x5b03fee2b591 <vm_exec_core+14865>, 0x5b03fee28ac6 <vm_exec_core+3910>, 0x5b03fee2dcd4 <vm_exec_core+24916>, 0x5b03fee2973f <vm_exec_core+7103>, 0x5b03fee2b4ca <vm_exec_core+14666>, 0x5b03fee2bf01 <vm_exec_core+17281>, 0x5b03fee2d970 <vm_exec_core+24048>, 0x5b03fee2c85f <vm_exec_core+19679>, 0x5b03fee2a3a8 <vm_exec_core+10280>, 0x5b03fee29a52 <vm_exec_core+7890>, 0x5b03fee2d6d4 <vm_exec_core+23380>, 0x5b03fee2ad3b <vm_exec_core+12731>, 0x5b03fee2cd1f <vm_exec_core+20895>, 0x5b03fee2c930 <vm_exec_core+19888>, 0x5b03fee2ce45 <vm_exec_core+21189>, 0x5b03fee2e450 <vm_exec_core+26832>, 0x5b03fee2c097 <vm_exec_core+17687>, 0x5b03fee2da16 <vm_exec_core+24214>, 0x5b03fee2a477 <vm_exec_core+10487>, 0x5b03fee2d592 <vm_exec_core+23058>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c36d <vm_exec_core+18413>, 0x5b03fee2c732 <vm_exec_core+19378>, 0x5b03fee2bd99 <vm_exec_core+16921>, 0x5b03fee2c1cf <vm_exec_core+17999>, 0x5b03fee2a7df <vm_exec_core+11359>, 0x5b03fee29c98 <vm_exec_core+8472>, 0x5b03fee2cf47 <vm_exec_core+21447>, 0x5b03fee28cbc <vm_exec_core+4412>, 0x5b03fee2bb96 <vm_exec_core+16406>, 0x5b03fee36beb <vm_exec_core+61547>, 0x5b03fee2c66c <vm_exec_core+19180>, 0x5b03fee28f62 <vm_exec_core+5090>, 0x5b03fee293f2 <vm_exec_core+6258>, 0x5b03fee29086 <vm_exec_core+5382>, 0x5b03fee298eb <vm_exec_core+7531>, 0x5b03fee2a1f7 <vm_exec_core+9847>, 0x5b03fee2bf97 <vm_exec_core+17431>, 0x5b03fee2b587 <vm_exec_core+14855>, 0x5b03fee2bf92 <vm_exec_core+17426>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c50e <vm_exec_core+18830>, 0x5b03fee298e6 <vm_exec_core+7526>, 0x5b03fee2c823 <vm_exec_core+19619>, 0x5b03fee2ac59 <vm_exec_core+12505>, 0x5b03fee2ac5e <vm_exec_core+12510>, 0x5b03fee2c509 <vm_exec_core+18825>, 0x5b03fee2c28a <vm_exec_core+18186>, 0x5b03fee2ba62 <vm_exec_core+16098>, 0x5b03fee2b983 <vm_exec_core+15875>, 0x5b03fee2c28f <vm_exec_core+18191>, 0x5b03fee2bd9e <vm_exec_core+16926>, 0x5b03fee2b58c <vm_exec_core+14860>, 0x5b03fee29ada <vm_exec_core+8026>, 0x5b03fee2afe0 <vm_exec_core+13408>, 0x5b03fee2a1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x7a693d0cf758
        reg_pc = <optimized out>
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#17 0x00005b03fee246f8 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x5160016aa6d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00005b03fee6164b in invoke_iseq_block_from_c (ec=0x5160016aa6d0, captured=<optimized out>, self=134593083946120, 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:1595
        flags = 0
        iseq = 0x7a6964ddf890
        cfp = 0x7a693d0cf7c8
        sp = 0x7a693cfcf818
        use_argv = <optimized out>
        stack_argv = 0x7a693cfcf818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x5160016aa6d0, self=134593083946120, 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:1689
        block = <optimized out>
        keyword_hash = <optimized out>
#20 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:1719
No locals.
#21 0x00005b03fee5f8d6 in rb_vm_invoke_proc (ec=0x50c0000e7694, proc=0x189, proc@entry=0x50400025cf50, argc=1699319137, argc@entry=0, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1740
        self = 0
#22 0x00005b03fedb7f69 in thread_do_start_proc (th=th@entry=0x515000171e00) at /tmp/ruby/src/trunk_asan/thread.c:598
        args = <optimized out>
        procval = <optimized out>
        proc = 0x50400025cf50
        args_len = 0
        args_ptr = <optimized out>
#23 0x00005b03fedb5b1a in thread_do_start (th=0x515000171e00) at /tmp/ruby/src/trunk_asan/thread.c:615
        result = 36
#24 thread_start_func_2 (th=th@entry=0x515000171e00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:670
        _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>
#25 0x00005b03fedb4dde in call_thread_start_func_2 (th=0x515000171e00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2237
        stack_start = <optimized out>
        stack_start_addr = 0x7a69433ffce0
#26 nt_start (ptr=0x50c0000e7640) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2282
        th = 0x515000171e00
        sched = <optimized out>
        nt = 0x50c0000e7640
        vm = 0x525000000100
#27 0x00005b03fea6774f in asan_thread_start(void*) ()
No symbol table info available.
#28 0x00007a696549ca94 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 = {134592518424256, -8969426637784982602, 134592518424256, -352, 0, 140729051925520, -8969426637805954122, -8969344088287716426}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x00007a6965529c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7a692c0006c0 (LWP 4187251) "parallel.rb:40"):
#0  0x00007a696551b4cd in __GI___poll (fds=0x7a6934872c60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005b03fea0e39a in __interceptor_poll ()
No symbol table info available.
#2  0x00005b03feb63bbd in nogvl_wait_for (th=134593077615720, fptr=0x51100063f8c0, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12459
        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:1151
        ready = <optimized out>
#4  0x00005b03feb65036 in internal_read_func (ptr=0x7a6934872940) at /tmp/ruby/src/trunk_asan/io.c:1182
        iis = 0x7a6934872940
        result = <optimized out>
#5  0x00005b03fed9df9b in rb_thread_io_blocking_call (func=0x5b03feb64bb0 <internal_read_func>, data1=0x7a6934872940, fd=<optimized out>, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1797
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        prev_mn_schedulable = false
        waiting_fd = <optimized out>
        state = RUBY_TAG_NONE
        val = <optimized out>
        saved_errno = <optimized out>
#6  0x00005b03feab1f90 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:1053
        _ec = 0x5160014a96d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a692bffee50, <optimized out>, 0x7a692bffed60, <optimized out>, <optimized out>}, prev = 0x7a6934809340, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160014a96d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00005b03feb792f5 in io_read_memory_locktmp (str=134592271428704, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3422
No locals.
#8  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:3468
        str = <optimized out>
        iis = {th = 134593077615720, fptr = 0x51100063f8c0, nonblock = 0, fd = 4, buf = 0x519000a20380, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x51100063f8c0
        n = <optimized out>
        shrinkable = <optimized out>
#9  0x00005b03feb556b1 in io_readpartial (argc=881273952, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3588
        ret = <optimized out>
#10 0x00005b03fee87958 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:3788
        ci = 0x408100100003
        cc = <optimized out>
        me = 0x7a6964f69f30
        cfunc = 0x504000010f58
        recv = 134593077615840
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005b03fee3530d in vm_sendish (ec=0x5160014a96d0, reg_cfp=0x7a6947d60790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        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>
#12 vm_exec_core (ec=ec@entry=0x5160014a96d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b03fee2e9c6 <vm_exec_core+28230>, 0x5b03fee291b7 <vm_exec_core+5687>, 0x5b03fee2fad6 <vm_exec_core+32598>, 0x5b03fee2d1d0 <vm_exec_core+22096>, 0x5b03fee2b6f2 <vm_exec_core+15218>, 0x5b03fee280e7 <vm_exec_core+1383>, 0x5b03fee2f21d <vm_exec_core+30365>, 0x5b03fee2eb6f <vm_exec_core+28655>, 0x5b03fee29525 <vm_exec_core+6565>, 0x5b03fee287e7 <vm_exec_core+3175>, 0x5b03fee2d7fd <vm_exec_core+23677>, 0x5b03fee29ef8 <vm_exec_core+9080>, 0x5b03fee2f5e8 <vm_exec_core+31336>, 0x5b03fee2f01b <vm_exec_core+29851>, 0x5b03fee2a686 <vm_exec_core+11014>, 0x5b03fee2b64e <vm_exec_core+15054>, 0x5b03fee2d44a <vm_exec_core+22730>, 0x5b03fee2ec99 <vm_exec_core+28953>, 0x5b03fee2c5e1 <vm_exec_core+19041>, 0x5b03fee2d502 <vm_exec_core+22914>, 0x5b03fee2db03 <vm_exec_core+24451>, 0x5b03fee2c522 <vm_exec_core+18850>, 0x5b03fee28642 <vm_exec_core+2754>, 0x5b03fee2cc5a <vm_exec_core+20698>, 0x5b03fee28496 <vm_exec_core+2326>, 0x5b03fee288d6 <vm_exec_core+3414>, 0x5b03fee2a9d0 <vm_exec_core+11856>, 0x5b03fee2c2a3 <vm_exec_core+18211>, 0x5b03fee2ca6a <vm_exec_core+20202>, 0x5b03fee2c13a <vm_exec_core+17850>, 0x5b03fee28043 <vm_exec_core+1219>, 0x5b03fee2de17 <vm_exec_core+25239>, 0x5b03fee2ea34 <vm_exec_core+28340>, 0x5b03fee289e1 <vm_exec_core+3681>, 0x5b03fee2980a <vm_exec_core+7306>, 0x5b03fee2968c <vm_exec_core+6924>, 0x5b03fee2a10a <vm_exec_core+9610>, 0x5b03fee2b5a0 <vm_exec_core+14880>, 0x5b03fee28ad5 <vm_exec_core+3925>, 0x5b03fee2dce3 <vm_exec_core+24931>, 0x5b03fee2974e <vm_exec_core+7118>, 0x5b03fee2b4d9 <vm_exec_core+14681>, 0x5b03fee2bf10 <vm_exec_core+17296>, 0x5b03fee2d97f <vm_exec_core+24063>, 0x5b03fee2c86e <vm_exec_core+19694>, 0x5b03fee2a3b7 <vm_exec_core+10295>, 0x5b03fee29a61 <vm_exec_core+7905>, 0x5b03fee2d6e3 <vm_exec_core+23395>, 0x5b03fee2ad4a <vm_exec_core+12746>, 0x5b03fee2cd2e <vm_exec_core+20910>, 0x5b03fee2c93f <vm_exec_core+19903>, 0x5b03fee2ce54 <vm_exec_core+21204>, 0x5b03fee2e45f <vm_exec_core+26847>, 0x5b03fee2c0a6 <vm_exec_core+17702>, 0x5b03fee2da25 <vm_exec_core+24229>, 0x5b03fee2a486 <vm_exec_core+10502>, 0x5b03fee2d5a1 <vm_exec_core+23073>, 0x5b03fee27f0b <vm_exec_core+907>, 0x5b03fee2c37c <vm_exec_core+18428>, 0x5b03fee2c741 <vm_exec_core+19393>, 0x5b03fee286e1 <vm_exec_core+2913>, 0x5b03fee2c1de <vm_exec_core+18014>, 0x5b03fee2a7ee <vm_exec_core+11374>, 0x5b03fee29ca7 <vm_exec_core+8487>, 0x5b03fee2cf56 <vm_exec_core+21462>, 0x5b03fee28ccb <vm_exec_core+4427>, 0x5b03fee2bba5 <vm_exec_core+16421>, 0x5b03fee36bfa <vm_exec_core+61562>, 0x5b03fee2c67b <vm_exec_core+19195>, 0x5b03fee28f71 <vm_exec_core+5105>, 0x5b03fee29401 <vm_exec_core+6273>, 0x5b03fee29095 <vm_exec_core+5397>, 0x5b03fee298fa <vm_exec_core+7546>, 0x5b03fee2a206 <vm_exec_core+9862>, 0x5b03fee2cb7b <vm_exec_core+20475>, 0x5b03fee2bf9c <vm_exec_core+17436>, 0x5b03fee2dd35 <vm_exec_core+25013>, 0x5b03fee2fd8d <vm_exec_core+33293>, 0x5b03fee2e137 <vm_exec_core+26039>, 0x5b03fee2f685 <vm_exec_core+31493>, 0x5b03fee2f787 <vm_exec_core+31751>, 0x5b03fee2855b <vm_exec_core+2523>, 0x5b03fee2f13a <vm_exec_core+30138>, 0x5b03fee2ac63 <vm_exec_core+12515>, 0x5b03fee2f3ab <vm_exec_core+30763>, 0x5b03fee2a54b <vm_exec_core+10699>, 0x5b03fee2e060 <vm_exec_core+25824>, 0x5b03fee283b3 <vm_exec_core+2099>, 0x5b03fee28bba <vm_exec_core+4154>, 0x5b03fee2f9a0 <vm_exec_core+32288>, 0x5b03fee29ae9 <vm_exec_core+8041>, 0x5b03fee2afef <vm_exec_core+13423>, 0x5b03fee27f10 <vm_exec_core+912>, 0x5b03fee28321 <vm_exec_core+1953>, 0x5b03fee27fa2 <vm_exec_core+1058>, 0x5b03fee2e367 <vm_exec_core+26599>, 0x5b03fee2aa78 <vm_exec_core+12024>, 0x5b03fee2f487 <vm_exec_core+30983>, 0x5b03fee2bdb7 <vm_exec_core+16951>, 0x5b03fee2b2a6 <vm_exec_core+14118>, 0x5b03fee2ba7b <vm_exec_core+16123>, 0x5b03fee2b997 <vm_exec_core+15895>, 0x5b03fee2a8d2 <vm_exec_core+11602>, 0x5b03fee2b19b <vm_exec_core+13851>, 0x5b03fee2aec5 <vm_exec_core+13125>, 0x5b03fee2b457 <vm_exec_core+14551>, 0x5b03fee2b3d5 <vm_exec_core+14421>, 0x5b03fee2e9b7 <vm_exec_core+28215>, 0x5b03fee291a8 <vm_exec_core+5672>, 0x5b03fee2fac7 <vm_exec_core+32583>, 0x5b03fee2d1c1 <vm_exec_core+22081>, 0x5b03fee2b6e3 <vm_exec_core+15203>, 0x5b03fee280d8 <vm_exec_core+1368>, 0x5b03fee2f20e <vm_exec_core+30350>, 0x5b03fee2eb60 <vm_exec_core+28640>, 0x5b03fee29516 <vm_exec_core+6550>, 0x5b03fee287d8 <vm_exec_core+3160>, 0x5b03fee2d7ee <vm_exec_core+23662>, 0x5b03fee29ee9 <vm_exec_core+9065>, 0x5b03fee2f5d9 <vm_exec_core+31321>, 0x5b03fee2f00c <vm_exec_core+29836>, 0x5b03fee2a677 <vm_exec_core+10999>, 0x5b03fee2b63f <vm_exec_core+15039>, 0x5b03fee2d43b <vm_exec_core+22715>, 0x5b03fee2ec8a <vm_exec_core+28938>, 0x5b03fee2c5d2 <vm_exec_core+19026>, 0x5b03fee2d4f3 <vm_exec_core+22899>, 0x5b03fee2daf4 <vm_exec_core+24436>, 0x5b03fee2c513 <vm_exec_core+18835>, 0x5b03fee28633 <vm_exec_core+2739>, 0x5b03fee2cc4b <vm_exec_core+20683>, 0x5b03fee28487 <vm_exec_core+2311>, 0x5b03fee288c7 <vm_exec_core+3399>, 0x5b03fee2a9c1 <vm_exec_core+11841>, 0x5b03fee2c294 <vm_exec_core+18196>, 0x5b03fee2ca5b <vm_exec_core+20187>, 0x5b03fee2c12b <vm_exec_core+17835>, 0x5b03fee28034 <vm_exec_core+1204>, 0x5b03fee2de08 <vm_exec_core+25224>, 0x5b03fee2ea25 <vm_exec_core+28325>, 0x5b03fee289d2 <vm_exec_core+3666>, 0x5b03fee297fb <vm_exec_core+7291>, 0x5b03fee2967d <vm_exec_core+6909>, 0x5b03fee2a0fb <vm_exec_core+9595>, 0x5b03fee2b591 <vm_exec_core+14865>, 0x5b03fee28ac6 <vm_exec_core+3910>, 0x5b03fee2dcd4 <vm_exec_core+24916>, 0x5b03fee2973f <vm_exec_core+7103>, 0x5b03fee2b4ca <vm_exec_core+14666>, 0x5b03fee2bf01 <vm_exec_core+17281>, 0x5b03fee2d970 <vm_exec_core+24048>, 0x5b03fee2c85f <vm_exec_core+19679>, 0x5b03fee2a3a8 <vm_exec_core+10280>, 0x5b03fee29a52 <vm_exec_core+7890>, 0x5b03fee2d6d4 <vm_exec_core+23380>, 0x5b03fee2ad3b <vm_exec_core+12731>, 0x5b03fee2cd1f <vm_exec_core+20895>, 0x5b03fee2c930 <vm_exec_core+19888>, 0x5b03fee2ce45 <vm_exec_core+21189>, 0x5b03fee2e450 <vm_exec_core+26832>, 0x5b03fee2c097 <vm_exec_core+17687>, 0x5b03fee2da16 <vm_exec_core+24214>, 0x5b03fee2a477 <vm_exec_core+10487>, 0x5b03fee2d592 <vm_exec_core+23058>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c36d <vm_exec_core+18413>, 0x5b03fee2c732 <vm_exec_core+19378>, 0x5b03fee2bd99 <vm_exec_core+16921>, 0x5b03fee2c1cf <vm_exec_core+17999>, 0x5b03fee2a7df <vm_exec_core+11359>, 0x5b03fee29c98 <vm_exec_core+8472>, 0x5b03fee2cf47 <vm_exec_core+21447>, 0x5b03fee28cbc <vm_exec_core+4412>, 0x5b03fee2bb96 <vm_exec_core+16406>, 0x5b03fee36beb <vm_exec_core+61547>, 0x5b03fee2c66c <vm_exec_core+19180>, 0x5b03fee28f62 <vm_exec_core+5090>, 0x5b03fee293f2 <vm_exec_core+6258>, 0x5b03fee29086 <vm_exec_core+5382>, 0x5b03fee298eb <vm_exec_core+7531>, 0x5b03fee2a1f7 <vm_exec_core+9847>, 0x5b03fee2bf97 <vm_exec_core+17431>, 0x5b03fee2b587 <vm_exec_core+14855>, 0x5b03fee2bf92 <vm_exec_core+17426>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c50e <vm_exec_core+18830>, 0x5b03fee298e6 <vm_exec_core+7526>, 0x5b03fee2c823 <vm_exec_core+19619>, 0x5b03fee2ac59 <vm_exec_core+12505>, 0x5b03fee2ac5e <vm_exec_core+12510>, 0x5b03fee2c509 <vm_exec_core+18825>, 0x5b03fee2c28a <vm_exec_core+18186>, 0x5b03fee2ba62 <vm_exec_core+16098>, 0x5b03fee2b983 <vm_exec_core+15875>, 0x5b03fee2c28f <vm_exec_core+18191>, 0x5b03fee2bd9e <vm_exec_core+16926>, 0x5b03fee2b58c <vm_exec_core+14860>, 0x5b03fee29ada <vm_exec_core+8026>, 0x5b03fee2afe0 <vm_exec_core+13408>, 0x5b03fee2a1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x7a6947d60790
        reg_pc = 0x51300004df60
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x00005b03fee246f8 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x5160014a96d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005b03fee6164b in invoke_iseq_block_from_c (ec=0x5160014a96d0, captured=<optimized out>, self=134592521448720, 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:1595
        flags = 0
        iseq = 0x7a6964dd4440
        cfp = 0x7a6947d607c8
        sp = 0x7a6947c60818
        use_argv = <optimized out>
        stack_argv = 0x7a6947c60818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x5160014a96d0, self=134592521448720, 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:1689
        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:1719
No locals.
#17 0x00005b03fee5f8d6 in rb_vm_invoke_proc (ec=0x7a6934872c60, proc=0x1, proc@entry=0x50400064fe10, argc=1699853517, argc@entry=0, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1740
        self = 4294967295
#18 0x00005b03fedb7f69 in thread_do_start_proc (th=th@entry=0x51500005eb80) at /tmp/ruby/src/trunk_asan/thread.c:598
        args = <optimized out>
        procval = <optimized out>
        proc = 0x50400064fe10
        args_len = 0
        args_ptr = <optimized out>
#19 0x00005b03fedb5b1a in thread_do_start (th=0x51500005eb80) at /tmp/ruby/src/trunk_asan/thread.c:615
        result = 36
#20 thread_start_func_2 (th=th@entry=0x51500005eb80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:670
        _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>
#21 0x00005b03fedb4dde in call_thread_start_func_2 (th=0x51500005eb80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2237
        stack_start = <optimized out>
        stack_start_addr = 0x7a692bfffce0
#22 nt_start (ptr=0x50c0000ec200) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2282
        th = 0x51500005eb80
        sched = <optimized out>
        nt = 0x50c0000ec200
        vm = 0x525000000100
#23 0x00005b03fea6774f in asan_thread_start(void*) ()
No symbol table info available.
#24 0x00007a696549ca94 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 = {134592128353984, -8969234773005935690, 134592128353984, -352, 25, 140729051930992, -8969234773026907210, -8969344088287716426}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x00007a6965529c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7a69492006c0 (LWP 9155) "ruby"):
#0  0x00007a696551b4cd in __GI___poll (fds=0x7a692e709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005b03fea0e39a in __interceptor_poll ()
No symbol table info available.
#2  0x00005b03fedba0df in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1050
        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:3066
        vm = <optimized out>
#4  0x00005b03fea6774f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007a696549ca94 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 = {134592616990400, -8969440106802422858, 134592616990400, -352, 25, 140729051928912, -8969440106823394378, -8969344088287716426}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007a6965529c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7a69422006c0 (LWP 15137) "envutil.rb:178"):
#0  0x00007a696551b4cd in __GI___poll (fds=0x7a692d609960, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005b03fea0e39a in __interceptor_poll ()
No symbol table info available.
#2  0x00005b03feb63bbd in nogvl_wait_for (th=134592464602360, fptr=0x5110005b3a00, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12459
        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:1151
        ready = <optimized out>
#4  0x00005b03feb65036 in internal_read_func (ptr=0x7a692d609820) at /tmp/ruby/src/trunk_asan/io.c:1182
        iis = 0x7a692d609820
        result = <optimized out>
#5  0x00005b03fed9df9b in rb_thread_io_blocking_call (func=0x5b03feb64bb0 <internal_read_func>, data1=data1@entry=0x7a692d609820, fd=<optimized out>, events=events@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1797
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        prev_mn_schedulable = false
        waiting_fd = <optimized out>
        state = RUBY_TAG_NONE
        val = <optimized out>
        saved_errno = <optimized out>
#6  0x00005b03feb649ca in rb_io_read_memory (fptr=<optimized out>, buf=<optimized out>, count=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:1291
        iis = {th = 134592464602360, fptr = 0x5110005b3a00, nonblock = 0, fd = 10, buf = 0x52500024b900, capa = 8192, timeout = 0x0}
        timeout_storage = <optimized out>
        scheduler = <optimized out>
#7  0x00005b03feb68307 in io_bufread (ptr=0x52500024b900 '\276' <repeats 200 times>..., len=8192, fptr=0x5110005b3a00) at /tmp/ruby/src/trunk_asan/io.c:3028
        offset = 0
        n = 8192
        c = <optimized out>
#8  bufread_call (arg=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3067
        p = <optimized out>
#9  0x00005b03feab1f90 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:1053
        _ec = 0x5160016212d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a69421fedb0, <optimized out>, 0x7a69421fecc0, <optimized out>, <optimized out>}, prev = 0x7a692d609340, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160016212d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#10 0x00005b03feb65d2b in io_fread (str=134592464602000, offset=0, size=8192, fptr=0x5110005b3a00) at /tmp/ruby/src/trunk_asan/io.c:3081
        arg = {str_ptr = 0x52500024b900 '\276' <repeats 200 times>..., len = 8192, fptr = <optimized out>}
        len = <optimized out>
        errno_to_fail = <optimized out>
#11 read_all (fptr=<optimized out>, siz=8192, str=134592464602000) at /tmp/ruby/src/trunk_asan/io.c:3359
        capa = <optimized out>
        cr = 0
        bytes = 0
        pos = 0
        enc = 0x50d000000110
        n = <optimized out>
        shrinkable = <optimized out>
#12 0x00005b03feb55a92 in io_read (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3783
        str = <optimized out>
        length = <optimized out>
        fptr = 0x5110005b3a00
        len = <optimized out>
        n = <optimized out>
        shrinkable = <optimized out>
#13 0x00005b03fee87958 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:3788
        ci = 0x3f9100100001
        cc = <optimized out>
        me = 0x7a6964f69f08
        cfunc = 0x504000010f98
        recv = 134592464605360
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#14 0x00005b03fee3530d in vm_sendish (ec=0x5160016212d0, reg_cfp=0x7a693c3ff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        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=0x5160016212d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b03fee2e9c6 <vm_exec_core+28230>, 0x5b03fee291b7 <vm_exec_core+5687>, 0x5b03fee2fad6 <vm_exec_core+32598>, 0x5b03fee2d1d0 <vm_exec_core+22096>, 0x5b03fee2b6f2 <vm_exec_core+15218>, 0x5b03fee280e7 <vm_exec_core+1383>, 0x5b03fee2f21d <vm_exec_core+30365>, 0x5b03fee2eb6f <vm_exec_core+28655>, 0x5b03fee29525 <vm_exec_core+6565>, 0x5b03fee287e7 <vm_exec_core+3175>, 0x5b03fee2d7fd <vm_exec_core+23677>, 0x5b03fee29ef8 <vm_exec_core+9080>, 0x5b03fee2f5e8 <vm_exec_core+31336>, 0x5b03fee2f01b <vm_exec_core+29851>, 0x5b03fee2a686 <vm_exec_core+11014>, 0x5b03fee2b64e <vm_exec_core+15054>, 0x5b03fee2d44a <vm_exec_core+22730>, 0x5b03fee2ec99 <vm_exec_core+28953>, 0x5b03fee2c5e1 <vm_exec_core+19041>, 0x5b03fee2d502 <vm_exec_core+22914>, 0x5b03fee2db03 <vm_exec_core+24451>, 0x5b03fee2c522 <vm_exec_core+18850>, 0x5b03fee28642 <vm_exec_core+2754>, 0x5b03fee2cc5a <vm_exec_core+20698>, 0x5b03fee28496 <vm_exec_core+2326>, 0x5b03fee288d6 <vm_exec_core+3414>, 0x5b03fee2a9d0 <vm_exec_core+11856>, 0x5b03fee2c2a3 <vm_exec_core+18211>, 0x5b03fee2ca6a <vm_exec_core+20202>, 0x5b03fee2c13a <vm_exec_core+17850>, 0x5b03fee28043 <vm_exec_core+1219>, 0x5b03fee2de17 <vm_exec_core+25239>, 0x5b03fee2ea34 <vm_exec_core+28340>, 0x5b03fee289e1 <vm_exec_core+3681>, 0x5b03fee2980a <vm_exec_core+7306>, 0x5b03fee2968c <vm_exec_core+6924>, 0x5b03fee2a10a <vm_exec_core+9610>, 0x5b03fee2b5a0 <vm_exec_core+14880>, 0x5b03fee28ad5 <vm_exec_core+3925>, 0x5b03fee2dce3 <vm_exec_core+24931>, 0x5b03fee2974e <vm_exec_core+7118>, 0x5b03fee2b4d9 <vm_exec_core+14681>, 0x5b03fee2bf10 <vm_exec_core+17296>, 0x5b03fee2d97f <vm_exec_core+24063>, 0x5b03fee2c86e <vm_exec_core+19694>, 0x5b03fee2a3b7 <vm_exec_core+10295>, 0x5b03fee29a61 <vm_exec_core+7905>, 0x5b03fee2d6e3 <vm_exec_core+23395>, 0x5b03fee2ad4a <vm_exec_core+12746>, 0x5b03fee2cd2e <vm_exec_core+20910>, 0x5b03fee2c93f <vm_exec_core+19903>, 0x5b03fee2ce54 <vm_exec_core+21204>, 0x5b03fee2e45f <vm_exec_core+26847>, 0x5b03fee2c0a6 <vm_exec_core+17702>, 0x5b03fee2da25 <vm_exec_core+24229>, 0x5b03fee2a486 <vm_exec_core+10502>, 0x5b03fee2d5a1 <vm_exec_core+23073>, 0x5b03fee27f0b <vm_exec_core+907>, 0x5b03fee2c37c <vm_exec_core+18428>, 0x5b03fee2c741 <vm_exec_core+19393>, 0x5b03fee286e1 <vm_exec_core+2913>, 0x5b03fee2c1de <vm_exec_core+18014>, 0x5b03fee2a7ee <vm_exec_core+11374>, 0x5b03fee29ca7 <vm_exec_core+8487>, 0x5b03fee2cf56 <vm_exec_core+21462>, 0x5b03fee28ccb <vm_exec_core+4427>, 0x5b03fee2bba5 <vm_exec_core+16421>, 0x5b03fee36bfa <vm_exec_core+61562>, 0x5b03fee2c67b <vm_exec_core+19195>, 0x5b03fee28f71 <vm_exec_core+5105>, 0x5b03fee29401 <vm_exec_core+6273>, 0x5b03fee29095 <vm_exec_core+5397>, 0x5b03fee298fa <vm_exec_core+7546>, 0x5b03fee2a206 <vm_exec_core+9862>, 0x5b03fee2cb7b <vm_exec_core+20475>, 0x5b03fee2bf9c <vm_exec_core+17436>, 0x5b03fee2dd35 <vm_exec_core+25013>, 0x5b03fee2fd8d <vm_exec_core+33293>, 0x5b03fee2e137 <vm_exec_core+26039>, 0x5b03fee2f685 <vm_exec_core+31493>, 0x5b03fee2f787 <vm_exec_core+31751>, 0x5b03fee2855b <vm_exec_core+2523>, 0x5b03fee2f13a <vm_exec_core+30138>, 0x5b03fee2ac63 <vm_exec_core+12515>, 0x5b03fee2f3ab <vm_exec_core+30763>, 0x5b03fee2a54b <vm_exec_core+10699>, 0x5b03fee2e060 <vm_exec_core+25824>, 0x5b03fee283b3 <vm_exec_core+2099>, 0x5b03fee28bba <vm_exec_core+4154>, 0x5b03fee2f9a0 <vm_exec_core+32288>, 0x5b03fee29ae9 <vm_exec_core+8041>, 0x5b03fee2afef <vm_exec_core+13423>, 0x5b03fee27f10 <vm_exec_core+912>, 0x5b03fee28321 <vm_exec_core+1953>, 0x5b03fee27fa2 <vm_exec_core+1058>, 0x5b03fee2e367 <vm_exec_core+26599>, 0x5b03fee2aa78 <vm_exec_core+12024>, 0x5b03fee2f487 <vm_exec_core+30983>, 0x5b03fee2bdb7 <vm_exec_core+16951>, 0x5b03fee2b2a6 <vm_exec_core+14118>, 0x5b03fee2ba7b <vm_exec_core+16123>, 0x5b03fee2b997 <vm_exec_core+15895>, 0x5b03fee2a8d2 <vm_exec_core+11602>, 0x5b03fee2b19b <vm_exec_core+13851>, 0x5b03fee2aec5 <vm_exec_core+13125>, 0x5b03fee2b457 <vm_exec_core+14551>, 0x5b03fee2b3d5 <vm_exec_core+14421>, 0x5b03fee2e9b7 <vm_exec_core+28215>, 0x5b03fee291a8 <vm_exec_core+5672>, 0x5b03fee2fac7 <vm_exec_core+32583>, 0x5b03fee2d1c1 <vm_exec_core+22081>, 0x5b03fee2b6e3 <vm_exec_core+15203>, 0x5b03fee280d8 <vm_exec_core+1368>, 0x5b03fee2f20e <vm_exec_core+30350>, 0x5b03fee2eb60 <vm_exec_core+28640>, 0x5b03fee29516 <vm_exec_core+6550>, 0x5b03fee287d8 <vm_exec_core+3160>, 0x5b03fee2d7ee <vm_exec_core+23662>, 0x5b03fee29ee9 <vm_exec_core+9065>, 0x5b03fee2f5d9 <vm_exec_core+31321>, 0x5b03fee2f00c <vm_exec_core+29836>, 0x5b03fee2a677 <vm_exec_core+10999>, 0x5b03fee2b63f <vm_exec_core+15039>, 0x5b03fee2d43b <vm_exec_core+22715>, 0x5b03fee2ec8a <vm_exec_core+28938>, 0x5b03fee2c5d2 <vm_exec_core+19026>, 0x5b03fee2d4f3 <vm_exec_core+22899>, 0x5b03fee2daf4 <vm_exec_core+24436>, 0x5b03fee2c513 <vm_exec_core+18835>, 0x5b03fee28633 <vm_exec_core+2739>, 0x5b03fee2cc4b <vm_exec_core+20683>, 0x5b03fee28487 <vm_exec_core+2311>, 0x5b03fee288c7 <vm_exec_core+3399>, 0x5b03fee2a9c1 <vm_exec_core+11841>, 0x5b03fee2c294 <vm_exec_core+18196>, 0x5b03fee2ca5b <vm_exec_core+20187>, 0x5b03fee2c12b <vm_exec_core+17835>, 0x5b03fee28034 <vm_exec_core+1204>, 0x5b03fee2de08 <vm_exec_core+25224>, 0x5b03fee2ea25 <vm_exec_core+28325>, 0x5b03fee289d2 <vm_exec_core+3666>, 0x5b03fee297fb <vm_exec_core+7291>, 0x5b03fee2967d <vm_exec_core+6909>, 0x5b03fee2a0fb <vm_exec_core+9595>, 0x5b03fee2b591 <vm_exec_core+14865>, 0x5b03fee28ac6 <vm_exec_core+3910>, 0x5b03fee2dcd4 <vm_exec_core+24916>, 0x5b03fee2973f <vm_exec_core+7103>, 0x5b03fee2b4ca <vm_exec_core+14666>, 0x5b03fee2bf01 <vm_exec_core+17281>, 0x5b03fee2d970 <vm_exec_core+24048>, 0x5b03fee2c85f <vm_exec_core+19679>, 0x5b03fee2a3a8 <vm_exec_core+10280>, 0x5b03fee29a52 <vm_exec_core+7890>, 0x5b03fee2d6d4 <vm_exec_core+23380>, 0x5b03fee2ad3b <vm_exec_core+12731>, 0x5b03fee2cd1f <vm_exec_core+20895>, 0x5b03fee2c930 <vm_exec_core+19888>, 0x5b03fee2ce45 <vm_exec_core+21189>, 0x5b03fee2e450 <vm_exec_core+26832>, 0x5b03fee2c097 <vm_exec_core+17687>, 0x5b03fee2da16 <vm_exec_core+24214>, 0x5b03fee2a477 <vm_exec_core+10487>, 0x5b03fee2d592 <vm_exec_core+23058>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c36d <vm_exec_core+18413>, 0x5b03fee2c732 <vm_exec_core+19378>, 0x5b03fee2bd99 <vm_exec_core+16921>, 0x5b03fee2c1cf <vm_exec_core+17999>, 0x5b03fee2a7df <vm_exec_core+11359>, 0x5b03fee29c98 <vm_exec_core+8472>, 0x5b03fee2cf47 <vm_exec_core+21447>, 0x5b03fee28cbc <vm_exec_core+4412>, 0x5b03fee2bb96 <vm_exec_core+16406>, 0x5b03fee36beb <vm_exec_core+61547>, 0x5b03fee2c66c <vm_exec_core+19180>, 0x5b03fee28f62 <vm_exec_core+5090>, 0x5b03fee293f2 <vm_exec_core+6258>, 0x5b03fee29086 <vm_exec_core+5382>, 0x5b03fee298eb <vm_exec_core+7531>, 0x5b03fee2a1f7 <vm_exec_core+9847>, 0x5b03fee2bf97 <vm_exec_core+17431>, 0x5b03fee2b587 <vm_exec_core+14855>, 0x5b03fee2bf92 <vm_exec_core+17426>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c50e <vm_exec_core+18830>, 0x5b03fee298e6 <vm_exec_core+7526>, 0x5b03fee2c823 <vm_exec_core+19619>, 0x5b03fee2ac59 <vm_exec_core+12505>, 0x5b03fee2ac5e <vm_exec_core+12510>, 0x5b03fee2c509 <vm_exec_core+18825>, 0x5b03fee2c28a <vm_exec_core+18186>, 0x5b03fee2ba62 <vm_exec_core+16098>, 0x5b03fee2b983 <vm_exec_core+15875>, 0x5b03fee2c28f <vm_exec_core+18191>, 0x5b03fee2bd9e <vm_exec_core+16926>, 0x5b03fee2b58c <vm_exec_core+14860>, 0x5b03fee29ada <vm_exec_core+8026>, 0x5b03fee2afe0 <vm_exec_core+13408>, 0x5b03fee2a1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x7a693c3ff790
        reg_pc = 0x504000044270
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#16 0x00005b03fee246f8 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x5160016212d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#17 0x00005b03fee6164b in invoke_iseq_block_from_c (ec=0x5160016212d0, captured=<optimized out>, self=134593075400760, 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:1595
        flags = 0
        iseq = 0x7a6964dd94b8
        cfp = 0x7a693c3ff7c8
        sp = 0x7a693c2ff818
        use_argv = <optimized out>
        stack_argv = 0x7a693c2ff818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#18 invoke_block_from_c_proc (ec=0x5160016212d0, self=134593075400760, 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:1689
        block = <optimized out>
        keyword_hash = <optimized out>
#19 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:1719
No locals.
#20 0x00005b03fee5f8d6 in rb_vm_invoke_proc (ec=0x7a692d609960, proc=0x1, proc@entry=0x5040005163d0, argc=1699853517, argc@entry=0, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1740
        self = 4294967295
#21 0x00005b03fedb7f69 in thread_do_start_proc (th=th@entry=0x5150001fe080) at /tmp/ruby/src/trunk_asan/thread.c:598
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040005163d0
        args_len = 0
        args_ptr = <optimized out>
#22 0x00005b03fedb5b1a in thread_do_start (th=0x5150001fe080) at /tmp/ruby/src/trunk_asan/thread.c:615
        result = 36
#23 thread_start_func_2 (th=th@entry=0x5150001fe080, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:670
        _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>
#24 0x00005b03fedb4dde in call_thread_start_func_2 (th=0x5150001fe080) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2237
        stack_start = <optimized out>
        stack_start_addr = 0x7a69421ffce0
#25 nt_start (ptr=0x50c00035ab80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2282
        th = 0x5150001fe080
        sched = <optimized out>
        nt = 0x50c00035ab80
        vm = 0x525000000100
#26 0x00005b03fea6774f in asan_thread_start(void*) ()
No symbol table info available.
#27 0x00007a696549ca94 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 = {134592499549888, -8969424713639633994, 134592499549888, -352, 22, 140729051928304, -8969424713660605514, -8969344088287716426}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#28 0x00007a6965529c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7a69657a5c40 (LWP 4173829) "ruby"):
#0  0x00007a6965498d61 in __futex_abstimed_wait_common64 (private=23299, cancel=true, abstime=0x7ffe092661e0, 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=23299, abstime=0x7ffe092661e0, clockid=20816, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 5329152
        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=0x7ffe092661e0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007a696549bc7e in __pthread_cond_wait_common (abstime=0x7ffe092661e0, clockid=1, mutex=0x515000000420, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7a696549b4a0 <__condvar_cleanup_waiting>, __arg = 0x7ffe092660d0, __canceltype = -8949760, __prev = 0x0}
        cbuffer = {wseq = 1622, cond = 0x50c000000068, mutex = 0x515000000420, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 1622
        seq = 811
        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=0x515000000420, abstime=abstime@entry=0x7ffe092661e0) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00005b03fedb3541 in native_cond_timedwait (cond=0x50c000000068, mutex=0x515000000420, abs=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:242
        r = <optimized out>
        ts = <optimized out>
#6  native_cond_sleep (th=th@entry=0x515000000300, rel=0x7a69632235e0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2489
        end = <optimized out>
        sched = 0x5160000004a0
        lock = 0x515000000420
        cond = 0x50c000000068
        max = 100000000000000000
#7  0x00005b03fedb8e84 in native_sleep (th=0x515000000300, rel=0x7a69632235e0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3336
        sched = <optimized out>
#8  thread_join_sleep (arg=134593055572576) at /tmp/ruby/src/trunk_asan/thread.c:1064
        scheduler = <optimized out>
        p = 0x7a6963444260
        target_th = 0x5150001fe080
        th = 0x515000000300
        end = 2623174266534350
        limit = 0x7a69632235e0
#9  0x00005b03feab1f90 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:1053
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe092663f0, <optimized out>, 0x7ffe09266300, <optimized out>, <optimized out>}, prev = 0x7a6963413d40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#10 0x00005b03fedb89d8 in thread_join (target_th=<optimized out>, timeout=<optimized out>, limit=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1105
        waiter = {next = 0x0, thread = 0x515000000300, fiber = 0x0}
        arg = {waiter = 0x54e8c38948ef8944, target = 0xffffff65e9fffff8, timeout = 5188146770739207951, limit = <optimized out>}
        ec = <optimized out>
        th = <optimized out>
        fiber = 0x516000000680
#11 0x00005b03fedad0e0 in thread_join_m (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1202
        rel = <optimized out>
        timeout = <optimized out>
        limit = 0x7a69632235e0
#12 0x00005b03fee87958 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:3788
        ci = 0x34a100100003
        cc = <optimized out>
        me = 0x7a6964f49898
        cfunc = 0x50400001ead8
        recv = 134592464602360
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#13 0x00005b03fee3530d in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7a69629ff480, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        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>
#14 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b03fee2e9c6 <vm_exec_core+28230>, 0x5b03fee291b7 <vm_exec_core+5687>, 0x5b03fee2fad6 <vm_exec_core+32598>, 0x5b03fee2d1d0 <vm_exec_core+22096>, 0x5b03fee2b6f2 <vm_exec_core+15218>, 0x5b03fee280e7 <vm_exec_core+1383>, 0x5b03fee2f21d <vm_exec_core+30365>, 0x5b03fee2eb6f <vm_exec_core+28655>, 0x5b03fee29525 <vm_exec_core+6565>, 0x5b03fee287e7 <vm_exec_core+3175>, 0x5b03fee2d7fd <vm_exec_core+23677>, 0x5b03fee29ef8 <vm_exec_core+9080>, 0x5b03fee2f5e8 <vm_exec_core+31336>, 0x5b03fee2f01b <vm_exec_core+29851>, 0x5b03fee2a686 <vm_exec_core+11014>, 0x5b03fee2b64e <vm_exec_core+15054>, 0x5b03fee2d44a <vm_exec_core+22730>, 0x5b03fee2ec99 <vm_exec_core+28953>, 0x5b03fee2c5e1 <vm_exec_core+19041>, 0x5b03fee2d502 <vm_exec_core+22914>, 0x5b03fee2db03 <vm_exec_core+24451>, 0x5b03fee2c522 <vm_exec_core+18850>, 0x5b03fee28642 <vm_exec_core+2754>, 0x5b03fee2cc5a <vm_exec_core+20698>, 0x5b03fee28496 <vm_exec_core+2326>, 0x5b03fee288d6 <vm_exec_core+3414>, 0x5b03fee2a9d0 <vm_exec_core+11856>, 0x5b03fee2c2a3 <vm_exec_core+18211>, 0x5b03fee2ca6a <vm_exec_core+20202>, 0x5b03fee2c13a <vm_exec_core+17850>, 0x5b03fee28043 <vm_exec_core+1219>, 0x5b03fee2de17 <vm_exec_core+25239>, 0x5b03fee2ea34 <vm_exec_core+28340>, 0x5b03fee289e1 <vm_exec_core+3681>, 0x5b03fee2980a <vm_exec_core+7306>, 0x5b03fee2968c <vm_exec_core+6924>, 0x5b03fee2a10a <vm_exec_core+9610>, 0x5b03fee2b5a0 <vm_exec_core+14880>, 0x5b03fee28ad5 <vm_exec_core+3925>, 0x5b03fee2dce3 <vm_exec_core+24931>, 0x5b03fee2974e <vm_exec_core+7118>, 0x5b03fee2b4d9 <vm_exec_core+14681>, 0x5b03fee2bf10 <vm_exec_core+17296>, 0x5b03fee2d97f <vm_exec_core+24063>, 0x5b03fee2c86e <vm_exec_core+19694>, 0x5b03fee2a3b7 <vm_exec_core+10295>, 0x5b03fee29a61 <vm_exec_core+7905>, 0x5b03fee2d6e3 <vm_exec_core+23395>, 0x5b03fee2ad4a <vm_exec_core+12746>, 0x5b03fee2cd2e <vm_exec_core+20910>, 0x5b03fee2c93f <vm_exec_core+19903>, 0x5b03fee2ce54 <vm_exec_core+21204>, 0x5b03fee2e45f <vm_exec_core+26847>, 0x5b03fee2c0a6 <vm_exec_core+17702>, 0x5b03fee2da25 <vm_exec_core+24229>, 0x5b03fee2a486 <vm_exec_core+10502>, 0x5b03fee2d5a1 <vm_exec_core+23073>, 0x5b03fee27f0b <vm_exec_core+907>, 0x5b03fee2c37c <vm_exec_core+18428>, 0x5b03fee2c741 <vm_exec_core+19393>, 0x5b03fee286e1 <vm_exec_core+2913>, 0x5b03fee2c1de <vm_exec_core+18014>, 0x5b03fee2a7ee <vm_exec_core+11374>, 0x5b03fee29ca7 <vm_exec_core+8487>, 0x5b03fee2cf56 <vm_exec_core+21462>, 0x5b03fee28ccb <vm_exec_core+4427>, 0x5b03fee2bba5 <vm_exec_core+16421>, 0x5b03fee36bfa <vm_exec_core+61562>, 0x5b03fee2c67b <vm_exec_core+19195>, 0x5b03fee28f71 <vm_exec_core+5105>, 0x5b03fee29401 <vm_exec_core+6273>, 0x5b03fee29095 <vm_exec_core+5397>, 0x5b03fee298fa <vm_exec_core+7546>, 0x5b03fee2a206 <vm_exec_core+9862>, 0x5b03fee2cb7b <vm_exec_core+20475>, 0x5b03fee2bf9c <vm_exec_core+17436>, 0x5b03fee2dd35 <vm_exec_core+25013>, 0x5b03fee2fd8d <vm_exec_core+33293>, 0x5b03fee2e137 <vm_exec_core+26039>, 0x5b03fee2f685 <vm_exec_core+31493>, 0x5b03fee2f787 <vm_exec_core+31751>, 0x5b03fee2855b <vm_exec_core+2523>, 0x5b03fee2f13a <vm_exec_core+30138>, 0x5b03fee2ac63 <vm_exec_core+12515>, 0x5b03fee2f3ab <vm_exec_core+30763>, 0x5b03fee2a54b <vm_exec_core+10699>, 0x5b03fee2e060 <vm_exec_core+25824>, 0x5b03fee283b3 <vm_exec_core+2099>, 0x5b03fee28bba <vm_exec_core+4154>, 0x5b03fee2f9a0 <vm_exec_core+32288>, 0x5b03fee29ae9 <vm_exec_core+8041>, 0x5b03fee2afef <vm_exec_core+13423>, 0x5b03fee27f10 <vm_exec_core+912>, 0x5b03fee28321 <vm_exec_core+1953>, 0x5b03fee27fa2 <vm_exec_core+1058>, 0x5b03fee2e367 <vm_exec_core+26599>, 0x5b03fee2aa78 <vm_exec_core+12024>, 0x5b03fee2f487 <vm_exec_core+30983>, 0x5b03fee2bdb7 <vm_exec_core+16951>, 0x5b03fee2b2a6 <vm_exec_core+14118>, 0x5b03fee2ba7b <vm_exec_core+16123>, 0x5b03fee2b997 <vm_exec_core+15895>, 0x5b03fee2a8d2 <vm_exec_core+11602>, 0x5b03fee2b19b <vm_exec_core+13851>, 0x5b03fee2aec5 <vm_exec_core+13125>, 0x5b03fee2b457 <vm_exec_core+14551>, 0x5b03fee2b3d5 <vm_exec_core+14421>, 0x5b03fee2e9b7 <vm_exec_core+28215>, 0x5b03fee291a8 <vm_exec_core+5672>, 0x5b03fee2fac7 <vm_exec_core+32583>, 0x5b03fee2d1c1 <vm_exec_core+22081>, 0x5b03fee2b6e3 <vm_exec_core+15203>, 0x5b03fee280d8 <vm_exec_core+1368>, 0x5b03fee2f20e <vm_exec_core+30350>, 0x5b03fee2eb60 <vm_exec_core+28640>, 0x5b03fee29516 <vm_exec_core+6550>, 0x5b03fee287d8 <vm_exec_core+3160>, 0x5b03fee2d7ee <vm_exec_core+23662>, 0x5b03fee29ee9 <vm_exec_core+9065>, 0x5b03fee2f5d9 <vm_exec_core+31321>, 0x5b03fee2f00c <vm_exec_core+29836>, 0x5b03fee2a677 <vm_exec_core+10999>, 0x5b03fee2b63f <vm_exec_core+15039>, 0x5b03fee2d43b <vm_exec_core+22715>, 0x5b03fee2ec8a <vm_exec_core+28938>, 0x5b03fee2c5d2 <vm_exec_core+19026>, 0x5b03fee2d4f3 <vm_exec_core+22899>, 0x5b03fee2daf4 <vm_exec_core+24436>, 0x5b03fee2c513 <vm_exec_core+18835>, 0x5b03fee28633 <vm_exec_core+2739>, 0x5b03fee2cc4b <vm_exec_core+20683>, 0x5b03fee28487 <vm_exec_core+2311>, 0x5b03fee288c7 <vm_exec_core+3399>, 0x5b03fee2a9c1 <vm_exec_core+11841>, 0x5b03fee2c294 <vm_exec_core+18196>, 0x5b03fee2ca5b <vm_exec_core+20187>, 0x5b03fee2c12b <vm_exec_core+17835>, 0x5b03fee28034 <vm_exec_core+1204>, 0x5b03fee2de08 <vm_exec_core+25224>, 0x5b03fee2ea25 <vm_exec_core+28325>, 0x5b03fee289d2 <vm_exec_core+3666>, 0x5b03fee297fb <vm_exec_core+7291>, 0x5b03fee2967d <vm_exec_core+6909>, 0x5b03fee2a0fb <vm_exec_core+9595>, 0x5b03fee2b591 <vm_exec_core+14865>, 0x5b03fee28ac6 <vm_exec_core+3910>, 0x5b03fee2dcd4 <vm_exec_core+24916>, 0x5b03fee2973f <vm_exec_core+7103>, 0x5b03fee2b4ca <vm_exec_core+14666>, 0x5b03fee2bf01 <vm_exec_core+17281>, 0x5b03fee2d970 <vm_exec_core+24048>, 0x5b03fee2c85f <vm_exec_core+19679>, 0x5b03fee2a3a8 <vm_exec_core+10280>, 0x5b03fee29a52 <vm_exec_core+7890>, 0x5b03fee2d6d4 <vm_exec_core+23380>, 0x5b03fee2ad3b <vm_exec_core+12731>, 0x5b03fee2cd1f <vm_exec_core+20895>, 0x5b03fee2c930 <vm_exec_core+19888>, 0x5b03fee2ce45 <vm_exec_core+21189>, 0x5b03fee2e450 <vm_exec_core+26832>, 0x5b03fee2c097 <vm_exec_core+17687>, 0x5b03fee2da16 <vm_exec_core+24214>, 0x5b03fee2a477 <vm_exec_core+10487>, 0x5b03fee2d592 <vm_exec_core+23058>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c36d <vm_exec_core+18413>, 0x5b03fee2c732 <vm_exec_core+19378>, 0x5b03fee2bd99 <vm_exec_core+16921>, 0x5b03fee2c1cf <vm_exec_core+17999>, 0x5b03fee2a7df <vm_exec_core+11359>, 0x5b03fee29c98 <vm_exec_core+8472>, 0x5b03fee2cf47 <vm_exec_core+21447>, 0x5b03fee28cbc <vm_exec_core+4412>, 0x5b03fee2bb96 <vm_exec_core+16406>, 0x5b03fee36beb <vm_exec_core+61547>, 0x5b03fee2c66c <vm_exec_core+19180>, 0x5b03fee28f62 <vm_exec_core+5090>, 0x5b03fee293f2 <vm_exec_core+6258>, 0x5b03fee29086 <vm_exec_core+5382>, 0x5b03fee298eb <vm_exec_core+7531>, 0x5b03fee2a1f7 <vm_exec_core+9847>, 0x5b03fee2bf97 <vm_exec_core+17431>, 0x5b03fee2b587 <vm_exec_core+14855>, 0x5b03fee2bf92 <vm_exec_core+17426>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c50e <vm_exec_core+18830>, 0x5b03fee298e6 <vm_exec_core+7526>, 0x5b03fee2c823 <vm_exec_core+19619>, 0x5b03fee2ac59 <vm_exec_core+12505>, 0x5b03fee2ac5e <vm_exec_core+12510>, 0x5b03fee2c509 <vm_exec_core+18825>, 0x5b03fee2c28a <vm_exec_core+18186>, 0x5b03fee2ba62 <vm_exec_core+16098>, 0x5b03fee2b983 <vm_exec_core+15875>, 0x5b03fee2c28f <vm_exec_core+18191>, 0x5b03fee2bd9e <vm_exec_core+16926>, 0x5b03fee2b58c <vm_exec_core+14860>, 0x5b03fee29ada <vm_exec_core+8026>, 0x5b03fee2afe0 <vm_exec_core+13408>, 0x5b03fee2a1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x7a69629ff480
        reg_pc = 0x522000005720
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#15 0x00005b03fee246f8 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#16 0x00005b03feea4f02 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7a69629ff620, self=134592521448720, 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:1595
        flags = 0
        iseq = 0x7a6964bf2370
        cfp = <optimized out>
        sp = 0x7a69628ffa28
        use_argv = 0x7a69632162a0
        stack_argv = 0x7a69628ffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#17 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:1609
        captured = 0x7a69629ff620
#18 0x00005b03fee51846 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:1646
No locals.
#19 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1654
No locals.
#20 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#21 0x00005b03fee51846 in rb_yield (val=<optimized out>)
No locals.
#22 0x00005b03feff9756 in rb_ary_collect (ary=134593077608320) at /tmp/ruby/src/trunk_asan/array.c:3695
        collect = 134593077604720
        i = 124
#23 0x00005b03fee87958 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:3788
        ci = 0x163100000001
        cc = <optimized out>
        me = 0x7a6964f70150
        cfunc = 0x50400000a798
        recv = 134593077608320
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#24 0x00005b03fee2ee63 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7a69629ff608, cd=0x51100000ce10, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#25 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51100000ce10
        insns_address_table = {0x5b03fee2e9c6 <vm_exec_core+28230>, 0x5b03fee291b7 <vm_exec_core+5687>, 0x5b03fee2fad6 <vm_exec_core+32598>, 0x5b03fee2d1d0 <vm_exec_core+22096>, 0x5b03fee2b6f2 <vm_exec_core+15218>, 0x5b03fee280e7 <vm_exec_core+1383>, 0x5b03fee2f21d <vm_exec_core+30365>, 0x5b03fee2eb6f <vm_exec_core+28655>, 0x5b03fee29525 <vm_exec_core+6565>, 0x5b03fee287e7 <vm_exec_core+3175>, 0x5b03fee2d7fd <vm_exec_core+23677>, 0x5b03fee29ef8 <vm_exec_core+9080>, 0x5b03fee2f5e8 <vm_exec_core+31336>, 0x5b03fee2f01b <vm_exec_core+29851>, 0x5b03fee2a686 <vm_exec_core+11014>, 0x5b03fee2b64e <vm_exec_core+15054>, 0x5b03fee2d44a <vm_exec_core+22730>, 0x5b03fee2ec99 <vm_exec_core+28953>, 0x5b03fee2c5e1 <vm_exec_core+19041>, 0x5b03fee2d502 <vm_exec_core+22914>, 0x5b03fee2db03 <vm_exec_core+24451>, 0x5b03fee2c522 <vm_exec_core+18850>, 0x5b03fee28642 <vm_exec_core+2754>, 0x5b03fee2cc5a <vm_exec_core+20698>, 0x5b03fee28496 <vm_exec_core+2326>, 0x5b03fee288d6 <vm_exec_core+3414>, 0x5b03fee2a9d0 <vm_exec_core+11856>, 0x5b03fee2c2a3 <vm_exec_core+18211>, 0x5b03fee2ca6a <vm_exec_core+20202>, 0x5b03fee2c13a <vm_exec_core+17850>, 0x5b03fee28043 <vm_exec_core+1219>, 0x5b03fee2de17 <vm_exec_core+25239>, 0x5b03fee2ea34 <vm_exec_core+28340>, 0x5b03fee289e1 <vm_exec_core+3681>, 0x5b03fee2980a <vm_exec_core+7306>, 0x5b03fee2968c <vm_exec_core+6924>, 0x5b03fee2a10a <vm_exec_core+9610>, 0x5b03fee2b5a0 <vm_exec_core+14880>, 0x5b03fee28ad5 <vm_exec_core+3925>, 0x5b03fee2dce3 <vm_exec_core+24931>, 0x5b03fee2974e <vm_exec_core+7118>, 0x5b03fee2b4d9 <vm_exec_core+14681>, 0x5b03fee2bf10 <vm_exec_core+17296>, 0x5b03fee2d97f <vm_exec_core+24063>, 0x5b03fee2c86e <vm_exec_core+19694>, 0x5b03fee2a3b7 <vm_exec_core+10295>, 0x5b03fee29a61 <vm_exec_core+7905>, 0x5b03fee2d6e3 <vm_exec_core+23395>, 0x5b03fee2ad4a <vm_exec_core+12746>, 0x5b03fee2cd2e <vm_exec_core+20910>, 0x5b03fee2c93f <vm_exec_core+19903>, 0x5b03fee2ce54 <vm_exec_core+21204>, 0x5b03fee2e45f <vm_exec_core+26847>, 0x5b03fee2c0a6 <vm_exec_core+17702>, 0x5b03fee2da25 <vm_exec_core+24229>, 0x5b03fee2a486 <vm_exec_core+10502>, 0x5b03fee2d5a1 <vm_exec_core+23073>, 0x5b03fee27f0b <vm_exec_core+907>, 0x5b03fee2c37c <vm_exec_core+18428>, 0x5b03fee2c741 <vm_exec_core+19393>, 0x5b03fee286e1 <vm_exec_core+2913>, 0x5b03fee2c1de <vm_exec_core+18014>, 0x5b03fee2a7ee <vm_exec_core+11374>, 0x5b03fee29ca7 <vm_exec_core+8487>, 0x5b03fee2cf56 <vm_exec_core+21462>, 0x5b03fee28ccb <vm_exec_core+4427>, 0x5b03fee2bba5 <vm_exec_core+16421>, 0x5b03fee36bfa <vm_exec_core+61562>, 0x5b03fee2c67b <vm_exec_core+19195>, 0x5b03fee28f71 <vm_exec_core+5105>, 0x5b03fee29401 <vm_exec_core+6273>, 0x5b03fee29095 <vm_exec_core+5397>, 0x5b03fee298fa <vm_exec_core+7546>, 0x5b03fee2a206 <vm_exec_core+9862>, 0x5b03fee2cb7b <vm_exec_core+20475>, 0x5b03fee2bf9c <vm_exec_core+17436>, 0x5b03fee2dd35 <vm_exec_core+25013>, 0x5b03fee2fd8d <vm_exec_core+33293>, 0x5b03fee2e137 <vm_exec_core+26039>, 0x5b03fee2f685 <vm_exec_core+31493>, 0x5b03fee2f787 <vm_exec_core+31751>, 0x5b03fee2855b <vm_exec_core+2523>, 0x5b03fee2f13a <vm_exec_core+30138>, 0x5b03fee2ac63 <vm_exec_core+12515>, 0x5b03fee2f3ab <vm_exec_core+30763>, 0x5b03fee2a54b <vm_exec_core+10699>, 0x5b03fee2e060 <vm_exec_core+25824>, 0x5b03fee283b3 <vm_exec_core+2099>, 0x5b03fee28bba <vm_exec_core+4154>, 0x5b03fee2f9a0 <vm_exec_core+32288>, 0x5b03fee29ae9 <vm_exec_core+8041>, 0x5b03fee2afef <vm_exec_core+13423>, 0x5b03fee27f10 <vm_exec_core+912>, 0x5b03fee28321 <vm_exec_core+1953>, 0x5b03fee27fa2 <vm_exec_core+1058>, 0x5b03fee2e367 <vm_exec_core+26599>, 0x5b03fee2aa78 <vm_exec_core+12024>, 0x5b03fee2f487 <vm_exec_core+30983>, 0x5b03fee2bdb7 <vm_exec_core+16951>, 0x5b03fee2b2a6 <vm_exec_core+14118>, 0x5b03fee2ba7b <vm_exec_core+16123>, 0x5b03fee2b997 <vm_exec_core+15895>, 0x5b03fee2a8d2 <vm_exec_core+11602>, 0x5b03fee2b19b <vm_exec_core+13851>, 0x5b03fee2aec5 <vm_exec_core+13125>, 0x5b03fee2b457 <vm_exec_core+14551>, 0x5b03fee2b3d5 <vm_exec_core+14421>, 0x5b03fee2e9b7 <vm_exec_core+28215>, 0x5b03fee291a8 <vm_exec_core+5672>, 0x5b03fee2fac7 <vm_exec_core+32583>, 0x5b03fee2d1c1 <vm_exec_core+22081>, 0x5b03fee2b6e3 <vm_exec_core+15203>, 0x5b03fee280d8 <vm_exec_core+1368>, 0x5b03fee2f20e <vm_exec_core+30350>, 0x5b03fee2eb60 <vm_exec_core+28640>, 0x5b03fee29516 <vm_exec_core+6550>, 0x5b03fee287d8 <vm_exec_core+3160>, 0x5b03fee2d7ee <vm_exec_core+23662>, 0x5b03fee29ee9 <vm_exec_core+9065>, 0x5b03fee2f5d9 <vm_exec_core+31321>, 0x5b03fee2f00c <vm_exec_core+29836>, 0x5b03fee2a677 <vm_exec_core+10999>, 0x5b03fee2b63f <vm_exec_core+15039>, 0x5b03fee2d43b <vm_exec_core+22715>, 0x5b03fee2ec8a <vm_exec_core+28938>, 0x5b03fee2c5d2 <vm_exec_core+19026>, 0x5b03fee2d4f3 <vm_exec_core+22899>, 0x5b03fee2daf4 <vm_exec_core+24436>, 0x5b03fee2c513 <vm_exec_core+18835>, 0x5b03fee28633 <vm_exec_core+2739>, 0x5b03fee2cc4b <vm_exec_core+20683>, 0x5b03fee28487 <vm_exec_core+2311>, 0x5b03fee288c7 <vm_exec_core+3399>, 0x5b03fee2a9c1 <vm_exec_core+11841>, 0x5b03fee2c294 <vm_exec_core+18196>, 0x5b03fee2ca5b <vm_exec_core+20187>, 0x5b03fee2c12b <vm_exec_core+17835>, 0x5b03fee28034 <vm_exec_core+1204>, 0x5b03fee2de08 <vm_exec_core+25224>, 0x5b03fee2ea25 <vm_exec_core+28325>, 0x5b03fee289d2 <vm_exec_core+3666>, 0x5b03fee297fb <vm_exec_core+7291>, 0x5b03fee2967d <vm_exec_core+6909>, 0x5b03fee2a0fb <vm_exec_core+9595>, 0x5b03fee2b591 <vm_exec_core+14865>, 0x5b03fee28ac6 <vm_exec_core+3910>, 0x5b03fee2dcd4 <vm_exec_core+24916>, 0x5b03fee2973f <vm_exec_core+7103>, 0x5b03fee2b4ca <vm_exec_core+14666>, 0x5b03fee2bf01 <vm_exec_core+17281>, 0x5b03fee2d970 <vm_exec_core+24048>, 0x5b03fee2c85f <vm_exec_core+19679>, 0x5b03fee2a3a8 <vm_exec_core+10280>, 0x5b03fee29a52 <vm_exec_core+7890>, 0x5b03fee2d6d4 <vm_exec_core+23380>, 0x5b03fee2ad3b <vm_exec_core+12731>, 0x5b03fee2cd1f <vm_exec_core+20895>, 0x5b03fee2c930 <vm_exec_core+19888>, 0x5b03fee2ce45 <vm_exec_core+21189>, 0x5b03fee2e450 <vm_exec_core+26832>, 0x5b03fee2c097 <vm_exec_core+17687>, 0x5b03fee2da16 <vm_exec_core+24214>, 0x5b03fee2a477 <vm_exec_core+10487>, 0x5b03fee2d592 <vm_exec_core+23058>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c36d <vm_exec_core+18413>, 0x5b03fee2c732 <vm_exec_core+19378>, 0x5b03fee2bd99 <vm_exec_core+16921>, 0x5b03fee2c1cf <vm_exec_core+17999>, 0x5b03fee2a7df <vm_exec_core+11359>, 0x5b03fee29c98 <vm_exec_core+8472>, 0x5b03fee2cf47 <vm_exec_core+21447>, 0x5b03fee28cbc <vm_exec_core+4412>, 0x5b03fee2bb96 <vm_exec_core+16406>, 0x5b03fee36beb <vm_exec_core+61547>, 0x5b03fee2c66c <vm_exec_core+19180>, 0x5b03fee28f62 <vm_exec_core+5090>, 0x5b03fee293f2 <vm_exec_core+6258>, 0x5b03fee29086 <vm_exec_core+5382>, 0x5b03fee298eb <vm_exec_core+7531>, 0x5b03fee2a1f7 <vm_exec_core+9847>, 0x5b03fee2bf97 <vm_exec_core+17431>, 0x5b03fee2b587 <vm_exec_core+14855>, 0x5b03fee2bf92 <vm_exec_core+17426>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c50e <vm_exec_core+18830>, 0x5b03fee298e6 <vm_exec_core+7526>, 0x5b03fee2c823 <vm_exec_core+19619>, 0x5b03fee2ac59 <vm_exec_core+12505>, 0x5b03fee2ac5e <vm_exec_core+12510>, 0x5b03fee2c509 <vm_exec_core+18825>, 0x5b03fee2c28a <vm_exec_core+18186>, 0x5b03fee2ba62 <vm_exec_core+16098>, 0x5b03fee2b983 <vm_exec_core+15875>, 0x5b03fee2c28f <vm_exec_core+18191>, 0x5b03fee2bd9e <vm_exec_core+16926>, 0x5b03fee2b58c <vm_exec_core+14860>, 0x5b03fee29ada <vm_exec_core+8026>, 0x5b03fee2afe0 <vm_exec_core+13408>, 0x5b03fee2a1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x7a69629ff608
        reg_pc = 0x5190000184b8
        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>
th: 0x515000000300, native_id: 0x7a69657a5c40
-- Control frame information -----------------------------------------------
        INSN_LABEL_getspecial = <optimized out>
c:0017 p:---- s:0162 e:000161 CFUNC  :join
c:0016 p:0452 s:0157 E:000a80 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:181
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
c:0015 p:0275 s:0119 e:000118 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:330
c:0014 p:0021 s:0095 e:000094 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:2393
        INSN_LABEL_getclassvariable = <optimized out>
c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
        INSN_LABEL_setclassvariable = <optimized out>
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
        INSN_LABEL_opt_getconstant_path = <optimized out>
c:0011 p:0083 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671 [FINISH]
        INSN_LABEL_getconstant = <optimized out>
c:0010 p:---- s:0069 e:000068 CFUNC  :map
        INSN_LABEL_setconstant = <optimized out>
c:0009 p:0103 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658
        INSN_LABEL_getglobal = <optimized out>
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
c:0007 p:0066 s:0046 E:000e50 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
        INSN_LABEL_putself = <optimized out>
c:0005 p:---- s:0026 e:000025 CFUNC  :map
        INSN_LABEL_putobject = <optimized out>
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
        INSN_LABEL_putspecialobject = <optimized out>
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
        INSN_LABEL_putstring = <optimized out>
c:0002 p:0051 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
        INSN_LABEL_putchilledstring = <optimized out>
c:0001 p:0000 s:0003 E:0015f0 DUMMY  [FINISH]
        INSN_LABEL_concatstrings = <optimized out>

        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
th: 0x515000171e00, native_id: 0x7a69434006c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_intern = <optimized out>
c:0003 p:0023 s:0017 e:000016 METHOD <internal:thread_sync>:18
        INSN_LABEL_newarray = <optimized out>
c:0002 p:0019 s:0010 e:000009 BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:103 [FINISH]
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]
        INSN_LABEL_duparray = <optimized out>

        INSN_LABEL_duphash = <optimized out>
th: 0x51500005eb80, native_id: 0x7a692c0006c0
        INSN_LABEL_expandarray = <optimized out>
-- Control frame information -----------------------------------------------
        INSN_LABEL_concatarray = <optimized out>
c:0003 p:---- s:0012 e:000011 CFUNC  :readpartial
        INSN_LABEL_concattoarray = <optimized out>
c:0002 p:0036 s:0007 e:000006 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

        INSN_LABEL_splatkw = <optimized out>
th: 0x5150001fe080, native_id: 0x7a69422006c0
        INSN_LABEL_newhash = <optimized out>
-- Control frame information -----------------------------------------------
        INSN_LABEL_newrange = <optimized out>
c:0003 p:---- s:0010 e:000009 CFUNC  :read
        INSN_LABEL_pop = <optimized out>
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:178 [FINISH]
        INSN_LABEL_dup = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]
        INSN_LABEL_dupn = <optimized out>

        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#26 0x00005b03fee24ab1 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
No locals.
#27 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2570
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#28 0x00005b03feea4f02 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7a69629ff738, self=134592521448720, 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:1595
        flags = 0
        iseq = 0x7a6964dd4710
        cfp = <optimized out>
        sp = 0x7a69628ff8d0
        use_argv = 0x7a696321ad20
        stack_argv = 0x7a69628ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#29 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:1609
        captured = 0x7a69629ff738
#30 0x00005b03fee51846 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:1646
No locals.
#31 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1654
No locals.
#32 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#33 0x00005b03fee51846 in rb_yield (val=<optimized out>)
No locals.
#34 0x00005b03feff9756 in rb_ary_collect (ary=134593077616000) at /tmp/ruby/src/trunk_asan/array.c:3695
        collect = 134593077615920
        i = 0
#35 0x00005b03fee87958 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:3788
        ci = 0x163100000001
        cc = <optimized out>
        me = 0x7a6964f70150
        cfunc = 0x50400000a798
        recv = 134593077616000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#36 0x00005b03fee2ee63 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7a69629ff720, cd=0x502000015790, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#37 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000015790
        insns_address_table = {0x5b03fee2e9c6 <vm_exec_core+28230>, 0x5b03fee291b7 <vm_exec_core+5687>, 0x5b03fee2fad6 <vm_exec_core+32598>, 0x5b03fee2d1d0 <vm_exec_core+22096>, 0x5b03fee2b6f2 <vm_exec_core+15218>, 0x5b03fee280e7 <vm_exec_core+1383>, 0x5b03fee2f21d <vm_exec_core+30365>, 0x5b03fee2eb6f <vm_exec_core+28655>, 0x5b03fee29525 <vm_exec_core+6565>, 0x5b03fee287e7 <vm_exec_core+3175>, 0x5b03fee2d7fd <vm_exec_core+23677>, 0x5b03fee29ef8 <vm_exec_core+9080>, 0x5b03fee2f5e8 <vm_exec_core+31336>, 0x5b03fee2f01b <vm_exec_core+29851>, 0x5b03fee2a686 <vm_exec_core+11014>, 0x5b03fee2b64e <vm_exec_core+15054>, 0x5b03fee2d44a <vm_exec_core+22730>, 0x5b03fee2ec99 <vm_exec_core+28953>, 0x5b03fee2c5e1 <vm_exec_core+19041>, 0x5b03fee2d502 <vm_exec_core+22914>, 0x5b03fee2db03 <vm_exec_core+24451>, 0x5b03fee2c522 <vm_exec_core+18850>, 0x5b03fee28642 <vm_exec_core+2754>, 0x5b03fee2cc5a <vm_exec_core+20698>, 0x5b03fee28496 <vm_exec_core+2326>, 0x5b03fee288d6 <vm_exec_core+3414>, 0x5b03fee2a9d0 <vm_exec_core+11856>, 0x5b03fee2c2a3 <vm_exec_core+18211>, 0x5b03fee2ca6a <vm_exec_core+20202>, 0x5b03fee2c13a <vm_exec_core+17850>, 0x5b03fee28043 <vm_exec_core+1219>, 0x5b03fee2de17 <vm_exec_core+25239>, 0x5b03fee2ea34 <vm_exec_core+28340>, 0x5b03fee289e1 <vm_exec_core+3681>, 0x5b03fee2980a <vm_exec_core+7306>, 0x5b03fee2968c <vm_exec_core+6924>, 0x5b03fee2a10a <vm_exec_core+9610>, 0x5b03fee2b5a0 <vm_exec_core+14880>, 0x5b03fee28ad5 <vm_exec_core+3925>, 0x5b03fee2dce3 <vm_exec_core+24931>, 0x5b03fee2974e <vm_exec_core+7118>, 0x5b03fee2b4d9 <vm_exec_core+14681>, 0x5b03fee2bf10 <vm_exec_core+17296>, 0x5b03fee2d97f <vm_exec_core+24063>, 0x5b03fee2c86e <vm_exec_core+19694>, 0x5b03fee2a3b7 <vm_exec_core+10295>, 0x5b03fee29a61 <vm_exec_core+7905>, 0x5b03fee2d6e3 <vm_exec_core+23395>, 0x5b03fee2ad4a <vm_exec_core+12746>, 0x5b03fee2cd2e <vm_exec_core+20910>, 0x5b03fee2c93f <vm_exec_core+19903>, 0x5b03fee2ce54 <vm_exec_core+21204>, 0x5b03fee2e45f <vm_exec_core+26847>, 0x5b03fee2c0a6 <vm_exec_core+17702>, 0x5b03fee2da25 <vm_exec_core+24229>, 0x5b03fee2a486 <vm_exec_core+10502>, 0x5b03fee2d5a1 <vm_exec_core+23073>, 0x5b03fee27f0b <vm_exec_core+907>, 0x5b03fee2c37c <vm_exec_core+18428>, 0x5b03fee2c741 <vm_exec_core+19393>, 0x5b03fee286e1 <vm_exec_core+2913>, 0x5b03fee2c1de <vm_exec_core+18014>, 0x5b03fee2a7ee <vm_exec_core+11374>, 0x5b03fee29ca7 <vm_exec_core+8487>, 0x5b03fee2cf56 <vm_exec_core+21462>, 0x5b03fee28ccb <vm_exec_core+4427>, 0x5b03fee2bba5 <vm_exec_core+16421>, 0x5b03fee36bfa <vm_exec_core+61562>, 0x5b03fee2c67b <vm_exec_core+19195>, 0x5b03fee28f71 <vm_exec_core+5105>, 0x5b03fee29401 <vm_exec_core+6273>, 0x5b03fee29095 <vm_exec_core+5397>, 0x5b03fee298fa <vm_exec_core+7546>, 0x5b03fee2a206 <vm_exec_core+9862>, 0x5b03fee2cb7b <vm_exec_core+20475>, 0x5b03fee2bf9c <vm_exec_core+17436>, 0x5b03fee2dd35 <vm_exec_core+25013>, 0x5b03fee2fd8d <vm_exec_core+33293>, 0x5b03fee2e137 <vm_exec_core+26039>, 0x5b03fee2f685 <vm_exec_core+31493>, 0x5b03fee2f787 <vm_exec_core+31751>, 0x5b03fee2855b <vm_exec_core+2523>, 0x5b03fee2f13a <vm_exec_core+30138>, 0x5b03fee2ac63 <vm_exec_core+12515>, 0x5b03fee2f3ab <vm_exec_core+30763>, 0x5b03fee2a54b <vm_exec_core+10699>, 0x5b03fee2e060 <vm_exec_core+25824>, 0x5b03fee283b3 <vm_exec_core+2099>, 0x5b03fee28bba <vm_exec_core+4154>, 0x5b03fee2f9a0 <vm_exec_core+32288>, 0x5b03fee29ae9 <vm_exec_core+8041>, 0x5b03fee2afef <vm_exec_core+13423>, 0x5b03fee27f10 <vm_exec_core+912>, 0x5b03fee28321 <vm_exec_core+1953>, 0x5b03fee27fa2 <vm_exec_core+1058>, 0x5b03fee2e367 <vm_exec_core+26599>, 0x5b03fee2aa78 <vm_exec_core+12024>, 0x5b03fee2f487 <vm_exec_core+30983>, 0x5b03fee2bdb7 <vm_exec_core+16951>, 0x5b03fee2b2a6 <vm_exec_core+14118>, 0x5b03fee2ba7b <vm_exec_core+16123>, 0x5b03fee2b997 <vm_exec_core+15895>, 0x5b03fee2a8d2 <vm_exec_core+11602>, 0x5b03fee2b19b <vm_exec_core+13851>, 0x5b03fee2aec5 <vm_exec_core+13125>, 0x5b03fee2b457 <vm_exec_core+14551>, 0x5b03fee2b3d5 <vm_exec_core+14421>, 0x5b03fee2e9b7 <vm_exec_core+28215>, 0x5b03fee291a8 <vm_exec_core+5672>, 0x5b03fee2fac7 <vm_exec_core+32583>, 0x5b03fee2d1c1 <vm_exec_core+22081>, 0x5b03fee2b6e3 <vm_exec_core+15203>, 0x5b03fee280d8 <vm_exec_core+1368>, 0x5b03fee2f20e <vm_exec_core+30350>, 0x5b03fee2eb60 <vm_exec_core+28640>, 0x5b03fee29516 <vm_exec_core+6550>, 0x5b03fee287d8 <vm_exec_core+3160>, 0x5b03fee2d7ee <vm_exec_core+23662>, 0x5b03fee29ee9 <vm_exec_core+9065>, 0x5b03fee2f5d9 <vm_exec_core+31321>, 0x5b03fee2f00c <vm_exec_core+29836>, 0x5b03fee2a677 <vm_exec_core+10999>, 0x5b03fee2b63f <vm_exec_core+15039>, 0x5b03fee2d43b <vm_exec_core+22715>, 0x5b03fee2ec8a <vm_exec_core+28938>, 0x5b03fee2c5d2 <vm_exec_core+19026>, 0x5b03fee2d4f3 <vm_exec_core+22899>, 0x5b03fee2daf4 <vm_exec_core+24436>, 0x5b03fee2c513 <vm_exec_core+18835>, 0x5b03fee28633 <vm_exec_core+2739>, 0x5b03fee2cc4b <vm_exec_core+20683>, 0x5b03fee28487 <vm_exec_core+2311>, 0x5b03fee288c7 <vm_exec_core+3399>, 0x5b03fee2a9c1 <vm_exec_core+11841>, 0x5b03fee2c294 <vm_exec_core+18196>, 0x5b03fee2ca5b <vm_exec_core+20187>, 0x5b03fee2c12b <vm_exec_core+17835>, 0x5b03fee28034 <vm_exec_core+1204>, 0x5b03fee2de08 <vm_exec_core+25224>, 0x5b03fee2ea25 <vm_exec_core+28325>, 0x5b03fee289d2 <vm_exec_core+3666>, 0x5b03fee297fb <vm_exec_core+7291>, 0x5b03fee2967d <vm_exec_core+6909>, 0x5b03fee2a0fb <vm_exec_core+9595>, 0x5b03fee2b591 <vm_exec_core+14865>, 0x5b03fee28ac6 <vm_exec_core+3910>, 0x5b03fee2dcd4 <vm_exec_core+24916>, 0x5b03fee2973f <vm_exec_core+7103>, 0x5b03fee2b4ca <vm_exec_core+14666>, 0x5b03fee2bf01 <vm_exec_core+17281>, 0x5b03fee2d970 <vm_exec_core+24048>, 0x5b03fee2c85f <vm_exec_core+19679>, 0x5b03fee2a3a8 <vm_exec_core+10280>, 0x5b03fee29a52 <vm_exec_core+7890>, 0x5b03fee2d6d4 <vm_exec_core+23380>, 0x5b03fee2ad3b <vm_exec_core+12731>, 0x5b03fee2cd1f <vm_exec_core+20895>, 0x5b03fee2c930 <vm_exec_core+19888>, 0x5b03fee2ce45 <vm_exec_core+21189>, 0x5b03fee2e450 <vm_exec_core+26832>, 0x5b03fee2c097 <vm_exec_core+17687>, 0x5b03fee2da16 <vm_exec_core+24214>, 0x5b03fee2a477 <vm_exec_core+10487>, 0x5b03fee2d592 <vm_exec_core+23058>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c36d <vm_exec_core+18413>, 0x5b03fee2c732 <vm_exec_core+19378>, 0x5b03fee2bd99 <vm_exec_core+16921>, 0x5b03fee2c1cf <vm_exec_core+17999>, 0x5b03fee2a7df <vm_exec_core+11359>, 0x5b03fee29c98 <vm_exec_core+8472>, 0x5b03fee2cf47 <vm_exec_core+21447>, 0x5b03fee28cbc <vm_exec_core+4412>, 0x5b03fee2bb96 <vm_exec_core+16406>, 0x5b03fee36beb <vm_exec_core+61547>, 0x5b03fee2c66c <vm_exec_core+19180>, 0x5b03fee28f62 <vm_exec_core+5090>, 0x5b03fee293f2 <vm_exec_core+6258>, 0x5b03fee29086 <vm_exec_core+5382>, 0x5b03fee298eb <vm_exec_core+7531>, 0x5b03fee2a1f7 <vm_exec_core+9847>, 0x5b03fee2bf97 <vm_exec_core+17431>, 0x5b03fee2b587 <vm_exec_core+14855>, 0x5b03fee2bf92 <vm_exec_core+17426>, 0x5b03fee2c5be <vm_exec_core+19006>, 0x5b03fee2c50e <vm_exec_core+18830>, 0x5b03fee298e6 <vm_exec_core+7526>, 0x5b03fee2c823 <vm_exec_core+19619>, 0x5b03fee2ac59 <vm_exec_core+12505>, 0x5b03fee2ac5e <vm_exec_core+12510>, 0x5b03fee2c509 <vm_exec_core+18825>, 0x5b03fee2c28a <vm_exec_core+18186>, 0x5b03fee2ba62 <vm_exec_core+16098>, 0x5b03fee2b983 <vm_exec_core+15875>, 0x5b03fee2c28f <vm_exec_core+18191>, 0x5b03fee2bd9e <vm_exec_core+16926>, 0x5b03fee2b58c <vm_exec_core+14860>, 0x5b03fee29ada <vm_exec_core+8026>, 0x5b03fee2afe0 <vm_exec_core+13408>, 0x5b03fee2a1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x7a69629ff720
        reg_pc = 0x50400002e378
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#38 0x00005b03fee24ab1 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
No locals.
#39 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2570
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#40 0x00005b03feaae28b in rb_ec_exec_node (ec=0x5160000006d0, n=0x7a6964dd49e0) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe092682f0, <optimized out>, 0x7ffe09268240, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7a6964dd49e0
#41 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000006d0
        status = <optimized out>
#42 0x00005b03feaa77f7 in rb_main (argc=10, argv=0x7ffe092684b8) at /tmp/ruby/src/trunk_asan/main.c:43
        variable_in_this_stack_frame = <optimized out>
#43 main (argc=10, argv=0x7ffe092684b8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 4173829) detached]
$ timeout 60 gdb -p 4173825 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 4173827]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000071f3baf26cd7 in __GI___select (nfds=9, readfds=0x50c005649ac0, writefds=0x0, exceptfds=0x0, timeout=0x7ffc8a0c1e60) at ../sysdeps/unix/sysv/linux/select.c:69

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x71f3bb1dbc40 (LWP 4173825) "ruby" 0x000071f3baf26cd7 in __GI___select (nfds=9, readfds=0x50c005649ac0, writefds=0x0, exceptfds=0x0, timeout=0x7ffc8a0c1e60) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x71f39ec006c0 (LWP 4173827) "ruby" 0x000071f3baf1b4cd in __GI___poll (fds=0x71f39d909040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x71f39ec006c0 (LWP 4173827) "ruby"):
#0  0x000071f3baf1b4cd in __GI___poll (fds=0x71f39d909040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000057ab07d1339a in __interceptor_poll ()
No symbol table info available.
#2  0x000057ab080bf0df in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1050
        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:3066
        vm = <optimized out>
#4  0x000057ab07d6c74f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000071f3bae9ca94 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 = {125291154376384, 6703281475298253148, 125291154376384, -352, 25, 140722624541632, 6703281475319224668, 6703219162059233628}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000071f3baf29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x71f3bb1dbc40 (LWP 4173825) "ruby"):
#0  0x000071f3baf26cd7 in __GI___select (nfds=9, readfds=0x50c005649ac0, writefds=0x0, exceptfds=0x0, timeout=0x7ffc8a0c1e60) at ../sysdeps/unix/sysv/linux/select.c:69
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        s = <optimized out>
        us = <optimized out>
        ns = <optimized out>
        ts64 = {tv_sec = 1199, tv_nsec = 533219206}
        pts64 = 0x7ffc8a0c1d00
        r = <optimized out>
#1  0x000057ab080a9375 in native_fd_select (n=9, readfds=0x50c005649ac0, writefds=0x0, exceptfds=0x71f3baf26cd7 <__GI___select+327>, timeout=0x7ffc8a0c1d00, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2440
No locals.
#2  do_select (p=125291592936992) at /tmp/ruby/src/trunk_asan/thread.c:4291
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffc8a0c1e10
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x000057ab07db6f90 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:1053
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc8a0c1fd0, <optimized out>, 0x7ffc8a0c1ee0, <optimized out>, <optimized out>}, prev = 0x71f3b8e3ed80, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x000057ab080a894e in rb_thread_fd_select (max=<optimized out>, read=<optimized out>, write=<optimized out>, except=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:4351
        set = {max = 9, th = 0x515000000300, rset = 0x71f3b8e3ec40, wset = 0x0, eset = 0x0, orig_rset = {maxfd = <optimized out>, fdset = <optimized out>}, orig_wset = {maxfd = <optimized out>, fdset = <optimized out>}, orig_eset = {maxfd = <optimized out>, fdset = <optimized out>}, timeout = 0x71f3b8e3eca0}
#5  0x000057ab07e7371d in select_internal (read=125291081677640, write=4, except=4, tp=0x71f3b8e3eca0, fds=0x71f3b8e3ec40) at /tmp/ruby/src/trunk_asan/io.c:10633
        timerec = <optimized out>
        max = 9
        pending = <optimized out>
        rp = 0x71f3b8e3ec40
        wp = 0x0
        i = <optimized out>
        fptr = <optimized out>
        ep = 0x0
        n = <optimized out>
        res = <optimized out>
        list = <optimized out>
        write_io = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        errno_to_fail = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
#6  select_call (arg=125291592936480) at /tmp/ruby/src/trunk_asan/io.c:10703
        p = 0x71f3b8e3ec20
#7  0x000057ab07db6f90 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:1053
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc8a0c22d0, <optimized out>, 0x7ffc8a0c21e0, <optimized out>, <optimized out>}, prev = 0x71f3b8e80940, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#8  0x000057ab07e4fa17 in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11059
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#9  0x000057ab0818c958 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:3788
        ci = 0x15e100100009
        cc = <optimized out>
        me = 0x71f3ba9da6f0
        cfunc = 0x504000010798
        recv = 125291621841600
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#10 0x000057ab0813a30d in vm_sendish (ec=0x5160000006d0, reg_cfp=0x71f3b83ff3a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        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>
#11 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x57ab081339c6 <vm_exec_core+28230>, 0x57ab0812e1b7 <vm_exec_core+5687>, 0x57ab08134ad6 <vm_exec_core+32598>, 0x57ab081321d0 <vm_exec_core+22096>, 0x57ab081306f2 <vm_exec_core+15218>, 0x57ab0812d0e7 <vm_exec_core+1383>, 0x57ab0813421d <vm_exec_core+30365>, 0x57ab08133b6f <vm_exec_core+28655>, 0x57ab0812e525 <vm_exec_core+6565>, 0x57ab0812d7e7 <vm_exec_core+3175>, 0x57ab081327fd <vm_exec_core+23677>, 0x57ab0812eef8 <vm_exec_core+9080>, 0x57ab081345e8 <vm_exec_core+31336>, 0x57ab0813401b <vm_exec_core+29851>, 0x57ab0812f686 <vm_exec_core+11014>, 0x57ab0813064e <vm_exec_core+15054>, 0x57ab0813244a <vm_exec_core+22730>, 0x57ab08133c99 <vm_exec_core+28953>, 0x57ab081315e1 <vm_exec_core+19041>, 0x57ab08132502 <vm_exec_core+22914>, 0x57ab08132b03 <vm_exec_core+24451>, 0x57ab08131522 <vm_exec_core+18850>, 0x57ab0812d642 <vm_exec_core+2754>, 0x57ab08131c5a <vm_exec_core+20698>, 0x57ab0812d496 <vm_exec_core+2326>, 0x57ab0812d8d6 <vm_exec_core+3414>, 0x57ab0812f9d0 <vm_exec_core+11856>, 0x57ab081312a3 <vm_exec_core+18211>, 0x57ab08131a6a <vm_exec_core+20202>, 0x57ab0813113a <vm_exec_core+17850>, 0x57ab0812d043 <vm_exec_core+1219>, 0x57ab08132e17 <vm_exec_core+25239>, 0x57ab08133a34 <vm_exec_core+28340>, 0x57ab0812d9e1 <vm_exec_core+3681>, 0x57ab0812e80a <vm_exec_core+7306>, 0x57ab0812e68c <vm_exec_core+6924>, 0x57ab0812f10a <vm_exec_core+9610>, 0x57ab081305a0 <vm_exec_core+14880>, 0x57ab0812dad5 <vm_exec_core+3925>, 0x57ab08132ce3 <vm_exec_core+24931>, 0x57ab0812e74e <vm_exec_core+7118>, 0x57ab081304d9 <vm_exec_core+14681>, 0x57ab08130f10 <vm_exec_core+17296>, 0x57ab0813297f <vm_exec_core+24063>, 0x57ab0813186e <vm_exec_core+19694>, 0x57ab0812f3b7 <vm_exec_core+10295>, 0x57ab0812ea61 <vm_exec_core+7905>, 0x57ab081326e3 <vm_exec_core+23395>, 0x57ab0812fd4a <vm_exec_core+12746>, 0x57ab08131d2e <vm_exec_core+20910>, 0x57ab0813193f <vm_exec_core+19903>, 0x57ab08131e54 <vm_exec_core+21204>, 0x57ab0813345f <vm_exec_core+26847>, 0x57ab081310a6 <vm_exec_core+17702>, 0x57ab08132a25 <vm_exec_core+24229>, 0x57ab0812f486 <vm_exec_core+10502>, 0x57ab081325a1 <vm_exec_core+23073>, 0x57ab0812cf0b <vm_exec_core+907>, 0x57ab0813137c <vm_exec_core+18428>, 0x57ab08131741 <vm_exec_core+19393>, 0x57ab0812d6e1 <vm_exec_core+2913>, 0x57ab081311de <vm_exec_core+18014>, 0x57ab0812f7ee <vm_exec_core+11374>, 0x57ab0812eca7 <vm_exec_core+8487>, 0x57ab08131f56 <vm_exec_core+21462>, 0x57ab0812dccb <vm_exec_core+4427>, 0x57ab08130ba5 <vm_exec_core+16421>, 0x57ab0813bbfa <vm_exec_core+61562>, 0x57ab0813167b <vm_exec_core+19195>, 0x57ab0812df71 <vm_exec_core+5105>, 0x57ab0812e401 <vm_exec_core+6273>, 0x57ab0812e095 <vm_exec_core+5397>, 0x57ab0812e8fa <vm_exec_core+7546>, 0x57ab0812f206 <vm_exec_core+9862>, 0x57ab08131b7b <vm_exec_core+20475>, 0x57ab08130f9c <vm_exec_core+17436>, 0x57ab08132d35 <vm_exec_core+25013>, 0x57ab08134d8d <vm_exec_core+33293>, 0x57ab08133137 <vm_exec_core+26039>, 0x57ab08134685 <vm_exec_core+31493>, 0x57ab08134787 <vm_exec_core+31751>, 0x57ab0812d55b <vm_exec_core+2523>, 0x57ab0813413a <vm_exec_core+30138>, 0x57ab0812fc63 <vm_exec_core+12515>, 0x57ab081343ab <vm_exec_core+30763>, 0x57ab0812f54b <vm_exec_core+10699>, 0x57ab08133060 <vm_exec_core+25824>, 0x57ab0812d3b3 <vm_exec_core+2099>, 0x57ab0812dbba <vm_exec_core+4154>, 0x57ab081349a0 <vm_exec_core+32288>, 0x57ab0812eae9 <vm_exec_core+8041>, 0x57ab0812ffef <vm_exec_core+13423>, 0x57ab0812cf10 <vm_exec_core+912>, 0x57ab0812d321 <vm_exec_core+1953>, 0x57ab0812cfa2 <vm_exec_core+1058>, 0x57ab08133367 <vm_exec_core+26599>, 0x57ab0812fa78 <vm_exec_core+12024>, 0x57ab08134487 <vm_exec_core+30983>, 0x57ab08130db7 <vm_exec_core+16951>, 0x57ab081302a6 <vm_exec_core+14118>, 0x57ab08130a7b <vm_exec_core+16123>, 0x57ab08130997 <vm_exec_core+15895>, 0x57ab0812f8d2 <vm_exec_core+11602>, 0x57ab0813019b <vm_exec_core+13851>, 0x57ab0812fec5 <vm_exec_core+13125>, 0x57ab08130457 <vm_exec_core+14551>, 0x57ab081303d5 <vm_exec_core+14421>, 0x57ab081339b7 <vm_exec_core+28215>, 0x57ab0812e1a8 <vm_exec_core+5672>, 0x57ab08134ac7 <vm_exec_core+32583>, 0x57ab081321c1 <vm_exec_core+22081>, 0x57ab081306e3 <vm_exec_core+15203>, 0x57ab0812d0d8 <vm_exec_core+1368>, 0x57ab0813420e <vm_exec_core+30350>, 0x57ab08133b60 <vm_exec_core+28640>, 0x57ab0812e516 <vm_exec_core+6550>, 0x57ab0812d7d8 <vm_exec_core+3160>, 0x57ab081327ee <vm_exec_core+23662>, 0x57ab0812eee9 <vm_exec_core+9065>, 0x57ab081345d9 <vm_exec_core+31321>, 0x57ab0813400c <vm_exec_core+29836>, 0x57ab0812f677 <vm_exec_core+10999>, 0x57ab0813063f <vm_exec_core+15039>, 0x57ab0813243b <vm_exec_core+22715>, 0x57ab08133c8a <vm_exec_core+28938>, 0x57ab081315d2 <vm_exec_core+19026>, 0x57ab081324f3 <vm_exec_core+22899>, 0x57ab08132af4 <vm_exec_core+24436>, 0x57ab08131513 <vm_exec_core+18835>, 0x57ab0812d633 <vm_exec_core+2739>, 0x57ab08131c4b <vm_exec_core+20683>, 0x57ab0812d487 <vm_exec_core+2311>, 0x57ab0812d8c7 <vm_exec_core+3399>, 0x57ab0812f9c1 <vm_exec_core+11841>, 0x57ab08131294 <vm_exec_core+18196>, 0x57ab08131a5b <vm_exec_core+20187>, 0x57ab0813112b <vm_exec_core+17835>, 0x57ab0812d034 <vm_exec_core+1204>, 0x57ab08132e08 <vm_exec_core+25224>, 0x57ab08133a25 <vm_exec_core+28325>, 0x57ab0812d9d2 <vm_exec_core+3666>, 0x57ab0812e7fb <vm_exec_core+7291>, 0x57ab0812e67d <vm_exec_core+6909>, 0x57ab0812f0fb <vm_exec_core+9595>, 0x57ab08130591 <vm_exec_core+14865>, 0x57ab0812dac6 <vm_exec_core+3910>, 0x57ab08132cd4 <vm_exec_core+24916>, 0x57ab0812e73f <vm_exec_core+7103>, 0x57ab081304ca <vm_exec_core+14666>, 0x57ab08130f01 <vm_exec_core+17281>, 0x57ab08132970 <vm_exec_core+24048>, 0x57ab0813185f <vm_exec_core+19679>, 0x57ab0812f3a8 <vm_exec_core+10280>, 0x57ab0812ea52 <vm_exec_core+7890>, 0x57ab081326d4 <vm_exec_core+23380>, 0x57ab0812fd3b <vm_exec_core+12731>, 0x57ab08131d1f <vm_exec_core+20895>, 0x57ab08131930 <vm_exec_core+19888>, 0x57ab08131e45 <vm_exec_core+21189>, 0x57ab08133450 <vm_exec_core+26832>, 0x57ab08131097 <vm_exec_core+17687>, 0x57ab08132a16 <vm_exec_core+24214>, 0x57ab0812f477 <vm_exec_core+10487>, 0x57ab08132592 <vm_exec_core+23058>, 0x57ab081315be <vm_exec_core+19006>, 0x57ab0813136d <vm_exec_core+18413>, 0x57ab08131732 <vm_exec_core+19378>, 0x57ab08130d99 <vm_exec_core+16921>, 0x57ab081311cf <vm_exec_core+17999>, 0x57ab0812f7df <vm_exec_core+11359>, 0x57ab0812ec98 <vm_exec_core+8472>, 0x57ab08131f47 <vm_exec_core+21447>, 0x57ab0812dcbc <vm_exec_core+4412>, 0x57ab08130b96 <vm_exec_core+16406>, 0x57ab0813bbeb <vm_exec_core+61547>, 0x57ab0813166c <vm_exec_core+19180>, 0x57ab0812df62 <vm_exec_core+5090>, 0x57ab0812e3f2 <vm_exec_core+6258>, 0x57ab0812e086 <vm_exec_core+5382>, 0x57ab0812e8eb <vm_exec_core+7531>, 0x57ab0812f1f7 <vm_exec_core+9847>, 0x57ab08130f97 <vm_exec_core+17431>, 0x57ab08130587 <vm_exec_core+14855>, 0x57ab08130f92 <vm_exec_core+17426>, 0x57ab081315be <vm_exec_core+19006>, 0x57ab0813150e <vm_exec_core+18830>, 0x57ab0812e8e6 <vm_exec_core+7526>, 0x57ab08131823 <vm_exec_core+19619>, 0x57ab0812fc59 <vm_exec_core+12505>, 0x57ab0812fc5e <vm_exec_core+12510>, 0x57ab08131509 <vm_exec_core+18825>, 0x57ab0813128a <vm_exec_core+18186>, 0x57ab08130a62 <vm_exec_core+16098>, 0x57ab08130983 <vm_exec_core+15875>, 0x57ab0813128f <vm_exec_core+18191>, 0x57ab08130d9e <vm_exec_core+16926>, 0x57ab0813058c <vm_exec_core+14860>, 0x57ab0812eada <vm_exec_core+8026>, 0x57ab0812ffe0 <vm_exec_core+13408>, 0x57ab0812f1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x71f3b83ff3a0
        reg_pc = 0x5220000038a0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#12 0x000057ab08129ab1 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
No locals.
#13 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2570
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#14 0x000057ab07eb1361 in load_iseq_eval (ec=<optimized out>, fname=fname@entry=125291621204240) at /tmp/ruby/src/trunk_asan/load.c:781
        iseq = 0x71f3ba933cd8
#15 0x000057ab07eac367 in require_internal (ec=ec@entry=0x5160000006d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1287
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 125291621831840
        realpath_map = 125291621831680
        path = 125291621204240
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#16 0x000057ab07eaa61b in rb_require_string_internal (fname=125291621204280, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1386
        ec = 0x5160000006d0
        result = <optimized out>
#17 rb_f_require_relative (obj=<optimized out>, fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1041
        base = <optimized out>
#18 0x000057ab0818c958 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:3788
        ci = 0x585100140003
        cc = <optimized out>
        me = 0x71f3ba934188
        cfunc = 0x504000018598
        recv = 125291621961200
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#19 0x000057ab08172acd in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffc8a0c3a60) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4766
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#20 0x000057ab08172585 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4906
        ci = <optimized out>
        cc = 0x0
#21 0x000057ab0813a30d in vm_sendish (ec=0x5160000006d0, reg_cfp=0x71f3b83ff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        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>
#22 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x57ab081339c6 <vm_exec_core+28230>, 0x57ab0812e1b7 <vm_exec_core+5687>, 0x57ab08134ad6 <vm_exec_core+32598>, 0x57ab081321d0 <vm_exec_core+22096>, 0x57ab081306f2 <vm_exec_core+15218>, 0x57ab0812d0e7 <vm_exec_core+1383>, 0x57ab0813421d <vm_exec_core+30365>, 0x57ab08133b6f <vm_exec_core+28655>, 0x57ab0812e525 <vm_exec_core+6565>, 0x57ab0812d7e7 <vm_exec_core+3175>, 0x57ab081327fd <vm_exec_core+23677>, 0x57ab0812eef8 <vm_exec_core+9080>, 0x57ab081345e8 <vm_exec_core+31336>, 0x57ab0813401b <vm_exec_core+29851>, 0x57ab0812f686 <vm_exec_core+11014>, 0x57ab0813064e <vm_exec_core+15054>, 0x57ab0813244a <vm_exec_core+22730>, 0x57ab08133c99 <vm_exec_core+28953>, 0x57ab081315e1 <vm_exec_core+19041>, 0x57ab08132502 <vm_exec_core+22914>, 0x57ab08132b03 <vm_exec_core+24451>, 0x57ab08131522 <vm_exec_core+18850>, 0x57ab0812d642 <vm_exec_core+2754>, 0x57ab08131c5a <vm_exec_core+20698>, 0x57ab0812d496 <vm_exec_core+2326>, 0x57ab0812d8d6 <vm_exec_core+3414>, 0x57ab0812f9d0 <vm_exec_core+11856>, 0x57ab081312a3 <vm_exec_core+18211>, 0x57ab08131a6a <vm_exec_core+20202>, 0x57ab0813113a <vm_exec_core+17850>, 0x57ab0812d043 <vm_exec_core+1219>, 0x57ab08132e17 <vm_exec_core+25239>, 0x57ab08133a34 <vm_exec_core+28340>, 0x57ab0812d9e1 <vm_exec_core+3681>, 0x57ab0812e80a <vm_exec_core+7306>, 0x57ab0812e68c <vm_exec_core+6924>, 0x57ab0812f10a <vm_exec_core+9610>, 0x57ab081305a0 <vm_exec_core+14880>, 0x57ab0812dad5 <vm_exec_core+3925>, 0x57ab08132ce3 <vm_exec_core+24931>, 0x57ab0812e74e <vm_exec_core+7118>, 0x57ab081304d9 <vm_exec_core+14681>, 0x57ab08130f10 <vm_exec_core+17296>, 0x57ab0813297f <vm_exec_core+24063>, 0x57ab0813186e <vm_exec_core+19694>, 0x57ab0812f3b7 <vm_exec_core+10295>, 0x57ab0812ea61 <vm_exec_core+7905>, 0x57ab081326e3 <vm_exec_core+23395>, 0x57ab0812fd4a <vm_exec_core+12746>, 0x57ab08131d2e <vm_exec_core+20910>, 0x57ab0813193f <vm_exec_core+19903>, 0x57ab08131e54 <vm_exec_core+21204>, 0x57ab0813345f <vm_exec_core+26847>, 0x57ab081310a6 <vm_exec_core+17702>, 0x57ab08132a25 <vm_exec_core+24229>, 0x57ab0812f486 <vm_exec_core+10502>, 0x57ab081325a1 <vm_exec_core+23073>, 0x57ab0812cf0b <vm_exec_core+907>, 0x57ab0813137c <vm_exec_core+18428>, 0x57ab08131741 <vm_exec_core+19393>, 0x57ab0812d6e1 <vm_exec_core+2913>, 0x57ab081311de <vm_exec_core+18014>, 0x57ab0812f7ee <vm_exec_core+11374>, 0x57ab0812eca7 <vm_exec_core+8487>, 0x57ab08131f56 <vm_exec_core+21462>, 0x57ab0812dccb <vm_exec_core+4427>, 0x57ab08130ba5 <vm_exec_core+16421>, 0x57ab0813bbfa <vm_exec_core+61562>, 0x57ab0813167b <vm_exec_core+19195>, 0x57ab0812df71 <vm_exec_core+5105>, 0x57ab0812e401 <vm_exec_core+6273>, 0x57ab0812e095 <vm_exec_core+5397>, 0x57ab0812e8fa <vm_exec_core+7546>, 0x57ab0812f206 <vm_exec_core+9862>, 0x57ab08131b7b <vm_exec_core+20475>, 0x57ab08130f9c <vm_exec_core+17436>, 0x57ab08132d35 <vm_exec_core+25013>, 0x57ab08134d8d <vm_exec_core+33293>, 0x57ab08133137 <vm_exec_core+26039>, 0x57ab08134685 <vm_exec_core+31493>, 0x57ab08134787 <vm_exec_core+31751>, 0x57ab0812d55b <vm_exec_core+2523>, 0x57ab0813413a <vm_exec_core+30138>, 0x57ab0812fc63 <vm_exec_core+12515>, 0x57ab081343ab <vm_exec_core+30763>, 0x57ab0812f54b <vm_exec_core+10699>, 0x57ab08133060 <vm_exec_core+25824>, 0x57ab0812d3b3 <vm_exec_core+2099>, 0x57ab0812dbba <vm_exec_core+4154>, 0x57ab081349a0 <vm_exec_core+32288>, 0x57ab0812eae9 <vm_exec_core+8041>, 0x57ab0812ffef <vm_exec_core+13423>, 0x57ab0812cf10 <vm_exec_core+912>, 0x57ab0812d321 <vm_exec_core+1953>, 0x57ab0812cfa2 <vm_exec_core+1058>, 0x57ab08133367 <vm_exec_core+26599>, 0x57ab0812fa78 <vm_exec_core+12024>, 0x57ab08134487 <vm_exec_core+30983>, 0x57ab08130db7 <vm_exec_core+16951>, 0x57ab081302a6 <vm_exec_core+14118>, 0x57ab08130a7b <vm_exec_core+16123>, 0x57ab08130997 <vm_exec_core+15895>, 0x57ab0812f8d2 <vm_exec_core+11602>, 0x57ab0813019b <vm_exec_core+13851>, 0x57ab0812fec5 <vm_exec_core+13125>, 0x57ab08130457 <vm_exec_core+14551>, 0x57ab081303d5 <vm_exec_core+14421>, 0x57ab081339b7 <vm_exec_core+28215>, 0x57ab0812e1a8 <vm_exec_core+5672>, 0x57ab08134ac7 <vm_exec_core+32583>, 0x57ab081321c1 <vm_exec_core+22081>, 0x57ab081306e3 <vm_exec_core+15203>, 0x57ab0812d0d8 <vm_exec_core+1368>, 0x57ab0813420e <vm_exec_core+30350>, 0x57ab08133b60 <vm_exec_core+28640>, 0x57ab0812e516 <vm_exec_core+6550>, 0x57ab0812d7d8 <vm_exec_core+3160>, 0x57ab081327ee <vm_exec_core+23662>, 0x57ab0812eee9 <vm_exec_core+9065>, 0x57ab081345d9 <vm_exec_core+31321>, 0x57ab0813400c <vm_exec_core+29836>, 0x57ab0812f677 <vm_exec_core+10999>, 0x57ab0813063f <vm_exec_core+15039>, 0x57ab0813243b <vm_exec_core+22715>, 0x57ab08133c8a <vm_exec_core+28938>, 0x57ab081315d2 <vm_exec_core+19026>, 0x57ab081324f3 <vm_exec_core+22899>, 0x57ab08132af4 <vm_exec_core+24436>, 0x57ab08131513 <vm_exec_core+18835>, 0x57ab0812d633 <vm_exec_core+2739>, 0x57ab08131c4b <vm_exec_core+20683>, 0x57ab0812d487 <vm_exec_core+2311>, 0x57ab0812d8c7 <vm_exec_core+3399>, 0x57ab0812f9c1 <vm_exec_core+11841>, 0x57ab08131294 <vm_exec_core+18196>, 0x57ab08131a5b <vm_exec_core+20187>, 0x57ab0813112b <vm_exec_core+17835>, 0x57ab0812d034 <vm_exec_core+1204>, 0x57ab08132e08 <vm_exec_core+25224>, 0x57ab08133a25 <vm_exec_core+28325>, 0x57ab0812d9d2 <vm_exec_core+3666>, 0x57ab0812e7fb <vm_exec_core+7291>, 0x57ab0812e67d <vm_exec_core+6909>, 0x57ab0812f0fb <vm_exec_core+9595>, 0x57ab08130591 <vm_exec_core+14865>, 0x57ab0812dac6 <vm_exec_core+3910>, 0x57ab08132cd4 <vm_exec_core+24916>, 0x57ab0812e73f <vm_exec_core+7103>, 0x57ab081304ca <vm_exec_core+14666>, 0x57ab08130f01 <vm_exec_core+17281>, 0x57ab08132970 <vm_exec_core+24048>, 0x57ab0813185f <vm_exec_core+19679>, 0x57ab0812f3a8 <vm_exec_core+10280>, 0x57ab0812ea52 <vm_exec_core+7890>, 0x57ab081326d4 <vm_exec_core+23380>, 0x57ab0812fd3b <vm_exec_core+12731>, 0x57ab08131d1f <vm_exec_core+20895>, 0x57ab08131930 <vm_exec_core+19888>, 0x57ab08131e45 <vm_exec_core+21189>, 0x57ab08133450 <vm_exec_core+26832>, 0x57ab08131097 <vm_exec_core+17687>, 0x57ab08132a16 <vm_exec_core+24214>, 0x57ab0812f477 <vm_exec_core+10487>, 0x57ab08132592 <vm_exec_core+23058>, 0x57ab081315be <vm_exec_core+19006>, 0x57ab0813136d <vm_exec_core+18413>, 0x57ab08131732 <vm_exec_core+19378>, 0x57ab08130d99 <vm_exec_core+16921>, 0x57ab081311cf <vm_exec_core+17999>, 0x57ab0812f7df <vm_exec_core+11359>, 0x57ab0812ec98 <vm_exec_core+8472>, 0x57ab08131f47 <vm_exec_core+21447>, 0x57ab0812dcbc <vm_exec_core+4412>, 0x57ab08130b96 <vm_exec_core+16406>, 0x57ab0813bbeb <vm_exec_core+61547>, 0x57ab0813166c <vm_exec_core+19180>, 0x57ab0812df62 <vm_exec_core+5090>, 0x57ab0812e3f2 <vm_exec_core+6258>, 0x57ab0812e086 <vm_exec_core+5382>, 0x57ab0812e8eb <vm_exec_core+7531>, 0x57ab0812f1f7 <vm_exec_core+9847>, 0x57ab08130f97 <vm_exec_core+17431>, 0x57ab08130587 <vm_exec_core+14855>, 0x57ab08130f92 <vm_exec_core+17426>, 0x57ab081315be <vm_exec_core+19006>, 0x57ab0813150e <vm_exec_core+18830>, 0x57ab0812e8e6 <vm_exec_core+7526>, 0x57ab08131823 <vm_exec_core+19619>, 0x57ab0812fc59 <vm_exec_core+12505>, 0x57ab0812fc5e <vm_exec_core+12510>, 0x57ab08131509 <vm_exec_core+18825>, 0x57ab0813128a <vm_exec_core+18186>, 0x57ab08130a62 <vm_exec_core+16098>, 0x57ab08130983 <vm_exec_core+15875>, 0x57ab0813128f <vm_exec_core+18191>, 0x57ab08130d9e <vm_exec_core+16926>, 0x57ab0813058c <vm_exec_core+14860>, 0x57ab0812eada <vm_exec_core+8026>, 0x57ab0812ffe0 <vm_exec_core+13408>, 0x57ab0812f1f2 <vm_exec_core+9842>...}
        reg_cfp = 0x71f3b83ff790
th: 0x515000000300, native_id: 0x71f3bb1dbc40
-- Control frame information -----------------------------------------------
        reg_pc = 0x50400002dcb8
        INSN_LABEL_nop = <optimized out>
c:0021 p:---- s:0130 e:000129 CFUNC  :select
c:0020 p:0244 s:0122 e:000121 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:691
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
c:0019 p:0039 s:0103 e:000102 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:819
        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>
c:0018 p:0008 s:0096 e:000095 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:858
        INSN_LABEL_getclassvariable = <optimized out>
c:0017 p:0127 s:0089 e:000088 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1604
        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>
c:0016 p:0016 s:0076 e:000075 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1299
c:0015 p:0005 s:0071 e:000070 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1769
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
c:0014 p:0006 s:0067 e:000066 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1756
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
c:0013 p:0027 s:0063 e:000062 METHOD <internal:array>:53
c:0012 p:0042 s:0057 e:000056 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1755
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
c:0011 p:0013 s:0052 e:000051 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1799
c:0010 p:0008 s:0047 e:000046 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1046
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
c:0009 p:0008 s:0041 e:000040 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:891
        INSN_LABEL_anytostring = <optimized out>
c:0008 p:0017 s:0035 e:000034 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:145
        INSN_LABEL_toregexp = <optimized out>
c:0007 p:0008 s:0030 e:000029 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1283
        INSN_LABEL_intern = <optimized out>
c:0006 p:0032 s:0025 e:000024 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1882
        INSN_LABEL_newarray = <optimized out>
c:0005 p:0009 s:0021 e:000020 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1886
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
c:0004 p:0065 s:0016 e:000014 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
        INSN_LABEL_duphash = <optimized out>
c:0002 p:0005 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
c:0001 p:0000 s:0003 E:0015f0 DUMMY  [FINISH]

        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#23 0x000057ab081296f8 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#24 0x000057ab07db328b in rb_ec_exec_node (ec=0x5160000006d0, n=0x71f3ba934228) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc8a0c3fb0, <optimized out>, 0x7ffc8a0c3f00, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x71f3ba934228
#25 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000006d0
        status = <optimized out>
#26 0x000057ab07dac7f7 in rb_main (argc=9, argv=0x7ffc8a0c4188) at /tmp/ruby/src/trunk_asan/main.c:43
        variable_in_this_stack_frame = <optimized out>
#27 main (argc=9, argv=0x7ffc8a0c4188) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
running file: /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb

A test worker crashed. It might be an interpreter bug or
[Inferior 1 (process 4173825) detached]
a bug in test/unit/parallel.rb. Try again without the -j
option.

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

Finished in 37.546255 seconds

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