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

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -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 -Wshorten-64-to-32 -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
Run options: 
  --seed=33143
  "--ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j16

# Running tests:

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

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1    1009    1009    1009 ?             -1 Ss    1000   0:03 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1009    1022    1022    1022 pts/0       1022 Ss+   1000   0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1022    1024    1022    1022 pts/0       1022 S+    1000   0:01 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1024 3654050    1022    1022 pts/0       1022 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
3654050 3654053    1022    1022 pts/0       1022 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.20260317-141627 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts="'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
3654053 3654054    1022    1022 pts/0       1022 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20260317-141627 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts='CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0' --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
3654054 3654948    1022    1022 pts/0       1022 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
3654948 3654949    1022    1022 pts/0       1022 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
3654949 3655277    1022    1022 pts/0       1022 Sl+   1000   0:22 /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
3655277 3655291    1022    1022 pts/0       1022 Sl+   1000   0:32 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_fork_in_thread
3655291 3675435    1022    1022 pts/0       1022 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_fork_in_thread
3654054 3685589    1022    1022 pts/0       1022 R+    1000   0:00 ps jx
{1=>[1009], 1009=>[1022], 1022=>[1024], 1024=>[3654050], 3654050=>[3654053], 3654053=>[3654054], 3654054=>[3654948, 3685589], 3654948=>[3654949], 3654949=>[3655277], 3655277=>[3655291], 3655291=>[3675435]}
$ timeout 60 gdb -p 3675435 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 3675437]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005856c9248e7e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7525820f06c0 (LWP 3675435) "test_thread.rb*" 0x00005856c9248e7e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x75258a3ff6c0 (LWP 3675437) "test_thread.rb*" 0x00007525a651b4fd in __GI___poll (fds=0x752586dbf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x75258a3ff6c0 (LWP 3675437) "test_thread.rb*"):
#0  0x00007525a651b4fd in __GI___poll (fds=0x752586dbf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005856c91d371a in __interceptor_poll ()
No symbol table info available.
#2  0x00005856c95dcaab in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1093
        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:3054
        vm = <optimized out>
#4  0x00005856c922cacf in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007525a649caa4 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 = {128804093687488, -7543442098994153042, 128804093687488, -352, 0, 128803956252304, -7543442099006735954, -7543503481837717074}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007525a6529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7525820f06c0 (LWP 3675435) "test_thread.rb*"):
#0  0x00005856c9248e7e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005856c9249e3a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005856c91967c8 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  0x00005856c91965b9 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  0x00005856c91963ed 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  0x00005856c9195e2d in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::DoRecycle(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback) ()
No symbol table info available.
#6  0x00005856c9195a76 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Recycle(unsigned long, __asan::QuarantineCallback) ()
No symbol table info available.
#7  0x00005856c9197d46 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Put(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback, __asan::AsanChunk*, unsigned long) ()
No symbol table info available.
#8  0x00005856c922ec10 in __interceptor_free ()
No symbol table info available.
#9  0x00005856c92b3b16 in rb_gc_impl_free (objspace_ptr=0x51d000000a80, ptr=0x752576532800, old_size=1048576) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8281
        objspace = 0x51d000000a80
        malloc_increase_done = <optimized out>
#10 ruby_sized_xfree (x=0x752576532800, size=<optimized out>) at /tmp/ruby/src/trunk_asan/gc.c:5443
No locals.
#11 0x00005856c95a72db in rb_threadptr_sched_free (th=0x5150001acc80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2350
No locals.
#12 0x00005856c9696c5f in thread_free (ptr=0x540000000308) at /tmp/ruby/src/trunk_asan/vm.c:3798
        th = 0x540000000308
#13 0x00005856c92df721 in rb_data_free (objspace=0x51d000000a80, obj=128804552822560) at /tmp/ruby/src/trunk_asan/gc.c:1398
        dfree = 0x0
        free_immediately = -512
        data = <optimized out>
        dfree = <optimized out>
        free_immediately = <optimized out>
#14 rb_gc_obj_free (objspace=<optimized out>, obj=128804552822560) at /tmp/ruby/src/trunk_asan/gc.c:1544
        args = <optimized out>
#15 0x00005856c92ddb99 in gc_sweep_plane (objspace=0x51d000000a80, heap=0x51d000000aa8, p=128804552822560, bitset=524283, ctx=0x75256f2da290) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3559
        vp = 128804552822560
        sweep_page = <optimized out>
        slot_size = <optimized out>
        vp = <optimized out>
        _zzq_args = <optimized out>
        _zzq_result = <optimized out>
        _zzq_args = <optimized out>
        _zzq_result = <optimized out>
#16 gc_sweep_page (objspace=objspace@entry=0x51d000000a80, heap=heap@entry=0x51d000000aa8, ctx=ctx@entry=0x75256f2da290) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3622
        i = 20
        sweep_page = 0x51c000019880
        p = 128804552820760
        bits = 0x51c0000199a0
        total_slots = <optimized out>
        bitmap_plane_count = <optimized out>
        bitset = <optimized out>
        slot_size = <optimized out>
        out_of_range_bits = <optimized out>
#17 0x00005856c92d854b in gc_sweep_step (objspace=<optimized out>, heap=0x51d000000aa8) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3903
        ctx = {page = 0x51c000019880, final_slots = 4, freed_slots = 1295, empty_slots = <optimized out>}
        free_slots = <optimized out>
        sweep_page = 0x51c000019880
        swept_slots = 0
        pooled_slots = 1636
#18 0x00005856c92c830f in gc_sweep_continue (objspace=0x51d000000a80, sweep_heap=0x51d000000aa8) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3986
        heap = 0x51d000000aa8
        i = 0
        i = <optimized out>
        heap = <optimized out>
#19 gc_continue (objspace=0x51d000000a80, heap=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2087
        lock_lev = 0
        needs_gc = <optimized out>
#20 0x00005856c92c6c70 in heap_prepare (objspace=0x51d000000a80, heap=0x51d000000aa8) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2106
No locals.
#21 heap_next_free_page (objspace=0x51d000000a80, heap=0x51d000000aa8) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2320
        page = <optimized out>
#22 newobj_cache_miss (objspace=0x51d000000a80, cache=<optimized out>, heap_idx=0, vm_locked=false) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2429
        page = <optimized out>
        heap = 0x51d000000aa8
        obj = 0
        lev = 1
        unlock_vm = <optimized out>
#23 0x00005856c92a7faa in newobj_alloc (objspace=0x540000000308, cache=0x50c000000100, heap_idx=0, vm_locked=false) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2453
        obj = <optimized out>
#24 rb_gc_impl_new_obj (objspace_ptr=0x540000000308, cache_ptr=0x50c000000100, klass=0, flags=49434, wb_protected=<optimized out>, alloc_size=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:2532
        objspace = 0x540000000308
        heap_idx = 0
        cache = 0x50c000000100
        obj = <optimized out>
#25 newobj_of (cr=<optimized out>, klass=<optimized out>, flags=<optimized out>, shape_id=<optimized out>, wb_protected=<optimized out>, size=<optimized out>) at /tmp/ruby/src/trunk_asan/gc.c:1015
        obj = <optimized out>
#26 0x00005856c9313d99 in rb_imemo_new (type=imemo_constcache, v0=<optimized out>, size=<optimized out>, is_shareable=<optimized out>) at /tmp/ruby/src/trunk_asan/imemo.c:46
        flags = <optimized out>
        obj = <optimized out>
#27 0x00005856c964e6ee in vm_ic_update (iseq=0x752584784af0, ic=0x506004928850, val=128804558697640, reg_ep=0x752570ae3828, pc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6580
        ice = <optimized out>
        pos = <optimized out>
#28 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x506004928850) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6612
        segments = 0x5020006561d0
        ice = <optimized out>
        val = 128804558697640
#29 0x00005856c9656477 in vm_exec_core (ec=ec@entry=0x5170003ddad8) at ../../src/trunk_asan/insns.def:266
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5856c9656285 <vm_exec_core+29765>, 0x5856c965016f <vm_exec_core+4911>, 0x5856c9655abd <vm_exec_core+27773>, 0x5856c965188f <vm_exec_core+10831>, 0x5856c964f359 <vm_exec_core+1305>, 0x5856c9650ac7 <vm_exec_core+7303>, 0x5856c9655e75 <vm_exec_core+28725>, 0x5856c96506df <vm_exec_core+6303>, 0x5856c96569cb <vm_exec_core+31627>, 0x5856c9654ea6 <vm_exec_core+24678>, 0x5856c9653087 <vm_exec_core+16967>, 0x5856c964f6d9 <vm_exec_core+2201>, 0x5856c965642e <vm_exec_core+30190>, 0x5856c96560d8 <vm_exec_core+29336>, 0x5856c96508c1 <vm_exec_core+6785>, 0x5856c964fc07 <vm_exec_core+3527>, 0x5856c9655469 <vm_exec_core+26153>, 0x5856c9651190 <vm_exec_core+9040>, 0x5856c96566cb <vm_exec_core+30859>, 0x5856c96562b9 <vm_exec_core+29817>, 0x5856c9651705 <vm_exec_core+10437>, 0x5856c9652ff2 <vm_exec_core+16818>, 0x5856c9655179 <vm_exec_core+25401>, 0x5856c96561c7 <vm_exec_core+29575>, 0x5856c9653ccc <vm_exec_core+20108>, 0x5856c9655211 <vm_exec_core+25553>, 0x5856c965561f <vm_exec_core+26591>, 0x5856c9653c09 <vm_exec_core+19913>, 0x5856c964fb16 <vm_exec_core+3286>, 0x5856c9654906 <vm_exec_core+23238>, 0x5856c964f965 <vm_exec_core+2853>, 0x5856c964fc95 <vm_exec_core+3669>, 0x5856c9651f34 <vm_exec_core+12532>, 0x5856c9653b51 <vm_exec_core+19729>, 0x5856c965471c <vm_exec_core+22748>, 0x5856c9653679 <vm_exec_core+18489>, 0x5856c964f5f3 <vm_exec_core+1971>, 0x5856c9655a25 <vm_exec_core+27621>, 0x5856c9655ffa <vm_exec_core+29114>, 0x5856c964fe8f <vm_exec_core+4175>, 0x5856c9650d97 <vm_exec_core+8023>, 0x5856c9650a20 <vm_exec_core+7136>, 0x5856c9651280 <vm_exec_core+9280>, 0x5856c9652e15 <vm_exec_core+16341>, 0x5856c96503a1 <vm_exec_core+5473>, 0x5856c965596c <vm_exec_core+27436>, 0x5856c9650d25 <vm_exec_core+7909>, 0x5856c9652925 <vm_exec_core+15077>, 0x5856c9653365 <vm_exec_core+17701>, 0x5856c965550b <vm_exec_core+26315>, 0x5856c96540b3 <vm_exec_core+21107>, 0x5856c96514eb <vm_exec_core+9899>, 0x5856c9650e96 <vm_exec_core+8278>, 0x5856c96553eb <vm_exec_core+26027>, 0x5856c965227d <vm_exec_core+13373>, 0x5856c9654994 <vm_exec_core+23380>, 0x5856c96541c8 <vm_exec_core+21384>, 0x5856c964f188 <vm_exec_core+840>, 0x5856c964fedf <vm_exec_core+4255>, 0x5856c9653720 <vm_exec_core+18656>, 0x5856c96558c7 <vm_exec_core+27271>, 0x5856c96517af <vm_exec_core+10607>, 0x5856c9655310 <vm_exec_core+25808>, 0x5856c965109d <vm_exec_core+8797>, 0x5856c9653e97 <vm_exec_core+20567>, 0x5856c9653f86 <vm_exec_core+20806>, 0x5856c96534ba <vm_exec_core+18042>, 0x5856c965390b <vm_exec_core+19147>, 0x5856c9651ca5 <vm_exec_core+11877>, 0x5856c96512f6 <vm_exec_core+9398>, 0x5856c9654f7f <vm_exec_core+24895>, 0x5856c965d107 <vm_exec_core+58055>, 0x5856c9651bef <vm_exec_core+11695>, 0x5856c96537fe <vm_exec_core+18878>, 0x5856c9653d8f <vm_exec_core+20303>, 0x5856c965050b <vm_exec_core+5835>, 0x5856c965068e <vm_exec_core+6222>, 0x5856c9650611 <vm_exec_core+6097>, 0x5856c9650e36 <vm_exec_core+8182>, 0x5856c9651206 <vm_exec_core+9158>, 0x5856c9653205 <vm_exec_core+17349>, 0x5856c965277d <vm_exec_core+14653>, 0x5856c96565f7 <vm_exec_core+30647>, 0x5856c964f259 <vm_exec_core+1049>, 0x5856c96507ea <vm_exec_core+6570>, 0x5856c9656aef <vm_exec_core+31919>, 0x5856c96547e2 <vm_exec_core+22946>, 0x5856c9653574 <vm_exec_core+18228>, 0x5856c96556b1 <vm_exec_core+26737>, 0x5856c964f18d <vm_exec_core+845>, 0x5856c9655d9e <vm_exec_core+28510>, 0x5856c9656745 <vm_exec_core+30981>, 0x5856c9656811 <vm_exec_core+31185>, 0x5856c964f9e4 <vm_exec_core+2980>, 0x5856c9656333 <vm_exec_core+29939>, 0x5856c96521a6 <vm_exec_core+13158>, 0x5856c96564b5 <vm_exec_core+30325>, 0x5856c96515c8 <vm_exec_core+10120>, 0x5856c9655d18 <vm_exec_core+28376>, 0x5856c964f8d0 <vm_exec_core+2704>, 0x5856c965044d <vm_exec_core+5645>, 0x5856c96568df <vm_exec_core+31391>, 0x5856c9652a35 <vm_exec_core+15349>, 0x5856c9652627 <vm_exec_core+14311>, 0x5856c9652eaf <vm_exec_core+16495>, 0x5856c965243a <vm_exec_core+13818>, 0x5856c9652cfb <vm_exec_core+16059>, 0x5856c9652c2d <vm_exec_core+15853>, 0x5856c9651b0c <vm_exec_core+11468>, 0x5856c9652345 <vm_exec_core+13573>, 0x5856c9652068 <vm_exec_core+12840>, 0x5856c9652554 <vm_exec_core+14100>, 0x5856c96525c5 <vm_exec_core+14213>, 0x5856c9656276 <vm_exec_core+29750>, 0x5856c9650160 <vm_exec_core+4896>, 0x5856c9655aae <vm_exec_core+27758>, 0x5856c9651880 <vm_exec_core+10816>, 0x5856c964f34a <vm_exec_core+1290>, 0x5856c9650ab8 <vm_exec_core+7288>, 0x5856c9655e66 <vm_exec_core+28710>, 0x5856c96506d0 <vm_exec_core+6288>, 0x5856c96569bc <vm_exec_core+31612>, 0x5856c9654e97 <vm_exec_core+24663>, 0x5856c9653078 <vm_exec_core+16952>, 0x5856c964f6ca <vm_exec_core+2186>, 0x5856c965641f <vm_exec_core+30175>, 0x5856c96560c9 <vm_exec_core+29321>, 0x5856c96508b2 <vm_exec_core+6770>, 0x5856c964fbf8 <vm_exec_core+3512>, 0x5856c965545a <vm_exec_core+26138>, 0x5856c9651181 <vm_exec_core+9025>, 0x5856c96566bc <vm_exec_core+30844>, 0x5856c96562aa <vm_exec_core+29802>, 0x5856c96516f6 <vm_exec_core+10422>, 0x5856c9652fe3 <vm_exec_core+16803>, 0x5856c965516a <vm_exec_core+25386>, 0x5856c96561b8 <vm_exec_core+29560>, 0x5856c9653cbd <vm_exec_core+20093>, 0x5856c9655202 <vm_exec_core+25538>, 0x5856c9655610 <vm_exec_core+26576>, 0x5856c9653bfa <vm_exec_core+19898>, 0x5856c964fb07 <vm_exec_core+3271>, 0x5856c96548f7 <vm_exec_core+23223>, 0x5856c964f956 <vm_exec_core+2838>, 0x5856c964fc86 <vm_exec_core+3654>, 0x5856c9651f25 <vm_exec_core+12517>, 0x5856c9653b42 <vm_exec_core+19714>, 0x5856c965470d <vm_exec_core+22733>, 0x5856c965366a <vm_exec_core+18474>, 0x5856c964f5e4 <vm_exec_core+1956>, 0x5856c9655a16 <vm_exec_core+27606>, 0x5856c9655feb <vm_exec_core+29099>, 0x5856c964fe80 <vm_exec_core+4160>, 0x5856c9650d88 <vm_exec_core+8008>, 0x5856c9650a11 <vm_exec_core+7121>, 0x5856c9651271 <vm_exec_core+9265>, 0x5856c9652e06 <vm_exec_core+16326>, 0x5856c9650392 <vm_exec_core+5458>, 0x5856c965595d <vm_exec_core+27421>, 0x5856c9650d16 <vm_exec_core+7894>, 0x5856c9652916 <vm_exec_core+15062>, 0x5856c9653356 <vm_exec_core+17686>, 0x5856c96554fc <vm_exec_core+26300>, 0x5856c96540a4 <vm_exec_core+21092>, 0x5856c96514dc <vm_exec_core+9884>, 0x5856c9650e87 <vm_exec_core+8263>, 0x5856c96553dc <vm_exec_core+26012>, 0x5856c965226e <vm_exec_core+13358>, 0x5856c9654985 <vm_exec_core+23365>, 0x5856c96541b9 <vm_exec_core+21369>, 0x5856c9653f63 <vm_exec_core+20771>, 0x5856c964fed0 <vm_exec_core+4240>, 0x5856c9653711 <vm_exec_core+18641>, 0x5856c96558b8 <vm_exec_core+27256>, 0x5856c96517a0 <vm_exec_core+10592>, 0x5856c9655301 <vm_exec_core+25793>, 0x5856c965187b <vm_exec_core+10811>, 0x5856c9653e88 <vm_exec_core+20552>, 0x5856c9653f77 <vm_exec_core+20791>, 0x5856c96534ab <vm_exec_core+18027>, 0x5856c96538fc <vm_exec_core+19132>, 0x5856c9651c96 <vm_exec_core+11862>, 0x5856c96512e7 <vm_exec_core+9383>, 0x5856c9654f70 <vm_exec_core+24880>, 0x5856c965d0f8 <vm_exec_core+58040>, 0x5856c9651be0 <vm_exec_core+11680>, 0x5856c96537ef <vm_exec_core+18863>, 0x5856c9653d80 <vm_exec_core+20288>, 0x5856c96504fc <vm_exec_core+5820>, 0x5856c965067f <vm_exec_core+6207>, 0x5856c9650602 <vm_exec_core+6082>, 0x5856c9650e27 <vm_exec_core+8167>, 0x5856c96511f7 <vm_exec_core+9143>, 0x5856c96531f6 <vm_exec_core+17334>, 0x5856c965276e <vm_exec_core+14638>, 0x5856c96531f1 <vm_exec_core+17329>, 0x5856c9653bf5 <vm_exec_core+19893>, 0x5856c9653b3d <vm_exec_core+19709>, 0x5856c9650e22 <vm_exec_core+8162>, 0x5856c9653f63 <vm_exec_core+20771>...}
        reg_cfp = 0x752570be3790
        reg_pc = 0x511000264da8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#30 0x00005856c9649f92 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x5170003ddad8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#31 0x00005856c968eecb in invoke_iseq_block_from_c (ec=0x5170003ddad8, captured=<optimized out>, self=128804556947760, 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:1821
        flags = 0
        iseq = 0x752584784af0
        cfp = 0x752570be37c8
        sp = 0x752570ae3818
        use_argv = <optimized out>
        stack_argv = 0x752570ae3818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#32 invoke_block_from_c_proc (ec=0x5170003ddad8, self=128804556947760, 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:1915
        block = <optimized out>
        keyword_hash = <optimized out>
