# Logfile created on 2025-11-12 14:37:02 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007784beecfdc8 @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.20251112-143702", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x00007784c3ddc948 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007784c3ddc740 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007784bee09380 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20251112-143702", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20251112-143702>, @binmode=false, @mon_data=#<Monitor:0x00007784c3ddc3d0>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src -j16
From https://github.com/ruby/ruby
ff4f9b8..6a05545 master -> origin/master
Updating ff4f9b8..6a05545
Fast-forward
ext/io/wait/wait.c | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
Latest commit hash = 6a05545184
$$$[end] "make update-src -j16" exit with 0.
$$$[beg] make after-update -j16
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make after-update -j16" exit with 0.
$$$[beg] make miniruby -j16
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-17
LD = ld
LDSHARED = clang-17 -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.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/16.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j16 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/version.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-17
LD = ld
LDSHARED = clang-17 -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j16 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
builtin_binary.rbbin updated
dcb90f8a75ffa56ee36a2d005b20ac4fc392f3f4627a26ab3f4823561e332831 builtin_binary.rbbin
compiling /tmp/ruby/src/trunk_asan/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-17
LD = ld
LDSHARED = clang-17 -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j16 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/wait'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
compiling /tmp/ruby/src/trunk_asan/ext/io/wait/wait.c
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/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
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/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/wait'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-17
LD = ld
LDSHARED = clang-17 -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j16 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
generating enc.mk
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
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/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/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]: 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/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_asan/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc
installing binary commands: /tmp/ruby/install/trunk_asan/bin
installing base libraries: /tmp/ruby/install/trunk_asan/lib
installing arch files: /tmp/ruby/install/trunk_asan/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk_asan/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk_asan/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk_asan/lib/ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers: /tmp/ruby/install/trunk_asan/include/ruby-4.0.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk_asan/bin
installing library scripts: /tmp/ruby/install/trunk_asan/lib/ruby/4.0.0+0
installing common headers: /tmp/ruby/install/trunk_asan/include/ruby-4.0.0+0
installing manpages: /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.0.0+0
bundler 4.0.0.dev
delegate 0.4.0
did_you_mean 2.0.0
english 0.8.1
erb 5.1.3
error_highlight 0.7.0
fileutils 1.8.0
find 0.2.0
forwardable 1.3.3
ipaddr 1.2.7
net-http 0.7.0
net-protocol 0.2.2
open-uri 0.5.0
open3 0.2.1
optparse 0.8.0
pp 0.6.3
prettyprint 0.2.0
prism 1.6.0
resolv 0.6.3
ruby2_keywords 0.0.5
securerandom 0.4.1
shellwords 0.2.2
singleton 0.3.0
syntax_suggest 2.0.2
tempfile 0.3.1
time 0.4.1
timeout 0.4.4
tmpdir 0.3.1
tsort 0.2.0
un 0.3.0
uri 1.1.1
weakref 0.1.4
yaml 0.4.0
installing default gems from ext: /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.0.0+0
date 3.5.0
digest 3.2.1
etc 1.4.6
fcntl 1.3.0
io-console 0.8.1
io-nonblock 0.3.2
io-wait 0.4.0.dev
json 2.16.0
openssl 4.0.0.pre
psych 5.2.6
stringio 3.1.9.dev
strscan 3.1.6.dev
zlib 3.2.2
installing bundled gems: /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.0.0+0
minitest 5.26.1
power_assert 3.0.1
rake 13.3.1
test-unit 3.7.1
rexml 3.4.4
rss 0.3.1
net-ftp 0.3.9
net-imap 0.5.12
net-pop 0.1.2
net-smtp 0.5.1
matrix 0.4.3
prime 0.1.4
rbs 3.9.5
typeprof 0.31.0
debug 1.11.0
racc 1.8.1
mutex_m 0.3.0
getoptlong 0.2.1
base64 0.3.0
bigdecimal 3.3.1
observer 0.1.2
abbrev 0.1.2
resolv-replace 0.1.1
rinda 0.2.0
drb 2.2.3
nkf 0.2.0
syslog 0.3.0
csv 3.3.5
repl_type_completor 0.1.12
ostruct 0.6.3
pstore 0.2.0
benchmark 0.5.0
logger 1.7.0
rdoc 6.15.1
irb 1.15.3
reline 0.6.3
readline 0.0.4
fiddle 1.1.8
installing bundled gem cache: /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.0.0+0/cache
skipped bundled gems:
win32ole-1.9.2.gem extensions not found or build failed win32ole-1.9.2
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-17
LD = ld
LDSHARED = clang-17 -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-17
LD = ld
LDSHARED = clang-17 -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
Run options:
--seed=40865
"--ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j16
# Running tests:
[ 1/757] 939881=json/json_generic_object_test
[ 2/757] 939887=dtrace/test_hash_create
[ 3/757] 939890=ruby/test_thread
[ 4/757] 939882=ruby/test_call
[ 5/757] 939893=ruby/test_defined
[ 6/757] 939894=-ext-/bignum/test_pack
[ 7/757] 939880=date/test_switch_hitter
[ 8/757] 939884=-ext-/method/test_arity
[ 9/757] 939885=ruby/test_ractor
[ 10/757] 939891=-ext-/st/test_update
[ 11/757] 939892=ripper/test_files_sample
[ 12/757] 939883=ruby/enc/test_case_options
[ 13/757] 939886=rubygems/test_gem_resolver_index_set
[ 14/757] 939888=rubygems/test_gem_install_update_options
[ 15/757] 939889=uri/test_file
[ 16/757] 939895=rubygems/test_gem_security_policy
[ 17/757] 939887=net/http/test_http
[ 18/757] 939884=rubygems/test_gem_dependency_resolution_error
[ 19/757] 939891=prism/fixtures_test
[ 20/757] 939881=ruby/test_rational2
[ 21/757] 939883=ruby/test_yield
[ 22/757] 939887=rubygems/test_gem_request_set_lockfile_parser
[ 23/757] 939889=ruby/enc/test_shift_jis
[ 24/757] 939881=rubygems/test_gem_ci_detector
[ 25/757] 939880=io/wait/test_io_wait_uncommon
[ 26/757] 939880=psych/test_string
[ 27/757] 939889=open-uri/test_proxy
[ 28/757] 939889=dtrace/test_raise
[ 29/757] 939889=uri/test_ftp
[ 30/757] 939889=prism/result/integer_base_flags_test
[ 31/757] 939893=net/http/test_httpresponses
[ 32/757] 939893=ruby/test_unicode_escape
[ 33/757] 939892=mkmf/test_have_library
[ 34/757] 939882=net/http/test_https
[ 35/757] 939889=rubygems/test_require
[ 36/757] 939886=erb/test_erb_command
[ 37/757] 939888=rubygems/test_gem_resolver_vendor_set
[ 38/757] 939880=ruby/test_fnmatch
[ 39/757] 939895=ruby/enc/test_koi8
[ 40/757] 939884=ruby/test_clone
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[ 41/757] 939881=objspace/test_objspace
[ 42/757] 939895=erb/test_erb_m17n
[ 43/757] 939887=ripper/test_filter
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 44/757] 939893=rubygems/test_gem_ext_cmake_builder
[ 45/757] 939895=-ext-/string/test_too_many_dummy_encodings
[ 46/757] 939888=-ext-/time/test_new
[ 47/757] 939888=openssl/test_cipher
[ 48/757] 939880=psych/test_hash
[ 49/757] 939880=uri/test_ldap
[ 50/757] 939886=rubygems/test_gem_source_lock
[ 51/757] 939887=etc/test_etc
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[ 52/757] 939880=rubygems/test_gem_remote_fetcher_local_server
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 53/757] 939888=-ext-/gvl/test_last_thread
[ 54/757] 939886=optparse/test_optparse
[ 55/757] 939895=psych/test_coder
[ 56/757] 939891=ruby/test_symbol
[ 57/757] 939889=prism/api/parse_test
[ 58/757] 939895=socket/test_unix
[ 59/757] 939889=rubygems/test_gem_source_specific_file
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
[ 60/757] 939894=rubygems/test_gem_commands_which_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 61/757] 939889=ruby/test_enum
[ 62/757] 939893=ruby/test_numeric
[ 63/757] 939895=ruby/test_metaclass
[ 64/757] 939895=ruby/test_io
[ 65/757] 939886=uri/test_ws
[ 66/757] 939886=date/test_date_arith
[ 67/757] 939886=io/console/test_io_console
[ 68/757] 939880=ruby/test_undef
[ 69/757] 939880=rubygems/test_gem_commands_sources_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[ 70/757] 939884=io/console/test_ractor
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 71/757] 939893=rubygems/test_gem_spec_fetcher
[ 72/757] 939887=prism/ruby/desugar_compiler_test
[ 73/757] 939880=mkmf/test_signedness
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 74/757] 939893=openssl/test_hmac
[ 75/757] 939893=rubygems/test_gem_commands_mirror
[ 76/757] 939884=-ext-/marshal/test_internal_ivar
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[ 77/757] 939884=prism/encoding/symbol_encoding_test
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 78/757] 939894=rubygems/test_gem_commands_environment_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[ 79/757] 939893=-ext-/tracepoint/test_tracepoint
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 80/757] 939894=-ext-/integer/test_my_integer
[ 81/757] 939894=dtrace/test_array_create
[ 82/757] 939887=rubygems/test_gem_resolver_installed_specification
[ 83/757] 939894=pathname/test_ractor
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 84/757] 939888=rubygems/test_gem_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 85/757] 939887=-ext-/marshal/test_usrmarshal
[ 86/757] 939888=ruby/test_weakkeymap
[ 87/757] 939884=net/http/test_httpresponse
[ 88/757] 939884=ruby/test_inlinecache
[ 89/757] 939894=openssl/test_engine
#<Thread:0x0000749c69871f20 /tmp/ruby/src/trunk_asan/test/net/http/test_https.rb:75 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk_asan/test/net/http/test_https.rb:76:in 'block (2 levels) in TestNetHTTPS#test_get_SNI_proxy': uninitialized constant TestNetHTTPS::Net (NameError)
[ 90/757] 939894=-ext-/exception/test_enc_raise
[ 91/757] 939894=ruby/test_key_error
[ 92/757] 939894=ruby/test_bignum
[ 93/757] 939884=prism/ruby/reflection_test
[ 94/757] 939884=did_you_mean/tree_spell/test_human_typo
[ 95/757] 939884=-ext-/load/test_dot_dot
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 96/757] 939884=rubygems/test_gem_request_set_lockfile
[ 97/757] 939884=json/ractor_test
[ 98/757] 939884=fiber/test_io_close
[ 99/757] 939894=-ext-/postponed_job/test_postponed_job
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[100/757] 939884=rubygems/test_exit
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[101/757] 939884=did_you_mean/spell_checking/test_pattern_key_name_check
[102/757] 939884=did_you_mean/edit_distance/test_jaro_winkler
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[103/757] 939884=rubygems/test_gem_commands_yank_command
[104/757] 939887=rubygems/test_gem_resolver
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[105/757] 939884=rubygems/test_gem_remote_fetcher
[106/757] 939884=rubygems/test_gem_gemcutter_utilities
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[107/757] 939887=rubygems/test_gem_util
[108/757] 939884=test_tempfile
[109/757] 939887=openssl/test_config
[110/757] 939893=-ext-/eval/test_eval
[111/757] 939893=fiber/test_process
[112/757] 939893=ruby/test_object
[113/757] 939887=fileutils/test_fileutils
[114/757] 939892=rubygems/test_gem_commands_cert_command
[115/757] 939892=fiber/test_io
[116/757] 939887=prism/result/named_capture_test
[117/757] 939887=ruby/test_dir_m17n
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[118/757] 939894=rubygems/test_gem_resolver_git_specification
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[119/757] 939894=rubygems/test_remote_fetch_error
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[120/757] 939884=pathname/test_pathname
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[121/757] 939894=coverage/test_coverage
[122/757] 939892=psych/test_stream
[123/757] 939892=json/json_common_interface_test
[124/757] 939886=fiber/test_storage
[125/757] 939892=prism/result/string_test
[126/757] 939886=-ext-/path_to_class/test_path_to_class
[127/757] 939886=json/json_addition_test
[128/757] 939886=rubygems/test_gem_ext_ext_conf_builder
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[129/757] 939886=dtrace/test_cmethod
[130/757] 939886=-ext-/string/test_qsort
[131/757] 939886=rubygems/test_gem_commands_dependency_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[132/757] 939892=ruby/test_class
[133/757] 939886=psych/test_serialize_subclasses
[134/757] 939886=ruby/test_const
[135/757] 939886=prism/api/parse_comments_test
[136/757] 939886=rubygems/test_gem_dependency
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[137/757] 939884=dtrace/test_method_cache
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[138/757] 939884=ruby/test_iterator
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[139/757] 939886=psych/test_marshalable
[140/757] 939886=rubygems/test_gem_resolver_index_specification
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[141/757] 939888=dtrace/test_string
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[142/757] 939888=ruby/test_variable
[143/757] 939886=openssl/test_digest
[144/757] 939886=rubygems/test_gem_resolver_lock_specification
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[145/757] 939886=-ext-/string/test_cstr
[146/757] 939884=fiber/test_address_resolve
[147/757] 939884=uri/test_wss
[148/757] 939884=-ext-/iter/test_iter_break
[149/757] 939884=mkmf/test_have_macro
[150/757] 939880=ruby/test_process
[151/757] 939893=ruby/test_parse
[152/757] 939889=-ext-/num2int/test_num2int
[153/757] 939889=rubygems/test_gem_source_local
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[154/757] 939889=rubygems/test_gem_ext_cargo_builder_unit
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[155/757] 939889=rubygems/test_gem_commands_install_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[156/757] 939886=ruby/test_stack
[157/757] 939889=optparse/test_summary
[158/757] 939884=ruby/test_flip
[159/757] 939884=fileutils/test_nowrite
[160/757] 939884=ruby/test_thread_queue
[161/757] 939891=test_securerandom
[162/757] 939891=-ext-/st/test_foreach
[163/757] 939891=ruby/test_econv
[164/757] 939889=ruby/test_literal
[165/757] 939894=ruby/test_arithmetic_sequence
[166/757] 939894=rubygems/test_gem_commands_search_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[167/757] 939894=ruby/test_pattern_matching
[168/757] 939888=fiber/test_thread
[169/757] 939894=psych/test_encoding
[170/757] 939888=ruby/test_lambda
[171/757] 939894=ruby/test_file
[172/757] 939888=socket/test_sockopt
[173/757] 939888=ruby/test_frozen_error
[174/757] 939888=prism/bom_test
[175/757] 939893=did_you_mean/test_spell_checker
[176/757] 939893=-ext-/bug_reporter/test_bug_reporter
[177/757] 939888=fiber/test_ractor
[178/757] 939888=psych/test_document
[179/757] 939888=psych/test_yaml
[180/757] 939888=mkmf/test_config
[181/757] 939893=psych/test_boolean
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[182/757] 939893=rubygems/test_gem_commands_specification_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[183/757] 939893=psych/handlers/test_recorder
[184/757] 939893=-ext-/iter/test_yield_block
[185/757] 939893=rubygems/test_gem_commands_signin_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[186/757] 939893=socket/test_nonblock
[187/757] 939893=openssl/test_pkey
[188/757] 939886=ruby/test_primitive
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[189/757] 939886=rubygems/test_gem_request
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[190/757] 939886=prism/ruby/parameters_signature_test
[191/757] 939886=optparse/test_getopts
[192/757] 939886=rubygems/test_gem_resolver_api_specification
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[193/757] 939886=ruby/test_thread_cv
[194/757] 939887=psych/test_yamldbm
[195/757] 939893=json/test_helper
[196/757] 939893=resolv/test_win32_config
[197/757] 939893=rubygems/test_gem_resolver_best_set
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[198/757] 939887=mkmf/test_convertible
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[199/757] 939893=resolv/test_addr
[200/757] 939893=ruby/test_eval
[201/757] 939886=-ext-/file/test_stat
[202/757] 939886=ripper/test_parser_events
[203/757] 939888=ruby/enc/test_windows_1251
[204/757] 939888=prism/ruby/relocation_test
[205/757] 939886=ruby/test_rational
[206/757] 939888=-ext-/bignum/test_str2big
[207/757] 939888=ruby/test_regexp
[208/757] 939884=prism/newline_offsets_test
[209/757] 939891=rubygems/test_gem_commands_contents_command
[210/757] 939891=ruby/test_readpartial
[211/757] 939891=psych/test_scalar
[212/757] 939891=rubygems/test_gem_resolver_conflict
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[213/757] 939891=ruby/test_complex2
[214/757] 939891=ruby/enc/test_iso_8859
[215/757] 939894=openssl/test_x509attr
[216/757] 939894=-ext-/win32/test_dln
[217/757] 939891=-ext-/string/test_coderange
[218/757] 939894=open-uri/test_open-uri
[219/757] 939891=-ext-/bignum/test_big2str
[220/757] 939891=mkmf/test_pkg_config
[221/757] 939894=ruby/test_string_memory
[222/757] 939891=prism/regexp_test
[223/757] 939891=yaml/test_store
[224/757] 939891=ruby/test_insns_leaf
[225/757] 939891=ruby/test_iseq
[226/757] 939894=-ext-/string/test_enc_associate
[227/757] 939884=prism/api/dump_test
[228/757] 939889=ruby/test_gc
[229/757] 939886=ruby/test_allocation
[230/757] 939883=prism/ruby/location_test
[231/757] 939893=openssl/test_x509req
[232/757] 939883=rubygems/test_gem_commands_open_command
[233/757] 939893=psych/test_tree_builder
[234/757] 939893=rubygems/test_gem_ext_cargo_builder_link_flag_converter
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[235/757] 939883=net/protocol/test_protocol
[236/757] 939883=-ext-/load/test_protect
[237/757] 939893=rubygems/test_gem_dependency_installer
[238/757] 939883=ruby/test_refinement
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[239/757] 939893=rubygems/test_gem_name_tuple
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[240/757] 939893=ruby/test_warning
[241/757] 939893=ruby/enc/test_gbk
[242/757] 939893=rubygems/test_gem_specification
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[243/757] 939893=ruby/enc/test_gb18030
[244/757] 939893=rubygems/test_gem_package_tar_reader
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[245/757] 939893=psych/test_class
[246/757] 939893=openssl/test_x509crl
[247/757] 939894=psych/test_numeric
[248/757] 939894=strscan/test_stringscanner
[249/757] 939894=did_you_mean/spell_checking/test_require_path_check
[250/757] 939894=mkmf/test_mkmf
[251/757] 939893=-ext-/bignum/test_mul
[252/757] 939893=ruby/test_mixed_unicode_escapes
[253/757] 939893=-ext-/test_enumerator_kw
[254/757] 939893=rubygems/test_gem_commands_fetch_command
[255/757] 939894=openssl/test_pkcs7
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[256/757] 939893=ruby/test_complexrational
[257/757] 939893=io/nonblock/test_flush
[258/757] 939893=-ext-/symbol/test_inadvertent_creation
[259/757] 939893=prism/result/static_inspect_test
[260/757] 939893=-ext-/thread/test_instrumentation_api
[261/757] 939891=-ext-/vm/test_at_exit
[262/757] 939891=ruby/test_complex
[263/757] 939894=prism/result/source_location_test
[264/757] 939894=ruby/test_object_id
[265/757] 939884=prism/unescape_test
[266/757] 939884=openssl/test_x509ext
[267/757] 939891=psych/test_data
[268/757] 939884=ripper/test_files_ext
[269/757] 939891=rubygems/test_gem_commands_query_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[270/757] 939891=prism/result/equality_test
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[271/757] 939891=rubygems/test_gem_version
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[272/757] 939891=rubygems/test_gem_commands_stale_command
[273/757] 939891=prism/ruby/tunnel_test
[274/757] 939891=rubygems/test_gem_text
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[275/757] 939895=ruby/test_settracefunc
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[276/757] 939891=rubygems/test_gem_stub_specification
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[277/757] 939884=ruby/test_method_cache
[278/757] 939884=ruby/test_path
[279/757] 939891=socket/test_tcp
[280/757] 939884=test_pp
[281/757] 939894=ruby/test_sprintf_comb
[282/757] 939885=ruby/test_whileuntil
[283/757] 939885=ruby/test_transcode
[284/757] 939887=mkmf/test_flags
[285/757] 939893=openssl/test_asn1
[286/757] 939884=rubygems/test_gem_ext_rake_builder
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[287/757] 939893=monitor/test_monitor
[288/757] 939884=json/json_string_matching_test
[289/757] 939884=test_extlibs
[290/757] 939893=-ext-/rational/test_rat
[291/757] 939893=psych/nodes/test_enumerable
[292/757] 939893=-ext-/proc/test_bmethod
[293/757] 939893=-ext-/test_bug-14834
[294/757] 939891=prism/ruby/ruby_parser_test
[295/757] 939894=openssl/test_buffering
[296/757] 939891=resolv/test_svcb_https
[297/757] 939894=socket/test_addrinfo
[298/757] 939891=openssl/test_x509cert
[299/757] 939893=-ext-/funcall/test_passing_block
[300/757] 939893=uri/test_http
[301/757] 939893=rubygems/test_webauthn_listener
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[302/757] 939894=-ext-/thread/test_lock_native_thread
[303/757] 939893=rubygems/test_gem_package_tar_reader_entry
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[304/757] 939894=optparse/test_zsh_completion
[305/757] 939894=-ext-/string/test_enc_str_buf_cat
[306/757] 939894=mkmf/test_have_func
[307/757] 939893=rubygems/test_gem_security_trust_dir
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[308/757] 939893=mkmf/test_constant
[309/757] 939891=ruby/test_default_gems
[310/757] 939891=dtrace/test_load
[311/757] 939891=ruby/test_encoding
[312/757] 939887=json/json_fixtures_test
[313/757] 939887=rubygems/test_gem_resolver_specification
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[314/757] 939887=ruby/test_weakmap
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[315/757] 939894=rubygems/test_gem_doctor
[316/757] 939894=socket/test_ancdata
[317/757] 939894=-ext-/exception/test_data_error
[318/757] 939894=ruby/test_rubyvm
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[319/757] 939894=rubygems/test_gem_resolver_dependency_request
[320/757] 939894=-ext-/string/test_external_new
[321/757] 939894=ripper/test_scanner_events
[322/757] 939895=-ext-/test_abi
[323/757] 939894=ruby/enc/test_euc_jp
[324/757] 939894=strscan/test_ractor
[325/757] 939894=prism/api/parse_success_test
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[326/757] 939894=rubygems/test_gem_commands_push_command
[327/757] 939894=ruby/test_module
[328/757] 939891=openssl/test_ssl
[329/757] 939895=rubygems/test_deprecate
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[330/757] 939895=win32/test_registry
[331/757] 939895=uri/test_common
[332/757] 939885=ruby/test_optimization
[333/757] 939895=rubygems/test_gem_request_connection_pools
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[334/757] 939895=ruby/test_sprintf
[335/757] 939895=rubygems/test_gem_uri_formatter
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[336/757] 939895=fileutils/test_verbose
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[337/757] 939895=rubygems/test_gem_ext_builder
[338/757] 939895=ruby/test_box
[339/757] 939893=-ext-/bignum/test_bigzero
[340/757] 939893=ruby/test_basicinstructions
[341/757] 939893=fiber/test_mutex
[342/757] 939884=ruby/test_struct
[343/757] 939884=-ext-/typeddata/test_typeddata
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[344/757] 939893=rubygems/test_gem_resolver_vendor_specification
[345/757] 939893=prism/ruby/compiler_test
[346/757] 939893=date/test_date_strftime
[347/757] 939884=prism/locals_test
[348/757] 939884=test_find
[349/757] 939884=-ext-/test_recursion
[350/757] 939884=-ext-/string/test_normalize
[351/757] 939884=rubygems/test_gem_commands_owner_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[352/757] 939892=socket/test_basicsocket
[353/757] 939884=ripper/test_sexp
[354/757] 939892=rubygems/test_gem_package_tar_header
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[355/757] 939884=prism/ruby/pattern_test
[356/757] 939895=objspace/test_ractor
[357/757] 939892=rubygems/test_gem_unsatisfiable_dependency_error
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[358/757] 939884=psych/test_stringio
[359/757] 939884=rubygems/test_gem_remote_fetcher_s3
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[360/757] 939892=rubygems/test_gem_rdoc
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[361/757] 939884=prism/api/lex_test
[362/757] 939884=ripper/test_files_test_2
[363/757] 939884=rubygems/test_gem_version_option
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[364/757] 939892=ruby/test_require_lib
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[365/757] 939884=prism/version_test
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[366/757] 939884=rubygems/test_gem_request_set
[367/757] 939884=ruby/test_objectspace
[368/757] 939893=test_trick
[369/757] 939895=-ext-/win32/test_fd_setsize
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[370/757] 939895=rubygems/test_gem_resolver_activation_request
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[371/757] 939895=ruby/enc/test_big5
[372/757] 939895=psych/test_null
[373/757] 939895=fiber/test_scheduler
[374/757] 939887=-ext-/test_ensure_and_callcc
[375/757] 939887=fiber/test_timeout
[376/757] 939887=ruby/test_fixnum
[377/757] 939887=ruby/test_signal
[378/757] 939883=-ext-/iseq_load/test_iseq_load
[379/757] 939894=did_you_mean/core_ext/test_name_error_extension
[380/757] 939894=-ext-/string/test_fstring
[381/757] 939894=-ext-/symbol/test_type
[382/757] 939894=ruby/test_range
[383/757] 939895=fiber/test_io_buffer
[384/757] 939895=prism/encoding/encodings_test
[385/757] 939895=json/json_generator_test
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[386/757] 939891=rubygems/test_gem_impossible_dependencies_error
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[387/757] 939895=fileutils/test_dryrun
[388/757] 939891=psych/test_emitter
[389/757] 939894=openssl/test_ts
[390/757] 939886=prism/api/parse_stream_test
[391/757] 939886=rubygems/test_gem_resolver_api_set
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[392/757] 939895=rubygems/test_gem_source_subpath_problem
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[393/757] 939891=test_tmpdir
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[394/757] 939886=prism/result/node_id_test
[395/757] 939895=prism/result/warnings_test
[396/757] 939895=-ext-/array/test_to_ary_concat
[397/757] 939891=ruby/test_rubyoptions
[398/757] 939883=-ext-/test_printf
[399/757] 939883=-ext-/load/test_stringify_symbols
[400/757] 939883=mkmf/test_configuration
[401/757] 939886=ruby/enc/test_windows_1252
[402/757] 939886=socket/test_udp
[403/757] 939886=prism/ruby/dispatcher_test
[404/757] 939886=openssl/test_pkey_dh
[405/757] 939883=ruby/test_shapes
[406/757] 939883=openssl/test_ocsp
[407/757] 939886=rubygems/test_gem_silent_ui
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[408/757] 939886=dtrace/test_require
[409/757] 939886=ruby/test_ifunless
[410/757] 939886=rubygems/test_gem_dependency_list
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[411/757] 939886=ripper/test_files_test
[412/757] 939894=rubygems/test_gem_resolver_installer_set
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[413/757] 939894=rubygems/test_gem_commands_uninstall_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[414/757] 939894=-ext-/exception/test_ensured
[415/757] 939886=rubygems/test_config
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[416/757] 939886=-ext-/hash/test_delete
[417/757] 939886=prism/result/comments_test
[418/757] 939886=ruby/test_io_m17n
[419/757] 939894=dtrace/test_object_create_start
[420/757] 939894=test_forwardable
[421/757] 939894=ruby/test_continuation
[422/757] 939894=rubygems/test_project_sanity
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[423/757] 939894=ruby/test_env
[424/757] 939895=prism/encoding/regular_expression_encoding_test
[425/757] 939895=ruby/test_zjit
[426/757] 939895=rubygems/test_gem_commands_cleanup_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[427/757] 939895=-ext-/string/test_interned_str
[428/757] 939895=optparse/test_placearg
[429/757] 939893=optparse/test_kwargs
[430/757] 939893=io/wait/test_io_wait
[431/757] 939892=ripper/test_lexer
[432/757] 939892=-ext-/test_random
[433/757] 939892=psych/test_merge_keys
[434/757] 939892=rubygems/test_gem_ext_configure_builder
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[435/757] 939892=openssl/test_x509store
[436/757] 939883=resolv/test_mdns
[437/757] 939883=ruby/test_dir
[438/757] 939887=cgi/test_cgi_escape
[439/757] 939895=ruby/test_exception
[440/757] 939892=optparse/test_bash_completion
[441/757] 939892=rubygems/test_gem_security_signer
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[442/757] 939892=rubygems/test_gem_local_remote_options
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[443/757] 939881=rubygems/test_gem_commands_lock_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[444/757] 939892=ruby/enc/test_euc_kr
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[445/757] 939892=ruby/test_threadgroup
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[446/757] 939881=-ext-/string/test_set_len
[447/757] 939881=prism/result/regular_expression_options_test
[448/757] 939881=ruby/test_sleep
[449/757] 939887=fiber/test_queue
[450/757] 939887=prism/result/integer_parse_test
[451/757] 939887=rubygems/test_gem_validator
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[452/757] 939883=test_prettyprint
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[453/757] 939883=mkmf/test_install
[454/757] 939887=ruby/test_m17n_comb
[455/757] 939892=date/test_date_ractor
[456/757] 939883=openssl/test_pair
[457/757] 939892=did_you_mean/test_tree_spell_checker
[458/757] 939892=prism/lex_test
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[459/757] 939886=test_bundled_gems
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[460/757] 939893=psych/visitors/test_depth_first
[461/757] 939893=openssl/test_ns_spki
[462/757] 939886=test_tsort
[463/757] 939886=ruby/test_integer_comb
[464/757] 939893=prism/result/index_write_test
[465/757] 939893=optparse/test_reqarg
[466/757] 939881=test_unicode_normalize
[467/757] 939881=ruby/test_method
[468/757] 939884=-ext-/econv/test_append
[469/757] 939884=did_you_mean/test_ractor_compatibility
[470/757] 939893=rubygems/test_gem_resolver_lock_set
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[471/757] 939893=rubygems/test_gem_console_ui
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[472/757] 939893=-ext-/struct/test_member
[473/757] 939893=resolv/test_resource
[474/757] 939893=psych/test_set
[475/757] 939893=rubygems/test_gem_source_fetch_problem
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[476/757] 939893=rubygems/test_gem_update_suggestion
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[477/757] 939893=test_ipaddr
[478/757] 939893=ruby/test_arity
[479/757] 939893=-ext-/st/test_numhash
[480/757] 939893=rubygems/test_gem_stream_ui
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[481/757] 939893=ruby/test_trace
[482/757] 939893=-ext-/string/test_nofree
[483/757] 939893=openssl/test_pkey_rsa
[484/757] 939884=ruby/test_argf
[485/757] 939883=mkmf/test_egrep_cpp
[486/757] 939883=rubygems/test_gem_resolver_composed_set
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[487/757] 939883=date/test_date_conv
[488/757] 939883=rubygems/test_webauthn_poller
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[489/757] 939883=ruby/test_yjit
[490/757] 939893=net/http/test_buffered_io
[491/757] 939893=ruby/test_m17n
[492/757] 939892=ruby/test_yjit_exit_locations
[493/757] 939892=rubygems/test_gem_config_file
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[494/757] 939892=rubygems/test_gem_commands_pristine_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[495/757] 939892=psych/test_yamlstore
[496/757] 939892=psych/test_scalar_scanner
[497/757] 939892=ruby/test_io_buffer
[498/757] 939893=ruby/test_hash
[499/757] 939895=-ext-/arith_seq/test_arith_seq_beg_len_step
[500/757] 939892=ruby/test_beginendblock
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[501/757] 939895=rubygems/test_gem_resolver_requirement_list
[502/757] 939895=socket/test_socket
[503/757] 939885=test_timeout
[504/757] 939892=ruby/test_not
[505/757] 939892=test_weakref
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[506/757] 939894=rubygems/test_rubygems
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[507/757] 939885=rubygems/test_gem_package_tar_writer
[508/757] 939894=prism/ruby/ripper_test
[509/757] 939892=uri/test_mailto
[510/757] 939892=psych/visitors/test_yaml_tree
[511/757] 939892=ruby/enc/test_case_mapping
[512/757] 939892=rubygems/test_gem_path_support
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[513/757] 939892=prism/result/constant_path_node_test
[514/757] 939892=prism/newline_test
[515/757] 939885=psych/test_array
[516/757] 939885=-ext-/gvl/test_ubf_async_safe
[517/757] 939885=prism/ruby/parser_test
[518/757] 939892=prism/snippets_test
[519/757] 939885=rubygems/test_webauthn_listener_response
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[520/757] 939885=prism/result/heredoc_test
[521/757] 939885=psych/test_psych_set
[522/757] 939885=optparse/test_switch
[523/757] 939885=rubygems/test_gem_bundler_version_finder
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[524/757] 939885=-ext-/win32/test_console_attr
[525/757] 939885=ruby/test_math
[526/757] 939885=json/json_encoding_test
[527/757] 939889=test_time
[528/757] 939885=dtrace/test_gc
[529/757] 939885=mkmf/test_libs
[530/757] 939885=ruby/test_super
[531/757] 939889=prism/onigmo_test
[532/757] 939889=psych/test_struct
[533/757] 939894=ruby/test_ast
[534/757] 939889=-ext-/string/test_rb_str_dup
[535/757] 939889=prism/fuzzer_test
[536/757] 939889=ruby/test_case
[537/757] 939895=-ext-/test_bug-5832
[538/757] 939895=optparse/test_did_you_mean
[539/757] 939889=optparse/test_autoconf
[540/757] 939889=-ext-/popen_deadlock/test_popen_deadlock
[541/757] 939887=rubygems/test_gem_safe_yaml
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[542/757] 939895=digest/test_digest_extend
[543/757] 939887=openssl/test_x509name
[544/757] 939895=fiber/test_sleep
[545/757] 939887=-ext-/wait/test_wait
[546/757] 939886=psych/test_object_references
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[547/757] 939886=rubygems/test_gem_requirement
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[548/757] 939887=ruby/test_alias
[549/757] 939886=mkmf/test_sizeof
[550/757] 939895=ruby/test_compile_prism
[551/757] 939887=rubygems/test_gem_commands_build_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[552/757] 939887=rubygems/test_gem_security
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[553/757] 939885=ruby/enc/test_euc_tw
[554/757] 939887=rubygems/test_gem_commands_info_command
[555/757] 939885=prism/api/command_line_test
[556/757] 939885=date/test_date_new
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[557/757] 939885=ruby/test_io_timeout
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[558/757] 939885=-ext-/test_bug-3571
[559/757] 939887=ruby/enc/test_emoji_breaks
[560/757] 939887=-ext-/test_notimplement
[561/757] 939887=ruby/test_system
[562/757] 939885=mmtk/test_configuration
[563/757] 939881=ruby/test_comparable
[564/757] 939885=-ext-/box/test_load_ext
[565/757] 939885=ruby/test_dup
[566/757] 939881=ruby/test_require
[567/757] 939895=stringio/test_stringio
[568/757] 939885=resolv/test_dns
[569/757] 939885=ruby/test_proc
[570/757] 939895=dtrace/test_singleton_function
[571/757] 939889=optparse/test_cclass
[572/757] 939895=test_shellwords
[573/757] 939895=did_you_mean/spell_checking/test_uncorrectable_name_check
[574/757] 939895=optparse/test_load
[575/757] 939895=psych/test_omap
[576/757] 939895=prism/magic_comment_test
[577/757] 939889=zlib/test_zlib
[578/757] 939895=ruby/test_marshal
[579/757] 939887=mkmf/test_framework
[580/757] 939887=ruby/enc/test_case_comprehensive
[581/757] 939887=psych/test_ractor
[582/757] 939895=prism/library_symbols_test
[583/757] 939895=psych/visitors/test_emitter
[584/757] 939895=psych/test_json_tree
[585/757] 939895=net/http/test_https_proxy
#<Thread:0x000077f17be75538 /tmp/ruby/src/trunk_asan/test/net/http/test_https_proxy.rb:18 run> terminated with exception (report_on_exception is true):
[586/757] 939885=openssl/test_pkey_dsa
/tmp/ruby/src/trunk_asan/test/net/http/test_https_proxy.rb:19:in 'block (2 levels) in HTTPSProxyTest#test_https_proxy_authentication': uninitialized constant HTTPSProxyTest::Net (NameError)
Did you mean? Set
[587/757] 939887=ruby/test_nomethod_error
[588/757] 939887=date/test_date_strptime
[589/757] 939880=open-uri/test_ssl
[590/757] 939880=ripper/test_files_test_1
[591/757] 939887=rubygems/test_gem
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[592/757] 939885=prism/percent_delimiter_string_test
[593/757] 939885=prism/api/freeze_test
[594/757] 939887=stringio/test_ractor
[595/757] 939885=ruby/test_float
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[596/757] 939887=rubygems/test_gem_remote_fetcher_local_ssl_server
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[597/757] 939887=psych/test_yaml_special_cases
[598/757] 939887=rubygems/test_gem_source_list
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[599/757] 939887=prism/result/attribute_write_test
[600/757] 939887=psych/test_parser
[601/757] 939887=ruby/test_set
[602/757] 939887=-ext-/stack/test_stack_overflow
[603/757] 939886=test_delegate
[604/757] 939887=rubygems/test_gem_command_manager
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[605/757] 939886=rubygems/test_gem_installer
[606/757] 939884=rubygems/test_gem_source_git
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[607/757] 939887=ruby/enc/test_regex_casefold
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[608/757] 939887=ruby/test_pipe
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[609/757] 939884=rubygems/test_gem_commands_check_command
[610/757] 939886=ruby/test_random_formatter
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[611/757] 939884=rubygems/test_gem_resolver_git_set
[612/757] 939886=did_you_mean/spell_checking/test_class_name_check
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[613/757] 939884=ruby/test_string
[614/757] 939886=ripper/test_files_lib
[615/757] 939886=ruby/enc/test_emoji
[616/757] 939886=ruby/test_condition
[617/757] 939886=ruby/enc/test_cp949
[618/757] 939886=erb/test_erb
[619/757] 939886=-ext-/struct/test_duplicate
[620/757] 939886=ruby/test_time
[621/757] 939887=json/json_ext_parser_test
[622/757] 939887=ruby/test_integer
[623/757] 939885=date/test_date_attr
[624/757] 939886=-ext-/test_scan_args
[625/757] 939885=ruby/enc/test_utf16
[626/757] 939885=rubygems/test_gem_package
[627/757] 939886=ruby/test_enumerator
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[628/757] 939885=prism/encoding/string_encoding_test
[629/757] 939885=-ext-/exception/test_exception_at_throwing
[630/757] 939885=ruby/test_name_error
[631/757] 939885=ruby/test_frozen
[632/757] 939885=rubygems/test_gem_source
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[633/757] 939885=psych/test_safe_load
[634/757] 939885=rubygems/test_gem_uninstaller
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[635/757] 939885=psych/test_symbol
[636/757] 939885=rubygems/test_gem_platform
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[637/757] 939885=prism/ractor_test
[638/757] 939885=prism/result/overlap_test
[639/757] 939889=test_pty
[640/757] 939889=rubygems/test_gem_source_vendor
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[641/757] 939889=rubygems/test_gem_commands_list_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[642/757] 939889=did_you_mean/spell_checking/test_variable_name_check
[643/757] 939889=yaml/test_dbm
[644/757] 939889=uri/test_parser
[645/757] 939889=psych/test_date_time
[646/757] 939885=openssl/test_pkcs12
[647/757] 939893=date/test_date
[648/757] 939893=did_you_mean/tree_spell/test_change_word
[649/757] 939893=rubygems/test_gem_source_installed
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[650/757] 939893=-ext-/string/test_modify_expand
[651/757] 939893=rubygems/test_gem_available_set
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[652/757] 939893=fiber/test_enumerator
[653/757] 939889=digest/test_ractor
[654/757] 939893=json/json_coder_test
[655/757] 939893=psych/test_psych
[656/757] 939893=rubygems/test_gem_uri
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[657/757] 939893=test_rbconfig
[658/757] 939893=rubygems/test_gem_package_old
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[659/757] 939892=digest/test_digest
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[660/757] 939893=-ext-/debug/test_debug
[661/757] 939893=rubygems/test_gem_commands_help_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[662/757] 939889=rubygems/test_gem_package_tar_header_ractor
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[663/757] 939893=ruby/test_stringchar
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[664/757] 939889=-ext-/arith_seq/test_arith_seq_extract
[665/757] 939885=ruby/test_array
[666/757] 939893=mkmf/test_find_executable
[667/757] 939893=error_highlight/test_error_highlight
[668/757] 939889=-ext-/debug/test_profile_frames
[669/757] 939881=-ext-/load/test_resolve_symbol
[670/757] 939889=date/test_date_compat
[671/757] 939889=ruby/test_lazy_enumerator
[672/757] 939881=ruby/test_backtrace
[673/757] 939889=ruby/test_time_tz
[674/757] 939889=prism/ruby/string_query_test
[675/757] 939889=-ext-/class/test_class2name
[676/757] 939889=psych/test_nil
[677/757] 939889=rubygems/test_gem_request_set_lockfile_tokenizer
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[678/757] 939881=json/json_ryu_fallback_test
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[679/757] 939881=rubygems/test_gem_commands_outdated_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[680/757] 939889=openssl/test_kdf
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[681/757] 939880=test_singleton
[682/757] 939880=ripper/test_ripper
[683/757] 939881=did_you_mean/spell_checking/test_key_name_check
[684/757] 939881=openssl/test_ossl
[685/757] 939881=date/test_date_marshal
[686/757] 939881=ruby/enc/test_grapheme_breaks
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[687/757] 939881=rubygems/test_gem_request_set_gem_dependency_api
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[688/757] 939889=ruby/test_syntax
[689/757] 939881=ruby/test_assignment
[690/757] 939887=psych/json/test_stream
[691/757] 939887=optparse/test_optarg
[692/757] 939887=io/wait/test_ractor
[693/757] 939887=openssl/test_ssl_session
[694/757] 939880=rubygems/test_gem_resolver_local_specification
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[695/757] 939880=ruby/test_autoload
[696/757] 939887=ruby/test_pack
[697/757] 939892=rubygems/test_gem_commands_exec_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[698/757] 939892=rubygems/test_gem_commands_unpack_command
[699/757] 939892=psych/test_object
[700/757] 939887=rubygems/test_gem_commands_signout_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[701/757] 939892=psych/test_exception
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[702/757] 939892=rubygems/test_gem_ext_cargo_builder
[703/757] 939887=rubygems/test_gem_gem_runner
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[704/757] 939892=ruby/test_file_exhaustive
[705/757] 939887=-ext-/struct/test_len
[706/757] 939887=prism/result/implicit_array_test
[707/757] 939887=optparse/test_acceptable
[708/757] 939887=dtrace/test_function_entry
[709/757] 939887=did_you_mean/spell_checking/test_method_name_check
[710/757] 939887=rubygems/test_kernel
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[711/757] 939887=prism/heredoc_dedent_test
[712/757] 939887=lib/!Nothing_to_test
[713/757] 939887=prism/result/numeric_value_test
[714/757] 939887=ruby/test_keyword
[715/757] 939881=rubygems/test_gem_commands_server_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[716/757] 939881=net/http/test_httpheader
[717/757] 939881=net/http/test_http_request
[718/757] 939881=ruby/test_data
[719/757] 939881=openssl/test_provider
[720/757] 939887=openssl/test_bn
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[721/757] 939887=rubygems/test_gem_package_task
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[722/757] 939887=ruby/test_memory_view
[723/757] 939887=prism/test_helper
[724/757] 939887=-ext-/string/test_ellipsize
[725/757] 939887=ruby/enc/test_utf32
[726/757] 939887=-ext-/integer/test_integer
[727/757] 939887=optparse/test_noarg
[728/757] 939881=-ext-/struct/test_data
[729/757] 939881=openssl/test_pkey_ec
[730/757] 939887=ruby/test_rand
[731/757] 939881=openssl/test_fips
[732/757] 939893=date/test_date_parse
[733/757] 939881=rubygems/test_gem_commands_update_command
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[734/757] 939881=fiber/test_backtrace
[735/757] 939881=psych/visitors/test_to_ruby
[736/757] 939881=rubygems/test_bundled_ca
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[737/757] 939881=openssl/test_random
[738/757] 939881=prism/result/static_literals_test
[739/757] 939881=-ext-/string/test_capacity
[740/757] 939881=-ext-/float/test_nextafter
[741/757] 939893=rubygems/test_gem_safe_marshal
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[742/757] 939893=ruby/test_gc_compact
[743/757] 939891=psych/test_deprecated
[744/757] 939891=-ext-/bignum/test_div
[745/757] 939891=-ext-/array/test_resize
[746/757] 939891=ruby/test_fiber
[747/757] 939887=prism/result/breadth_first_search_test
[748/757] 939887=uri/test_generic
[749/757] 939881=json/json_parser_test
[750/757] 939887=ruby/enc/test_cesu8
[751/757] 939881=rubygems/test_gem_commands_rebuild_command
[752/757] 939887=psych/test_alias_and_anchor
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk_asan/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[753/757] 939887=rubygems/test_gem_commands_setup_command
[754/757] 939881=test_open3
[755/757] 939887=prism/errors_test
[756/757] 939885=open-uri/test_ftp
[757/757] 939885=ruby/test_vm_dump
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes
$$$ ps jx
PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND
1 999 999 999 ? -1 Ss 1000 0:11 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
999 1021 1021 1021 pts/0 1021 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
1021 1022 1021 1021 pts/0 1021 S+ 1000 0:03 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
1 65610 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 177887 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 452310 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 584441 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1022 938630 1021 1021 pts/0 1021 Sl+ 1000 0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
938630 938633 1021 1021 pts/0 1021 S+ 1000 0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20251112-143702 --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
938633 938634 1021 1021 pts/0 1021 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20251112-143702 --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
938634 939549 1021 1021 pts/0 1021 S+ 1000 0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
939549 939550 1021 1021 pts/0 1021 S+ 1000 0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
939550 939877 1021 1021 pts/0 1021 Sl+ 1000 0:18 /tmp/ruby/build/trunk_asan/ruby --disable-gems -r/tmp/ruby/src/trunk_asan/tool/lib/_tmpdir /tmp/ruby/src/trunk_asan/test/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext -- --disable-gems --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j16
939877 939882 1021 1021 pts/0 1021 Sl+ 1000 0:02 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestNetHTTPS#test_get_SNI_proxy
939877 939895 1021 1021 pts/0 1021 Sl+ 1000 0:41 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: HTTPSProxyTest#test_https_proxy_authentication
1 1164625 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
938634 1459491 1021 1021 pts/0 1021 R+ 1000 0:00 ps jx
1 2005784 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 2117046 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 2306871 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 2681903 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 2825499 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 2849766 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 3202376 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 3220467 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 3393617 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 3696633 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1 4123412 1021 1021 pts/0 1021 Sl+ 1000 0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
{1=>[999, 65610, 177887, 452310, 584441, 1164625, 2005784, 2117046, 2306871, 2681903, 2825499, 2849766, 3202376, 3220467, 3393617, 3696633, 4123412], 999=>[1021], 1021=>[1022], 1022=>[938630], 938630=>[938633], 938633=>[938634], 938634=>[939549, 1459491], 939549=>[939550], 939550=>[939877], 939877=>[939882, 939895]}
$ timeout 60 gdb -p 939882 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 940414]
[New LWP 940412]
[New LWP 940059]
[New LWP 939927]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x0000749c6ba98d71 in __futex_abstimed_wait_common64 (private=32766, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
>>> Threads
Id Target Id Frame
* 1 Thread 0x749c6bcfdc40 (LWP 939882) "ruby" 0x0000749c6ba98d71 in __futex_abstimed_wait_common64 (private=32766, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
2 Thread 0x749c442e96c0 (LWP 940414) "test_https.rb:*" 0x0000749c6bb1ba30 in __GI_ppoll (fds=0x749c414d4460, nfds=1, timeout=<optimized out>, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
3 Thread 0x749c450f66c0 (LWP 940412) "utils.rb:28" 0x0000749c6bb1ba30 in __GI_ppoll (fds=0x749c42ae6460, nfds=1, timeout=<optimized out>, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
4 Thread 0x749c4a8fd6c0 (LWP 940059) "parallel.rb:40" 0x0000749c6bb1b4fd in __GI___poll (fds=0x749c45301d60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
5 Thread 0x749c4f9ff6c0 (LWP 939927) "ruby" 0x0000749c6bb1b4fd in __GI___poll (fds=0x749c4c3bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
>>> Machine level backtrace
Thread 5 (Thread 0x749c4f9ff6c0 (LWP 939927) "ruby"):
#0 0x0000749c6bb1b4fd in __GI___poll (fds=0x749c4c3bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
sc_ret = -516
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x0000559d3d10b77a in __interceptor_poll ()
No symbol table info available.
#2 0x0000559d3d4f39ea in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1067
pfd = {fd = 3, events = 1, revents = <optimized out>}
timeout = -1
r = <optimized out>
#3 timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3075
vm = <optimized out>
#4 0x0000559d3d164b2f in asan_thread_start(void*) ()
No symbol table info available.
#5 0x0000749c6ba9caa4 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 = {128214699603648, -1577117824776980989, 128214699603648, -352, 0, 140732982631056, -1577117824789563901, -1577179207604029949}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#6 0x0000749c6bb29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 4 (Thread 0x749c4a8fd6c0 (LWP 940059) "parallel.rb:40"):
#0 0x0000749c6bb1b4fd in __GI___poll (fds=0x749c45301d60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
sc_ret = -516
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x0000559d3d10b77a in __interceptor_poll ()
No symbol table info available.
#2 0x0000559d3d276209 in nogvl_wait_for (th=128215134230400, fptr=0x511000149780, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12573
fds = {fd = 4, events = <optimized out>, revents = <optimized out>}
scheduler = <optimized out>
fd = <optimized out>
timeout_milliseconds = -1
#3 io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
ready = <optimized out>
#4 0x0000559d3d27769a in internal_read_func (ptr=0x749c45301c40) at /tmp/ruby/src/trunk_asan/io.c:1212
iis = 0x749c45301c40
result = <optimized out>
#5 0x0000559d3d4d3a62 in rb_thread_io_blocking_call (io=0x511000149780, func=0x559d3d277190 <internal_read_func>, data1=0x749c45301c40, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1973
__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 0x0000559d3d1b08f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x516001716fd0
_tag = {tag = 36, retval = <optimized out>, buf = {0x749c4a8fbe50, <optimized out>, 0x749c4a8fbd60, <optimized out>, <optimized out>}, prev = 0x749c45300240, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x516001716fd0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#7 0x0000559d3d28b452 in io_read_memory_locktmp (str=128214524501344, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3458
No locals.
#8 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=<optimized out>, nonblock=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3504
str = <optimized out>
iis = {th = 128215134230400, fptr = 0x511000149780, nonblock = 0, fd = 4, buf = 0x519000141480, capa = 1024, timeout = <optimized out>}
length = <optimized out>
len = 1024
fptr = 0x511000149780
n = <optimized out>
shrinkable = <optimized out>
#9 0x0000559d3d267fa1 in io_readpartial (argc=1160781152, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3624
ret = <optimized out>
#10 0x0000559d3d5d2a48 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:3915
ci = 0x40d100100003
cc = <optimized out>
me = 0x749c6b528920
cfunc = 0x50600002c068
recv = 128215134230560
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#11 0x0000559d3d5743bd in vm_sendish (ec=0x516001716fd0, reg_cfp=0x749c49bff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
#12 vm_exec_core (ec=ec@entry=0x516001716fd0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x559d3d568646 <vm_exec_core+1494>, 0x559d3d56994d <vm_exec_core+6365>, 0x559d3d56eb71 <vm_exec_core+27393>, 0x559d3d5694bf <vm_exec_core+5199>, 0x559d3d56f922 <vm_exec_core+30898>, 0x559d3d56d72d <vm_exec_core+22205>, 0x559d3d56b33e <vm_exec_core+13006>, 0x559d3d5687ae <vm_exec_core+1854>, 0x559d3d56f164 <vm_exec_core+28916>, 0x559d3d56eeac <vm_exec_core+28220>, 0x559d3d56973c <vm_exec_core+5836>, 0x559d3d568c9e <vm_exec_core+3118>, 0x559d3d56de26 <vm_exec_core+23990>, 0x559d3d56a243 <vm_exec_core+8659>, 0x559d3d56f365 <vm_exec_core+29429>, 0x559d3d56f00e <vm_exec_core+28574>, 0x559d3d56a931 <vm_exec_core+10433>, 0x559d3d56b2cd <vm_exec_core+12893>, 0x559d3d56d985 <vm_exec_core+22805>, 0x559d3d56ef85 <vm_exec_core+28437>, 0x559d3d56cda0 <vm_exec_core+19760>, 0x559d3d56da0e <vm_exec_core+22942>, 0x559d3d56e4c7 <vm_exec_core+25687>, 0x559d3d56ccdd <vm_exec_core+19565>, 0x559d3d568bdb <vm_exec_core+2923>, 0x559d3d56d430 <vm_exec_core+21440>, 0x559d3d568a6e <vm_exec_core+2558>, 0x559d3d568ea4 <vm_exec_core+3636>, 0x559d3d56abb4 <vm_exec_core+11076>, 0x559d3d56c8aa <vm_exec_core+18490>, 0x559d3d56d2c9 <vm_exec_core+21081>, 0x559d3d56c54f <vm_exec_core+17631>, 0x559d3d56867a <vm_exec_core+1546>, 0x559d3d56e6f7 <vm_exec_core+26247>, 0x559d3d56edd7 <vm_exec_core+28007>, 0x559d3d56904b <vm_exec_core+4059>, 0x559d3d569bf7 <vm_exec_core+7047>, 0x559d3d5698b5 <vm_exec_core+6213>, 0x559d3d56a332 <vm_exec_core+8898>, 0x559d3d56b169 <vm_exec_core+12537>, 0x559d3d5690f2 <vm_exec_core+4226>, 0x559d3d56e55f <vm_exec_core+25839>, 0x559d3d569b81 <vm_exec_core+6929>, 0x559d3d56b017 <vm_exec_core+12199>, 0x559d3d56bade <vm_exec_core+14958>, 0x559d3d56debc <vm_exec_core+24140>, 0x559d3d56cf62 <vm_exec_core+20210>, 0x559d3d56a60c <vm_exec_core+9628>, 0x559d3d569e8e <vm_exec_core+7710>, 0x559d3d56dd12 <vm_exec_core+23714>, 0x559d3d56ad94 <vm_exec_core+11556>, 0x559d3d56d52f <vm_exec_core+21695>, 0x559d3d56cfd4 <vm_exec_core+20324>, 0x559d3d56d5e6 <vm_exec_core+21878>, 0x559d3d56eaa9 <vm_exec_core+27193>, 0x559d3d56c361 <vm_exec_core+17137>, 0x559d3d56df75 <vm_exec_core+24325>, 0x559d3d5683c8 <vm_exec_core+856>, 0x559d3d56daa3 <vm_exec_core+23091>, 0x559d3d56a72b <vm_exec_core+9915>, 0x559d3d56cc38 <vm_exec_core+19400>, 0x559d3d56ce78 <vm_exec_core+19976>, 0x559d3d56b712 <vm_exec_core+13986>, 0x559d3d568f58 <vm_exec_core+3816>, 0x559d3d56aad9 <vm_exec_core+10857>, 0x559d3d56a116 <vm_exec_core+8358>, 0x559d3d56d664 <vm_exec_core+22004>, 0x559d3d569283 <vm_exec_core+4627>, 0x559d3d56b4bf <vm_exec_core+13391>, 0x559d3d56be0f <vm_exec_core+15775>, 0x559d3d56a410 <vm_exec_core+9120>, 0x559d3d575e19 <vm_exec_core+56745>, 0x559d3d569de5 <vm_exec_core+7541>, 0x559d3d569cdd <vm_exec_core+7277>, 0x559d3d569fe8 <vm_exec_core+8056>, 0x559d3d56a9d3 <vm_exec_core+10595>, 0x559d3d56c74e <vm_exec_core+18142>, 0x559d3d56bb99 <vm_exec_core+15145>, 0x559d3d56d348 <vm_exec_core+21208>, 0x559d3d56bff5 <vm_exec_core+16261>, 0x559d3d56e620 <vm_exec_core+26032>, 0x559d3d56fbc7 <vm_exec_core+31575>, 0x559d3d56e864 <vm_exec_core+26612>, 0x559d3d56f4b5 <vm_exec_core+29765>, 0x559d3d56f5a6 <vm_exec_core+30006>, 0x559d3d568b00 <vm_exec_core+2704>, 0x559d3d56f08d <vm_exec_core+28701>, 0x559d3d56acb9 <vm_exec_core+11337>, 0x559d3d56f288 <vm_exec_core+29208>, 0x559d3d56a7fa <vm_exec_core+10122>, 0x559d3d56e79b <vm_exec_core+26411>, 0x559d3d568997 <vm_exec_core+2343>, 0x559d3d56917d <vm_exec_core+4365>, 0x559d3d56f7ea <vm_exec_core+30586>, 0x559d3d56b09d <vm_exec_core+12333>, 0x559d3d56ae9a <vm_exec_core+11818>, 0x559d3d5683cd <vm_exec_core+861>, 0x559d3d5688ba <vm_exec_core+2122>, 0x559d3d568453 <vm_exec_core+995>, 0x559d3d56e953 <vm_exec_core+26851>, 0x559d3d56c21e <vm_exec_core+16814>, 0x559d3d56b8e2 <vm_exec_core+14450>, 0x559d3d56c0fa <vm_exec_core+16522>, 0x559d3d56bd46 <vm_exec_core+15574>, 0x559d3d56af2f <vm_exec_core+11967>, 0x559d3d56b7ed <vm_exec_core+14205>, 0x559d3d56b1b9 <vm_exec_core+12617>, 0x559d3d56b9fc <vm_exec_core+14732>, 0x559d3d56ba6d <vm_exec_core+14845>, 0x559d3d568637 <vm_exec_core+1479>, 0x559d3d56993e <vm_exec_core+6350>, 0x559d3d56eb62 <vm_exec_core+27378>, 0x559d3d5694b0 <vm_exec_core+5184>, 0x559d3d56f913 <vm_exec_core+30883>, 0x559d3d56d71e <vm_exec_core+22190>, 0x559d3d56b32f <vm_exec_core+12991>, 0x559d3d56879f <vm_exec_core+1839>, 0x559d3d56f155 <vm_exec_core+28901>, 0x559d3d56ee9d <vm_exec_core+28205>, 0x559d3d56972d <vm_exec_core+5821>, 0x559d3d568c8f <vm_exec_core+3103>, 0x559d3d56de17 <vm_exec_core+23975>, 0x559d3d56a234 <vm_exec_core+8644>, 0x559d3d56f356 <vm_exec_core+29414>, 0x559d3d56efff <vm_exec_core+28559>, 0x559d3d56a922 <vm_exec_core+10418>, 0x559d3d56b2be <vm_exec_core+12878>, 0x559d3d56d976 <vm_exec_core+22790>, 0x559d3d56ef76 <vm_exec_core+28422>, 0x559d3d56cd91 <vm_exec_core+19745>, 0x559d3d56d9ff <vm_exec_core+22927>, 0x559d3d56e4b8 <vm_exec_core+25672>, 0x559d3d56ccce <vm_exec_core+19550>, 0x559d3d568bcc <vm_exec_core+2908>, 0x559d3d56d421 <vm_exec_core+21425>, 0x559d3d568a5f <vm_exec_core+2543>, 0x559d3d568e95 <vm_exec_core+3621>, 0x559d3d56aba5 <vm_exec_core+11061>, 0x559d3d56c89b <vm_exec_core+18475>, 0x559d3d56d2ba <vm_exec_core+21066>, 0x559d3d56c540 <vm_exec_core+17616>, 0x559d3d56866b <vm_exec_core+1531>, 0x559d3d56e6e8 <vm_exec_core+26232>, 0x559d3d56edc8 <vm_exec_core+27992>, 0x559d3d56903c <vm_exec_core+4044>, 0x559d3d569be8 <vm_exec_core+7032>, 0x559d3d5698a6 <vm_exec_core+6198>, 0x559d3d56a323 <vm_exec_core+8883>, 0x559d3d56b15a <vm_exec_core+12522>, 0x559d3d5690e3 <vm_exec_core+4211>, 0x559d3d56e550 <vm_exec_core+25824>, 0x559d3d569b72 <vm_exec_core+6914>, 0x559d3d56b008 <vm_exec_core+12184>, 0x559d3d56bacf <vm_exec_core+14943>, 0x559d3d56dead <vm_exec_core+24125>, 0x559d3d56cf53 <vm_exec_core+20195>, 0x559d3d56a5fd <vm_exec_core+9613>, 0x559d3d569e7f <vm_exec_core+7695>, 0x559d3d56dd03 <vm_exec_core+23699>, 0x559d3d56ad85 <vm_exec_core+11541>, 0x559d3d56d520 <vm_exec_core+21680>, 0x559d3d56cfc5 <vm_exec_core+20309>, 0x559d3d56d5d7 <vm_exec_core+21863>, 0x559d3d56ea9a <vm_exec_core+27178>, 0x559d3d56c352 <vm_exec_core+17122>, 0x559d3d56df66 <vm_exec_core+24310>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56da94 <vm_exec_core+23076>, 0x559d3d56a71c <vm_exec_core+9900>, 0x559d3d56cc29 <vm_exec_core+19385>, 0x559d3d56ce69 <vm_exec_core+19961>, 0x559d3d56b703 <vm_exec_core+13971>, 0x559d3d56c896 <vm_exec_core+18470>, 0x559d3d56aaca <vm_exec_core+10842>, 0x559d3d56a107 <vm_exec_core+8343>, 0x559d3d56d655 <vm_exec_core+21989>, 0x559d3d569274 <vm_exec_core+4612>, 0x559d3d56b4b0 <vm_exec_core+13376>, 0x559d3d56be00 <vm_exec_core+15760>, 0x559d3d56a401 <vm_exec_core+9105>, 0x559d3d575e0a <vm_exec_core+56730>, 0x559d3d569dd6 <vm_exec_core+7526>, 0x559d3d569cce <vm_exec_core+7262>, 0x559d3d569fd9 <vm_exec_core+8041>, 0x559d3d56a9c4 <vm_exec_core+10580>, 0x559d3d56c73f <vm_exec_core+18127>, 0x559d3d56bb8a <vm_exec_core+15130>, 0x559d3d56c73a <vm_exec_core+18122>, 0x559d3d56cf4e <vm_exec_core+20190>, 0x559d3d56cf49 <vm_exec_core+20185>, 0x559d3d569fd4 <vm_exec_core+8036>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56b123 <vm_exec_core+12467>, 0x559d3d56b128 <vm_exec_core+12472>, 0x559d3d56cf44 <vm_exec_core+20180>, 0x559d3d56cd8c <vm_exec_core+19740>, 0x559d3d56bdfb <vm_exec_core+15755>, 0x559d3d56bd32 <vm_exec_core+15554>, 0x559d3d56ce3b <vm_exec_core+19915>, 0x559d3d56c205 <vm_exec_core+16789>...}
reg_cfp = 0x749c49bff790
reg_pc = 0x51300005f598
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x0000559d3d563272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x516001716fd0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#14 0x0000559d3d5a6d7b in invoke_iseq_block_from_c (ec=0x516001716fd0, captured=<optimized out>, self=128215162321720, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x749c6b39f338
cfp = 0x749c49bff7c8
sp = 0x749c49aff818
use_argv = <optimized out>
stack_argv = 0x749c49aff818
opt_pc = <optimized out>
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x516001716fd0, self=128215162321720, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1908
block = <optimized out>
keyword_hash = <optimized out>
#16 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1938
No locals.
#17 0x0000559d3d5a4fd6 in rb_vm_invoke_proc (ec=0x749c45301d60, proc=0x1, proc@entry=0x5040002f2750, argc=1806808317, argc@entry=0, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1959
self = 4294967295
#18 0x0000559d3d4f203d in thread_do_start_proc (th=th@entry=0x5150000cd080) at /tmp/ruby/src/trunk_asan/thread.c:614
args = <optimized out>
procval = <optimized out>
proc = 0x5040002f2750
args_len = 0
args_ptr = <optimized out>
#19 0x0000559d3d4efbad in thread_do_start (th=0x5150000cd080) at /tmp/ruby/src/trunk_asan/thread.c:631
result = 36
#20 thread_start_func_2 (th=th@entry=0x5150000cd080, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
_tag = <optimized out>
_ec = <optimized out>
ractor_main_th = 0x515000000300
fiber_scheduler_closed = 0
event_thread_end_hooked = 0
result = 36
state = RUBY_TAG_NONE
errinfo = <optimized out>
#21 0x0000559d3d4eee9e in call_thread_start_func_2 (th=0x5150000cd080) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
stack_start = <optimized out>
stack_start_addr = 0x749c4a8fccc0
#22 nt_start (ptr=0x50c0000d93c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
th = 0x5150000cd080
sched = <optimized out>
nt = 0x50c0000d93c0
vm = 0x525000000100
#23 0x0000559d3d164b2f in asan_thread_start(void*) ()
No symbol table info available.
#24 0x0000749c6ba9caa4 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 = {128214614660800, -1577111364072425981, 128214614660800, -352, 25, 140732982625232, -1577111364085008893, -1577179207604029949}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#25 0x0000749c6bb29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 3 (Thread 0x749c450f66c0 (LWP 940412) "utils.rb:28"):
#0 0x0000749c6bb1ba30 in __GI_ppoll (fds=0x749c42ae6460, nfds=1, timeout=<optimized out>, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
sc_ret = -514
sc_cancel_oldtype = 0
sc_ret = <optimized out>
tval = {tv_sec = 0, tv_nsec = 1}
#1 0x0000559d3d10bffc in __interceptor_ppoll ()
No symbol table info available.
#2 0x0000559d3d4f2e67 in wait_for_single_fd_blocking_region (th=th@entry=0x5150000e1300, fds=fds@entry=0x749c42ae6460, nfds=1, to=to@entry=0x0, lerrno=lerrno@entry=0x749c42ae64d0) at /tmp/ruby/src/trunk_asan/thread.c:4576
__region = <optimized out>
ts = <optimized out>
result = <optimized out>
#3 0x0000559d3d4dc63a in thread_io_wait (io=<optimized out>, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:4624
rel = <optimized out>
end = 0
to = 0x0
_ec = 0x516001719fd0
_tag = <optimized out>
fds = {{fd = 6, events = 1, revents = 0}}
result = 0
blocking_operation = <optimized out>
ec = <optimized out>
th = 0x5150000e1300
state = RUBY_TAG_NONE
nfds = 1
lerrno = <optimized out>
#4 0x0000559d3d24913d in rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:1477
tv_storage = <optimized out>
scheduler = <optimized out>
fptr = 0x51100015e180
tv = 0x0
ready = <optimized out>
#5 0x0000559d3d249816 in rb_io_maybe_wait (error=<optimized out>, error@entry=11, io=18446744073709551102, io@entry=<error reading variable: Cannot access memory at address 0x0>, events=3, timeout=0, timeout@entry=4) at /tmp/ruby/src/trunk_asan/io.c:1642
No locals.
#6 rb_io_maybe_wait_readable (error=error@entry=11, io=18446744073709551102, io@entry=128215134184720, timeout=0, timeout@entry=4) at /tmp/ruby/src/trunk_asan/io.c:1653
result = <optimized out>
#7 0x0000749c4a38ffc0 in rsock_s_accept (klass=<optimized out>, io=128215134184720, sockaddr=<optimized out>, len=<optimized out>) at /tmp/ruby/src/trunk_asan/ext/socket/init.c:738
error = 11
accept_arg = {fd = 6, sockaddr = 0x749c42de6020, len = 0x749c42de68a0}
fptr = 0x51100015e180
retry = 0
peer = <optimized out>
#8 0x0000749c4a3b0bd2 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk_asan/ext/socket/tcpserver.c:61
length = 2048
buffer = <optimized out>
#9 0x0000559d3d5d2a48 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:3915
ci = 0xdff100100001
cc = <optimized out>
me = 0x749c698af7d0
cfunc = 0x50600032cf08
recv = 128215134184720
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#10 0x0000559d3d5743bd in vm_sendish (ec=0x516001719fd0, reg_cfp=0x749c445ef6e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
#11 vm_exec_core (ec=ec@entry=0x516001719fd0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x559d3d568646 <vm_exec_core+1494>, 0x559d3d56994d <vm_exec_core+6365>, 0x559d3d56eb71 <vm_exec_core+27393>, 0x559d3d5694bf <vm_exec_core+5199>, 0x559d3d56f922 <vm_exec_core+30898>, 0x559d3d56d72d <vm_exec_core+22205>, 0x559d3d56b33e <vm_exec_core+13006>, 0x559d3d5687ae <vm_exec_core+1854>, 0x559d3d56f164 <vm_exec_core+28916>, 0x559d3d56eeac <vm_exec_core+28220>, 0x559d3d56973c <vm_exec_core+5836>, 0x559d3d568c9e <vm_exec_core+3118>, 0x559d3d56de26 <vm_exec_core+23990>, 0x559d3d56a243 <vm_exec_core+8659>, 0x559d3d56f365 <vm_exec_core+29429>, 0x559d3d56f00e <vm_exec_core+28574>, 0x559d3d56a931 <vm_exec_core+10433>, 0x559d3d56b2cd <vm_exec_core+12893>, 0x559d3d56d985 <vm_exec_core+22805>, 0x559d3d56ef85 <vm_exec_core+28437>, 0x559d3d56cda0 <vm_exec_core+19760>, 0x559d3d56da0e <vm_exec_core+22942>, 0x559d3d56e4c7 <vm_exec_core+25687>, 0x559d3d56ccdd <vm_exec_core+19565>, 0x559d3d568bdb <vm_exec_core+2923>, 0x559d3d56d430 <vm_exec_core+21440>, 0x559d3d568a6e <vm_exec_core+2558>, 0x559d3d568ea4 <vm_exec_core+3636>, 0x559d3d56abb4 <vm_exec_core+11076>, 0x559d3d56c8aa <vm_exec_core+18490>, 0x559d3d56d2c9 <vm_exec_core+21081>, 0x559d3d56c54f <vm_exec_core+17631>, 0x559d3d56867a <vm_exec_core+1546>, 0x559d3d56e6f7 <vm_exec_core+26247>, 0x559d3d56edd7 <vm_exec_core+28007>, 0x559d3d56904b <vm_exec_core+4059>, 0x559d3d569bf7 <vm_exec_core+7047>, 0x559d3d5698b5 <vm_exec_core+6213>, 0x559d3d56a332 <vm_exec_core+8898>, 0x559d3d56b169 <vm_exec_core+12537>, 0x559d3d5690f2 <vm_exec_core+4226>, 0x559d3d56e55f <vm_exec_core+25839>, 0x559d3d569b81 <vm_exec_core+6929>, 0x559d3d56b017 <vm_exec_core+12199>, 0x559d3d56bade <vm_exec_core+14958>, 0x559d3d56debc <vm_exec_core+24140>, 0x559d3d56cf62 <vm_exec_core+20210>, 0x559d3d56a60c <vm_exec_core+9628>, 0x559d3d569e8e <vm_exec_core+7710>, 0x559d3d56dd12 <vm_exec_core+23714>, 0x559d3d56ad94 <vm_exec_core+11556>, 0x559d3d56d52f <vm_exec_core+21695>, 0x559d3d56cfd4 <vm_exec_core+20324>, 0x559d3d56d5e6 <vm_exec_core+21878>, 0x559d3d56eaa9 <vm_exec_core+27193>, 0x559d3d56c361 <vm_exec_core+17137>, 0x559d3d56df75 <vm_exec_core+24325>, 0x559d3d5683c8 <vm_exec_core+856>, 0x559d3d56daa3 <vm_exec_core+23091>, 0x559d3d56a72b <vm_exec_core+9915>, 0x559d3d56cc38 <vm_exec_core+19400>, 0x559d3d56ce78 <vm_exec_core+19976>, 0x559d3d56b712 <vm_exec_core+13986>, 0x559d3d568f58 <vm_exec_core+3816>, 0x559d3d56aad9 <vm_exec_core+10857>, 0x559d3d56a116 <vm_exec_core+8358>, 0x559d3d56d664 <vm_exec_core+22004>, 0x559d3d569283 <vm_exec_core+4627>, 0x559d3d56b4bf <vm_exec_core+13391>, 0x559d3d56be0f <vm_exec_core+15775>, 0x559d3d56a410 <vm_exec_core+9120>, 0x559d3d575e19 <vm_exec_core+56745>, 0x559d3d569de5 <vm_exec_core+7541>, 0x559d3d569cdd <vm_exec_core+7277>, 0x559d3d569fe8 <vm_exec_core+8056>, 0x559d3d56a9d3 <vm_exec_core+10595>, 0x559d3d56c74e <vm_exec_core+18142>, 0x559d3d56bb99 <vm_exec_core+15145>, 0x559d3d56d348 <vm_exec_core+21208>, 0x559d3d56bff5 <vm_exec_core+16261>, 0x559d3d56e620 <vm_exec_core+26032>, 0x559d3d56fbc7 <vm_exec_core+31575>, 0x559d3d56e864 <vm_exec_core+26612>, 0x559d3d56f4b5 <vm_exec_core+29765>, 0x559d3d56f5a6 <vm_exec_core+30006>, 0x559d3d568b00 <vm_exec_core+2704>, 0x559d3d56f08d <vm_exec_core+28701>, 0x559d3d56acb9 <vm_exec_core+11337>, 0x559d3d56f288 <vm_exec_core+29208>, 0x559d3d56a7fa <vm_exec_core+10122>, 0x559d3d56e79b <vm_exec_core+26411>, 0x559d3d568997 <vm_exec_core+2343>, 0x559d3d56917d <vm_exec_core+4365>, 0x559d3d56f7ea <vm_exec_core+30586>, 0x559d3d56b09d <vm_exec_core+12333>, 0x559d3d56ae9a <vm_exec_core+11818>, 0x559d3d5683cd <vm_exec_core+861>, 0x559d3d5688ba <vm_exec_core+2122>, 0x559d3d568453 <vm_exec_core+995>, 0x559d3d56e953 <vm_exec_core+26851>, 0x559d3d56c21e <vm_exec_core+16814>, 0x559d3d56b8e2 <vm_exec_core+14450>, 0x559d3d56c0fa <vm_exec_core+16522>, 0x559d3d56bd46 <vm_exec_core+15574>, 0x559d3d56af2f <vm_exec_core+11967>, 0x559d3d56b7ed <vm_exec_core+14205>, 0x559d3d56b1b9 <vm_exec_core+12617>, 0x559d3d56b9fc <vm_exec_core+14732>, 0x559d3d56ba6d <vm_exec_core+14845>, 0x559d3d568637 <vm_exec_core+1479>, 0x559d3d56993e <vm_exec_core+6350>, 0x559d3d56eb62 <vm_exec_core+27378>, 0x559d3d5694b0 <vm_exec_core+5184>, 0x559d3d56f913 <vm_exec_core+30883>, 0x559d3d56d71e <vm_exec_core+22190>, 0x559d3d56b32f <vm_exec_core+12991>, 0x559d3d56879f <vm_exec_core+1839>, 0x559d3d56f155 <vm_exec_core+28901>, 0x559d3d56ee9d <vm_exec_core+28205>, 0x559d3d56972d <vm_exec_core+5821>, 0x559d3d568c8f <vm_exec_core+3103>, 0x559d3d56de17 <vm_exec_core+23975>, 0x559d3d56a234 <vm_exec_core+8644>, 0x559d3d56f356 <vm_exec_core+29414>, 0x559d3d56efff <vm_exec_core+28559>, 0x559d3d56a922 <vm_exec_core+10418>, 0x559d3d56b2be <vm_exec_core+12878>, 0x559d3d56d976 <vm_exec_core+22790>, 0x559d3d56ef76 <vm_exec_core+28422>, 0x559d3d56cd91 <vm_exec_core+19745>, 0x559d3d56d9ff <vm_exec_core+22927>, 0x559d3d56e4b8 <vm_exec_core+25672>, 0x559d3d56ccce <vm_exec_core+19550>, 0x559d3d568bcc <vm_exec_core+2908>, 0x559d3d56d421 <vm_exec_core+21425>, 0x559d3d568a5f <vm_exec_core+2543>, 0x559d3d568e95 <vm_exec_core+3621>, 0x559d3d56aba5 <vm_exec_core+11061>, 0x559d3d56c89b <vm_exec_core+18475>, 0x559d3d56d2ba <vm_exec_core+21066>, 0x559d3d56c540 <vm_exec_core+17616>, 0x559d3d56866b <vm_exec_core+1531>, 0x559d3d56e6e8 <vm_exec_core+26232>, 0x559d3d56edc8 <vm_exec_core+27992>, 0x559d3d56903c <vm_exec_core+4044>, 0x559d3d569be8 <vm_exec_core+7032>, 0x559d3d5698a6 <vm_exec_core+6198>, 0x559d3d56a323 <vm_exec_core+8883>, 0x559d3d56b15a <vm_exec_core+12522>, 0x559d3d5690e3 <vm_exec_core+4211>, 0x559d3d56e550 <vm_exec_core+25824>, 0x559d3d569b72 <vm_exec_core+6914>, 0x559d3d56b008 <vm_exec_core+12184>, 0x559d3d56bacf <vm_exec_core+14943>, 0x559d3d56dead <vm_exec_core+24125>, 0x559d3d56cf53 <vm_exec_core+20195>, 0x559d3d56a5fd <vm_exec_core+9613>, 0x559d3d569e7f <vm_exec_core+7695>, 0x559d3d56dd03 <vm_exec_core+23699>, 0x559d3d56ad85 <vm_exec_core+11541>, 0x559d3d56d520 <vm_exec_core+21680>, 0x559d3d56cfc5 <vm_exec_core+20309>, 0x559d3d56d5d7 <vm_exec_core+21863>, 0x559d3d56ea9a <vm_exec_core+27178>, 0x559d3d56c352 <vm_exec_core+17122>, 0x559d3d56df66 <vm_exec_core+24310>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56da94 <vm_exec_core+23076>, 0x559d3d56a71c <vm_exec_core+9900>, 0x559d3d56cc29 <vm_exec_core+19385>, 0x559d3d56ce69 <vm_exec_core+19961>, 0x559d3d56b703 <vm_exec_core+13971>, 0x559d3d56c896 <vm_exec_core+18470>, 0x559d3d56aaca <vm_exec_core+10842>, 0x559d3d56a107 <vm_exec_core+8343>, 0x559d3d56d655 <vm_exec_core+21989>, 0x559d3d569274 <vm_exec_core+4612>, 0x559d3d56b4b0 <vm_exec_core+13376>, 0x559d3d56be00 <vm_exec_core+15760>, 0x559d3d56a401 <vm_exec_core+9105>, 0x559d3d575e0a <vm_exec_core+56730>, 0x559d3d569dd6 <vm_exec_core+7526>, 0x559d3d569cce <vm_exec_core+7262>, 0x559d3d569fd9 <vm_exec_core+8041>, 0x559d3d56a9c4 <vm_exec_core+10580>, 0x559d3d56c73f <vm_exec_core+18127>, 0x559d3d56bb8a <vm_exec_core+15130>, 0x559d3d56c73a <vm_exec_core+18122>, 0x559d3d56cf4e <vm_exec_core+20190>, 0x559d3d56cf49 <vm_exec_core+20185>, 0x559d3d569fd4 <vm_exec_core+8036>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56b123 <vm_exec_core+12467>, 0x559d3d56b128 <vm_exec_core+12472>, 0x559d3d56cf44 <vm_exec_core+20180>, 0x559d3d56cd8c <vm_exec_core+19740>, 0x559d3d56bdfb <vm_exec_core+15755>, 0x559d3d56bd32 <vm_exec_core+15554>, 0x559d3d56ce3b <vm_exec_core+19915>, 0x559d3d56c205 <vm_exec_core+16789>...}
reg_cfp = 0x749c445ef6e8
reg_pc = 0x514000030868
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#12 0x0000559d3d563272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x516001719fd0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#13 0x0000559d3d5a6d7b in invoke_iseq_block_from_c (ec=0x516001719fd0, captured=<optimized out>, self=128215162291480, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x749c6ad5f428
cfp = 0x749c445ef7c8
sp = 0x749c444ef818
use_argv = <optimized out>
stack_argv = 0x749c444ef818
opt_pc = <optimized out>
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#14 invoke_block_from_c_proc (ec=0x516001719fd0, self=128215162291480, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1908
block = <optimized out>
keyword_hash = <optimized out>
#15 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1938
No locals.
#16 0x0000559d3d5a4fd6 in rb_vm_invoke_proc (ec=0x749c42ae6460, proc=0x1, proc@entry=0x5040002fa690, argc=1806809648, argc@entry=0, argv=0x8, kw_splat=0, passed_block_handler=18446744073709551102, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1959
self = 0
#17 0x0000559d3d4f203d in thread_do_start_proc (th=th@entry=0x5150000e1300) at /tmp/ruby/src/trunk_asan/thread.c:614
args = <optimized out>
procval = <optimized out>
proc = 0x5040002fa690
args_len = 0
args_ptr = <optimized out>
#18 0x0000559d3d4efbad in thread_do_start (th=0x5150000e1300) at /tmp/ruby/src/trunk_asan/thread.c:631
result = 36
#19 thread_start_func_2 (th=th@entry=0x5150000e1300, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
_tag = <optimized out>
_ec = <optimized out>
ractor_main_th = 0x515000000300
fiber_scheduler_closed = 0
event_thread_end_hooked = 0
result = 36
state = RUBY_TAG_NONE
errinfo = <optimized out>
#20 0x0000559d3d4eee9e in call_thread_start_func_2 (th=0x5150000e1300) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
stack_start = <optimized out>
stack_start_addr = 0x749c450f5cc0
#21 nt_start (ptr=0x50c0000f3b80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
th = 0x5150000e1300
sched = <optimized out>
nt = 0x50c0000f3b80
vm = 0x525000000100
#22 0x0000559d3d164b2f in asan_thread_start(void*) ()
No symbol table info available.
#23 0x0000749c6ba9caa4 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 = {128214522357440, -1577132259625191933, 128214522357440, -352, 0, 140732982622608, -1577132259637774845, -1577179207604029949}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#24 0x0000749c6bb29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 2 (Thread 0x749c442e96c0 (LWP 940414) "test_https.rb:*"):
#0 0x0000749c6bb1ba30 in __GI_ppoll (fds=0x749c414d4460, nfds=1, timeout=<optimized out>, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
sc_ret = -514
sc_cancel_oldtype = 0
sc_ret = <optimized out>
tval = {tv_sec = 0, tv_nsec = 1}
#1 0x0000559d3d10bffc in __interceptor_ppoll ()
No symbol table info available.
#2 0x0000559d3d4f2e67 in wait_for_single_fd_blocking_region (th=th@entry=0x5150000e1800, fds=fds@entry=0x749c414d4460, nfds=1, to=to@entry=0x0, lerrno=lerrno@entry=0x749c414d44d0) at /tmp/ruby/src/trunk_asan/thread.c:4576
__region = <optimized out>
ts = <optimized out>
result = <optimized out>
#3 0x0000559d3d4dc63a in thread_io_wait (io=<optimized out>, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:4624
rel = <optimized out>
end = 0
to = 0x0
_ec = 0x51600171a5d0
_tag = <optimized out>
fds = {{fd = 7, events = 1, revents = 0}}
result = 0
blocking_operation = <optimized out>
ec = <optimized out>
th = 0x5150000e1800
state = RUBY_TAG_NONE
nfds = 1
lerrno = <optimized out>
#4 0x0000559d3d24913d in rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:1477
tv_storage = <optimized out>
scheduler = <optimized out>
fptr = 0x51100015e400
tv = 0x0
ready = <optimized out>
#5 0x0000559d3d249816 in rb_io_maybe_wait (error=<optimized out>, error@entry=11, io=18446744073709551102, io@entry=<error reading variable: Cannot access memory at address 0x0>, events=3, timeout=0, timeout@entry=4) at /tmp/ruby/src/trunk_asan/io.c:1642
No locals.
#6 rb_io_maybe_wait_readable (error=error@entry=11, io=18446744073709551102, io@entry=128215134183440, timeout=0, timeout@entry=4) at /tmp/ruby/src/trunk_asan/io.c:1653
result = <optimized out>
#7 0x0000749c4a38ffc0 in rsock_s_accept (klass=<optimized out>, io=128215134183440, sockaddr=<optimized out>, len=<optimized out>) at /tmp/ruby/src/trunk_asan/ext/socket/init.c:738
error = 11
accept_arg = {fd = 7, sockaddr = 0x749c417d4020, len = 0x749c417d48a0}
fptr = 0x51100015e400
retry = 0
peer = <optimized out>
#8 0x0000749c4a3b0bd2 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk_asan/ext/socket/tcpserver.c:61
length = 2048
buffer = <optimized out>
#9 0x0000559d3d5d2a48 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:3915
ci = 0xdff100100001
cc = <optimized out>
me = 0x749c698af7d0
cfunc = 0x50600032cf08
recv = 128215134183440
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#10 0x0000559d3d5743bd in vm_sendish (ec=0x51600171a5d0, reg_cfp=0x749c443eb790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
#11 vm_exec_core (ec=ec@entry=0x51600171a5d0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x559d3d568646 <vm_exec_core+1494>, 0x559d3d56994d <vm_exec_core+6365>, 0x559d3d56eb71 <vm_exec_core+27393>, 0x559d3d5694bf <vm_exec_core+5199>, 0x559d3d56f922 <vm_exec_core+30898>, 0x559d3d56d72d <vm_exec_core+22205>, 0x559d3d56b33e <vm_exec_core+13006>, 0x559d3d5687ae <vm_exec_core+1854>, 0x559d3d56f164 <vm_exec_core+28916>, 0x559d3d56eeac <vm_exec_core+28220>, 0x559d3d56973c <vm_exec_core+5836>, 0x559d3d568c9e <vm_exec_core+3118>, 0x559d3d56de26 <vm_exec_core+23990>, 0x559d3d56a243 <vm_exec_core+8659>, 0x559d3d56f365 <vm_exec_core+29429>, 0x559d3d56f00e <vm_exec_core+28574>, 0x559d3d56a931 <vm_exec_core+10433>, 0x559d3d56b2cd <vm_exec_core+12893>, 0x559d3d56d985 <vm_exec_core+22805>, 0x559d3d56ef85 <vm_exec_core+28437>, 0x559d3d56cda0 <vm_exec_core+19760>, 0x559d3d56da0e <vm_exec_core+22942>, 0x559d3d56e4c7 <vm_exec_core+25687>, 0x559d3d56ccdd <vm_exec_core+19565>, 0x559d3d568bdb <vm_exec_core+2923>, 0x559d3d56d430 <vm_exec_core+21440>, 0x559d3d568a6e <vm_exec_core+2558>, 0x559d3d568ea4 <vm_exec_core+3636>, 0x559d3d56abb4 <vm_exec_core+11076>, 0x559d3d56c8aa <vm_exec_core+18490>, 0x559d3d56d2c9 <vm_exec_core+21081>, 0x559d3d56c54f <vm_exec_core+17631>, 0x559d3d56867a <vm_exec_core+1546>, 0x559d3d56e6f7 <vm_exec_core+26247>, 0x559d3d56edd7 <vm_exec_core+28007>, 0x559d3d56904b <vm_exec_core+4059>, 0x559d3d569bf7 <vm_exec_core+7047>, 0x559d3d5698b5 <vm_exec_core+6213>, 0x559d3d56a332 <vm_exec_core+8898>, 0x559d3d56b169 <vm_exec_core+12537>, 0x559d3d5690f2 <vm_exec_core+4226>, 0x559d3d56e55f <vm_exec_core+25839>, 0x559d3d569b81 <vm_exec_core+6929>, 0x559d3d56b017 <vm_exec_core+12199>, 0x559d3d56bade <vm_exec_core+14958>, 0x559d3d56debc <vm_exec_core+24140>, 0x559d3d56cf62 <vm_exec_core+20210>, 0x559d3d56a60c <vm_exec_core+9628>, 0x559d3d569e8e <vm_exec_core+7710>, 0x559d3d56dd12 <vm_exec_core+23714>, 0x559d3d56ad94 <vm_exec_core+11556>, 0x559d3d56d52f <vm_exec_core+21695>, 0x559d3d56cfd4 <vm_exec_core+20324>, 0x559d3d56d5e6 <vm_exec_core+21878>, 0x559d3d56eaa9 <vm_exec_core+27193>, 0x559d3d56c361 <vm_exec_core+17137>, 0x559d3d56df75 <vm_exec_core+24325>, 0x559d3d5683c8 <vm_exec_core+856>, 0x559d3d56daa3 <vm_exec_core+23091>, 0x559d3d56a72b <vm_exec_core+9915>, 0x559d3d56cc38 <vm_exec_core+19400>, 0x559d3d56ce78 <vm_exec_core+19976>, 0x559d3d56b712 <vm_exec_core+13986>, 0x559d3d568f58 <vm_exec_core+3816>, 0x559d3d56aad9 <vm_exec_core+10857>, 0x559d3d56a116 <vm_exec_core+8358>, 0x559d3d56d664 <vm_exec_core+22004>, 0x559d3d569283 <vm_exec_core+4627>, 0x559d3d56b4bf <vm_exec_core+13391>, 0x559d3d56be0f <vm_exec_core+15775>, 0x559d3d56a410 <vm_exec_core+9120>, 0x559d3d575e19 <vm_exec_core+56745>, 0x559d3d569de5 <vm_exec_core+7541>, 0x559d3d569cdd <vm_exec_core+7277>, 0x559d3d569fe8 <vm_exec_core+8056>, 0x559d3d56a9d3 <vm_exec_core+10595>, 0x559d3d56c74e <vm_exec_core+18142>, 0x559d3d56bb99 <vm_exec_core+15145>, 0x559d3d56d348 <vm_exec_core+21208>, 0x559d3d56bff5 <vm_exec_core+16261>, 0x559d3d56e620 <vm_exec_core+26032>, 0x559d3d56fbc7 <vm_exec_core+31575>, 0x559d3d56e864 <vm_exec_core+26612>, 0x559d3d56f4b5 <vm_exec_core+29765>, 0x559d3d56f5a6 <vm_exec_core+30006>, 0x559d3d568b00 <vm_exec_core+2704>, 0x559d3d56f08d <vm_exec_core+28701>, 0x559d3d56acb9 <vm_exec_core+11337>, 0x559d3d56f288 <vm_exec_core+29208>, 0x559d3d56a7fa <vm_exec_core+10122>, 0x559d3d56e79b <vm_exec_core+26411>, 0x559d3d568997 <vm_exec_core+2343>, 0x559d3d56917d <vm_exec_core+4365>, 0x559d3d56f7ea <vm_exec_core+30586>, 0x559d3d56b09d <vm_exec_core+12333>, 0x559d3d56ae9a <vm_exec_core+11818>, 0x559d3d5683cd <vm_exec_core+861>, 0x559d3d5688ba <vm_exec_core+2122>, 0x559d3d568453 <vm_exec_core+995>, 0x559d3d56e953 <vm_exec_core+26851>, 0x559d3d56c21e <vm_exec_core+16814>, 0x559d3d56b8e2 <vm_exec_core+14450>, 0x559d3d56c0fa <vm_exec_core+16522>, 0x559d3d56bd46 <vm_exec_core+15574>, 0x559d3d56af2f <vm_exec_core+11967>, 0x559d3d56b7ed <vm_exec_core+14205>, 0x559d3d56b1b9 <vm_exec_core+12617>, 0x559d3d56b9fc <vm_exec_core+14732>, 0x559d3d56ba6d <vm_exec_core+14845>, 0x559d3d568637 <vm_exec_core+1479>, 0x559d3d56993e <vm_exec_core+6350>, 0x559d3d56eb62 <vm_exec_core+27378>, 0x559d3d5694b0 <vm_exec_core+5184>, 0x559d3d56f913 <vm_exec_core+30883>, 0x559d3d56d71e <vm_exec_core+22190>, 0x559d3d56b32f <vm_exec_core+12991>, 0x559d3d56879f <vm_exec_core+1839>, 0x559d3d56f155 <vm_exec_core+28901>, 0x559d3d56ee9d <vm_exec_core+28205>, 0x559d3d56972d <vm_exec_core+5821>, 0x559d3d568c8f <vm_exec_core+3103>, 0x559d3d56de17 <vm_exec_core+23975>, 0x559d3d56a234 <vm_exec_core+8644>, 0x559d3d56f356 <vm_exec_core+29414>, 0x559d3d56efff <vm_exec_core+28559>, 0x559d3d56a922 <vm_exec_core+10418>, 0x559d3d56b2be <vm_exec_core+12878>, 0x559d3d56d976 <vm_exec_core+22790>, 0x559d3d56ef76 <vm_exec_core+28422>, 0x559d3d56cd91 <vm_exec_core+19745>, 0x559d3d56d9ff <vm_exec_core+22927>, 0x559d3d56e4b8 <vm_exec_core+25672>, 0x559d3d56ccce <vm_exec_core+19550>, 0x559d3d568bcc <vm_exec_core+2908>, 0x559d3d56d421 <vm_exec_core+21425>, 0x559d3d568a5f <vm_exec_core+2543>, 0x559d3d568e95 <vm_exec_core+3621>, 0x559d3d56aba5 <vm_exec_core+11061>, 0x559d3d56c89b <vm_exec_core+18475>, 0x559d3d56d2ba <vm_exec_core+21066>, 0x559d3d56c540 <vm_exec_core+17616>, 0x559d3d56866b <vm_exec_core+1531>, 0x559d3d56e6e8 <vm_exec_core+26232>, 0x559d3d56edc8 <vm_exec_core+27992>, 0x559d3d56903c <vm_exec_core+4044>, 0x559d3d569be8 <vm_exec_core+7032>, 0x559d3d5698a6 <vm_exec_core+6198>, 0x559d3d56a323 <vm_exec_core+8883>, 0x559d3d56b15a <vm_exec_core+12522>, 0x559d3d5690e3 <vm_exec_core+4211>, 0x559d3d56e550 <vm_exec_core+25824>, 0x559d3d569b72 <vm_exec_core+6914>, 0x559d3d56b008 <vm_exec_core+12184>, 0x559d3d56bacf <vm_exec_core+14943>, 0x559d3d56dead <vm_exec_core+24125>, 0x559d3d56cf53 <vm_exec_core+20195>, 0x559d3d56a5fd <vm_exec_core+9613>, 0x559d3d569e7f <vm_exec_core+7695>, 0x559d3d56dd03 <vm_exec_core+23699>, 0x559d3d56ad85 <vm_exec_core+11541>, 0x559d3d56d520 <vm_exec_core+21680>, 0x559d3d56cfc5 <vm_exec_core+20309>, 0x559d3d56d5d7 <vm_exec_core+21863>, 0x559d3d56ea9a <vm_exec_core+27178>, 0x559d3d56c352 <vm_exec_core+17122>, 0x559d3d56df66 <vm_exec_core+24310>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56da94 <vm_exec_core+23076>, 0x559d3d56a71c <vm_exec_core+9900>, 0x559d3d56cc29 <vm_exec_core+19385>, 0x559d3d56ce69 <vm_exec_core+19961>, 0x559d3d56b703 <vm_exec_core+13971>, 0x559d3d56c896 <vm_exec_core+18470>, 0x559d3d56aaca <vm_exec_core+10842>, 0x559d3d56a107 <vm_exec_core+8343>, 0x559d3d56d655 <vm_exec_core+21989>, 0x559d3d569274 <vm_exec_core+4612>, 0x559d3d56b4b0 <vm_exec_core+13376>, 0x559d3d56be00 <vm_exec_core+15760>, 0x559d3d56a401 <vm_exec_core+9105>, 0x559d3d575e0a <vm_exec_core+56730>, 0x559d3d569dd6 <vm_exec_core+7526>, 0x559d3d569cce <vm_exec_core+7262>, 0x559d3d569fd9 <vm_exec_core+8041>, 0x559d3d56a9c4 <vm_exec_core+10580>, 0x559d3d56c73f <vm_exec_core+18127>, 0x559d3d56bb8a <vm_exec_core+15130>, 0x559d3d56c73a <vm_exec_core+18122>, 0x559d3d56cf4e <vm_exec_core+20190>, 0x559d3d56cf49 <vm_exec_core+20185>, 0x559d3d569fd4 <vm_exec_core+8036>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56b123 <vm_exec_core+12467>, 0x559d3d56b128 <vm_exec_core+12472>, 0x559d3d56cf44 <vm_exec_core+20180>, 0x559d3d56cd8c <vm_exec_core+19740>, 0x559d3d56bdfb <vm_exec_core+15755>, 0x559d3d56bd32 <vm_exec_core+15554>, 0x559d3d56ce3b <vm_exec_core+19915>, 0x559d3d56c205 <vm_exec_core+16789>...}
reg_cfp = 0x749c443eb790
reg_pc = 0x513000257d60
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#12 0x0000559d3d563272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x51600171a5d0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#13 0x0000559d3d5a6d7b in invoke_iseq_block_from_c (ec=0x51600171a5d0, captured=<optimized out>, self=128215162272960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x749c6ad497e0
cfp = 0x749c443eb7c8
sp = 0x749c442eb818
use_argv = <optimized out>
stack_argv = 0x749c442eb818
opt_pc = <optimized out>
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#14 invoke_block_from_c_proc (ec=0x51600171a5d0, self=128215162272960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1908
block = <optimized out>
keyword_hash = <optimized out>
#15 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1938
No locals.
#16 0x0000559d3d5a4fd6 in rb_vm_invoke_proc (ec=0x749c414d4460, proc=0x1, proc@entry=0x5040002fa790, argc=1806809648, argc@entry=0, argv=0x8, kw_splat=0, passed_block_handler=18446744073709551102, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1959
self = 0
#17 0x0000559d3d4f203d in thread_do_start_proc (th=th@entry=0x5150000e1800) at /tmp/ruby/src/trunk_asan/thread.c:614
args = <optimized out>
procval = <optimized out>
proc = 0x5040002fa790
args_len = 0
args_ptr = <optimized out>
#18 0x0000559d3d4efbad in thread_do_start (th=0x5150000e1800) at /tmp/ruby/src/trunk_asan/thread.c:631
result = 36
#19 thread_start_func_2 (th=th@entry=0x5150000e1800, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
_tag = <optimized out>
_ec = <optimized out>
ractor_main_th = 0x515000000300
fiber_scheduler_closed = 0
event_thread_end_hooked = 0
result = 36
state = RUBY_TAG_NONE
errinfo = <optimized out>
#20 0x0000559d3d4eee9e in call_thread_start_func_2 (th=0x5150000e1800) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
stack_start = <optimized out>
stack_start_addr = 0x749c442e8cc0
#21 nt_start (ptr=0x50c0000f3d00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
th = 0x5150000e1800
sched = <optimized out>
nt = 0x50c0000f3d00
vm = 0x525000000100
#22 0x0000559d3d164b2f in asan_thread_start(void*) ()
No symbol table info available.
#23 0x0000749c6ba9caa4 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 = {128214507624128, -1577134172496251389, 128214507624128, -352, 0, 140732982619856, -1577134172508834301, -1577179207604029949}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#24 0x0000749c6bb29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 1 (Thread 0x749c6bcfdc40 (LWP 939882) "ruby"):
#0 0x0000749c6ba98d71 in __futex_abstimed_wait_common64 (private=32766, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (cancel=true, private=32766, abstime=0x0, clockid=0, expected=0, futex_word=0x50c000000090) 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=0x50c000000090, 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 0x0000749c6ba9b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x514000000108, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x749c6ba9b4b0 <__condvar_cleanup_waiting>, __arg = 0x7ffef36ffae0, __canceltype = 1772505664, __prev = 0x0}
cbuffer = {wseq = 36, cond = 0x50c000000068, mutex = 0x514000000108, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 36
seq = 18
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=0x50c000000068, mutex=mutex@entry=0x514000000108) at ./nptl/pthread_cond_wait.c:627
No locals.
#5 0x0000559d3d4c357f in rb_native_cond_wait (cond=0x50c000000090, mutex=0x514000000108) at /tmp/ruby/src/trunk_asan/thread_pthread.c:231
r = <optimized out>
#6 thread_sched_wait_running_turn (sched=sched@entry=0x514000000108, th=th@entry=0x515000000300, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
next_th = 0x5150000e1800
#7 0x0000559d3d4edd91 in thread_sched_to_waiting_until_wakeup (sched=0x514000000108, th=th@entry=0x515000000300) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1126
can_direct_transfer = <optimized out>
#8 0x0000559d3d4f4ef9 in native_sleep (th=0x515000000300, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3350
sched = <optimized out>
#9 sleep_forever (th=0x515000000300, fl=13) at /tmp/ruby/src/trunk_asan/thread.c:1381
prev_status = THREAD_RUNNABLE
status = THREAD_STOPPED_FOREVER
woke = <optimized out>
#10 thread_join_sleep (arg=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1074
scheduler = <optimized out>
p = <optimized out>
target_th = <optimized out>
th = 0x515000000300
end = 0
limit = <optimized out>
#11 0x0000559d3d1b08f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x5160000003d0
_tag = {tag = 36, retval = <optimized out>, buf = {0x7ffef36ffdb0, <optimized out>, 0x7ffef36ffcc0, <optimized out>, <optimized out>}, prev = 0x749c69ba5340, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x5160000003d0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#12 0x0000559d3d4f467e in thread_join (target_th=<optimized out>, timeout=<optimized out>, limit=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1131
waiter = {next = 0x0, thread = 0x515000000300, fiber = 0x0}
arg = {waiter = 0x54e8c38948ef8944, target = 0xffffff65e9fffff8, timeout = 5188146770739207951, limit = <optimized out>}
ec = <optimized out>
th = <optimized out>
fiber = 0x516000000380
#13 0x0000559d3d4e63db in thread_value (self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1253
th = 0x5150000e1800
#14 0x0000559d3d5d2a48 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:3915
ci = 0x260100100001
cc = <optimized out>
me = 0x749c6b3f7a10
cfunc = 0x506000045c28
recv = 128215134182800
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#15 0x0000559d3d5743bd in vm_sendish (ec=0x5160000003d0, reg_cfp=0x749c68fff448, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
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>
#16 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x559d3d568646 <vm_exec_core+1494>, 0x559d3d56994d <vm_exec_core+6365>, 0x559d3d56eb71 <vm_exec_core+27393>, 0x559d3d5694bf <vm_exec_core+5199>, 0x559d3d56f922 <vm_exec_core+30898>, 0x559d3d56d72d <vm_exec_core+22205>, 0x559d3d56b33e <vm_exec_core+13006>, 0x559d3d5687ae <vm_exec_core+1854>, 0x559d3d56f164 <vm_exec_core+28916>, 0x559d3d56eeac <vm_exec_core+28220>, 0x559d3d56973c <vm_exec_core+5836>, 0x559d3d568c9e <vm_exec_core+3118>, 0x559d3d56de26 <vm_exec_core+23990>, 0x559d3d56a243 <vm_exec_core+8659>, 0x559d3d56f365 <vm_exec_core+29429>, 0x559d3d56f00e <vm_exec_core+28574>, 0x559d3d56a931 <vm_exec_core+10433>, 0x559d3d56b2cd <vm_exec_core+12893>, 0x559d3d56d985 <vm_exec_core+22805>, 0x559d3d56ef85 <vm_exec_core+28437>, 0x559d3d56cda0 <vm_exec_core+19760>, 0x559d3d56da0e <vm_exec_core+22942>, 0x559d3d56e4c7 <vm_exec_core+25687>, 0x559d3d56ccdd <vm_exec_core+19565>, 0x559d3d568bdb <vm_exec_core+2923>, 0x559d3d56d430 <vm_exec_core+21440>, 0x559d3d568a6e <vm_exec_core+2558>, 0x559d3d568ea4 <vm_exec_core+3636>, 0x559d3d56abb4 <vm_exec_core+11076>, 0x559d3d56c8aa <vm_exec_core+18490>, 0x559d3d56d2c9 <vm_exec_core+21081>, 0x559d3d56c54f <vm_exec_core+17631>, 0x559d3d56867a <vm_exec_core+1546>, 0x559d3d56e6f7 <vm_exec_core+26247>, 0x559d3d56edd7 <vm_exec_core+28007>, 0x559d3d56904b <vm_exec_core+4059>, 0x559d3d569bf7 <vm_exec_core+7047>, 0x559d3d5698b5 <vm_exec_core+6213>, 0x559d3d56a332 <vm_exec_core+8898>, 0x559d3d56b169 <vm_exec_core+12537>, 0x559d3d5690f2 <vm_exec_core+4226>, 0x559d3d56e55f <vm_exec_core+25839>, 0x559d3d569b81 <vm_exec_core+6929>, 0x559d3d56b017 <vm_exec_core+12199>, 0x559d3d56bade <vm_exec_core+14958>, 0x559d3d56debc <vm_exec_core+24140>, 0x559d3d56cf62 <vm_exec_core+20210>, 0x559d3d56a60c <vm_exec_core+9628>, 0x559d3d569e8e <vm_exec_core+7710>, 0x559d3d56dd12 <vm_exec_core+23714>, 0x559d3d56ad94 <vm_exec_core+11556>, 0x559d3d56d52f <vm_exec_core+21695>, 0x559d3d56cfd4 <vm_exec_core+20324>, 0x559d3d56d5e6 <vm_exec_core+21878>, 0x559d3d56eaa9 <vm_exec_core+27193>, 0x559d3d56c361 <vm_exec_core+17137>, 0x559d3d56df75 <vm_exec_core+24325>, 0x559d3d5683c8 <vm_exec_core+856>, 0x559d3d56daa3 <vm_exec_core+23091>, 0x559d3d56a72b <vm_exec_core+9915>, 0x559d3d56cc38 <vm_exec_core+19400>, 0x559d3d56ce78 <vm_exec_core+19976>, 0x559d3d56b712 <vm_exec_core+13986>, 0x559d3d568f58 <vm_exec_core+3816>, 0x559d3d56aad9 <vm_exec_core+10857>, 0x559d3d56a116 <vm_exec_core+8358>, 0x559d3d56d664 <vm_exec_core+22004>, 0x559d3d569283 <vm_exec_core+4627>, 0x559d3d56b4bf <vm_exec_core+13391>, 0x559d3d56be0f <vm_exec_core+15775>, 0x559d3d56a410 <vm_exec_core+9120>, 0x559d3d575e19 <vm_exec_core+56745>, 0x559d3d569de5 <vm_exec_core+7541>, 0x559d3d569cdd <vm_exec_core+7277>, 0x559d3d569fe8 <vm_exec_core+8056>, 0x559d3d56a9d3 <vm_exec_core+10595>, 0x559d3d56c74e <vm_exec_core+18142>, 0x559d3d56bb99 <vm_exec_core+15145>, 0x559d3d56d348 <vm_exec_core+21208>, 0x559d3d56bff5 <vm_exec_core+16261>, 0x559d3d56e620 <vm_exec_core+26032>, 0x559d3d56fbc7 <vm_exec_core+31575>, 0x559d3d56e864 <vm_exec_core+26612>, 0x559d3d56f4b5 <vm_exec_core+29765>, 0x559d3d56f5a6 <vm_exec_core+30006>, 0x559d3d568b00 <vm_exec_core+2704>, 0x559d3d56f08d <vm_exec_core+28701>, 0x559d3d56acb9 <vm_exec_core+11337>, 0x559d3d56f288 <vm_exec_core+29208>, 0x559d3d56a7fa <vm_exec_core+10122>, 0x559d3d56e79b <vm_exec_core+26411>, 0x559d3d568997 <vm_exec_core+2343>, 0x559d3d56917d <vm_exec_core+4365>, 0x559d3d56f7ea <vm_exec_core+30586>, 0x559d3d56b09d <vm_exec_core+12333>, 0x559d3d56ae9a <vm_exec_core+11818>, 0x559d3d5683cd <vm_exec_core+861>, 0x559d3d5688ba <vm_exec_core+2122>, 0x559d3d568453 <vm_exec_core+995>, 0x559d3d56e953 <vm_exec_core+26851>, 0x559d3d56c21e <vm_exec_core+16814>, 0x559d3d56b8e2 <vm_exec_core+14450>, 0x559d3d56c0fa <vm_exec_core+16522>, 0x559d3d56bd46 <vm_exec_core+15574>, 0x559d3d56af2f <vm_exec_core+11967>, 0x559d3d56b7ed <vm_exec_core+14205>, 0x559d3d56b1b9 <vm_exec_core+12617>, 0x559d3d56b9fc <vm_exec_core+14732>, 0x559d3d56ba6d <vm_exec_core+14845>, 0x559d3d568637 <vm_exec_core+1479>, 0x559d3d56993e <vm_exec_core+6350>, 0x559d3d56eb62 <vm_exec_core+27378>, 0x559d3d5694b0 <vm_exec_core+5184>, 0x559d3d56f913 <vm_exec_core+30883>, 0x559d3d56d71e <vm_exec_core+22190>, 0x559d3d56b32f <vm_exec_core+12991>, 0x559d3d56879f <vm_exec_core+1839>, 0x559d3d56f155 <vm_exec_core+28901>, 0x559d3d56ee9d <vm_exec_core+28205>, 0x559d3d56972d <vm_exec_core+5821>, 0x559d3d568c8f <vm_exec_core+3103>, 0x559d3d56de17 <vm_exec_core+23975>, 0x559d3d56a234 <vm_exec_core+8644>, 0x559d3d56f356 <vm_exec_core+29414>, 0x559d3d56efff <vm_exec_core+28559>, 0x559d3d56a922 <vm_exec_core+10418>, 0x559d3d56b2be <vm_exec_core+12878>, 0x559d3d56d976 <vm_exec_core+22790>, 0x559d3d56ef76 <vm_exec_core+28422>, 0x559d3d56cd91 <vm_exec_core+19745>, 0x559d3d56d9ff <vm_exec_core+22927>, 0x559d3d56e4b8 <vm_exec_core+25672>, 0x559d3d56ccce <vm_exec_core+19550>, 0x559d3d568bcc <vm_exec_core+2908>, 0x559d3d56d421 <vm_exec_core+21425>, 0x559d3d568a5f <vm_exec_core+2543>, 0x559d3d568e95 <vm_exec_core+3621>, 0x559d3d56aba5 <vm_exec_core+11061>, 0x559d3d56c89b <vm_exec_core+18475>, 0x559d3d56d2ba <vm_exec_core+21066>, 0x559d3d56c540 <vm_exec_core+17616>, 0x559d3d56866b <vm_exec_core+1531>, 0x559d3d56e6e8 <vm_exec_core+26232>, 0x559d3d56edc8 <vm_exec_core+27992>, 0x559d3d56903c <vm_exec_core+4044>, 0x559d3d569be8 <vm_exec_core+7032>, 0x559d3d5698a6 <vm_exec_core+6198>, 0x559d3d56a323 <vm_exec_core+8883>, 0x559d3d56b15a <vm_exec_core+12522>, 0x559d3d5690e3 <vm_exec_core+4211>, 0x559d3d56e550 <vm_exec_core+25824>, 0x559d3d569b72 <vm_exec_core+6914>, 0x559d3d56b008 <vm_exec_core+12184>, 0x559d3d56bacf <vm_exec_core+14943>, 0x559d3d56dead <vm_exec_core+24125>, 0x559d3d56cf53 <vm_exec_core+20195>, 0x559d3d56a5fd <vm_exec_core+9613>, 0x559d3d569e7f <vm_exec_core+7695>, 0x559d3d56dd03 <vm_exec_core+23699>, 0x559d3d56ad85 <vm_exec_core+11541>, 0x559d3d56d520 <vm_exec_core+21680>, 0x559d3d56cfc5 <vm_exec_core+20309>, 0x559d3d56d5d7 <vm_exec_core+21863>, 0x559d3d56ea9a <vm_exec_core+27178>, 0x559d3d56c352 <vm_exec_core+17122>, 0x559d3d56df66 <vm_exec_core+24310>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56da94 <vm_exec_core+23076>, 0x559d3d56a71c <vm_exec_core+9900>, 0x559d3d56cc29 <vm_exec_core+19385>, 0x559d3d56ce69 <vm_exec_core+19961>, 0x559d3d56b703 <vm_exec_core+13971>, 0x559d3d56c896 <vm_exec_core+18470>, 0x559d3d56aaca <vm_exec_core+10842>, 0x559d3d56a107 <vm_exec_core+8343>, 0x559d3d56d655 <vm_exec_core+21989>, 0x559d3d569274 <vm_exec_core+4612>, 0x559d3d56b4b0 <vm_exec_core+13376>, 0x559d3d56be00 <vm_exec_core+15760>, 0x559d3d56a401 <vm_exec_core+9105>, 0x559d3d575e0a <vm_exec_core+56730>, 0x559d3d569dd6 <vm_exec_core+7526>, 0x559d3d569cce <vm_exec_core+7262>, 0x559d3d569fd9 <vm_exec_core+8041>, 0x559d3d56a9c4 <vm_exec_core+10580>, 0x559d3d56c73f <vm_exec_core+18127>, 0x559d3d56bb8a <vm_exec_core+15130>, 0x559d3d56c73a <vm_exec_core+18122>, 0x559d3d56cf4e <vm_exec_core+20190>, 0x559d3d56cf49 <vm_exec_core+20185>, 0x559d3d569fd4 <vm_exec_core+8036>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56b123 <vm_exec_core+12467>, 0x559d3d56b128 <vm_exec_core+12472>, 0x559d3d56cf44 <vm_exec_core+20180>, 0x559d3d56cd8c <vm_exec_core+19740>, 0x559d3d56bdfb <vm_exec_core+15755>, 0x559d3d56bd32 <vm_exec_core+15554>, 0x559d3d56ce3b <vm_exec_core+19915>, 0x559d3d56c205 <vm_exec_core+16789>...}
reg_cfp = 0x749c68fff448
reg_pc = 0x51900002b338
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#17 0x0000559d3d56365b in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#18 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
_ec = 0x5160000003d0
_tag = <optimized out>
state = <optimized out>
result = 36
#19 0x0000559d3d5f31b2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x749c68fff508, self=128215162272960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x749c6ad4a488
cfp = <optimized out>
sp = 0x749c68effb28
use_argv = 0x749c69a62560
stack_argv = 0x749c68effb28
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:1828
captured = 0x749c68fff508
#21 0x0000559d3d5949ec in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1865
No locals.
#22 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#23 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#24 0x0000559d3d5949ec in rb_yield (val=<optimized out>)
No locals.
#25 0x0000559d3d1b08f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x5160000003d0
_tag = {tag = 36, retval = <optimized out>, buf = {0x7ffef3700930, <optimized out>, 0x7ffef3700840, <optimized out>, <optimized out>}, prev = 0x749c69ba1640, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x5160000003d0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#26 0x0000559d3d5d2a48 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:3915
ci = 0x411100000005
cc = <optimized out>
me = 0x749c6b529370
cfunc = 0x50600002aec8
recv = 128214542921440
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#27 0x0000559d3d56ca7f in vm_sendish (ec=0x5160000003d0, reg_cfp=0x749c68fff4f0, cd=0x5020001246d0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
calling = <optimized out>
#28 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = false
val = <optimized out>
cd = 0x5020001246d0
insns_address_table = {0x559d3d568646 <vm_exec_core+1494>, 0x559d3d56994d <vm_exec_core+6365>, 0x559d3d56eb71 <vm_exec_core+27393>, 0x559d3d5694bf <vm_exec_core+5199>, 0x559d3d56f922 <vm_exec_core+30898>, 0x559d3d56d72d <vm_exec_core+22205>, 0x559d3d56b33e <vm_exec_core+13006>, 0x559d3d5687ae <vm_exec_core+1854>, 0x559d3d56f164 <vm_exec_core+28916>, 0x559d3d56eeac <vm_exec_core+28220>, 0x559d3d56973c <vm_exec_core+5836>, 0x559d3d568c9e <vm_exec_core+3118>, 0x559d3d56de26 <vm_exec_core+23990>, 0x559d3d56a243 <vm_exec_core+8659>, 0x559d3d56f365 <vm_exec_core+29429>, 0x559d3d56f00e <vm_exec_core+28574>, 0x559d3d56a931 <vm_exec_core+10433>, 0x559d3d56b2cd <vm_exec_core+12893>, 0x559d3d56d985 <vm_exec_core+22805>, 0x559d3d56ef85 <vm_exec_core+28437>, 0x559d3d56cda0 <vm_exec_core+19760>, 0x559d3d56da0e <vm_exec_core+22942>, 0x559d3d56e4c7 <vm_exec_core+25687>, 0x559d3d56ccdd <vm_exec_core+19565>, 0x559d3d568bdb <vm_exec_core+2923>, 0x559d3d56d430 <vm_exec_core+21440>, 0x559d3d568a6e <vm_exec_core+2558>, 0x559d3d568ea4 <vm_exec_core+3636>, 0x559d3d56abb4 <vm_exec_core+11076>, 0x559d3d56c8aa <vm_exec_core+18490>, 0x559d3d56d2c9 <vm_exec_core+21081>, 0x559d3d56c54f <vm_exec_core+17631>, 0x559d3d56867a <vm_exec_core+1546>, 0x559d3d56e6f7 <vm_exec_core+26247>, 0x559d3d56edd7 <vm_exec_core+28007>, 0x559d3d56904b <vm_exec_core+4059>, 0x559d3d569bf7 <vm_exec_core+7047>, 0x559d3d5698b5 <vm_exec_core+6213>, 0x559d3d56a332 <vm_exec_core+8898>, 0x559d3d56b169 <vm_exec_core+12537>, 0x559d3d5690f2 <vm_exec_core+4226>, 0x559d3d56e55f <vm_exec_core+25839>, 0x559d3d569b81 <vm_exec_core+6929>, 0x559d3d56b017 <vm_exec_core+12199>, 0x559d3d56bade <vm_exec_core+14958>, 0x559d3d56debc <vm_exec_core+24140>, 0x559d3d56cf62 <vm_exec_core+20210>, 0x559d3d56a60c <vm_exec_core+9628>, 0x559d3d569e8e <vm_exec_core+7710>, 0x559d3d56dd12 <vm_exec_core+23714>, 0x559d3d56ad94 <vm_exec_core+11556>, 0x559d3d56d52f <vm_exec_core+21695>, 0x559d3d56cfd4 <vm_exec_core+20324>, 0x559d3d56d5e6 <vm_exec_core+21878>, 0x559d3d56eaa9 <vm_exec_core+27193>, 0x559d3d56c361 <vm_exec_core+17137>, 0x559d3d56df75 <vm_exec_core+24325>, 0x559d3d5683c8 <vm_exec_core+856>, 0x559d3d56daa3 <vm_exec_core+23091>, 0x559d3d56a72b <vm_exec_core+9915>, 0x559d3d56cc38 <vm_exec_core+19400>, 0x559d3d56ce78 <vm_exec_core+19976>, 0x559d3d56b712 <vm_exec_core+13986>, 0x559d3d568f58 <vm_exec_core+3816>, 0x559d3d56aad9 <vm_exec_core+10857>, 0x559d3d56a116 <vm_exec_core+8358>, 0x559d3d56d664 <vm_exec_core+22004>, 0x559d3d569283 <vm_exec_core+4627>, 0x559d3d56b4bf <vm_exec_core+13391>, 0x559d3d56be0f <vm_exec_core+15775>, 0x559d3d56a410 <vm_exec_core+9120>, 0x559d3d575e19 <vm_exec_core+56745>, 0x559d3d569de5 <vm_exec_core+7541>, 0x559d3d569cdd <vm_exec_core+7277>, 0x559d3d569fe8 <vm_exec_core+8056>, 0x559d3d56a9d3 <vm_exec_core+10595>, 0x559d3d56c74e <vm_exec_core+18142>, 0x559d3d56bb99 <vm_exec_core+15145>, 0x559d3d56d348 <vm_exec_core+21208>, 0x559d3d56bff5 <vm_exec_core+16261>, 0x559d3d56e620 <vm_exec_core+26032>, 0x559d3d56fbc7 <vm_exec_core+31575>, 0x559d3d56e864 <vm_exec_core+26612>, 0x559d3d56f4b5 <vm_exec_core+29765>, 0x559d3d56f5a6 <vm_exec_core+30006>, 0x559d3d568b00 <vm_exec_core+2704>, 0x559d3d56f08d <vm_exec_core+28701>, 0x559d3d56acb9 <vm_exec_core+11337>, 0x559d3d56f288 <vm_exec_core+29208>, 0x559d3d56a7fa <vm_exec_core+10122>, 0x559d3d56e79b <vm_exec_core+26411>, 0x559d3d568997 <vm_exec_core+2343>, 0x559d3d56917d <vm_exec_core+4365>, 0x559d3d56f7ea <vm_exec_core+30586>, 0x559d3d56b09d <vm_exec_core+12333>, 0x559d3d56ae9a <vm_exec_core+11818>, 0x559d3d5683cd <vm_exec_core+861>, 0x559d3d5688ba <vm_exec_core+2122>, 0x559d3d568453 <vm_exec_core+995>, 0x559d3d56e953 <vm_exec_core+26851>, 0x559d3d56c21e <vm_exec_core+16814>, 0x559d3d56b8e2 <vm_exec_core+14450>, 0x559d3d56c0fa <vm_exec_core+16522>, 0x559d3d56bd46 <vm_exec_core+15574>, 0x559d3d56af2f <vm_exec_core+11967>, 0x559d3d56b7ed <vm_exec_core+14205>, 0x559d3d56b1b9 <vm_exec_core+12617>, 0x559d3d56b9fc <vm_exec_core+14732>, 0x559d3d56ba6d <vm_exec_core+14845>, 0x559d3d568637 <vm_exec_core+1479>, 0x559d3d56993e <vm_exec_core+6350>, 0x559d3d56eb62 <vm_exec_core+27378>, 0x559d3d5694b0 <vm_exec_core+5184>, 0x559d3d56f913 <vm_exec_core+30883>, 0x559d3d56d71e <vm_exec_core+22190>, 0x559d3d56b32f <vm_exec_core+12991>, 0x559d3d56879f <vm_exec_core+1839>, 0x559d3d56f155 <vm_exec_core+28901>, 0x559d3d56ee9d <vm_exec_core+28205>, 0x559d3d56972d <vm_exec_core+5821>, 0x559d3d568c8f <vm_exec_core+3103>, 0x559d3d56de17 <vm_exec_core+23975>, 0x559d3d56a234 <vm_exec_core+8644>, 0x559d3d56f356 <vm_exec_core+29414>, 0x559d3d56efff <vm_exec_core+28559>, 0x559d3d56a922 <vm_exec_core+10418>, 0x559d3d56b2be <vm_exec_core+12878>, 0x559d3d56d976 <vm_exec_core+22790>, 0x559d3d56ef76 <vm_exec_core+28422>, 0x559d3d56cd91 <vm_exec_core+19745>, 0x559d3d56d9ff <vm_exec_core+22927>, 0x559d3d56e4b8 <vm_exec_core+25672>, 0x559d3d56ccce <vm_exec_core+19550>, 0x559d3d568bcc <vm_exec_core+2908>, 0x559d3d56d421 <vm_exec_core+21425>, 0x559d3d568a5f <vm_exec_core+2543>, 0x559d3d568e95 <vm_exec_core+3621>, 0x559d3d56aba5 <vm_exec_core+11061>, 0x559d3d56c89b <vm_exec_core+18475>, 0x559d3d56d2ba <vm_exec_core+21066>, 0x559d3d56c540 <vm_exec_core+17616>, 0x559d3d56866b <vm_exec_core+1531>, 0x559d3d56e6e8 <vm_exec_core+26232>, 0x559d3d56edc8 <vm_exec_core+27992>, 0x559d3d56903c <vm_exec_core+4044>, 0x559d3d569be8 <vm_exec_core+7032>, 0x559d3d5698a6 <vm_exec_core+6198>, 0x559d3d56a323 <vm_exec_core+8883>, 0x559d3d56b15a <vm_exec_core+12522>, 0x559d3d5690e3 <vm_exec_core+4211>, 0x559d3d56e550 <vm_exec_core+25824>, 0x559d3d569b72 <vm_exec_core+6914>, 0x559d3d56b008 <vm_exec_core+12184>, 0x559d3d56bacf <vm_exec_core+14943>, 0x559d3d56dead <vm_exec_core+24125>, 0x559d3d56cf53 <vm_exec_core+20195>, 0x559d3d56a5fd <vm_exec_core+9613>, 0x559d3d569e7f <vm_exec_core+7695>, 0x559d3d56dd03 <vm_exec_core+23699>, 0x559d3d56ad85 <vm_exec_core+11541>, 0x559d3d56d520 <vm_exec_core+21680>, 0x559d3d56cfc5 <vm_exec_core+20309>, 0x559d3d56d5d7 <vm_exec_core+21863>, 0x559d3d56ea9a <vm_exec_core+27178>, 0x559d3d56c352 <vm_exec_core+17122>, 0x559d3d56df66 <vm_exec_core+24310>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56da94 <vm_exec_core+23076>, 0x559d3d56a71c <vm_exec_core+9900>, 0x559d3d56cc29 <vm_exec_core+19385>, 0x559d3d56ce69 <vm_exec_core+19961>, 0x559d3d56b703 <vm_exec_core+13971>, 0x559d3d56c896 <vm_exec_core+18470>, 0x559d3d56aaca <vm_exec_core+10842>, 0x559d3d56a107 <vm_exec_core+8343>, 0x559d3d56d655 <vm_exec_core+21989>, 0x559d3d569274 <vm_exec_core+4612>, 0x559d3d56b4b0 <vm_exec_core+13376>, 0x559d3d56be00 <vm_exec_core+15760>, 0x559d3d56a401 <vm_exec_core+9105>, 0x559d3d575e0a <vm_exec_core+56730>, 0x559d3d569dd6 <vm_exec_core+7526>, 0x559d3d569cce <vm_exec_core+7262>, 0x559d3d569fd9 <vm_exec_core+8041>, 0x559d3d56a9c4 <vm_exec_core+10580>, 0x559d3d56c73f <vm_exec_core+18127>, 0x559d3d56bb8a <vm_exec_core+15130>, 0x559d3d56c73a <vm_exec_core+18122>, 0x559d3d56cf4e <vm_exec_core+20190>, 0x559d3d56cf49 <vm_exec_core+20185>, 0x559d3d569fd4 <vm_exec_core+8036>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56b123 <vm_exec_core+12467>, 0x559d3d56b128 <vm_exec_core+12472>, 0x559d3d56cf44 <vm_exec_core+20180>, 0x559d3d56cd8c <vm_exec_core+19740>, 0x559d3d56bdfb <vm_exec_core+15755>, 0x559d3d56bd32 <vm_exec_core+15554>, 0x559d3d56ce3b <vm_exec_core+19915>, 0x559d3d56c205 <vm_exec_core+16789>...}
reg_cfp = 0x749c68fff4f0
reg_pc = 0x507000106c50
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>
th: 0x515000000300, native_id: 0x749c6bcfdc40
-- Control frame information -----------------------------------------------
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>
c:0018 p:---- s:0124 e:000123 l:y b:---- CFUNC :value
c:0017 p:0023 s:0120 e:000118 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:797
c:0016 p:0038 s:0109 E:0009b8 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/test/net/http/test_https.rb:106 [FINISH]
c:0015 p:---- s:0101 e:000100 l:y b:---- CFUNC :open
c:0014 p:0008 s:0095 E:0020c0 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/net/http/test_https.rb:73
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
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC :map
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0046 E:000a40 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
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>
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC :map
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
INSN_LABEL_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>
c:0001 p:0000 s:0003 E:001630 l:y b:---- DUMMY [FINISH]
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
th: 0x5150000cd080, native_id: 0x749c4a8fd6c0
-- Control frame information -----------------------------------------------
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC :readpartial
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
c:0002 p:0035 s:0007 e:000006 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]
th: 0x5150000e1300, native_id: 0x749c450f66c0
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>
-- Control frame information -----------------------------------------------
c:0006 p:---- s:0026 e:000025 l:y b:---- CFUNC :accept
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
c:0005 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/build/trunk_asan/.ext/common/openssl/ssl.rb:518
c:0004 p:0012 s:0015 e:000014 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/test/net/http/utils.rb:30
c:0003 p:0017 s:0011 e:000010 l:y b:0001 METHOD <internal:kernel>:169
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
c:0002 p:0004 s:0006 e:000005 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/test/net/http/utils.rb:29 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]
th: 0x5150000e1800, native_id: 0x749c442e96c0
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC :accept
c:0002 p:0004 s:0008 e:000007 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/test/net/http/test_https.rb:92 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]
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>
#29 0x0000559d3d563272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x5160000003d0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#30 0x0000559d3d5f31b2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x749c68fff620, self=128215162321720, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x749c6b390b30
cfp = <optimized out>
sp = 0x749c68effa28
use_argv = 0x749c69a5b2e0
stack_argv = 0x749c68effa28
opt_pc = 0
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#31 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1828
captured = 0x749c68fff620
#32 0x0000559d3d5949ec in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1865
No locals.
#33 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#34 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#35 0x0000559d3d5949ec in rb_yield (val=<optimized out>)
No locals.
#36 0x0000559d3d759d43 in rb_ary_collect (ary=128215133838680) at /tmp/ruby/src/trunk_asan/array.c:3673
collect = 128215156287600
i = 4
#37 0x0000559d3d5d2a48 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:3915
ci = 0x167100000001
cc = <optimized out>
me = 0x749c6b52ebb8
cfunc = 0x506000020068
recv = 128215133838680
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#38 0x0000559d3d56ca7f in vm_sendish (ec=0x5160000003d0, reg_cfp=0x749c68fff608, cd=0x512000013f30, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
calling = <optimized out>
#39 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = false
val = <optimized out>
cd = 0x512000013f30
insns_address_table = {0x559d3d568646 <vm_exec_core+1494>, 0x559d3d56994d <vm_exec_core+6365>, 0x559d3d56eb71 <vm_exec_core+27393>, 0x559d3d5694bf <vm_exec_core+5199>, 0x559d3d56f922 <vm_exec_core+30898>, 0x559d3d56d72d <vm_exec_core+22205>, 0x559d3d56b33e <vm_exec_core+13006>, 0x559d3d5687ae <vm_exec_core+1854>, 0x559d3d56f164 <vm_exec_core+28916>, 0x559d3d56eeac <vm_exec_core+28220>, 0x559d3d56973c <vm_exec_core+5836>, 0x559d3d568c9e <vm_exec_core+3118>, 0x559d3d56de26 <vm_exec_core+23990>, 0x559d3d56a243 <vm_exec_core+8659>, 0x559d3d56f365 <vm_exec_core+29429>, 0x559d3d56f00e <vm_exec_core+28574>, 0x559d3d56a931 <vm_exec_core+10433>, 0x559d3d56b2cd <vm_exec_core+12893>, 0x559d3d56d985 <vm_exec_core+22805>, 0x559d3d56ef85 <vm_exec_core+28437>, 0x559d3d56cda0 <vm_exec_core+19760>, 0x559d3d56da0e <vm_exec_core+22942>, 0x559d3d56e4c7 <vm_exec_core+25687>, 0x559d3d56ccdd <vm_exec_core+19565>, 0x559d3d568bdb <vm_exec_core+2923>, 0x559d3d56d430 <vm_exec_core+21440>, 0x559d3d568a6e <vm_exec_core+2558>, 0x559d3d568ea4 <vm_exec_core+3636>, 0x559d3d56abb4 <vm_exec_core+11076>, 0x559d3d56c8aa <vm_exec_core+18490>, 0x559d3d56d2c9 <vm_exec_core+21081>, 0x559d3d56c54f <vm_exec_core+17631>, 0x559d3d56867a <vm_exec_core+1546>, 0x559d3d56e6f7 <vm_exec_core+26247>, 0x559d3d56edd7 <vm_exec_core+28007>, 0x559d3d56904b <vm_exec_core+4059>, 0x559d3d569bf7 <vm_exec_core+7047>, 0x559d3d5698b5 <vm_exec_core+6213>, 0x559d3d56a332 <vm_exec_core+8898>, 0x559d3d56b169 <vm_exec_core+12537>, 0x559d3d5690f2 <vm_exec_core+4226>, 0x559d3d56e55f <vm_exec_core+25839>, 0x559d3d569b81 <vm_exec_core+6929>, 0x559d3d56b017 <vm_exec_core+12199>, 0x559d3d56bade <vm_exec_core+14958>, 0x559d3d56debc <vm_exec_core+24140>, 0x559d3d56cf62 <vm_exec_core+20210>, 0x559d3d56a60c <vm_exec_core+9628>, 0x559d3d569e8e <vm_exec_core+7710>, 0x559d3d56dd12 <vm_exec_core+23714>, 0x559d3d56ad94 <vm_exec_core+11556>, 0x559d3d56d52f <vm_exec_core+21695>, 0x559d3d56cfd4 <vm_exec_core+20324>, 0x559d3d56d5e6 <vm_exec_core+21878>, 0x559d3d56eaa9 <vm_exec_core+27193>, 0x559d3d56c361 <vm_exec_core+17137>, 0x559d3d56df75 <vm_exec_core+24325>, 0x559d3d5683c8 <vm_exec_core+856>, 0x559d3d56daa3 <vm_exec_core+23091>, 0x559d3d56a72b <vm_exec_core+9915>, 0x559d3d56cc38 <vm_exec_core+19400>, 0x559d3d56ce78 <vm_exec_core+19976>, 0x559d3d56b712 <vm_exec_core+13986>, 0x559d3d568f58 <vm_exec_core+3816>, 0x559d3d56aad9 <vm_exec_core+10857>, 0x559d3d56a116 <vm_exec_core+8358>, 0x559d3d56d664 <vm_exec_core+22004>, 0x559d3d569283 <vm_exec_core+4627>, 0x559d3d56b4bf <vm_exec_core+13391>, 0x559d3d56be0f <vm_exec_core+15775>, 0x559d3d56a410 <vm_exec_core+9120>, 0x559d3d575e19 <vm_exec_core+56745>, 0x559d3d569de5 <vm_exec_core+7541>, 0x559d3d569cdd <vm_exec_core+7277>, 0x559d3d569fe8 <vm_exec_core+8056>, 0x559d3d56a9d3 <vm_exec_core+10595>, 0x559d3d56c74e <vm_exec_core+18142>, 0x559d3d56bb99 <vm_exec_core+15145>, 0x559d3d56d348 <vm_exec_core+21208>, 0x559d3d56bff5 <vm_exec_core+16261>, 0x559d3d56e620 <vm_exec_core+26032>, 0x559d3d56fbc7 <vm_exec_core+31575>, 0x559d3d56e864 <vm_exec_core+26612>, 0x559d3d56f4b5 <vm_exec_core+29765>, 0x559d3d56f5a6 <vm_exec_core+30006>, 0x559d3d568b00 <vm_exec_core+2704>, 0x559d3d56f08d <vm_exec_core+28701>, 0x559d3d56acb9 <vm_exec_core+11337>, 0x559d3d56f288 <vm_exec_core+29208>, 0x559d3d56a7fa <vm_exec_core+10122>, 0x559d3d56e79b <vm_exec_core+26411>, 0x559d3d568997 <vm_exec_core+2343>, 0x559d3d56917d <vm_exec_core+4365>, 0x559d3d56f7ea <vm_exec_core+30586>, 0x559d3d56b09d <vm_exec_core+12333>, 0x559d3d56ae9a <vm_exec_core+11818>, 0x559d3d5683cd <vm_exec_core+861>, 0x559d3d5688ba <vm_exec_core+2122>, 0x559d3d568453 <vm_exec_core+995>, 0x559d3d56e953 <vm_exec_core+26851>, 0x559d3d56c21e <vm_exec_core+16814>, 0x559d3d56b8e2 <vm_exec_core+14450>, 0x559d3d56c0fa <vm_exec_core+16522>, 0x559d3d56bd46 <vm_exec_core+15574>, 0x559d3d56af2f <vm_exec_core+11967>, 0x559d3d56b7ed <vm_exec_core+14205>, 0x559d3d56b1b9 <vm_exec_core+12617>, 0x559d3d56b9fc <vm_exec_core+14732>, 0x559d3d56ba6d <vm_exec_core+14845>, 0x559d3d568637 <vm_exec_core+1479>, 0x559d3d56993e <vm_exec_core+6350>, 0x559d3d56eb62 <vm_exec_core+27378>, 0x559d3d5694b0 <vm_exec_core+5184>, 0x559d3d56f913 <vm_exec_core+30883>, 0x559d3d56d71e <vm_exec_core+22190>, 0x559d3d56b32f <vm_exec_core+12991>, 0x559d3d56879f <vm_exec_core+1839>, 0x559d3d56f155 <vm_exec_core+28901>, 0x559d3d56ee9d <vm_exec_core+28205>, 0x559d3d56972d <vm_exec_core+5821>, 0x559d3d568c8f <vm_exec_core+3103>, 0x559d3d56de17 <vm_exec_core+23975>, 0x559d3d56a234 <vm_exec_core+8644>, 0x559d3d56f356 <vm_exec_core+29414>, 0x559d3d56efff <vm_exec_core+28559>, 0x559d3d56a922 <vm_exec_core+10418>, 0x559d3d56b2be <vm_exec_core+12878>, 0x559d3d56d976 <vm_exec_core+22790>, 0x559d3d56ef76 <vm_exec_core+28422>, 0x559d3d56cd91 <vm_exec_core+19745>, 0x559d3d56d9ff <vm_exec_core+22927>, 0x559d3d56e4b8 <vm_exec_core+25672>, 0x559d3d56ccce <vm_exec_core+19550>, 0x559d3d568bcc <vm_exec_core+2908>, 0x559d3d56d421 <vm_exec_core+21425>, 0x559d3d568a5f <vm_exec_core+2543>, 0x559d3d568e95 <vm_exec_core+3621>, 0x559d3d56aba5 <vm_exec_core+11061>, 0x559d3d56c89b <vm_exec_core+18475>, 0x559d3d56d2ba <vm_exec_core+21066>, 0x559d3d56c540 <vm_exec_core+17616>, 0x559d3d56866b <vm_exec_core+1531>, 0x559d3d56e6e8 <vm_exec_core+26232>, 0x559d3d56edc8 <vm_exec_core+27992>, 0x559d3d56903c <vm_exec_core+4044>, 0x559d3d569be8 <vm_exec_core+7032>, 0x559d3d5698a6 <vm_exec_core+6198>, 0x559d3d56a323 <vm_exec_core+8883>, 0x559d3d56b15a <vm_exec_core+12522>, 0x559d3d5690e3 <vm_exec_core+4211>, 0x559d3d56e550 <vm_exec_core+25824>, 0x559d3d569b72 <vm_exec_core+6914>, 0x559d3d56b008 <vm_exec_core+12184>, 0x559d3d56bacf <vm_exec_core+14943>, 0x559d3d56dead <vm_exec_core+24125>, 0x559d3d56cf53 <vm_exec_core+20195>, 0x559d3d56a5fd <vm_exec_core+9613>, 0x559d3d569e7f <vm_exec_core+7695>, 0x559d3d56dd03 <vm_exec_core+23699>, 0x559d3d56ad85 <vm_exec_core+11541>, 0x559d3d56d520 <vm_exec_core+21680>, 0x559d3d56cfc5 <vm_exec_core+20309>, 0x559d3d56d5d7 <vm_exec_core+21863>, 0x559d3d56ea9a <vm_exec_core+27178>, 0x559d3d56c352 <vm_exec_core+17122>, 0x559d3d56df66 <vm_exec_core+24310>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56da94 <vm_exec_core+23076>, 0x559d3d56a71c <vm_exec_core+9900>, 0x559d3d56cc29 <vm_exec_core+19385>, 0x559d3d56ce69 <vm_exec_core+19961>, 0x559d3d56b703 <vm_exec_core+13971>, 0x559d3d56c896 <vm_exec_core+18470>, 0x559d3d56aaca <vm_exec_core+10842>, 0x559d3d56a107 <vm_exec_core+8343>, 0x559d3d56d655 <vm_exec_core+21989>, 0x559d3d569274 <vm_exec_core+4612>, 0x559d3d56b4b0 <vm_exec_core+13376>, 0x559d3d56be00 <vm_exec_core+15760>, 0x559d3d56a401 <vm_exec_core+9105>, 0x559d3d575e0a <vm_exec_core+56730>, 0x559d3d569dd6 <vm_exec_core+7526>, 0x559d3d569cce <vm_exec_core+7262>, 0x559d3d569fd9 <vm_exec_core+8041>, 0x559d3d56a9c4 <vm_exec_core+10580>, 0x559d3d56c73f <vm_exec_core+18127>, 0x559d3d56bb8a <vm_exec_core+15130>, 0x559d3d56c73a <vm_exec_core+18122>, 0x559d3d56cf4e <vm_exec_core+20190>, 0x559d3d56cf49 <vm_exec_core+20185>, 0x559d3d569fd4 <vm_exec_core+8036>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56b123 <vm_exec_core+12467>, 0x559d3d56b128 <vm_exec_core+12472>, 0x559d3d56cf44 <vm_exec_core+20180>, 0x559d3d56cd8c <vm_exec_core+19740>, 0x559d3d56bdfb <vm_exec_core+15755>, 0x559d3d56bd32 <vm_exec_core+15554>, 0x559d3d56ce3b <vm_exec_core+19915>, 0x559d3d56c205 <vm_exec_core+16789>...}
reg_cfp = 0x749c68fff608
reg_pc = 0x51900001b210
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#40 0x0000559d3d56365b in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#41 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
_ec = 0x5160000003d0
_tag = <optimized out>
state = <optimized out>
result = 36
#42 0x0000559d3d5f31b2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x749c68fff738, self=128215162321720, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x749c6b39f4f0
cfp = <optimized out>
sp = 0x749c68eff8d0
use_argv = 0x749c69a09ee0
stack_argv = 0x749c68eff8d0
opt_pc = 0
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#43 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1828
captured = 0x749c68fff738
#44 0x0000559d3d5949ec in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1865
No locals.
#45 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#46 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#47 0x0000559d3d5949ec in rb_yield (val=<optimized out>)
No locals.
#48 0x0000559d3d759d43 in rb_ary_collect (ary=128215134230840) at /tmp/ruby/src/trunk_asan/array.c:3673
collect = 128215134230640
i = 0
#49 0x0000559d3d5d2a48 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:3915
ci = 0x167100000001
cc = <optimized out>
me = 0x749c6b52ebb8
cfunc = 0x506000020068
recv = 128215134230840
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#50 0x0000559d3d56ca7f in vm_sendish (ec=0x5160000003d0, reg_cfp=0x749c68fff720, cd=0x502000029e70, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
calling = <optimized out>
#51 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = false
val = <optimized out>
cd = 0x502000029e70
insns_address_table = {0x559d3d568646 <vm_exec_core+1494>, 0x559d3d56994d <vm_exec_core+6365>, 0x559d3d56eb71 <vm_exec_core+27393>, 0x559d3d5694bf <vm_exec_core+5199>, 0x559d3d56f922 <vm_exec_core+30898>, 0x559d3d56d72d <vm_exec_core+22205>, 0x559d3d56b33e <vm_exec_core+13006>, 0x559d3d5687ae <vm_exec_core+1854>, 0x559d3d56f164 <vm_exec_core+28916>, 0x559d3d56eeac <vm_exec_core+28220>, 0x559d3d56973c <vm_exec_core+5836>, 0x559d3d568c9e <vm_exec_core+3118>, 0x559d3d56de26 <vm_exec_core+23990>, 0x559d3d56a243 <vm_exec_core+8659>, 0x559d3d56f365 <vm_exec_core+29429>, 0x559d3d56f00e <vm_exec_core+28574>, 0x559d3d56a931 <vm_exec_core+10433>, 0x559d3d56b2cd <vm_exec_core+12893>, 0x559d3d56d985 <vm_exec_core+22805>, 0x559d3d56ef85 <vm_exec_core+28437>, 0x559d3d56cda0 <vm_exec_core+19760>, 0x559d3d56da0e <vm_exec_core+22942>, 0x559d3d56e4c7 <vm_exec_core+25687>, 0x559d3d56ccdd <vm_exec_core+19565>, 0x559d3d568bdb <vm_exec_core+2923>, 0x559d3d56d430 <vm_exec_core+21440>, 0x559d3d568a6e <vm_exec_core+2558>, 0x559d3d568ea4 <vm_exec_core+3636>, 0x559d3d56abb4 <vm_exec_core+11076>, 0x559d3d56c8aa <vm_exec_core+18490>, 0x559d3d56d2c9 <vm_exec_core+21081>, 0x559d3d56c54f <vm_exec_core+17631>, 0x559d3d56867a <vm_exec_core+1546>, 0x559d3d56e6f7 <vm_exec_core+26247>, 0x559d3d56edd7 <vm_exec_core+28007>, 0x559d3d56904b <vm_exec_core+4059>, 0x559d3d569bf7 <vm_exec_core+7047>, 0x559d3d5698b5 <vm_exec_core+6213>, 0x559d3d56a332 <vm_exec_core+8898>, 0x559d3d56b169 <vm_exec_core+12537>, 0x559d3d5690f2 <vm_exec_core+4226>, 0x559d3d56e55f <vm_exec_core+25839>, 0x559d3d569b81 <vm_exec_core+6929>, 0x559d3d56b017 <vm_exec_core+12199>, 0x559d3d56bade <vm_exec_core+14958>, 0x559d3d56debc <vm_exec_core+24140>, 0x559d3d56cf62 <vm_exec_core+20210>, 0x559d3d56a60c <vm_exec_core+9628>, 0x559d3d569e8e <vm_exec_core+7710>, 0x559d3d56dd12 <vm_exec_core+23714>, 0x559d3d56ad94 <vm_exec_core+11556>, 0x559d3d56d52f <vm_exec_core+21695>, 0x559d3d56cfd4 <vm_exec_core+20324>, 0x559d3d56d5e6 <vm_exec_core+21878>, 0x559d3d56eaa9 <vm_exec_core+27193>, 0x559d3d56c361 <vm_exec_core+17137>, 0x559d3d56df75 <vm_exec_core+24325>, 0x559d3d5683c8 <vm_exec_core+856>, 0x559d3d56daa3 <vm_exec_core+23091>, 0x559d3d56a72b <vm_exec_core+9915>, 0x559d3d56cc38 <vm_exec_core+19400>, 0x559d3d56ce78 <vm_exec_core+19976>, 0x559d3d56b712 <vm_exec_core+13986>, 0x559d3d568f58 <vm_exec_core+3816>, 0x559d3d56aad9 <vm_exec_core+10857>, 0x559d3d56a116 <vm_exec_core+8358>, 0x559d3d56d664 <vm_exec_core+22004>, 0x559d3d569283 <vm_exec_core+4627>, 0x559d3d56b4bf <vm_exec_core+13391>, 0x559d3d56be0f <vm_exec_core+15775>, 0x559d3d56a410 <vm_exec_core+9120>, 0x559d3d575e19 <vm_exec_core+56745>, 0x559d3d569de5 <vm_exec_core+7541>, 0x559d3d569cdd <vm_exec_core+7277>, 0x559d3d569fe8 <vm_exec_core+8056>, 0x559d3d56a9d3 <vm_exec_core+10595>, 0x559d3d56c74e <vm_exec_core+18142>, 0x559d3d56bb99 <vm_exec_core+15145>, 0x559d3d56d348 <vm_exec_core+21208>, 0x559d3d56bff5 <vm_exec_core+16261>, 0x559d3d56e620 <vm_exec_core+26032>, 0x559d3d56fbc7 <vm_exec_core+31575>, 0x559d3d56e864 <vm_exec_core+26612>, 0x559d3d56f4b5 <vm_exec_core+29765>, 0x559d3d56f5a6 <vm_exec_core+30006>, 0x559d3d568b00 <vm_exec_core+2704>, 0x559d3d56f08d <vm_exec_core+28701>, 0x559d3d56acb9 <vm_exec_core+11337>, 0x559d3d56f288 <vm_exec_core+29208>, 0x559d3d56a7fa <vm_exec_core+10122>, 0x559d3d56e79b <vm_exec_core+26411>, 0x559d3d568997 <vm_exec_core+2343>, 0x559d3d56917d <vm_exec_core+4365>, 0x559d3d56f7ea <vm_exec_core+30586>, 0x559d3d56b09d <vm_exec_core+12333>, 0x559d3d56ae9a <vm_exec_core+11818>, 0x559d3d5683cd <vm_exec_core+861>, 0x559d3d5688ba <vm_exec_core+2122>, 0x559d3d568453 <vm_exec_core+995>, 0x559d3d56e953 <vm_exec_core+26851>, 0x559d3d56c21e <vm_exec_core+16814>, 0x559d3d56b8e2 <vm_exec_core+14450>, 0x559d3d56c0fa <vm_exec_core+16522>, 0x559d3d56bd46 <vm_exec_core+15574>, 0x559d3d56af2f <vm_exec_core+11967>, 0x559d3d56b7ed <vm_exec_core+14205>, 0x559d3d56b1b9 <vm_exec_core+12617>, 0x559d3d56b9fc <vm_exec_core+14732>, 0x559d3d56ba6d <vm_exec_core+14845>, 0x559d3d568637 <vm_exec_core+1479>, 0x559d3d56993e <vm_exec_core+6350>, 0x559d3d56eb62 <vm_exec_core+27378>, 0x559d3d5694b0 <vm_exec_core+5184>, 0x559d3d56f913 <vm_exec_core+30883>, 0x559d3d56d71e <vm_exec_core+22190>, 0x559d3d56b32f <vm_exec_core+12991>, 0x559d3d56879f <vm_exec_core+1839>, 0x559d3d56f155 <vm_exec_core+28901>, 0x559d3d56ee9d <vm_exec_core+28205>, 0x559d3d56972d <vm_exec_core+5821>, 0x559d3d568c8f <vm_exec_core+3103>, 0x559d3d56de17 <vm_exec_core+23975>, 0x559d3d56a234 <vm_exec_core+8644>, 0x559d3d56f356 <vm_exec_core+29414>, 0x559d3d56efff <vm_exec_core+28559>, 0x559d3d56a922 <vm_exec_core+10418>, 0x559d3d56b2be <vm_exec_core+12878>, 0x559d3d56d976 <vm_exec_core+22790>, 0x559d3d56ef76 <vm_exec_core+28422>, 0x559d3d56cd91 <vm_exec_core+19745>, 0x559d3d56d9ff <vm_exec_core+22927>, 0x559d3d56e4b8 <vm_exec_core+25672>, 0x559d3d56ccce <vm_exec_core+19550>, 0x559d3d568bcc <vm_exec_core+2908>, 0x559d3d56d421 <vm_exec_core+21425>, 0x559d3d568a5f <vm_exec_core+2543>, 0x559d3d568e95 <vm_exec_core+3621>, 0x559d3d56aba5 <vm_exec_core+11061>, 0x559d3d56c89b <vm_exec_core+18475>, 0x559d3d56d2ba <vm_exec_core+21066>, 0x559d3d56c540 <vm_exec_core+17616>, 0x559d3d56866b <vm_exec_core+1531>, 0x559d3d56e6e8 <vm_exec_core+26232>, 0x559d3d56edc8 <vm_exec_core+27992>, 0x559d3d56903c <vm_exec_core+4044>, 0x559d3d569be8 <vm_exec_core+7032>, 0x559d3d5698a6 <vm_exec_core+6198>, 0x559d3d56a323 <vm_exec_core+8883>, 0x559d3d56b15a <vm_exec_core+12522>, 0x559d3d5690e3 <vm_exec_core+4211>, 0x559d3d56e550 <vm_exec_core+25824>, 0x559d3d569b72 <vm_exec_core+6914>, 0x559d3d56b008 <vm_exec_core+12184>, 0x559d3d56bacf <vm_exec_core+14943>, 0x559d3d56dead <vm_exec_core+24125>, 0x559d3d56cf53 <vm_exec_core+20195>, 0x559d3d56a5fd <vm_exec_core+9613>, 0x559d3d569e7f <vm_exec_core+7695>, 0x559d3d56dd03 <vm_exec_core+23699>, 0x559d3d56ad85 <vm_exec_core+11541>, 0x559d3d56d520 <vm_exec_core+21680>, 0x559d3d56cfc5 <vm_exec_core+20309>, 0x559d3d56d5d7 <vm_exec_core+21863>, 0x559d3d56ea9a <vm_exec_core+27178>, 0x559d3d56c352 <vm_exec_core+17122>, 0x559d3d56df66 <vm_exec_core+24310>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56da94 <vm_exec_core+23076>, 0x559d3d56a71c <vm_exec_core+9900>, 0x559d3d56cc29 <vm_exec_core+19385>, 0x559d3d56ce69 <vm_exec_core+19961>, 0x559d3d56b703 <vm_exec_core+13971>, 0x559d3d56c896 <vm_exec_core+18470>, 0x559d3d56aaca <vm_exec_core+10842>, 0x559d3d56a107 <vm_exec_core+8343>, 0x559d3d56d655 <vm_exec_core+21989>, 0x559d3d569274 <vm_exec_core+4612>, 0x559d3d56b4b0 <vm_exec_core+13376>, 0x559d3d56be00 <vm_exec_core+15760>, 0x559d3d56a401 <vm_exec_core+9105>, 0x559d3d575e0a <vm_exec_core+56730>, 0x559d3d569dd6 <vm_exec_core+7526>, 0x559d3d569cce <vm_exec_core+7262>, 0x559d3d569fd9 <vm_exec_core+8041>, 0x559d3d56a9c4 <vm_exec_core+10580>, 0x559d3d56c73f <vm_exec_core+18127>, 0x559d3d56bb8a <vm_exec_core+15130>, 0x559d3d56c73a <vm_exec_core+18122>, 0x559d3d56cf4e <vm_exec_core+20190>, 0x559d3d56cf49 <vm_exec_core+20185>, 0x559d3d569fd4 <vm_exec_core+8036>, 0x559d3d56d40d <vm_exec_core+21405>, 0x559d3d56b123 <vm_exec_core+12467>, 0x559d3d56b128 <vm_exec_core+12472>, 0x559d3d56cf44 <vm_exec_core+20180>, 0x559d3d56cd8c <vm_exec_core+19740>, 0x559d3d56bdfb <vm_exec_core+15755>, 0x559d3d56bd32 <vm_exec_core+15554>, 0x559d3d56ce3b <vm_exec_core+19915>, 0x559d3d56c205 <vm_exec_core+16789>...}
reg_cfp = 0x749c68fff720
reg_pc = 0x5040000085b8
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#52 0x0000559d3d56365b in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#53 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
_ec = 0x5160000003d0
_tag = <optimized out>
state = <optimized out>
result = 36
#54 0x0000559d3d5abab8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3050
ec = 0x5160000003d0
val = <optimized out>
#55 0x0000559d3d1abc7a in rb_ec_exec_node (ec=0x5160000003d0, n=0x749c6b39f680) at /tmp/ruby/src/trunk_asan/eval.c:283
_ec = 0x5160000003d0
_tag = {tag = 36, retval = <optimized out>, buf = {0x7ffef37026f0, <optimized out>, 0x7ffef3702640, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x749c6b39f680
#56 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
ec = 0x5160000003d0
status = <optimized out>
#57 0x0000559d3d1a4be7 in rb_main (argc=11, argv=0x7ffef37028c8) at /tmp/ruby/src/trunk_asan/main.c:42
variable_in_this_stack_frame = <optimized out>
#58 main (argc=11, argv=0x7ffef37028c8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.
>>> Dump Ruby level backtrace (if possible)
$1 = true
[Inferior 1 (process 939882) detached]
$ timeout 60 gdb -p 939895 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
running file: /tmp/ruby/src/trunk_asan/test/net/http/test_https.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 1078902]
[New LWP 1078891]
[New LWP 1019028]
[New LWP 940142]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000077f1a0498d71 in __futex_abstimed_wait_common64 (private=32764, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000000094) at ./nptl/futex-internal.c:57
>>> Threads
Id Target Id Frame
* 1 Thread 0x77f1a07abc40 (LWP 939895) "ruby" 0x000077f1a0498d71 in __futex_abstimed_wait_common64 (private=32764, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000000094) at ./nptl/futex-internal.c:57
2 Thread 0x77f157fb46c0 (LWP 1078902) "test_https_pro*" 0x000077f1a051ba30 in __GI_ppoll (fds=0x77f170908460, nfds=1, timeout=<optimized out>, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
3 Thread 0x77f17d9fd6c0 (LWP 1078891) "parallel.rb:40" 0x000077f1a051b4fd in __GI___poll (fds=0x77f173630560, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
4 Thread 0x77f1845ff6c0 (LWP 1019028) "ruby" 0x000077f1a051b4fd in __GI___poll (fds=0x77f180fbf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
5 Thread 0x77f17d2dd6c0 (LWP 940142) "Timeout stdlib " 0x000077f1a0498d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00013c054) at ./nptl/futex-internal.c:57
>>> Machine level backtrace
Thread 5 (Thread 0x77f17d2dd6c0 (LWP 940142) "Timeout stdlib "):
#0 0x000077f1a0498d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00013c054) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x50c00013c054) 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=0x50c00013c054, 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 0x000077f1a049b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x514000000108, cond=0x50c00013c028) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x77f1a049b4b0 <__condvar_cleanup_waiting>, __arg = 0x77f17d2dbc00, __canceltype = 2062568208, __prev = 0x0}
cbuffer = {wseq = 11, cond = 0x50c00013c028, mutex = 0x514000000108, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 11
seq = 5
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=0x50c00013c028, mutex=mutex@entry=0x514000000108) at ./nptl/pthread_cond_wait.c:627
No locals.
#5 0x000057f0c4fcf57f in rb_native_cond_wait (cond=0x50c00013c054, mutex=0x514000000108) at /tmp/ruby/src/trunk_asan/thread_pthread.c:231
r = <optimized out>
#6 thread_sched_wait_running_turn (sched=sched@entry=0x514000000108, th=th@entry=0x515000138600, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
next_th = 0x0
#7 0x000057f0c4ff9d91 in thread_sched_to_waiting_until_wakeup (sched=0x514000000108, th=th@entry=0x515000138600) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1126
can_direct_transfer = <optimized out>
#8 0x000057f0c4fdab21 in native_sleep (th=0x515000138600, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3350
sched = <optimized out>
#9 sleep_forever (th=0x515000138600, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1381
prev_status = THREAD_RUNNABLE
status = THREAD_STOPPED_FOREVER
woke = <optimized out>
#10 0x000057f0c4ff88fc in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=131879650947520, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1426
scheduler = <optimized out>
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1076
args = <optimized out>
#12 0x000057f0c4cbc8f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x5160023df0d0
_tag = {tag = 36, retval = <optimized out>, buf = {0x77f17d2dbf70, <optimized out>, 0x77f17d2dbe80, <optimized out>, <optimized out>}, prev = 0x77f17abf7240, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x5160023df0d0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#13 0x000057f0c4ff7c5e in queue_do_pop (self=<optimized out>, q=0x504000038850, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1151
queue_waiter = {w = {self = 131879650947520, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
queue_sleep_arg = {self = 131879650947520, timeout = 4, end = <optimized out>}
ec = <optimized out>
waitq = 0x504000038850
end = 0
#14 0x000057f0c507c006 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:7548
func_ptr = <optimized out>
canary_p = <optimized out>
ret = <optimized out>
#15 0x000057f0c507c006 in vm_invoke_builtin_delegate (ec=0x5160023df0d0, cfp=0x77f17c98f758, bf=<optimized out>, start_index=<optimized out>)
argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x5160023df0d0) at ../../src/trunk_asan/insns.def:1663
bf = <optimized out>
leaf = false
val = <optimized out>
index = <optimized out>
insns_address_table = {0x57f0c5074646 <vm_exec_core+1494>, 0x57f0c507594d <vm_exec_core+6365>, 0x57f0c507ab71 <vm_exec_core+27393>, 0x57f0c50754bf <vm_exec_core+5199>, 0x57f0c507b922 <vm_exec_core+30898>, 0x57f0c507972d <vm_exec_core+22205>, 0x57f0c507733e <vm_exec_core+13006>, 0x57f0c50747ae <vm_exec_core+1854>, 0x57f0c507b164 <vm_exec_core+28916>, 0x57f0c507aeac <vm_exec_core+28220>, 0x57f0c507573c <vm_exec_core+5836>, 0x57f0c5074c9e <vm_exec_core+3118>, 0x57f0c5079e26 <vm_exec_core+23990>, 0x57f0c5076243 <vm_exec_core+8659>, 0x57f0c507b365 <vm_exec_core+29429>, 0x57f0c507b00e <vm_exec_core+28574>, 0x57f0c5076931 <vm_exec_core+10433>, 0x57f0c50772cd <vm_exec_core+12893>, 0x57f0c5079985 <vm_exec_core+22805>, 0x57f0c507af85 <vm_exec_core+28437>, 0x57f0c5078da0 <vm_exec_core+19760>, 0x57f0c5079a0e <vm_exec_core+22942>, 0x57f0c507a4c7 <vm_exec_core+25687>, 0x57f0c5078cdd <vm_exec_core+19565>, 0x57f0c5074bdb <vm_exec_core+2923>, 0x57f0c5079430 <vm_exec_core+21440>, 0x57f0c5074a6e <vm_exec_core+2558>, 0x57f0c5074ea4 <vm_exec_core+3636>, 0x57f0c5076bb4 <vm_exec_core+11076>, 0x57f0c50788aa <vm_exec_core+18490>, 0x57f0c50792c9 <vm_exec_core+21081>, 0x57f0c507854f <vm_exec_core+17631>, 0x57f0c507467a <vm_exec_core+1546>, 0x57f0c507a6f7 <vm_exec_core+26247>, 0x57f0c507add7 <vm_exec_core+28007>, 0x57f0c507504b <vm_exec_core+4059>, 0x57f0c5075bf7 <vm_exec_core+7047>, 0x57f0c50758b5 <vm_exec_core+6213>, 0x57f0c5076332 <vm_exec_core+8898>, 0x57f0c5077169 <vm_exec_core+12537>, 0x57f0c50750f2 <vm_exec_core+4226>, 0x57f0c507a55f <vm_exec_core+25839>, 0x57f0c5075b81 <vm_exec_core+6929>, 0x57f0c5077017 <vm_exec_core+12199>, 0x57f0c5077ade <vm_exec_core+14958>, 0x57f0c5079ebc <vm_exec_core+24140>, 0x57f0c5078f62 <vm_exec_core+20210>, 0x57f0c507660c <vm_exec_core+9628>, 0x57f0c5075e8e <vm_exec_core+7710>, 0x57f0c5079d12 <vm_exec_core+23714>, 0x57f0c5076d94 <vm_exec_core+11556>, 0x57f0c507952f <vm_exec_core+21695>, 0x57f0c5078fd4 <vm_exec_core+20324>, 0x57f0c50795e6 <vm_exec_core+21878>, 0x57f0c507aaa9 <vm_exec_core+27193>, 0x57f0c5078361 <vm_exec_core+17137>, 0x57f0c5079f75 <vm_exec_core+24325>, 0x57f0c50743c8 <vm_exec_core+856>, 0x57f0c5079aa3 <vm_exec_core+23091>, 0x57f0c507672b <vm_exec_core+9915>, 0x57f0c5078c38 <vm_exec_core+19400>, 0x57f0c5078e78 <vm_exec_core+19976>, 0x57f0c5077712 <vm_exec_core+13986>, 0x57f0c5074f58 <vm_exec_core+3816>, 0x57f0c5076ad9 <vm_exec_core+10857>, 0x57f0c5076116 <vm_exec_core+8358>, 0x57f0c5079664 <vm_exec_core+22004>, 0x57f0c5075283 <vm_exec_core+4627>, 0x57f0c50774bf <vm_exec_core+13391>, 0x57f0c5077e0f <vm_exec_core+15775>, 0x57f0c5076410 <vm_exec_core+9120>, 0x57f0c5081e19 <vm_exec_core+56745>, 0x57f0c5075de5 <vm_exec_core+7541>, 0x57f0c5075cdd <vm_exec_core+7277>, 0x57f0c5075fe8 <vm_exec_core+8056>, 0x57f0c50769d3 <vm_exec_core+10595>, 0x57f0c507874e <vm_exec_core+18142>, 0x57f0c5077b99 <vm_exec_core+15145>, 0x57f0c5079348 <vm_exec_core+21208>, 0x57f0c5077ff5 <vm_exec_core+16261>, 0x57f0c507a620 <vm_exec_core+26032>, 0x57f0c507bbc7 <vm_exec_core+31575>, 0x57f0c507a864 <vm_exec_core+26612>, 0x57f0c507b4b5 <vm_exec_core+29765>, 0x57f0c507b5a6 <vm_exec_core+30006>, 0x57f0c5074b00 <vm_exec_core+2704>, 0x57f0c507b08d <vm_exec_core+28701>, 0x57f0c5076cb9 <vm_exec_core+11337>, 0x57f0c507b288 <vm_exec_core+29208>, 0x57f0c50767fa <vm_exec_core+10122>, 0x57f0c507a79b <vm_exec_core+26411>, 0x57f0c5074997 <vm_exec_core+2343>, 0x57f0c507517d <vm_exec_core+4365>, 0x57f0c507b7ea <vm_exec_core+30586>, 0x57f0c507709d <vm_exec_core+12333>, 0x57f0c5076e9a <vm_exec_core+11818>, 0x57f0c50743cd <vm_exec_core+861>, 0x57f0c50748ba <vm_exec_core+2122>, 0x57f0c5074453 <vm_exec_core+995>, 0x57f0c507a953 <vm_exec_core+26851>, 0x57f0c507821e <vm_exec_core+16814>, 0x57f0c50778e2 <vm_exec_core+14450>, 0x57f0c50780fa <vm_exec_core+16522>, 0x57f0c5077d46 <vm_exec_core+15574>, 0x57f0c5076f2f <vm_exec_core+11967>, 0x57f0c50777ed <vm_exec_core+14205>, 0x57f0c50771b9 <vm_exec_core+12617>, 0x57f0c50779fc <vm_exec_core+14732>, 0x57f0c5077a6d <vm_exec_core+14845>, 0x57f0c5074637 <vm_exec_core+1479>, 0x57f0c507593e <vm_exec_core+6350>, 0x57f0c507ab62 <vm_exec_core+27378>, 0x57f0c50754b0 <vm_exec_core+5184>, 0x57f0c507b913 <vm_exec_core+30883>, 0x57f0c507971e <vm_exec_core+22190>, 0x57f0c507732f <vm_exec_core+12991>, 0x57f0c507479f <vm_exec_core+1839>, 0x57f0c507b155 <vm_exec_core+28901>, 0x57f0c507ae9d <vm_exec_core+28205>, 0x57f0c507572d <vm_exec_core+5821>, 0x57f0c5074c8f <vm_exec_core+3103>, 0x57f0c5079e17 <vm_exec_core+23975>, 0x57f0c5076234 <vm_exec_core+8644>, 0x57f0c507b356 <vm_exec_core+29414>, 0x57f0c507afff <vm_exec_core+28559>, 0x57f0c5076922 <vm_exec_core+10418>, 0x57f0c50772be <vm_exec_core+12878>, 0x57f0c5079976 <vm_exec_core+22790>, 0x57f0c507af76 <vm_exec_core+28422>, 0x57f0c5078d91 <vm_exec_core+19745>, 0x57f0c50799ff <vm_exec_core+22927>, 0x57f0c507a4b8 <vm_exec_core+25672>, 0x57f0c5078cce <vm_exec_core+19550>, 0x57f0c5074bcc <vm_exec_core+2908>, 0x57f0c5079421 <vm_exec_core+21425>, 0x57f0c5074a5f <vm_exec_core+2543>, 0x57f0c5074e95 <vm_exec_core+3621>, 0x57f0c5076ba5 <vm_exec_core+11061>, 0x57f0c507889b <vm_exec_core+18475>, 0x57f0c50792ba <vm_exec_core+21066>, 0x57f0c5078540 <vm_exec_core+17616>, 0x57f0c507466b <vm_exec_core+1531>, 0x57f0c507a6e8 <vm_exec_core+26232>, 0x57f0c507adc8 <vm_exec_core+27992>, 0x57f0c507503c <vm_exec_core+4044>, 0x57f0c5075be8 <vm_exec_core+7032>, 0x57f0c50758a6 <vm_exec_core+6198>, 0x57f0c5076323 <vm_exec_core+8883>, 0x57f0c507715a <vm_exec_core+12522>, 0x57f0c50750e3 <vm_exec_core+4211>, 0x57f0c507a550 <vm_exec_core+25824>, 0x57f0c5075b72 <vm_exec_core+6914>, 0x57f0c5077008 <vm_exec_core+12184>, 0x57f0c5077acf <vm_exec_core+14943>, 0x57f0c5079ead <vm_exec_core+24125>, 0x57f0c5078f53 <vm_exec_core+20195>, 0x57f0c50765fd <vm_exec_core+9613>, 0x57f0c5075e7f <vm_exec_core+7695>, 0x57f0c5079d03 <vm_exec_core+23699>, 0x57f0c5076d85 <vm_exec_core+11541>, 0x57f0c5079520 <vm_exec_core+21680>, 0x57f0c5078fc5 <vm_exec_core+20309>, 0x57f0c50795d7 <vm_exec_core+21863>, 0x57f0c507aa9a <vm_exec_core+27178>, 0x57f0c5078352 <vm_exec_core+17122>, 0x57f0c5079f66 <vm_exec_core+24310>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5079a94 <vm_exec_core+23076>, 0x57f0c507671c <vm_exec_core+9900>, 0x57f0c5078c29 <vm_exec_core+19385>, 0x57f0c5078e69 <vm_exec_core+19961>, 0x57f0c5077703 <vm_exec_core+13971>, 0x57f0c5078896 <vm_exec_core+18470>, 0x57f0c5076aca <vm_exec_core+10842>, 0x57f0c5076107 <vm_exec_core+8343>, 0x57f0c5079655 <vm_exec_core+21989>, 0x57f0c5075274 <vm_exec_core+4612>, 0x57f0c50774b0 <vm_exec_core+13376>, 0x57f0c5077e00 <vm_exec_core+15760>, 0x57f0c5076401 <vm_exec_core+9105>, 0x57f0c5081e0a <vm_exec_core+56730>, 0x57f0c5075dd6 <vm_exec_core+7526>, 0x57f0c5075cce <vm_exec_core+7262>, 0x57f0c5075fd9 <vm_exec_core+8041>, 0x57f0c50769c4 <vm_exec_core+10580>, 0x57f0c507873f <vm_exec_core+18127>, 0x57f0c5077b8a <vm_exec_core+15130>, 0x57f0c507873a <vm_exec_core+18122>, 0x57f0c5078f4e <vm_exec_core+20190>, 0x57f0c5078f49 <vm_exec_core+20185>, 0x57f0c5075fd4 <vm_exec_core+8036>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5077123 <vm_exec_core+12467>, 0x57f0c5077128 <vm_exec_core+12472>, 0x57f0c5078f44 <vm_exec_core+20180>, 0x57f0c5078d8c <vm_exec_core+19740>, 0x57f0c5077dfb <vm_exec_core+15755>, 0x57f0c5077d32 <vm_exec_core+15554>, 0x57f0c5078e3b <vm_exec_core+19915>, 0x57f0c5078205 <vm_exec_core+16789>...}
reg_cfp = 0x77f17c98f758
reg_pc = 0x510000002af8
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#17 0x000057f0c506f272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x5160023df0d0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#18 0x000057f0c50b2d7b in invoke_iseq_block_from_c (ec=0x5160023df0d0, captured=<optimized out>, self=131879652128160, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x77f19fbf7b20
cfp = 0x77f17c98f7c8
sp = 0x77f17c88f818
use_argv = <optimized out>
stack_argv = 0x77f17c88f818
opt_pc = <optimized out>
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x5160023df0d0, self=131879652128160, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1908
block = <optimized out>
keyword_hash = <optimized out>
#20 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1938
No locals.
#21 0x000057f0c50b0fd6 in rb_vm_invoke_proc (ec=0x50c00013c054, proc=0x189, proc@entry=0x5040003968d0, argc=-1605792399, argc@entry=0, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1959
self = 0
#22 0x000057f0c4ffe03d in thread_do_start_proc (th=th@entry=0x515000138600) at /tmp/ruby/src/trunk_asan/thread.c:614
args = <optimized out>
procval = <optimized out>
proc = 0x5040003968d0
args_len = 0
args_ptr = <optimized out>
#23 0x000057f0c4ffbbad in thread_do_start (th=0x515000138600) at /tmp/ruby/src/trunk_asan/thread.c:631
result = 36
#24 thread_start_func_2 (th=th@entry=0x515000138600, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
_tag = <optimized out>
_ec = <optimized out>
ractor_main_th = 0x515000000300
fiber_scheduler_closed = 0
event_thread_end_hooked = 0
result = 36
state = RUBY_TAG_NONE
errinfo = <optimized out>
#25 0x000057f0c4ffae9e in call_thread_start_func_2 (th=0x515000138600) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
stack_start = <optimized out>
stack_start_addr = 0x77f17d2dccc0
#26 nt_start (ptr=0x50c00013c000) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
th = 0x515000138600
sched = <optimized out>
nt = 0x50c00013c000
vm = 0x525000000100
#27 0x000057f0c4c70b2f in asan_thread_start(void*) ()
No symbol table info available.
#28 0x000077f1a049caa4 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 = {131879070979776, -4548607132441738252, 131879070979776, -352, 25, 140722679723856, -4548607132420766732, -4548174783541771276}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#29 0x000077f1a0529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 4 (Thread 0x77f1845ff6c0 (LWP 1019028) "ruby"):
#0 0x000077f1a051b4fd in __GI___poll (fds=0x77f180fbf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
sc_ret = -516
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x000057f0c4c1777a in __interceptor_poll ()
No symbol table info available.
#2 0x000057f0c4fff9ea in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1067
pfd = {fd = 3, events = 1, revents = <optimized out>}
timeout = -1
r = <optimized out>
#3 timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3075
vm = <optimized out>
#4 0x000057f0c4c70b2f in asan_thread_start(void*) ()
No symbol table info available.
#5 0x000077f1a049caa4 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 = {131879191705280, -4548095703842257932, 131879191705280, -352, 0, 140722679727568, -4548095703821286412, -4548174783541771276}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#6 0x000077f1a0529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 3 (Thread 0x77f17d9fd6c0 (LWP 1078891) "parallel.rb:40"):
#0 0x000077f1a051b4fd in __GI___poll (fds=0x77f173630560, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
sc_ret = -516
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x000057f0c4c1777a in __interceptor_poll ()
No symbol table info available.
#2 0x000057f0c4d82209 in nogvl_wait_for (th=131879049587960, fptr=0x511000289640, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12573
fds = {fd = 4, events = <optimized out>, revents = <optimized out>}
scheduler = <optimized out>
fd = <optimized out>
timeout_milliseconds = -1
#3 io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
ready = <optimized out>
#4 0x000057f0c4d8369a in internal_read_func (ptr=0x77f173630440) at /tmp/ruby/src/trunk_asan/io.c:1212
iis = 0x77f173630440
result = <optimized out>
#5 0x000057f0c4fdfa62 in rb_thread_io_blocking_call (io=0x511000289640, func=0x57f0c4d83190 <internal_read_func>, data1=0x77f173630440, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1973
__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 0x000057f0c4cbc8f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x516001c34ad0
_tag = {tag = 36, retval = <optimized out>, buf = {0x77f17d9fbe50, <optimized out>, 0x77f17d9fbd60, <optimized out>, <optimized out>}, prev = 0x77f173630240, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x516001c34ad0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#7 0x000057f0c4d97452 in io_read_memory_locktmp (str=131878906692960, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3458
No locals.
#8 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=<optimized out>, nonblock=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3504
str = <optimized out>
iis = {th = 131879049587960, fptr = 0x511000289640, nonblock = 0, fd = 4, buf = 0x5190001a9080, capa = 1024, timeout = <optimized out>}
length = <optimized out>
len = 1024
fptr = 0x511000289640
n = <optimized out>
shrinkable = <optimized out>
#9 0x000057f0c4d73fa1 in io_readpartial (argc=1935869280, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3624
ret = <optimized out>
#10 0x000057f0c50dea48 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:3915
ci = 0x40d100100003
cc = <optimized out>
me = 0x77f19fdd8958
cfunc = 0x50600002c068
recv = 131879049588080
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#11 0x000057f0c50803bd in vm_sendish (ec=0x516001c34ad0, reg_cfp=0x77f17bd1d790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
#12 vm_exec_core (ec=ec@entry=0x516001c34ad0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x57f0c5074646 <vm_exec_core+1494>, 0x57f0c507594d <vm_exec_core+6365>, 0x57f0c507ab71 <vm_exec_core+27393>, 0x57f0c50754bf <vm_exec_core+5199>, 0x57f0c507b922 <vm_exec_core+30898>, 0x57f0c507972d <vm_exec_core+22205>, 0x57f0c507733e <vm_exec_core+13006>, 0x57f0c50747ae <vm_exec_core+1854>, 0x57f0c507b164 <vm_exec_core+28916>, 0x57f0c507aeac <vm_exec_core+28220>, 0x57f0c507573c <vm_exec_core+5836>, 0x57f0c5074c9e <vm_exec_core+3118>, 0x57f0c5079e26 <vm_exec_core+23990>, 0x57f0c5076243 <vm_exec_core+8659>, 0x57f0c507b365 <vm_exec_core+29429>, 0x57f0c507b00e <vm_exec_core+28574>, 0x57f0c5076931 <vm_exec_core+10433>, 0x57f0c50772cd <vm_exec_core+12893>, 0x57f0c5079985 <vm_exec_core+22805>, 0x57f0c507af85 <vm_exec_core+28437>, 0x57f0c5078da0 <vm_exec_core+19760>, 0x57f0c5079a0e <vm_exec_core+22942>, 0x57f0c507a4c7 <vm_exec_core+25687>, 0x57f0c5078cdd <vm_exec_core+19565>, 0x57f0c5074bdb <vm_exec_core+2923>, 0x57f0c5079430 <vm_exec_core+21440>, 0x57f0c5074a6e <vm_exec_core+2558>, 0x57f0c5074ea4 <vm_exec_core+3636>, 0x57f0c5076bb4 <vm_exec_core+11076>, 0x57f0c50788aa <vm_exec_core+18490>, 0x57f0c50792c9 <vm_exec_core+21081>, 0x57f0c507854f <vm_exec_core+17631>, 0x57f0c507467a <vm_exec_core+1546>, 0x57f0c507a6f7 <vm_exec_core+26247>, 0x57f0c507add7 <vm_exec_core+28007>, 0x57f0c507504b <vm_exec_core+4059>, 0x57f0c5075bf7 <vm_exec_core+7047>, 0x57f0c50758b5 <vm_exec_core+6213>, 0x57f0c5076332 <vm_exec_core+8898>, 0x57f0c5077169 <vm_exec_core+12537>, 0x57f0c50750f2 <vm_exec_core+4226>, 0x57f0c507a55f <vm_exec_core+25839>, 0x57f0c5075b81 <vm_exec_core+6929>, 0x57f0c5077017 <vm_exec_core+12199>, 0x57f0c5077ade <vm_exec_core+14958>, 0x57f0c5079ebc <vm_exec_core+24140>, 0x57f0c5078f62 <vm_exec_core+20210>, 0x57f0c507660c <vm_exec_core+9628>, 0x57f0c5075e8e <vm_exec_core+7710>, 0x57f0c5079d12 <vm_exec_core+23714>, 0x57f0c5076d94 <vm_exec_core+11556>, 0x57f0c507952f <vm_exec_core+21695>, 0x57f0c5078fd4 <vm_exec_core+20324>, 0x57f0c50795e6 <vm_exec_core+21878>, 0x57f0c507aaa9 <vm_exec_core+27193>, 0x57f0c5078361 <vm_exec_core+17137>, 0x57f0c5079f75 <vm_exec_core+24325>, 0x57f0c50743c8 <vm_exec_core+856>, 0x57f0c5079aa3 <vm_exec_core+23091>, 0x57f0c507672b <vm_exec_core+9915>, 0x57f0c5078c38 <vm_exec_core+19400>, 0x57f0c5078e78 <vm_exec_core+19976>, 0x57f0c5077712 <vm_exec_core+13986>, 0x57f0c5074f58 <vm_exec_core+3816>, 0x57f0c5076ad9 <vm_exec_core+10857>, 0x57f0c5076116 <vm_exec_core+8358>, 0x57f0c5079664 <vm_exec_core+22004>, 0x57f0c5075283 <vm_exec_core+4627>, 0x57f0c50774bf <vm_exec_core+13391>, 0x57f0c5077e0f <vm_exec_core+15775>, 0x57f0c5076410 <vm_exec_core+9120>, 0x57f0c5081e19 <vm_exec_core+56745>, 0x57f0c5075de5 <vm_exec_core+7541>, 0x57f0c5075cdd <vm_exec_core+7277>, 0x57f0c5075fe8 <vm_exec_core+8056>, 0x57f0c50769d3 <vm_exec_core+10595>, 0x57f0c507874e <vm_exec_core+18142>, 0x57f0c5077b99 <vm_exec_core+15145>, 0x57f0c5079348 <vm_exec_core+21208>, 0x57f0c5077ff5 <vm_exec_core+16261>, 0x57f0c507a620 <vm_exec_core+26032>, 0x57f0c507bbc7 <vm_exec_core+31575>, 0x57f0c507a864 <vm_exec_core+26612>, 0x57f0c507b4b5 <vm_exec_core+29765>, 0x57f0c507b5a6 <vm_exec_core+30006>, 0x57f0c5074b00 <vm_exec_core+2704>, 0x57f0c507b08d <vm_exec_core+28701>, 0x57f0c5076cb9 <vm_exec_core+11337>, 0x57f0c507b288 <vm_exec_core+29208>, 0x57f0c50767fa <vm_exec_core+10122>, 0x57f0c507a79b <vm_exec_core+26411>, 0x57f0c5074997 <vm_exec_core+2343>, 0x57f0c507517d <vm_exec_core+4365>, 0x57f0c507b7ea <vm_exec_core+30586>, 0x57f0c507709d <vm_exec_core+12333>, 0x57f0c5076e9a <vm_exec_core+11818>, 0x57f0c50743cd <vm_exec_core+861>, 0x57f0c50748ba <vm_exec_core+2122>, 0x57f0c5074453 <vm_exec_core+995>, 0x57f0c507a953 <vm_exec_core+26851>, 0x57f0c507821e <vm_exec_core+16814>, 0x57f0c50778e2 <vm_exec_core+14450>, 0x57f0c50780fa <vm_exec_core+16522>, 0x57f0c5077d46 <vm_exec_core+15574>, 0x57f0c5076f2f <vm_exec_core+11967>, 0x57f0c50777ed <vm_exec_core+14205>, 0x57f0c50771b9 <vm_exec_core+12617>, 0x57f0c50779fc <vm_exec_core+14732>, 0x57f0c5077a6d <vm_exec_core+14845>, 0x57f0c5074637 <vm_exec_core+1479>, 0x57f0c507593e <vm_exec_core+6350>, 0x57f0c507ab62 <vm_exec_core+27378>, 0x57f0c50754b0 <vm_exec_core+5184>, 0x57f0c507b913 <vm_exec_core+30883>, 0x57f0c507971e <vm_exec_core+22190>, 0x57f0c507732f <vm_exec_core+12991>, 0x57f0c507479f <vm_exec_core+1839>, 0x57f0c507b155 <vm_exec_core+28901>, 0x57f0c507ae9d <vm_exec_core+28205>, 0x57f0c507572d <vm_exec_core+5821>, 0x57f0c5074c8f <vm_exec_core+3103>, 0x57f0c5079e17 <vm_exec_core+23975>, 0x57f0c5076234 <vm_exec_core+8644>, 0x57f0c507b356 <vm_exec_core+29414>, 0x57f0c507afff <vm_exec_core+28559>, 0x57f0c5076922 <vm_exec_core+10418>, 0x57f0c50772be <vm_exec_core+12878>, 0x57f0c5079976 <vm_exec_core+22790>, 0x57f0c507af76 <vm_exec_core+28422>, 0x57f0c5078d91 <vm_exec_core+19745>, 0x57f0c50799ff <vm_exec_core+22927>, 0x57f0c507a4b8 <vm_exec_core+25672>, 0x57f0c5078cce <vm_exec_core+19550>, 0x57f0c5074bcc <vm_exec_core+2908>, 0x57f0c5079421 <vm_exec_core+21425>, 0x57f0c5074a5f <vm_exec_core+2543>, 0x57f0c5074e95 <vm_exec_core+3621>, 0x57f0c5076ba5 <vm_exec_core+11061>, 0x57f0c507889b <vm_exec_core+18475>, 0x57f0c50792ba <vm_exec_core+21066>, 0x57f0c5078540 <vm_exec_core+17616>, 0x57f0c507466b <vm_exec_core+1531>, 0x57f0c507a6e8 <vm_exec_core+26232>, 0x57f0c507adc8 <vm_exec_core+27992>, 0x57f0c507503c <vm_exec_core+4044>, 0x57f0c5075be8 <vm_exec_core+7032>, 0x57f0c50758a6 <vm_exec_core+6198>, 0x57f0c5076323 <vm_exec_core+8883>, 0x57f0c507715a <vm_exec_core+12522>, 0x57f0c50750e3 <vm_exec_core+4211>, 0x57f0c507a550 <vm_exec_core+25824>, 0x57f0c5075b72 <vm_exec_core+6914>, 0x57f0c5077008 <vm_exec_core+12184>, 0x57f0c5077acf <vm_exec_core+14943>, 0x57f0c5079ead <vm_exec_core+24125>, 0x57f0c5078f53 <vm_exec_core+20195>, 0x57f0c50765fd <vm_exec_core+9613>, 0x57f0c5075e7f <vm_exec_core+7695>, 0x57f0c5079d03 <vm_exec_core+23699>, 0x57f0c5076d85 <vm_exec_core+11541>, 0x57f0c5079520 <vm_exec_core+21680>, 0x57f0c5078fc5 <vm_exec_core+20309>, 0x57f0c50795d7 <vm_exec_core+21863>, 0x57f0c507aa9a <vm_exec_core+27178>, 0x57f0c5078352 <vm_exec_core+17122>, 0x57f0c5079f66 <vm_exec_core+24310>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5079a94 <vm_exec_core+23076>, 0x57f0c507671c <vm_exec_core+9900>, 0x57f0c5078c29 <vm_exec_core+19385>, 0x57f0c5078e69 <vm_exec_core+19961>, 0x57f0c5077703 <vm_exec_core+13971>, 0x57f0c5078896 <vm_exec_core+18470>, 0x57f0c5076aca <vm_exec_core+10842>, 0x57f0c5076107 <vm_exec_core+8343>, 0x57f0c5079655 <vm_exec_core+21989>, 0x57f0c5075274 <vm_exec_core+4612>, 0x57f0c50774b0 <vm_exec_core+13376>, 0x57f0c5077e00 <vm_exec_core+15760>, 0x57f0c5076401 <vm_exec_core+9105>, 0x57f0c5081e0a <vm_exec_core+56730>, 0x57f0c5075dd6 <vm_exec_core+7526>, 0x57f0c5075cce <vm_exec_core+7262>, 0x57f0c5075fd9 <vm_exec_core+8041>, 0x57f0c50769c4 <vm_exec_core+10580>, 0x57f0c507873f <vm_exec_core+18127>, 0x57f0c5077b8a <vm_exec_core+15130>, 0x57f0c507873a <vm_exec_core+18122>, 0x57f0c5078f4e <vm_exec_core+20190>, 0x57f0c5078f49 <vm_exec_core+20185>, 0x57f0c5075fd4 <vm_exec_core+8036>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5077123 <vm_exec_core+12467>, 0x57f0c5077128 <vm_exec_core+12472>, 0x57f0c5078f44 <vm_exec_core+20180>, 0x57f0c5078d8c <vm_exec_core+19740>, 0x57f0c5077dfb <vm_exec_core+15755>, 0x57f0c5077d32 <vm_exec_core+15554>, 0x57f0c5078e3b <vm_exec_core+19915>, 0x57f0c5078205 <vm_exec_core+16789>...}
reg_cfp = 0x77f17bd1d790
reg_pc = 0x51300005f598
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x000057f0c506f272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x516001c34ad0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#14 0x000057f0c50b2d7b in invoke_iseq_block_from_c (ec=0x516001c34ad0, captured=<optimized out>, self=131879650821120, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x77f19fd4f360
cfp = 0x77f17bd1d7c8
sp = 0x77f17bc1d818
use_argv = <optimized out>
stack_argv = 0x77f17bc1d818
opt_pc = <optimized out>
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x516001c34ad0, self=131879650821120, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1908
block = <optimized out>
keyword_hash = <optimized out>
#16 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1938
No locals.
#17 0x000057f0c50b0fd6 in rb_vm_invoke_proc (ec=0x77f173630560, proc=0x1, proc@entry=0x5040009f2650, argc=-1605257987, argc@entry=0, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1959
self = 4294967295
#18 0x000057f0c4ffe03d in thread_do_start_proc (th=th@entry=0x515000188100) at /tmp/ruby/src/trunk_asan/thread.c:614
args = <optimized out>
procval = <optimized out>
proc = 0x5040009f2650
args_len = 0
args_ptr = <optimized out>
#19 0x000057f0c4ffbbad in thread_do_start (th=0x515000188100) at /tmp/ruby/src/trunk_asan/thread.c:631
result = 36
#20 thread_start_func_2 (th=th@entry=0x515000188100, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
_tag = <optimized out>
_ec = <optimized out>
ractor_main_th = 0x515000000300
fiber_scheduler_closed = 0
event_thread_end_hooked = 0
result = 36
state = RUBY_TAG_NONE
errinfo = <optimized out>
#21 0x000057f0c4ffae9e in call_thread_start_func_2 (th=0x515000188100) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
stack_start = <optimized out>
stack_start_addr = 0x77f17d9fccc0
#22 nt_start (ptr=0x50c000597f40) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
th = 0x515000188100
sched = <optimized out>
nt = 0x50c000597f40
vm = 0x525000000100
#23 0x000057f0c4c70b2f in asan_thread_start(void*) ()
No symbol table info available.
#24 0x000077f1a049caa4 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 = {131879078450880, -4548608627090357260, 131879078450880, -352, 25, 140722679729232, -4548608627069385740, -4548174783541771276}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#25 0x000077f1a0529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 2 (Thread 0x77f157fb46c0 (LWP 1078902) "test_https_pro*"):
#0 0x000077f1a051ba30 in __GI_ppoll (fds=0x77f170908460, nfds=1, timeout=<optimized out>, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
sc_ret = -514
sc_cancel_oldtype = 0
sc_ret = <optimized out>
tval = {tv_sec = 16484861364408, tv_nsec = 1}
#1 0x000057f0c4c17ffc in __interceptor_ppoll ()
No symbol table info available.
#2 0x000057f0c4ffee67 in wait_for_single_fd_blocking_region (th=th@entry=0x5150000f0080, fds=fds@entry=0x77f170908460, nfds=1, to=to@entry=0x0, lerrno=lerrno@entry=0x77f1709084d0) at /tmp/ruby/src/trunk_asan/thread.c:4576
__region = <optimized out>
ts = <optimized out>
result = <optimized out>
#3 0x000057f0c4fe863a in thread_io_wait (io=<optimized out>, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:4624
rel = <optimized out>
end = 0
to = 0x0
_ec = 0x516001c323d0
_tag = <optimized out>
fds = {{fd = 6, events = 1, revents = 0}}
result = 0
blocking_operation = <optimized out>
ec = <optimized out>
th = 0x5150000f0080
state = RUBY_TAG_NONE
nfds = 1
lerrno = <optimized out>
#4 0x000057f0c4d5513d in rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:1477
tv_storage = <optimized out>
scheduler = <optimized out>
fptr = 0x511000116c40
tv = 0x0
ready = <optimized out>
#5 0x000057f0c4d55816 in rb_io_maybe_wait (error=<optimized out>, error@entry=11, io=18446744073709551102, io@entry=<error reading variable: Cannot access memory at address 0x0>, events=3, timeout=0, timeout@entry=4) at /tmp/ruby/src/trunk_asan/io.c:1642
No locals.
#6 rb_io_maybe_wait_readable (error=error@entry=11, io=18446744073709551102, io@entry=131879049582040, timeout=0, timeout@entry=4) at /tmp/ruby/src/trunk_asan/io.c:1653
result = <optimized out>
#7 0x000077f17e592fc0 in rsock_s_accept (klass=<optimized out>, io=131879049582040, sockaddr=<optimized out>, len=<optimized out>) at /tmp/ruby/src/trunk_asan/ext/socket/init.c:738
error = 11
accept_arg = {fd = 6, sockaddr = 0x77f170c08020, len = 0x77f170c088a0}
fptr = 0x511000116c40
retry = 0
peer = <optimized out>
#8 0x000077f17e5b3bd2 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk_asan/ext/socket/tcpserver.c:61
length = 2048
buffer = <optimized out>
#9 0x000057f0c50dea48 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:3915
ci = 0xdff100100001
cc = <optimized out>
me = 0x77f180e41558
cfunc = 0x5060002ad948
recv = 131879049582040
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#10 0x000057f0c50803bd in vm_sendish (ec=0x516001c323d0, reg_cfp=0x77f178a7b790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
#11 vm_exec_core (ec=ec@entry=0x516001c323d0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x57f0c5074646 <vm_exec_core+1494>, 0x57f0c507594d <vm_exec_core+6365>, 0x57f0c507ab71 <vm_exec_core+27393>, 0x57f0c50754bf <vm_exec_core+5199>, 0x57f0c507b922 <vm_exec_core+30898>, 0x57f0c507972d <vm_exec_core+22205>, 0x57f0c507733e <vm_exec_core+13006>, 0x57f0c50747ae <vm_exec_core+1854>, 0x57f0c507b164 <vm_exec_core+28916>, 0x57f0c507aeac <vm_exec_core+28220>, 0x57f0c507573c <vm_exec_core+5836>, 0x57f0c5074c9e <vm_exec_core+3118>, 0x57f0c5079e26 <vm_exec_core+23990>, 0x57f0c5076243 <vm_exec_core+8659>, 0x57f0c507b365 <vm_exec_core+29429>, 0x57f0c507b00e <vm_exec_core+28574>, 0x57f0c5076931 <vm_exec_core+10433>, 0x57f0c50772cd <vm_exec_core+12893>, 0x57f0c5079985 <vm_exec_core+22805>, 0x57f0c507af85 <vm_exec_core+28437>, 0x57f0c5078da0 <vm_exec_core+19760>, 0x57f0c5079a0e <vm_exec_core+22942>, 0x57f0c507a4c7 <vm_exec_core+25687>, 0x57f0c5078cdd <vm_exec_core+19565>, 0x57f0c5074bdb <vm_exec_core+2923>, 0x57f0c5079430 <vm_exec_core+21440>, 0x57f0c5074a6e <vm_exec_core+2558>, 0x57f0c5074ea4 <vm_exec_core+3636>, 0x57f0c5076bb4 <vm_exec_core+11076>, 0x57f0c50788aa <vm_exec_core+18490>, 0x57f0c50792c9 <vm_exec_core+21081>, 0x57f0c507854f <vm_exec_core+17631>, 0x57f0c507467a <vm_exec_core+1546>, 0x57f0c507a6f7 <vm_exec_core+26247>, 0x57f0c507add7 <vm_exec_core+28007>, 0x57f0c507504b <vm_exec_core+4059>, 0x57f0c5075bf7 <vm_exec_core+7047>, 0x57f0c50758b5 <vm_exec_core+6213>, 0x57f0c5076332 <vm_exec_core+8898>, 0x57f0c5077169 <vm_exec_core+12537>, 0x57f0c50750f2 <vm_exec_core+4226>, 0x57f0c507a55f <vm_exec_core+25839>, 0x57f0c5075b81 <vm_exec_core+6929>, 0x57f0c5077017 <vm_exec_core+12199>, 0x57f0c5077ade <vm_exec_core+14958>, 0x57f0c5079ebc <vm_exec_core+24140>, 0x57f0c5078f62 <vm_exec_core+20210>, 0x57f0c507660c <vm_exec_core+9628>, 0x57f0c5075e8e <vm_exec_core+7710>, 0x57f0c5079d12 <vm_exec_core+23714>, 0x57f0c5076d94 <vm_exec_core+11556>, 0x57f0c507952f <vm_exec_core+21695>, 0x57f0c5078fd4 <vm_exec_core+20324>, 0x57f0c50795e6 <vm_exec_core+21878>, 0x57f0c507aaa9 <vm_exec_core+27193>, 0x57f0c5078361 <vm_exec_core+17137>, 0x57f0c5079f75 <vm_exec_core+24325>, 0x57f0c50743c8 <vm_exec_core+856>, 0x57f0c5079aa3 <vm_exec_core+23091>, 0x57f0c507672b <vm_exec_core+9915>, 0x57f0c5078c38 <vm_exec_core+19400>, 0x57f0c5078e78 <vm_exec_core+19976>, 0x57f0c5077712 <vm_exec_core+13986>, 0x57f0c5074f58 <vm_exec_core+3816>, 0x57f0c5076ad9 <vm_exec_core+10857>, 0x57f0c5076116 <vm_exec_core+8358>, 0x57f0c5079664 <vm_exec_core+22004>, 0x57f0c5075283 <vm_exec_core+4627>, 0x57f0c50774bf <vm_exec_core+13391>, 0x57f0c5077e0f <vm_exec_core+15775>, 0x57f0c5076410 <vm_exec_core+9120>, 0x57f0c5081e19 <vm_exec_core+56745>, 0x57f0c5075de5 <vm_exec_core+7541>, 0x57f0c5075cdd <vm_exec_core+7277>, 0x57f0c5075fe8 <vm_exec_core+8056>, 0x57f0c50769d3 <vm_exec_core+10595>, 0x57f0c507874e <vm_exec_core+18142>, 0x57f0c5077b99 <vm_exec_core+15145>, 0x57f0c5079348 <vm_exec_core+21208>, 0x57f0c5077ff5 <vm_exec_core+16261>, 0x57f0c507a620 <vm_exec_core+26032>, 0x57f0c507bbc7 <vm_exec_core+31575>, 0x57f0c507a864 <vm_exec_core+26612>, 0x57f0c507b4b5 <vm_exec_core+29765>, 0x57f0c507b5a6 <vm_exec_core+30006>, 0x57f0c5074b00 <vm_exec_core+2704>, 0x57f0c507b08d <vm_exec_core+28701>, 0x57f0c5076cb9 <vm_exec_core+11337>, 0x57f0c507b288 <vm_exec_core+29208>, 0x57f0c50767fa <vm_exec_core+10122>, 0x57f0c507a79b <vm_exec_core+26411>, 0x57f0c5074997 <vm_exec_core+2343>, 0x57f0c507517d <vm_exec_core+4365>, 0x57f0c507b7ea <vm_exec_core+30586>, 0x57f0c507709d <vm_exec_core+12333>, 0x57f0c5076e9a <vm_exec_core+11818>, 0x57f0c50743cd <vm_exec_core+861>, 0x57f0c50748ba <vm_exec_core+2122>, 0x57f0c5074453 <vm_exec_core+995>, 0x57f0c507a953 <vm_exec_core+26851>, 0x57f0c507821e <vm_exec_core+16814>, 0x57f0c50778e2 <vm_exec_core+14450>, 0x57f0c50780fa <vm_exec_core+16522>, 0x57f0c5077d46 <vm_exec_core+15574>, 0x57f0c5076f2f <vm_exec_core+11967>, 0x57f0c50777ed <vm_exec_core+14205>, 0x57f0c50771b9 <vm_exec_core+12617>, 0x57f0c50779fc <vm_exec_core+14732>, 0x57f0c5077a6d <vm_exec_core+14845>, 0x57f0c5074637 <vm_exec_core+1479>, 0x57f0c507593e <vm_exec_core+6350>, 0x57f0c507ab62 <vm_exec_core+27378>, 0x57f0c50754b0 <vm_exec_core+5184>, 0x57f0c507b913 <vm_exec_core+30883>, 0x57f0c507971e <vm_exec_core+22190>, 0x57f0c507732f <vm_exec_core+12991>, 0x57f0c507479f <vm_exec_core+1839>, 0x57f0c507b155 <vm_exec_core+28901>, 0x57f0c507ae9d <vm_exec_core+28205>, 0x57f0c507572d <vm_exec_core+5821>, 0x57f0c5074c8f <vm_exec_core+3103>, 0x57f0c5079e17 <vm_exec_core+23975>, 0x57f0c5076234 <vm_exec_core+8644>, 0x57f0c507b356 <vm_exec_core+29414>, 0x57f0c507afff <vm_exec_core+28559>, 0x57f0c5076922 <vm_exec_core+10418>, 0x57f0c50772be <vm_exec_core+12878>, 0x57f0c5079976 <vm_exec_core+22790>, 0x57f0c507af76 <vm_exec_core+28422>, 0x57f0c5078d91 <vm_exec_core+19745>, 0x57f0c50799ff <vm_exec_core+22927>, 0x57f0c507a4b8 <vm_exec_core+25672>, 0x57f0c5078cce <vm_exec_core+19550>, 0x57f0c5074bcc <vm_exec_core+2908>, 0x57f0c5079421 <vm_exec_core+21425>, 0x57f0c5074a5f <vm_exec_core+2543>, 0x57f0c5074e95 <vm_exec_core+3621>, 0x57f0c5076ba5 <vm_exec_core+11061>, 0x57f0c507889b <vm_exec_core+18475>, 0x57f0c50792ba <vm_exec_core+21066>, 0x57f0c5078540 <vm_exec_core+17616>, 0x57f0c507466b <vm_exec_core+1531>, 0x57f0c507a6e8 <vm_exec_core+26232>, 0x57f0c507adc8 <vm_exec_core+27992>, 0x57f0c507503c <vm_exec_core+4044>, 0x57f0c5075be8 <vm_exec_core+7032>, 0x57f0c50758a6 <vm_exec_core+6198>, 0x57f0c5076323 <vm_exec_core+8883>, 0x57f0c507715a <vm_exec_core+12522>, 0x57f0c50750e3 <vm_exec_core+4211>, 0x57f0c507a550 <vm_exec_core+25824>, 0x57f0c5075b72 <vm_exec_core+6914>, 0x57f0c5077008 <vm_exec_core+12184>, 0x57f0c5077acf <vm_exec_core+14943>, 0x57f0c5079ead <vm_exec_core+24125>, 0x57f0c5078f53 <vm_exec_core+20195>, 0x57f0c50765fd <vm_exec_core+9613>, 0x57f0c5075e7f <vm_exec_core+7695>, 0x57f0c5079d03 <vm_exec_core+23699>, 0x57f0c5076d85 <vm_exec_core+11541>, 0x57f0c5079520 <vm_exec_core+21680>, 0x57f0c5078fc5 <vm_exec_core+20309>, 0x57f0c50795d7 <vm_exec_core+21863>, 0x57f0c507aa9a <vm_exec_core+27178>, 0x57f0c5078352 <vm_exec_core+17122>, 0x57f0c5079f66 <vm_exec_core+24310>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5079a94 <vm_exec_core+23076>, 0x57f0c507671c <vm_exec_core+9900>, 0x57f0c5078c29 <vm_exec_core+19385>, 0x57f0c5078e69 <vm_exec_core+19961>, 0x57f0c5077703 <vm_exec_core+13971>, 0x57f0c5078896 <vm_exec_core+18470>, 0x57f0c5076aca <vm_exec_core+10842>, 0x57f0c5076107 <vm_exec_core+8343>, 0x57f0c5079655 <vm_exec_core+21989>, 0x57f0c5075274 <vm_exec_core+4612>, 0x57f0c50774b0 <vm_exec_core+13376>, 0x57f0c5077e00 <vm_exec_core+15760>, 0x57f0c5076401 <vm_exec_core+9105>, 0x57f0c5081e0a <vm_exec_core+56730>, 0x57f0c5075dd6 <vm_exec_core+7526>, 0x57f0c5075cce <vm_exec_core+7262>, 0x57f0c5075fd9 <vm_exec_core+8041>, 0x57f0c50769c4 <vm_exec_core+10580>, 0x57f0c507873f <vm_exec_core+18127>, 0x57f0c5077b8a <vm_exec_core+15130>, 0x57f0c507873a <vm_exec_core+18122>, 0x57f0c5078f4e <vm_exec_core+20190>, 0x57f0c5078f49 <vm_exec_core+20185>, 0x57f0c5075fd4 <vm_exec_core+8036>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5077123 <vm_exec_core+12467>, 0x57f0c5077128 <vm_exec_core+12472>, 0x57f0c5078f44 <vm_exec_core+20180>, 0x57f0c5078d8c <vm_exec_core+19740>, 0x57f0c5077dfb <vm_exec_core+15755>, 0x57f0c5077d32 <vm_exec_core+15554>, 0x57f0c5078e3b <vm_exec_core+19915>, 0x57f0c5078205 <vm_exec_core+16789>...}
reg_cfp = 0x77f178a7b790
reg_pc = 0x513000c539a0
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#12 0x000057f0c506f272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x516001c323d0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#13 0x000057f0c50b2d7b in invoke_iseq_block_from_c (ec=0x516001c323d0, captured=<optimized out>, self=131879049583160, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x77f17be7f2b8
cfp = 0x77f178a7b7c8
sp = 0x77f17897b818
use_argv = <optimized out>
stack_argv = 0x77f17897b818
opt_pc = <optimized out>
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#14 invoke_block_from_c_proc (ec=0x516001c323d0, self=131879049583160, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1908
block = <optimized out>
keyword_hash = <optimized out>
#15 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1938
No locals.
#16 0x000057f0c50b0fd6 in rb_vm_invoke_proc (ec=0x77f170908460, proc=0x1, proc@entry=0x5040009f1f90, argc=-1605256656, argc@entry=0, argv=0x8, kw_splat=0, passed_block_handler=18446744073709551102, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1959
self = 0
#17 0x000057f0c4ffe03d in thread_do_start_proc (th=th@entry=0x5150000f0080) at /tmp/ruby/src/trunk_asan/thread.c:614
args = <optimized out>
procval = <optimized out>
proc = 0x5040009f1f90
args_len = 0
args_ptr = <optimized out>
#18 0x000057f0c4ffbbad in thread_do_start (th=0x5150000f0080) at /tmp/ruby/src/trunk_asan/thread.c:631
result = 36
#19 thread_start_func_2 (th=th@entry=0x5150000f0080, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
_tag = <optimized out>
_ec = <optimized out>
ractor_main_th = 0x515000000300
fiber_scheduler_closed = 0
event_thread_end_hooked = 0
result = 36
state = RUBY_TAG_NONE
errinfo = <optimized out>
#20 0x000057f0c4ffae9e in call_thread_start_func_2 (th=0x5150000f0080) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
stack_start = <optimized out>
stack_start_addr = 0x77f157fb3cc0
#21 nt_start (ptr=0x50c000597a00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
th = 0x5150000f0080
sched = <optimized out>
nt = 0x50c000597a00
vm = 0x525000000100
#22 0x000057f0c4c70b2f in asan_thread_start(void*) ()
No symbol table info available.
#23 0x000077f1a049caa4 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 = {131878446909120, -4548551767628938252, 131878446909120, -352, 0, 140722679723856, -4548551767607966732, -4548174783541771276}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#24 0x000077f1a0529c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 1 (Thread 0x77f1a07abc40 (LWP 939895) "ruby"):
#0 0x000077f1a0498d71 in __futex_abstimed_wait_common64 (private=32764, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000000094) 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=32764, abstime=0x0, clockid=0, expected=0, futex_word=0x50c000000094) 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=0x50c000000094, 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 0x000077f1a049b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x514000000108, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x77f1a049b4b0 <__condvar_cleanup_waiting>, __arg = 0x7ffc8d564360, __canceltype = -1923726480, __prev = 0x0}
cbuffer = {wseq = 11761, cond = 0x50c000000068, mutex = 0x514000000108, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 11761
seq = 5880
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=0x50c000000068, mutex=mutex@entry=0x514000000108) at ./nptl/pthread_cond_wait.c:627
No locals.
#5 0x000057f0c4fcf57f in rb_native_cond_wait (cond=0x50c000000094, mutex=0x514000000108) at /tmp/ruby/src/trunk_asan/thread_pthread.c:231
r = <optimized out>
#6 thread_sched_wait_running_turn (sched=sched@entry=0x514000000108, th=th@entry=0x515000000300, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
next_th = 0x5150000f0080
#7 0x000057f0c4ff9d91 in thread_sched_to_waiting_until_wakeup (sched=0x514000000108, th=th@entry=0x515000000300) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1126
can_direct_transfer = <optimized out>
#8 0x000057f0c5000ef9 in native_sleep (th=0x515000000300, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3350
sched = <optimized out>
#9 sleep_forever (th=0x515000000300, fl=13) at /tmp/ruby/src/trunk_asan/thread.c:1381
prev_status = THREAD_RUNNABLE
status = THREAD_STOPPED_FOREVER
woke = <optimized out>
#10 thread_join_sleep (arg=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1074
scheduler = <optimized out>
p = <optimized out>
target_th = <optimized out>
th = 0x515000000300
end = 0
limit = <optimized out>
#11 0x000057f0c4cbc8f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x5160000003d0
_tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc8d564630, <optimized out>, 0x7ffc8d564540, <optimized out>, <optimized out>}, prev = 0x77f19e527040, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x5160000003d0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#12 0x000057f0c500067e in thread_join (target_th=<optimized out>, timeout=<optimized out>, limit=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1131
waiter = {next = 0x0, thread = 0x515000000300, fiber = 0x0}
arg = {waiter = 0x54e8c38948ef8944, target = 0xffffff65e9fffff8, timeout = 5188146770739207951, limit = <optimized out>}
ec = <optimized out>
th = <optimized out>
fiber = 0x516000000380
#13 0x000057f0c4ff23db in thread_value (self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1253
th = 0x5150000f0080
#14 0x000057f0c50dea48 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:3915
ci = 0x260100100001
cc = <optimized out>
me = 0x77f19fdb7a28
cfunc = 0x506000045c28
recv = 131879049581560
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#15 0x000057f0c50803bd in vm_sendish (ec=0x5160000003d0, reg_cfp=0x77f1a0018448, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
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>
#16 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x57f0c5074646 <vm_exec_core+1494>, 0x57f0c507594d <vm_exec_core+6365>, 0x57f0c507ab71 <vm_exec_core+27393>, 0x57f0c50754bf <vm_exec_core+5199>, 0x57f0c507b922 <vm_exec_core+30898>, 0x57f0c507972d <vm_exec_core+22205>, 0x57f0c507733e <vm_exec_core+13006>, 0x57f0c50747ae <vm_exec_core+1854>, 0x57f0c507b164 <vm_exec_core+28916>, 0x57f0c507aeac <vm_exec_core+28220>, 0x57f0c507573c <vm_exec_core+5836>, 0x57f0c5074c9e <vm_exec_core+3118>, 0x57f0c5079e26 <vm_exec_core+23990>, 0x57f0c5076243 <vm_exec_core+8659>, 0x57f0c507b365 <vm_exec_core+29429>, 0x57f0c507b00e <vm_exec_core+28574>, 0x57f0c5076931 <vm_exec_core+10433>, 0x57f0c50772cd <vm_exec_core+12893>, 0x57f0c5079985 <vm_exec_core+22805>, 0x57f0c507af85 <vm_exec_core+28437>, 0x57f0c5078da0 <vm_exec_core+19760>, 0x57f0c5079a0e <vm_exec_core+22942>, 0x57f0c507a4c7 <vm_exec_core+25687>, 0x57f0c5078cdd <vm_exec_core+19565>, 0x57f0c5074bdb <vm_exec_core+2923>, 0x57f0c5079430 <vm_exec_core+21440>, 0x57f0c5074a6e <vm_exec_core+2558>, 0x57f0c5074ea4 <vm_exec_core+3636>, 0x57f0c5076bb4 <vm_exec_core+11076>, 0x57f0c50788aa <vm_exec_core+18490>, 0x57f0c50792c9 <vm_exec_core+21081>, 0x57f0c507854f <vm_exec_core+17631>, 0x57f0c507467a <vm_exec_core+1546>, 0x57f0c507a6f7 <vm_exec_core+26247>, 0x57f0c507add7 <vm_exec_core+28007>, 0x57f0c507504b <vm_exec_core+4059>, 0x57f0c5075bf7 <vm_exec_core+7047>, 0x57f0c50758b5 <vm_exec_core+6213>, 0x57f0c5076332 <vm_exec_core+8898>, 0x57f0c5077169 <vm_exec_core+12537>, 0x57f0c50750f2 <vm_exec_core+4226>, 0x57f0c507a55f <vm_exec_core+25839>, 0x57f0c5075b81 <vm_exec_core+6929>, 0x57f0c5077017 <vm_exec_core+12199>, 0x57f0c5077ade <vm_exec_core+14958>, 0x57f0c5079ebc <vm_exec_core+24140>, 0x57f0c5078f62 <vm_exec_core+20210>, 0x57f0c507660c <vm_exec_core+9628>, 0x57f0c5075e8e <vm_exec_core+7710>, 0x57f0c5079d12 <vm_exec_core+23714>, 0x57f0c5076d94 <vm_exec_core+11556>, 0x57f0c507952f <vm_exec_core+21695>, 0x57f0c5078fd4 <vm_exec_core+20324>, 0x57f0c50795e6 <vm_exec_core+21878>, 0x57f0c507aaa9 <vm_exec_core+27193>, 0x57f0c5078361 <vm_exec_core+17137>, 0x57f0c5079f75 <vm_exec_core+24325>, 0x57f0c50743c8 <vm_exec_core+856>, 0x57f0c5079aa3 <vm_exec_core+23091>, 0x57f0c507672b <vm_exec_core+9915>, 0x57f0c5078c38 <vm_exec_core+19400>, 0x57f0c5078e78 <vm_exec_core+19976>, 0x57f0c5077712 <vm_exec_core+13986>, 0x57f0c5074f58 <vm_exec_core+3816>, 0x57f0c5076ad9 <vm_exec_core+10857>, 0x57f0c5076116 <vm_exec_core+8358>, 0x57f0c5079664 <vm_exec_core+22004>, 0x57f0c5075283 <vm_exec_core+4627>, 0x57f0c50774bf <vm_exec_core+13391>, 0x57f0c5077e0f <vm_exec_core+15775>, 0x57f0c5076410 <vm_exec_core+9120>, 0x57f0c5081e19 <vm_exec_core+56745>, 0x57f0c5075de5 <vm_exec_core+7541>, 0x57f0c5075cdd <vm_exec_core+7277>, 0x57f0c5075fe8 <vm_exec_core+8056>, 0x57f0c50769d3 <vm_exec_core+10595>, 0x57f0c507874e <vm_exec_core+18142>, 0x57f0c5077b99 <vm_exec_core+15145>, 0x57f0c5079348 <vm_exec_core+21208>, 0x57f0c5077ff5 <vm_exec_core+16261>, 0x57f0c507a620 <vm_exec_core+26032>, 0x57f0c507bbc7 <vm_exec_core+31575>, 0x57f0c507a864 <vm_exec_core+26612>, 0x57f0c507b4b5 <vm_exec_core+29765>, 0x57f0c507b5a6 <vm_exec_core+30006>, 0x57f0c5074b00 <vm_exec_core+2704>, 0x57f0c507b08d <vm_exec_core+28701>, 0x57f0c5076cb9 <vm_exec_core+11337>, 0x57f0c507b288 <vm_exec_core+29208>, 0x57f0c50767fa <vm_exec_core+10122>, 0x57f0c507a79b <vm_exec_core+26411>, 0x57f0c5074997 <vm_exec_core+2343>, 0x57f0c507517d <vm_exec_core+4365>, 0x57f0c507b7ea <vm_exec_core+30586>, 0x57f0c507709d <vm_exec_core+12333>, 0x57f0c5076e9a <vm_exec_core+11818>, 0x57f0c50743cd <vm_exec_core+861>, 0x57f0c50748ba <vm_exec_core+2122>, 0x57f0c5074453 <vm_exec_core+995>, 0x57f0c507a953 <vm_exec_core+26851>, 0x57f0c507821e <vm_exec_core+16814>, 0x57f0c50778e2 <vm_exec_core+14450>, 0x57f0c50780fa <vm_exec_core+16522>, 0x57f0c5077d46 <vm_exec_core+15574>, 0x57f0c5076f2f <vm_exec_core+11967>, 0x57f0c50777ed <vm_exec_core+14205>, 0x57f0c50771b9 <vm_exec_core+12617>, 0x57f0c50779fc <vm_exec_core+14732>, 0x57f0c5077a6d <vm_exec_core+14845>, 0x57f0c5074637 <vm_exec_core+1479>, 0x57f0c507593e <vm_exec_core+6350>, 0x57f0c507ab62 <vm_exec_core+27378>, 0x57f0c50754b0 <vm_exec_core+5184>, 0x57f0c507b913 <vm_exec_core+30883>, 0x57f0c507971e <vm_exec_core+22190>, 0x57f0c507732f <vm_exec_core+12991>, 0x57f0c507479f <vm_exec_core+1839>, 0x57f0c507b155 <vm_exec_core+28901>, 0x57f0c507ae9d <vm_exec_core+28205>, 0x57f0c507572d <vm_exec_core+5821>, 0x57f0c5074c8f <vm_exec_core+3103>, 0x57f0c5079e17 <vm_exec_core+23975>, 0x57f0c5076234 <vm_exec_core+8644>, 0x57f0c507b356 <vm_exec_core+29414>, 0x57f0c507afff <vm_exec_core+28559>, 0x57f0c5076922 <vm_exec_core+10418>, 0x57f0c50772be <vm_exec_core+12878>, 0x57f0c5079976 <vm_exec_core+22790>, 0x57f0c507af76 <vm_exec_core+28422>, 0x57f0c5078d91 <vm_exec_core+19745>, 0x57f0c50799ff <vm_exec_core+22927>, 0x57f0c507a4b8 <vm_exec_core+25672>, 0x57f0c5078cce <vm_exec_core+19550>, 0x57f0c5074bcc <vm_exec_core+2908>, 0x57f0c5079421 <vm_exec_core+21425>, 0x57f0c5074a5f <vm_exec_core+2543>, 0x57f0c5074e95 <vm_exec_core+3621>, 0x57f0c5076ba5 <vm_exec_core+11061>, 0x57f0c507889b <vm_exec_core+18475>, 0x57f0c50792ba <vm_exec_core+21066>, 0x57f0c5078540 <vm_exec_core+17616>, 0x57f0c507466b <vm_exec_core+1531>, 0x57f0c507a6e8 <vm_exec_core+26232>, 0x57f0c507adc8 <vm_exec_core+27992>, 0x57f0c507503c <vm_exec_core+4044>, 0x57f0c5075be8 <vm_exec_core+7032>, 0x57f0c50758a6 <vm_exec_core+6198>, 0x57f0c5076323 <vm_exec_core+8883>, 0x57f0c507715a <vm_exec_core+12522>, 0x57f0c50750e3 <vm_exec_core+4211>, 0x57f0c507a550 <vm_exec_core+25824>, 0x57f0c5075b72 <vm_exec_core+6914>, 0x57f0c5077008 <vm_exec_core+12184>, 0x57f0c5077acf <vm_exec_core+14943>, 0x57f0c5079ead <vm_exec_core+24125>, 0x57f0c5078f53 <vm_exec_core+20195>, 0x57f0c50765fd <vm_exec_core+9613>, 0x57f0c5075e7f <vm_exec_core+7695>, 0x57f0c5079d03 <vm_exec_core+23699>, 0x57f0c5076d85 <vm_exec_core+11541>, 0x57f0c5079520 <vm_exec_core+21680>, 0x57f0c5078fc5 <vm_exec_core+20309>, 0x57f0c50795d7 <vm_exec_core+21863>, 0x57f0c507aa9a <vm_exec_core+27178>, 0x57f0c5078352 <vm_exec_core+17122>, 0x57f0c5079f66 <vm_exec_core+24310>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5079a94 <vm_exec_core+23076>, 0x57f0c507671c <vm_exec_core+9900>, 0x57f0c5078c29 <vm_exec_core+19385>, 0x57f0c5078e69 <vm_exec_core+19961>, 0x57f0c5077703 <vm_exec_core+13971>, 0x57f0c5078896 <vm_exec_core+18470>, 0x57f0c5076aca <vm_exec_core+10842>, 0x57f0c5076107 <vm_exec_core+8343>, 0x57f0c5079655 <vm_exec_core+21989>, 0x57f0c5075274 <vm_exec_core+4612>, 0x57f0c50774b0 <vm_exec_core+13376>, 0x57f0c5077e00 <vm_exec_core+15760>, 0x57f0c5076401 <vm_exec_core+9105>, 0x57f0c5081e0a <vm_exec_core+56730>, 0x57f0c5075dd6 <vm_exec_core+7526>, 0x57f0c5075cce <vm_exec_core+7262>, 0x57f0c5075fd9 <vm_exec_core+8041>, 0x57f0c50769c4 <vm_exec_core+10580>, 0x57f0c507873f <vm_exec_core+18127>, 0x57f0c5077b8a <vm_exec_core+15130>, 0x57f0c507873a <vm_exec_core+18122>, 0x57f0c5078f4e <vm_exec_core+20190>, 0x57f0c5078f49 <vm_exec_core+20185>, 0x57f0c5075fd4 <vm_exec_core+8036>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5077123 <vm_exec_core+12467>, 0x57f0c5077128 <vm_exec_core+12472>, 0x57f0c5078f44 <vm_exec_core+20180>, 0x57f0c5078d8c <vm_exec_core+19740>, 0x57f0c5077dfb <vm_exec_core+15755>, 0x57f0c5077d32 <vm_exec_core+15554>, 0x57f0c5078e3b <vm_exec_core+19915>, 0x57f0c5078205 <vm_exec_core+16789>...}
reg_cfp = 0x77f1a0018448
reg_pc = 0x51900002b338
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#17 0x000057f0c506f65b in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#18 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
_ec = 0x5160000003d0
_tag = <optimized out>
state = <optimized out>
result = 36
#19 0x000057f0c50ff1b2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x77f1a0018508, self=131879049583160, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x77f17be7f498
cfp = <optimized out>
sp = 0x77f19ff18b28
use_argv = 0x77f19e48bbe0
stack_argv = 0x77f19ff18b28
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:1828
captured = 0x77f1a0018508
#21 0x000057f0c50a09ec in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1865
No locals.
#22 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#23 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#24 0x000057f0c50a09ec in rb_yield (val=<optimized out>)
No locals.
#25 0x000057f0c4cbc8f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x5160000003d0
_tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc8d5651b0, <optimized out>, 0x7ffc8d5650c0, <optimized out>, <optimized out>}, prev = 0x77f19e523540, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x5160000003d0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#26 0x000057f0c50dea48 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:3915
ci = 0x411100000005
cc = <optimized out>
me = 0x77f19fdd93a8
cfunc = 0x50600002aec8
recv = 131879650747880
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#27 0x000057f0c5078a7f in vm_sendish (ec=0x5160000003d0, reg_cfp=0x77f1a00184f0, cd=0x50200018bcd0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
calling = <optimized out>
#28 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = false
val = <optimized out>
cd = 0x50200018bcd0
insns_address_table = {0x57f0c5074646 <vm_exec_core+1494>, 0x57f0c507594d <vm_exec_core+6365>, 0x57f0c507ab71 <vm_exec_core+27393>, 0x57f0c50754bf <vm_exec_core+5199>, 0x57f0c507b922 <vm_exec_core+30898>, 0x57f0c507972d <vm_exec_core+22205>, 0x57f0c507733e <vm_exec_core+13006>, 0x57f0c50747ae <vm_exec_core+1854>, 0x57f0c507b164 <vm_exec_core+28916>, 0x57f0c507aeac <vm_exec_core+28220>, 0x57f0c507573c <vm_exec_core+5836>, 0x57f0c5074c9e <vm_exec_core+3118>, 0x57f0c5079e26 <vm_exec_core+23990>, 0x57f0c5076243 <vm_exec_core+8659>, 0x57f0c507b365 <vm_exec_core+29429>, 0x57f0c507b00e <vm_exec_core+28574>, 0x57f0c5076931 <vm_exec_core+10433>, 0x57f0c50772cd <vm_exec_core+12893>, 0x57f0c5079985 <vm_exec_core+22805>, 0x57f0c507af85 <vm_exec_core+28437>, 0x57f0c5078da0 <vm_exec_core+19760>, 0x57f0c5079a0e <vm_exec_core+22942>, 0x57f0c507a4c7 <vm_exec_core+25687>, 0x57f0c5078cdd <vm_exec_core+19565>, 0x57f0c5074bdb <vm_exec_core+2923>, 0x57f0c5079430 <vm_exec_core+21440>, 0x57f0c5074a6e <vm_exec_core+2558>, 0x57f0c5074ea4 <vm_exec_core+3636>, 0x57f0c5076bb4 <vm_exec_core+11076>, 0x57f0c50788aa <vm_exec_core+18490>, 0x57f0c50792c9 <vm_exec_core+21081>, 0x57f0c507854f <vm_exec_core+17631>, 0x57f0c507467a <vm_exec_core+1546>, 0x57f0c507a6f7 <vm_exec_core+26247>, 0x57f0c507add7 <vm_exec_core+28007>, 0x57f0c507504b <vm_exec_core+4059>, 0x57f0c5075bf7 <vm_exec_core+7047>, 0x57f0c50758b5 <vm_exec_core+6213>, 0x57f0c5076332 <vm_exec_core+8898>, 0x57f0c5077169 <vm_exec_core+12537>, 0x57f0c50750f2 <vm_exec_core+4226>, 0x57f0c507a55f <vm_exec_core+25839>, 0x57f0c5075b81 <vm_exec_core+6929>, 0x57f0c5077017 <vm_exec_core+12199>, 0x57f0c5077ade <vm_exec_core+14958>, 0x57f0c5079ebc <vm_exec_core+24140>, 0x57f0c5078f62 <vm_exec_core+20210>, 0x57f0c507660c <vm_exec_core+9628>, 0x57f0c5075e8e <vm_exec_core+7710>, 0x57f0c5079d12 <vm_exec_core+23714>, 0x57f0c5076d94 <vm_exec_core+11556>, 0x57f0c507952f <vm_exec_core+21695>, 0x57f0c5078fd4 <vm_exec_core+20324>, 0x57f0c50795e6 <vm_exec_core+21878>, 0x57f0c507aaa9 <vm_exec_core+27193>, 0x57f0c5078361 <vm_exec_core+17137>, 0x57f0c5079f75 <vm_exec_core+24325>, 0x57f0c50743c8 <vm_exec_core+856>, 0x57f0c5079aa3 <vm_exec_core+23091>, 0x57f0c507672b <vm_exec_core+9915>, 0x57f0c5078c38 <vm_exec_core+19400>, 0x57f0c5078e78 <vm_exec_core+19976>, 0x57f0c5077712 <vm_exec_core+13986>, 0x57f0c5074f58 <vm_exec_core+3816>, 0x57f0c5076ad9 <vm_exec_core+10857>, 0x57f0c5076116 <vm_exec_core+8358>, 0x57f0c5079664 <vm_exec_core+22004>, 0x57f0c5075283 <vm_exec_core+4627>, 0x57f0c50774bf <vm_exec_core+13391>, 0x57f0c5077e0f <vm_exec_core+15775>, 0x57f0c5076410 <vm_exec_core+9120>, 0x57f0c5081e19 <vm_exec_core+56745>, 0x57f0c5075de5 <vm_exec_core+7541>, 0x57f0c5075cdd <vm_exec_core+7277>, 0x57f0c5075fe8 <vm_exec_core+8056>, 0x57f0c50769d3 <vm_exec_core+10595>, 0x57f0c507874e <vm_exec_core+18142>, 0x57f0c5077b99 <vm_exec_core+15145>, 0x57f0c5079348 <vm_exec_core+21208>, 0x57f0c5077ff5 <vm_exec_core+16261>, 0x57f0c507a620 <vm_exec_core+26032>, 0x57f0c507bbc7 <vm_exec_core+31575>, 0x57f0c507a864 <vm_exec_core+26612>, 0x57f0c507b4b5 <vm_exec_core+29765>, 0x57f0c507b5a6 <vm_exec_core+30006>, 0x57f0c5074b00 <vm_exec_core+2704>, 0x57f0c507b08d <vm_exec_core+28701>, 0x57f0c5076cb9 <vm_exec_core+11337>, 0x57f0c507b288 <vm_exec_core+29208>, 0x57f0c50767fa <vm_exec_core+10122>, 0x57f0c507a79b <vm_exec_core+26411>, 0x57f0c5074997 <vm_exec_core+2343>, 0x57f0c507517d <vm_exec_core+4365>, 0x57f0c507b7ea <vm_exec_core+30586>, 0x57f0c507709d <vm_exec_core+12333>, 0x57f0c5076e9a <vm_exec_core+11818>, 0x57f0c50743cd <vm_exec_core+861>, 0x57f0c50748ba <vm_exec_core+2122>, 0x57f0c5074453 <vm_exec_core+995>, 0x57f0c507a953 <vm_exec_core+26851>, 0x57f0c507821e <vm_exec_core+16814>, 0x57f0c50778e2 <vm_exec_core+14450>, 0x57f0c50780fa <vm_exec_core+16522>, 0x57f0c5077d46 <vm_exec_core+15574>, 0x57f0c5076f2f <vm_exec_core+11967>, 0x57f0c50777ed <vm_exec_core+14205>, 0x57f0c50771b9 <vm_exec_core+12617>, 0x57f0c50779fc <vm_exec_core+14732>, 0x57f0c5077a6d <vm_exec_core+14845>, 0x57f0c5074637 <vm_exec_core+1479>, 0x57f0c507593e <vm_exec_core+6350>, 0x57f0c507ab62 <vm_exec_core+27378>, 0x57f0c50754b0 <vm_exec_core+5184>, 0x57f0c507b913 <vm_exec_core+30883>, 0x57f0c507971e <vm_exec_core+22190>, 0x57f0c507732f <vm_exec_core+12991>, 0x57f0c507479f <vm_exec_core+1839>, 0x57f0c507b155 <vm_exec_core+28901>, 0x57f0c507ae9d <vm_exec_core+28205>, 0x57f0c507572d <vm_exec_core+5821>, 0x57f0c5074c8f <vm_exec_core+3103>, 0x57f0c5079e17 <vm_exec_core+23975>, 0x57f0c5076234 <vm_exec_core+8644>, 0x57f0c507b356 <vm_exec_core+29414>, 0x57f0c507afff <vm_exec_core+28559>, 0x57f0c5076922 <vm_exec_core+10418>, 0x57f0c50772be <vm_exec_core+12878>, 0x57f0c5079976 <vm_exec_core+22790>, 0x57f0c507af76 <vm_exec_core+28422>, 0x57f0c5078d91 <vm_exec_core+19745>, 0x57f0c50799ff <vm_exec_core+22927>, 0x57f0c507a4b8 <vm_exec_core+25672>, 0x57f0c5078cce <vm_exec_core+19550>, 0x57f0c5074bcc <vm_exec_core+2908>, 0x57f0c5079421 <vm_exec_core+21425>, 0x57f0c5074a5f <vm_exec_core+2543>, 0x57f0c5074e95 <vm_exec_core+3621>, 0x57f0c5076ba5 <vm_exec_core+11061>, 0x57f0c507889b <vm_exec_core+18475>, 0x57f0c50792ba <vm_exec_core+21066>, 0x57f0c5078540 <vm_exec_core+17616>, 0x57f0c507466b <vm_exec_core+1531>, 0x57f0c507a6e8 <vm_exec_core+26232>, 0x57f0c507adc8 <vm_exec_core+27992>, 0x57f0c507503c <vm_exec_core+4044>, 0x57f0c5075be8 <vm_exec_core+7032>, 0x57f0c50758a6 <vm_exec_core+6198>, 0x57f0c5076323 <vm_exec_core+8883>, 0x57f0c507715a <vm_exec_core+12522>, 0x57f0c50750e3 <vm_exec_core+4211>, 0x57f0c507a550 <vm_exec_core+25824>, 0x57f0c5075b72 <vm_exec_core+6914>, 0x57f0c5077008 <vm_exec_core+12184>, 0x57f0c5077acf <vm_exec_core+14943>, 0x57f0c5079ead <vm_exec_core+24125>, 0x57f0c5078f53 <vm_exec_core+20195>, 0x57f0c50765fd <vm_exec_core+9613>, 0x57f0c5075e7f <vm_exec_core+7695>, 0x57f0c5079d03 <vm_exec_core+23699>, 0x57f0c5076d85 <vm_exec_core+11541>, 0x57f0c5079520 <vm_exec_core+21680>, 0x57f0c5078fc5 <vm_exec_core+20309>, 0x57f0c50795d7 <vm_exec_core+21863>, 0x57f0c507aa9a <vm_exec_core+27178>, 0x57f0c5078352 <vm_exec_core+17122>, 0x57f0c5079f66 <vm_exec_core+24310>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5079a94 <vm_exec_core+23076>, 0x57f0c507671c <vm_exec_core+9900>, 0x57f0c5078c29 <vm_exec_core+19385>, 0x57f0c5078e69 <vm_exec_core+19961>, 0x57f0c5077703 <vm_exec_core+13971>, 0x57f0c5078896 <vm_exec_core+18470>, 0x57f0c5076aca <vm_exec_core+10842>, 0x57f0c5076107 <vm_exec_core+8343>, 0x57f0c5079655 <vm_exec_core+21989>, 0x57f0c5075274 <vm_exec_core+4612>, 0x57f0c50774b0 <vm_exec_core+13376>, 0x57f0c5077e00 <vm_exec_core+15760>, 0x57f0c5076401 <vm_exec_core+9105>, 0x57f0c5081e0a <vm_exec_core+56730>, 0x57f0c5075dd6 <vm_exec_core+7526>, 0x57f0c5075cce <vm_exec_core+7262>, 0x57f0c5075fd9 <vm_exec_core+8041>, 0x57f0c50769c4 <vm_exec_core+10580>, 0x57f0c507873f <vm_exec_core+18127>, 0x57f0c5077b8a <vm_exec_core+15130>, 0x57f0c507873a <vm_exec_core+18122>, 0x57f0c5078f4e <vm_exec_core+20190>, 0x57f0c5078f49 <vm_exec_core+20185>, 0x57f0c5075fd4 <vm_exec_core+8036>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5077123 <vm_exec_core+12467>, 0x57f0c5077128 <vm_exec_core+12472>, 0x57f0c5078f44 <vm_exec_core+20180>, 0x57f0c5078d8c <vm_exec_core+19740>, 0x57f0c5077dfb <vm_exec_core+15755>, 0x57f0c5077d32 <vm_exec_core+15554>, 0x57f0c5078e3b <vm_exec_core+19915>, 0x57f0c5078205 <vm_exec_core+16789>...}
reg_cfp = 0x77f1a00184f0
reg_pc = 0x50b0000306c0
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>
th: 0x515000000300, native_id: 0x77f1a07abc40
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>
-- Control frame information -----------------------------------------------
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
c:0018 p:---- s:0124 e:000123 l:y b:---- CFUNC :value
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
c:0017 p:0023 s:0120 e:000118 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:797
c:0016 p:0038 s:0109 E:0004b8 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/test/net/http/test_https_proxy.rb:43 [FINISH]
c:0015 p:---- s:0101 e:000100 l:y b:---- CFUNC :open
INSN_LABEL_anytostring = <optimized out>
c:0014 p:0012 s:0095 E:001590 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/net/http/test_https_proxy.rb:16
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>
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:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC :map
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>
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1374
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
c:0007 p:0069 s:0046 E:0024f0 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
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>
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
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
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
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
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:001630 l:y b:---- DUMMY [FINISH]
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
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>
th: 0x515000138600, native_id: 0x77f17d2dd6c0
-- Control frame information -----------------------------------------------
INSN_LABEL_branchnil = <optimized out>
c:0003 p:0023 s:0017 e:000016 l:y b:0001 METHOD <internal:thread_sync>:18
c:0002 p:0018 s:0010 e:000009 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/lib/timeout.rb:99 [FINISH]
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>
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]
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>
th: 0x515000188100, native_id: 0x77f17d9fd6c0
-- 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: 0x5150000f0080, native_id: 0x77f157fb46c0
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC :accept
c:0002 p:0004 s:0008 e:000007 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/test/net/http/test_https_proxy.rb:29 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]
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>
#29 0x000057f0c506f272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x5160000003d0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#30 0x000057f0c50ff1b2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x77f1a0018620, self=131879650821120, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x77f19fd40b58
cfp = <optimized out>
sp = 0x77f19ff18a28
use_argv = 0x77f19e484a60
stack_argv = 0x77f19ff18a28
opt_pc = 0
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#31 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1828
captured = 0x77f1a0018620
#32 0x000057f0c50a09ec in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1865
No locals.
#33 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#34 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#35 0x000057f0c50a09ec in rb_yield (val=<optimized out>)
No locals.
#36 0x000057f0c5265d43 in rb_ary_collect (ary=131879008104360) at /tmp/ruby/src/trunk_asan/array.c:3673
collect = 131879049583240
i = 0
#37 0x000057f0c50dea48 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:3915
ci = 0x167100000001
cc = <optimized out>
me = 0x77f19fddebf0
cfunc = 0x506000020068
recv = 131879008104360
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#38 0x000057f0c5078a7f in vm_sendish (ec=0x5160000003d0, reg_cfp=0x77f1a0018608, cd=0x512000013f30, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
calling = <optimized out>
#39 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = false
val = <optimized out>
cd = 0x512000013f30
insns_address_table = {0x57f0c5074646 <vm_exec_core+1494>, 0x57f0c507594d <vm_exec_core+6365>, 0x57f0c507ab71 <vm_exec_core+27393>, 0x57f0c50754bf <vm_exec_core+5199>, 0x57f0c507b922 <vm_exec_core+30898>, 0x57f0c507972d <vm_exec_core+22205>, 0x57f0c507733e <vm_exec_core+13006>, 0x57f0c50747ae <vm_exec_core+1854>, 0x57f0c507b164 <vm_exec_core+28916>, 0x57f0c507aeac <vm_exec_core+28220>, 0x57f0c507573c <vm_exec_core+5836>, 0x57f0c5074c9e <vm_exec_core+3118>, 0x57f0c5079e26 <vm_exec_core+23990>, 0x57f0c5076243 <vm_exec_core+8659>, 0x57f0c507b365 <vm_exec_core+29429>, 0x57f0c507b00e <vm_exec_core+28574>, 0x57f0c5076931 <vm_exec_core+10433>, 0x57f0c50772cd <vm_exec_core+12893>, 0x57f0c5079985 <vm_exec_core+22805>, 0x57f0c507af85 <vm_exec_core+28437>, 0x57f0c5078da0 <vm_exec_core+19760>, 0x57f0c5079a0e <vm_exec_core+22942>, 0x57f0c507a4c7 <vm_exec_core+25687>, 0x57f0c5078cdd <vm_exec_core+19565>, 0x57f0c5074bdb <vm_exec_core+2923>, 0x57f0c5079430 <vm_exec_core+21440>, 0x57f0c5074a6e <vm_exec_core+2558>, 0x57f0c5074ea4 <vm_exec_core+3636>, 0x57f0c5076bb4 <vm_exec_core+11076>, 0x57f0c50788aa <vm_exec_core+18490>, 0x57f0c50792c9 <vm_exec_core+21081>, 0x57f0c507854f <vm_exec_core+17631>, 0x57f0c507467a <vm_exec_core+1546>, 0x57f0c507a6f7 <vm_exec_core+26247>, 0x57f0c507add7 <vm_exec_core+28007>, 0x57f0c507504b <vm_exec_core+4059>, 0x57f0c5075bf7 <vm_exec_core+7047>, 0x57f0c50758b5 <vm_exec_core+6213>, 0x57f0c5076332 <vm_exec_core+8898>, 0x57f0c5077169 <vm_exec_core+12537>, 0x57f0c50750f2 <vm_exec_core+4226>, 0x57f0c507a55f <vm_exec_core+25839>, 0x57f0c5075b81 <vm_exec_core+6929>, 0x57f0c5077017 <vm_exec_core+12199>, 0x57f0c5077ade <vm_exec_core+14958>, 0x57f0c5079ebc <vm_exec_core+24140>, 0x57f0c5078f62 <vm_exec_core+20210>, 0x57f0c507660c <vm_exec_core+9628>, 0x57f0c5075e8e <vm_exec_core+7710>, 0x57f0c5079d12 <vm_exec_core+23714>, 0x57f0c5076d94 <vm_exec_core+11556>, 0x57f0c507952f <vm_exec_core+21695>, 0x57f0c5078fd4 <vm_exec_core+20324>, 0x57f0c50795e6 <vm_exec_core+21878>, 0x57f0c507aaa9 <vm_exec_core+27193>, 0x57f0c5078361 <vm_exec_core+17137>, 0x57f0c5079f75 <vm_exec_core+24325>, 0x57f0c50743c8 <vm_exec_core+856>, 0x57f0c5079aa3 <vm_exec_core+23091>, 0x57f0c507672b <vm_exec_core+9915>, 0x57f0c5078c38 <vm_exec_core+19400>, 0x57f0c5078e78 <vm_exec_core+19976>, 0x57f0c5077712 <vm_exec_core+13986>, 0x57f0c5074f58 <vm_exec_core+3816>, 0x57f0c5076ad9 <vm_exec_core+10857>, 0x57f0c5076116 <vm_exec_core+8358>, 0x57f0c5079664 <vm_exec_core+22004>, 0x57f0c5075283 <vm_exec_core+4627>, 0x57f0c50774bf <vm_exec_core+13391>, 0x57f0c5077e0f <vm_exec_core+15775>, 0x57f0c5076410 <vm_exec_core+9120>, 0x57f0c5081e19 <vm_exec_core+56745>, 0x57f0c5075de5 <vm_exec_core+7541>, 0x57f0c5075cdd <vm_exec_core+7277>, 0x57f0c5075fe8 <vm_exec_core+8056>, 0x57f0c50769d3 <vm_exec_core+10595>, 0x57f0c507874e <vm_exec_core+18142>, 0x57f0c5077b99 <vm_exec_core+15145>, 0x57f0c5079348 <vm_exec_core+21208>, 0x57f0c5077ff5 <vm_exec_core+16261>, 0x57f0c507a620 <vm_exec_core+26032>, 0x57f0c507bbc7 <vm_exec_core+31575>, 0x57f0c507a864 <vm_exec_core+26612>, 0x57f0c507b4b5 <vm_exec_core+29765>, 0x57f0c507b5a6 <vm_exec_core+30006>, 0x57f0c5074b00 <vm_exec_core+2704>, 0x57f0c507b08d <vm_exec_core+28701>, 0x57f0c5076cb9 <vm_exec_core+11337>, 0x57f0c507b288 <vm_exec_core+29208>, 0x57f0c50767fa <vm_exec_core+10122>, 0x57f0c507a79b <vm_exec_core+26411>, 0x57f0c5074997 <vm_exec_core+2343>, 0x57f0c507517d <vm_exec_core+4365>, 0x57f0c507b7ea <vm_exec_core+30586>, 0x57f0c507709d <vm_exec_core+12333>, 0x57f0c5076e9a <vm_exec_core+11818>, 0x57f0c50743cd <vm_exec_core+861>, 0x57f0c50748ba <vm_exec_core+2122>, 0x57f0c5074453 <vm_exec_core+995>, 0x57f0c507a953 <vm_exec_core+26851>, 0x57f0c507821e <vm_exec_core+16814>, 0x57f0c50778e2 <vm_exec_core+14450>, 0x57f0c50780fa <vm_exec_core+16522>, 0x57f0c5077d46 <vm_exec_core+15574>, 0x57f0c5076f2f <vm_exec_core+11967>, 0x57f0c50777ed <vm_exec_core+14205>, 0x57f0c50771b9 <vm_exec_core+12617>, 0x57f0c50779fc <vm_exec_core+14732>, 0x57f0c5077a6d <vm_exec_core+14845>, 0x57f0c5074637 <vm_exec_core+1479>, 0x57f0c507593e <vm_exec_core+6350>, 0x57f0c507ab62 <vm_exec_core+27378>, 0x57f0c50754b0 <vm_exec_core+5184>, 0x57f0c507b913 <vm_exec_core+30883>, 0x57f0c507971e <vm_exec_core+22190>, 0x57f0c507732f <vm_exec_core+12991>, 0x57f0c507479f <vm_exec_core+1839>, 0x57f0c507b155 <vm_exec_core+28901>, 0x57f0c507ae9d <vm_exec_core+28205>, 0x57f0c507572d <vm_exec_core+5821>, 0x57f0c5074c8f <vm_exec_core+3103>, 0x57f0c5079e17 <vm_exec_core+23975>, 0x57f0c5076234 <vm_exec_core+8644>, 0x57f0c507b356 <vm_exec_core+29414>, 0x57f0c507afff <vm_exec_core+28559>, 0x57f0c5076922 <vm_exec_core+10418>, 0x57f0c50772be <vm_exec_core+12878>, 0x57f0c5079976 <vm_exec_core+22790>, 0x57f0c507af76 <vm_exec_core+28422>, 0x57f0c5078d91 <vm_exec_core+19745>, 0x57f0c50799ff <vm_exec_core+22927>, 0x57f0c507a4b8 <vm_exec_core+25672>, 0x57f0c5078cce <vm_exec_core+19550>, 0x57f0c5074bcc <vm_exec_core+2908>, 0x57f0c5079421 <vm_exec_core+21425>, 0x57f0c5074a5f <vm_exec_core+2543>, 0x57f0c5074e95 <vm_exec_core+3621>, 0x57f0c5076ba5 <vm_exec_core+11061>, 0x57f0c507889b <vm_exec_core+18475>, 0x57f0c50792ba <vm_exec_core+21066>, 0x57f0c5078540 <vm_exec_core+17616>, 0x57f0c507466b <vm_exec_core+1531>, 0x57f0c507a6e8 <vm_exec_core+26232>, 0x57f0c507adc8 <vm_exec_core+27992>, 0x57f0c507503c <vm_exec_core+4044>, 0x57f0c5075be8 <vm_exec_core+7032>, 0x57f0c50758a6 <vm_exec_core+6198>, 0x57f0c5076323 <vm_exec_core+8883>, 0x57f0c507715a <vm_exec_core+12522>, 0x57f0c50750e3 <vm_exec_core+4211>, 0x57f0c507a550 <vm_exec_core+25824>, 0x57f0c5075b72 <vm_exec_core+6914>, 0x57f0c5077008 <vm_exec_core+12184>, 0x57f0c5077acf <vm_exec_core+14943>, 0x57f0c5079ead <vm_exec_core+24125>, 0x57f0c5078f53 <vm_exec_core+20195>, 0x57f0c50765fd <vm_exec_core+9613>, 0x57f0c5075e7f <vm_exec_core+7695>, 0x57f0c5079d03 <vm_exec_core+23699>, 0x57f0c5076d85 <vm_exec_core+11541>, 0x57f0c5079520 <vm_exec_core+21680>, 0x57f0c5078fc5 <vm_exec_core+20309>, 0x57f0c50795d7 <vm_exec_core+21863>, 0x57f0c507aa9a <vm_exec_core+27178>, 0x57f0c5078352 <vm_exec_core+17122>, 0x57f0c5079f66 <vm_exec_core+24310>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5079a94 <vm_exec_core+23076>, 0x57f0c507671c <vm_exec_core+9900>, 0x57f0c5078c29 <vm_exec_core+19385>, 0x57f0c5078e69 <vm_exec_core+19961>, 0x57f0c5077703 <vm_exec_core+13971>, 0x57f0c5078896 <vm_exec_core+18470>, 0x57f0c5076aca <vm_exec_core+10842>, 0x57f0c5076107 <vm_exec_core+8343>, 0x57f0c5079655 <vm_exec_core+21989>, 0x57f0c5075274 <vm_exec_core+4612>, 0x57f0c50774b0 <vm_exec_core+13376>, 0x57f0c5077e00 <vm_exec_core+15760>, 0x57f0c5076401 <vm_exec_core+9105>, 0x57f0c5081e0a <vm_exec_core+56730>, 0x57f0c5075dd6 <vm_exec_core+7526>, 0x57f0c5075cce <vm_exec_core+7262>, 0x57f0c5075fd9 <vm_exec_core+8041>, 0x57f0c50769c4 <vm_exec_core+10580>, 0x57f0c507873f <vm_exec_core+18127>, 0x57f0c5077b8a <vm_exec_core+15130>, 0x57f0c507873a <vm_exec_core+18122>, 0x57f0c5078f4e <vm_exec_core+20190>, 0x57f0c5078f49 <vm_exec_core+20185>, 0x57f0c5075fd4 <vm_exec_core+8036>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5077123 <vm_exec_core+12467>, 0x57f0c5077128 <vm_exec_core+12472>, 0x57f0c5078f44 <vm_exec_core+20180>, 0x57f0c5078d8c <vm_exec_core+19740>, 0x57f0c5077dfb <vm_exec_core+15755>, 0x57f0c5077d32 <vm_exec_core+15554>, 0x57f0c5078e3b <vm_exec_core+19915>, 0x57f0c5078205 <vm_exec_core+16789>...}
reg_cfp = 0x77f1a0018608
reg_pc = 0x51900001b210
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#40 0x000057f0c506f65b in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#41 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
_ec = 0x5160000003d0
_tag = <optimized out>
state = <optimized out>
result = 36
#42 0x000057f0c50ff1b2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x77f1a0018738, self=131879650821120, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x77f19fd4f518
cfp = <optimized out>
sp = 0x77f19ff188d0
use_argv = 0x77f19e453c60
stack_argv = 0x77f19ff188d0
opt_pc = 0
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#43 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1828
captured = 0x77f1a0018738
#44 0x000057f0c50a09ec in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1865
No locals.
#45 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#46 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#47 0x000057f0c50a09ec in rb_yield (val=<optimized out>)
No locals.
#48 0x000057f0c5265d43 in rb_ary_collect (ary=131879049588240) at /tmp/ruby/src/trunk_asan/array.c:3673
collect = 131879049588160
i = 0
#49 0x000057f0c50dea48 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:3915
ci = 0x167100000001
cc = <optimized out>
me = 0x77f19fddebf0
cfunc = 0x506000020068
recv = 131879049588240
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#50 0x000057f0c5078a7f in vm_sendish (ec=0x5160000003d0, reg_cfp=0x77f1a0018720, cd=0x502000029e70, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
calling = <optimized out>
#51 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = false
val = <optimized out>
cd = 0x502000029e70
insns_address_table = {0x57f0c5074646 <vm_exec_core+1494>, 0x57f0c507594d <vm_exec_core+6365>, 0x57f0c507ab71 <vm_exec_core+27393>, 0x57f0c50754bf <vm_exec_core+5199>, 0x57f0c507b922 <vm_exec_core+30898>, 0x57f0c507972d <vm_exec_core+22205>, 0x57f0c507733e <vm_exec_core+13006>, 0x57f0c50747ae <vm_exec_core+1854>, 0x57f0c507b164 <vm_exec_core+28916>, 0x57f0c507aeac <vm_exec_core+28220>, 0x57f0c507573c <vm_exec_core+5836>, 0x57f0c5074c9e <vm_exec_core+3118>, 0x57f0c5079e26 <vm_exec_core+23990>, 0x57f0c5076243 <vm_exec_core+8659>, 0x57f0c507b365 <vm_exec_core+29429>, 0x57f0c507b00e <vm_exec_core+28574>, 0x57f0c5076931 <vm_exec_core+10433>, 0x57f0c50772cd <vm_exec_core+12893>, 0x57f0c5079985 <vm_exec_core+22805>, 0x57f0c507af85 <vm_exec_core+28437>, 0x57f0c5078da0 <vm_exec_core+19760>, 0x57f0c5079a0e <vm_exec_core+22942>, 0x57f0c507a4c7 <vm_exec_core+25687>, 0x57f0c5078cdd <vm_exec_core+19565>, 0x57f0c5074bdb <vm_exec_core+2923>, 0x57f0c5079430 <vm_exec_core+21440>, 0x57f0c5074a6e <vm_exec_core+2558>, 0x57f0c5074ea4 <vm_exec_core+3636>, 0x57f0c5076bb4 <vm_exec_core+11076>, 0x57f0c50788aa <vm_exec_core+18490>, 0x57f0c50792c9 <vm_exec_core+21081>, 0x57f0c507854f <vm_exec_core+17631>, 0x57f0c507467a <vm_exec_core+1546>, 0x57f0c507a6f7 <vm_exec_core+26247>, 0x57f0c507add7 <vm_exec_core+28007>, 0x57f0c507504b <vm_exec_core+4059>, 0x57f0c5075bf7 <vm_exec_core+7047>, 0x57f0c50758b5 <vm_exec_core+6213>, 0x57f0c5076332 <vm_exec_core+8898>, 0x57f0c5077169 <vm_exec_core+12537>, 0x57f0c50750f2 <vm_exec_core+4226>, 0x57f0c507a55f <vm_exec_core+25839>, 0x57f0c5075b81 <vm_exec_core+6929>, 0x57f0c5077017 <vm_exec_core+12199>, 0x57f0c5077ade <vm_exec_core+14958>, 0x57f0c5079ebc <vm_exec_core+24140>, 0x57f0c5078f62 <vm_exec_core+20210>, 0x57f0c507660c <vm_exec_core+9628>, 0x57f0c5075e8e <vm_exec_core+7710>, 0x57f0c5079d12 <vm_exec_core+23714>, 0x57f0c5076d94 <vm_exec_core+11556>, 0x57f0c507952f <vm_exec_core+21695>, 0x57f0c5078fd4 <vm_exec_core+20324>, 0x57f0c50795e6 <vm_exec_core+21878>, 0x57f0c507aaa9 <vm_exec_core+27193>, 0x57f0c5078361 <vm_exec_core+17137>, 0x57f0c5079f75 <vm_exec_core+24325>, 0x57f0c50743c8 <vm_exec_core+856>, 0x57f0c5079aa3 <vm_exec_core+23091>, 0x57f0c507672b <vm_exec_core+9915>, 0x57f0c5078c38 <vm_exec_core+19400>, 0x57f0c5078e78 <vm_exec_core+19976>, 0x57f0c5077712 <vm_exec_core+13986>, 0x57f0c5074f58 <vm_exec_core+3816>, 0x57f0c5076ad9 <vm_exec_core+10857>, 0x57f0c5076116 <vm_exec_core+8358>, 0x57f0c5079664 <vm_exec_core+22004>, 0x57f0c5075283 <vm_exec_core+4627>, 0x57f0c50774bf <vm_exec_core+13391>, 0x57f0c5077e0f <vm_exec_core+15775>, 0x57f0c5076410 <vm_exec_core+9120>, 0x57f0c5081e19 <vm_exec_core+56745>, 0x57f0c5075de5 <vm_exec_core+7541>, 0x57f0c5075cdd <vm_exec_core+7277>, 0x57f0c5075fe8 <vm_exec_core+8056>, 0x57f0c50769d3 <vm_exec_core+10595>, 0x57f0c507874e <vm_exec_core+18142>, 0x57f0c5077b99 <vm_exec_core+15145>, 0x57f0c5079348 <vm_exec_core+21208>, 0x57f0c5077ff5 <vm_exec_core+16261>, 0x57f0c507a620 <vm_exec_core+26032>, 0x57f0c507bbc7 <vm_exec_core+31575>, 0x57f0c507a864 <vm_exec_core+26612>, 0x57f0c507b4b5 <vm_exec_core+29765>, 0x57f0c507b5a6 <vm_exec_core+30006>, 0x57f0c5074b00 <vm_exec_core+2704>, 0x57f0c507b08d <vm_exec_core+28701>, 0x57f0c5076cb9 <vm_exec_core+11337>, 0x57f0c507b288 <vm_exec_core+29208>, 0x57f0c50767fa <vm_exec_core+10122>, 0x57f0c507a79b <vm_exec_core+26411>, 0x57f0c5074997 <vm_exec_core+2343>, 0x57f0c507517d <vm_exec_core+4365>, 0x57f0c507b7ea <vm_exec_core+30586>, 0x57f0c507709d <vm_exec_core+12333>, 0x57f0c5076e9a <vm_exec_core+11818>, 0x57f0c50743cd <vm_exec_core+861>, 0x57f0c50748ba <vm_exec_core+2122>, 0x57f0c5074453 <vm_exec_core+995>, 0x57f0c507a953 <vm_exec_core+26851>, 0x57f0c507821e <vm_exec_core+16814>, 0x57f0c50778e2 <vm_exec_core+14450>, 0x57f0c50780fa <vm_exec_core+16522>, 0x57f0c5077d46 <vm_exec_core+15574>, 0x57f0c5076f2f <vm_exec_core+11967>, 0x57f0c50777ed <vm_exec_core+14205>, 0x57f0c50771b9 <vm_exec_core+12617>, 0x57f0c50779fc <vm_exec_core+14732>, 0x57f0c5077a6d <vm_exec_core+14845>, 0x57f0c5074637 <vm_exec_core+1479>, 0x57f0c507593e <vm_exec_core+6350>, 0x57f0c507ab62 <vm_exec_core+27378>, 0x57f0c50754b0 <vm_exec_core+5184>, 0x57f0c507b913 <vm_exec_core+30883>, 0x57f0c507971e <vm_exec_core+22190>, 0x57f0c507732f <vm_exec_core+12991>, 0x57f0c507479f <vm_exec_core+1839>, 0x57f0c507b155 <vm_exec_core+28901>, 0x57f0c507ae9d <vm_exec_core+28205>, 0x57f0c507572d <vm_exec_core+5821>, 0x57f0c5074c8f <vm_exec_core+3103>, 0x57f0c5079e17 <vm_exec_core+23975>, 0x57f0c5076234 <vm_exec_core+8644>, 0x57f0c507b356 <vm_exec_core+29414>, 0x57f0c507afff <vm_exec_core+28559>, 0x57f0c5076922 <vm_exec_core+10418>, 0x57f0c50772be <vm_exec_core+12878>, 0x57f0c5079976 <vm_exec_core+22790>, 0x57f0c507af76 <vm_exec_core+28422>, 0x57f0c5078d91 <vm_exec_core+19745>, 0x57f0c50799ff <vm_exec_core+22927>, 0x57f0c507a4b8 <vm_exec_core+25672>, 0x57f0c5078cce <vm_exec_core+19550>, 0x57f0c5074bcc <vm_exec_core+2908>, 0x57f0c5079421 <vm_exec_core+21425>, 0x57f0c5074a5f <vm_exec_core+2543>, 0x57f0c5074e95 <vm_exec_core+3621>, 0x57f0c5076ba5 <vm_exec_core+11061>, 0x57f0c507889b <vm_exec_core+18475>, 0x57f0c50792ba <vm_exec_core+21066>, 0x57f0c5078540 <vm_exec_core+17616>, 0x57f0c507466b <vm_exec_core+1531>, 0x57f0c507a6e8 <vm_exec_core+26232>, 0x57f0c507adc8 <vm_exec_core+27992>, 0x57f0c507503c <vm_exec_core+4044>, 0x57f0c5075be8 <vm_exec_core+7032>, 0x57f0c50758a6 <vm_exec_core+6198>, 0x57f0c5076323 <vm_exec_core+8883>, 0x57f0c507715a <vm_exec_core+12522>, 0x57f0c50750e3 <vm_exec_core+4211>, 0x57f0c507a550 <vm_exec_core+25824>, 0x57f0c5075b72 <vm_exec_core+6914>, 0x57f0c5077008 <vm_exec_core+12184>, 0x57f0c5077acf <vm_exec_core+14943>, 0x57f0c5079ead <vm_exec_core+24125>, 0x57f0c5078f53 <vm_exec_core+20195>, 0x57f0c50765fd <vm_exec_core+9613>, 0x57f0c5075e7f <vm_exec_core+7695>, 0x57f0c5079d03 <vm_exec_core+23699>, 0x57f0c5076d85 <vm_exec_core+11541>, 0x57f0c5079520 <vm_exec_core+21680>, 0x57f0c5078fc5 <vm_exec_core+20309>, 0x57f0c50795d7 <vm_exec_core+21863>, 0x57f0c507aa9a <vm_exec_core+27178>, 0x57f0c5078352 <vm_exec_core+17122>, 0x57f0c5079f66 <vm_exec_core+24310>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5079a94 <vm_exec_core+23076>, 0x57f0c507671c <vm_exec_core+9900>, 0x57f0c5078c29 <vm_exec_core+19385>, 0x57f0c5078e69 <vm_exec_core+19961>, 0x57f0c5077703 <vm_exec_core+13971>, 0x57f0c5078896 <vm_exec_core+18470>, 0x57f0c5076aca <vm_exec_core+10842>, 0x57f0c5076107 <vm_exec_core+8343>, 0x57f0c5079655 <vm_exec_core+21989>, 0x57f0c5075274 <vm_exec_core+4612>, 0x57f0c50774b0 <vm_exec_core+13376>, 0x57f0c5077e00 <vm_exec_core+15760>, 0x57f0c5076401 <vm_exec_core+9105>, 0x57f0c5081e0a <vm_exec_core+56730>, 0x57f0c5075dd6 <vm_exec_core+7526>, 0x57f0c5075cce <vm_exec_core+7262>, 0x57f0c5075fd9 <vm_exec_core+8041>, 0x57f0c50769c4 <vm_exec_core+10580>, 0x57f0c507873f <vm_exec_core+18127>, 0x57f0c5077b8a <vm_exec_core+15130>, 0x57f0c507873a <vm_exec_core+18122>, 0x57f0c5078f4e <vm_exec_core+20190>, 0x57f0c5078f49 <vm_exec_core+20185>, 0x57f0c5075fd4 <vm_exec_core+8036>, 0x57f0c507940d <vm_exec_core+21405>, 0x57f0c5077123 <vm_exec_core+12467>, 0x57f0c5077128 <vm_exec_core+12472>, 0x57f0c5078f44 <vm_exec_core+20180>, 0x57f0c5078d8c <vm_exec_core+19740>, 0x57f0c5077dfb <vm_exec_core+15755>, 0x57f0c5077d32 <vm_exec_core+15554>, 0x57f0c5078e3b <vm_exec_core+19915>, 0x57f0c5078205 <vm_exec_core+16789>...}
reg_cfp = 0x77f1a0018720
reg_pc = 0x5040000085b8
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#52 0x000057f0c506f65b in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#53 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
_ec = 0x5160000003d0
_tag = <optimized out>
state = <optimized out>
result = 36
#54 0x000057f0c50b7ab8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3050
ec = 0x5160000003d0
val = <optimized out>
#55 0x000057f0c4cb7c7a in rb_ec_exec_node (ec=0x5160000003d0, n=0x77f19fd4f6a8) at /tmp/ruby/src/trunk_asan/eval.c:283
_ec = 0x5160000003d0
_tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc8d566f70, <optimized out>, 0x7ffc8d566ec0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x77f19fd4f6a8
#56 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
ec = 0x5160000003d0
status = <optimized out>
#57 0x000057f0c4cb0be7 in rb_main (argc=11, argv=0x7ffc8d567138) at /tmp/ruby/src/trunk_asan/main.c:42
variable_in_this_stack_frame = <optimized out>
#58 main (argc=11, argv=0x7ffc8d567138) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.
>>> Dump Ruby level backtrace (if possible)
$1 = true
[Inferior 1 (process 939895) detached]
$ timeout 60 gdb -p 939877 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1459518]
[New LWP 939879]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x0000755dcfb10813 in __GI___wait4 (pid=-1, stat_loc=0x755dcdbf7268, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
>>> Threads
Id Target Id Frame
* 1 Thread 0x755dcfc2ec40 (LWP 939877) "ruby" 0x0000755dcfb10813 in __GI___wait4 (pid=-1, stat_loc=0x755dcdbf7268, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
2 Thread 0x755daed696c0 (LWP 1459518) "Timeout stdlib " 0x0000755dcfa98d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x755daed66c00, op=137, expected=0, futex_word=0x50c0051b1d54) at ./nptl/futex-internal.c:57
3 Thread 0x755db39ff6c0 (LWP 939879) "ruby" 0x0000755dcfb1b4fd in __GI___poll (fds=0x755db27ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
>>> Machine level backtrace
Thread 3 (Thread 0x755db39ff6c0 (LWP 939879) "ruby"):
#0 0x0000755dcfb1b4fd in __GI___poll (fds=0x755db27ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
sc_ret = -516
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005dd32d99977a in __interceptor_poll ()
No symbol table info available.
#2 0x00005dd32dd819ea in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1067
pfd = {fd = 3, events = 1, revents = <optimized out>}
timeout = -1
r = <optimized out>
#3 timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3075
vm = <optimized out>
#4 0x00005dd32d9f2b2f in asan_thread_start(void*) ()
No symbol table info available.
#5 0x0000755dcfa9caa4 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 = {129045306013376, 7071784648517532777, 129045306013376, -352, 0, 140724651318256, 7071784648530115689, 7072057446275529833}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#6 0x0000755dcfb29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 2 (Thread 0x755daed696c0 (LWP 1459518) "Timeout stdlib "):
#0 0x0000755dcfa98d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x755daed66c00, op=137, expected=0, futex_word=0x50c0051b1d54) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x755daed66c00, clockid=0, expected=0, futex_word=0x50c0051b1d54) at ./nptl/futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 137
err = <optimized out>
clockbit = <optimized out>
op = <optimized out>
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c0051b1d54, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x755daed66c00, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3 0x0000755dcfa9bc8e in __pthread_cond_wait_common (abstime=0x755daed66c00, clockid=1, mutex=0x5150000501a0, cond=0x50c0051b1d28) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x755dcfa9b4b0 <__condvar_cleanup_waiting>, __arg = 0x755daed66af0, __canceltype = -1377391424, __prev = 0x0}
cbuffer = {wseq = 3, cond = 0x50c0051b1d28, mutex = 0x5150000501a0, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 3
seq = 1
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_timedwait64 (cond=cond@entry=0x50c0051b1d28, mutex=mutex@entry=0x5150000501a0, abstime=abstime@entry=0x755daed66c00) at ./nptl/pthread_cond_wait.c:652
flags = <optimized out>
clockid = 1
#5 0x00005dd32dd7b8c1 in native_cond_timedwait (cond=0x50c0051b1d28, mutex=0x5150000501a0, abs=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:251
r = <optimized out>
ts = <optimized out>
#6 native_cond_sleep (th=th@entry=0x515000050080, rel=rel@entry=0x755dade6ac60) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2489
end = <optimized out>
sched = 0x514000000108
lock = 0x5150000501a0
cond = 0x50c0051b1d28
max = 100000000000000000
#7 0x00005dd32dd5d8c4 in native_sleep (th=0x515000050080, rel=0x755dade6ac60) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3343
sched = <optimized out>
#8 sleep_hrtime (th=<optimized out>, rel=1999851000, fl=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1329
prev_status = THREAD_RUNNABLE
end = 7886341237487536
woke = 1
#9 0x00005dd32dd57a6e in mutex_sleep_begin (_arguments=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:617
timeout_value = <optimized out>
relative_timeout = 18446744073709551100
arguments = <optimized out>
timeout = 18446738726441713666
woken = 20
scheduler = <optimized out>
#10 0x00005dd32da3e8f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x5160009edfd0
_tag = {tag = 36, retval = <optimized out>, buf = {0x755daed66ef0, <optimized out>, 0x755daed66e00, <optimized out>, <optimized out>}, prev = 0x755dae169ca0, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x5160009edfd0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#11 0x00005dd32dd5743e in rb_mutex_sleep (self=<optimized out>, timeout=18446738726441713666) at /tmp/ruby/src/trunk_asan/thread_sync.c:640
arguments = {self = 129045767156520, timeout = <optimized out>}
beg = 1762958833
woken = <optimized out>
end = <optimized out>
#12 0x00005dd32de77162 in vm_call0_cfunc_with_frame (ec=0x5160009edfd0, calling=<optimized out>, argv=0x755dae06b848) at /tmp/ruby/src/trunk_asan/vm_eval.c:164
reg_cfp = 0x755daee6b6e8
ci = <optimized out>
me = <optimized out>
cfunc = <optimized out>
len = -1
recv = 129045767156520
argc = 1
mid = 26561
block_handler = <optimized out>
frame_flags = 1431634051
val = <optimized out>
unaligned_member_ptr_result = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
reg_cfp = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
#13 vm_call0_cfunc (ec=0x5160009edfd0, calling=<optimized out>, argv=0x755dae06b848) at /tmp/ruby/src/trunk_asan/vm_eval.c:178
No locals.
#14 vm_call0_body (ec=<optimized out>, calling=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:229
ci = <optimized out>
cc = <optimized out>
ret = <optimized out>
#15 0x00005dd32de1f97a in vm_call0_cc (ec=0x5160009edfd0, recv=129045767156520, id=26561, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
flags = <optimized out>
calling = <error reading variable calling (Cannot access memory at address 0x89)>
use_argv = 0x0
av = <optimized out>
#16 rb_funcallv_scope (recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, scope=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1065
ci = <optimized out>
ec = 0x5160009edfd0
cc = <optimized out>
self = <optimized out>
#17 0x00005dd32da3e8f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x5160009edfd0
_tag = {tag = 36, retval = <optimized out>, buf = {0x755daed67290, <optimized out>, 0x755daed671a0, <optimized out>, <optimized out>}, prev = 0x755dae06ac40, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x5160009edfd0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#18 0x00005dd32dd86ea2 in rb_condvar_wait (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1652
sync_waiter = {self = 129045767156520, th = 0x515000050080, fiber = 0x0, node = {next = 0x5030000adfe0, prev = 0x5030000adfe0}}
ec = 0x5160009edfd0
cv = 0x5030000adfe0
args = <optimized out>
#19 0x00005dd32de60a48 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:3915
ci = 0x462100100005
cc = <optimized out>
me = 0x755dcf346910
cfunc = 0x506000047d28
recv = 129045767157080
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#20 0x00005dd32de46315 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x755daed678a0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4901
ivar_mask = <optimized out>
aset_mask = <optimized out>
ci = 0xffffffff
cc = <optimized out>
cme = <optimized out>
v = <optimized out>
#21 0x00005dd32de45da5 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5041
ci = <optimized out>
cc = 0x755daed66c00
#22 0x00005dd32de023bd in vm_sendish (ec=0x5160009edfd0, reg_cfp=0x755daee6b720, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
#23 vm_exec_core (ec=ec@entry=0x5160009edfd0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x5dd32ddf6646 <vm_exec_core+1494>, 0x5dd32ddf794d <vm_exec_core+6365>, 0x5dd32ddfcb71 <vm_exec_core+27393>, 0x5dd32ddf74bf <vm_exec_core+5199>, 0x5dd32ddfd922 <vm_exec_core+30898>, 0x5dd32ddfb72d <vm_exec_core+22205>, 0x5dd32ddf933e <vm_exec_core+13006>, 0x5dd32ddf67ae <vm_exec_core+1854>, 0x5dd32ddfd164 <vm_exec_core+28916>, 0x5dd32ddfceac <vm_exec_core+28220>, 0x5dd32ddf773c <vm_exec_core+5836>, 0x5dd32ddf6c9e <vm_exec_core+3118>, 0x5dd32ddfbe26 <vm_exec_core+23990>, 0x5dd32ddf8243 <vm_exec_core+8659>, 0x5dd32ddfd365 <vm_exec_core+29429>, 0x5dd32ddfd00e <vm_exec_core+28574>, 0x5dd32ddf8931 <vm_exec_core+10433>, 0x5dd32ddf92cd <vm_exec_core+12893>, 0x5dd32ddfb985 <vm_exec_core+22805>, 0x5dd32ddfcf85 <vm_exec_core+28437>, 0x5dd32ddfada0 <vm_exec_core+19760>, 0x5dd32ddfba0e <vm_exec_core+22942>, 0x5dd32ddfc4c7 <vm_exec_core+25687>, 0x5dd32ddfacdd <vm_exec_core+19565>, 0x5dd32ddf6bdb <vm_exec_core+2923>, 0x5dd32ddfb430 <vm_exec_core+21440>, 0x5dd32ddf6a6e <vm_exec_core+2558>, 0x5dd32ddf6ea4 <vm_exec_core+3636>, 0x5dd32ddf8bb4 <vm_exec_core+11076>, 0x5dd32ddfa8aa <vm_exec_core+18490>, 0x5dd32ddfb2c9 <vm_exec_core+21081>, 0x5dd32ddfa54f <vm_exec_core+17631>, 0x5dd32ddf667a <vm_exec_core+1546>, 0x5dd32ddfc6f7 <vm_exec_core+26247>, 0x5dd32ddfcdd7 <vm_exec_core+28007>, 0x5dd32ddf704b <vm_exec_core+4059>, 0x5dd32ddf7bf7 <vm_exec_core+7047>, 0x5dd32ddf78b5 <vm_exec_core+6213>, 0x5dd32ddf8332 <vm_exec_core+8898>, 0x5dd32ddf9169 <vm_exec_core+12537>, 0x5dd32ddf70f2 <vm_exec_core+4226>, 0x5dd32ddfc55f <vm_exec_core+25839>, 0x5dd32ddf7b81 <vm_exec_core+6929>, 0x5dd32ddf9017 <vm_exec_core+12199>, 0x5dd32ddf9ade <vm_exec_core+14958>, 0x5dd32ddfbebc <vm_exec_core+24140>, 0x5dd32ddfaf62 <vm_exec_core+20210>, 0x5dd32ddf860c <vm_exec_core+9628>, 0x5dd32ddf7e8e <vm_exec_core+7710>, 0x5dd32ddfbd12 <vm_exec_core+23714>, 0x5dd32ddf8d94 <vm_exec_core+11556>, 0x5dd32ddfb52f <vm_exec_core+21695>, 0x5dd32ddfafd4 <vm_exec_core+20324>, 0x5dd32ddfb5e6 <vm_exec_core+21878>, 0x5dd32ddfcaa9 <vm_exec_core+27193>, 0x5dd32ddfa361 <vm_exec_core+17137>, 0x5dd32ddfbf75 <vm_exec_core+24325>, 0x5dd32ddf63c8 <vm_exec_core+856>, 0x5dd32ddfbaa3 <vm_exec_core+23091>, 0x5dd32ddf872b <vm_exec_core+9915>, 0x5dd32ddfac38 <vm_exec_core+19400>, 0x5dd32ddfae78 <vm_exec_core+19976>, 0x5dd32ddf9712 <vm_exec_core+13986>, 0x5dd32ddf6f58 <vm_exec_core+3816>, 0x5dd32ddf8ad9 <vm_exec_core+10857>, 0x5dd32ddf8116 <vm_exec_core+8358>, 0x5dd32ddfb664 <vm_exec_core+22004>, 0x5dd32ddf7283 <vm_exec_core+4627>, 0x5dd32ddf94bf <vm_exec_core+13391>, 0x5dd32ddf9e0f <vm_exec_core+15775>, 0x5dd32ddf8410 <vm_exec_core+9120>, 0x5dd32de03e19 <vm_exec_core+56745>, 0x5dd32ddf7de5 <vm_exec_core+7541>, 0x5dd32ddf7cdd <vm_exec_core+7277>, 0x5dd32ddf7fe8 <vm_exec_core+8056>, 0x5dd32ddf89d3 <vm_exec_core+10595>, 0x5dd32ddfa74e <vm_exec_core+18142>, 0x5dd32ddf9b99 <vm_exec_core+15145>, 0x5dd32ddfb348 <vm_exec_core+21208>, 0x5dd32ddf9ff5 <vm_exec_core+16261>, 0x5dd32ddfc620 <vm_exec_core+26032>, 0x5dd32ddfdbc7 <vm_exec_core+31575>, 0x5dd32ddfc864 <vm_exec_core+26612>, 0x5dd32ddfd4b5 <vm_exec_core+29765>, 0x5dd32ddfd5a6 <vm_exec_core+30006>, 0x5dd32ddf6b00 <vm_exec_core+2704>, 0x5dd32ddfd08d <vm_exec_core+28701>, 0x5dd32ddf8cb9 <vm_exec_core+11337>, 0x5dd32ddfd288 <vm_exec_core+29208>, 0x5dd32ddf87fa <vm_exec_core+10122>, 0x5dd32ddfc79b <vm_exec_core+26411>, 0x5dd32ddf6997 <vm_exec_core+2343>, 0x5dd32ddf717d <vm_exec_core+4365>, 0x5dd32ddfd7ea <vm_exec_core+30586>, 0x5dd32ddf909d <vm_exec_core+12333>, 0x5dd32ddf8e9a <vm_exec_core+11818>, 0x5dd32ddf63cd <vm_exec_core+861>, 0x5dd32ddf68ba <vm_exec_core+2122>, 0x5dd32ddf6453 <vm_exec_core+995>, 0x5dd32ddfc953 <vm_exec_core+26851>, 0x5dd32ddfa21e <vm_exec_core+16814>, 0x5dd32ddf98e2 <vm_exec_core+14450>, 0x5dd32ddfa0fa <vm_exec_core+16522>, 0x5dd32ddf9d46 <vm_exec_core+15574>, 0x5dd32ddf8f2f <vm_exec_core+11967>, 0x5dd32ddf97ed <vm_exec_core+14205>, 0x5dd32ddf91b9 <vm_exec_core+12617>, 0x5dd32ddf99fc <vm_exec_core+14732>, 0x5dd32ddf9a6d <vm_exec_core+14845>, 0x5dd32ddf6637 <vm_exec_core+1479>, 0x5dd32ddf793e <vm_exec_core+6350>, 0x5dd32ddfcb62 <vm_exec_core+27378>, 0x5dd32ddf74b0 <vm_exec_core+5184>, 0x5dd32ddfd913 <vm_exec_core+30883>, 0x5dd32ddfb71e <vm_exec_core+22190>, 0x5dd32ddf932f <vm_exec_core+12991>, 0x5dd32ddf679f <vm_exec_core+1839>, 0x5dd32ddfd155 <vm_exec_core+28901>, 0x5dd32ddfce9d <vm_exec_core+28205>, 0x5dd32ddf772d <vm_exec_core+5821>, 0x5dd32ddf6c8f <vm_exec_core+3103>, 0x5dd32ddfbe17 <vm_exec_core+23975>, 0x5dd32ddf8234 <vm_exec_core+8644>, 0x5dd32ddfd356 <vm_exec_core+29414>, 0x5dd32ddfcfff <vm_exec_core+28559>, 0x5dd32ddf8922 <vm_exec_core+10418>, 0x5dd32ddf92be <vm_exec_core+12878>, 0x5dd32ddfb976 <vm_exec_core+22790>, 0x5dd32ddfcf76 <vm_exec_core+28422>, 0x5dd32ddfad91 <vm_exec_core+19745>, 0x5dd32ddfb9ff <vm_exec_core+22927>, 0x5dd32ddfc4b8 <vm_exec_core+25672>, 0x5dd32ddfacce <vm_exec_core+19550>, 0x5dd32ddf6bcc <vm_exec_core+2908>, 0x5dd32ddfb421 <vm_exec_core+21425>, 0x5dd32ddf6a5f <vm_exec_core+2543>, 0x5dd32ddf6e95 <vm_exec_core+3621>, 0x5dd32ddf8ba5 <vm_exec_core+11061>, 0x5dd32ddfa89b <vm_exec_core+18475>, 0x5dd32ddfb2ba <vm_exec_core+21066>, 0x5dd32ddfa540 <vm_exec_core+17616>, 0x5dd32ddf666b <vm_exec_core+1531>, 0x5dd32ddfc6e8 <vm_exec_core+26232>, 0x5dd32ddfcdc8 <vm_exec_core+27992>, 0x5dd32ddf703c <vm_exec_core+4044>, 0x5dd32ddf7be8 <vm_exec_core+7032>, 0x5dd32ddf78a6 <vm_exec_core+6198>, 0x5dd32ddf8323 <vm_exec_core+8883>, 0x5dd32ddf915a <vm_exec_core+12522>, 0x5dd32ddf70e3 <vm_exec_core+4211>, 0x5dd32ddfc550 <vm_exec_core+25824>, 0x5dd32ddf7b72 <vm_exec_core+6914>, 0x5dd32ddf9008 <vm_exec_core+12184>, 0x5dd32ddf9acf <vm_exec_core+14943>, 0x5dd32ddfbead <vm_exec_core+24125>, 0x5dd32ddfaf53 <vm_exec_core+20195>, 0x5dd32ddf85fd <vm_exec_core+9613>, 0x5dd32ddf7e7f <vm_exec_core+7695>, 0x5dd32ddfbd03 <vm_exec_core+23699>, 0x5dd32ddf8d85 <vm_exec_core+11541>, 0x5dd32ddfb520 <vm_exec_core+21680>, 0x5dd32ddfafc5 <vm_exec_core+20309>, 0x5dd32ddfb5d7 <vm_exec_core+21863>, 0x5dd32ddfca9a <vm_exec_core+27178>, 0x5dd32ddfa352 <vm_exec_core+17122>, 0x5dd32ddfbf66 <vm_exec_core+24310>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddfba94 <vm_exec_core+23076>, 0x5dd32ddf871c <vm_exec_core+9900>, 0x5dd32ddfac29 <vm_exec_core+19385>, 0x5dd32ddfae69 <vm_exec_core+19961>, 0x5dd32ddf9703 <vm_exec_core+13971>, 0x5dd32ddfa896 <vm_exec_core+18470>, 0x5dd32ddf8aca <vm_exec_core+10842>, 0x5dd32ddf8107 <vm_exec_core+8343>, 0x5dd32ddfb655 <vm_exec_core+21989>, 0x5dd32ddf7274 <vm_exec_core+4612>, 0x5dd32ddf94b0 <vm_exec_core+13376>, 0x5dd32ddf9e00 <vm_exec_core+15760>, 0x5dd32ddf8401 <vm_exec_core+9105>, 0x5dd32de03e0a <vm_exec_core+56730>, 0x5dd32ddf7dd6 <vm_exec_core+7526>, 0x5dd32ddf7cce <vm_exec_core+7262>, 0x5dd32ddf7fd9 <vm_exec_core+8041>, 0x5dd32ddf89c4 <vm_exec_core+10580>, 0x5dd32ddfa73f <vm_exec_core+18127>, 0x5dd32ddf9b8a <vm_exec_core+15130>, 0x5dd32ddfa73a <vm_exec_core+18122>, 0x5dd32ddfaf4e <vm_exec_core+20190>, 0x5dd32ddfaf49 <vm_exec_core+20185>, 0x5dd32ddf7fd4 <vm_exec_core+8036>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddf9123 <vm_exec_core+12467>, 0x5dd32ddf9128 <vm_exec_core+12472>, 0x5dd32ddfaf44 <vm_exec_core+20180>, 0x5dd32ddfad8c <vm_exec_core+19740>, 0x5dd32ddf9dfb <vm_exec_core+15755>, 0x5dd32ddf9d32 <vm_exec_core+15554>, 0x5dd32ddfae3b <vm_exec_core+19915>, 0x5dd32ddfa205 <vm_exec_core+16789>...}
reg_cfp = 0x755daee6b720
reg_pc = 0x5130000b2010
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#24 0x00005dd32ddf1272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x5160009edfd0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#25 0x00005dd32de811b2 in invoke_iseq_block_from_c (ec=0x5160009edfd0, captured=0x755daee6b7a8, self=129045766696960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x755dcf1c8098
cfp = <optimized out>
sp = 0x755daed6b870
use_argv = 0x0
stack_argv = 0x755daed6b870
opt_pc = 0
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#26 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1828
captured = 0x755daee6b7a8
#27 0x00005dd32de229ec in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1865
No locals.
#28 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#29 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#30 0x00005dd32de229ec in rb_yield (val=<optimized out>)
No locals.
#31 0x00005dd32da3e8f7 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1174
_ec = 0x5160009edfd0
_tag = {tag = 36, retval = <optimized out>, buf = {0x755daed67f90, <optimized out>, 0x755daed67ea0, <optimized out>, <optimized out>}, prev = 0x755dae069240, state = RUBY_TAG_NONE, lock_rec = 0}
result = 4
ec = 0x5160009edfd0
state = RUBY_TAG_NONE
errinfo = <optimized out>
#32 0x00005dd32de60a48 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:3915
ci = 0x67d100000001
cc = <optimized out>
me = 0x755dcf346f00
cfunc = 0x506000046f48
recv = 129045767156520
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#33 0x00005dd32ddfaa7f in vm_sendish (ec=0x5160009edfd0, reg_cfp=0x755daee6b790, cd=0x50f000005610, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
calling = <optimized out>
#34 vm_exec_core (ec=ec@entry=0x5160009edfd0) at ../../src/trunk_asan/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = false
val = <optimized out>
cd = 0x50f000005610
insns_address_table = {0x5dd32ddf6646 <vm_exec_core+1494>, 0x5dd32ddf794d <vm_exec_core+6365>, 0x5dd32ddfcb71 <vm_exec_core+27393>, 0x5dd32ddf74bf <vm_exec_core+5199>, 0x5dd32ddfd922 <vm_exec_core+30898>, 0x5dd32ddfb72d <vm_exec_core+22205>, 0x5dd32ddf933e <vm_exec_core+13006>, 0x5dd32ddf67ae <vm_exec_core+1854>, 0x5dd32ddfd164 <vm_exec_core+28916>, 0x5dd32ddfceac <vm_exec_core+28220>, 0x5dd32ddf773c <vm_exec_core+5836>, 0x5dd32ddf6c9e <vm_exec_core+3118>, 0x5dd32ddfbe26 <vm_exec_core+23990>, 0x5dd32ddf8243 <vm_exec_core+8659>, 0x5dd32ddfd365 <vm_exec_core+29429>, 0x5dd32ddfd00e <vm_exec_core+28574>, 0x5dd32ddf8931 <vm_exec_core+10433>, 0x5dd32ddf92cd <vm_exec_core+12893>, 0x5dd32ddfb985 <vm_exec_core+22805>, 0x5dd32ddfcf85 <vm_exec_core+28437>, 0x5dd32ddfada0 <vm_exec_core+19760>, 0x5dd32ddfba0e <vm_exec_core+22942>, 0x5dd32ddfc4c7 <vm_exec_core+25687>, 0x5dd32ddfacdd <vm_exec_core+19565>, 0x5dd32ddf6bdb <vm_exec_core+2923>, 0x5dd32ddfb430 <vm_exec_core+21440>, 0x5dd32ddf6a6e <vm_exec_core+2558>, 0x5dd32ddf6ea4 <vm_exec_core+3636>, 0x5dd32ddf8bb4 <vm_exec_core+11076>, 0x5dd32ddfa8aa <vm_exec_core+18490>, 0x5dd32ddfb2c9 <vm_exec_core+21081>, 0x5dd32ddfa54f <vm_exec_core+17631>, 0x5dd32ddf667a <vm_exec_core+1546>, 0x5dd32ddfc6f7 <vm_exec_core+26247>, 0x5dd32ddfcdd7 <vm_exec_core+28007>, 0x5dd32ddf704b <vm_exec_core+4059>, 0x5dd32ddf7bf7 <vm_exec_core+7047>, 0x5dd32ddf78b5 <vm_exec_core+6213>, 0x5dd32ddf8332 <vm_exec_core+8898>, 0x5dd32ddf9169 <vm_exec_core+12537>, 0x5dd32ddf70f2 <vm_exec_core+4226>, 0x5dd32ddfc55f <vm_exec_core+25839>, 0x5dd32ddf7b81 <vm_exec_core+6929>, 0x5dd32ddf9017 <vm_exec_core+12199>, 0x5dd32ddf9ade <vm_exec_core+14958>, 0x5dd32ddfbebc <vm_exec_core+24140>, 0x5dd32ddfaf62 <vm_exec_core+20210>, 0x5dd32ddf860c <vm_exec_core+9628>, 0x5dd32ddf7e8e <vm_exec_core+7710>, 0x5dd32ddfbd12 <vm_exec_core+23714>, 0x5dd32ddf8d94 <vm_exec_core+11556>, 0x5dd32ddfb52f <vm_exec_core+21695>, 0x5dd32ddfafd4 <vm_exec_core+20324>, 0x5dd32ddfb5e6 <vm_exec_core+21878>, 0x5dd32ddfcaa9 <vm_exec_core+27193>, 0x5dd32ddfa361 <vm_exec_core+17137>, 0x5dd32ddfbf75 <vm_exec_core+24325>, 0x5dd32ddf63c8 <vm_exec_core+856>, 0x5dd32ddfbaa3 <vm_exec_core+23091>, 0x5dd32ddf872b <vm_exec_core+9915>, 0x5dd32ddfac38 <vm_exec_core+19400>, 0x5dd32ddfae78 <vm_exec_core+19976>, 0x5dd32ddf9712 <vm_exec_core+13986>, 0x5dd32ddf6f58 <vm_exec_core+3816>, 0x5dd32ddf8ad9 <vm_exec_core+10857>, 0x5dd32ddf8116 <vm_exec_core+8358>, 0x5dd32ddfb664 <vm_exec_core+22004>, 0x5dd32ddf7283 <vm_exec_core+4627>, 0x5dd32ddf94bf <vm_exec_core+13391>, 0x5dd32ddf9e0f <vm_exec_core+15775>, 0x5dd32ddf8410 <vm_exec_core+9120>, 0x5dd32de03e19 <vm_exec_core+56745>, 0x5dd32ddf7de5 <vm_exec_core+7541>, 0x5dd32ddf7cdd <vm_exec_core+7277>, 0x5dd32ddf7fe8 <vm_exec_core+8056>, 0x5dd32ddf89d3 <vm_exec_core+10595>, 0x5dd32ddfa74e <vm_exec_core+18142>, 0x5dd32ddf9b99 <vm_exec_core+15145>, 0x5dd32ddfb348 <vm_exec_core+21208>, 0x5dd32ddf9ff5 <vm_exec_core+16261>, 0x5dd32ddfc620 <vm_exec_core+26032>, 0x5dd32ddfdbc7 <vm_exec_core+31575>, 0x5dd32ddfc864 <vm_exec_core+26612>, 0x5dd32ddfd4b5 <vm_exec_core+29765>, 0x5dd32ddfd5a6 <vm_exec_core+30006>, 0x5dd32ddf6b00 <vm_exec_core+2704>, 0x5dd32ddfd08d <vm_exec_core+28701>, 0x5dd32ddf8cb9 <vm_exec_core+11337>, 0x5dd32ddfd288 <vm_exec_core+29208>, 0x5dd32ddf87fa <vm_exec_core+10122>, 0x5dd32ddfc79b <vm_exec_core+26411>, 0x5dd32ddf6997 <vm_exec_core+2343>, 0x5dd32ddf717d <vm_exec_core+4365>, 0x5dd32ddfd7ea <vm_exec_core+30586>, 0x5dd32ddf909d <vm_exec_core+12333>, 0x5dd32ddf8e9a <vm_exec_core+11818>, 0x5dd32ddf63cd <vm_exec_core+861>, 0x5dd32ddf68ba <vm_exec_core+2122>, 0x5dd32ddf6453 <vm_exec_core+995>, 0x5dd32ddfc953 <vm_exec_core+26851>, 0x5dd32ddfa21e <vm_exec_core+16814>, 0x5dd32ddf98e2 <vm_exec_core+14450>, 0x5dd32ddfa0fa <vm_exec_core+16522>, 0x5dd32ddf9d46 <vm_exec_core+15574>, 0x5dd32ddf8f2f <vm_exec_core+11967>, 0x5dd32ddf97ed <vm_exec_core+14205>, 0x5dd32ddf91b9 <vm_exec_core+12617>, 0x5dd32ddf99fc <vm_exec_core+14732>, 0x5dd32ddf9a6d <vm_exec_core+14845>, 0x5dd32ddf6637 <vm_exec_core+1479>, 0x5dd32ddf793e <vm_exec_core+6350>, 0x5dd32ddfcb62 <vm_exec_core+27378>, 0x5dd32ddf74b0 <vm_exec_core+5184>, 0x5dd32ddfd913 <vm_exec_core+30883>, 0x5dd32ddfb71e <vm_exec_core+22190>, 0x5dd32ddf932f <vm_exec_core+12991>, 0x5dd32ddf679f <vm_exec_core+1839>, 0x5dd32ddfd155 <vm_exec_core+28901>, 0x5dd32ddfce9d <vm_exec_core+28205>, 0x5dd32ddf772d <vm_exec_core+5821>, 0x5dd32ddf6c8f <vm_exec_core+3103>, 0x5dd32ddfbe17 <vm_exec_core+23975>, 0x5dd32ddf8234 <vm_exec_core+8644>, 0x5dd32ddfd356 <vm_exec_core+29414>, 0x5dd32ddfcfff <vm_exec_core+28559>, 0x5dd32ddf8922 <vm_exec_core+10418>, 0x5dd32ddf92be <vm_exec_core+12878>, 0x5dd32ddfb976 <vm_exec_core+22790>, 0x5dd32ddfcf76 <vm_exec_core+28422>, 0x5dd32ddfad91 <vm_exec_core+19745>, 0x5dd32ddfb9ff <vm_exec_core+22927>, 0x5dd32ddfc4b8 <vm_exec_core+25672>, 0x5dd32ddfacce <vm_exec_core+19550>, 0x5dd32ddf6bcc <vm_exec_core+2908>, 0x5dd32ddfb421 <vm_exec_core+21425>, 0x5dd32ddf6a5f <vm_exec_core+2543>, 0x5dd32ddf6e95 <vm_exec_core+3621>, 0x5dd32ddf8ba5 <vm_exec_core+11061>, 0x5dd32ddfa89b <vm_exec_core+18475>, 0x5dd32ddfb2ba <vm_exec_core+21066>, 0x5dd32ddfa540 <vm_exec_core+17616>, 0x5dd32ddf666b <vm_exec_core+1531>, 0x5dd32ddfc6e8 <vm_exec_core+26232>, 0x5dd32ddfcdc8 <vm_exec_core+27992>, 0x5dd32ddf703c <vm_exec_core+4044>, 0x5dd32ddf7be8 <vm_exec_core+7032>, 0x5dd32ddf78a6 <vm_exec_core+6198>, 0x5dd32ddf8323 <vm_exec_core+8883>, 0x5dd32ddf915a <vm_exec_core+12522>, 0x5dd32ddf70e3 <vm_exec_core+4211>, 0x5dd32ddfc550 <vm_exec_core+25824>, 0x5dd32ddf7b72 <vm_exec_core+6914>, 0x5dd32ddf9008 <vm_exec_core+12184>, 0x5dd32ddf9acf <vm_exec_core+14943>, 0x5dd32ddfbead <vm_exec_core+24125>, 0x5dd32ddfaf53 <vm_exec_core+20195>, 0x5dd32ddf85fd <vm_exec_core+9613>, 0x5dd32ddf7e7f <vm_exec_core+7695>, 0x5dd32ddfbd03 <vm_exec_core+23699>, 0x5dd32ddf8d85 <vm_exec_core+11541>, 0x5dd32ddfb520 <vm_exec_core+21680>, 0x5dd32ddfafc5 <vm_exec_core+20309>, 0x5dd32ddfb5d7 <vm_exec_core+21863>, 0x5dd32ddfca9a <vm_exec_core+27178>, 0x5dd32ddfa352 <vm_exec_core+17122>, 0x5dd32ddfbf66 <vm_exec_core+24310>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddfba94 <vm_exec_core+23076>, 0x5dd32ddf871c <vm_exec_core+9900>, 0x5dd32ddfac29 <vm_exec_core+19385>, 0x5dd32ddfae69 <vm_exec_core+19961>, 0x5dd32ddf9703 <vm_exec_core+13971>, 0x5dd32ddfa896 <vm_exec_core+18470>, 0x5dd32ddf8aca <vm_exec_core+10842>, 0x5dd32ddf8107 <vm_exec_core+8343>, 0x5dd32ddfb655 <vm_exec_core+21989>, 0x5dd32ddf7274 <vm_exec_core+4612>, 0x5dd32ddf94b0 <vm_exec_core+13376>, 0x5dd32ddf9e00 <vm_exec_core+15760>, 0x5dd32ddf8401 <vm_exec_core+9105>, 0x5dd32de03e0a <vm_exec_core+56730>, 0x5dd32ddf7dd6 <vm_exec_core+7526>, 0x5dd32ddf7cce <vm_exec_core+7262>, 0x5dd32ddf7fd9 <vm_exec_core+8041>, 0x5dd32ddf89c4 <vm_exec_core+10580>, 0x5dd32ddfa73f <vm_exec_core+18127>, 0x5dd32ddf9b8a <vm_exec_core+15130>, 0x5dd32ddfa73a <vm_exec_core+18122>, 0x5dd32ddfaf4e <vm_exec_core+20190>, 0x5dd32ddfaf49 <vm_exec_core+20185>, 0x5dd32ddf7fd4 <vm_exec_core+8036>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddf9123 <vm_exec_core+12467>, 0x5dd32ddf9128 <vm_exec_core+12472>, 0x5dd32ddfaf44 <vm_exec_core+20180>, 0x5dd32ddfad8c <vm_exec_core+19740>, 0x5dd32ddf9dfb <vm_exec_core+15755>, 0x5dd32ddf9d32 <vm_exec_core+15554>, 0x5dd32ddfae3b <vm_exec_core+19915>, 0x5dd32ddfa205 <vm_exec_core+16789>...}
reg_cfp = 0x755daee6b790
reg_pc = 0x5170000136a8
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#35 0x00005dd32ddf1272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x5160009edfd0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#36 0x00005dd32de34d7b in invoke_iseq_block_from_c (ec=0x5160009edfd0, captured=<optimized out>, self=129045766696960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x755dcf1c8188
cfp = 0x755daee6b7c8
sp = 0x755daed6b818
use_argv = <optimized out>
stack_argv = 0x755daed6b818
opt_pc = <optimized out>
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#37 invoke_block_from_c_proc (ec=0x5160009edfd0, self=129045766696960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1908
block = <optimized out>
keyword_hash = <optimized out>
#38 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1938
No locals.
#39 0x00005dd32de32fd6 in rb_vm_invoke_proc (ec=0x50c0051b1d54, proc=0x89, proc@entry=0x504000111450, argc=-810971791, argc@entry=0, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1959
self = 0
#40 0x00005dd32dd8003d in thread_do_start_proc (th=th@entry=0x515000050080) at /tmp/ruby/src/trunk_asan/thread.c:614
args = <optimized out>
procval = <optimized out>
proc = 0x504000111450
args_len = 0
args_ptr = <optimized out>
#41 0x00005dd32dd7dbad in thread_do_start (th=0x515000050080) at /tmp/ruby/src/trunk_asan/thread.c:631
result = 36
#42 thread_start_func_2 (th=th@entry=0x515000050080, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
_tag = <optimized out>
_ec = <optimized out>
ractor_main_th = 0x515000000300
fiber_scheduler_closed = 0
event_thread_end_hooked = 0
result = 36
state = RUBY_TAG_NONE
errinfo = <optimized out>
#43 0x00005dd32dd7ce9e in call_thread_start_func_2 (th=0x515000050080) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
stack_start = <optimized out>
stack_start_addr = 0x755daed68cc0
#44 nt_start (ptr=0x50c0051b1d00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
th = 0x515000050080
sched = <optimized out>
nt = 0x50c0051b1d00
vm = 0x525000000100
#45 0x00005dd32d9f2b2f in asan_thread_start(void*) ()
No symbol table info available.
#46 0x0000755dcfa9caa4 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 = {129045225707200, 7071843533592902761, 129045225707200, -352, 2, 140724651303472, 7071843533605485673, 7072057446275529833}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#47 0x0000755dcfb29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 1 (Thread 0x755dcfc2ec40 (LWP 939877) "ruby"):
#0 0x0000755dcfb10813 in __GI___wait4 (pid=-1, stat_loc=0x755dcdbf7268, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
sc_ret = -512
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005dd32d986fb0 in __interceptor_waitpid ()
No symbol table info available.
#2 0x00005dd32dbd9fc4 in do_waitpid (pid=-1, st=0x755dcdbf7268, flags=0) at /tmp/ruby/src/trunk_asan/process.c:1040
No locals.
#3 waitpid_blocking_no_SIGCHLD (x=0x755dcdbf7240) at /tmp/ruby/src/trunk_asan/process.c:1074
w = 0x755dcdbf7240
#4 0x00005dd32dd5fdc7 in rb_nogvl (func=0x5dd32dbd9f80 <waitpid_blocking_no_SIGCHLD>, data1=0x755dcdbf7240, ubf=<optimized out>, data2=0x0, flags=0) at /tmp/ruby/src/trunk_asan/thread.c:1615
__region = <optimized out>
val = 0x0
ec = 0x5160000003d0
th = 0x515000000300
vm = <optimized out>
saved_errno = 0
saved_vm = <optimized out>
is_main_thread = <optimized out>
#5 0x00005dd32dbc3e8b in waitpid_no_SIGCHLD (w=0x755dcdbf7240) at /tmp/ruby/src/trunk_asan/process.c:1087
No locals.
#6 rb_process_status_wait (pid=<optimized out>, flags=0) at /tmp/ruby/src/trunk_asan/process.c:1111
waitpid_state = {wnode = {next = <optimized out>, prev = <optimized out>}, ec = 0x5160000003d0, cond = <optimized out>, ret = 0, pid = -1, status = 0, options = 0, errnum = 0}
#7 0x00005dd32dbd342f in rb_waitpid (pid=-1, flags=0, st=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:1170
status = <optimized out>
data = <optimized out>
#8 proc_waitall (_=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:1419
result = 129045730028480
pid = <optimized out>
status = <optimized out>
#9 0x00005dd32de60a48 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:3915
ci = 0x6cc100100001
cc = <optimized out>
me = 0x755dcf345330
cfunc = 0x50600004a0c8
recv = 129045768801120
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#10 0x00005dd32de46315 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffd02da43a0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4901
ivar_mask = <optimized out>
aset_mask = <optimized out>
ci = 0x514000000108
cc = <optimized out>
cme = <optimized out>
v = <optimized out>
#11 0x00005dd32de45da5 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5041
ci = <optimized out>
cc = 0x0
#12 0x00005dd32de023bd in vm_sendish (ec=0x5160000003d0, reg_cfp=0x755dccfff250, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
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=0x5160000003d0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x5dd32ddf6646 <vm_exec_core+1494>, 0x5dd32ddf794d <vm_exec_core+6365>, 0x5dd32ddfcb71 <vm_exec_core+27393>, 0x5dd32ddf74bf <vm_exec_core+5199>, 0x5dd32ddfd922 <vm_exec_core+30898>, 0x5dd32ddfb72d <vm_exec_core+22205>, 0x5dd32ddf933e <vm_exec_core+13006>, 0x5dd32ddf67ae <vm_exec_core+1854>, 0x5dd32ddfd164 <vm_exec_core+28916>, 0x5dd32ddfceac <vm_exec_core+28220>, 0x5dd32ddf773c <vm_exec_core+5836>, 0x5dd32ddf6c9e <vm_exec_core+3118>, 0x5dd32ddfbe26 <vm_exec_core+23990>, 0x5dd32ddf8243 <vm_exec_core+8659>, 0x5dd32ddfd365 <vm_exec_core+29429>, 0x5dd32ddfd00e <vm_exec_core+28574>, 0x5dd32ddf8931 <vm_exec_core+10433>, 0x5dd32ddf92cd <vm_exec_core+12893>, 0x5dd32ddfb985 <vm_exec_core+22805>, 0x5dd32ddfcf85 <vm_exec_core+28437>, 0x5dd32ddfada0 <vm_exec_core+19760>, 0x5dd32ddfba0e <vm_exec_core+22942>, 0x5dd32ddfc4c7 <vm_exec_core+25687>, 0x5dd32ddfacdd <vm_exec_core+19565>, 0x5dd32ddf6bdb <vm_exec_core+2923>, 0x5dd32ddfb430 <vm_exec_core+21440>, 0x5dd32ddf6a6e <vm_exec_core+2558>, 0x5dd32ddf6ea4 <vm_exec_core+3636>, 0x5dd32ddf8bb4 <vm_exec_core+11076>, 0x5dd32ddfa8aa <vm_exec_core+18490>, 0x5dd32ddfb2c9 <vm_exec_core+21081>, 0x5dd32ddfa54f <vm_exec_core+17631>, 0x5dd32ddf667a <vm_exec_core+1546>, 0x5dd32ddfc6f7 <vm_exec_core+26247>, 0x5dd32ddfcdd7 <vm_exec_core+28007>, 0x5dd32ddf704b <vm_exec_core+4059>, 0x5dd32ddf7bf7 <vm_exec_core+7047>, 0x5dd32ddf78b5 <vm_exec_core+6213>, 0x5dd32ddf8332 <vm_exec_core+8898>, 0x5dd32ddf9169 <vm_exec_core+12537>, 0x5dd32ddf70f2 <vm_exec_core+4226>, 0x5dd32ddfc55f <vm_exec_core+25839>, 0x5dd32ddf7b81 <vm_exec_core+6929>, 0x5dd32ddf9017 <vm_exec_core+12199>, 0x5dd32ddf9ade <vm_exec_core+14958>, 0x5dd32ddfbebc <vm_exec_core+24140>, 0x5dd32ddfaf62 <vm_exec_core+20210>, 0x5dd32ddf860c <vm_exec_core+9628>, 0x5dd32ddf7e8e <vm_exec_core+7710>, 0x5dd32ddfbd12 <vm_exec_core+23714>, 0x5dd32ddf8d94 <vm_exec_core+11556>, 0x5dd32ddfb52f <vm_exec_core+21695>, 0x5dd32ddfafd4 <vm_exec_core+20324>, 0x5dd32ddfb5e6 <vm_exec_core+21878>, 0x5dd32ddfcaa9 <vm_exec_core+27193>, 0x5dd32ddfa361 <vm_exec_core+17137>, 0x5dd32ddfbf75 <vm_exec_core+24325>, 0x5dd32ddf63c8 <vm_exec_core+856>, 0x5dd32ddfbaa3 <vm_exec_core+23091>, 0x5dd32ddf872b <vm_exec_core+9915>, 0x5dd32ddfac38 <vm_exec_core+19400>, 0x5dd32ddfae78 <vm_exec_core+19976>, 0x5dd32ddf9712 <vm_exec_core+13986>, 0x5dd32ddf6f58 <vm_exec_core+3816>, 0x5dd32ddf8ad9 <vm_exec_core+10857>, 0x5dd32ddf8116 <vm_exec_core+8358>, 0x5dd32ddfb664 <vm_exec_core+22004>, 0x5dd32ddf7283 <vm_exec_core+4627>, 0x5dd32ddf94bf <vm_exec_core+13391>, 0x5dd32ddf9e0f <vm_exec_core+15775>, 0x5dd32ddf8410 <vm_exec_core+9120>, 0x5dd32de03e19 <vm_exec_core+56745>, 0x5dd32ddf7de5 <vm_exec_core+7541>, 0x5dd32ddf7cdd <vm_exec_core+7277>, 0x5dd32ddf7fe8 <vm_exec_core+8056>, 0x5dd32ddf89d3 <vm_exec_core+10595>, 0x5dd32ddfa74e <vm_exec_core+18142>, 0x5dd32ddf9b99 <vm_exec_core+15145>, 0x5dd32ddfb348 <vm_exec_core+21208>, 0x5dd32ddf9ff5 <vm_exec_core+16261>, 0x5dd32ddfc620 <vm_exec_core+26032>, 0x5dd32ddfdbc7 <vm_exec_core+31575>, 0x5dd32ddfc864 <vm_exec_core+26612>, 0x5dd32ddfd4b5 <vm_exec_core+29765>, 0x5dd32ddfd5a6 <vm_exec_core+30006>, 0x5dd32ddf6b00 <vm_exec_core+2704>, 0x5dd32ddfd08d <vm_exec_core+28701>, 0x5dd32ddf8cb9 <vm_exec_core+11337>, 0x5dd32ddfd288 <vm_exec_core+29208>, 0x5dd32ddf87fa <vm_exec_core+10122>, 0x5dd32ddfc79b <vm_exec_core+26411>, 0x5dd32ddf6997 <vm_exec_core+2343>, 0x5dd32ddf717d <vm_exec_core+4365>, 0x5dd32ddfd7ea <vm_exec_core+30586>, 0x5dd32ddf909d <vm_exec_core+12333>, 0x5dd32ddf8e9a <vm_exec_core+11818>, 0x5dd32ddf63cd <vm_exec_core+861>, 0x5dd32ddf68ba <vm_exec_core+2122>, 0x5dd32ddf6453 <vm_exec_core+995>, 0x5dd32ddfc953 <vm_exec_core+26851>, 0x5dd32ddfa21e <vm_exec_core+16814>, 0x5dd32ddf98e2 <vm_exec_core+14450>, 0x5dd32ddfa0fa <vm_exec_core+16522>, 0x5dd32ddf9d46 <vm_exec_core+15574>, 0x5dd32ddf8f2f <vm_exec_core+11967>, 0x5dd32ddf97ed <vm_exec_core+14205>, 0x5dd32ddf91b9 <vm_exec_core+12617>, 0x5dd32ddf99fc <vm_exec_core+14732>, 0x5dd32ddf9a6d <vm_exec_core+14845>, 0x5dd32ddf6637 <vm_exec_core+1479>, 0x5dd32ddf793e <vm_exec_core+6350>, 0x5dd32ddfcb62 <vm_exec_core+27378>, 0x5dd32ddf74b0 <vm_exec_core+5184>, 0x5dd32ddfd913 <vm_exec_core+30883>, 0x5dd32ddfb71e <vm_exec_core+22190>, 0x5dd32ddf932f <vm_exec_core+12991>, 0x5dd32ddf679f <vm_exec_core+1839>, 0x5dd32ddfd155 <vm_exec_core+28901>, 0x5dd32ddfce9d <vm_exec_core+28205>, 0x5dd32ddf772d <vm_exec_core+5821>, 0x5dd32ddf6c8f <vm_exec_core+3103>, 0x5dd32ddfbe17 <vm_exec_core+23975>, 0x5dd32ddf8234 <vm_exec_core+8644>, 0x5dd32ddfd356 <vm_exec_core+29414>, 0x5dd32ddfcfff <vm_exec_core+28559>, 0x5dd32ddf8922 <vm_exec_core+10418>, 0x5dd32ddf92be <vm_exec_core+12878>, 0x5dd32ddfb976 <vm_exec_core+22790>, 0x5dd32ddfcf76 <vm_exec_core+28422>, 0x5dd32ddfad91 <vm_exec_core+19745>, 0x5dd32ddfb9ff <vm_exec_core+22927>, 0x5dd32ddfc4b8 <vm_exec_core+25672>, 0x5dd32ddfacce <vm_exec_core+19550>, 0x5dd32ddf6bcc <vm_exec_core+2908>, 0x5dd32ddfb421 <vm_exec_core+21425>, 0x5dd32ddf6a5f <vm_exec_core+2543>, 0x5dd32ddf6e95 <vm_exec_core+3621>, 0x5dd32ddf8ba5 <vm_exec_core+11061>, 0x5dd32ddfa89b <vm_exec_core+18475>, 0x5dd32ddfb2ba <vm_exec_core+21066>, 0x5dd32ddfa540 <vm_exec_core+17616>, 0x5dd32ddf666b <vm_exec_core+1531>, 0x5dd32ddfc6e8 <vm_exec_core+26232>, 0x5dd32ddfcdc8 <vm_exec_core+27992>, 0x5dd32ddf703c <vm_exec_core+4044>, 0x5dd32ddf7be8 <vm_exec_core+7032>, 0x5dd32ddf78a6 <vm_exec_core+6198>, 0x5dd32ddf8323 <vm_exec_core+8883>, 0x5dd32ddf915a <vm_exec_core+12522>, 0x5dd32ddf70e3 <vm_exec_core+4211>, 0x5dd32ddfc550 <vm_exec_core+25824>, 0x5dd32ddf7b72 <vm_exec_core+6914>, 0x5dd32ddf9008 <vm_exec_core+12184>, 0x5dd32ddf9acf <vm_exec_core+14943>, 0x5dd32ddfbead <vm_exec_core+24125>, 0x5dd32ddfaf53 <vm_exec_core+20195>, 0x5dd32ddf85fd <vm_exec_core+9613>, 0x5dd32ddf7e7f <vm_exec_core+7695>, 0x5dd32ddfbd03 <vm_exec_core+23699>, 0x5dd32ddf8d85 <vm_exec_core+11541>, 0x5dd32ddfb520 <vm_exec_core+21680>, 0x5dd32ddfafc5 <vm_exec_core+20309>, 0x5dd32ddfb5d7 <vm_exec_core+21863>, 0x5dd32ddfca9a <vm_exec_core+27178>, 0x5dd32ddfa352 <vm_exec_core+17122>, 0x5dd32ddfbf66 <vm_exec_core+24310>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddfba94 <vm_exec_core+23076>, 0x5dd32ddf871c <vm_exec_core+9900>, 0x5dd32ddfac29 <vm_exec_core+19385>, 0x5dd32ddfae69 <vm_exec_core+19961>, 0x5dd32ddf9703 <vm_exec_core+13971>, 0x5dd32ddfa896 <vm_exec_core+18470>, 0x5dd32ddf8aca <vm_exec_core+10842>, 0x5dd32ddf8107 <vm_exec_core+8343>, 0x5dd32ddfb655 <vm_exec_core+21989>, 0x5dd32ddf7274 <vm_exec_core+4612>, 0x5dd32ddf94b0 <vm_exec_core+13376>, 0x5dd32ddf9e00 <vm_exec_core+15760>, 0x5dd32ddf8401 <vm_exec_core+9105>, 0x5dd32de03e0a <vm_exec_core+56730>, 0x5dd32ddf7dd6 <vm_exec_core+7526>, 0x5dd32ddf7cce <vm_exec_core+7262>, 0x5dd32ddf7fd9 <vm_exec_core+8041>, 0x5dd32ddf89c4 <vm_exec_core+10580>, 0x5dd32ddfa73f <vm_exec_core+18127>, 0x5dd32ddf9b8a <vm_exec_core+15130>, 0x5dd32ddfa73a <vm_exec_core+18122>, 0x5dd32ddfaf4e <vm_exec_core+20190>, 0x5dd32ddfaf49 <vm_exec_core+20185>, 0x5dd32ddf7fd4 <vm_exec_core+8036>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddf9123 <vm_exec_core+12467>, 0x5dd32ddf9128 <vm_exec_core+12472>, 0x5dd32ddfaf44 <vm_exec_core+20180>, 0x5dd32ddfad8c <vm_exec_core+19740>, 0x5dd32ddf9dfb <vm_exec_core+15755>, 0x5dd32ddf9d32 <vm_exec_core+15554>, 0x5dd32ddfae3b <vm_exec_core+19915>, 0x5dd32ddfa205 <vm_exec_core+16789>...}
reg_cfp = 0x755dccfff250
reg_pc = 0x50400002b3b0
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x00005dd32ddf165b in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#15 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
_ec = 0x5160000003d0
_tag = <optimized out>
state = <optimized out>
result = 36
#16 0x00005dd32de811b2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x755dccfff578, self=129045766474160, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1814
flags = 0
iseq = 0x755dcf1a77f8
cfp = <optimized out>
sp = 0x755dcceff9e8
use_argv = 0x755dcda5dce0
stack_argv = 0x755dcceff9e8
opt_pc = 0
type = <optimized out>
av = <optimized out>
bound = <optimized out>
#17 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1828
captured = 0x755dccfff578
#18 0x00005dd32de229ec in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1865
No locals.
#19 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#20 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#21 0x00005dd32de229ec in rb_yield (val=<optimized out>)
No locals.
#22 0x00005dd32dfda12a in rb_ary_each (ary=129045740983840) at /tmp/ruby/src/trunk_asan/array.c:2665
i = 0
#23 0x00005dd32de60a48 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:3915
ci = 0xc0100000001
cc = <optimized out>
me = 0x755dcf36efc8
cfunc = 0x50600001e928
recv = 129045740983840
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#24 0x00005dd32ddfaa7f in vm_sendish (ec=0x5160000003d0, reg_cfp=0x755dccfff560, cd=0x511000021a40, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
argc = <optimized out>
recv = <optimized out>
cc = <optimized out>
calling = <optimized out>
#25 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = false
val = <optimized out>
cd = 0x511000021a40
insns_address_table = {0x5dd32ddf6646 <vm_exec_core+1494>, 0x5dd32ddf794d <vm_exec_core+6365>, 0x5dd32ddfcb71 <vm_exec_core+27393>, 0x5dd32ddf74bf <vm_exec_core+5199>, 0x5dd32ddfd922 <vm_exec_core+30898>, 0x5dd32ddfb72d <vm_exec_core+22205>, 0x5dd32ddf933e <vm_exec_core+13006>, 0x5dd32ddf67ae <vm_exec_core+1854>, 0x5dd32ddfd164 <vm_exec_core+28916>, 0x5dd32ddfceac <vm_exec_core+28220>, 0x5dd32ddf773c <vm_exec_core+5836>, 0x5dd32ddf6c9e <vm_exec_core+3118>, 0x5dd32ddfbe26 <vm_exec_core+23990>, 0x5dd32ddf8243 <vm_exec_core+8659>, 0x5dd32ddfd365 <vm_exec_core+29429>, 0x5dd32ddfd00e <vm_exec_core+28574>, 0x5dd32ddf8931 <vm_exec_core+10433>, 0x5dd32ddf92cd <vm_exec_core+12893>, 0x5dd32ddfb985 <vm_exec_core+22805>, 0x5dd32ddfcf85 <vm_exec_core+28437>, 0x5dd32ddfada0 <vm_exec_core+19760>, 0x5dd32ddfba0e <vm_exec_core+22942>, 0x5dd32ddfc4c7 <vm_exec_core+25687>, 0x5dd32ddfacdd <vm_exec_core+19565>, 0x5dd32ddf6bdb <vm_exec_core+2923>, 0x5dd32ddfb430 <vm_exec_core+21440>, 0x5dd32ddf6a6e <vm_exec_core+2558>, 0x5dd32ddf6ea4 <vm_exec_core+3636>, 0x5dd32ddf8bb4 <vm_exec_core+11076>, 0x5dd32ddfa8aa <vm_exec_core+18490>, 0x5dd32ddfb2c9 <vm_exec_core+21081>, 0x5dd32ddfa54f <vm_exec_core+17631>, 0x5dd32ddf667a <vm_exec_core+1546>, 0x5dd32ddfc6f7 <vm_exec_core+26247>, 0x5dd32ddfcdd7 <vm_exec_core+28007>, 0x5dd32ddf704b <vm_exec_core+4059>, 0x5dd32ddf7bf7 <vm_exec_core+7047>, 0x5dd32ddf78b5 <vm_exec_core+6213>, 0x5dd32ddf8332 <vm_exec_core+8898>, 0x5dd32ddf9169 <vm_exec_core+12537>, 0x5dd32ddf70f2 <vm_exec_core+4226>, 0x5dd32ddfc55f <vm_exec_core+25839>, 0x5dd32ddf7b81 <vm_exec_core+6929>, 0x5dd32ddf9017 <vm_exec_core+12199>, 0x5dd32ddf9ade <vm_exec_core+14958>, 0x5dd32ddfbebc <vm_exec_core+24140>, 0x5dd32ddfaf62 <vm_exec_core+20210>, 0x5dd32ddf860c <vm_exec_core+9628>, 0x5dd32ddf7e8e <vm_exec_core+7710>, 0x5dd32ddfbd12 <vm_exec_core+23714>, 0x5dd32ddf8d94 <vm_exec_core+11556>, 0x5dd32ddfb52f <vm_exec_core+21695>, 0x5dd32ddfafd4 <vm_exec_core+20324>, 0x5dd32ddfb5e6 <vm_exec_core+21878>, 0x5dd32ddfcaa9 <vm_exec_core+27193>, 0x5dd32ddfa361 <vm_exec_core+17137>, 0x5dd32ddfbf75 <vm_exec_core+24325>, 0x5dd32ddf63c8 <vm_exec_core+856>, 0x5dd32ddfbaa3 <vm_exec_core+23091>, 0x5dd32ddf872b <vm_exec_core+9915>, 0x5dd32ddfac38 <vm_exec_core+19400>, 0x5dd32ddfae78 <vm_exec_core+19976>, 0x5dd32ddf9712 <vm_exec_core+13986>, 0x5dd32ddf6f58 <vm_exec_core+3816>, 0x5dd32ddf8ad9 <vm_exec_core+10857>, 0x5dd32ddf8116 <vm_exec_core+8358>, 0x5dd32ddfb664 <vm_exec_core+22004>, 0x5dd32ddf7283 <vm_exec_core+4627>, 0x5dd32ddf94bf <vm_exec_core+13391>, 0x5dd32ddf9e0f <vm_exec_core+15775>, 0x5dd32ddf8410 <vm_exec_core+9120>, 0x5dd32de03e19 <vm_exec_core+56745>, 0x5dd32ddf7de5 <vm_exec_core+7541>, 0x5dd32ddf7cdd <vm_exec_core+7277>, 0x5dd32ddf7fe8 <vm_exec_core+8056>, 0x5dd32ddf89d3 <vm_exec_core+10595>, 0x5dd32ddfa74e <vm_exec_core+18142>, 0x5dd32ddf9b99 <vm_exec_core+15145>, 0x5dd32ddfb348 <vm_exec_core+21208>, 0x5dd32ddf9ff5 <vm_exec_core+16261>, 0x5dd32ddfc620 <vm_exec_core+26032>, 0x5dd32ddfdbc7 <vm_exec_core+31575>, 0x5dd32ddfc864 <vm_exec_core+26612>, 0x5dd32ddfd4b5 <vm_exec_core+29765>, 0x5dd32ddfd5a6 <vm_exec_core+30006>, 0x5dd32ddf6b00 <vm_exec_core+2704>, 0x5dd32ddfd08d <vm_exec_core+28701>, 0x5dd32ddf8cb9 <vm_exec_core+11337>, 0x5dd32ddfd288 <vm_exec_core+29208>, 0x5dd32ddf87fa <vm_exec_core+10122>, 0x5dd32ddfc79b <vm_exec_core+26411>, 0x5dd32ddf6997 <vm_exec_core+2343>, 0x5dd32ddf717d <vm_exec_core+4365>, 0x5dd32ddfd7ea <vm_exec_core+30586>, 0x5dd32ddf909d <vm_exec_core+12333>, 0x5dd32ddf8e9a <vm_exec_core+11818>, 0x5dd32ddf63cd <vm_exec_core+861>, 0x5dd32ddf68ba <vm_exec_core+2122>, 0x5dd32ddf6453 <vm_exec_core+995>, 0x5dd32ddfc953 <vm_exec_core+26851>, 0x5dd32ddfa21e <vm_exec_core+16814>, 0x5dd32ddf98e2 <vm_exec_core+14450>, 0x5dd32ddfa0fa <vm_exec_core+16522>, 0x5dd32ddf9d46 <vm_exec_core+15574>, 0x5dd32ddf8f2f <vm_exec_core+11967>, 0x5dd32ddf97ed <vm_exec_core+14205>, 0x5dd32ddf91b9 <vm_exec_core+12617>, 0x5dd32ddf99fc <vm_exec_core+14732>, 0x5dd32ddf9a6d <vm_exec_core+14845>, 0x5dd32ddf6637 <vm_exec_core+1479>, 0x5dd32ddf793e <vm_exec_core+6350>, 0x5dd32ddfcb62 <vm_exec_core+27378>, 0x5dd32ddf74b0 <vm_exec_core+5184>, 0x5dd32ddfd913 <vm_exec_core+30883>, 0x5dd32ddfb71e <vm_exec_core+22190>, 0x5dd32ddf932f <vm_exec_core+12991>, 0x5dd32ddf679f <vm_exec_core+1839>, 0x5dd32ddfd155 <vm_exec_core+28901>, 0x5dd32ddfce9d <vm_exec_core+28205>, 0x5dd32ddf772d <vm_exec_core+5821>, 0x5dd32ddf6c8f <vm_exec_core+3103>, 0x5dd32ddfbe17 <vm_exec_core+23975>, 0x5dd32ddf8234 <vm_exec_core+8644>, 0x5dd32ddfd356 <vm_exec_core+29414>, 0x5dd32ddfcfff <vm_exec_core+28559>, 0x5dd32ddf8922 <vm_exec_core+10418>, 0x5dd32ddf92be <vm_exec_core+12878>, 0x5dd32ddfb976 <vm_exec_core+22790>, 0x5dd32ddfcf76 <vm_exec_core+28422>, 0x5dd32ddfad91 <vm_exec_core+19745>, 0x5dd32ddfb9ff <vm_exec_core+22927>, 0x5dd32ddfc4b8 <vm_exec_core+25672>, 0x5dd32ddfacce <vm_exec_core+19550>, 0x5dd32ddf6bcc <vm_exec_core+2908>, 0x5dd32ddfb421 <vm_exec_core+21425>, 0x5dd32ddf6a5f <vm_exec_core+2543>, 0x5dd32ddf6e95 <vm_exec_core+3621>, 0x5dd32ddf8ba5 <vm_exec_core+11061>, 0x5dd32ddfa89b <vm_exec_core+18475>, 0x5dd32ddfb2ba <vm_exec_core+21066>, 0x5dd32ddfa540 <vm_exec_core+17616>, 0x5dd32ddf666b <vm_exec_core+1531>, 0x5dd32ddfc6e8 <vm_exec_core+26232>, 0x5dd32ddfcdc8 <vm_exec_core+27992>, 0x5dd32ddf703c <vm_exec_core+4044>, 0x5dd32ddf7be8 <vm_exec_core+7032>, 0x5dd32ddf78a6 <vm_exec_core+6198>, 0x5dd32ddf8323 <vm_exec_core+8883>, 0x5dd32ddf915a <vm_exec_core+12522>, 0x5dd32ddf70e3 <vm_exec_core+4211>, 0x5dd32ddfc550 <vm_exec_core+25824>, 0x5dd32ddf7b72 <vm_exec_core+6914>, 0x5dd32ddf9008 <vm_exec_core+12184>, 0x5dd32ddf9acf <vm_exec_core+14943>, 0x5dd32ddfbead <vm_exec_core+24125>, 0x5dd32ddfaf53 <vm_exec_core+20195>, 0x5dd32ddf85fd <vm_exec_core+9613>, 0x5dd32ddf7e7f <vm_exec_core+7695>, 0x5dd32ddfbd03 <vm_exec_core+23699>, 0x5dd32ddf8d85 <vm_exec_core+11541>, 0x5dd32ddfb520 <vm_exec_core+21680>, 0x5dd32ddfafc5 <vm_exec_core+20309>, 0x5dd32ddfb5d7 <vm_exec_core+21863>, 0x5dd32ddfca9a <vm_exec_core+27178>, 0x5dd32ddfa352 <vm_exec_core+17122>, 0x5dd32ddfbf66 <vm_exec_core+24310>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddfba94 <vm_exec_core+23076>, 0x5dd32ddf871c <vm_exec_core+9900>, 0x5dd32ddfac29 <vm_exec_core+19385>, 0x5dd32ddfae69 <vm_exec_core+19961>, 0x5dd32ddf9703 <vm_exec_core+13971>, 0x5dd32ddfa896 <vm_exec_core+18470>, 0x5dd32ddf8aca <vm_exec_core+10842>, 0x5dd32ddf8107 <vm_exec_core+8343>, 0x5dd32ddfb655 <vm_exec_core+21989>, 0x5dd32ddf7274 <vm_exec_core+4612>, 0x5dd32ddf94b0 <vm_exec_core+13376>, 0x5dd32ddf9e00 <vm_exec_core+15760>, 0x5dd32ddf8401 <vm_exec_core+9105>, 0x5dd32de03e0a <vm_exec_core+56730>, 0x5dd32ddf7dd6 <vm_exec_core+7526>, 0x5dd32ddf7cce <vm_exec_core+7262>, 0x5dd32ddf7fd9 <vm_exec_core+8041>, 0x5dd32ddf89c4 <vm_exec_core+10580>, 0x5dd32ddfa73f <vm_exec_core+18127>, 0x5dd32ddf9b8a <vm_exec_core+15130>, 0x5dd32ddfa73a <vm_exec_core+18122>, 0x5dd32ddfaf4e <vm_exec_core+20190>, 0x5dd32ddfaf49 <vm_exec_core+20185>, 0x5dd32ddf7fd4 <vm_exec_core+8036>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddf9123 <vm_exec_core+12467>, 0x5dd32ddf9128 <vm_exec_core+12472>, 0x5dd32ddfaf44 <vm_exec_core+20180>, 0x5dd32ddfad8c <vm_exec_core+19740>, 0x5dd32ddf9dfb <vm_exec_core+15755>, 0x5dd32ddf9d32 <vm_exec_core+15554>, 0x5dd32ddfae3b <vm_exec_core+19915>, 0x5dd32ddfa205 <vm_exec_core+16789>...}
reg_cfp = 0x755dccfff560
reg_pc = 0x51500001b750
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>
th: 0x515000000300, native_id: 0x755dcfc2ec40
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
-- Control frame information -----------------------------------------------
INSN_LABEL_opt_newarray_send = <optimized out>
c:0027 p:---- s:0161 e:000160 l:y b:---- CFUNC :waitall
c:0026 p:0004 s:0157 e:000156 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:567
c:0025 p:0038 s:0154 e:000153 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/lib/timeout.rb:188
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
c:0024 p:0023 s:0149 e:000148 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/lib/timeout.rb:38
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
c:0023 p:0124 s:0142 E:0019e0 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/lib/timeout.rb:197
c:0022 p:0064 s:0132 E:0024e8 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:566
INSN_LABEL_throw = <optimized out>
c:0021 p:0081 s:0125 e:000124 l:n b:---- RESCUE /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:734
c:0020 p:0743 s:0121 e:000119 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:815
c:0019 p:0039 s:0101 e:000100 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:826
c:0018 p:0008 s:0094 e:000093 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:865
c:0017 p:0130 s:0087 e:000086 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1616
c:0016 p:0026 s:0074 e:000073 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1311
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
c:0015 p:0005 s:0069 e:000068 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1781
c:0014 p:0006 s:0065 e:000064 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1768 [FINISH]
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
c:0013 p:---- s:0061 e:000060 l:y b:---- CFUNC :each
c:0012 p:0042 s:0057 e:000056 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1767
INSN_LABEL_opt_case_dispatch = <optimized out>
c:0011 p:0013 s:0052 e:000051 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1811
INSN_LABEL_invokebuiltin = <optimized out>
c:0010 p:0008 s:0047 e:000046 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1053
c:0009 p:0008 s:0041 e:000040 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:898
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>
c:0008 p:0017 s:0035 e:000034 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 e:000029 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1290
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
c:0006 p:0032 s:0025 e:000024 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1895
c:0005 p:0020 s:0021 e:000020 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1899
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
c:0004 p:0065 s:0016 e:000014 l:y b:0001 TOP /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC :require_relative
INSN_LABEL_trace_opt_eq = <optimized out>
c:0002 p:0005 s:0006 e:000005 l:n b:---- EVAL /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:001600 l:y b:---- DUMMY [FINISH]
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
th: 0x515000050080, native_id: 0x755daed696c0
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
-- Control frame information -----------------------------------------------
c:0006 p:---- s:0026 e:000025 l:y b:---- CFUNC :sleep
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
c:0005 p:---- s:0023 e:000022 l:y b:---- CFUNC :wait
c:0004 p:0018 s:0017 e:000016 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/lib/timeout.rb:107 [FINISH]
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
c:0003 p:---- s:0014 e:000013 l:y b:---- CFUNC :synchronize
c:0002 p:0069 s:0010 e:000009 l:n b:---- BLOCK /tmp/ruby/src/trunk_asan/lib/timeout.rb:105 [FINISH]
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>
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#26 0x00005dd32ddf165b in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#27 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
_ec = 0x5160000003d0
_tag = <optimized out>
state = <optimized out>
result = 36
#28 0x00005dd32de39603 in rb_iseq_eval (iseq=<optimized out>, box=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3040
ec = 0x5160000003d0
val = <optimized out>
#29 0x00005dd32db4dfe1 in load_iseq_eval (ec=<optimized out>, fname=fname@entry=129045767186200) at /tmp/ruby/src/trunk_asan/load.c:784
box = 0x5dd32f127800 <root_box_data>
iseq = 0x755dcf1ce600
#30 0x00005dd32db48555 in require_internal (ec=ec@entry=0x5160000003d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1355
found = 114
handle = <optimized out>
_ec = <optimized out>
_tag = <optimized out>
th = 0x515000000300
box = 0x5dd32f127800 <root_box_data>
saved = <optimized out>
ftptr = <optimized out>
realpath = <optimized out>
realpaths = 129045768818880
realpath_map = 129045768818720
path = 129045767186200
state = RUBY_TAG_NONE
th2 = <optimized out>
result = <optimized out>
saved_path = <optimized out>
reset_ext_config = <optimized out>
prev_ext_config = <optimized out>
#31 0x00005dd32db46454 in rb_require_string_internal (fname=129045767186240, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1466
result = <optimized out>
ec = 0x5160000003d0
result = <optimized out>
#32 rb_require_relative_entrypoint (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1069
base = <optimized out>
#33 0x00005dd32de60a48 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:3915
ci = 0x58b100140003
cc = <optimized out>
me = 0x755dcf1ce790
cfunc = 0x506000037048
recv = 129045770647640
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
val = <optimized out>
#34 0x00005dd32de46315 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffd02da62e0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4901
ivar_mask = <optimized out>
aset_mask = <optimized out>
ci = 0x514000000108
cc = <optimized out>
cme = <optimized out>
v = <optimized out>
#35 0x00005dd32de45da5 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5041
ci = <optimized out>
cc = 0x0
#36 0x00005dd32de023bd in vm_sendish (ec=0x5160000003d0, reg_cfp=0x755dccfff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6134
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>
#37 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:902
bh = 0
cd = <optimized out>
leaf = false
val = <optimized out>
insns_address_table = {0x5dd32ddf6646 <vm_exec_core+1494>, 0x5dd32ddf794d <vm_exec_core+6365>, 0x5dd32ddfcb71 <vm_exec_core+27393>, 0x5dd32ddf74bf <vm_exec_core+5199>, 0x5dd32ddfd922 <vm_exec_core+30898>, 0x5dd32ddfb72d <vm_exec_core+22205>, 0x5dd32ddf933e <vm_exec_core+13006>, 0x5dd32ddf67ae <vm_exec_core+1854>, 0x5dd32ddfd164 <vm_exec_core+28916>, 0x5dd32ddfceac <vm_exec_core+28220>, 0x5dd32ddf773c <vm_exec_core+5836>, 0x5dd32ddf6c9e <vm_exec_core+3118>, 0x5dd32ddfbe26 <vm_exec_core+23990>, 0x5dd32ddf8243 <vm_exec_core+8659>, 0x5dd32ddfd365 <vm_exec_core+29429>, 0x5dd32ddfd00e <vm_exec_core+28574>, 0x5dd32ddf8931 <vm_exec_core+10433>, 0x5dd32ddf92cd <vm_exec_core+12893>, 0x5dd32ddfb985 <vm_exec_core+22805>, 0x5dd32ddfcf85 <vm_exec_core+28437>, 0x5dd32ddfada0 <vm_exec_core+19760>, 0x5dd32ddfba0e <vm_exec_core+22942>, 0x5dd32ddfc4c7 <vm_exec_core+25687>, 0x5dd32ddfacdd <vm_exec_core+19565>, 0x5dd32ddf6bdb <vm_exec_core+2923>, 0x5dd32ddfb430 <vm_exec_core+21440>, 0x5dd32ddf6a6e <vm_exec_core+2558>, 0x5dd32ddf6ea4 <vm_exec_core+3636>, 0x5dd32ddf8bb4 <vm_exec_core+11076>, 0x5dd32ddfa8aa <vm_exec_core+18490>, 0x5dd32ddfb2c9 <vm_exec_core+21081>, 0x5dd32ddfa54f <vm_exec_core+17631>, 0x5dd32ddf667a <vm_exec_core+1546>, 0x5dd32ddfc6f7 <vm_exec_core+26247>, 0x5dd32ddfcdd7 <vm_exec_core+28007>, 0x5dd32ddf704b <vm_exec_core+4059>, 0x5dd32ddf7bf7 <vm_exec_core+7047>, 0x5dd32ddf78b5 <vm_exec_core+6213>, 0x5dd32ddf8332 <vm_exec_core+8898>, 0x5dd32ddf9169 <vm_exec_core+12537>, 0x5dd32ddf70f2 <vm_exec_core+4226>, 0x5dd32ddfc55f <vm_exec_core+25839>, 0x5dd32ddf7b81 <vm_exec_core+6929>, 0x5dd32ddf9017 <vm_exec_core+12199>, 0x5dd32ddf9ade <vm_exec_core+14958>, 0x5dd32ddfbebc <vm_exec_core+24140>, 0x5dd32ddfaf62 <vm_exec_core+20210>, 0x5dd32ddf860c <vm_exec_core+9628>, 0x5dd32ddf7e8e <vm_exec_core+7710>, 0x5dd32ddfbd12 <vm_exec_core+23714>, 0x5dd32ddf8d94 <vm_exec_core+11556>, 0x5dd32ddfb52f <vm_exec_core+21695>, 0x5dd32ddfafd4 <vm_exec_core+20324>, 0x5dd32ddfb5e6 <vm_exec_core+21878>, 0x5dd32ddfcaa9 <vm_exec_core+27193>, 0x5dd32ddfa361 <vm_exec_core+17137>, 0x5dd32ddfbf75 <vm_exec_core+24325>, 0x5dd32ddf63c8 <vm_exec_core+856>, 0x5dd32ddfbaa3 <vm_exec_core+23091>, 0x5dd32ddf872b <vm_exec_core+9915>, 0x5dd32ddfac38 <vm_exec_core+19400>, 0x5dd32ddfae78 <vm_exec_core+19976>, 0x5dd32ddf9712 <vm_exec_core+13986>, 0x5dd32ddf6f58 <vm_exec_core+3816>, 0x5dd32ddf8ad9 <vm_exec_core+10857>, 0x5dd32ddf8116 <vm_exec_core+8358>, 0x5dd32ddfb664 <vm_exec_core+22004>, 0x5dd32ddf7283 <vm_exec_core+4627>, 0x5dd32ddf94bf <vm_exec_core+13391>, 0x5dd32ddf9e0f <vm_exec_core+15775>, 0x5dd32ddf8410 <vm_exec_core+9120>, 0x5dd32de03e19 <vm_exec_core+56745>, 0x5dd32ddf7de5 <vm_exec_core+7541>, 0x5dd32ddf7cdd <vm_exec_core+7277>, 0x5dd32ddf7fe8 <vm_exec_core+8056>, 0x5dd32ddf89d3 <vm_exec_core+10595>, 0x5dd32ddfa74e <vm_exec_core+18142>, 0x5dd32ddf9b99 <vm_exec_core+15145>, 0x5dd32ddfb348 <vm_exec_core+21208>, 0x5dd32ddf9ff5 <vm_exec_core+16261>, 0x5dd32ddfc620 <vm_exec_core+26032>, 0x5dd32ddfdbc7 <vm_exec_core+31575>, 0x5dd32ddfc864 <vm_exec_core+26612>, 0x5dd32ddfd4b5 <vm_exec_core+29765>, 0x5dd32ddfd5a6 <vm_exec_core+30006>, 0x5dd32ddf6b00 <vm_exec_core+2704>, 0x5dd32ddfd08d <vm_exec_core+28701>, 0x5dd32ddf8cb9 <vm_exec_core+11337>, 0x5dd32ddfd288 <vm_exec_core+29208>, 0x5dd32ddf87fa <vm_exec_core+10122>, 0x5dd32ddfc79b <vm_exec_core+26411>, 0x5dd32ddf6997 <vm_exec_core+2343>, 0x5dd32ddf717d <vm_exec_core+4365>, 0x5dd32ddfd7ea <vm_exec_core+30586>, 0x5dd32ddf909d <vm_exec_core+12333>, 0x5dd32ddf8e9a <vm_exec_core+11818>, 0x5dd32ddf63cd <vm_exec_core+861>, 0x5dd32ddf68ba <vm_exec_core+2122>, 0x5dd32ddf6453 <vm_exec_core+995>, 0x5dd32ddfc953 <vm_exec_core+26851>, 0x5dd32ddfa21e <vm_exec_core+16814>, 0x5dd32ddf98e2 <vm_exec_core+14450>, 0x5dd32ddfa0fa <vm_exec_core+16522>, 0x5dd32ddf9d46 <vm_exec_core+15574>, 0x5dd32ddf8f2f <vm_exec_core+11967>, 0x5dd32ddf97ed <vm_exec_core+14205>, 0x5dd32ddf91b9 <vm_exec_core+12617>, 0x5dd32ddf99fc <vm_exec_core+14732>, 0x5dd32ddf9a6d <vm_exec_core+14845>, 0x5dd32ddf6637 <vm_exec_core+1479>, 0x5dd32ddf793e <vm_exec_core+6350>, 0x5dd32ddfcb62 <vm_exec_core+27378>, 0x5dd32ddf74b0 <vm_exec_core+5184>, 0x5dd32ddfd913 <vm_exec_core+30883>, 0x5dd32ddfb71e <vm_exec_core+22190>, 0x5dd32ddf932f <vm_exec_core+12991>, 0x5dd32ddf679f <vm_exec_core+1839>, 0x5dd32ddfd155 <vm_exec_core+28901>, 0x5dd32ddfce9d <vm_exec_core+28205>, 0x5dd32ddf772d <vm_exec_core+5821>, 0x5dd32ddf6c8f <vm_exec_core+3103>, 0x5dd32ddfbe17 <vm_exec_core+23975>, 0x5dd32ddf8234 <vm_exec_core+8644>, 0x5dd32ddfd356 <vm_exec_core+29414>, 0x5dd32ddfcfff <vm_exec_core+28559>, 0x5dd32ddf8922 <vm_exec_core+10418>, 0x5dd32ddf92be <vm_exec_core+12878>, 0x5dd32ddfb976 <vm_exec_core+22790>, 0x5dd32ddfcf76 <vm_exec_core+28422>, 0x5dd32ddfad91 <vm_exec_core+19745>, 0x5dd32ddfb9ff <vm_exec_core+22927>, 0x5dd32ddfc4b8 <vm_exec_core+25672>, 0x5dd32ddfacce <vm_exec_core+19550>, 0x5dd32ddf6bcc <vm_exec_core+2908>, 0x5dd32ddfb421 <vm_exec_core+21425>, 0x5dd32ddf6a5f <vm_exec_core+2543>, 0x5dd32ddf6e95 <vm_exec_core+3621>, 0x5dd32ddf8ba5 <vm_exec_core+11061>, 0x5dd32ddfa89b <vm_exec_core+18475>, 0x5dd32ddfb2ba <vm_exec_core+21066>, 0x5dd32ddfa540 <vm_exec_core+17616>, 0x5dd32ddf666b <vm_exec_core+1531>, 0x5dd32ddfc6e8 <vm_exec_core+26232>, 0x5dd32ddfcdc8 <vm_exec_core+27992>, 0x5dd32ddf703c <vm_exec_core+4044>, 0x5dd32ddf7be8 <vm_exec_core+7032>, 0x5dd32ddf78a6 <vm_exec_core+6198>, 0x5dd32ddf8323 <vm_exec_core+8883>, 0x5dd32ddf915a <vm_exec_core+12522>, 0x5dd32ddf70e3 <vm_exec_core+4211>, 0x5dd32ddfc550 <vm_exec_core+25824>, 0x5dd32ddf7b72 <vm_exec_core+6914>, 0x5dd32ddf9008 <vm_exec_core+12184>, 0x5dd32ddf9acf <vm_exec_core+14943>, 0x5dd32ddfbead <vm_exec_core+24125>, 0x5dd32ddfaf53 <vm_exec_core+20195>, 0x5dd32ddf85fd <vm_exec_core+9613>, 0x5dd32ddf7e7f <vm_exec_core+7695>, 0x5dd32ddfbd03 <vm_exec_core+23699>, 0x5dd32ddf8d85 <vm_exec_core+11541>, 0x5dd32ddfb520 <vm_exec_core+21680>, 0x5dd32ddfafc5 <vm_exec_core+20309>, 0x5dd32ddfb5d7 <vm_exec_core+21863>, 0x5dd32ddfca9a <vm_exec_core+27178>, 0x5dd32ddfa352 <vm_exec_core+17122>, 0x5dd32ddfbf66 <vm_exec_core+24310>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddfba94 <vm_exec_core+23076>, 0x5dd32ddf871c <vm_exec_core+9900>, 0x5dd32ddfac29 <vm_exec_core+19385>, 0x5dd32ddfae69 <vm_exec_core+19961>, 0x5dd32ddf9703 <vm_exec_core+13971>, 0x5dd32ddfa896 <vm_exec_core+18470>, 0x5dd32ddf8aca <vm_exec_core+10842>, 0x5dd32ddf8107 <vm_exec_core+8343>, 0x5dd32ddfb655 <vm_exec_core+21989>, 0x5dd32ddf7274 <vm_exec_core+4612>, 0x5dd32ddf94b0 <vm_exec_core+13376>, 0x5dd32ddf9e00 <vm_exec_core+15760>, 0x5dd32ddf8401 <vm_exec_core+9105>, 0x5dd32de03e0a <vm_exec_core+56730>, 0x5dd32ddf7dd6 <vm_exec_core+7526>, 0x5dd32ddf7cce <vm_exec_core+7262>, 0x5dd32ddf7fd9 <vm_exec_core+8041>, 0x5dd32ddf89c4 <vm_exec_core+10580>, 0x5dd32ddfa73f <vm_exec_core+18127>, 0x5dd32ddf9b8a <vm_exec_core+15130>, 0x5dd32ddfa73a <vm_exec_core+18122>, 0x5dd32ddfaf4e <vm_exec_core+20190>, 0x5dd32ddfaf49 <vm_exec_core+20185>, 0x5dd32ddf7fd4 <vm_exec_core+8036>, 0x5dd32ddfb40d <vm_exec_core+21405>, 0x5dd32ddf9123 <vm_exec_core+12467>, 0x5dd32ddf9128 <vm_exec_core+12472>, 0x5dd32ddfaf44 <vm_exec_core+20180>, 0x5dd32ddfad8c <vm_exec_core+19740>, 0x5dd32ddf9dfb <vm_exec_core+15755>, 0x5dd32ddf9d32 <vm_exec_core+15554>, 0x5dd32ddfae3b <vm_exec_core+19915>, 0x5dd32ddfa205 <vm_exec_core+16789>...}
reg_cfp = 0x755dccfff790
reg_pc = 0x504000008978
INSN_LABEL_nop = <optimized out>
INSN_LABEL_getlocal = <optimized out>
INSN_LABEL_setlocal = <optimized out>
INSN_LABEL_getblockparam = <optimized out>
INSN_LABEL_setblockparam = <optimized out>
INSN_LABEL_getblockparamproxy = <optimized out>
INSN_LABEL_getspecial = <optimized out>
INSN_LABEL_setspecial = <optimized out>
INSN_LABEL_getinstancevariable = <optimized out>
INSN_LABEL_setinstancevariable = <optimized out>
INSN_LABEL_getclassvariable = <optimized out>
INSN_LABEL_setclassvariable = <optimized out>
INSN_LABEL_opt_getconstant_path = <optimized out>
INSN_LABEL_getconstant = <optimized out>
INSN_LABEL_setconstant = <optimized out>
INSN_LABEL_getglobal = <optimized out>
INSN_LABEL_setglobal = <optimized out>
INSN_LABEL_putnil = <optimized out>
INSN_LABEL_putself = <optimized out>
INSN_LABEL_putobject = <optimized out>
INSN_LABEL_putspecialobject = <optimized out>
INSN_LABEL_putstring = <optimized out>
INSN_LABEL_putchilledstring = <optimized out>
INSN_LABEL_concatstrings = <optimized out>
INSN_LABEL_anytostring = <optimized out>
INSN_LABEL_toregexp = <optimized out>
INSN_LABEL_intern = <optimized out>
INSN_LABEL_newarray = <optimized out>
INSN_LABEL_pushtoarraykwsplat = <optimized out>
INSN_LABEL_duparray = <optimized out>
INSN_LABEL_duphash = <optimized out>
INSN_LABEL_expandarray = <optimized out>
INSN_LABEL_concatarray = <optimized out>
INSN_LABEL_concattoarray = <optimized out>
INSN_LABEL_pushtoarray = <optimized out>
INSN_LABEL_splatarray = <optimized out>
INSN_LABEL_splatkw = <optimized out>
INSN_LABEL_newhash = <optimized out>
INSN_LABEL_newrange = <optimized out>
INSN_LABEL_pop = <optimized out>
INSN_LABEL_dup = <optimized out>
INSN_LABEL_dupn = <optimized out>
INSN_LABEL_swap = <optimized out>
INSN_LABEL_opt_reverse = <optimized out>
INSN_LABEL_topn = <optimized out>
INSN_LABEL_setn = <optimized out>
INSN_LABEL_adjuststack = <optimized out>
INSN_LABEL_defined = <optimized out>
INSN_LABEL_definedivar = <optimized out>
INSN_LABEL_checkmatch = <optimized out>
INSN_LABEL_checkkeyword = <optimized out>
INSN_LABEL_checktype = <optimized out>
INSN_LABEL_defineclass = <optimized out>
INSN_LABEL_definemethod = <optimized out>
INSN_LABEL_definesmethod = <optimized out>
INSN_LABEL_send = <optimized out>
INSN_LABEL_sendforward = <optimized out>
INSN_LABEL_opt_send_without_block = <optimized out>
INSN_LABEL_opt_new = <optimized out>
INSN_LABEL_objtostring = <optimized out>
INSN_LABEL_opt_ary_freeze = <optimized out>
INSN_LABEL_opt_hash_freeze = <optimized out>
INSN_LABEL_opt_str_freeze = <optimized out>
INSN_LABEL_opt_str_uminus = <optimized out>
INSN_LABEL_opt_duparray_send = <optimized out>
INSN_LABEL_opt_newarray_send = <optimized out>
INSN_LABEL_invokesuper = <optimized out>
INSN_LABEL_invokesuperforward = <optimized out>
INSN_LABEL_invokeblock = <optimized out>
INSN_LABEL_leave = <optimized out>
INSN_LABEL_throw = <optimized out>
INSN_LABEL_jump = <optimized out>
INSN_LABEL_branchif = <optimized out>
INSN_LABEL_branchunless = <optimized out>
INSN_LABEL_branchnil = <optimized out>
INSN_LABEL_once = <optimized out>
INSN_LABEL_opt_case_dispatch = <optimized out>
INSN_LABEL_invokebuiltin = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
INSN_LABEL_getlocal_WC_0 = <optimized out>
INSN_LABEL_getlocal_WC_1 = <optimized out>
INSN_LABEL_setlocal_WC_0 = <optimized out>
INSN_LABEL_setlocal_WC_1 = <optimized out>
INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
INSN_LABEL_trace_opt_nil_p = <optimized out>
INSN_LABEL_trace_opt_plus = <optimized out>
INSN_LABEL_trace_opt_minus = <optimized out>
INSN_LABEL_trace_opt_mult = <optimized out>
INSN_LABEL_trace_opt_div = <optimized out>
INSN_LABEL_trace_opt_mod = <optimized out>
INSN_LABEL_trace_opt_eq = <optimized out>
INSN_LABEL_trace_opt_lt = <optimized out>
INSN_LABEL_trace_opt_le = <optimized out>
INSN_LABEL_trace_opt_gt = <optimized out>
INSN_LABEL_trace_opt_ge = <optimized out>
INSN_LABEL_trace_opt_ltlt = <optimized out>
INSN_LABEL_trace_opt_and = <optimized out>
INSN_LABEL_trace_opt_or = <optimized out>
INSN_LABEL_trace_opt_aref = <optimized out>
INSN_LABEL_trace_opt_aset = <optimized out>
INSN_LABEL_trace_opt_length = <optimized out>
INSN_LABEL_trace_opt_size = <optimized out>
INSN_LABEL_trace_opt_empty_p = <optimized out>
INSN_LABEL_trace_opt_succ = <optimized out>
INSN_LABEL_trace_opt_not = <optimized out>
INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#38 0x00005dd32ddf1272 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
_ec = 0x5160000003d0
_tag = <optimized out>
state = RUBY_TAG_NONE
result = <optimized out>
#39 0x00005dd32de39ab8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3050
ec = 0x5160000003d0
val = <optimized out>
#40 0x00005dd32da39c7a in rb_ec_exec_node (ec=0x5160000003d0, n=0x755dcf1ce830) at /tmp/ruby/src/trunk_asan/eval.c:283
_ec = 0x5160000003d0
_tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd02da6850, <optimized out>, 0x7ffd02da67a0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x755dcf1ce830
#41 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
ec = 0x5160000003d0
status = <optimized out>
#42 0x00005dd32da32be7 in rb_main (argc=9, argv=0x7ffd02da6a28) at /tmp/ruby/src/trunk_asan/main.c:42
variable_in_this_stack_frame = <optimized out>
#43 main (argc=9, argv=0x7ffd02da6a28) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.
>>> Dump Ruby level backtrace (if possible)
$1 = true
[Inferior 1 (process 939877) detached]
/tmp/ruby/src/trunk_asan/test/net/http/test_http.rb: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version (Test::Unit::ProxyError)
Children under /tmp/rubytest.0m0nbf:
* -rw-r--r-- 1 100112 2025-11-12 14:38:06 +0000 _ruby_box_p1000417_2_io+console.so
* -rw-r--r-- 1 18688 2025-11-12 14:38:06 +0000 _ruby_box_p1000417_2_-test-+sanitizers.so
* -rw-r--r-- 1 57832 2025-11-12 14:38:06 +0000 _ruby_box_p1000417_2_rbconfig+sizeof.so
* -rw-r--r-- 1 100112 2025-11-12 14:38:05 +0000 _ruby_box_p999681_2_io+console.so
* -rw-r--r-- 1 18688 2025-11-12 14:38:05 +0000 _ruby_box_p999681_2_-test-+sanitizers.so
* -rw-r--r-- 1 57832 2025-11-12 14:38:05 +0000 _ruby_box_p999681_2_rbconfig+sizeof.so
* -rw-r--r-- 1 100112 2025-11-12 14:38:05 +0000 _ruby_box_p998994_2_io+console.so
* -rw-r--r-- 1 18688 2025-11-12 14:38:05 +0000 _ruby_box_p998994_2_-test-+sanitizers.so
* -rw-r--r-- 1 57832 2025-11-12 14:38:05 +0000 _ruby_box_p998994_2_rbconfig+sizeof.so
* -rw-r--r-- 1 16576 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_io+wait.so
* -rw-r--r-- 1 959512 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_socket.so
* -rw-r--r-- 1 302216 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_zlib.so
* -rw-r--r-- 1 112944 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_psych.so
* -rw-r--r-- 1 234368 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_json+ext+generator.so
* -rw-r--r-- 1 158096 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_json+ext+parser.so
* -rw-r--r-- 1 109528 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_etc.so
* -rw-r--r-- 1 941192 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_date_core.so
* -rw-r--r-- 1 100112 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_io+console.so
* -rw-r--r-- 1 18688 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_-test-+sanitizers.so
* -rw-r--r-- 1 57832 2025-11-12 14:38:04 +0000 _ruby_box_p997434_2_rbconfig+sizeof.so
* -rw-r--r-- 1 100112 2025-11-12 14:38:03 +0000 _ruby_box_p995752_2_io+console.so
* -rw-r--r-- 1 18688 2025-11-12 14:38:03 +0000 _ruby_box_p995752_2_-test-+sanitizers.so
* -rw-r--r-- 1 57832 2025-11-12 14:38:03 +0000 _ruby_box_p995752_2_rbconfig+sizeof.so
$ timeout 60 gdb -p 939550 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:915: 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 939549 -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 1459491 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
>>> Threads
No threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace (if possible)
#<Errno::ESRCH: No such process>
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-17
LD = ld
LDSHARED = clang-17 -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +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 ..................................
1)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb:2:in '<top (required)>'
2)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/element_reference_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/element_reference_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/element_reference_spec.rb:2:in '<top (required)>'
3)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/key_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/key_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/key_spec.rb:2:in '<top (required)>'
4)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb:2:in '<top (required)>'
5)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/type_params_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/type_params_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/type_params_spec.rb:2:in '<top (required)>'
6)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/entity_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/entity_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/entity_spec.rb:2:in '<top (required)>'
7)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/msg_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/msg_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/msg_spec.rb:2:in '<top (required)>'
8)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_addresses_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_addresses_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_addresses_spec.rb:2:in '<top (required)>'
9)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPError_spec.rb:2:in '<top (required)>'
10)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPServerException_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPServerException_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPServerException_spec.rb:2:in '<top (required)>'
11)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/address_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/address_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/address_spec.rb:2:in '<top (required)>'
12)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/delete_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/delete_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/delete_spec.rb:2:in '<top (required)>'
13)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get_print_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get_print_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get_print_spec.rb:2:in '<top (required)>'
14)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/head_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/head_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/head_spec.rb:2:in '<top (required)>'
15)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/initialize_spec.rb:2:in '<top (required)>'
16)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/lock_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/lock_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/lock_spec.rb:2:in '<top (required)>'
17)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/newobj_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/newobj_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/newobj_spec.rb:2:in '<top (required)>'
18)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/post_form_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/post_form_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/post_form_spec.rb:2:in '<top (required)>'
19)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_class_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_class_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_class_spec.rb:2:in '<top (required)>'
20)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/put_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/put_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/put_spec.rb:2:in '<top (required)>'
21)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_put_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_put_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_put_spec.rb:2:in '<top (required)>'
22)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/set_debug_output_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/set_debug_output_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/set_debug_output_spec.rb:2:in '<top (required)>'
23)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/unlock_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/unlock_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/unlock_spec.rb:2:in '<top (required)>'
24)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb:2:in '<top (required)>'
25)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb:2:in '<top (required)>'
26)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/add_field_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/add_field_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/add_field_spec.rb:2:in '<top (required)>'
27)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb:2:in '<top (required)>'
28)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/form_data_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/form_data_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/form_data_spec.rb:2:in '<top (required)>'
29)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/range_length_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/range_length_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/range_length_spec.rb:2:in '<top (required)>'
30)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/size_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/size_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/size_spec.rb:2:in '<top (required)>'
31)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/error_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/error_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/error_spec.rb:2:in '<top (required)>'
32)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/inspect_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/inspect_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/inspect_spec.rb:2:in '<top (required)>'
33)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/value_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/value_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/value_spec.rb:2:in '<top (required)>'
34)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/header_spec.rb:2:in '<top (required)>'
35)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/response_spec.rb:2:in '<top (required)>'
36)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb:2:in '<top (required)>'
37)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb:2:in '<top (required)>'
38)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/Proxy_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/Proxy_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/Proxy_spec.rb:2:in '<top (required)>'
39)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/copy_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/copy_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/copy_spec.rb:2:in '<top (required)>'
40)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get_response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get_response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get_response_spec.rb:2:in '<top (required)>'
41)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/https_default_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/https_default_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/https_default_port_spec.rb:2:in '<top (required)>'
42)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/mkcol_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/mkcol_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/mkcol_spec.rb:2:in '<top (required)>'
43)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/port_spec.rb:2:in '<top (required)>'
44)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proppatch_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proppatch_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proppatch_spec.rb:2:in '<top (required)>'
45)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_pass_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_pass_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_pass_spec.rb:2:in '<top (required)>'
46)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/read_timeout_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/read_timeout_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/read_timeout_spec.rb:2:in '<top (required)>'
47)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_spec.rb:2:in '<top (required)>'
48)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/start_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/start_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/start_spec.rb:2:in '<top (required)>'
49)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/version_1_2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/version_1_2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/version_1_2_spec.rb:2:in '<top (required)>'
50)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb:2:in '<top (required)>'
51)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb:2:in '<top (required)>'
52)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb:2:in '<top (required)>'
53)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/delete_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/delete_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/delete_spec.rb:2:in '<top (required)>'
54)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_name_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_name_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_name_spec.rb:2:in '<top (required)>'
55)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/get_fields_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/get_fields_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/get_fields_spec.rb:2:in '<top (required)>'
56)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/range_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/range_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/range_spec.rb:2:in '<top (required)>'
57)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/to_hash_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/to_hash_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/to_hash_spec.rb:2:in '<top (required)>'
58)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/code_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/code_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/code_type_spec.rb:2:in '<top (required)>'
59)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/initialize_spec.rb:2:in 'Kernel#require'
Finished in 36.893963 seconds
3333 files, 33068 examples, 134307 expectations, 0 failures, 137 errors, 0 tagged
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/initialize_spec.rb:2:in '<top (required)>'
60)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb:2:in '<top (required)>'
61)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_address_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_address_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_address_spec.rb:2:in '<top (required)>'
62)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_names_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/resolv.rb:5:in 'require'
/tmp/ruby/src/trunk_asan/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_names_spec.rb:2:in 'require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_names_spec.rb:2:in '<top (required)>'
63)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/security/cve_2019_8323_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendored_net_http.rb:5:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendored_net_http.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/request.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/request.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/remote_fetcher.rb:4:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/remote_fetcher.rb:4:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/gemcutter_utilities.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/gemcutter_utilities.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/security/cve_2019_8323_spec.rb:6:in 'require'
/tmp/ruby/src/trunk_asan/spec/ruby/security/cve_2019_8323_spec.rb:6:in '<top (required)>'
64)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_name_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_name_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/resolv/get_name_spec.rb:2:in '<top (required)>'
65)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/is_version_1_1_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/is_version_1_1_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/is_version_1_1_spec.rb:2:in '<top (required)>'
66)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/new_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/new_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/new_spec.rb:2:in '<top (required)>'
67)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/post2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/post2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/post2_spec.rb:2:in '<top (required)>'
68)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_address_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_address_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_address_spec.rb:2:in '<top (required)>'
69)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/put2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/put2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/put2_spec.rb:2:in '<top (required)>'
70)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_post_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_post_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_post_spec.rb:2:in '<top (required)>'
71)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/send_request_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/send_request_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/send_request_spec.rb:2:in '<top (required)>'
72)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/trace_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/trace_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/trace_spec.rb:2:in '<top (required)>'
73)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb:2:in '<top (required)>'
74)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb:2:in '<top (required)>'
75)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb:2:in '<top (required)>'
76)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/content_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/content_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/content_type_spec.rb:2:in '<top (required)>'
77)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_spec.rb:2:in '<top (required)>'
78)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb:2:in '<top (required)>'
79)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb:2:in '<top (required)>'
80)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/sub_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/sub_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/sub_type_spec.rb:2:in '<top (required)>'
81)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/code_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/code_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/code_spec.rb:2:in '<top (required)>'
82)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/http_version_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/http_version_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/http_version_spec.rb:2:in '<top (required)>'
83)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/read_new_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/read_new_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/read_new_spec.rb:2:in '<top (required)>'
84)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPFatalError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPFatalError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPFatalError_spec.rb:2:in '<top (required)>'
85)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPRetriableError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPRetriableError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPRetriableError_spec.rb:2:in '<top (required)>'
86)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/active_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/active_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/active_spec.rb:2:in '<top (required)>'
87)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/default_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/default_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/default_port_spec.rb:2:in '<top (required)>'
88)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get2_spec.rb:2:in '<top (required)>'
89)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/head2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/head2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/head2_spec.rb:2:in '<top (required)>'
90)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/is_version_1_2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/is_version_1_2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/is_version_1_2_spec.rb:2:in '<top (required)>'
91)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/open_timeout_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/open_timeout_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/open_timeout_spec.rb:2:in '<top (required)>'
92)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/propfind_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/propfind_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/propfind_spec.rb:2:in '<top (required)>'
93)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_user_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_user_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_user_spec.rb:2:in '<top (required)>'
94)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_head_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_head_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_head_spec.rb:2:in '<top (required)>'
95)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/socket_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/socket_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/socket_type_spec.rb:2:in '<top (required)>'
96)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/use_ssl_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/use_ssl_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/use_ssl_spec.rb:2:in '<top (required)>'
97)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpexceptions/response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpexceptions/response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpexceptions/response_spec.rb:2:in '<top (required)>'
98)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:2:in '<top (required)>'
99)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb:2:in '<top (required)>'
100)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/chunked_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/chunked_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/chunked_spec.rb:2:in '<top (required)>'
101)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/content_length_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/content_length_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/content_length_spec.rb:2:in '<top (required)>'
102)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_header_spec.rb:2:in '<top (required)>'
103)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_value_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_value_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_value_spec.rb:2:in '<top (required)>'
104)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/fetch_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/fetch_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/fetch_spec.rb:2:in '<top (required)>'
105)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/main_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/main_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/main_type_spec.rb:2:in '<top (required)>'
106)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/set_range_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/set_range_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/set_range_spec.rb:2:in '<top (required)>'
107)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/body_spec.rb:2:in '<top (required)>'
108)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb:2:in '<top (required)>'
109)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/read_body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/read_body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/read_body_spec.rb:2:in '<top (required)>'
110)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/security/cve_2019_8322_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendored_net_http.rb:5:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/vendored_net_http.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/request.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/request.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/remote_fetcher.rb:4:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/remote_fetcher.rb:4:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/gemcutter_utilities.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/gemcutter_utilities.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/rubygems/commands/owner_command.rb:5:in 'Kernel#require_relative'
/tmp/ruby/src/trunk_asan/lib/rubygems/commands/owner_command.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/security/cve_2019_8322_spec.rb:6:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/security/cve_2019_8322_spec.rb:6:in '<top (required)>'
111)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPBadResponse_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPBadResponse_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/HTTPBadResponse_spec.rb:2:in '<top (required)>'
112)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb:2:in '<top (required)>'
113)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/finish_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/finish_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/finish_spec.rb:2:in '<top (required)>'
114)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/get_spec.rb:2:in '<top (required)>'
115)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/http_default_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/http_default_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/http_default_port_spec.rb:2:in '<top (required)>'
116)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/inspect_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/inspect_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/inspect_spec.rb:2:in '<top (required)>'
117)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/move_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/move_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/move_spec.rb:2:in '<top (required)>'
118)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/options_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/options_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/options_spec.rb:2:in '<top (required)>'
119)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/post_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/post_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/post_spec.rb:2:in '<top (required)>'
120)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/proxy_port_spec.rb:2:in '<top (required)>'
121)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_get_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_get_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_get_spec.rb:2:in '<top (required)>'
122)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_types_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_types_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/request_types_spec.rb:2:in '<top (required)>'
123)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/started_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/started_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/started_spec.rb:2:in '<top (required)>'
124)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/version_1_1_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/version_1_1_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/version_1_1_spec.rb:2:in '<top (required)>'
125)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb:2:in '<top (required)>'
126)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb:2:in '<top (required)>'
127)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb:2:in '<top (required)>'
128)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/content_range_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/content_range_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/content_range_spec.rb:2:in '<top (required)>'
129)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_key_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_key_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/each_key_spec.rb:2:in '<top (required)>'
130)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/element_set_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/element_set_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/element_set_spec.rb:2:in '<top (required)>'
131)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/length_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/length_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/length_spec.rb:2:in '<top (required)>'
132)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb:2:in '<top (required)>'
133)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb:2:in '<top (required)>'
134)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/error_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/error_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/error_type_spec.rb:2:in '<top (required)>'
135)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/message_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/message_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/message_spec.rb:2:in '<top (required)>'
136)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httprequest/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httprequest/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httprequest/initialize_spec.rb:2:in '<top (required)>'
137)
An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/read_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk_asan/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/read_header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/httpresponse/read_header_spec.rb:2:in '<top (required)>'
make: *** [uncommon.mk:965: yes-test-spec] Error 1
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 512.