#33 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:1945
No locals.
#34 0x00005856c968d0f6 in rb_vm_invoke_proc (ec=0x540000000308, proc=0x80, argc=-920351106, argv=0x0, kw_splat=0, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1966
        self = 0
#35 0x00005856c95db2b2 in thread_do_start_proc (th=th@entry=0x515000196c00) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504007eaedd0
        args_len = <optimized out>
        args_ptr = <optimized out>
#36 0x00005856c95d8e4d in thread_do_start (th=0x515000196c00) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#37 thread_start_func_2 (th=th@entry=0x515000196c00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x5856c9f5e700 <_main_thread>
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#38 0x00005856c95d813e in call_thread_start_func_2 (th=0x515000196c00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2223
        stack_start = <optimized out>
        stack_start_addr = 0x7525820efcc0
#39 nt_start (ptr=0x50c0001c8100) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2268
        th = 0x515000196c00
        sched = <optimized out>
        nt = 0x50c0001c8100
        vm = 0x5856ca98c6a0 <_vm>
#40 0x00005856c922cacf in asan_thread_start(void*) ()
No symbol table info available.
#41 0x00007525a649caa4 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
th: 0x515000196c00, native_id: 0x7525820f06c0
-- Control frame information -----------------------------------------------
c:0002 p:0013 s:0006 e:000005 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1242 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {128803956262592, -7543424911071905362, 128803956262592, -352, 0, 140721588218704, -7543424911084488274, -7543503481837717074}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#42 0x00007525a6529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 3675435) detached]
$ timeout 60 gdb -p 3655291 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 3685617]
[New LWP 3674050]
[New LWP 3673952]
[New LWP 3673870]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007525a651b4fd in __GI___poll (fds=0x7525a453c860, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7525a6736c40 (LWP 3655291) "ruby"            0x00007525a651b4fd in __GI___poll (fds=0x7525a453c860, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  2    Thread 0x75258a3ff6c0 (LWP 3685617) "ruby"            0x00007525a651b4fd in __GI___poll (fds=0x752586dbf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x752572e0b6c0 (LWP 3674050) "Timeout stdlib " 0x00007525a6498d71 in __futex_abstimed_wait_common64 (private=29989, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0000d9590) at ./nptl/futex-internal.c:57
  4    Thread 0x7525724056c0 (LWP 3673952) "parallel.rb:40"  0x00007525a651b4fd in __GI___poll (fds=0x752575c3ff60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7525862fd6c0 (LWP 3673870) "Gem::Timeout st" 0x00007525a6498d71 in __futex_abstimed_wait_common64 (private=29989, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0001694d4) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 5 (Thread 0x7525862fd6c0 (LWP 3673870) "Gem::Timeout st"):
#0  0x00007525a6498d71 in __futex_abstimed_wait_common64 (private=29989, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0001694d4) 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=29989, abstime=0x0, clockid=0, expected=0, futex_word=0x50c0001694d4) 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=0x50c0001694d4, 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  0x00007525a649b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5856c9f5e348 <_main_ractor+264>, cond=0x50c0001694a8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7525a649b4b0 <__condvar_cleanup_waiting>, __arg = 0x7525862fbb90, __canceltype = 4163976, __prev = 0x0}
        cbuffer = {wseq = 13, cond = 0x50c0001694a8, mutex = 0x5856c9f5e348 <_main_ractor+264>, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 13
        seq = 6
        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=0x50c0001694a8, mutex=mutex@entry=0x5856c9f5e348 <_main_ractor+264>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005856c95a4a5f in rb_native_cond_wait (cond=0x50c0001694d4, mutex=0x5856c9f5e348 <_main_ractor+264>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:231
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5856c9f5e348 <_main_ractor+264>, th=th@entry=0x51500019fa80, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
        next_th = 0x0
#7  0x00005856c95d7087 in thread_sched_to_waiting_until_wakeup (sched=0x5856c9f5e348 <_main_ractor+264>, th=th@entry=0x51500019fa80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1113
        can_direct_transfer = <optimized out>
#8  0x00005856c95b56cc in native_sleep (th=0x51500019fa80, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3329
        sched = <optimized out>
#9  sleep_forever (th=th@entry=0x51500019fa80, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1393
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00005856c95d484d in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=128804035161640, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1439
        th = 0x51500019fa80
        scheduler = 18446744073709551104
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:991
        args = <optimized out>
#12 0x00005856c92786ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x5170003f8958
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7525862fbf30, <optimized out>, 0x7525862fbe40, <optimized out>, <optimized out>}, prev = 0x752576a40240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005856c9278b39 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:1170
No locals.
#14 0x00005856c95d3de1 in queue_do_pop (ec=<optimized out>, self=<optimized out>, q=0x506001ce3ec0, non_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1063
        queue_waiter = {w = {self = 128804035161640, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 128804035161640, timeout = 4, end = <optimized out>}
        waitq = 0x506001ce3ec0
        end = 0
#15 0x00005856c9656d9a 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:7541
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#16 0x00005856c9656d9a in vm_invoke_builtin_delegate (ec=0x5170003f8958, cfp=0x752578d4b758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#17 vm_exec_core (ec=ec@entry=0x5170003f8958) at ../../src/trunk_asan/insns.def:1729
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5856c9656285 <vm_exec_core+29765>, 0x5856c965016f <vm_exec_core+4911>, 0x5856c9655abd <vm_exec_core+27773>, 0x5856c965188f <vm_exec_core+10831>, 0x5856c964f359 <vm_exec_core+1305>, 0x5856c9650ac7 <vm_exec_core+7303>, 0x5856c9655e75 <vm_exec_core+28725>, 0x5856c96506df <vm_exec_core+6303>, 0x5856c96569cb <vm_exec_core+31627>, 0x5856c9654ea6 <vm_exec_core+24678>, 0x5856c9653087 <vm_exec_core+16967>, 0x5856c964f6d9 <vm_exec_core+2201>, 0x5856c965642e <vm_exec_core+30190>, 0x5856c96560d8 <vm_exec_core+29336>, 0x5856c96508c1 <vm_exec_core+6785>, 0x5856c964fc07 <vm_exec_core+3527>, 0x5856c9655469 <vm_exec_core+26153>, 0x5856c9651190 <vm_exec_core+9040>, 0x5856c96566cb <vm_exec_core+30859>, 0x5856c96562b9 <vm_exec_core+29817>, 0x5856c9651705 <vm_exec_core+10437>, 0x5856c9652ff2 <vm_exec_core+16818>, 0x5856c9655179 <vm_exec_core+25401>, 0x5856c96561c7 <vm_exec_core+29575>, 0x5856c9653ccc <vm_exec_core+20108>, 0x5856c9655211 <vm_exec_core+25553>, 0x5856c965561f <vm_exec_core+26591>, 0x5856c9653c09 <vm_exec_core+19913>, 0x5856c964fb16 <vm_exec_core+3286>, 0x5856c9654906 <vm_exec_core+23238>, 0x5856c964f965 <vm_exec_core+2853>, 0x5856c964fc95 <vm_exec_core+3669>, 0x5856c9651f34 <vm_exec_core+12532>, 0x5856c9653b51 <vm_exec_core+19729>, 0x5856c965471c <vm_exec_core+22748>, 0x5856c9653679 <vm_exec_core+18489>, 0x5856c964f5f3 <vm_exec_core+1971>, 0x5856c9655a25 <vm_exec_core+27621>, 0x5856c9655ffa <vm_exec_core+29114>, 0x5856c964fe8f <vm_exec_core+4175>, 0x5856c9650d97 <vm_exec_core+8023>, 0x5856c9650a20 <vm_exec_core+7136>, 0x5856c9651280 <vm_exec_core+9280>, 0x5856c9652e15 <vm_exec_core+16341>, 0x5856c96503a1 <vm_exec_core+5473>, 0x5856c965596c <vm_exec_core+27436>, 0x5856c9650d25 <vm_exec_core+7909>, 0x5856c9652925 <vm_exec_core+15077>, 0x5856c9653365 <vm_exec_core+17701>, 0x5856c965550b <vm_exec_core+26315>, 0x5856c96540b3 <vm_exec_core+21107>, 0x5856c96514eb <vm_exec_core+9899>, 0x5856c9650e96 <vm_exec_core+8278>, 0x5856c96553eb <vm_exec_core+26027>, 0x5856c965227d <vm_exec_core+13373>, 0x5856c9654994 <vm_exec_core+23380>, 0x5856c96541c8 <vm_exec_core+21384>, 0x5856c964f188 <vm_exec_core+840>, 0x5856c964fedf <vm_exec_core+4255>, 0x5856c9653720 <vm_exec_core+18656>, 0x5856c96558c7 <vm_exec_core+27271>, 0x5856c96517af <vm_exec_core+10607>, 0x5856c9655310 <vm_exec_core+25808>, 0x5856c965109d <vm_exec_core+8797>, 0x5856c9653e97 <vm_exec_core+20567>, 0x5856c9653f86 <vm_exec_core+20806>, 0x5856c96534ba <vm_exec_core+18042>, 0x5856c965390b <vm_exec_core+19147>, 0x5856c9651ca5 <vm_exec_core+11877>, 0x5856c96512f6 <vm_exec_core+9398>, 0x5856c9654f7f <vm_exec_core+24895>, 0x5856c965d107 <vm_exec_core+58055>, 0x5856c9651bef <vm_exec_core+11695>, 0x5856c96537fe <vm_exec_core+18878>, 0x5856c9653d8f <vm_exec_core+20303>, 0x5856c965050b <vm_exec_core+5835>, 0x5856c965068e <vm_exec_core+6222>, 0x5856c9650611 <vm_exec_core+6097>, 0x5856c9650e36 <vm_exec_core+8182>, 0x5856c9651206 <vm_exec_core+9158>, 0x5856c9653205 <vm_exec_core+17349>, 0x5856c965277d <vm_exec_core+14653>, 0x5856c96565f7 <vm_exec_core+30647>, 0x5856c964f259 <vm_exec_core+1049>, 0x5856c96507ea <vm_exec_core+6570>, 0x5856c9656aef <vm_exec_core+31919>, 0x5856c96547e2 <vm_exec_core+22946>, 0x5856c9653574 <vm_exec_core+18228>, 0x5856c96556b1 <vm_exec_core+26737>, 0x5856c964f18d <vm_exec_core+845>, 0x5856c9655d9e <vm_exec_core+28510>, 0x5856c9656745 <vm_exec_core+30981>, 0x5856c9656811 <vm_exec_core+31185>, 0x5856c964f9e4 <vm_exec_core+2980>, 0x5856c9656333 <vm_exec_core+29939>, 0x5856c96521a6 <vm_exec_core+13158>, 0x5856c96564b5 <vm_exec_core+30325>, 0x5856c96515c8 <vm_exec_core+10120>, 0x5856c9655d18 <vm_exec_core+28376>, 0x5856c964f8d0 <vm_exec_core+2704>, 0x5856c965044d <vm_exec_core+5645>, 0x5856c96568df <vm_exec_core+31391>, 0x5856c9652a35 <vm_exec_core+15349>, 0x5856c9652627 <vm_exec_core+14311>, 0x5856c9652eaf <vm_exec_core+16495>, 0x5856c965243a <vm_exec_core+13818>, 0x5856c9652cfb <vm_exec_core+16059>, 0x5856c9652c2d <vm_exec_core+15853>, 0x5856c9651b0c <vm_exec_core+11468>, 0x5856c9652345 <vm_exec_core+13573>, 0x5856c9652068 <vm_exec_core+12840>, 0x5856c9652554 <vm_exec_core+14100>, 0x5856c96525c5 <vm_exec_core+14213>, 0x5856c9656276 <vm_exec_core+29750>, 0x5856c9650160 <vm_exec_core+4896>, 0x5856c9655aae <vm_exec_core+27758>, 0x5856c9651880 <vm_exec_core+10816>, 0x5856c964f34a <vm_exec_core+1290>, 0x5856c9650ab8 <vm_exec_core+7288>, 0x5856c9655e66 <vm_exec_core+28710>, 0x5856c96506d0 <vm_exec_core+6288>, 0x5856c96569bc <vm_exec_core+31612>, 0x5856c9654e97 <vm_exec_core+24663>, 0x5856c9653078 <vm_exec_core+16952>, 0x5856c964f6ca <vm_exec_core+2186>, 0x5856c965641f <vm_exec_core+30175>, 0x5856c96560c9 <vm_exec_core+29321>, 0x5856c96508b2 <vm_exec_core+6770>, 0x5856c964fbf8 <vm_exec_core+3512>, 0x5856c965545a <vm_exec_core+26138>, 0x5856c9651181 <vm_exec_core+9025>, 0x5856c96566bc <vm_exec_core+30844>, 0x5856c96562aa <vm_exec_core+29802>, 0x5856c96516f6 <vm_exec_core+10422>, 0x5856c9652fe3 <vm_exec_core+16803>, 0x5856c965516a <vm_exec_core+25386>, 0x5856c96561b8 <vm_exec_core+29560>, 0x5856c9653cbd <vm_exec_core+20093>, 0x5856c9655202 <vm_exec_core+25538>, 0x5856c9655610 <vm_exec_core+26576>, 0x5856c9653bfa <vm_exec_core+19898>, 0x5856c964fb07 <vm_exec_core+3271>, 0x5856c96548f7 <vm_exec_core+23223>, 0x5856c964f956 <vm_exec_core+2838>, 0x5856c964fc86 <vm_exec_core+3654>, 0x5856c9651f25 <vm_exec_core+12517>, 0x5856c9653b42 <vm_exec_core+19714>, 0x5856c965470d <vm_exec_core+22733>, 0x5856c965366a <vm_exec_core+18474>, 0x5856c964f5e4 <vm_exec_core+1956>, 0x5856c9655a16 <vm_exec_core+27606>, 0x5856c9655feb <vm_exec_core+29099>, 0x5856c964fe80 <vm_exec_core+4160>, 0x5856c9650d88 <vm_exec_core+8008>, 0x5856c9650a11 <vm_exec_core+7121>, 0x5856c9651271 <vm_exec_core+9265>, 0x5856c9652e06 <vm_exec_core+16326>, 0x5856c9650392 <vm_exec_core+5458>, 0x5856c965595d <vm_exec_core+27421>, 0x5856c9650d16 <vm_exec_core+7894>, 0x5856c9652916 <vm_exec_core+15062>, 0x5856c9653356 <vm_exec_core+17686>, 0x5856c96554fc <vm_exec_core+26300>, 0x5856c96540a4 <vm_exec_core+21092>, 0x5856c96514dc <vm_exec_core+9884>, 0x5856c9650e87 <vm_exec_core+8263>, 0x5856c96553dc <vm_exec_core+26012>, 0x5856c965226e <vm_exec_core+13358>, 0x5856c9654985 <vm_exec_core+23365>, 0x5856c96541b9 <vm_exec_core+21369>, 0x5856c9653f63 <vm_exec_core+20771>, 0x5856c964fed0 <vm_exec_core+4240>, 0x5856c9653711 <vm_exec_core+18641>, 0x5856c96558b8 <vm_exec_core+27256>, 0x5856c96517a0 <vm_exec_core+10592>, 0x5856c9655301 <vm_exec_core+25793>, 0x5856c965187b <vm_exec_core+10811>, 0x5856c9653e88 <vm_exec_core+20552>, 0x5856c9653f77 <vm_exec_core+20791>, 0x5856c96534ab <vm_exec_core+18027>, 0x5856c96538fc <vm_exec_core+19132>, 0x5856c9651c96 <vm_exec_core+11862>, 0x5856c96512e7 <vm_exec_core+9383>, 0x5856c9654f70 <vm_exec_core+24880>, 0x5856c965d0f8 <vm_exec_core+58040>, 0x5856c9651be0 <vm_exec_core+11680>, 0x5856c96537ef <vm_exec_core+18863>, 0x5856c9653d80 <vm_exec_core+20288>, 0x5856c96504fc <vm_exec_core+5820>, 0x5856c965067f <vm_exec_core+6207>, 0x5856c9650602 <vm_exec_core+6082>, 0x5856c9650e27 <vm_exec_core+8167>, 0x5856c96511f7 <vm_exec_core+9143>, 0x5856c96531f6 <vm_exec_core+17334>, 0x5856c965276e <vm_exec_core+14638>, 0x5856c96531f1 <vm_exec_core+17329>, 0x5856c9653bf5 <vm_exec_core+19893>, 0x5856c9653b3d <vm_exec_core+19709>, 0x5856c9650e22 <vm_exec_core+8162>, 0x5856c9653f63 <vm_exec_core+20771>...}
        reg_cfp = 0x752578d4b758
        reg_pc = 0x5100000027f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#18 0x00005856c9649f92 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x5170003f8958
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#19 0x00005856c968eecb in invoke_iseq_block_from_c (ec=0x5170003f8958, captured=<optimized out>, self=128803987299360, 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:1821
        flags = 0
        iseq = 0x752586c2e860
        cfp = 0x752578d4b7c8
        sp = 0x752578c4b818
        use_argv = <optimized out>
        stack_argv = 0x752578c4b818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#20 invoke_block_from_c_proc (ec=0x5170003f8958, self=128803987299360, 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:1915
        block = <optimized out>
        keyword_hash = <optimized out>
#21 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1945
No locals.
#22 0x00005856c968d0f6 in rb_vm_invoke_proc (ec=0x50c0001694d4, proc=0x189, argc=-1505129103, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1966
        self = 0
#23 0x00005856c95db2b2 in thread_do_start_proc (th=th@entry=0x51500019fa80) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504003d77550
        args_len = <optimized out>
        args_ptr = <optimized out>
#24 0x00005856c95d8e4d in thread_do_start (th=0x51500019fa80) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#25 thread_start_func_2 (th=th@entry=0x51500019fa80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x5856c9f5e700 <_main_thread>
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#26 0x00005856c95d813e in call_thread_start_func_2 (th=0x51500019fa80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2223
        stack_start = <optimized out>
        stack_start_addr = 0x7525862fccc0
#27 nt_start (ptr=0x50c000169480) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2268
        th = 0x51500019fa80
        sched = <optimized out>
        nt = 0x50c000169480
        vm = 0x5856ca98c6a0 <_vm>
#28 0x00005856c922cacf in asan_thread_start(void*) ()
No symbol table info available.
#29 0x00007525a649caa4 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 = {128804025521856, -7543433439266342482, 128804025521856, -352, 0, 128803685791216, -7543433439278925394, -7543503481837717074}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#30 0x00007525a6529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7525724056c0 (LWP 3673952) "parallel.rb:40"):
#0  0x00007525a651b4fd in __GI___poll (fds=0x752575c3ff60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005856c91d371a in __interceptor_poll ()
No symbol table info available.
#2  0x00005856c93463d9 in nogvl_wait_for (th=128803996706000, fptr=0x51100023db00, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12568
        fds = {fd = 6, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x00005856c934794a in internal_read_func (ptr=0x752575c3fd40) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x752575c3fd40
        result = <optimized out>
#5  0x00005856c95ba95e in rb_thread_io_blocking_call (io=0x51100023db00, func=0x5856c9347440 <internal_read_func>, data1=0x752575c3fd40, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1986
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x00005856c92786ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x517000369bd8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x752572403df0, <optimized out>, 0x752572403d00, <optimized out>, <optimized out>}, prev = 0x752575c31240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00005856c9278b39 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:1170
No locals.
#8  0x00005856c935ba82 in io_read_memory_locktmp (str=128803750018912, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3480
No locals.
#9  io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=<optimized out>, nonblock=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3526
        str = <optimized out>
        iis = {th = 128803996706000, fptr = 0x51100023db00, nonblock = 0, fd = 6, buf = 0x519000028f80, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x51100023db00
        n = <optimized out>
        shrinkable = <optimized out>
#10 0x00005856c9337d81 in io_readpartial (argc=1975779168, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3646
        ret = <optimized out>
#11 0x00005856c96bb768 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:3905
        ci = 0x412100100003
        cc = <optimized out>
        me = 0x7525a5f78358
        cfunc = 0x50600002c128
        recv = 128803996706400
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x00005856c965b8c1 in vm_sendish (ec=0x517000369bd8, reg_cfp=0x752577e48790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#13 vm_exec_core (ec=ec@entry=0x517000369bd8) at ../../src/trunk_asan/insns.def:906
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5856c9656285 <vm_exec_core+29765>, 0x5856c965016f <vm_exec_core+4911>, 0x5856c9655abd <vm_exec_core+27773>, 0x5856c965188f <vm_exec_core+10831>, 0x5856c964f359 <vm_exec_core+1305>, 0x5856c9650ac7 <vm_exec_core+7303>, 0x5856c9655e75 <vm_exec_core+28725>, 0x5856c96506df <vm_exec_core+6303>, 0x5856c96569cb <vm_exec_core+31627>, 0x5856c9654ea6 <vm_exec_core+24678>, 0x5856c9653087 <vm_exec_core+16967>, 0x5856c964f6d9 <vm_exec_core+2201>, 0x5856c965642e <vm_exec_core+30190>, 0x5856c96560d8 <vm_exec_core+29336>, 0x5856c96508c1 <vm_exec_core+6785>, 0x5856c964fc07 <vm_exec_core+3527>, 0x5856c9655469 <vm_exec_core+26153>, 0x5856c9651190 <vm_exec_core+9040>, 0x5856c96566cb <vm_exec_core+30859>, 0x5856c96562b9 <vm_exec_core+29817>, 0x5856c9651705 <vm_exec_core+10437>, 0x5856c9652ff2 <vm_exec_core+16818>, 0x5856c9655179 <vm_exec_core+25401>, 0x5856c96561c7 <vm_exec_core+29575>, 0x5856c9653ccc <vm_exec_core+20108>, 0x5856c9655211 <vm_exec_core+25553>, 0x5856c965561f <vm_exec_core+26591>, 0x5856c9653c09 <vm_exec_core+19913>, 0x5856c964fb16 <vm_exec_core+3286>, 0x5856c9654906 <vm_exec_core+23238>, 0x5856c964f965 <vm_exec_core+2853>, 0x5856c964fc95 <vm_exec_core+3669>, 0x5856c9651f34 <vm_exec_core+12532>, 0x5856c9653b51 <vm_exec_core+19729>, 0x5856c965471c <vm_exec_core+22748>, 0x5856c9653679 <vm_exec_core+18489>, 0x5856c964f5f3 <vm_exec_core+1971>, 0x5856c9655a25 <vm_exec_core+27621>, 0x5856c9655ffa <vm_exec_core+29114>, 0x5856c964fe8f <vm_exec_core+4175>, 0x5856c9650d97 <vm_exec_core+8023>, 0x5856c9650a20 <vm_exec_core+7136>, 0x5856c9651280 <vm_exec_core+9280>, 0x5856c9652e15 <vm_exec_core+16341>, 0x5856c96503a1 <vm_exec_core+5473>, 0x5856c965596c <vm_exec_core+27436>, 0x5856c9650d25 <vm_exec_core+7909>, 0x5856c9652925 <vm_exec_core+15077>, 0x5856c9653365 <vm_exec_core+17701>, 0x5856c965550b <vm_exec_core+26315>, 0x5856c96540b3 <vm_exec_core+21107>, 0x5856c96514eb <vm_exec_core+9899>, 0x5856c9650e96 <vm_exec_core+8278>, 0x5856c96553eb <vm_exec_core+26027>, 0x5856c965227d <vm_exec_core+13373>, 0x5856c9654994 <vm_exec_core+23380>, 0x5856c96541c8 <vm_exec_core+21384>, 0x5856c964f188 <vm_exec_core+840>, 0x5856c964fedf <vm_exec_core+4255>, 0x5856c9653720 <vm_exec_core+18656>, 0x5856c96558c7 <vm_exec_core+27271>, 0x5856c96517af <vm_exec_core+10607>, 0x5856c9655310 <vm_exec_core+25808>, 0x5856c965109d <vm_exec_core+8797>, 0x5856c9653e97 <vm_exec_core+20567>, 0x5856c9653f86 <vm_exec_core+20806>, 0x5856c96534ba <vm_exec_core+18042>, 0x5856c965390b <vm_exec_core+19147>, 0x5856c9651ca5 <vm_exec_core+11877>, 0x5856c96512f6 <vm_exec_core+9398>, 0x5856c9654f7f <vm_exec_core+24895>, 0x5856c965d107 <vm_exec_core+58055>, 0x5856c9651bef <vm_exec_core+11695>, 0x5856c96537fe <vm_exec_core+18878>, 0x5856c9653d8f <vm_exec_core+20303>, 0x5856c965050b <vm_exec_core+5835>, 0x5856c965068e <vm_exec_core+6222>, 0x5856c9650611 <vm_exec_core+6097>, 0x5856c9650e36 <vm_exec_core+8182>, 0x5856c9651206 <vm_exec_core+9158>, 0x5856c9653205 <vm_exec_core+17349>, 0x5856c965277d <vm_exec_core+14653>, 0x5856c96565f7 <vm_exec_core+30647>, 0x5856c964f259 <vm_exec_core+1049>, 0x5856c96507ea <vm_exec_core+6570>, 0x5856c9656aef <vm_exec_core+31919>, 0x5856c96547e2 <vm_exec_core+22946>, 0x5856c9653574 <vm_exec_core+18228>, 0x5856c96556b1 <vm_exec_core+26737>, 0x5856c964f18d <vm_exec_core+845>, 0x5856c9655d9e <vm_exec_core+28510>, 0x5856c9656745 <vm_exec_core+30981>, 0x5856c9656811 <vm_exec_core+31185>, 0x5856c964f9e4 <vm_exec_core+2980>, 0x5856c9656333 <vm_exec_core+29939>, 0x5856c96521a6 <vm_exec_core+13158>, 0x5856c96564b5 <vm_exec_core+30325>, 0x5856c96515c8 <vm_exec_core+10120>, 0x5856c9655d18 <vm_exec_core+28376>, 0x5856c964f8d0 <vm_exec_core+2704>, 0x5856c965044d <vm_exec_core+5645>, 0x5856c96568df <vm_exec_core+31391>, 0x5856c9652a35 <vm_exec_core+15349>, 0x5856c9652627 <vm_exec_core+14311>, 0x5856c9652eaf <vm_exec_core+16495>, 0x5856c965243a <vm_exec_core+13818>, 0x5856c9652cfb <vm_exec_core+16059>, 0x5856c9652c2d <vm_exec_core+15853>, 0x5856c9651b0c <vm_exec_core+11468>, 0x5856c9652345 <vm_exec_core+13573>, 0x5856c9652068 <vm_exec_core+12840>, 0x5856c9652554 <vm_exec_core+14100>, 0x5856c96525c5 <vm_exec_core+14213>, 0x5856c9656276 <vm_exec_core+29750>, 0x5856c9650160 <vm_exec_core+4896>, 0x5856c9655aae <vm_exec_core+27758>, 0x5856c9651880 <vm_exec_core+10816>, 0x5856c964f34a <vm_exec_core+1290>, 0x5856c9650ab8 <vm_exec_core+7288>, 0x5856c9655e66 <vm_exec_core+28710>, 0x5856c96506d0 <vm_exec_core+6288>, 0x5856c96569bc <vm_exec_core+31612>, 0x5856c9654e97 <vm_exec_core+24663>, 0x5856c9653078 <vm_exec_core+16952>, 0x5856c964f6ca <vm_exec_core+2186>, 0x5856c965641f <vm_exec_core+30175>, 0x5856c96560c9 <vm_exec_core+29321>, 0x5856c96508b2 <vm_exec_core+6770>, 0x5856c964fbf8 <vm_exec_core+3512>, 0x5856c965545a <vm_exec_core+26138>, 0x5856c9651181 <vm_exec_core+9025>, 0x5856c96566bc <vm_exec_core+30844>, 0x5856c96562aa <vm_exec_core+29802>, 0x5856c96516f6 <vm_exec_core+10422>, 0x5856c9652fe3 <vm_exec_core+16803>, 0x5856c965516a <vm_exec_core+25386>, 0x5856c96561b8 <vm_exec_core+29560>, 0x5856c9653cbd <vm_exec_core+20093>, 0x5856c9655202 <vm_exec_core+25538>, 0x5856c9655610 <vm_exec_core+26576>, 0x5856c9653bfa <vm_exec_core+19898>, 0x5856c964fb07 <vm_exec_core+3271>, 0x5856c96548f7 <vm_exec_core+23223>, 0x5856c964f956 <vm_exec_core+2838>, 0x5856c964fc86 <vm_exec_core+3654>, 0x5856c9651f25 <vm_exec_core+12517>, 0x5856c9653b42 <vm_exec_core+19714>, 0x5856c965470d <vm_exec_core+22733>, 0x5856c965366a <vm_exec_core+18474>, 0x5856c964f5e4 <vm_exec_core+1956>, 0x5856c9655a16 <vm_exec_core+27606>, 0x5856c9655feb <vm_exec_core+29099>, 0x5856c964fe80 <vm_exec_core+4160>, 0x5856c9650d88 <vm_exec_core+8008>, 0x5856c9650a11 <vm_exec_core+7121>, 0x5856c9651271 <vm_exec_core+9265>, 0x5856c9652e06 <vm_exec_core+16326>, 0x5856c9650392 <vm_exec_core+5458>, 0x5856c965595d <vm_exec_core+27421>, 0x5856c9650d16 <vm_exec_core+7894>, 0x5856c9652916 <vm_exec_core+15062>, 0x5856c9653356 <vm_exec_core+17686>, 0x5856c96554fc <vm_exec_core+26300>, 0x5856c96540a4 <vm_exec_core+21092>, 0x5856c96514dc <vm_exec_core+9884>, 0x5856c9650e87 <vm_exec_core+8263>, 0x5856c96553dc <vm_exec_core+26012>, 0x5856c965226e <vm_exec_core+13358>, 0x5856c9654985 <vm_exec_core+23365>, 0x5856c96541b9 <vm_exec_core+21369>, 0x5856c9653f63 <vm_exec_core+20771>, 0x5856c964fed0 <vm_exec_core+4240>, 0x5856c9653711 <vm_exec_core+18641>, 0x5856c96558b8 <vm_exec_core+27256>, 0x5856c96517a0 <vm_exec_core+10592>, 0x5856c9655301 <vm_exec_core+25793>, 0x5856c965187b <vm_exec_core+10811>, 0x5856c9653e88 <vm_exec_core+20552>, 0x5856c9653f77 <vm_exec_core+20791>, 0x5856c96534ab <vm_exec_core+18027>, 0x5856c96538fc <vm_exec_core+19132>, 0x5856c9651c96 <vm_exec_core+11862>, 0x5856c96512e7 <vm_exec_core+9383>, 0x5856c9654f70 <vm_exec_core+24880>, 0x5856c965d0f8 <vm_exec_core+58040>, 0x5856c9651be0 <vm_exec_core+11680>, 0x5856c96537ef <vm_exec_core+18863>, 0x5856c9653d80 <vm_exec_core+20288>, 0x5856c96504fc <vm_exec_core+5820>, 0x5856c965067f <vm_exec_core+6207>, 0x5856c9650602 <vm_exec_core+6082>, 0x5856c9650e27 <vm_exec_core+8167>, 0x5856c96511f7 <vm_exec_core+9143>, 0x5856c96531f6 <vm_exec_core+17334>, 0x5856c965276e <vm_exec_core+14638>, 0x5856c96531f1 <vm_exec_core+17329>, 0x5856c9653bf5 <vm_exec_core+19893>, 0x5856c9653b3d <vm_exec_core+19709>, 0x5856c9650e22 <vm_exec_core+8162>, 0x5856c9653f63 <vm_exec_core+20771>...}
        reg_cfp = 0x752577e48790
        reg_pc = 0x513000070f58
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x00005856c9649f92 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x517000369bd8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x00005856c968eecb in invoke_iseq_block_from_c (ec=0x517000369bd8, captured=<optimized out>, self=128804552188320, 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:1821
        flags = 0
        iseq = 0x7525a5dda1e0
        cfp = 0x752577e487c8
        sp = 0x752577d48818
        use_argv = <optimized out>
        stack_argv = 0x752577d48818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#16 invoke_block_from_c_proc (ec=0x517000369bd8, self=128804552188320, 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:1915
        block = <optimized out>
        keyword_hash = <optimized out>
#17 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1945
No locals.
#18 0x00005856c968d0f6 in rb_vm_invoke_proc (ec=0x752575c3ff60, proc=0x1, argc=-1504594691, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1966
        self = 4294967295
#19 0x00005856c95db2b2 in thread_do_start_proc (th=th@entry=0x5150001a1b00) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040011de350
        args_len = <optimized out>
        args_ptr = <optimized out>
#20 0x00005856c95d8e4d in thread_do_start (th=0x5150001a1b00) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#21 thread_start_func_2 (th=th@entry=0x5150001a1b00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x5856c9f5e700 <_main_thread>
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#22 0x00005856c95d813e in call_thread_start_func_2 (th=0x5150001a1b00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2223
        stack_start = <optimized out>
        stack_start_addr = 0x752572404cc0
#23 nt_start (ptr=0x50c0000db280) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2268
        th = 0x5150001a1b00
        sched = <optimized out>
        nt = 0x50c0000db280
        vm = 0x5856ca98c6a0 <_vm>
#24 0x00005856c922cacf in asan_thread_start(void*) ()
No symbol table info available.
#25 0x00007525a649caa4 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 = {128803691058880, -7543037207058450002, 128803691058880, -352, 25, 140721588220336, -7543037207071032914, -7543503481837717074}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007525a6529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x752572e0b6c0 (LWP 3674050) "Timeout stdlib "):
#0  0x00007525a6498d71 in __futex_abstimed_wait_common64 (private=29989, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0000d9590) 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=29989, abstime=0x0, clockid=0, expected=0, futex_word=0x50c0000d9590) 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=0x50c0000d9590, 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  0x00007525a649b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5856c9f5e348 <_main_ractor+264>, cond=0x50c0000d9568) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7525a649b4b0 <__condvar_cleanup_waiting>, __arg = 0x752572e09b90, __canceltype = 3994632, __prev = 0x0}
        cbuffer = {wseq = 8, cond = 0x50c0000d9568, mutex = 0x5856c9f5e348 <_main_ractor+264>, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 8
        seq = 4
        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=0x50c0000d9568, mutex=mutex@entry=0x5856c9f5e348 <_main_ractor+264>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005856c95a4a5f in rb_native_cond_wait (cond=0x50c0000d9590, mutex=0x5856c9f5e348 <_main_ractor+264>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:231
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5856c9f5e348 <_main_ractor+264>, th=th@entry=0x51500019f300, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
        next_th = 0x5856c9f5e700 <_main_thread>
#7  0x00005856c95d7087 in thread_sched_to_waiting_until_wakeup (sched=0x5856c9f5e348 <_main_ractor+264>, th=th@entry=0x51500019f300) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1113
        can_direct_transfer = <optimized out>
#8  0x00005856c95b56cc in native_sleep (th=0x51500019f300, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3329
        sched = <optimized out>
#9  sleep_forever (th=th@entry=0x51500019f300, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1393
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00005856c95d484d in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=128803996070920, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1439
        th = 0x51500019f300
        scheduler = 18446744073709551104
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:991
        args = <optimized out>
#12 0x00005856c92786ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x5170003cf3d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x752572e09f30, <optimized out>, 0x752572e09e40, <optimized out>, <optimized out>}, prev = 0x752574524240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005856c9278b39 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:1170
No locals.
#14 0x00005856c95d3de1 in queue_do_pop (ec=<optimized out>, self=<optimized out>, q=0x506001c36b20, non_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1063
        queue_waiter = {w = {self = 128803996070920, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 128803996070920, timeout = 4, end = <optimized out>}
        waitq = 0x506001c36b20
        end = 0
#15 0x00005856c9656d9a 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:7541
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#16 0x00005856c9656d9a in vm_invoke_builtin_delegate (ec=0x5170003cf3d8, cfp=0x752577b42758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#17 vm_exec_core (ec=ec@entry=0x5170003cf3d8) at ../../src/trunk_asan/insns.def:1729
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5856c9656285 <vm_exec_core+29765>, 0x5856c965016f <vm_exec_core+4911>, 0x5856c9655abd <vm_exec_core+27773>, 0x5856c965188f <vm_exec_core+10831>, 0x5856c964f359 <vm_exec_core+1305>, 0x5856c9650ac7 <vm_exec_core+7303>, 0x5856c9655e75 <vm_exec_core+28725>, 0x5856c96506df <vm_exec_core+6303>, 0x5856c96569cb <vm_exec_core+31627>, 0x5856c9654ea6 <vm_exec_core+24678>, 0x5856c9653087 <vm_exec_core+16967>, 0x5856c964f6d9 <vm_exec_core+2201>, 0x5856c965642e <vm_exec_core+30190>, 0x5856c96560d8 <vm_exec_core+29336>, 0x5856c96508c1 <vm_exec_core+6785>, 0x5856c964fc07 <vm_exec_core+3527>, 0x5856c9655469 <vm_exec_core+26153>, 0x5856c9651190 <vm_exec_core+9040>, 0x5856c96566cb <vm_exec_core+30859>, 0x5856c96562b9 <vm_exec_core+29817>, 0x5856c9651705 <vm_exec_core+10437>, 0x5856c9652ff2 <vm_exec_core+16818>, 0x5856c9655179 <vm_exec_core+25401>, 0x5856c96561c7 <vm_exec_core+29575>, 0x5856c9653ccc <vm_exec_core+20108>, 0x5856c9655211 <vm_exec_core+25553>, 0x5856c965561f <vm_exec_core+26591>, 0x5856c9653c09 <vm_exec_core+19913>, 0x5856c964fb16 <vm_exec_core+3286>, 0x5856c9654906 <vm_exec_core+23238>, 0x5856c964f965 <vm_exec_core+2853>, 0x5856c964fc95 <vm_exec_core+3669>, 0x5856c9651f34 <vm_exec_core+12532>, 0x5856c9653b51 <vm_exec_core+19729>, 0x5856c965471c <vm_exec_core+22748>, 0x5856c9653679 <vm_exec_core+18489>, 0x5856c964f5f3 <vm_exec_core+1971>, 0x5856c9655a25 <vm_exec_core+27621>, 0x5856c9655ffa <vm_exec_core+29114>, 0x5856c964fe8f <vm_exec_core+4175>, 0x5856c9650d97 <vm_exec_core+8023>, 0x5856c9650a20 <vm_exec_core+7136>, 0x5856c9651280 <vm_exec_core+9280>, 0x5856c9652e15 <vm_exec_core+16341>, 0x5856c96503a1 <vm_exec_core+5473>, 0x5856c965596c <vm_exec_core+27436>, 0x5856c9650d25 <vm_exec_core+7909>, 0x5856c9652925 <vm_exec_core+15077>, 0x5856c9653365 <vm_exec_core+17701>, 0x5856c965550b <vm_exec_core+26315>, 0x5856c96540b3 <vm_exec_core+21107>, 0x5856c96514eb <vm_exec_core+9899>, 0x5856c9650e96 <vm_exec_core+8278>, 0x5856c96553eb <vm_exec_core+26027>, 0x5856c965227d <vm_exec_core+13373>, 0x5856c9654994 <vm_exec_core+23380>, 0x5856c96541c8 <vm_exec_core+21384>, 0x5856c964f188 <vm_exec_core+840>, 0x5856c964fedf <vm_exec_core+4255>, 0x5856c9653720 <vm_exec_core+18656>, 0x5856c96558c7 <vm_exec_core+27271>, 0x5856c96517af <vm_exec_core+10607>, 0x5856c9655310 <vm_exec_core+25808>, 0x5856c965109d <vm_exec_core+8797>, 0x5856c9653e97 <vm_exec_core+20567>, 0x5856c9653f86 <vm_exec_core+20806>, 0x5856c96534ba <vm_exec_core+18042>, 0x5856c965390b <vm_exec_core+19147>, 0x5856c9651ca5 <vm_exec_core+11877>, 0x5856c96512f6 <vm_exec_core+9398>, 0x5856c9654f7f <vm_exec_core+24895>, 0x5856c965d107 <vm_exec_core+58055>, 0x5856c9651bef <vm_exec_core+11695>, 0x5856c96537fe <vm_exec_core+18878>, 0x5856c9653d8f <vm_exec_core+20303>, 0x5856c965050b <vm_exec_core+5835>, 0x5856c965068e <vm_exec_core+6222>, 0x5856c9650611 <vm_exec_core+6097>, 0x5856c9650e36 <vm_exec_core+8182>, 0x5856c9651206 <vm_exec_core+9158>, 0x5856c9653205 <vm_exec_core+17349>, 0x5856c965277d <vm_exec_core+14653>, 0x5856c96565f7 <vm_exec_core+30647>, 0x5856c964f259 <vm_exec_core+1049>, 0x5856c96507ea <vm_exec_core+6570>, 0x5856c9656aef <vm_exec_core+31919>, 0x5856c96547e2 <vm_exec_core+22946>, 0x5856c9653574 <vm_exec_core+18228>, 0x5856c96556b1 <vm_exec_core+26737>, 0x5856c964f18d <vm_exec_core+845>, 0x5856c9655d9e <vm_exec_core+28510>, 0x5856c9656745 <vm_exec_core+30981>, 0x5856c9656811 <vm_exec_core+31185>, 0x5856c964f9e4 <vm_exec_core+2980>, 0x5856c9656333 <vm_exec_core+29939>, 0x5856c96521a6 <vm_exec_core+13158>, 0x5856c96564b5 <vm_exec_core+30325>, 0x5856c96515c8 <vm_exec_core+10120>, 0x5856c9655d18 <vm_exec_core+28376>, 0x5856c964f8d0 <vm_exec_core+2704>, 0x5856c965044d <vm_exec_core+5645>, 0x5856c96568df <vm_exec_core+31391>, 0x5856c9652a35 <vm_exec_core+15349>, 0x5856c9652627 <vm_exec_core+14311>, 0x5856c9652eaf <vm_exec_core+16495>, 0x5856c965243a <vm_exec_core+13818>, 0x5856c9652cfb <vm_exec_core+16059>, 0x5856c9652c2d <vm_exec_core+15853>, 0x5856c9651b0c <vm_exec_core+11468>, 0x5856c9652345 <vm_exec_core+13573>, 0x5856c9652068 <vm_exec_core+12840>, 0x5856c9652554 <vm_exec_core+14100>, 0x5856c96525c5 <vm_exec_core+14213>, 0x5856c9656276 <vm_exec_core+29750>, 0x5856c9650160 <vm_exec_core+4896>, 0x5856c9655aae <vm_exec_core+27758>, 0x5856c9651880 <vm_exec_core+10816>, 0x5856c964f34a <vm_exec_core+1290>, 0x5856c9650ab8 <vm_exec_core+7288>, 0x5856c9655e66 <vm_exec_core+28710>, 0x5856c96506d0 <vm_exec_core+6288>, 0x5856c96569bc <vm_exec_core+31612>, 0x5856c9654e97 <vm_exec_core+24663>, 0x5856c9653078 <vm_exec_core+16952>, 0x5856c964f6ca <vm_exec_core+2186>, 0x5856c965641f <vm_exec_core+30175>, 0x5856c96560c9 <vm_exec_core+29321>, 0x5856c96508b2 <vm_exec_core+6770>, 0x5856c964fbf8 <vm_exec_core+3512>, 0x5856c965545a <vm_exec_core+26138>, 0x5856c9651181 <vm_exec_core+9025>, 0x5856c96566bc <vm_exec_core+30844>, 0x5856c96562aa <vm_exec_core+29802>, 0x5856c96516f6 <vm_exec_core+10422>, 0x5856c9652fe3 <vm_exec_core+16803>, 0x5856c965516a <vm_exec_core+25386>, 0x5856c96561b8 <vm_exec_core+29560>, 0x5856c9653cbd <vm_exec_core+20093>, 0x5856c9655202 <vm_exec_core+25538>, 0x5856c9655610 <vm_exec_core+26576>, 0x5856c9653bfa <vm_exec_core+19898>, 0x5856c964fb07 <vm_exec_core+3271>, 0x5856c96548f7 <vm_exec_core+23223>, 0x5856c964f956 <vm_exec_core+2838>, 0x5856c964fc86 <vm_exec_core+3654>, 0x5856c9651f25 <vm_exec_core+12517>, 0x5856c9653b42 <vm_exec_core+19714>, 0x5856c965470d <vm_exec_core+22733>, 0x5856c965366a <vm_exec_core+18474>, 0x5856c964f5e4 <vm_exec_core+1956>, 0x5856c9655a16 <vm_exec_core+27606>, 0x5856c9655feb <vm_exec_core+29099>, 0x5856c964fe80 <vm_exec_core+4160>, 0x5856c9650d88 <vm_exec_core+8008>, 0x5856c9650a11 <vm_exec_core+7121>, 0x5856c9651271 <vm_exec_core+9265>, 0x5856c9652e06 <vm_exec_core+16326>, 0x5856c9650392 <vm_exec_core+5458>, 0x5856c965595d <vm_exec_core+27421>, 0x5856c9650d16 <vm_exec_core+7894>, 0x5856c9652916 <vm_exec_core+15062>, 0x5856c9653356 <vm_exec_core+17686>, 0x5856c96554fc <vm_exec_core+26300>, 0x5856c96540a4 <vm_exec_core+21092>, 0x5856c96514dc <vm_exec_core+9884>, 0x5856c9650e87 <vm_exec_core+8263>, 0x5856c96553dc <vm_exec_core+26012>, 0x5856c965226e <vm_exec_core+13358>, 0x5856c9654985 <vm_exec_core+23365>, 0x5856c96541b9 <vm_exec_core+21369>, 0x5856c9653f63 <vm_exec_core+20771>, 0x5856c964fed0 <vm_exec_core+4240>, 0x5856c9653711 <vm_exec_core+18641>, 0x5856c96558b8 <vm_exec_core+27256>, 0x5856c96517a0 <vm_exec_core+10592>, 0x5856c9655301 <vm_exec_core+25793>, 0x5856c965187b <vm_exec_core+10811>, 0x5856c9653e88 <vm_exec_core+20552>, 0x5856c9653f77 <vm_exec_core+20791>, 0x5856c96534ab <vm_exec_core+18027>, 0x5856c96538fc <vm_exec_core+19132>, 0x5856c9651c96 <vm_exec_core+11862>, 0x5856c96512e7 <vm_exec_core+9383>, 0x5856c9654f70 <vm_exec_core+24880>, 0x5856c965d0f8 <vm_exec_core+58040>, 0x5856c9651be0 <vm_exec_core+11680>, 0x5856c96537ef <vm_exec_core+18863>, 0x5856c9653d80 <vm_exec_core+20288>, 0x5856c96504fc <vm_exec_core+5820>, 0x5856c965067f <vm_exec_core+6207>, 0x5856c9650602 <vm_exec_core+6082>, 0x5856c9650e27 <vm_exec_core+8167>, 0x5856c96511f7 <vm_exec_core+9143>, 0x5856c96531f6 <vm_exec_core+17334>, 0x5856c965276e <vm_exec_core+14638>, 0x5856c96531f1 <vm_exec_core+17329>, 0x5856c9653bf5 <vm_exec_core+19893>, 0x5856c9653b3d <vm_exec_core+19709>, 0x5856c9650e22 <vm_exec_core+8162>, 0x5856c9653f63 <vm_exec_core+20771>...}
        reg_cfp = 0x752577b42758
        reg_pc = 0x5100000027f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#18 0x00005856c9649f92 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x5170003cf3d8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#19 0x00005856c968eecb in invoke_iseq_block_from_c (ec=0x5170003cf3d8, captured=<optimized out>, self=128804556952800, 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:1821
        flags = 0
        iseq = 0x7525a5d92ac0
        cfp = 0x752577b427c8
        sp = 0x752577a42818
        use_argv = <optimized out>
        stack_argv = 0x752577a42818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#20 invoke_block_from_c_proc (ec=0x5170003cf3d8, self=128804556952800, 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:1915
        block = <optimized out>
        keyword_hash = <optimized out>
#21 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1945
No locals.
#22 0x00005856c968d0f6 in rb_vm_invoke_proc (ec=0x50c0000d9590, proc=0x189, argc=-1505129103, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1966
        self = 0
#23 0x00005856c95db2b2 in thread_do_start_proc (th=th@entry=0x51500019f300) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040020c3650
        args_len = <optimized out>
        args_ptr = <optimized out>
#24 0x00005856c95d8e4d in thread_do_start (th=0x51500019f300) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#25 thread_start_func_2 (th=th@entry=0x51500019f300, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x5856c9f5e700 <_main_thread>
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#26 0x00005856c95d813e in call_thread_start_func_2 (th=0x51500019f300) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2223
        stack_start = <optimized out>
        stack_start_addr = 0x752572e0acc0
#27 nt_start (ptr=0x50c0000d9540) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2268
        th = 0x51500019f300
        sched = <optimized out>
        nt = 0x50c0000d9540
        vm = 0x5856ca98c6a0 <_vm>
#28 0x00005856c922cacf in asan_thread_start(void*) ()
No symbol table info available.
#29 0x00007525a649caa4 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 = {128803701569216, -7543038039208363602, 128803701569216, -352, 0, 140721588212432, -7543038039220946514, -7543503481837717074}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#30 0x00007525a6529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x75258a3ff6c0 (LWP 3685617) "ruby"):
#0  0x00007525a651b4fd in __GI___poll (fds=0x752586dbf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005856c91d371a in __interceptor_poll ()
No symbol table info available.
#2  0x00005856c95dcaab in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1093
        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:3054
        vm = <optimized out>
#4  0x00005856c922cacf in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007525a649caa4 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 = {128804093687488, -7543442098994153042, 128804093687488, -352, 22, 140721588217712, -7543442099006735954, -7543503481837717074}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007525a6529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7525a6736c40 (LWP 3655291) "ruby"):
#0  0x00007525a651b4fd in __GI___poll (fds=0x7525a453c860, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005856c91d371a in __interceptor_poll ()
No symbol table info available.
#2  0x00005856c93463d9 in nogvl_wait_for (th=128804558569760, fptr=0x511000333b40, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12568
        fds = {fd = 8, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x00005856c934794a in internal_read_func (ptr=0x7525a453c740) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7525a453c740
        result = <optimized out>
#5  0x00005856c95ba95e in rb_thread_io_blocking_call (io=0x511000333b40, func=0x5856c9347440 <internal_read_func>, data1=data1@entry=0x7525a453c740, events=events@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1986
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x00005856c9347249 in rb_io_blocking_region_wait (io=0x511000333b40, function=0x1, argument=0x7525a453c740, events=RUBY_IO_READABLE) at /tmp/ruby/src/trunk_asan/io.c:228
No locals.
#7  rb_io_read_memory (fptr=<optimized out>, buf=<optimized out>, count=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:1322
        iis = {th = 128804558569760, fptr = 0x511000333b40, nonblock = 0, fd = 8, buf = 0x525000028110, capa = 8176, timeout = 0x0}
        timeout_storage = <optimized out>
        th = <optimized out>
        scheduler = <optimized out>
#8  0x00005856c934abe7 in io_bufread (ptr=0x525000028100 "3685616\n3685616\n", len=8192, fptr=0x511000333b40) at /tmp/ruby/src/trunk_asan/io.c:3092
        offset = 16
        n = 8176
        c = <optimized out>
#9  bufread_call (arg=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3131
        p = <optimized out>
#10 0x00005856c92786ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x5170000000d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc4c4727f0, <optimized out>, 0x7ffc4c472700, <optimized out>, <optimized out>}, prev = 0x7525a453bf40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#11 0x00005856c9278b39 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:1170
No locals.
#12 0x00005856c93485f7 in io_fread (str=128803996414240, offset=0, size=8192, fptr=0x511000333b40) at /tmp/ruby/src/trunk_asan/io.c:3145
        arg = {str_ptr = 0x525000028100 "3685616\n3685616\n", len = 8192, fptr = <optimized out>}
        len = <optimized out>
        errno_to_fail = <optimized out>
#13 read_all (fptr=<optimized out>, siz=8192, str=128803996414240) at /tmp/ruby/src/trunk_asan/io.c:3417
        capa = <optimized out>
        cr = 0
        bytes = 0
        pos = 0
        enc = 0x50d000000110
        n = <optimized out>
        shrinkable = <optimized out>
#14 0x00005856c9338156 in io_read (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3841
        str = <optimized out>
        length = <optimized out>
        fptr = 0x511000333b40
        len = <optimized out>
        n = <optimized out>
        shrinkable = <optimized out>
#15 0x00005856c96bb768 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:3905
        ci = 0x402100100001
        cc = <optimized out>
        me = 0x7525a5f78330
        cfunc = 0x50600002c188
        recv = 128803996414280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#16 0x00005856c965b8c1 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x7525a39ff480, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#17 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:906
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5856c9656285 <vm_exec_core+29765>, 0x5856c965016f <vm_exec_core+4911>, 0x5856c9655abd <vm_exec_core+27773>, 0x5856c965188f <vm_exec_core+10831>, 0x5856c964f359 <vm_exec_core+1305>, 0x5856c9650ac7 <vm_exec_core+7303>, 0x5856c9655e75 <vm_exec_core+28725>, 0x5856c96506df <vm_exec_core+6303>, 0x5856c96569cb <vm_exec_core+31627>, 0x5856c9654ea6 <vm_exec_core+24678>, 0x5856c9653087 <vm_exec_core+16967>, 0x5856c964f6d9 <vm_exec_core+2201>, 0x5856c965642e <vm_exec_core+30190>, 0x5856c96560d8 <vm_exec_core+29336>, 0x5856c96508c1 <vm_exec_core+6785>, 0x5856c964fc07 <vm_exec_core+3527>, 0x5856c9655469 <vm_exec_core+26153>, 0x5856c9651190 <vm_exec_core+9040>, 0x5856c96566cb <vm_exec_core+30859>, 0x5856c96562b9 <vm_exec_core+29817>, 0x5856c9651705 <vm_exec_core+10437>, 0x5856c9652ff2 <vm_exec_core+16818>, 0x5856c9655179 <vm_exec_core+25401>, 0x5856c96561c7 <vm_exec_core+29575>, 0x5856c9653ccc <vm_exec_core+20108>, 0x5856c9655211 <vm_exec_core+25553>, 0x5856c965561f <vm_exec_core+26591>, 0x5856c9653c09 <vm_exec_core+19913>, 0x5856c964fb16 <vm_exec_core+3286>, 0x5856c9654906 <vm_exec_core+23238>, 0x5856c964f965 <vm_exec_core+2853>, 0x5856c964fc95 <vm_exec_core+3669>, 0x5856c9651f34 <vm_exec_core+12532>, 0x5856c9653b51 <vm_exec_core+19729>, 0x5856c965471c <vm_exec_core+22748>, 0x5856c9653679 <vm_exec_core+18489>, 0x5856c964f5f3 <vm_exec_core+1971>, 0x5856c9655a25 <vm_exec_core+27621>, 0x5856c9655ffa <vm_exec_core+29114>, 0x5856c964fe8f <vm_exec_core+4175>, 0x5856c9650d97 <vm_exec_core+8023>, 0x5856c9650a20 <vm_exec_core+7136>, 0x5856c9651280 <vm_exec_core+9280>, 0x5856c9652e15 <vm_exec_core+16341>, 0x5856c96503a1 <vm_exec_core+5473>, 0x5856c965596c <vm_exec_core+27436>, 0x5856c9650d25 <vm_exec_core+7909>, 0x5856c9652925 <vm_exec_core+15077>, 0x5856c9653365 <vm_exec_core+17701>, 0x5856c965550b <vm_exec_core+26315>, 0x5856c96540b3 <vm_exec_core+21107>, 0x5856c96514eb <vm_exec_core+9899>, 0x5856c9650e96 <vm_exec_core+8278>, 0x5856c96553eb <vm_exec_core+26027>, 0x5856c965227d <vm_exec_core+13373>, 0x5856c9654994 <vm_exec_core+23380>, 0x5856c96541c8 <vm_exec_core+21384>, 0x5856c964f188 <vm_exec_core+840>, 0x5856c964fedf <vm_exec_core+4255>, 0x5856c9653720 <vm_exec_core+18656>, 0x5856c96558c7 <vm_exec_core+27271>, 0x5856c96517af <vm_exec_core+10607>, 0x5856c9655310 <vm_exec_core+25808>, 0x5856c965109d <vm_exec_core+8797>, 0x5856c9653e97 <vm_exec_core+20567>, 0x5856c9653f86 <vm_exec_core+20806>, 0x5856c96534ba <vm_exec_core+18042>, 0x5856c965390b <vm_exec_core+19147>, 0x5856c9651ca5 <vm_exec_core+11877>, 0x5856c96512f6 <vm_exec_core+9398>, 0x5856c9654f7f <vm_exec_core+24895>, 0x5856c965d107 <vm_exec_core+58055>, 0x5856c9651bef <vm_exec_core+11695>, 0x5856c96537fe <vm_exec_core+18878>, 0x5856c9653d8f <vm_exec_core+20303>, 0x5856c965050b <vm_exec_core+5835>, 0x5856c965068e <vm_exec_core+6222>, 0x5856c9650611 <vm_exec_core+6097>, 0x5856c9650e36 <vm_exec_core+8182>, 0x5856c9651206 <vm_exec_core+9158>, 0x5856c9653205 <vm_exec_core+17349>, 0x5856c965277d <vm_exec_core+14653>, 0x5856c96565f7 <vm_exec_core+30647>, 0x5856c964f259 <vm_exec_core+1049>, 0x5856c96507ea <vm_exec_core+6570>, 0x5856c9656aef <vm_exec_core+31919>, 0x5856c96547e2 <vm_exec_core+22946>, 0x5856c9653574 <vm_exec_core+18228>, 0x5856c96556b1 <vm_exec_core+26737>, 0x5856c964f18d <vm_exec_core+845>, 0x5856c9655d9e <vm_exec_core+28510>, 0x5856c9656745 <vm_exec_core+30981>, 0x5856c9656811 <vm_exec_core+31185>, 0x5856c964f9e4 <vm_exec_core+2980>, 0x5856c9656333 <vm_exec_core+29939>, 0x5856c96521a6 <vm_exec_core+13158>, 0x5856c96564b5 <vm_exec_core+30325>, 0x5856c96515c8 <vm_exec_core+10120>, 0x5856c9655d18 <vm_exec_core+28376>, 0x5856c964f8d0 <vm_exec_core+2704>, 0x5856c965044d <vm_exec_core+5645>, 0x5856c96568df <vm_exec_core+31391>, 0x5856c9652a35 <vm_exec_core+15349>, 0x5856c9652627 <vm_exec_core+14311>, 0x5856c9652eaf <vm_exec_core+16495>, 0x5856c965243a <vm_exec_core+13818>, 0x5856c9652cfb <vm_exec_core+16059>, 0x5856c9652c2d <vm_exec_core+15853>, 0x5856c9651b0c <vm_exec_core+11468>, 0x5856c9652345 <vm_exec_core+13573>, 0x5856c9652068 <vm_exec_core+12840>, 0x5856c9652554 <vm_exec_core+14100>, 0x5856c96525c5 <vm_exec_core+14213>, 0x5856c9656276 <vm_exec_core+29750>, 0x5856c9650160 <vm_exec_core+4896>, 0x5856c9655aae <vm_exec_core+27758>, 0x5856c9651880 <vm_exec_core+10816>, 0x5856c964f34a <vm_exec_core+1290>, 0x5856c9650ab8 <vm_exec_core+7288>, 0x5856c9655e66 <vm_exec_core+28710>, 0x5856c96506d0 <vm_exec_core+6288>, 0x5856c96569bc <vm_exec_core+31612>, 0x5856c9654e97 <vm_exec_core+24663>, 0x5856c9653078 <vm_exec_core+16952>, 0x5856c964f6ca <vm_exec_core+2186>, 0x5856c965641f <vm_exec_core+30175>, 0x5856c96560c9 <vm_exec_core+29321>, 0x5856c96508b2 <vm_exec_core+6770>, 0x5856c964fbf8 <vm_exec_core+3512>, 0x5856c965545a <vm_exec_core+26138>, 0x5856c9651181 <vm_exec_core+9025>, 0x5856c96566bc <vm_exec_core+30844>, 0x5856c96562aa <vm_exec_core+29802>, 0x5856c96516f6 <vm_exec_core+10422>, 0x5856c9652fe3 <vm_exec_core+16803>, 0x5856c965516a <vm_exec_core+25386>, 0x5856c96561b8 <vm_exec_core+29560>, 0x5856c9653cbd <vm_exec_core+20093>, 0x5856c9655202 <vm_exec_core+25538>, 0x5856c9655610 <vm_exec_core+26576>, 0x5856c9653bfa <vm_exec_core+19898>, 0x5856c964fb07 <vm_exec_core+3271>, 0x5856c96548f7 <vm_exec_core+23223>, 0x5856c964f956 <vm_exec_core+2838>, 0x5856c964fc86 <vm_exec_core+3654>, 0x5856c9651f25 <vm_exec_core+12517>, 0x5856c9653b42 <vm_exec_core+19714>, 0x5856c965470d <vm_exec_core+22733>, 0x5856c965366a <vm_exec_core+18474>, 0x5856c964f5e4 <vm_exec_core+1956>, 0x5856c9655a16 <vm_exec_core+27606>, 0x5856c9655feb <vm_exec_core+29099>, 0x5856c964fe80 <vm_exec_core+4160>, 0x5856c9650d88 <vm_exec_core+8008>, 0x5856c9650a11 <vm_exec_core+7121>, 0x5856c9651271 <vm_exec_core+9265>, 0x5856c9652e06 <vm_exec_core+16326>, 0x5856c9650392 <vm_exec_core+5458>, 0x5856c965595d <vm_exec_core+27421>, 0x5856c9650d16 <vm_exec_core+7894>, 0x5856c9652916 <vm_exec_core+15062>, 0x5856c9653356 <vm_exec_core+17686>, 0x5856c96554fc <vm_exec_core+26300>, 0x5856c96540a4 <vm_exec_core+21092>, 0x5856c96514dc <vm_exec_core+9884>, 0x5856c9650e87 <vm_exec_core+8263>, 0x5856c96553dc <vm_exec_core+26012>, 0x5856c965226e <vm_exec_core+13358>, 0x5856c9654985 <vm_exec_core+23365>, 0x5856c96541b9 <vm_exec_core+21369>, 0x5856c9653f63 <vm_exec_core+20771>, 0x5856c964fed0 <vm_exec_core+4240>, 0x5856c9653711 <vm_exec_core+18641>, 0x5856c96558b8 <vm_exec_core+27256>, 0x5856c96517a0 <vm_exec_core+10592>, 0x5856c9655301 <vm_exec_core+25793>, 0x5856c965187b <vm_exec_core+10811>, 0x5856c9653e88 <vm_exec_core+20552>, 0x5856c9653f77 <vm_exec_core+20791>, 0x5856c96534ab <vm_exec_core+18027>, 0x5856c96538fc <vm_exec_core+19132>, 0x5856c9651c96 <vm_exec_core+11862>, 0x5856c96512e7 <vm_exec_core+9383>, 0x5856c9654f70 <vm_exec_core+24880>, 0x5856c965d0f8 <vm_exec_core+58040>, 0x5856c9651be0 <vm_exec_core+11680>, 0x5856c96537ef <vm_exec_core+18863>, 0x5856c9653d80 <vm_exec_core+20288>, 0x5856c96504fc <vm_exec_core+5820>, 0x5856c965067f <vm_exec_core+6207>, 0x5856c9650602 <vm_exec_core+6082>, 0x5856c9650e27 <vm_exec_core+8167>, 0x5856c96511f7 <vm_exec_core+9143>, 0x5856c96531f6 <vm_exec_core+17334>, 0x5856c965276e <vm_exec_core+14638>, 0x5856c96531f1 <vm_exec_core+17329>, 0x5856c9653bf5 <vm_exec_core+19893>, 0x5856c9653b3d <vm_exec_core+19709>, 0x5856c9650e22 <vm_exec_core+8162>, 0x5856c9653f63 <vm_exec_core+20771>...}
        reg_cfp = 0x7525a39ff480
        reg_pc = 0x511000250ec0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
th: 0x5856c9f5e700, native_id: 0x7525a6736c40
-- Control frame information -----------------------------------------------
c:0017 p:---- s:0113 e:000112 l:y b:---- CFUNC  :read
#18 0x00005856c9649f92 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#19 0x00005856c96dc962 in invoke_iseq_block_from_c (ec=0x5170000000d8, captured=0x7525a39ff508, self=128804556943760, 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:1821
        flags = 0
        iseq = 0x752584781cd8
        cfp = <optimized out>
        sp = 0x7525a38ffb48
        use_argv = 0x7525a448fce0
        stack_argv = 0x7525a38ffb48
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#20 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:1835
        captured = 0x7525a39ff508
#21 0x00005856c967c79c 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:1872
c:0016 p:0008 s:0109 e:000108 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1468 [FINISH]
No locals.
#22 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1880
No locals.
#23 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1365
No locals.
#24 0x00005856c967c79c in rb_yield (val=<optimized out>)
No locals.
#25 0x00005856c92786ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x5170000000d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc4c4734f0, <optimized out>, 0x7ffc4c473400, <optimized out>, <optimized out>}, prev = 0x7525a452e740, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#26 0x00005856c9278b39 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:1170
No locals.
c:0015 p:---- s:0105 e:000104 l:y b:---- CFUNC  :popen
c:0014 p:0044 s:0100 e:000099 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1465
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1665 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1652
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1356
#27 0x00005856c96bb768 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:3905
        ci = 0x42d100000003
        cc = <optimized out>
        me = 0x7525a5f78cb8
        cfunc = 0x50600002b0a8
        recv = 128804558665920
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#28 0x00005856c96a0a43 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffc4c473b80) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4891
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0xf2f2f200f2f2f200
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#29 0x00005856c96a04ad in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5031
        ci = <optimized out>
        cc = 0x7ffc4c472130
#30 0x00005856c9654cc4 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x7525a39ff4f0, cd=0x511000250b20, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        val = 36
c:0007 p:0069 s:0046 E:000370 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:0015d0 l:y b:---- DUMMY  [FINISH]

th: 0x51500019fa80, native_id: 0x7525862fd6c0
-- Control frame information -----------------------------------------------
c:0003 p:0023 s:0017 e:000016 l:y b:0001 METHOD <internal:thread_sync>:75
c:0002 p:0018 s:0010 e:000009 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/rubygems/vendor/timeout/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x5150001a1b00, native_id: 0x7525724056c0
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC  :readpartial
c:0002 p:0035 s:0007 e:000006 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x51500019f300, native_id: 0x752572e0b6c0
-- Control frame information -----------------------------------------------
c:0003 p:0023 s:0017 e:000016 l:y b:0001 METHOD <internal:thread_sync>:75
c:0002 p:0019 s:0010 e:000009 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:91 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#31 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:858
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x511000250b20
        insns_address_table = {0x5856c9656285 <vm_exec_core+29765>, 0x5856c965016f <vm_exec_core+4911>, 0x5856c9655abd <vm_exec_core+27773>, 0x5856c965188f <vm_exec_core+10831>, 0x5856c964f359 <vm_exec_core+1305>, 0x5856c9650ac7 <vm_exec_core+7303>, 0x5856c9655e75 <vm_exec_core+28725>, 0x5856c96506df <vm_exec_core+6303>, 0x5856c96569cb <vm_exec_core+31627>, 0x5856c9654ea6 <vm_exec_core+24678>, 0x5856c9653087 <vm_exec_core+16967>, 0x5856c964f6d9 <vm_exec_core+2201>, 0x5856c965642e <vm_exec_core+30190>, 0x5856c96560d8 <vm_exec_core+29336>, 0x5856c96508c1 <vm_exec_core+6785>, 0x5856c964fc07 <vm_exec_core+3527>, 0x5856c9655469 <vm_exec_core+26153>, 0x5856c9651190 <vm_exec_core+9040>, 0x5856c96566cb <vm_exec_core+30859>, 0x5856c96562b9 <vm_exec_core+29817>, 0x5856c9651705 <vm_exec_core+10437>, 0x5856c9652ff2 <vm_exec_core+16818>, 0x5856c9655179 <vm_exec_core+25401>, 0x5856c96561c7 <vm_exec_core+29575>, 0x5856c9653ccc <vm_exec_core+20108>, 0x5856c9655211 <vm_exec_core+25553>, 0x5856c965561f <vm_exec_core+26591>, 0x5856c9653c09 <vm_exec_core+19913>, 0x5856c964fb16 <vm_exec_core+3286>, 0x5856c9654906 <vm_exec_core+23238>, 0x5856c964f965 <vm_exec_core+2853>, 0x5856c964fc95 <vm_exec_core+3669>, 0x5856c9651f34 <vm_exec_core+12532>, 0x5856c9653b51 <vm_exec_core+19729>, 0x5856c965471c <vm_exec_core+22748>, 0x5856c9653679 <vm_exec_core+18489>, 0x5856c964f5f3 <vm_exec_core+1971>, 0x5856c9655a25 <vm_exec_core+27621>, 0x5856c9655ffa <vm_exec_core+29114>, 0x5856c964fe8f <vm_exec_core+4175>, 0x5856c9650d97 <vm_exec_core+8023>, 0x5856c9650a20 <vm_exec_core+7136>, 0x5856c9651280 <vm_exec_core+9280>, 0x5856c9652e15 <vm_exec_core+16341>, 0x5856c96503a1 <vm_exec_core+5473>, 0x5856c965596c <vm_exec_core+27436>, 0x5856c9650d25 <vm_exec_core+7909>, 0x5856c9652925 <vm_exec_core+15077>, 0x5856c9653365 <vm_exec_core+17701>, 0x5856c965550b <vm_exec_core+26315>, 0x5856c96540b3 <vm_exec_core+21107>, 0x5856c96514eb <vm_exec_core+9899>, 0x5856c9650e96 <vm_exec_core+8278>, 0x5856c96553eb <vm_exec_core+26027>, 0x5856c965227d <vm_exec_core+13373>, 0x5856c9654994 <vm_exec_core+23380>, 0x5856c96541c8 <vm_exec_core+21384>, 0x5856c964f188 <vm_exec_core+840>, 0x5856c964fedf <vm_exec_core+4255>, 0x5856c9653720 <vm_exec_core+18656>, 0x5856c96558c7 <vm_exec_core+27271>, 0x5856c96517af <vm_exec_core+10607>, 0x5856c9655310 <vm_exec_core+25808>, 0x5856c965109d <vm_exec_core+8797>, 0x5856c9653e97 <vm_exec_core+20567>, 0x5856c9653f86 <vm_exec_core+20806>, 0x5856c96534ba <vm_exec_core+18042>, 0x5856c965390b <vm_exec_core+19147>, 0x5856c9651ca5 <vm_exec_core+11877>, 0x5856c96512f6 <vm_exec_core+9398>, 0x5856c9654f7f <vm_exec_core+24895>, 0x5856c965d107 <vm_exec_core+58055>, 0x5856c9651bef <vm_exec_core+11695>, 0x5856c96537fe <vm_exec_core+18878>, 0x5856c9653d8f <vm_exec_core+20303>, 0x5856c965050b <vm_exec_core+5835>, 0x5856c965068e <vm_exec_core+6222>, 0x5856c9650611 <vm_exec_core+6097>, 0x5856c9650e36 <vm_exec_core+8182>, 0x5856c9651206 <vm_exec_core+9158>, 0x5856c9653205 <vm_exec_core+17349>, 0x5856c965277d <vm_exec_core+14653>, 0x5856c96565f7 <vm_exec_core+30647>, 0x5856c964f259 <vm_exec_core+1049>, 0x5856c96507ea <vm_exec_core+6570>, 0x5856c9656aef <vm_exec_core+31919>, 0x5856c96547e2 <vm_exec_core+22946>, 0x5856c9653574 <vm_exec_core+18228>, 0x5856c96556b1 <vm_exec_core+26737>, 0x5856c964f18d <vm_exec_core+845>, 0x5856c9655d9e <vm_exec_core+28510>, 0x5856c9656745 <vm_exec_core+30981>, 0x5856c9656811 <vm_exec_core+31185>, 0x5856c964f9e4 <vm_exec_core+2980>, 0x5856c9656333 <vm_exec_core+29939>, 0x5856c96521a6 <vm_exec_core+13158>, 0x5856c96564b5 <vm_exec_core+30325>, 0x5856c96515c8 <vm_exec_core+10120>, 0x5856c9655d18 <vm_exec_core+28376>, 0x5856c964f8d0 <vm_exec_core+2704>, 0x5856c965044d <vm_exec_core+5645>, 0x5856c96568df <vm_exec_core+31391>, 0x5856c9652a35 <vm_exec_core+15349>, 0x5856c9652627 <vm_exec_core+14311>, 0x5856c9652eaf <vm_exec_core+16495>, 0x5856c965243a <vm_exec_core+13818>, 0x5856c9652cfb <vm_exec_core+16059>, 0x5856c9652c2d <vm_exec_core+15853>, 0x5856c9651b0c <vm_exec_core+11468>, 0x5856c9652345 <vm_exec_core+13573>, 0x5856c9652068 <vm_exec_core+12840>, 0x5856c9652554 <vm_exec_core+14100>, 0x5856c96525c5 <vm_exec_core+14213>, 0x5856c9656276 <vm_exec_core+29750>, 0x5856c9650160 <vm_exec_core+4896>, 0x5856c9655aae <vm_exec_core+27758>, 0x5856c9651880 <vm_exec_core+10816>, 0x5856c964f34a <vm_exec_core+1290>, 0x5856c9650ab8 <vm_exec_core+7288>, 0x5856c9655e66 <vm_exec_core+28710>, 0x5856c96506d0 <vm_exec_core+6288>, 0x5856c96569bc <vm_exec_core+31612>, 0x5856c9654e97 <vm_exec_core+24663>, 0x5856c9653078 <vm_exec_core+16952>, 0x5856c964f6ca <vm_exec_core+2186>, 0x5856c965641f <vm_exec_core+30175>, 0x5856c96560c9 <vm_exec_core+29321>, 0x5856c96508b2 <vm_exec_core+6770>, 0x5856c964fbf8 <vm_exec_core+3512>, 0x5856c965545a <vm_exec_core+26138>, 0x5856c9651181 <vm_exec_core+9025>, 0x5856c96566bc <vm_exec_core+30844>, 0x5856c96562aa <vm_exec_core+29802>, 0x5856c96516f6 <vm_exec_core+10422>, 0x5856c9652fe3 <vm_exec_core+16803>, 0x5856c965516a <vm_exec_core+25386>, 0x5856c96561b8 <vm_exec_core+29560>, 0x5856c9653cbd <vm_exec_core+20093>, 0x5856c9655202 <vm_exec_core+25538>, 0x5856c9655610 <vm_exec_core+26576>, 0x5856c9653bfa <vm_exec_core+19898>, 0x5856c964fb07 <vm_exec_core+3271>, 0x5856c96548f7 <vm_exec_core+23223>, 0x5856c964f956 <vm_exec_core+2838>, 0x5856c964fc86 <vm_exec_core+3654>, 0x5856c9651f25 <vm_exec_core+12517>, 0x5856c9653b42 <vm_exec_core+19714>, 0x5856c965470d <vm_exec_core+22733>, 0x5856c965366a <vm_exec_core+18474>, 0x5856c964f5e4 <vm_exec_core+1956>, 0x5856c9655a16 <vm_exec_core+27606>, 0x5856c9655feb <vm_exec_core+29099>, 0x5856c964fe80 <vm_exec_core+4160>, 0x5856c9650d88 <vm_exec_core+8008>, 0x5856c9650a11 <vm_exec_core+7121>, 0x5856c9651271 <vm_exec_core+9265>, 0x5856c9652e06 <vm_exec_core+16326>, 0x5856c9650392 <vm_exec_core+5458>, 0x5856c965595d <vm_exec_core+27421>, 0x5856c9650d16 <vm_exec_core+7894>, 0x5856c9652916 <vm_exec_core+15062>, 0x5856c9653356 <vm_exec_core+17686>, 0x5856c96554fc <vm_exec_core+26300>, 0x5856c96540a4 <vm_exec_core+21092>, 0x5856c96514dc <vm_exec_core+9884>, 0x5856c9650e87 <vm_exec_core+8263>, 0x5856c96553dc <vm_exec_core+26012>, 0x5856c965226e <vm_exec_core+13358>, 0x5856c9654985 <vm_exec_core+23365>, 0x5856c96541b9 <vm_exec_core+21369>, 0x5856c9653f63 <vm_exec_core+20771>, 0x5856c964fed0 <vm_exec_core+4240>, 0x5856c9653711 <vm_exec_core+18641>, 0x5856c96558b8 <vm_exec_core+27256>, 0x5856c96517a0 <vm_exec_core+10592>, 0x5856c9655301 <vm_exec_core+25793>, 0x5856c965187b <vm_exec_core+10811>, 0x5856c9653e88 <vm_exec_core+20552>, 0x5856c9653f77 <vm_exec_core+20791>, 0x5856c96534ab <vm_exec_core+18027>, 0x5856c96538fc <vm_exec_core+19132>, 0x5856c9651c96 <vm_exec_core+11862>, 0x5856c96512e7 <vm_exec_core+9383>, 0x5856c9654f70 <vm_exec_core+24880>, 0x5856c965d0f8 <vm_exec_core+58040>, 0x5856c9651be0 <vm_exec_core+11680>, 0x5856c96537ef <vm_exec_core+18863>, 0x5856c9653d80 <vm_exec_core+20288>, 0x5856c96504fc <vm_exec_core+5820>, 0x5856c965067f <vm_exec_core+6207>, 0x5856c9650602 <vm_exec_core+6082>, 0x5856c9650e27 <vm_exec_core+8167>, 0x5856c96511f7 <vm_exec_core+9143>, 0x5856c96531f6 <vm_exec_core+17334>, 0x5856c965276e <vm_exec_core+14638>, 0x5856c96531f1 <vm_exec_core+17329>, 0x5856c9653bf5 <vm_exec_core+19893>, 0x5856c9653b3d <vm_exec_core+19709>, 0x5856c9650e22 <vm_exec_core+8162>, 0x5856c9653f63 <vm_exec_core+20771>...}
        reg_cfp = 0x7525a39ff4f0
        reg_pc = 0x517000367d60
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#32 0x00005856c9649f92 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#33 0x00005856c96dc962 in invoke_iseq_block_from_c (ec=0x5170000000d8, captured=0x7525a39ff620, self=128804552188320, 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:1821
        flags = 0
        iseq = 0x7525a5d9be18
        cfp = <optimized out>
        sp = 0x7525a38ffa28
        use_argv = 0x7525a44819e0
        stack_argv = 0x7525a38ffa28
        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:1835
        captured = 0x7525a39ff620
#35 0x00005856c967c79c 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:1872
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:1880
No locals.
#37 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1365
No locals.
#38 0x00005856c967c79c in rb_yield (val=<optimized out>)
No locals.
#39 0x00005856c985c0a6 in rb_ary_collect (ary=128803996106400) at /tmp/ruby/src/trunk_asan/array.c:3779
        collect = 128803996102440
        i = 29
#40 0x00005856c96bb768 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:3905
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x7525a5f7e668
        cfunc = 0x506000020068
        recv = 128803996106400
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#41 0x00005856c9654cc4 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x7525a39ff608, cd=0x5120000101b0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#42 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:858
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x5120000101b0
        insns_address_table = {0x5856c9656285 <vm_exec_core+29765>, 0x5856c965016f <vm_exec_core+4911>, 0x5856c9655abd <vm_exec_core+27773>, 0x5856c965188f <vm_exec_core+10831>, 0x5856c964f359 <vm_exec_core+1305>, 0x5856c9650ac7 <vm_exec_core+7303>, 0x5856c9655e75 <vm_exec_core+28725>, 0x5856c96506df <vm_exec_core+6303>, 0x5856c96569cb <vm_exec_core+31627>, 0x5856c9654ea6 <vm_exec_core+24678>, 0x5856c9653087 <vm_exec_core+16967>, 0x5856c964f6d9 <vm_exec_core+2201>, 0x5856c965642e <vm_exec_core+30190>, 0x5856c96560d8 <vm_exec_core+29336>, 0x5856c96508c1 <vm_exec_core+6785>, 0x5856c964fc07 <vm_exec_core+3527>, 0x5856c9655469 <vm_exec_core+26153>, 0x5856c9651190 <vm_exec_core+9040>, 0x5856c96566cb <vm_exec_core+30859>, 0x5856c96562b9 <vm_exec_core+29817>, 0x5856c9651705 <vm_exec_core+10437>, 0x5856c9652ff2 <vm_exec_core+16818>, 0x5856c9655179 <vm_exec_core+25401>, 0x5856c96561c7 <vm_exec_core+29575>, 0x5856c9653ccc <vm_exec_core+20108>, 0x5856c9655211 <vm_exec_core+25553>, 0x5856c965561f <vm_exec_core+26591>, 0x5856c9653c09 <vm_exec_core+19913>, 0x5856c964fb16 <vm_exec_core+3286>, 0x5856c9654906 <vm_exec_core+23238>, 0x5856c964f965 <vm_exec_core+2853>, 0x5856c964fc95 <vm_exec_core+3669>, 0x5856c9651f34 <vm_exec_core+12532>, 0x5856c9653b51 <vm_exec_core+19729>, 0x5856c965471c <vm_exec_core+22748>, 0x5856c9653679 <vm_exec_core+18489>, 0x5856c964f5f3 <vm_exec_core+1971>, 0x5856c9655a25 <vm_exec_core+27621>, 0x5856c9655ffa <vm_exec_core+29114>, 0x5856c964fe8f <vm_exec_core+4175>, 0x5856c9650d97 <vm_exec_core+8023>, 0x5856c9650a20 <vm_exec_core+7136>, 0x5856c9651280 <vm_exec_core+9280>, 0x5856c9652e15 <vm_exec_core+16341>, 0x5856c96503a1 <vm_exec_core+5473>, 0x5856c965596c <vm_exec_core+27436>, 0x5856c9650d25 <vm_exec_core+7909>, 0x5856c9652925 <vm_exec_core+15077>, 0x5856c9653365 <vm_exec_core+17701>, 0x5856c965550b <vm_exec_core+26315>, 0x5856c96540b3 <vm_exec_core+21107>, 0x5856c96514eb <vm_exec_core+9899>, 0x5856c9650e96 <vm_exec_core+8278>, 0x5856c96553eb <vm_exec_core+26027>, 0x5856c965227d <vm_exec_core+13373>, 0x5856c9654994 <vm_exec_core+23380>, 0x5856c96541c8 <vm_exec_core+21384>, 0x5856c964f188 <vm_exec_core+840>, 0x5856c964fedf <vm_exec_core+4255>, 0x5856c9653720 <vm_exec_core+18656>, 0x5856c96558c7 <vm_exec_core+27271>, 0x5856c96517af <vm_exec_core+10607>, 0x5856c9655310 <vm_exec_core+25808>, 0x5856c965109d <vm_exec_core+8797>, 0x5856c9653e97 <vm_exec_core+20567>, 0x5856c9653f86 <vm_exec_core+20806>, 0x5856c96534ba <vm_exec_core+18042>, 0x5856c965390b <vm_exec_core+19147>, 0x5856c9651ca5 <vm_exec_core+11877>, 0x5856c96512f6 <vm_exec_core+9398>, 0x5856c9654f7f <vm_exec_core+24895>, 0x5856c965d107 <vm_exec_core+58055>, 0x5856c9651bef <vm_exec_core+11695>, 0x5856c96537fe <vm_exec_core+18878>, 0x5856c9653d8f <vm_exec_core+20303>, 0x5856c965050b <vm_exec_core+5835>, 0x5856c965068e <vm_exec_core+6222>, 0x5856c9650611 <vm_exec_core+6097>, 0x5856c9650e36 <vm_exec_core+8182>, 0x5856c9651206 <vm_exec_core+9158>, 0x5856c9653205 <vm_exec_core+17349>, 0x5856c965277d <vm_exec_core+14653>, 0x5856c96565f7 <vm_exec_core+30647>, 0x5856c964f259 <vm_exec_core+1049>, 0x5856c96507ea <vm_exec_core+6570>, 0x5856c9656aef <vm_exec_core+31919>, 0x5856c96547e2 <vm_exec_core+22946>, 0x5856c9653574 <vm_exec_core+18228>, 0x5856c96556b1 <vm_exec_core+26737>, 0x5856c964f18d <vm_exec_core+845>, 0x5856c9655d9e <vm_exec_core+28510>, 0x5856c9656745 <vm_exec_core+30981>, 0x5856c9656811 <vm_exec_core+31185>, 0x5856c964f9e4 <vm_exec_core+2980>, 0x5856c9656333 <vm_exec_core+29939>, 0x5856c96521a6 <vm_exec_core+13158>, 0x5856c96564b5 <vm_exec_core+30325>, 0x5856c96515c8 <vm_exec_core+10120>, 0x5856c9655d18 <vm_exec_core+28376>, 0x5856c964f8d0 <vm_exec_core+2704>, 0x5856c965044d <vm_exec_core+5645>, 0x5856c96568df <vm_exec_core+31391>, 0x5856c9652a35 <vm_exec_core+15349>, 0x5856c9652627 <vm_exec_core+14311>, 0x5856c9652eaf <vm_exec_core+16495>, 0x5856c965243a <vm_exec_core+13818>, 0x5856c9652cfb <vm_exec_core+16059>, 0x5856c9652c2d <vm_exec_core+15853>, 0x5856c9651b0c <vm_exec_core+11468>, 0x5856c9652345 <vm_exec_core+13573>, 0x5856c9652068 <vm_exec_core+12840>, 0x5856c9652554 <vm_exec_core+14100>, 0x5856c96525c5 <vm_exec_core+14213>, 0x5856c9656276 <vm_exec_core+29750>, 0x5856c9650160 <vm_exec_core+4896>, 0x5856c9655aae <vm_exec_core+27758>, 0x5856c9651880 <vm_exec_core+10816>, 0x5856c964f34a <vm_exec_core+1290>, 0x5856c9650ab8 <vm_exec_core+7288>, 0x5856c9655e66 <vm_exec_core+28710>, 0x5856c96506d0 <vm_exec_core+6288>, 0x5856c96569bc <vm_exec_core+31612>, 0x5856c9654e97 <vm_exec_core+24663>, 0x5856c9653078 <vm_exec_core+16952>, 0x5856c964f6ca <vm_exec_core+2186>, 0x5856c965641f <vm_exec_core+30175>, 0x5856c96560c9 <vm_exec_core+29321>, 0x5856c96508b2 <vm_exec_core+6770>, 0x5856c964fbf8 <vm_exec_core+3512>, 0x5856c965545a <vm_exec_core+26138>, 0x5856c9651181 <vm_exec_core+9025>, 0x5856c96566bc <vm_exec_core+30844>, 0x5856c96562aa <vm_exec_core+29802>, 0x5856c96516f6 <vm_exec_core+10422>, 0x5856c9652fe3 <vm_exec_core+16803>, 0x5856c965516a <vm_exec_core+25386>, 0x5856c96561b8 <vm_exec_core+29560>, 0x5856c9653cbd <vm_exec_core+20093>, 0x5856c9655202 <vm_exec_core+25538>, 0x5856c9655610 <vm_exec_core+26576>, 0x5856c9653bfa <vm_exec_core+19898>, 0x5856c964fb07 <vm_exec_core+3271>, 0x5856c96548f7 <vm_exec_core+23223>, 0x5856c964f956 <vm_exec_core+2838>, 0x5856c964fc86 <vm_exec_core+3654>, 0x5856c9651f25 <vm_exec_core+12517>, 0x5856c9653b42 <vm_exec_core+19714>, 0x5856c965470d <vm_exec_core+22733>, 0x5856c965366a <vm_exec_core+18474>, 0x5856c964f5e4 <vm_exec_core+1956>, 0x5856c9655a16 <vm_exec_core+27606>, 0x5856c9655feb <vm_exec_core+29099>, 0x5856c964fe80 <vm_exec_core+4160>, 0x5856c9650d88 <vm_exec_core+8008>, 0x5856c9650a11 <vm_exec_core+7121>, 0x5856c9651271 <vm_exec_core+9265>, 0x5856c9652e06 <vm_exec_core+16326>, 0x5856c9650392 <vm_exec_core+5458>, 0x5856c965595d <vm_exec_core+27421>, 0x5856c9650d16 <vm_exec_core+7894>, 0x5856c9652916 <vm_exec_core+15062>, 0x5856c9653356 <vm_exec_core+17686>, 0x5856c96554fc <vm_exec_core+26300>, 0x5856c96540a4 <vm_exec_core+21092>, 0x5856c96514dc <vm_exec_core+9884>, 0x5856c9650e87 <vm_exec_core+8263>, 0x5856c96553dc <vm_exec_core+26012>, 0x5856c965226e <vm_exec_core+13358>, 0x5856c9654985 <vm_exec_core+23365>, 0x5856c96541b9 <vm_exec_core+21369>, 0x5856c9653f63 <vm_exec_core+20771>, 0x5856c964fed0 <vm_exec_core+4240>, 0x5856c9653711 <vm_exec_core+18641>, 0x5856c96558b8 <vm_exec_core+27256>, 0x5856c96517a0 <vm_exec_core+10592>, 0x5856c9655301 <vm_exec_core+25793>, 0x5856c965187b <vm_exec_core+10811>, 0x5856c9653e88 <vm_exec_core+20552>, 0x5856c9653f77 <vm_exec_core+20791>, 0x5856c96534ab <vm_exec_core+18027>, 0x5856c96538fc <vm_exec_core+19132>, 0x5856c9651c96 <vm_exec_core+11862>, 0x5856c96512e7 <vm_exec_core+9383>, 0x5856c9654f70 <vm_exec_core+24880>, 0x5856c965d0f8 <vm_exec_core+58040>, 0x5856c9651be0 <vm_exec_core+11680>, 0x5856c96537ef <vm_exec_core+18863>, 0x5856c9653d80 <vm_exec_core+20288>, 0x5856c96504fc <vm_exec_core+5820>, 0x5856c965067f <vm_exec_core+6207>, 0x5856c9650602 <vm_exec_core+6082>, 0x5856c9650e27 <vm_exec_core+8167>, 0x5856c96511f7 <vm_exec_core+9143>, 0x5856c96531f6 <vm_exec_core+17334>, 0x5856c965276e <vm_exec_core+14638>, 0x5856c96531f1 <vm_exec_core+17329>, 0x5856c9653bf5 <vm_exec_core+19893>, 0x5856c9653b3d <vm_exec_core+19709>, 0x5856c9650e22 <vm_exec_core+8162>, 0x5856c9653f63 <vm_exec_core+20771>...}
        reg_cfp = 0x7525a39ff608
        reg_pc = 0x51900001b710
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#43 0x00005856c964a381 in vm_exec_loop (ec=0x5170000000d8, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2826
No locals.
#44 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2805
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#45 0x00005856c96dc962 in invoke_iseq_block_from_c (ec=0x5170000000d8, captured=0x7525a39ff738, self=128804552188320, 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:1821
        flags = 0
        iseq = 0x7525a5dda398
        cfp = <optimized out>
        sp = 0x7525a38ff8d0
        use_argv = 0x7525a443f160
        stack_argv = 0x7525a38ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#46 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1835
        captured = 0x7525a39ff738
#47 0x00005856c967c79c 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:1872
No locals.
#48 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1880
No locals.
#49 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1365
No locals.
#50 0x00005856c967c79c in rb_yield (val=<optimized out>)
No locals.
#51 0x00005856c985c0a6 in rb_ary_collect (ary=128803996706640) at /tmp/ruby/src/trunk_asan/array.c:3779
        collect = 128803996706520
        i = 0
#52 0x00005856c96bb768 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:3905
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x7525a5f7e668
        cfunc = 0x506000020068
        recv = 128803996706640
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#53 0x00005856c9654cc4 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x7525a39ff720, cd=0x50200002b350, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#54 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:858
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50200002b350
        insns_address_table = {0x5856c9656285 <vm_exec_core+29765>, 0x5856c965016f <vm_exec_core+4911>, 0x5856c9655abd <vm_exec_core+27773>, 0x5856c965188f <vm_exec_core+10831>, 0x5856c964f359 <vm_exec_core+1305>, 0x5856c9650ac7 <vm_exec_core+7303>, 0x5856c9655e75 <vm_exec_core+28725>, 0x5856c96506df <vm_exec_core+6303>, 0x5856c96569cb <vm_exec_core+31627>, 0x5856c9654ea6 <vm_exec_core+24678>, 0x5856c9653087 <vm_exec_core+16967>, 0x5856c964f6d9 <vm_exec_core+2201>, 0x5856c965642e <vm_exec_core+30190>, 0x5856c96560d8 <vm_exec_core+29336>, 0x5856c96508c1 <vm_exec_core+6785>, 0x5856c964fc07 <vm_exec_core+3527>, 0x5856c9655469 <vm_exec_core+26153>, 0x5856c9651190 <vm_exec_core+9040>, 0x5856c96566cb <vm_exec_core+30859>, 0x5856c96562b9 <vm_exec_core+29817>, 0x5856c9651705 <vm_exec_core+10437>, 0x5856c9652ff2 <vm_exec_core+16818>, 0x5856c9655179 <vm_exec_core+25401>, 0x5856c96561c7 <vm_exec_core+29575>, 0x5856c9653ccc <vm_exec_core+20108>, 0x5856c9655211 <vm_exec_core+25553>, 0x5856c965561f <vm_exec_core+26591>, 0x5856c9653c09 <vm_exec_core+19913>, 0x5856c964fb16 <vm_exec_core+3286>, 0x5856c9654906 <vm_exec_core+23238>, 0x5856c964f965 <vm_exec_core+2853>, 0x5856c964fc95 <vm_exec_core+3669>, 0x5856c9651f34 <vm_exec_core+12532>, 0x5856c9653b51 <vm_exec_core+19729>, 0x5856c965471c <vm_exec_core+22748>, 0x5856c9653679 <vm_exec_core+18489>, 0x5856c964f5f3 <vm_exec_core+1971>, 0x5856c9655a25 <vm_exec_core+27621>, 0x5856c9655ffa <vm_exec_core+29114>, 0x5856c964fe8f <vm_exec_core+4175>, 0x5856c9650d97 <vm_exec_core+8023>, 0x5856c9650a20 <vm_exec_core+7136>, 0x5856c9651280 <vm_exec_core+9280>, 0x5856c9652e15 <vm_exec_core+16341>, 0x5856c96503a1 <vm_exec_core+5473>, 0x5856c965596c <vm_exec_core+27436>, 0x5856c9650d25 <vm_exec_core+7909>, 0x5856c9652925 <vm_exec_core+15077>, 0x5856c9653365 <vm_exec_core+17701>, 0x5856c965550b <vm_exec_core+26315>, 0x5856c96540b3 <vm_exec_core+21107>, 0x5856c96514eb <vm_exec_core+9899>, 0x5856c9650e96 <vm_exec_core+8278>, 0x5856c96553eb <vm_exec_core+26027>, 0x5856c965227d <vm_exec_core+13373>, 0x5856c9654994 <vm_exec_core+23380>, 0x5856c96541c8 <vm_exec_core+21384>, 0x5856c964f188 <vm_exec_core+840>, 0x5856c964fedf <vm_exec_core+4255>, 0x5856c9653720 <vm_exec_core+18656>, 0x5856c96558c7 <vm_exec_core+27271>, 0x5856c96517af <vm_exec_core+10607>, 0x5856c9655310 <vm_exec_core+25808>, 0x5856c965109d <vm_exec_core+8797>, 0x5856c9653e97 <vm_exec_core+20567>, 0x5856c9653f86 <vm_exec_core+20806>, 0x5856c96534ba <vm_exec_core+18042>, 0x5856c965390b <vm_exec_core+19147>, 0x5856c9651ca5 <vm_exec_core+11877>, 0x5856c96512f6 <vm_exec_core+9398>, 0x5856c9654f7f <vm_exec_core+24895>, 0x5856c965d107 <vm_exec_core+58055>, 0x5856c9651bef <vm_exec_core+11695>, 0x5856c96537fe <vm_exec_core+18878>, 0x5856c9653d8f <vm_exec_core+20303>, 0x5856c965050b <vm_exec_core+5835>, 0x5856c965068e <vm_exec_core+6222>, 0x5856c9650611 <vm_exec_core+6097>, 0x5856c9650e36 <vm_exec_core+8182>, 0x5856c9651206 <vm_exec_core+9158>, 0x5856c9653205 <vm_exec_core+17349>, 0x5856c965277d <vm_exec_core+14653>, 0x5856c96565f7 <vm_exec_core+30647>, 0x5856c964f259 <vm_exec_core+1049>, 0x5856c96507ea <vm_exec_core+6570>, 0x5856c9656aef <vm_exec_core+31919>, 0x5856c96547e2 <vm_exec_core+22946>, 0x5856c9653574 <vm_exec_core+18228>, 0x5856c96556b1 <vm_exec_core+26737>, 0x5856c964f18d <vm_exec_core+845>, 0x5856c9655d9e <vm_exec_core+28510>, 0x5856c9656745 <vm_exec_core+30981>, 0x5856c9656811 <vm_exec_core+31185>, 0x5856c964f9e4 <vm_exec_core+2980>, 0x5856c9656333 <vm_exec_core+29939>, 0x5856c96521a6 <vm_exec_core+13158>, 0x5856c96564b5 <vm_exec_core+30325>, 0x5856c96515c8 <vm_exec_core+10120>, 0x5856c9655d18 <vm_exec_core+28376>, 0x5856c964f8d0 <vm_exec_core+2704>, 0x5856c965044d <vm_exec_core+5645>, 0x5856c96568df <vm_exec_core+31391>, 0x5856c9652a35 <vm_exec_core+15349>, 0x5856c9652627 <vm_exec_core+14311>, 0x5856c9652eaf <vm_exec_core+16495>, 0x5856c965243a <vm_exec_core+13818>, 0x5856c9652cfb <vm_exec_core+16059>, 0x5856c9652c2d <vm_exec_core+15853>, 0x5856c9651b0c <vm_exec_core+11468>, 0x5856c9652345 <vm_exec_core+13573>, 0x5856c9652068 <vm_exec_core+12840>, 0x5856c9652554 <vm_exec_core+14100>, 0x5856c96525c5 <vm_exec_core+14213>, 0x5856c9656276 <vm_exec_core+29750>, 0x5856c9650160 <vm_exec_core+4896>, 0x5856c9655aae <vm_exec_core+27758>, 0x5856c9651880 <vm_exec_core+10816>, 0x5856c964f34a <vm_exec_core+1290>, 0x5856c9650ab8 <vm_exec_core+7288>, 0x5856c9655e66 <vm_exec_core+28710>, 0x5856c96506d0 <vm_exec_core+6288>, 0x5856c96569bc <vm_exec_core+31612>, 0x5856c9654e97 <vm_exec_core+24663>, 0x5856c9653078 <vm_exec_core+16952>, 0x5856c964f6ca <vm_exec_core+2186>, 0x5856c965641f <vm_exec_core+30175>, 0x5856c96560c9 <vm_exec_core+29321>, 0x5856c96508b2 <vm_exec_core+6770>, 0x5856c964fbf8 <vm_exec_core+3512>, 0x5856c965545a <vm_exec_core+26138>, 0x5856c9651181 <vm_exec_core+9025>, 0x5856c96566bc <vm_exec_core+30844>, 0x5856c96562aa <vm_exec_core+29802>, 0x5856c96516f6 <vm_exec_core+10422>, 0x5856c9652fe3 <vm_exec_core+16803>, 0x5856c965516a <vm_exec_core+25386>, 0x5856c96561b8 <vm_exec_core+29560>, 0x5856c9653cbd <vm_exec_core+20093>, 0x5856c9655202 <vm_exec_core+25538>, 0x5856c9655610 <vm_exec_core+26576>, 0x5856c9653bfa <vm_exec_core+19898>, 0x5856c964fb07 <vm_exec_core+3271>, 0x5856c96548f7 <vm_exec_core+23223>, 0x5856c964f956 <vm_exec_core+2838>, 0x5856c964fc86 <vm_exec_core+3654>, 0x5856c9651f25 <vm_exec_core+12517>, 0x5856c9653b42 <vm_exec_core+19714>, 0x5856c965470d <vm_exec_core+22733>, 0x5856c965366a <vm_exec_core+18474>, 0x5856c964f5e4 <vm_exec_core+1956>, 0x5856c9655a16 <vm_exec_core+27606>, 0x5856c9655feb <vm_exec_core+29099>, 0x5856c964fe80 <vm_exec_core+4160>, 0x5856c9650d88 <vm_exec_core+8008>, 0x5856c9650a11 <vm_exec_core+7121>, 0x5856c9651271 <vm_exec_core+9265>, 0x5856c9652e06 <vm_exec_core+16326>, 0x5856c9650392 <vm_exec_core+5458>, 0x5856c965595d <vm_exec_core+27421>, 0x5856c9650d16 <vm_exec_core+7894>, 0x5856c9652916 <vm_exec_core+15062>, 0x5856c9653356 <vm_exec_core+17686>, 0x5856c96554fc <vm_exec_core+26300>, 0x5856c96540a4 <vm_exec_core+21092>, 0x5856c96514dc <vm_exec_core+9884>, 0x5856c9650e87 <vm_exec_core+8263>, 0x5856c96553dc <vm_exec_core+26012>, 0x5856c965226e <vm_exec_core+13358>, 0x5856c9654985 <vm_exec_core+23365>, 0x5856c96541b9 <vm_exec_core+21369>, 0x5856c9653f63 <vm_exec_core+20771>, 0x5856c964fed0 <vm_exec_core+4240>, 0x5856c9653711 <vm_exec_core+18641>, 0x5856c96558b8 <vm_exec_core+27256>, 0x5856c96517a0 <vm_exec_core+10592>, 0x5856c9655301 <vm_exec_core+25793>, 0x5856c965187b <vm_exec_core+10811>, 0x5856c9653e88 <vm_exec_core+20552>, 0x5856c9653f77 <vm_exec_core+20791>, 0x5856c96534ab <vm_exec_core+18027>, 0x5856c96538fc <vm_exec_core+19132>, 0x5856c9651c96 <vm_exec_core+11862>, 0x5856c96512e7 <vm_exec_core+9383>, 0x5856c9654f70 <vm_exec_core+24880>, 0x5856c965d0f8 <vm_exec_core+58040>, 0x5856c9651be0 <vm_exec_core+11680>, 0x5856c96537ef <vm_exec_core+18863>, 0x5856c9653d80 <vm_exec_core+20288>, 0x5856c96504fc <vm_exec_core+5820>, 0x5856c965067f <vm_exec_core+6207>, 0x5856c9650602 <vm_exec_core+6082>, 0x5856c9650e27 <vm_exec_core+8167>, 0x5856c96511f7 <vm_exec_core+9143>, 0x5856c96531f6 <vm_exec_core+17334>, 0x5856c965276e <vm_exec_core+14638>, 0x5856c96531f1 <vm_exec_core+17329>, 0x5856c9653bf5 <vm_exec_core+19893>, 0x5856c9653b3d <vm_exec_core+19709>, 0x5856c9650e22 <vm_exec_core+8162>, 0x5856c9653f63 <vm_exec_core+20771>...}
        reg_cfp = 0x7525a39ff720
        reg_pc = 0x504000005f78
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#55 0x00005856c964a381 in vm_exec_loop (ec=0x5170000000d8, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2826
No locals.
#56 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2805
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#57 0x00005856c9693ca6 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3065
        ec = 0x5170000000d8
        val = <optimized out>
#58 0x00005856c9273c50 in rb_ec_exec_node (ec=0x5170000000d8, n=0x7525a5dda528) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc4c4754b0, <optimized out>, 0x7ffc4c475400, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7525a5dda528
#59 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d8
        status = <optimized out>
#60 0x00005856c926cb87 in rb_main (argc=11, argv=0x7ffc4c475678) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#61 main (argc=11, argv=0x7ffc4c475678) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

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

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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7805c633ec40 (LWP 3655277) "ruby" 0x000057acc0ed3197 in __asan_poison_memory_region ()
  2    Thread 0x7805a9fff6c0 (LWP 3655279) "ruby" 0x00007805c611b4fd in __GI___poll (fds=0x7805a8dff040, nfds=1, timeout=10) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7805a9fff6c0 (LWP 3655279) "ruby"):
#0  0x00007805c611b4fd in __GI___poll (fds=0x7805a8dff040, nfds=1, timeout=10) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000057acc0e7571a in __interceptor_poll ()
No symbol table info available.
#2  0x000057acc127eaab in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1093
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = 10
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3054
        vm = <optimized out>
#4  0x000057acc0eceacf in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007805c609caa4 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 = {131965722293952, -8448115045381452664, 131965722293952, -352, 0, 140725989715952, -8448115045368869752, -8448018650501362552}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007805c6129c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7805c633ec40 (LWP 3655277) "ruby"):
#0  0x000057acc0ed3197 in __asan_poison_memory_region ()
No symbol table info available.
#1  0x000057acc0f4d3fb in asan_poison_memory_region (ptr=0x7805a688c038, size=131965664149504) at /tmp/ruby/src/trunk_asan/internal/sanitizers.h:129
No locals.
#2  rb_asan_poison_object (obj=131965664149560) at /tmp/ruby/src/trunk_asan/gc.c:5102
        ptr = 0x7805a688c038
#3  asan_poison_object_restore (obj=131965664149560, ptr=0x7805a688c038) at /tmp/ruby/src/trunk_asan/internal/sanitizers.h:212
No locals.
#4  rb_gc_impl_shutdown_call_finalizer (objspace_ptr=0x51d000000a80) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3099
        poisoned = 0x7805a688c038
        vp = 131965664149560
        page = <optimized out>
        p = 131965664149560
        pend = 131965664165880
        i = 11
        objspace = 0x51d000000a80
        lock_lev = 0
        i = <optimized out>
        page = <optimized out>
        p = <optimized out>
        pend = <optimized out>
        stride = <optimized out>
        vp = <optimized out>
        poisoned = <optimized out>
        unpoisoning = <optimized out>
#5  rb_objspace_call_finalizer () at /tmp/ruby/src/trunk_asan/gc.c:1926
No locals.
#6  0x000057acc0f15139 in rb_ec_finalize (ec=0x5170000000d8) at /tmp/ruby/src/trunk_asan/eval.c:166
No locals.
#7  rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:257
        _ec = 0x5170000000d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd52a0bb90, <optimized out>, 0x7ffd52a0ba60, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        save_error = 4
        sysex = 1
        signaled = 0
        th0 = 0x57acc1c00700 <_main_thread>
        step = 4
        message = 4
        th = 0x57acc1c00700 <_main_thread>
        buf = <optimized out>
        state = <optimized out>
#8  0x000057acc0f15cef in ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = <optimized out>
        status = <optimized out>
#9  0x000057acc0f0eb87 in rb_main (argc=9, argv=0x7ffd52a0be28) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#10 main (argc=9, argv=0x7ffd52a0be28) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x57acc1c00700, native_id: 0x7805c633ec40
-- Control frame information -----------------------------------------------
c:0001 p:0000 s:0003 E:0015a0 l:y b:---- DUMMY  [FINISH]

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

Finished in 38.015373 seconds

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