# Logfile created on 2025-11-07 04:17:51 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000707625d2fdc8 @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.20251107-041751", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x000070762a67c878 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000070762a67c648 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000707625c692e0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20251107-041751", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20251107-041751>, @binmode=false, @mon_data=#<Monitor:0x000070762a67c300>, @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
   cf4a034..aaf1f53  master     -> origin/master
Updating cf4a034..aaf1f53
Fast-forward
 namespace.c => box.c                               | 615 +++++++++++----------
 builtin.c                                          |   2 +-
 class.c                                            | 216 ++++----
 common.mk                                          |   2 +-
 depend                                             | 606 ++++++++++----------
 dln.c                                              |   4 +-
 doc/box.md                                         | 352 ++++++++++++
 doc/namespace.md                                   | 418 --------------
 eval.c                                             |   4 +-
 eval_intern.h                                      |  10 +-
 ext/-test-/{namespace => box}/yay1/extconf.rb      |   0
 ext/-test-/{namespace => box}/yay1/yay1.c          |   0
 ext/-test-/{namespace => box}/yay1/yay1.def        |   0
 ext/-test-/{namespace => box}/yay1/yay1.h          |   0
 ext/-test-/{namespace => box}/yay2/extconf.rb      |   0
 ext/-test-/{namespace => box}/yay2/yay2.c          |   0
 ext/-test-/{namespace => box}/yay2/yay2.def        |   0
 ext/-test-/{namespace => box}/yay2/yay2.h          |   0
 ext/coverage/depend                                |   2 +-
 ext/objspace/depend                                |   6 +-
 ext/ripper/depend                                  |   2 +-
 ext/socket/depend                                  |  30 +-
 gc.c                                               |  20 +-
 include/ruby/internal/globals.h                    |   3 +-
 inits.c                                            |   3 +-
 insns.def                                          |   4 +-
 internal/box.h                                     |  81 +++
 internal/class.h                                   | 176 +++---
 internal/inits.h                                   |  10 +-
 internal/namespace.h                               |  81 ---
 internal/variable.h                                |   4 +-
 iseq.c                                             |   2 +-
 load.c                                             | 271 +++++----
 method.h                                           |   2 +-
 mini_builtin.c                                     |   2 +-
 proc.c                                             |  22 +-
 ruby.c                                             |  24 +-
 shape.c                                            |   2 +-
 shape.h                                            |   4 +-
 test/-ext-/{namespace => box}/test_load_ext.rb     |   0
 test/-ext-/test_abi.rb                             |   4 +-
 test/ruby/{namespace => box}/a.1_1_0.rb            |   0
 test/ruby/{namespace => box}/a.1_2_0.rb            |   0
 test/ruby/{namespace => box}/a.rb                  |   0
 test/ruby/{namespace => box}/autoloading.rb        |   0
 test/ruby/{namespace => box}/blank.rb              |   0
 test/ruby/{namespace => box}/blank1.rb             |   0
 test/ruby/{namespace => box}/blank2.rb             |   0
 test/ruby/{namespace => box}/call_proc.rb          |   0
 test/ruby/{namespace => box}/call_toplevel.rb      |   0
 test/ruby/{namespace => box}/consts.rb             |   0
 test/ruby/{namespace => box}/current.rb            |   0
 test/ruby/{namespace => box}/define_toplevel.rb    |   0
 test/ruby/{namespace => box}/global_vars.rb        |   0
 test/ruby/{namespace => box}/instance_variables.rb |   0
 test/ruby/{namespace => box}/line_splitter.rb      |   0
 test/ruby/{namespace => box}/load_path.rb          |   0
 test/ruby/{namespace => box}/ns.rb                 |   0
 .../{namespace => box}/open_class_with_include.rb  |   0
 test/ruby/{namespace => box}/proc_callee.rb        |   0
 test/ruby/{namespace => box}/proc_caller.rb        |   0
 test/ruby/{namespace => box}/procs.rb              |   0
 test/ruby/{namespace => box}/raise.rb              |   0
 test/ruby/{namespace => box}/returns_proc.rb       |   0
 test/ruby/{namespace => box}/singleton_methods.rb  |   0
 test/ruby/{namespace => box}/string_ext.rb         |   0
 test/ruby/{namespace => box}/string_ext_caller.rb  |   0
 test/ruby/{namespace => box}/string_ext_calling.rb |   0
 .../{namespace => box}/string_ext_eval_caller.rb   |   0
 test/ruby/{namespace => box}/top_level.rb          |   0
 test/ruby/test_autoload.rb                         |   6 +-
 test/ruby/{test_namespace.rb => test_box.rb}       | 207 +++----
 variable.c                                         |  82 +--
 version.c                                          |   9 +-
 vm.c                                               | 168 +++---
 vm_core.h                                          |  32 +-
 vm_dump.c                                          |  80 +--
 vm_eval.c                                          |  16 +-
 vm_method.c                                        |   4 +-
 yjit/src/cruby_bindings.inc.rs                     |   2 +-
 zjit/src/cruby_bindings.inc.rs                     |   2 +-
 81 files changed, 1774 insertions(+), 1818 deletions(-)
 rename namespace.c => box.c (53%)
 create mode 100644 doc/box.md
 delete mode 100644 doc/namespace.md
 rename ext/-test-/{namespace => box}/yay1/extconf.rb (100%)
 rename ext/-test-/{namespace => box}/yay1/yay1.c (100%)
 rename ext/-test-/{namespace => box}/yay1/yay1.def (100%)
 rename ext/-test-/{namespace => box}/yay1/yay1.h (100%)
 rename ext/-test-/{namespace => box}/yay2/extconf.rb (100%)
 rename ext/-test-/{namespace => box}/yay2/yay2.c (100%)
 rename ext/-test-/{namespace => box}/yay2/yay2.def (100%)
 rename ext/-test-/{namespace => box}/yay2/yay2.h (100%)
 create mode 100644 internal/box.h
 delete mode 100644 internal/namespace.h
 rename test/-ext-/{namespace => box}/test_load_ext.rb (100%)
 rename test/ruby/{namespace => box}/a.1_1_0.rb (100%)
 rename test/ruby/{namespace => box}/a.1_2_0.rb (100%)
 rename test/ruby/{namespace => box}/a.rb (100%)
 rename test/ruby/{namespace => box}/autoloading.rb (100%)
 rename test/ruby/{namespace => box}/blank.rb (100%)
 rename test/ruby/{namespace => box}/blank1.rb (100%)
 rename test/ruby/{namespace => box}/blank2.rb (100%)
 rename test/ruby/{namespace => box}/call_proc.rb (100%)
 rename test/ruby/{namespace => box}/call_toplevel.rb (100%)
 rename test/ruby/{namespace => box}/consts.rb (100%)
 rename test/ruby/{namespace => box}/current.rb (100%)
 rename test/ruby/{namespace => box}/define_toplevel.rb (100%)
 rename test/ruby/{namespace => box}/global_vars.rb (100%)
 rename test/ruby/{namespace => box}/instance_variables.rb (100%)
 rename test/ruby/{namespace => box}/line_splitter.rb (100%)
 rename test/ruby/{namespace => box}/load_path.rb (100%)
 rename test/ruby/{namespace => box}/ns.rb (100%)
 rename test/ruby/{namespace => box}/open_class_with_include.rb (100%)
 rename test/ruby/{namespace => box}/proc_callee.rb (100%)
 rename test/ruby/{namespace => box}/proc_caller.rb (100%)
 rename test/ruby/{namespace => box}/procs.rb (100%)
 rename test/ruby/{namespace => box}/raise.rb (100%)
 rename test/ruby/{namespace => box}/returns_proc.rb (100%)
 rename test/ruby/{namespace => box}/singleton_methods.rb (100%)
 rename test/ruby/{namespace => box}/string_ext.rb (100%)
 rename test/ruby/{namespace => box}/string_ext_caller.rb (100%)
 rename test/ruby/{namespace => box}/string_ext_calling.rb (100%)
 rename test/ruby/{namespace => box}/string_ext_eval_caller.rb (100%)
 rename test/ruby/{namespace => box}/top_level.rb (100%)
 rename test/ruby/{test_namespace.rb => test_box.rb} (82%)
Latest commit hash = aaf1f53df0
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
sed -f /tmp/ruby/src/trunk_asan/tool/prereq.status /tmp/ruby/src/trunk_asan/common.mk /tmp/ruby/src/trunk_asan/prism/srcs.mk /tmp/ruby/src/trunk_asan/depend > uncommon.mk
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating /tmp/ruby/src/trunk_asan/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
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'
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
$$$[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/main.c
compiling /tmp/ruby/src/trunk_asan/dmydln.c
compiling /tmp/ruby/src/trunk_asan/miniinit.c
compiling /tmp/ruby/src/trunk_asan/array.c
compiling /tmp/ruby/src/trunk_asan/ast.c
compiling /tmp/ruby/src/trunk_asan/bignum.c
compiling /tmp/ruby/src/trunk_asan/box.c
compiling /tmp/ruby/src/trunk_asan/class.c
compiling /tmp/ruby/src/trunk_asan/compar.c
compiling /tmp/ruby/src/trunk_asan/compile.c
compiling /tmp/ruby/src/trunk_asan/complex.c
compiling /tmp/ruby/src/trunk_asan/concurrent_set.c
compiling /tmp/ruby/src/trunk_asan/cont.c
compiling /tmp/ruby/src/trunk_asan/debug.c
compiling /tmp/ruby/src/trunk_asan/debug_counter.c
compiling /tmp/ruby/src/trunk_asan/dir.c
compiling /tmp/ruby/src/trunk_asan/dln_find.c
compiling /tmp/ruby/src/trunk_asan/encoding.c
compiling /tmp/ruby/src/trunk_asan/enum.c
compiling /tmp/ruby/src/trunk_asan/enumerator.c
compiling /tmp/ruby/src/trunk_asan/error.c
compiling /tmp/ruby/src/trunk_asan/eval.c
compiling /tmp/ruby/src/trunk_asan/file.c
compiling /tmp/ruby/src/trunk_asan/gc.c
compiling /tmp/ruby/src/trunk_asan/hash.c
compiling /tmp/ruby/src/trunk_asan/imemo.c
compiling /tmp/ruby/src/trunk_asan/inits.c
compiling /tmp/ruby/src/trunk_asan/io.c
compiling /tmp/ruby/src/trunk_asan/io_buffer.c
compiling /tmp/ruby/src/trunk_asan/iseq.c
compiling /tmp/ruby/src/trunk_asan/load.c
compiling /tmp/ruby/src/trunk_asan/marshal.c
compiling /tmp/ruby/src/trunk_asan/math.c
compiling /tmp/ruby/src/trunk_asan/memory_view.c
compiling /tmp/ruby/src/trunk_asan/node.c
compiling /tmp/ruby/src/trunk_asan/node_dump.c
compiling /tmp/ruby/src/trunk_asan/numeric.c
compiling /tmp/ruby/src/trunk_asan/object.c
compiling /tmp/ruby/src/trunk_asan/pack.c
compiling /tmp/ruby/src/trunk_asan/pathname.c
compiling parse.c
compiling /tmp/ruby/src/trunk_asan/proc.c
compiling /tmp/ruby/src/trunk_asan/process.c
compiling /tmp/ruby/src/trunk_asan/ractor.c
compiling /tmp/ruby/src/trunk_asan/random.c
compiling /tmp/ruby/src/trunk_asan/range.c
compiling /tmp/ruby/src/trunk_asan/rational.c
compiling /tmp/ruby/src/trunk_asan/re.c
compiling /tmp/ruby/src/trunk_asan/regcomp.c
compiling /tmp/ruby/src/trunk_asan/regenc.c
compiling /tmp/ruby/src/trunk_asan/regerror.c
compiling /tmp/ruby/src/trunk_asan/regexec.c
compiling /tmp/ruby/src/trunk_asan/regparse.c
compiling /tmp/ruby/src/trunk_asan/regsyntax.c
compiling /tmp/ruby/src/trunk_asan/ruby.c
compiling /tmp/ruby/src/trunk_asan/ruby_parser.c
compiling /tmp/ruby/src/trunk_asan/scheduler.c
compiling /tmp/ruby/src/trunk_asan/set.c
compiling /tmp/ruby/src/trunk_asan/shape.c
compiling /tmp/ruby/src/trunk_asan/signal.c
compiling /tmp/ruby/src/trunk_asan/sprintf.c
compiling /tmp/ruby/src/trunk_asan/st.c
compiling /tmp/ruby/src/trunk_asan/strftime.c
compiling /tmp/ruby/src/trunk_asan/string.c
compiling /tmp/ruby/src/trunk_asan/struct.c
compiling /tmp/ruby/src/trunk_asan/symbol.c
compiling /tmp/ruby/src/trunk_asan/thread.c
compiling /tmp/ruby/src/trunk_asan/time.c
compiling /tmp/ruby/src/trunk_asan/transcode.c
compiling /tmp/ruby/src/trunk_asan/util.c
compiling /tmp/ruby/src/trunk_asan/variable.c
compiling /tmp/ruby/src/trunk_asan/version.c
compiling /tmp/ruby/src/trunk_asan/vm.c
compiling /tmp/ruby/src/trunk_asan/vm_backtrace.c
compiling /tmp/ruby/src/trunk_asan/vm_dump.c
compiling /tmp/ruby/src/trunk_asan/vm_sync.c
compiling /tmp/ruby/src/trunk_asan/vm_trace.c
compiling /tmp/ruby/src/trunk_asan/weakmap.c
compiling /tmp/ruby/src/trunk_asan/prism/api_node.c
compiling /tmp/ruby/src/trunk_asan/prism/api_pack.c
compiling /tmp/ruby/src/trunk_asan/prism/extension.c
compiling /tmp/ruby/src/trunk_asan/prism_init.c
compiling /tmp/ruby/src/trunk_asan/yjit.c
compiling /tmp/ruby/src/trunk_asan/jit.c
building Rust YJIT (release mode)
compiling /tmp/ruby/src/trunk_asan/enc/ascii.c
compiling /tmp/ruby/src/trunk_asan/enc/us_ascii.c
compiling /tmp/ruby/src/trunk_asan/enc/unicode.c
compiling /tmp/ruby/src/trunk_asan/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk_asan/missing/setproctitle.c
touch /tmp/ruby/build/trunk_asan/target/release/libyjit.a
partial linking /tmp/ruby/build/trunk_asan/target/release/libyjit.a into /tmp/ruby/build/trunk_asan/target/release/libyjit.o
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
compiling /tmp/ruby/src/trunk_asan/dln.c
compiling /tmp/ruby/src/trunk_asan/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk_asan/loadpath.c
builtin_binary.rbbin updated
cda0d9366df44e87c0b0e664338ad759e99f481d6a3e9110e0404172b156f911  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 encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/encdb.c
compiling /tmp/ruby/src/trunk_asan/enc/big5.c
compiling /tmp/ruby/src/trunk_asan/enc/cesu_8.c
compiling /tmp/ruby/src/trunk_asan/enc/cp949.c
compiling /tmp/ruby/src/trunk_asan/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk_asan/enc/euc_jp.c
compiling /tmp/ruby/src/trunk_asan/enc/euc_kr.c
compiling /tmp/ruby/src/trunk_asan/enc/euc_tw.c
compiling /tmp/ruby/src/trunk_asan/enc/gb2312.c
compiling /tmp/ruby/src/trunk_asan/enc/gb18030.c
compiling /tmp/ruby/src/trunk_asan/enc/gbk.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_4.c
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
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_11.c
transdb.h unchanged
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_14.c
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk_asan/enc/koi8_r.c
compiling /tmp/ruby/src/trunk_asan/enc/koi8_u.c
compiling /tmp/ruby/src/trunk_asan/enc/shift_jis.c
compiling /tmp/ruby/src/trunk_asan/enc/utf_16be.c
compiling /tmp/ruby/src/trunk_asan/enc/utf_16le.c
making trans
compiling /tmp/ruby/src/trunk_asan/enc/utf_32be.c
compiling /tmp/ruby/src/trunk_asan/enc/utf_32le.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_31j.c
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1250.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/big5.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1251.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1252.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1253.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_softbank.c
configuring -test-/box/yay1
compiling /tmp/ruby/src/trunk_asan/enc/trans/escape.c
configuring -test-/box/yay2
configuring coverage
compiling /tmp/ruby/src/trunk_asan/enc/windows_1254.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1257.c
linking encoding encdb.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/gb18030.c
linking encoding big5.so
linking encoding cesu_8.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/gbk.c
linking encoding cp949.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese.c
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese_euc.c
linking encoding euc_tw.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese_sjis.c
linking encoding gb2312.so
linking encoding gb18030.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/korean.c
linking encoding gbk.so
linking encoding iso_8859_1.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/single_byte.c
linking encoding iso_8859_2.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/utf8_mac.c
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
configuring objspace
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/utf_16_32.c
linking transcoder transdb.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking transcoder cesu_8.so
linking encoding iso_8859_10.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking transcoder emoji_iso2022_kddi.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking transcoder emoji_sjis_docomo.so
configuring ripper
linking encoding utf_16le.so
linking transcoder emoji_sjis_kddi.so
linking encoding utf_32be.so
linking transcoder emoji_sjis_softbank.so
linking encoding utf_32le.so
linking encoding windows_31j.so
configuring socket
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking transcoder escape.so
linking encoding windows_1257.so
linking transcoder gb18030.so
linking transcoder iso2022.so
linking transcoder japanese.so
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
linking transcoder japanese_sjis.so
linking transcoder single_byte.so
linking transcoder utf_16_32.so
linking transcoder chinese.so
linking transcoder gbk.so
linking transcoder utf8_mac.so
linking transcoder korean.so
linking transcoder japanese_euc.so
linking transcoder big5.so
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'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/box/yay1'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/box/yay2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/RUBY_ALIGNOF/c.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/box/yay1/yay1.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/box/yay2/yay2.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/arith_seq/extract/extract.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/array/concat/to_ary_concat.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug-14834/bug-14834.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug-3571/bug.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/array/resize/resize.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug-5832/bug.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/class/class2name.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/debug'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/econv'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/econv/append.c
linking shared-object -test-/RUBY_ALIGNOF.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/inspector.c
linking shared-object -test-/dln/empty.so
linking shared-object -test-/bug_reporter.so
linking shared-object -test-/array/resize.so
linking shared-object -test-/namespace/yay1.so
linking shared-object -test-/bug_3571.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/class/init.c
linking shared-object -test-/array/to_ary_concat.so
linking shared-object -test-/bug_5832.so
linking shared-object -test-/namespace/yay2.so
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/bug_14834.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/econv/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/bigzero.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug_reporter'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/resize'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/profile_frames.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/div.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/ensure_and_callcc/ensure_and_callcc.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/enumerator_kw/enumerator_kw.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/box/yay1'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/intpack.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/mul.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-5832'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/extract'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/beg_len_step'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/box/yay2'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/str2big.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/eval'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/eval/eval.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/file'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/invalid.c
linking shared-object -test-/class.so
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/class'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/init.c
linking shared-object -test-/ensure_and_callcc.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/float'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/newline_conv.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/econv'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/float/nextafter.c
linking shared-object -test-/debug.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/stat.c
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/ensured.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/ensure_and_callcc'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/funcall/funcall.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/eval'
linking shared-object -test-/bignum.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/hash'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/hash/delete.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/debug'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/integer'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/core_ext.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iseq_load/iseq_load.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/init.c
linking shared-object -test-/fatal.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/my_integer.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/iter'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/break.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/dot.dot/dot.dot.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/init.c
linking shared-object -test-/float.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/yield.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/protect/protect.c
linking shared-object -test-/file.so
linking shared-object -test-/exception.so
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
linking shared-object -test-/funcall.so
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/file'
linking shared-object -test-/iseq_load.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/stringify_symbols/stringify_symbols.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/stringify_target/stringify_target.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/compat/usrcompat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/gvl/call_without_gvl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/internal_ivar/internal_ivar.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/usr/usrmarshal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/memory_view/memory_view.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/method'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/method/arity.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/notimplement/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/method/init.c
linking shared-object -test-/load/dot.dot.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/num2int/num2int.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/dot.dot'
linking shared-object -test-/load/protect.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/path_to_class/path_to_class.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/iter'
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/load/stringify_symbols.so
linking shared-object -test-/load/stringify_target.so
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/resolve_symbol_target'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/printf'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/printf/printf.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/proc'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/random'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/bad_version.c
linking shared-object -test-/notimplement.so
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/marshal/usr.so
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_target'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/receiver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/rational/rat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/internal_ivar'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/usr'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/loop.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/super.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/recursion/recursion.c
linking shared-object -test-/path_to_class.so
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/regexp/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/regexp/parse_depth_limit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/sanitizers'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/sanitizers/sanitizers.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/scan_args/scan_args.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/postponed_job.so
linking shared-object -test-/integer.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/st/numhash/numhash.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/st/update/update.c
linking shared-object -test-/recursion.so
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/postponed_job'
linking shared-object -test-/rb_call_super_kw.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/stack'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/stack/stack.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/string'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/capacity.c
linking shared-object -test-/printf.so
linking shared-object -test-/random.so
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/proc'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/coderange.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/recursion'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/struct'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/data.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/random'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/memory_view'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/printf'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_associate.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread/id/id.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/symbol/init.c
linking shared-object -test-/sanitizers.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/symbol/type.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/sanitizers'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_dummy.c
linking shared-object -test-/st/numhash.so
linking shared-object -test-/stack.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_str_buf_cat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/numhash'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/stack'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread/instrumentation/instrumentation.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/fstring.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/time'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/modify.c
linking shared-object -test-/thread/id.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/tracepoint/gc_hook.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/symbol.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/new.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/typeddata/typeddata.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/new.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/vm'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/member.c
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/wait'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/wait/wait.c
linking shared-object -test-/rational.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/cgi/escape'
compiling /tmp/ruby/src/trunk_asan/ext/cgi/escape/escape.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/continuation'
compiling /tmp/ruby/src/trunk_asan/ext/continuation/continuation.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/lock_native_thread'
linking shared-object -test-/thread/instrumentation.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
compiling /tmp/ruby/src/trunk_asan/ext/date/date_core.c
compiling /tmp/ruby/src/trunk_asan/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_asan/ext/date/date_parse.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/nofree.c
linking shared-object -test-/tracepoint.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/normalize.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/tracepoint'
linking shared-object -test-/vm/at_exit.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
compiling /tmp/ruby/src/trunk_asan/ext/digest/digest.c
compiling /tmp/ruby/src/trunk_asan/ext/date/date_strftime.c
linking shared-object -test-/struct.so
linking shared-object -test-/scan_args.so
compiling /tmp/ruby/src/trunk_asan/ext/date/date_strptime.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/typeddata'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/vm'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/qsort.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/etc'
compiling /tmp/ruby/src/trunk_asan/ext/etc/etc.c
linking shared-object continuation.so
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/struct'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/rb_interned_str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/rb_str_dup.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/continuation'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/set_len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
compiling /tmp/ruby/src/trunk_asan/ext/fcntl/fcntl.c
compiling /tmp/ruby/src/trunk_asan/ext/io/console/console.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/nonblock'
compiling /tmp/ruby/src/trunk_asan/ext/io/nonblock/nonblock.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/wait'
compiling /tmp/ruby/src/trunk_asan/ext/io/wait/wait.c
linking shared-object coverage.so
linking shared-object cgi/escape.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
compiling /tmp/ruby/src/trunk_asan/ext/monitor/monitor.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
linking shared-object -test-/string.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
compiling /tmp/ruby/src/trunk_asan/ext/objspace/object_tracing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/cgi/escape'
compiling /tmp/ruby/src/trunk_asan/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fcntl'
compiling /tmp/ruby/src/trunk_asan/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/string'
linking shared-object io/nonblock.so
linking shared-object -test-/time.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/nonblock'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_emitter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/time'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_asn1.c
linking shared-object digest.so
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_parser.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/wait'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_bio.c
linking shared-object etc.so
linking shared-object monitor.so
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_to_ruby.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/etc'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_bn.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_digest.c
linking shared-object io/console.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_engine.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_yaml_tree.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk_asan/ext/pty/pty.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof/sizes.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
compiling /tmp/ruby/src/trunk_asan/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk_asan/ext/ripper/eventids2.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk_asan/ext/ripper/ripper.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk_asan/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ocsp.c
linking shared-object pty.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
compiling /tmp/ruby/src/trunk_asan/ext/socket/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/stringio'
compiling /tmp/ruby/src/trunk_asan/ext/stringio/stringio.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
compiling /tmp/ruby/src/trunk_asan/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/constants.c
linking shared-object rbconfig/sizeof.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/zlib'
compiling /tmp/ruby/src/trunk_asan/ext/zlib/zlib.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk_asan/ext/socket/basicsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk_asan/ext/socket/socket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
compiling /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkcs12.c
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'
compiling /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c
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/debug-1.11.0/ext/debug'
compiling /tmp/ruby/src/trunk_asan/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkcs7.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_dsa.c
linking shared-object strscan.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk_asan/ext/socket/udpsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
compiling /tmp/ruby/src/trunk_asan/ext/socket/unixsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_ec.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/unixserver.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk_asan/ext/socket/option.c
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/stringio'
compiling /tmp/ruby/src/trunk_asan/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ssl.c
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/rbs-3.9.5/ext/rbs_extension'
compiling /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/ifaddr.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk_asan/ext/digest/bubblebabble/bubblebabble.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ssl_session.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/md5'
compiling /tmp/ruby/src/trunk_asan/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/md5/md5.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk_asan/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/rmd160/rmd160.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha1/sha1.c
linking shared-object digest/bubblebabble.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha2/sha2.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json/generator'
compiling /tmp/ruby/src/trunk_asan/ext/json/generator/generator.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ts.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json/parser'
compiling /tmp/ruby/src/trunk_asan/ext/json/parser/parser.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509.c
linking shared-object digest/md5.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509attr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/md5'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509crl.c
linking shared-object digest/rmd160.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509ext.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509name.c
linking shared-object digest/sha1.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509req.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509revoked.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509store.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/zlib'
linking shared-object socket.so
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
linking shared-object json/ext/parser.so
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json/parser'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json/generator'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
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 encdb.h
generating enc.mk
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: 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/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
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/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
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/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/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_asan/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk_asan/bin
installing base libraries:          /tmp/ruby/install/trunk_asan/lib
installing arch files:              /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+4/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+4/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+4/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+4/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+4/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+4
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+4
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+4
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+4/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+4
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+4
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+4
                                    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/3.5.0+4
                                    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.3.3
                                    json 2.15.2
                                    openssl 4.0.0.pre
                                    psych 5.2.6
                                    stringio 3.1.8.dev
                                    strscan 3.1.6.dev
                                    zlib 3.2.2
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+4
                                    minitest 5.26.0
                                    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.2
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+4/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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-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=4946
  "--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/756] 512561=json/json_parser_test
[  2/756] 512567=ruby/enc/test_cesu8
[  3/756] 512575=rubygems/test_gem_commands_rebuild_command
[  4/756] 512570=rubygems/test_gem_commands_setup_command
[  5/756] 512576=psych/test_alias_and_anchor
[  6/756] 512568=test_open3
[  7/756] 512563=prism/errors_test
[  8/756] 512566=open-uri/test_ftp
[  9/756] 512571=ruby/test_vm_dump
[ 10/756] 512574=ruby/test_gc_compact
[ 11/756] 512571=psych/test_deprecated
[ 12/756] 512567=-ext-/bignum/test_div
[ 13/756] 512567=-ext-/array/test_resize
[ 14/756] 512572=ruby/test_fiber
[ 15/756] 512573=prism/result/breadth_first_search_test
[ 16/756] 512564=uri/test_generic
[ 17/756] 512562=fiber/test_backtrace
[ 18/756] 512565=openssl/test_random
[ 19/756] 512567=psych/visitors/test_to_ruby
[ 20/756] 512569=rubygems/test_bundled_ca
[ 21/756] 512562=prism/result/static_literals_test
[ 22/756] 512571=-ext-/string/test_capacity
[ 23/756] 512576=-ext-/float/test_nextafter
[ 24/756] 512571=rubygems/test_gem_safe_marshal
[ 25/756] 512567=ruby/test_memory_view
[ 26/756] 512561=prism/test_helper
[ 27/756] 512564=-ext-/string/test_ellipsize
[ 28/756] 512565=ruby/enc/test_utf32
[ 29/756] 512566=-ext-/integer/test_integer
[ 30/756] 512565=optparse/test_noarg
[ 31/756] 512564=-ext-/struct/test_data
[ 32/756] 512564=openssl/test_pkey_ec
[ 33/756] 512573=ruby/test_rand
[ 34/756] 512567=openssl/test_fips
[ 35/756] 512562=rubygems/test_gem_commands_update_command
[ 36/756] 512576=date/test_date_parse
[ 37/756] 512561=lib/!Nothing_to_test
[ 38/756] 512561=prism/result/numeric_value_test
[ 39/756] 512561=ruby/test_keyword
[ 40/756] 512566=rubygems/test_gem_commands_server_command
[ 41/756] 512564=net/http/test_httpheader
[ 42/756] 512575=ruby/test_data
[ 43/756] 512575=net/http/test_http_request
[ 44/756] 512564=openssl/test_provider
[ 45/756] 512576=openssl/test_bn
[ 46/756] 512575=rubygems/test_gem_package_task
[ 47/756] 512573=-ext-/struct/test_len
[ 48/756] 512573=prism/result/implicit_array_test
[ 49/756] 512575=optparse/test_acceptable
[ 50/756] 512573=dtrace/test_function_entry
[ 51/756] 512573=did_you_mean/spell_checking/test_method_name_check
[ 52/756] 512573=rubygems/test_kernel
[ 53/756] 512566=prism/heredoc_dedent_test
[ 54/756] 512576=psych/json/test_stream
[ 55/756] 512576=io/wait/test_ractor
[ 56/756] 512563=openssl/test_ssl_session
[ 57/756] 512576=optparse/test_optarg
[ 58/756] 512567=rubygems/test_gem_resolver_local_specification
[ 59/756] 512566=ruby/test_autoload
[ 60/756] 512565=rubygems/test_gem_commands_exec_command
[ 61/756] 512575=rubygems/test_gem_commands_unpack_command
[ 62/756] 512567=ruby/test_pack
[ 63/756] 512569=psych/test_object
[ 64/756] 512576=rubygems/test_gem_commands_signout_command
[ 65/756] 512571=psych/test_exception
[ 66/756] 512571=rubygems/test_gem_ext_cargo_builder
[ 67/756] 512569=rubygems/test_gem_gem_runner
[ 68/756] 512571=ruby/test_file_exhaustive
[ 69/756] 512570=test_singleton
[ 70/756] 512570=did_you_mean/spell_checking/test_key_name_check
[ 71/756] 512569=ripper/test_ripper
[ 72/756] 512570=date/test_date_marshal
[ 73/756] 512570=openssl/test_ossl
[ 74/756] 512570=rubygems/test_gem_request_set_gem_dependency_api
[ 75/756] 512576=ruby/enc/test_grapheme_breaks
[ 76/756] 512564=ruby/test_syntax
[ 77/756] 512576=ruby/test_assignment
[ 78/756] 512561=ruby/test_array
[ 79/756] 512575=mkmf/test_find_executable
[ 80/756] 512575=error_highlight/test_error_highlight
[ 81/756] 512563=-ext-/load/test_resolve_symbol
[ 82/756] 512570=-ext-/debug/test_profile_frames
[ 83/756] 512563=date/test_date_compat
[ 84/756] 512563=ruby/test_lazy_enumerator
[ 85/756] 512567=ruby/test_backtrace
[ 86/756] 512570=ruby/test_time_tz
[ 87/756] 512573=prism/ruby/string_query_test
[ 88/756] 512573=psych/test_nil
[ 89/756] 512573=-ext-/class/test_class2name
[ 90/756] 512573=json/json_ryu_fallback_test
[ 91/756] 512570=rubygems/test_gem_commands_outdated_command
[ 92/756] 512573=rubygems/test_gem_request_set_lockfile_tokenizer
[ 93/756] 512570=openssl/test_kdf
[ 94/756] 512573=fiber/test_enumerator
[ 95/756] 512573=digest/test_ractor
[ 96/756] 512570=psych/test_psych
[ 97/756] 512570=json/json_coder_test
[ 98/756] 512570=digest/test_digest
[ 99/756] 512569=rubygems/test_gem_uri
[100/756] 512573=test_rbconfig
[101/756] 512569=rubygems/test_gem_package_old
[102/756] 512569=-ext-/debug/test_debug
[103/756] 512569=rubygems/test_gem_commands_help_command
[104/756] 512562=ruby/test_stringchar
[105/756] 512573=-ext-/arith_seq/test_arith_seq_extract
[106/756] 512569=rubygems/test_gem_platform
[107/756] 512563=prism/ractor_test
[108/756] 512565=rubygems/test_gem_uninstaller
[109/756] 512562=psych/test_symbol
[110/756] 512562=prism/result/overlap_test
[111/756] 512569=test_pty
[112/756] 512563=did_you_mean/spell_checking/test_variable_name_check
[113/756] 512567=yaml/test_dbm
[114/756] 512567=rubygems/test_gem_source_vendor
[115/756] 512567=rubygems/test_gem_commands_list_command
[116/756] 512573=uri/test_parser
[117/756] 512567=date/test_date
[118/756] 512563=psych/test_date_time
[119/756] 512567=openssl/test_pkcs12
[120/756] 512573=did_you_mean/tree_spell/test_change_word
[121/756] 512573=-ext-/string/test_modify_expand
[122/756] 512573=rubygems/test_gem_source_installed
[123/756] 512573=rubygems/test_gem_available_set
[124/756] 512573=ruby/enc/test_utf16
[125/756] 512563=rubygems/test_gem_package
[126/756] 512573=ruby/test_enumerator
[127/756] 512569=prism/encoding/string_encoding_test
[128/756] 512562=ruby/test_name_error
[129/756] 512569=-ext-/exception/test_exception_at_throwing
[130/756] 512567=rubygems/test_gem_source
[131/756] 512569=ruby/test_frozen
[132/756] 512569=psych/test_safe_load
[133/756] 512569=rubygems/test_gem_resolver_git_set
[134/756] 512567=did_you_mean/spell_checking/test_class_name_check
[135/756] 512569=ruby/test_string
[136/756] 512567=ruby/enc/test_emoji
[137/756] 512562=ripper/test_files_lib
[138/756] 512567=ruby/test_condition
[139/756] 512567=ruby/enc/test_cp949
[140/756] 512567=erb/test_erb
[141/756] 512565=ruby/test_integer
[142/756] 512567=-ext-/struct/test_duplicate
[143/756] 512567=ruby/test_time
[144/756] 512563=json/json_ext_parser_test
[145/756] 512563=date/test_date_attr
[146/756] 512563=-ext-/test_scan_args
[147/756] 512563=rubygems/test_gem_command_manager
[148/756] 512568=rubygems/test_gem_installer
[149/756] 512567=rubygems/test_gem_source_git
[150/756] 512563=ruby/test_pipe
[151/756] 512563=ruby/enc/test_regex_casefold
[152/756] 512563=rubygems/test_gem_commands_check_command
[153/756] 512563=ruby/test_random_formatter
[154/756] 512563=ripper/test_files_test_1
[155/756] 512567=prism/percent_delimiter_string_test
[156/756] 512574=rubygems/test_gem
[157/756] 512567=prism/api/freeze_test
[158/756] 512567=stringio/test_ractor
[159/756] 512567=ruby/test_float
[160/756] 512576=rubygems/test_gem_remote_fetcher_local_ssl_server
[161/756] 512575=psych/test_yaml_special_cases
[162/756] 512575=rubygems/test_gem_source_list
[163/756] 512575=prism/result/attribute_write_test
[164/756] 512575=psych/test_parser
[165/756] 512575=ruby/test_set
[166/756] 512575=-ext-/stack/test_stack_overflow
[167/756] 512575=test_delegate
[168/756] 512575=ruby/test_proc
[169/756] 512570=optparse/test_cclass
[170/756] 512567=test_shellwords
[171/756] 512567=dtrace/test_singleton_function
[172/756] 512567=did_you_mean/spell_checking/test_uncorrectable_name_check
[173/756] 512567=optparse/test_load
[174/756] 512567=psych/test_omap
[175/756] 512567=ruby/test_marshal
[176/756] 512570=prism/magic_comment_test
[177/756] 512576=zlib/test_zlib
[178/756] 512574=mkmf/test_framework
[179/756] 512574=ruby/enc/test_case_comprehensive
[180/756] 512574=psych/test_ractor
[181/756] 512561=prism/library_symbols_test
[182/756] 512561=psych/test_json_tree
[183/756] 512561=psych/visitors/test_emitter
[184/756] 512561=openssl/test_pkey_dsa
[185/756] 512567=net/http/test_https_proxy
[186/756] 512567=ruby/test_nomethod_error
[187/756] 512567=date/test_date_strptime
[188/756] 512570=open-uri/test_ssl
[189/756] 512575=rubygems/test_gem_commands_info_command
[190/756] 512567=prism/api/command_line_test
[191/756] 512567=ruby/test_io_timeout
[192/756] 512567=date/test_date_new
[193/756] 512561=-ext-/test_bug-3571
[194/756] 512567=ruby/test_system
[195/756] 512575=ruby/enc/test_emoji_breaks
[196/756] 512575=-ext-/test_notimplement
[197/756] 512575=mmtk/test_configuration
[198/756] 512561=ruby/test_comparable
[199/756] 512575=-ext-/box/test_load_ext
[200/756] 512561=ruby/test_dup
[201/756] 512575=ruby/test_require
[202/756] 512574=stringio/test_stringio
[203/756] 512561=resolv/test_dns
[204/756] 512574=openssl/test_x509name
[205/756] 512574=fiber/test_sleep
[206/756] 512561=-ext-/wait/test_wait
[207/756] 512574=psych/test_object_references
[208/756] 512561=ruby/test_alias
[209/756] 512574=rubygems/test_gem_requirement
[210/756] 512562=mkmf/test_sizeof
[211/756] 512574=ruby/test_compile_prism
[212/756] 512570=rubygems/test_gem_commands_build_command
[213/756] 512561=rubygems/test_gem_security
[214/756] 512570=ruby/enc/test_euc_tw
[215/756] 512570=dtrace/test_gc
[216/756] 512570=ruby/test_math
[217/756] 512570=json/json_encoding_test
[218/756] 512570=test_time
[219/756] 512572=ruby/test_super
[220/756] 512567=mkmf/test_libs
[221/756] 512574=prism/onigmo_test
[222/756] 512567=psych/test_struct
[223/756] 512567=ruby/test_ast
[224/756] 512574=-ext-/string/test_rb_str_dup
[225/756] 512574=prism/fuzzer_test
[226/756] 512574=ruby/test_case
[227/756] 512565=-ext-/test_bug-5832
[228/756] 512565=optparse/test_autoconf
[229/756] 512565=optparse/test_did_you_mean
[230/756] 512570=-ext-/popen_deadlock/test_popen_deadlock
[231/756] 512574=rubygems/test_gem_safe_yaml
[232/756] 512574=digest/test_digest_extend
[233/756] 512574=rubygems/test_gem_path_support
[234/756] 512574=prism/result/constant_path_node_test
[235/756] 512574=prism/newline_test
[236/756] 512565=-ext-/gvl/test_ubf_async_safe
[237/756] 512565=psych/test_array
[238/756] 512565=prism/ruby/parser_test
[239/756] 512574=prism/snippets_test
[240/756] 512565=rubygems/test_webauthn_listener_response
[241/756] 512565=psych/test_psych_set
[242/756] 512565=prism/result/heredoc_test
[243/756] 512565=optparse/test_switch
[244/756] 512565=rubygems/test_gem_bundler_version_finder
[245/756] 512565=-ext-/win32/test_console_attr
[246/756] 512565=socket/test_socket
[247/756] 512572=test_timeout
[248/756] 512563=ruby/test_not
[249/756] 512576=test_weakref
[250/756] 512563=rubygems/test_rubygems
[251/756] 512576=rubygems/test_gem_package_tar_writer
[252/756] 512563=prism/ruby/ripper_test
[253/756] 512576=psych/visitors/test_yaml_tree
[254/756] 512576=ruby/enc/test_case_mapping
[255/756] 512576=uri/test_mailto
[256/756] 512572=ruby/test_yjit_exit_locations
[257/756] 512576=rubygems/test_gem_commands_pristine_command
[258/756] 512570=rubygems/test_gem_config_file
[259/756] 512572=psych/test_yamlstore
[260/756] 512561=psych/test_scalar_scanner
[261/756] 512561=ruby/test_io_buffer
[262/756] 512572=-ext-/arith_seq/test_arith_seq_beg_len_step
[263/756] 512570=ruby/test_hash
[264/756] 512572=rubygems/test_gem_resolver_requirement_list
[265/756] 512561=ruby/test_beginendblock
[266/756] 512572=test_ipaddr
[267/756] 512563=ruby/test_arity
[268/756] 512563=ruby/test_trace
[269/756] 512563=-ext-/st/test_numhash
[270/756] 512572=rubygems/test_gem_stream_ui
[271/756] 512563=-ext-/string/test_nofree
[272/756] 512563=openssl/test_pkey_rsa
[273/756] 512572=mkmf/test_egrep_cpp
[274/756] 512572=ruby/test_argf
[275/756] 512568=rubygems/test_gem_resolver_composed_set
[276/756] 512568=date/test_date_conv
[277/756] 512568=rubygems/test_webauthn_poller
[278/756] 512568=ruby/test_yjit
[279/756] 512563=net/http/test_buffered_io
[280/756] 512563=ruby/test_m17n
[281/756] 512561=optparse/test_reqarg
[282/756] 512562=test_unicode_normalize
[283/756] 512565=ruby/test_method
[284/756] 512562=did_you_mean/test_ractor_compatibility
[285/756] 512563=-ext-/econv/test_append
[286/756] 512563=rubygems/test_gem_resolver_lock_set
[287/756] 512563=rubygems/test_gem_console_ui
[288/756] 512563=-ext-/struct/test_member
[289/756] 512563=resolv/test_resource
[290/756] 512563=psych/test_set
[291/756] 512563=rubygems/test_gem_source_fetch_problem
[292/756] 512563=rubygems/test_gem_update_suggestion
[293/756] 512563=ruby/test_m17n_comb
[294/756] 512576=date/test_date_ractor
[295/756] 512562=openssl/test_pair
[296/756] 512561=did_you_mean/test_tree_spell_checker
[297/756] 512561=prism/lex_test
[298/756] 512576=test_bundled_gems
[299/756] 512576=test_tsort
[300/756] 512576=psych/visitors/test_depth_first
[301/756] 512576=openssl/test_ns_spki
[302/756] 512576=ruby/test_integer_comb
[303/756] 512575=prism/result/index_write_test
[304/756] 512575=prism/result/regular_expression_options_test
[305/756] 512575=fiber/test_queue
[306/756] 512575=ruby/test_sleep
[307/756] 512564=prism/result/integer_parse_test
[308/756] 512573=rubygems/test_gem_validator
[309/756] 512573=test_prettyprint
[310/756] 512564=mkmf/test_install
[311/756] 512573=optparse/test_bash_completion
[312/756] 512573=ruby/test_exception
[313/756] 512564=rubygems/test_gem_security_signer
[314/756] 512564=rubygems/test_gem_local_remote_options
[315/756] 512564=rubygems/test_gem_commands_lock_command
[316/756] 512561=ruby/enc/test_euc_kr
[317/756] 512561=ruby/test_threadgroup
[318/756] 512564=-ext-/string/test_set_len
[319/756] 512564=optparse/test_kwargs
[320/756] 512564=io/wait/test_io_wait
[321/756] 512562=ripper/test_lexer
[322/756] 512562=psych/test_merge_keys
[323/756] 512562=-ext-/test_random
[324/756] 512562=openssl/test_x509store
[325/756] 512561=resolv/test_mdns
[326/756] 512561=rubygems/test_gem_ext_configure_builder
[327/756] 512561=ruby/test_dir
[328/756] 512562=cgi/test_cgi_escape
[329/756] 512575=-ext-/exception/test_ensured
[330/756] 512575=-ext-/hash/test_delete
[331/756] 512575=prism/result/comments_test
[332/756] 512575=rubygems/test_config
[333/756] 512575=ruby/test_io_m17n
[334/756] 512562=test_forwardable
[335/756] 512562=dtrace/test_object_create_start
[336/756] 512562=ruby/test_continuation
[337/756] 512561=rubygems/test_project_sanity
[338/756] 512562=ruby/test_env
[339/756] 512561=prism/encoding/regular_expression_encoding_test
[340/756] 512561=ruby/test_zjit
[341/756] 512561=rubygems/test_gem_commands_cleanup_command
[342/756] 512561=-ext-/string/test_interned_str
[343/756] 512561=optparse/test_placearg
[344/756] 512570=openssl/test_pkey_dh
[345/756] 512570=ruby/test_shapes
[346/756] 512570=openssl/test_ocsp
[347/756] 512569=rubygems/test_gem_silent_ui
[348/756] 512569=dtrace/test_require
[349/756] 512569=ruby/test_ifunless
[350/756] 512569=rubygems/test_gem_dependency_list
[351/756] 512561=ripper/test_files_test
[352/756] 512569=rubygems/test_gem_resolver_installer_set
[353/756] 512574=rubygems/test_gem_commands_uninstall_command
[354/756] 512561=prism/result/warnings_test
[355/756] 512561=-ext-/array/test_to_ary_concat
[356/756] 512569=-ext-/test_printf
[357/756] 512569=ruby/test_rubyoptions
[358/756] 512570=-ext-/load/test_stringify_symbols
[359/756] 512570=mkmf/test_configuration
[360/756] 512575=ruby/enc/test_windows_1252
[361/756] 512575=socket/test_udp
[362/756] 512575=prism/ruby/dispatcher_test
[363/756] 512575=-ext-/symbol/test_type
[364/756] 512575=ruby/test_range
[365/756] 512570=prism/encoding/encodings_test
[366/756] 512570=fiber/test_io_buffer
[367/756] 512570=rubygems/test_gem_impossible_dependencies_error
[368/756] 512570=json/json_generator_test
[369/756] 512573=fileutils/test_dryrun
[370/756] 512573=openssl/test_ts
[371/756] 512576=psych/test_emitter
[372/756] 512576=prism/api/parse_stream_test
[373/756] 512574=rubygems/test_gem_resolver_api_set
[374/756] 512576=rubygems/test_gem_source_subpath_problem
[375/756] 512572=test_tmpdir
[376/756] 512574=prism/result/node_id_test
[377/756] 512561=ruby/enc/test_big5
[378/756] 512561=rubygems/test_gem_resolver_activation_request
[379/756] 512561=psych/test_null
[380/756] 512561=fiber/test_scheduler
[381/756] 512572=-ext-/test_ensure_and_callcc
[382/756] 512572=ruby/test_fixnum
[383/756] 512576=fiber/test_timeout
[384/756] 512576=ruby/test_signal
[385/756] 512572=-ext-/iseq_load/test_iseq_load
[386/756] 512565=-ext-/string/test_fstring
[387/756] 512573=did_you_mean/core_ext/test_name_error_extension
[388/756] 512573=rubygems/test_gem_remote_fetcher_s3
[389/756] 512574=psych/test_stringio
[390/756] 512574=rubygems/test_gem_rdoc
[391/756] 512574=prism/api/lex_test
[392/756] 512574=ruby/test_require_lib
[393/756] 512565=rubygems/test_gem_version_option
[394/756] 512565=ripper/test_files_test_2
[395/756] 512573=rubygems/test_gem_request_set
[396/756] 512570=prism/version_test
[397/756] 512570=ruby/test_objectspace
[398/756] 512573=test_trick
[399/756] 512564=-ext-/win32/test_fd_setsize
[400/756] 512564=test_find
[401/756] 512564=prism/locals_test
[402/756] 512564=-ext-/test_recursion
[403/756] 512564=-ext-/string/test_normalize
[404/756] 512564=rubygems/test_gem_commands_owner_command
[405/756] 512575=socket/test_basicsocket
[406/756] 512575=ripper/test_sexp
[407/756] 512575=prism/ruby/pattern_test
[408/756] 512575=rubygems/test_gem_package_tar_header
[409/756] 512575=objspace/test_ractor
[410/756] 512564=rubygems/test_gem_unsatisfiable_dependency_error
[411/756] 512564=fileutils/test_verbose
[412/756] 512564=rubygems/test_gem_ext_builder
[413/756] 512563=ruby/test_box
[414/756] 512575=ruby/test_basicinstructions
[415/756] 512575=-ext-/bignum/test_bigzero
[416/756] 512575=fiber/test_mutex
[417/756] 512575=ruby/test_struct
[418/756] 512575=rubygems/test_gem_resolver_vendor_specification
[419/756] 512575=-ext-/typeddata/test_typeddata
[420/756] 512572=date/test_date_strftime
[421/756] 512563=prism/ruby/compiler_test
[422/756] 512563=strscan/test_ractor
[423/756] 512563=prism/api/parse_success_test
[424/756] 512563=ruby/test_module
[425/756] 512575=rubygems/test_gem_commands_push_command
[426/756] 512562=openssl/test_ssl
[427/756] 512564=win32/test_registry
[428/756] 512564=rubygems/test_deprecate
[429/756] 512564=uri/test_common
[430/756] 512575=ruby/test_optimization
[431/756] 512572=rubygems/test_gem_request_connection_pools
[432/756] 512561=rubygems/test_gem_uri_formatter
[433/756] 512561=ruby/test_sprintf
[434/756] 512564=rubygems/test_gem_doctor
[435/756] 512564=socket/test_ancdata
[436/756] 512564=ruby/test_weakmap
[437/756] 512572=ruby/test_rubyvm
[438/756] 512572=-ext-/exception/test_data_error
[439/756] 512576=rubygems/test_gem_resolver_dependency_request
[440/756] 512561=ripper/test_scanner_events
[441/756] 512576=-ext-/string/test_external_new
[442/756] 512572=-ext-/test_abi
[443/756] 512576=ruby/enc/test_euc_jp
[444/756] 512576=rubygems/test_webauthn_listener
[445/756] 512561=-ext-/thread/test_lock_native_thread
[446/756] 512576=rubygems/test_gem_package_tar_reader_entry
[447/756] 512561=optparse/test_zsh_completion
[448/756] 512561=-ext-/string/test_enc_str_buf_cat
[449/756] 512561=mkmf/test_have_func
[450/756] 512576=mkmf/test_constant
[451/756] 512572=rubygems/test_gem_security_trust_dir
[452/756] 512572=ruby/test_default_gems
[453/756] 512572=ruby/test_encoding
[454/756] 512573=dtrace/test_load
[455/756] 512573=json/json_fixtures_test
[456/756] 512573=rubygems/test_gem_resolver_specification
[457/756] 512573=psych/nodes/test_enumerable
[458/756] 512573=-ext-/proc/test_bmethod
[459/756] 512573=-ext-/test_bug-14834
[460/756] 512573=prism/ruby/ruby_parser_test
[461/756] 512573=openssl/test_buffering
[462/756] 512573=resolv/test_svcb_https
[463/756] 512561=socket/test_addrinfo
[464/756] 512573=openssl/test_x509cert
[465/756] 512561=-ext-/funcall/test_passing_block
[466/756] 512561=uri/test_http
[467/756] 512561=ruby/test_whileuntil
[468/756] 512561=ruby/test_transcode
[469/756] 512572=mkmf/test_flags
[470/756] 512574=openssl/test_asn1
[471/756] 512574=json/json_string_matching_test
[472/756] 512574=rubygems/test_gem_ext_rake_builder
[473/756] 512565=monitor/test_monitor
[474/756] 512573=-ext-/rational/test_rat
[475/756] 512565=test_extlibs
[476/756] 512573=rubygems/test_gem_version
[477/756] 512573=rubygems/test_gem_commands_stale_command
[478/756] 512573=prism/ruby/tunnel_test
[479/756] 512573=rubygems/test_gem_text
[480/756] 512573=ruby/test_settracefunc
[481/756] 512572=rubygems/test_gem_stub_specification
[482/756] 512574=ruby/test_method_cache
[483/756] 512574=ruby/test_path
[484/756] 512572=test_pp
[485/756] 512574=socket/test_tcp
[486/756] 512572=ruby/test_sprintf_comb
[487/756] 512574=ruby/test_object_id
[488/756] 512572=prism/unescape_test
[489/756] 512576=openssl/test_x509ext
[490/756] 512572=psych/test_data
[491/756] 512576=ripper/test_files_ext
[492/756] 512572=rubygems/test_gem_commands_query_command
[493/756] 512563=prism/result/equality_test
[494/756] 512563=prism/result/static_inspect_test
[495/756] 512563=-ext-/symbol/test_inadvertent_creation
[496/756] 512570=-ext-/thread/test_instrumentation_api
[497/756] 512576=-ext-/vm/test_at_exit
[498/756] 512576=ruby/test_complex
[499/756] 512563=prism/result/source_location_test
[500/756] 512561=did_you_mean/spell_checking/test_require_path_check
[501/756] 512563=-ext-/bignum/test_mul
[502/756] 512563=mkmf/test_mkmf
[503/756] 512561=-ext-/test_enumerator_kw
[504/756] 512561=ruby/test_mixed_unicode_escapes
[505/756] 512563=ruby/test_complexrational
[506/756] 512561=rubygems/test_gem_commands_fetch_command
[507/756] 512563=openssl/test_pkcs7
[508/756] 512574=io/nonblock/test_flush
[509/756] 512574=rubygems/test_gem_dependency_installer
[510/756] 512561=ruby/test_refinement
[511/756] 512576=rubygems/test_gem_name_tuple
[512/756] 512572=ruby/test_warning
[513/756] 512576=ruby/enc/test_gbk
[514/756] 512576=rubygems/test_gem_specification
[515/756] 512573=ruby/enc/test_gb18030
[516/756] 512573=rubygems/test_gem_package_tar_reader
[517/756] 512573=psych/test_class
[518/756] 512573=openssl/test_x509crl
[519/756] 512572=strscan/test_stringscanner
[520/756] 512572=psych/test_numeric
[521/756] 512572=yaml/test_store
[522/756] 512572=ruby/test_insns_leaf
[523/756] 512572=ruby/test_iseq
[524/756] 512563=prism/api/dump_test
[525/756] 512573=-ext-/string/test_enc_associate
[526/756] 512570=ruby/test_gc
[527/756] 512564=ruby/test_allocation
[528/756] 512573=prism/ruby/location_test
[529/756] 512565=openssl/test_x509req
[530/756] 512573=rubygems/test_gem_commands_open_command
[531/756] 512573=psych/test_tree_builder
[532/756] 512573=net/protocol/test_protocol
[533/756] 512562=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[534/756] 512573=-ext-/load/test_protect
[535/756] 512573=ruby/test_complex2
[536/756] 512565=ruby/enc/test_iso_8859
[537/756] 512573=openssl/test_x509attr
[538/756] 512573=-ext-/win32/test_dln
[539/756] 512573=-ext-/string/test_coderange
[540/756] 512562=open-uri/test_open-uri
[541/756] 512573=-ext-/bignum/test_big2str
[542/756] 512565=mkmf/test_pkg_config
[543/756] 512573=ruby/test_string_memory
[544/756] 512565=prism/regexp_test
[545/756] 512565=-ext-/bignum/test_str2big
[546/756] 512565=ruby/test_rational
[547/756] 512573=ruby/test_regexp
[548/756] 512562=prism/newline_offsets_test
[549/756] 512576=rubygems/test_gem_commands_contents_command
[550/756] 512572=ruby/test_readpartial
[551/756] 512576=psych/test_scalar
[552/756] 512576=rubygems/test_gem_resolver_conflict
[553/756] 512576=ruby/test_thread_cv
[554/756] 512572=psych/test_yamldbm
[555/756] 512572=json/test_helper
[556/756] 512572=resolv/test_win32_config
[557/756] 512572=rubygems/test_gem_resolver_best_set
[558/756] 512572=mkmf/test_convertible
[559/756] 512565=resolv/test_addr
[560/756] 512562=ruby/test_eval
[561/756] 512574=-ext-/file/test_stat
[562/756] 512576=ripper/test_parser_events
[563/756] 512574=prism/ruby/relocation_test
[564/756] 512565=ruby/enc/test_windows_1251
[565/756] 512565=-ext-/bug_reporter/test_bug_reporter
[566/756] 512574=did_you_mean/test_spell_checker
[567/756] 512574=fiber/test_ractor
[568/756] 512576=psych/test_document
[569/756] 512574=psych/test_yaml
[570/756] 512576=mkmf/test_config
[571/756] 512563=psych/test_boolean
[572/756] 512563=rubygems/test_gem_commands_specification_command
[573/756] 512574=-ext-/iter/test_yield_block
[574/756] 512574=psych/handlers/test_recorder
[575/756] 512574=rubygems/test_gem_commands_signin_command
[576/756] 512563=socket/test_nonblock
[577/756] 512565=openssl/test_pkey
[578/756] 512563=ruby/test_primitive
[579/756] 512563=rubygems/test_gem_request
[580/756] 512574=prism/ruby/parameters_signature_test
[581/756] 512574=rubygems/test_gem_resolver_api_specification
[582/756] 512574=optparse/test_getopts
[583/756] 512574=ruby/test_literal
[584/756] 512565=ruby/test_arithmetic_sequence
[585/756] 512565=rubygems/test_gem_commands_search_command
[586/756] 512565=ruby/test_pattern_matching
[587/756] 512565=fiber/test_thread
[588/756] 512565=psych/test_encoding
[589/756] 512565=ruby/test_lambda
[590/756] 512563=ruby/test_file
[591/756] 512565=prism/bom_test
[592/756] 512576=socket/test_sockopt
[593/756] 512565=ruby/test_frozen_error
[594/756] 512576=rubygems/test_gem_commands_install_command
[595/756] 512565=rubygems/test_gem_ext_cargo_builder_unit
[596/756] 512565=ruby/test_stack
[597/756] 512562=optparse/test_summary
[598/756] 512562=ruby/test_flip
[599/756] 512562=fileutils/test_nowrite
[600/756] 512562=ruby/test_thread_queue
[601/756] 512568=test_securerandom
[602/756] 512568=-ext-/st/test_foreach
[603/756] 512568=ruby/test_econv
[604/756] 512565=openssl/test_digest
[605/756] 512565=ruby/test_variable
[606/756] 512563=-ext-/string/test_cstr
[607/756] 512576=rubygems/test_gem_resolver_lock_specification
[608/756] 512576=fiber/test_address_resolve
[609/756] 512574=uri/test_wss
[610/756] 512576=-ext-/iter/test_iter_break
[611/756] 512576=ruby/test_parse
[612/756] 512574=mkmf/test_have_macro
[613/756] 512562=ruby/test_process
[614/756] 512574=-ext-/num2int/test_num2int
[615/756] 512574=rubygems/test_gem_source_local
[616/756] 512568=prism/result/string_test
[617/756] 512568=-ext-/path_to_class/test_path_to_class
[618/756] 512568=fiber/test_storage
[619/756] 512568=json/json_addition_test
[620/756] 512572=dtrace/test_cmethod
[621/756] 512572=-ext-/string/test_qsort
[622/756] 512568=rubygems/test_gem_ext_ext_conf_builder
[623/756] 512572=rubygems/test_gem_commands_dependency_command
[624/756] 512574=psych/test_serialize_subclasses
[625/756] 512563=ruby/test_const
[626/756] 512563=ruby/test_class
[627/756] 512574=prism/api/parse_comments_test
[628/756] 512574=rubygems/test_gem_dependency
[629/756] 512572=dtrace/test_method_cache
[630/756] 512572=ruby/test_iterator
[631/756] 512574=psych/test_marshalable
[632/756] 512574=rubygems/test_gem_resolver_index_specification
[633/756] 512572=dtrace/test_string
[634/756] 512572=-ext-/eval/test_eval
[635/756] 512576=fiber/test_process
[636/756] 512572=ruby/test_object
[637/756] 512574=fileutils/test_fileutils
[638/756] 512576=rubygems/test_gem_commands_cert_command
[639/756] 512574=fiber/test_io
[640/756] 512565=prism/result/named_capture_test
[641/756] 512565=rubygems/test_gem_resolver_git_specification
[642/756] 512561=ruby/test_dir_m17n
[643/756] 512574=rubygems/test_remote_fetch_error
[644/756] 512574=pathname/test_pathname
[645/756] 512565=coverage/test_coverage
[646/756] 512571=json/json_common_interface_test
[647/756] 512571=psych/test_stream
[648/756] 512571=ruby/test_bignum
[649/756] 512574=prism/ruby/reflection_test
[650/756] 512574=did_you_mean/tree_spell/test_human_typo
[651/756] 512574=-ext-/load/test_dot_dot
[652/756] 512574=json/ractor_test
[653/756] 512571=rubygems/test_gem_request_set_lockfile
[654/756] 512574=fiber/test_io_close
[655/756] 512574=-ext-/postponed_job/test_postponed_job
[656/756] 512575=rubygems/test_exit
[657/756] 512572=did_you_mean/spell_checking/test_pattern_key_name_check
[658/756] 512575=did_you_mean/edit_distance/test_jaro_winkler
[659/756] 512575=rubygems/test_gem_commands_yank_command
[660/756] 512572=rubygems/test_gem_resolver
[661/756] 512568=rubygems/test_gem_remote_fetcher
[662/756] 512571=rubygems/test_gem_gemcutter_utilities
[663/756] 512575=rubygems/test_gem_util
[664/756] 512576=openssl/test_config
[665/756] 512572=test_tempfile
[666/756] 512571=rubygems/test_gem_command
[667/756] 512576=-ext-/marshal/test_usrmarshal
[668/756] 512571=ruby/test_weakkeymap
[669/756] 512575=net/http/test_httpresponse
[670/756] 512575=ruby/test_inlinecache
[671/756] 512568=-ext-/exception/test_enc_raise
[672/756] 512568=openssl/test_engine
[673/756] 512568=ruby/test_key_error
[674/756] 512568=ruby/test_metaclass
[675/756] 512568=ruby/test_numeric
[676/756] 512574=ruby/test_io
[677/756] 512575=uri/test_ws
[678/756] 512575=io/console/test_io_console
[679/756] 512568=date/test_date_arith
[680/756] 512568=ruby/test_undef
[681/756] 512568=rubygems/test_gem_commands_sources_command
[682/756] 512576=rubygems/test_gem_spec_fetcher
[683/756] 512576=io/console/test_ractor
[684/756] 512572=prism/ruby/desugar_compiler_test
[685/756] 512572=openssl/test_hmac
[686/756] 512576=mkmf/test_signedness
[687/756] 512572=-ext-/marshal/test_internal_ivar
[688/756] 512572=rubygems/test_gem_commands_mirror
[689/756] 512572=prism/encoding/symbol_encoding_test
[690/756] 512572=-ext-/integer/test_my_integer
[691/756] 512572=rubygems/test_gem_commands_environment_command
[692/756] 512565=-ext-/tracepoint/test_tracepoint
[693/756] 512572=dtrace/test_array_create
[694/756] 512572=rubygems/test_gem_resolver_installed_specification
[695/756] 512572=pathname/test_ractor
[696/756] 512568=-ext-/time/test_new
[697/756] 512568=psych/test_hash
[698/756] 512568=openssl/test_cipher
[699/756] 512572=rubygems/test_gem_source_lock
[700/756] 512568=uri/test_ldap
[701/756] 512568=rubygems/test_gem_remote_fetcher_local_server
[702/756] 512572=etc/test_etc
[703/756] 512568=-ext-/gvl/test_last_thread
[704/756] 512565=ruby/test_symbol
[705/756] 512572=optparse/test_optparse
[706/756] 512571=psych/test_coder
[707/756] 512571=socket/test_unix
[708/756] 512568=rubygems/test_gem_source_specific_file
[709/756] 512571=prism/api/parse_test
[710/756] 512572=ruby/test_enum
[711/756] 512568=rubygems/test_gem_commands_which_command
[712/756] 512571=uri/test_ftp
[713/756] 512571=net/http/test_httpresponses
[714/756] 512568=prism/result/integer_base_flags_test
[715/756] 512568=ruby/test_unicode_escape
[716/756] 512575=mkmf/test_have_library
[717/756] 512571=net/http/test_https
[718/756] 512568=rubygems/test_require
[719/756] 512561=erb/test_erb_command
[720/756] 512561=rubygems/test_gem_resolver_vendor_set
[721/756] 512561=ruby/test_fnmatch
[722/756] 512561=ruby/enc/test_koi8
[723/756] 512561=erb/test_erb_m17n
[724/756] 512561=ruby/test_clone
[725/756] 512576=objspace/test_objspace
[726/756] 512561=ripper/test_filter
[727/756] 512561=rubygems/test_gem_ext_cmake_builder
[728/756] 512561=-ext-/string/test_too_many_dummy_encodings
[729/756] 512561=net/http/test_http
[730/756] 512575=prism/fixtures_test
[731/756] 512575=ruby/test_rational2
[732/756] 512575=rubygems/test_gem_dependency_resolution_error
[733/756] 512575=ruby/enc/test_shift_jis
[734/756] 512575=ruby/test_yield
[735/756] 512564=rubygems/test_gem_request_set_lockfile_parser
[736/756] 512564=rubygems/test_gem_ci_detector
[737/756] 512564=io/wait/test_io_wait_uncommon
[738/756] 512564=psych/test_string
[739/756] 512568=open-uri/test_proxy
[740/756] 512564=dtrace/test_raise
[741/756] 512564=ruby/test_ractor
[742/756] 512569=-ext-/method/test_arity
[743/756] 512569=-ext-/st/test_update
[744/756] 512568=ripper/test_files_sample
[745/756] 512569=ruby/enc/test_case_options
[746/756] 512569=rubygems/test_gem_resolver_index_set
[747/756] 512569=uri/test_file
[748/756] 512569=rubygems/test_gem_install_update_options
[749/756] 512568=rubygems/test_gem_security_policy
[750/756] 512572=json/json_generic_object_test
[751/756] 512572=dtrace/test_hash_create
[752/756] 512572=ruby/test_thread
[753/756] 512569=ruby/test_call
[754/756] 512569=ruby/test_defined
[755/756] 512568=-ext-/bignum/test_pack
[756/756] 512571=date/test_switch_hitter
$$$ #<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
   1022  509608    1021    1021 pts/0       1021 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
 509608  509611    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.20251107-041751 --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
 509611  509612    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.20251107-041751 --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
 509612  512228    1021    1021 pts/0       1021 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
 512228  512229    1021    1021 pts/0       1021 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
 512229  512558    1021    1021 pts/0       1021 Sl+   1000   0:21 /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
 512558  512566    1021    1021 pts/0       1021 Sl+   1000   0:02 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
 512566  513117    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
 512566  513134    1021    1021 pts/0       1021 Z+    1000   0:00 [test_autoload.*] <defunct>
 512566  513138    1021    1021 pts/0       1021 Z+    1000   0:00 [test_autoload.*] <defunct>
      1  584441    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 1164625    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
 509612 1245835    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=>[509608], 509608=>[509611], 509611=>[509612], 509612=>[512228, 1245835], 512228=>[512229], 512229=>[512558], 512558=>[512566], 512566=>[513117, 513134, 513138]}
$ timeout 60 gdb -p 513117 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 513119]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=128, cancel=true, abstime=0x0, op=265, expected=513119, futex_word=0x7e2a9c7ff990) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                            Frame 
* 1    Thread 0x7e2a92dfe6c0 (LWP 513117) "test_autoload.*" 0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=128, cancel=true, abstime=0x0, op=265, expected=513119, futex_word=0x7e2a9c7ff990) at ./nptl/futex-internal.c:57
  2    Thread 0x7e2a9c7ff6c0 (LWP 513119) "test_autoload.*" 0x00006028e33b2ede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Machine level backtrace


Thread 2 (Thread 0x7e2a9c7ff6c0 (LWP 513119) "test_autoload.*"):
#0  0x00006028e33b2ede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00006028e33b3e9a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00006028e3302710 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x00006028e3302589 in __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Refill(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long) ()
No symbol table info available.
#4  0x00006028e33021b5 in __sanitizer::CombinedAllocator<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >, __sanitizer::LargeMmapAllocatorPtrArrayDynamic>::Allocate(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >*, unsigned long, unsigned long) ()
No symbol table info available.
#5  0x00006028e32fd1be in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x00006028e32fda3a in __asan::asan_realloc(void*, unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x00006028e339934d in __interceptor_realloc ()
No symbol table info available.
#8  0x00007e2ab889df7a in __pthread_getattr_np (thread_id=138721479358144, attr=0x7e2a9c7fec98) at ./nptl/pthread_getattr_np.c:180
        newp = <optimized out>
        size = 32
        cpuset = 0x0
        thread = 0x7e2a9c7ff6c0
        ret = <optimized out>
        iattr = 0x7e2a9c7fec98
#9  0x00006028e33bdb99 in __sanitizer::GetThreadStackTopAndBottom(bool, unsigned long*, unsigned long*) ()
No symbol table info available.
#10 0x00006028e33be0e8 in __sanitizer::GetThreadStackAndTls(bool, unsigned long*, unsigned long*, unsigned long*, unsigned long*) ()
No symbol table info available.
#11 0x00006028e33a6ab2 in __asan::AsanThread::SetThreadStackAndTls(__asan::AsanThread::InitOptions const*) ()
No symbol table info available.
#12 0x00006028e33a672c in __asan::AsanThread::Init(__asan::AsanThread::InitOptions const*) ()
No symbol table info available.
#13 0x00006028e33a6bb6 in __asan::AsanThread::ThreadStart(unsigned long long) ()
No symbol table info available.
#14 0x00006028e3396b2f in asan_thread_start(void*) ()
No symbol table info available.
#15 0x00007e2ab889caa4 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 = {138721479358144, -6897916814314602286, 138721479358144, -352, 0, 138721317863568, -6897916814293630766, -6897855637580971822}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#16 0x00007e2ab8929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7e2a92dfe6c0 (LWP 513117) "test_autoload.*"):
#0  0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=128, cancel=true, abstime=0x0, op=265, expected=513119, futex_word=0x7e2a9c7ff990) 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=128, abstime=0x0, clockid=0, expected=513119, futex_word=0x7e2a9c7ff990) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 265
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7e2a9c7ff990, expected=513119, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=128) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007e2ab889e7a3 in __pthread_clockjoin_ex (threadid=138721479358144, thread_return=0x0, clockid=0, abstime=0x0, block=<optimized out>) at ./nptl/pthread_join_common.c:102
        ret = <optimized out>
        _buffer = {__routine = 0x7e2ab889e650 <cleanup>, __arg = 0x7e2a9c7ffce0, __canceltype = -1830820288, __prev = 0x0}
        tid = <optimized out>
        pd = 0x7e2a9c7ff6c0
        self = <optimized out>
        result = 0
        pd_result = <optimized out>
#4  0x00006028e337ea72 in __interceptor_pthread_join ()
No symbol table info available.
#5  0x00006028e37109be in native_stop_timer_thread () at /tmp/ruby/src/trunk_asan/thread_pthread.c:3189
No locals.
#6  rb_thread_stop_timer_thread () at /tmp/ruby/src/trunk_asan/thread.c:4871
No locals.
#7  0x00006028e33dd21b in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:264
        save_error = 4
        sysex = 0
        signaled = 0
        th0 = 0x515000192880
        step = 4
        message = 4
        th = 0x515000192880
        buf = <optimized out>
        state = <optimized out>
#8  0x00006028e33dc854 in ruby_cleanup (ex=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:180
No locals.
#9  0x00006028e33dd76b in ruby_stop (ex=-1669334640, ex@entry=0) at /tmp/ruby/src/trunk_asan/eval.c:292
No locals.
#10 0x00006028e357717d in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4291
        status = <optimized out>
        pid = <optimized out>
#11 0x00006028e3806128 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 = 0x656100040001
        cc = <optimized out>
        me = 0x7e2a9568e0c8
        cfunc = 0x506000049288
        recv = 138721368704000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x00006028e37eba15 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7e2a92dfd400) 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>
#13 0x00006028e37eb4a5 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
#14 0x00006028e37a013f in vm_sendish (ec=0x5160038f94d0, reg_cfp=0x7e2a910ee790, cd=0x5020006f6bf0, 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>
#15 vm_exec_core (ec=ec@entry=0x5160038f94d0) at ../../src/trunk_asan/insns.def:854
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x5020006f6bf0
        insns_address_table = {0x6028e379bd06 <vm_exec_core+1494>, 0x6028e379d00d <vm_exec_core+6365>, 0x6028e37a2231 <vm_exec_core+27393>, 0x6028e379cb7f <vm_exec_core+5199>, 0x6028e37a2fe2 <vm_exec_core+30898>, 0x6028e37a0ded <vm_exec_core+22205>, 0x6028e379e9fe <vm_exec_core+13006>, 0x6028e379be6e <vm_exec_core+1854>, 0x6028e37a2824 <vm_exec_core+28916>, 0x6028e37a256c <vm_exec_core+28220>, 0x6028e379cdfc <vm_exec_core+5836>, 0x6028e379c35e <vm_exec_core+3118>, 0x6028e37a14e6 <vm_exec_core+23990>, 0x6028e379d903 <vm_exec_core+8659>, 0x6028e37a2a25 <vm_exec_core+29429>, 0x6028e37a26ce <vm_exec_core+28574>, 0x6028e379dff1 <vm_exec_core+10433>, 0x6028e379e98d <vm_exec_core+12893>, 0x6028e37a1045 <vm_exec_core+22805>, 0x6028e37a2645 <vm_exec_core+28437>, 0x6028e37a0460 <vm_exec_core+19760>, 0x6028e37a10ce <vm_exec_core+22942>, 0x6028e37a1b87 <vm_exec_core+25687>, 0x6028e37a039d <vm_exec_core+19565>, 0x6028e379c29b <vm_exec_core+2923>, 0x6028e37a0af0 <vm_exec_core+21440>, 0x6028e379c12e <vm_exec_core+2558>, 0x6028e379c564 <vm_exec_core+3636>, 0x6028e379e274 <vm_exec_core+11076>, 0x6028e379ff6a <vm_exec_core+18490>, 0x6028e37a0989 <vm_exec_core+21081>, 0x6028e379fc0f <vm_exec_core+17631>, 0x6028e379bd3a <vm_exec_core+1546>, 0x6028e37a1db7 <vm_exec_core+26247>, 0x6028e37a2497 <vm_exec_core+28007>, 0x6028e379c70b <vm_exec_core+4059>, 0x6028e379d2b7 <vm_exec_core+7047>, 0x6028e379cf75 <vm_exec_core+6213>, 0x6028e379d9f2 <vm_exec_core+8898>, 0x6028e379e829 <vm_exec_core+12537>, 0x6028e379c7b2 <vm_exec_core+4226>, 0x6028e37a1c1f <vm_exec_core+25839>, 0x6028e379d241 <vm_exec_core+6929>, 0x6028e379e6d7 <vm_exec_core+12199>, 0x6028e379f19e <vm_exec_core+14958>, 0x6028e37a157c <vm_exec_core+24140>, 0x6028e37a0622 <vm_exec_core+20210>, 0x6028e379dccc <vm_exec_core+9628>, 0x6028e379d54e <vm_exec_core+7710>, 0x6028e37a13d2 <vm_exec_core+23714>, 0x6028e379e454 <vm_exec_core+11556>, 0x6028e37a0bef <vm_exec_core+21695>, 0x6028e37a0694 <vm_exec_core+20324>, 0x6028e37a0ca6 <vm_exec_core+21878>, 0x6028e37a2169 <vm_exec_core+27193>, 0x6028e379fa21 <vm_exec_core+17137>, 0x6028e37a1635 <vm_exec_core+24325>, 0x6028e379ba88 <vm_exec_core+856>, 0x6028e37a1163 <vm_exec_core+23091>, 0x6028e379ddeb <vm_exec_core+9915>, 0x6028e37a02f8 <vm_exec_core+19400>, 0x6028e37a0538 <vm_exec_core+19976>, 0x6028e379edd2 <vm_exec_core+13986>, 0x6028e379c618 <vm_exec_core+3816>, 0x6028e379e199 <vm_exec_core+10857>, 0x6028e379d7d6 <vm_exec_core+8358>, 0x6028e37a0d24 <vm_exec_core+22004>, 0x6028e379c943 <vm_exec_core+4627>, 0x6028e379eb7f <vm_exec_core+13391>, 0x6028e379f4cf <vm_exec_core+15775>, 0x6028e379dad0 <vm_exec_core+9120>, 0x6028e37a94d9 <vm_exec_core+56745>, 0x6028e379d4a5 <vm_exec_core+7541>, 0x6028e379d39d <vm_exec_core+7277>, 0x6028e379d6a8 <vm_exec_core+8056>, 0x6028e379e093 <vm_exec_core+10595>, 0x6028e379fe0e <vm_exec_core+18142>, 0x6028e379f259 <vm_exec_core+15145>, 0x6028e37a0a08 <vm_exec_core+21208>, 0x6028e379f6b5 <vm_exec_core+16261>, 0x6028e37a1ce0 <vm_exec_core+26032>, 0x6028e37a3287 <vm_exec_core+31575>, 0x6028e37a1f24 <vm_exec_core+26612>, 0x6028e37a2b75 <vm_exec_core+29765>, 0x6028e37a2c66 <vm_exec_core+30006>, 0x6028e379c1c0 <vm_exec_core+2704>, 0x6028e37a274d <vm_exec_core+28701>, 0x6028e379e379 <vm_exec_core+11337>, 0x6028e37a2948 <vm_exec_core+29208>, 0x6028e379deba <vm_exec_core+10122>, 0x6028e37a1e5b <vm_exec_core+26411>, 0x6028e379c057 <vm_exec_core+2343>, 0x6028e379c83d <vm_exec_core+4365>, 0x6028e37a2eaa <vm_exec_core+30586>, 0x6028e379e75d <vm_exec_core+12333>, 0x6028e379e55a <vm_exec_core+11818>, 0x6028e379ba8d <vm_exec_core+861>, 0x6028e379bf7a <vm_exec_core+2122>, 0x6028e379bb13 <vm_exec_core+995>, 0x6028e37a2013 <vm_exec_core+26851>, 0x6028e379f8de <vm_exec_core+16814>, 0x6028e379efa2 <vm_exec_core+14450>, 0x6028e379f7ba <vm_exec_core+16522>, 0x6028e379f406 <vm_exec_core+15574>, 0x6028e379e5ef <vm_exec_core+11967>, 0x6028e379eead <vm_exec_core+14205>, 0x6028e379e879 <vm_exec_core+12617>, 0x6028e379f0bc <vm_exec_core+14732>, 0x6028e379f12d <vm_exec_core+14845>, 0x6028e379bcf7 <vm_exec_core+1479>, 0x6028e379cffe <vm_exec_core+6350>, 0x6028e37a2222 <vm_exec_core+27378>, 0x6028e379cb70 <vm_exec_core+5184>, 0x6028e37a2fd3 <vm_exec_core+30883>, 0x6028e37a0dde <vm_exec_core+22190>, 0x6028e379e9ef <vm_exec_core+12991>, 0x6028e379be5f <vm_exec_core+1839>, 0x6028e37a2815 <vm_exec_core+28901>, 0x6028e37a255d <vm_exec_core+28205>, 0x6028e379cded <vm_exec_core+5821>, 0x6028e379c34f <vm_exec_core+3103>, 0x6028e37a14d7 <vm_exec_core+23975>, 0x6028e379d8f4 <vm_exec_core+8644>, 0x6028e37a2a16 <vm_exec_core+29414>, 0x6028e37a26bf <vm_exec_core+28559>, 0x6028e379dfe2 <vm_exec_core+10418>, 0x6028e379e97e <vm_exec_core+12878>, 0x6028e37a1036 <vm_exec_core+22790>, 0x6028e37a2636 <vm_exec_core+28422>, 0x6028e37a0451 <vm_exec_core+19745>, 0x6028e37a10bf <vm_exec_core+22927>, 0x6028e37a1b78 <vm_exec_core+25672>, 0x6028e37a038e <vm_exec_core+19550>, 0x6028e379c28c <vm_exec_core+2908>, 0x6028e37a0ae1 <vm_exec_core+21425>, 0x6028e379c11f <vm_exec_core+2543>, 0x6028e379c555 <vm_exec_core+3621>, 0x6028e379e265 <vm_exec_core+11061>, 0x6028e379ff5b <vm_exec_core+18475>, 0x6028e37a097a <vm_exec_core+21066>, 0x6028e379fc00 <vm_exec_core+17616>, 0x6028e379bd2b <vm_exec_core+1531>, 0x6028e37a1da8 <vm_exec_core+26232>, 0x6028e37a2488 <vm_exec_core+27992>, 0x6028e379c6fc <vm_exec_core+4044>, 0x6028e379d2a8 <vm_exec_core+7032>, 0x6028e379cf66 <vm_exec_core+6198>, 0x6028e379d9e3 <vm_exec_core+8883>, 0x6028e379e81a <vm_exec_core+12522>, 0x6028e379c7a3 <vm_exec_core+4211>, 0x6028e37a1c10 <vm_exec_core+25824>, 0x6028e379d232 <vm_exec_core+6914>, 0x6028e379e6c8 <vm_exec_core+12184>, 0x6028e379f18f <vm_exec_core+14943>, 0x6028e37a156d <vm_exec_core+24125>, 0x6028e37a0613 <vm_exec_core+20195>, 0x6028e379dcbd <vm_exec_core+9613>, 0x6028e379d53f <vm_exec_core+7695>, 0x6028e37a13c3 <vm_exec_core+23699>, 0x6028e379e445 <vm_exec_core+11541>, 0x6028e37a0be0 <vm_exec_core+21680>, 0x6028e37a0685 <vm_exec_core+20309>, 0x6028e37a0c97 <vm_exec_core+21863>, 0x6028e37a215a <vm_exec_core+27178>, 0x6028e379fa12 <vm_exec_core+17122>, 0x6028e37a1626 <vm_exec_core+24310>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e37a1154 <vm_exec_core+23076>, 0x6028e379dddc <vm_exec_core+9900>, 0x6028e37a02e9 <vm_exec_core+19385>, 0x6028e37a0529 <vm_exec_core+19961>, 0x6028e379edc3 <vm_exec_core+13971>, 0x6028e379ff56 <vm_exec_core+18470>, 0x6028e379e18a <vm_exec_core+10842>, 0x6028e379d7c7 <vm_exec_core+8343>, 0x6028e37a0d15 <vm_exec_core+21989>, 0x6028e379c934 <vm_exec_core+4612>, 0x6028e379eb70 <vm_exec_core+13376>, 0x6028e379f4c0 <vm_exec_core+15760>, 0x6028e379dac1 <vm_exec_core+9105>, 0x6028e37a94ca <vm_exec_core+56730>, 0x6028e379d496 <vm_exec_core+7526>, 0x6028e379d38e <vm_exec_core+7262>, 0x6028e379d699 <vm_exec_core+8041>, 0x6028e379e084 <vm_exec_core+10580>, 0x6028e379fdff <vm_exec_core+18127>, 0x6028e379f24a <vm_exec_core+15130>, 0x6028e379fdfa <vm_exec_core+18122>, 0x6028e37a060e <vm_exec_core+20190>, 0x6028e37a0609 <vm_exec_core+20185>, 0x6028e379d694 <vm_exec_core+8036>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e379e7e3 <vm_exec_core+12467>, 0x6028e379e7e8 <vm_exec_core+12472>, 0x6028e37a0604 <vm_exec_core+20180>, 0x6028e37a044c <vm_exec_core+19740>, 0x6028e379f4bb <vm_exec_core+15755>, 0x6028e379f3f2 <vm_exec_core+15554>, 0x6028e37a04fb <vm_exec_core+19915>, 0x6028e379f8c5 <vm_exec_core+16789>...}
        reg_cfp = 0x7e2a910ee790
        reg_pc = 0x50400050abf0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#16 0x00006028e3796932 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160038f94d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#17 0x00006028e37da44b in invoke_iseq_block_from_c (ec=0x5160038f94d0, captured=<optimized out>, self=138721368704000, 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 = 0x7e2ab7b51a98
        cfp = 0x7e2a910ee7c8
        sp = 0x7e2a90fee818
        use_argv = <optimized out>
        stack_argv = 0x7e2a90fee818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#18 invoke_block_from_c_proc (ec=0x5160038f94d0, self=138721368704000, 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>
#19 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1938
No locals.
#20 0x00006028e37d86a6 in rb_vm_invoke_proc (ec=0x7e2a9c7ff990, proc=0x109, proc@entry=0x5040005110d0, argc=-1198944911, 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 = 513119
#21 0x00006028e37254ad in thread_do_start_proc (th=th@entry=0x515000192880) at /tmp/ruby/src/trunk_asan/thread.c:614
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040005110d0
        args_len = 0
        args_ptr = <optimized out>
#22 0x00006028e3723016 in thread_do_start (th=0x515000192880) at /tmp/ruby/src/trunk_asan/thread.c:631
        result = 36
#23 thread_start_func_2 (th=th@entry=0x515000192880, 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
th: 0x515000192880, native_id: 0x7e2a92dfe6c0
-- Control frame information -----------------------------------------------
        result = 36
c:0003 p:---- s:0010 e:000009 l:y b:---- CFUNC  :fork
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#24 0x00006028e37222fe in call_thread_start_func_2 (th=0x515000192880) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
        stack_start = <optimized out>
        stack_start_addr = 0x7e2a92dfdcc0
#25 nt_start (ptr=0x50c0001f4680) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
        th = 0x515000192880
        sched = <optimized out>
        nt = 0x50c0001f4680
        vm = 0x525000000100
#26 0x00006028e3396b2f in asan_thread_start(void*) ()
c:0002 p:0004 s:0006 e:000005 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]
No symbol table info available.
#27 0x00007e2ab889caa4 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 = {138721317873344, -6897913241438682926, 138721317873344, -352, 0, 140737080515088, -6897913241417711406, -6897855637580971822}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#28 0x00007e2ab8929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 513117) detached]
$ timeout 60 gdb -p 513134 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 513138 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 512566 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1245862]
[New LWP 513139]
[New LWP 512953]
[New LWP 512650]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7e2ab8b06c40 (LWP 512566) "ruby"             0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
  2    Thread 0x7e2a95cf16c0 (LWP 1245862) "test_autoload.*" 0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7e2a95ced440, op=137, expected=0, futex_word=0x50c0001f5ed0) at ./nptl/futex-internal.c:57
  3    Thread 0x7e2a9c7ff6c0 (LWP 513139) "test_autoload.*"  0x00007e2ab891b4fd in __GI___poll (fds=0x7e2a8e6d8040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7e2a96cfd6c0 (LWP 512953) "parallel.rb:40"   0x00007e2ab891b4fd in __GI___poll (fds=0x7e2a91702960, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7e2a94ce56c0 (LWP 512650) "Timeout stdlib "  0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0000b0314) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 5 (Thread 0x7e2a94ce56c0 (LWP 512650) "Timeout stdlib "):
#0  0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0000b0314) 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=0x50c0000b0314) 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=0x50c0000b0314, 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  0x00007e2ab889b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x514000000108, cond=0x50c0000b02e8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7e2ab889b4b0 <__condvar_cleanup_waiting>, __arg = 0x7e2a94ce3c00, __canceltype = -1808860400, __prev = 0x0}
        cbuffer = {wseq = 9, cond = 0x50c0000b02e8, mutex = 0x514000000108, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 9
        seq = 4
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=0x50c0000b02e8, mutex=mutex@entry=0x514000000108) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00006028e36f69df in rb_native_cond_wait (cond=0x50c0000b0314, 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=0x5150000ac880, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
        next_th = 0x0
#7  0x00006028e37211f1 in thread_sched_to_waiting_until_wakeup (sched=0x514000000108, th=th@entry=0x5150000ac880) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x00006028e3701f81 in native_sleep (th=0x5150000ac880, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3346
        sched = <optimized out>
#9  sleep_forever (th=0x5150000ac880, 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 0x00006028e371fd5c in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=138721942204880, 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 0x00006028e33e28f7 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 = 0x5160017afcd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7e2a94ce3f70, <optimized out>, 0x7e2a94ce3e80, <optimized out>, <optimized out>}, prev = 0x7e2a93fe5240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160017afcd0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00006028e371f0be in queue_do_pop (self=<optimized out>, q=0x5040000387d0, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1151
        queue_waiter = {w = {self = 138721942204880, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 138721942204880, timeout = 4, end = <optimized out>}
        ec = <optimized out>
        waitq = 0x5040000387d0
        end = 0
#14 0x00006028e37a3559 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 0x00006028e37a3559 in vm_invoke_builtin_delegate (ec=0x5160017afcd0, cfp=0x7e2a94de7758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x5160017afcd0) at ../../src/trunk_asan/insns.def:1674
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x6028e379bd06 <vm_exec_core+1494>, 0x6028e379d00d <vm_exec_core+6365>, 0x6028e37a2231 <vm_exec_core+27393>, 0x6028e379cb7f <vm_exec_core+5199>, 0x6028e37a2fe2 <vm_exec_core+30898>, 0x6028e37a0ded <vm_exec_core+22205>, 0x6028e379e9fe <vm_exec_core+13006>, 0x6028e379be6e <vm_exec_core+1854>, 0x6028e37a2824 <vm_exec_core+28916>, 0x6028e37a256c <vm_exec_core+28220>, 0x6028e379cdfc <vm_exec_core+5836>, 0x6028e379c35e <vm_exec_core+3118>, 0x6028e37a14e6 <vm_exec_core+23990>, 0x6028e379d903 <vm_exec_core+8659>, 0x6028e37a2a25 <vm_exec_core+29429>, 0x6028e37a26ce <vm_exec_core+28574>, 0x6028e379dff1 <vm_exec_core+10433>, 0x6028e379e98d <vm_exec_core+12893>, 0x6028e37a1045 <vm_exec_core+22805>, 0x6028e37a2645 <vm_exec_core+28437>, 0x6028e37a0460 <vm_exec_core+19760>, 0x6028e37a10ce <vm_exec_core+22942>, 0x6028e37a1b87 <vm_exec_core+25687>, 0x6028e37a039d <vm_exec_core+19565>, 0x6028e379c29b <vm_exec_core+2923>, 0x6028e37a0af0 <vm_exec_core+21440>, 0x6028e379c12e <vm_exec_core+2558>, 0x6028e379c564 <vm_exec_core+3636>, 0x6028e379e274 <vm_exec_core+11076>, 0x6028e379ff6a <vm_exec_core+18490>, 0x6028e37a0989 <vm_exec_core+21081>, 0x6028e379fc0f <vm_exec_core+17631>, 0x6028e379bd3a <vm_exec_core+1546>, 0x6028e37a1db7 <vm_exec_core+26247>, 0x6028e37a2497 <vm_exec_core+28007>, 0x6028e379c70b <vm_exec_core+4059>, 0x6028e379d2b7 <vm_exec_core+7047>, 0x6028e379cf75 <vm_exec_core+6213>, 0x6028e379d9f2 <vm_exec_core+8898>, 0x6028e379e829 <vm_exec_core+12537>, 0x6028e379c7b2 <vm_exec_core+4226>, 0x6028e37a1c1f <vm_exec_core+25839>, 0x6028e379d241 <vm_exec_core+6929>, 0x6028e379e6d7 <vm_exec_core+12199>, 0x6028e379f19e <vm_exec_core+14958>, 0x6028e37a157c <vm_exec_core+24140>, 0x6028e37a0622 <vm_exec_core+20210>, 0x6028e379dccc <vm_exec_core+9628>, 0x6028e379d54e <vm_exec_core+7710>, 0x6028e37a13d2 <vm_exec_core+23714>, 0x6028e379e454 <vm_exec_core+11556>, 0x6028e37a0bef <vm_exec_core+21695>, 0x6028e37a0694 <vm_exec_core+20324>, 0x6028e37a0ca6 <vm_exec_core+21878>, 0x6028e37a2169 <vm_exec_core+27193>, 0x6028e379fa21 <vm_exec_core+17137>, 0x6028e37a1635 <vm_exec_core+24325>, 0x6028e379ba88 <vm_exec_core+856>, 0x6028e37a1163 <vm_exec_core+23091>, 0x6028e379ddeb <vm_exec_core+9915>, 0x6028e37a02f8 <vm_exec_core+19400>, 0x6028e37a0538 <vm_exec_core+19976>, 0x6028e379edd2 <vm_exec_core+13986>, 0x6028e379c618 <vm_exec_core+3816>, 0x6028e379e199 <vm_exec_core+10857>, 0x6028e379d7d6 <vm_exec_core+8358>, 0x6028e37a0d24 <vm_exec_core+22004>, 0x6028e379c943 <vm_exec_core+4627>, 0x6028e379eb7f <vm_exec_core+13391>, 0x6028e379f4cf <vm_exec_core+15775>, 0x6028e379dad0 <vm_exec_core+9120>, 0x6028e37a94d9 <vm_exec_core+56745>, 0x6028e379d4a5 <vm_exec_core+7541>, 0x6028e379d39d <vm_exec_core+7277>, 0x6028e379d6a8 <vm_exec_core+8056>, 0x6028e379e093 <vm_exec_core+10595>, 0x6028e379fe0e <vm_exec_core+18142>, 0x6028e379f259 <vm_exec_core+15145>, 0x6028e37a0a08 <vm_exec_core+21208>, 0x6028e379f6b5 <vm_exec_core+16261>, 0x6028e37a1ce0 <vm_exec_core+26032>, 0x6028e37a3287 <vm_exec_core+31575>, 0x6028e37a1f24 <vm_exec_core+26612>, 0x6028e37a2b75 <vm_exec_core+29765>, 0x6028e37a2c66 <vm_exec_core+30006>, 0x6028e379c1c0 <vm_exec_core+2704>, 0x6028e37a274d <vm_exec_core+28701>, 0x6028e379e379 <vm_exec_core+11337>, 0x6028e37a2948 <vm_exec_core+29208>, 0x6028e379deba <vm_exec_core+10122>, 0x6028e37a1e5b <vm_exec_core+26411>, 0x6028e379c057 <vm_exec_core+2343>, 0x6028e379c83d <vm_exec_core+4365>, 0x6028e37a2eaa <vm_exec_core+30586>, 0x6028e379e75d <vm_exec_core+12333>, 0x6028e379e55a <vm_exec_core+11818>, 0x6028e379ba8d <vm_exec_core+861>, 0x6028e379bf7a <vm_exec_core+2122>, 0x6028e379bb13 <vm_exec_core+995>, 0x6028e37a2013 <vm_exec_core+26851>, 0x6028e379f8de <vm_exec_core+16814>, 0x6028e379efa2 <vm_exec_core+14450>, 0x6028e379f7ba <vm_exec_core+16522>, 0x6028e379f406 <vm_exec_core+15574>, 0x6028e379e5ef <vm_exec_core+11967>, 0x6028e379eead <vm_exec_core+14205>, 0x6028e379e879 <vm_exec_core+12617>, 0x6028e379f0bc <vm_exec_core+14732>, 0x6028e379f12d <vm_exec_core+14845>, 0x6028e379bcf7 <vm_exec_core+1479>, 0x6028e379cffe <vm_exec_core+6350>, 0x6028e37a2222 <vm_exec_core+27378>, 0x6028e379cb70 <vm_exec_core+5184>, 0x6028e37a2fd3 <vm_exec_core+30883>, 0x6028e37a0dde <vm_exec_core+22190>, 0x6028e379e9ef <vm_exec_core+12991>, 0x6028e379be5f <vm_exec_core+1839>, 0x6028e37a2815 <vm_exec_core+28901>, 0x6028e37a255d <vm_exec_core+28205>, 0x6028e379cded <vm_exec_core+5821>, 0x6028e379c34f <vm_exec_core+3103>, 0x6028e37a14d7 <vm_exec_core+23975>, 0x6028e379d8f4 <vm_exec_core+8644>, 0x6028e37a2a16 <vm_exec_core+29414>, 0x6028e37a26bf <vm_exec_core+28559>, 0x6028e379dfe2 <vm_exec_core+10418>, 0x6028e379e97e <vm_exec_core+12878>, 0x6028e37a1036 <vm_exec_core+22790>, 0x6028e37a2636 <vm_exec_core+28422>, 0x6028e37a0451 <vm_exec_core+19745>, 0x6028e37a10bf <vm_exec_core+22927>, 0x6028e37a1b78 <vm_exec_core+25672>, 0x6028e37a038e <vm_exec_core+19550>, 0x6028e379c28c <vm_exec_core+2908>, 0x6028e37a0ae1 <vm_exec_core+21425>, 0x6028e379c11f <vm_exec_core+2543>, 0x6028e379c555 <vm_exec_core+3621>, 0x6028e379e265 <vm_exec_core+11061>, 0x6028e379ff5b <vm_exec_core+18475>, 0x6028e37a097a <vm_exec_core+21066>, 0x6028e379fc00 <vm_exec_core+17616>, 0x6028e379bd2b <vm_exec_core+1531>, 0x6028e37a1da8 <vm_exec_core+26232>, 0x6028e37a2488 <vm_exec_core+27992>, 0x6028e379c6fc <vm_exec_core+4044>, 0x6028e379d2a8 <vm_exec_core+7032>, 0x6028e379cf66 <vm_exec_core+6198>, 0x6028e379d9e3 <vm_exec_core+8883>, 0x6028e379e81a <vm_exec_core+12522>, 0x6028e379c7a3 <vm_exec_core+4211>, 0x6028e37a1c10 <vm_exec_core+25824>, 0x6028e379d232 <vm_exec_core+6914>, 0x6028e379e6c8 <vm_exec_core+12184>, 0x6028e379f18f <vm_exec_core+14943>, 0x6028e37a156d <vm_exec_core+24125>, 0x6028e37a0613 <vm_exec_core+20195>, 0x6028e379dcbd <vm_exec_core+9613>, 0x6028e379d53f <vm_exec_core+7695>, 0x6028e37a13c3 <vm_exec_core+23699>, 0x6028e379e445 <vm_exec_core+11541>, 0x6028e37a0be0 <vm_exec_core+21680>, 0x6028e37a0685 <vm_exec_core+20309>, 0x6028e37a0c97 <vm_exec_core+21863>, 0x6028e37a215a <vm_exec_core+27178>, 0x6028e379fa12 <vm_exec_core+17122>, 0x6028e37a1626 <vm_exec_core+24310>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e37a1154 <vm_exec_core+23076>, 0x6028e379dddc <vm_exec_core+9900>, 0x6028e37a02e9 <vm_exec_core+19385>, 0x6028e37a0529 <vm_exec_core+19961>, 0x6028e379edc3 <vm_exec_core+13971>, 0x6028e379ff56 <vm_exec_core+18470>, 0x6028e379e18a <vm_exec_core+10842>, 0x6028e379d7c7 <vm_exec_core+8343>, 0x6028e37a0d15 <vm_exec_core+21989>, 0x6028e379c934 <vm_exec_core+4612>, 0x6028e379eb70 <vm_exec_core+13376>, 0x6028e379f4c0 <vm_exec_core+15760>, 0x6028e379dac1 <vm_exec_core+9105>, 0x6028e37a94ca <vm_exec_core+56730>, 0x6028e379d496 <vm_exec_core+7526>, 0x6028e379d38e <vm_exec_core+7262>, 0x6028e379d699 <vm_exec_core+8041>, 0x6028e379e084 <vm_exec_core+10580>, 0x6028e379fdff <vm_exec_core+18127>, 0x6028e379f24a <vm_exec_core+15130>, 0x6028e379fdfa <vm_exec_core+18122>, 0x6028e37a060e <vm_exec_core+20190>, 0x6028e37a0609 <vm_exec_core+20185>, 0x6028e379d694 <vm_exec_core+8036>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e379e7e3 <vm_exec_core+12467>, 0x6028e379e7e8 <vm_exec_core+12472>, 0x6028e37a0604 <vm_exec_core+20180>, 0x6028e37a044c <vm_exec_core+19740>, 0x6028e379f4bb <vm_exec_core+15755>, 0x6028e379f3f2 <vm_exec_core+15554>, 0x6028e37a04fb <vm_exec_core+19915>, 0x6028e379f8c5 <vm_exec_core+16789>...}
        reg_cfp = 0x7e2a94de7758
        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 0x00006028e3796932 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160017afcd0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00006028e37da44b in invoke_iseq_block_from_c (ec=0x5160017afcd0, captured=<optimized out>, self=138721942271040, 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 = 0x7e2ab8167b30
        cfp = 0x7e2a94de77c8
        sp = 0x7e2a94ce7818
        use_argv = <optimized out>
        stack_argv = 0x7e2a94ce7818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x5160017afcd0, self=138721942271040, 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 0x00006028e37d86a6 in rb_vm_invoke_proc (ec=0x50c0000b0314, proc=0x189, proc@entry=0x50400020ad10, argc=-1198944911, 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 0x00006028e37254ad in thread_do_start_proc (th=th@entry=0x5150000ac880) at /tmp/ruby/src/trunk_asan/thread.c:614
        args = <optimized out>
        procval = <optimized out>
        proc = 0x50400020ad10
        args_len = 0
        args_ptr = <optimized out>
#23 0x00006028e3723016 in thread_do_start (th=0x5150000ac880) at /tmp/ruby/src/trunk_asan/thread.c:631
        result = 36
#24 thread_start_func_2 (th=th@entry=0x5150000ac880, 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 0x00006028e37222fe in call_thread_start_func_2 (th=0x5150000ac880) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
        stack_start = <optimized out>
        stack_start_addr = 0x7e2a94ce4cc0
#26 nt_start (ptr=0x50c0000b02c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
        th = 0x5150000ac880
        sched = <optimized out>
        nt = 0x50c0000b02c0
        vm = 0x525000000100
#27 0x00006028e3396b2f in asan_thread_start(void*) ()
No symbol table info available.
#28 0x00007e2ab889caa4 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 = {138721350276800, -6897900172390072110, 138721350276800, -352, 0, 140737080505872, -6897900172369100590, -6897855637580971822}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x00007e2ab8929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7e2a96cfd6c0 (LWP 512953) "parallel.rb:40"):
#0  0x00007e2ab891b4fd in __GI___poll (fds=0x7e2a91702960, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00006028e333d77a in __interceptor_poll ()
No symbol table info available.
#2  0x00006028e34a8d89 in nogvl_wait_for (th=138721360476640, fptr=0x511000280a40, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12602
        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  0x00006028e34aa21a in internal_read_func (ptr=0x7e2a91702840) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7e2a91702840
        result = <optimized out>
#5  0x00006028e3706ec2 in rb_thread_io_blocking_call (io=0x511000280a40, func=0x6028e34a9d10 <internal_read_func>, data1=0x7e2a91702840, 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  0x00006028e33e28f7 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 = 0x5160038f5ed0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7e2a96cfbe50, <optimized out>, 0x7e2a96cfbd60, <optimized out>, <optimized out>}, prev = 0x7e2a91700240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160038f5ed0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00006028e34be545 in io_read_memory_locktmp (str=138721293773152, 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 = 138721360476640, fptr = 0x511000280a40, nonblock = 0, fd = 4, buf = 0x519000197880, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x511000280a40
        n = <optimized out>
        shrinkable = <optimized out>
#9  0x00006028e349aad1 in io_readpartial (argc=-1854920352, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3624
        ret = <optimized out>
#10 0x00006028e3806128 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 = 0x7e2ab8348940
        cfunc = 0x50600002c068
        recv = 138721360476760
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00006028e37a7a7d in vm_sendish (ec=0x5160038f5ed0, reg_cfp=0x7e2a93104790, 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=0x5160038f5ed0) at ../../src/trunk_asan/insns.def:902
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x6028e379bd06 <vm_exec_core+1494>, 0x6028e379d00d <vm_exec_core+6365>, 0x6028e37a2231 <vm_exec_core+27393>, 0x6028e379cb7f <vm_exec_core+5199>, 0x6028e37a2fe2 <vm_exec_core+30898>, 0x6028e37a0ded <vm_exec_core+22205>, 0x6028e379e9fe <vm_exec_core+13006>, 0x6028e379be6e <vm_exec_core+1854>, 0x6028e37a2824 <vm_exec_core+28916>, 0x6028e37a256c <vm_exec_core+28220>, 0x6028e379cdfc <vm_exec_core+5836>, 0x6028e379c35e <vm_exec_core+3118>, 0x6028e37a14e6 <vm_exec_core+23990>, 0x6028e379d903 <vm_exec_core+8659>, 0x6028e37a2a25 <vm_exec_core+29429>, 0x6028e37a26ce <vm_exec_core+28574>, 0x6028e379dff1 <vm_exec_core+10433>, 0x6028e379e98d <vm_exec_core+12893>, 0x6028e37a1045 <vm_exec_core+22805>, 0x6028e37a2645 <vm_exec_core+28437>, 0x6028e37a0460 <vm_exec_core+19760>, 0x6028e37a10ce <vm_exec_core+22942>, 0x6028e37a1b87 <vm_exec_core+25687>, 0x6028e37a039d <vm_exec_core+19565>, 0x6028e379c29b <vm_exec_core+2923>, 0x6028e37a0af0 <vm_exec_core+21440>, 0x6028e379c12e <vm_exec_core+2558>, 0x6028e379c564 <vm_exec_core+3636>, 0x6028e379e274 <vm_exec_core+11076>, 0x6028e379ff6a <vm_exec_core+18490>, 0x6028e37a0989 <vm_exec_core+21081>, 0x6028e379fc0f <vm_exec_core+17631>, 0x6028e379bd3a <vm_exec_core+1546>, 0x6028e37a1db7 <vm_exec_core+26247>, 0x6028e37a2497 <vm_exec_core+28007>, 0x6028e379c70b <vm_exec_core+4059>, 0x6028e379d2b7 <vm_exec_core+7047>, 0x6028e379cf75 <vm_exec_core+6213>, 0x6028e379d9f2 <vm_exec_core+8898>, 0x6028e379e829 <vm_exec_core+12537>, 0x6028e379c7b2 <vm_exec_core+4226>, 0x6028e37a1c1f <vm_exec_core+25839>, 0x6028e379d241 <vm_exec_core+6929>, 0x6028e379e6d7 <vm_exec_core+12199>, 0x6028e379f19e <vm_exec_core+14958>, 0x6028e37a157c <vm_exec_core+24140>, 0x6028e37a0622 <vm_exec_core+20210>, 0x6028e379dccc <vm_exec_core+9628>, 0x6028e379d54e <vm_exec_core+7710>, 0x6028e37a13d2 <vm_exec_core+23714>, 0x6028e379e454 <vm_exec_core+11556>, 0x6028e37a0bef <vm_exec_core+21695>, 0x6028e37a0694 <vm_exec_core+20324>, 0x6028e37a0ca6 <vm_exec_core+21878>, 0x6028e37a2169 <vm_exec_core+27193>, 0x6028e379fa21 <vm_exec_core+17137>, 0x6028e37a1635 <vm_exec_core+24325>, 0x6028e379ba88 <vm_exec_core+856>, 0x6028e37a1163 <vm_exec_core+23091>, 0x6028e379ddeb <vm_exec_core+9915>, 0x6028e37a02f8 <vm_exec_core+19400>, 0x6028e37a0538 <vm_exec_core+19976>, 0x6028e379edd2 <vm_exec_core+13986>, 0x6028e379c618 <vm_exec_core+3816>, 0x6028e379e199 <vm_exec_core+10857>, 0x6028e379d7d6 <vm_exec_core+8358>, 0x6028e37a0d24 <vm_exec_core+22004>, 0x6028e379c943 <vm_exec_core+4627>, 0x6028e379eb7f <vm_exec_core+13391>, 0x6028e379f4cf <vm_exec_core+15775>, 0x6028e379dad0 <vm_exec_core+9120>, 0x6028e37a94d9 <vm_exec_core+56745>, 0x6028e379d4a5 <vm_exec_core+7541>, 0x6028e379d39d <vm_exec_core+7277>, 0x6028e379d6a8 <vm_exec_core+8056>, 0x6028e379e093 <vm_exec_core+10595>, 0x6028e379fe0e <vm_exec_core+18142>, 0x6028e379f259 <vm_exec_core+15145>, 0x6028e37a0a08 <vm_exec_core+21208>, 0x6028e379f6b5 <vm_exec_core+16261>, 0x6028e37a1ce0 <vm_exec_core+26032>, 0x6028e37a3287 <vm_exec_core+31575>, 0x6028e37a1f24 <vm_exec_core+26612>, 0x6028e37a2b75 <vm_exec_core+29765>, 0x6028e37a2c66 <vm_exec_core+30006>, 0x6028e379c1c0 <vm_exec_core+2704>, 0x6028e37a274d <vm_exec_core+28701>, 0x6028e379e379 <vm_exec_core+11337>, 0x6028e37a2948 <vm_exec_core+29208>, 0x6028e379deba <vm_exec_core+10122>, 0x6028e37a1e5b <vm_exec_core+26411>, 0x6028e379c057 <vm_exec_core+2343>, 0x6028e379c83d <vm_exec_core+4365>, 0x6028e37a2eaa <vm_exec_core+30586>, 0x6028e379e75d <vm_exec_core+12333>, 0x6028e379e55a <vm_exec_core+11818>, 0x6028e379ba8d <vm_exec_core+861>, 0x6028e379bf7a <vm_exec_core+2122>, 0x6028e379bb13 <vm_exec_core+995>, 0x6028e37a2013 <vm_exec_core+26851>, 0x6028e379f8de <vm_exec_core+16814>, 0x6028e379efa2 <vm_exec_core+14450>, 0x6028e379f7ba <vm_exec_core+16522>, 0x6028e379f406 <vm_exec_core+15574>, 0x6028e379e5ef <vm_exec_core+11967>, 0x6028e379eead <vm_exec_core+14205>, 0x6028e379e879 <vm_exec_core+12617>, 0x6028e379f0bc <vm_exec_core+14732>, 0x6028e379f12d <vm_exec_core+14845>, 0x6028e379bcf7 <vm_exec_core+1479>, 0x6028e379cffe <vm_exec_core+6350>, 0x6028e37a2222 <vm_exec_core+27378>, 0x6028e379cb70 <vm_exec_core+5184>, 0x6028e37a2fd3 <vm_exec_core+30883>, 0x6028e37a0dde <vm_exec_core+22190>, 0x6028e379e9ef <vm_exec_core+12991>, 0x6028e379be5f <vm_exec_core+1839>, 0x6028e37a2815 <vm_exec_core+28901>, 0x6028e37a255d <vm_exec_core+28205>, 0x6028e379cded <vm_exec_core+5821>, 0x6028e379c34f <vm_exec_core+3103>, 0x6028e37a14d7 <vm_exec_core+23975>, 0x6028e379d8f4 <vm_exec_core+8644>, 0x6028e37a2a16 <vm_exec_core+29414>, 0x6028e37a26bf <vm_exec_core+28559>, 0x6028e379dfe2 <vm_exec_core+10418>, 0x6028e379e97e <vm_exec_core+12878>, 0x6028e37a1036 <vm_exec_core+22790>, 0x6028e37a2636 <vm_exec_core+28422>, 0x6028e37a0451 <vm_exec_core+19745>, 0x6028e37a10bf <vm_exec_core+22927>, 0x6028e37a1b78 <vm_exec_core+25672>, 0x6028e37a038e <vm_exec_core+19550>, 0x6028e379c28c <vm_exec_core+2908>, 0x6028e37a0ae1 <vm_exec_core+21425>, 0x6028e379c11f <vm_exec_core+2543>, 0x6028e379c555 <vm_exec_core+3621>, 0x6028e379e265 <vm_exec_core+11061>, 0x6028e379ff5b <vm_exec_core+18475>, 0x6028e37a097a <vm_exec_core+21066>, 0x6028e379fc00 <vm_exec_core+17616>, 0x6028e379bd2b <vm_exec_core+1531>, 0x6028e37a1da8 <vm_exec_core+26232>, 0x6028e37a2488 <vm_exec_core+27992>, 0x6028e379c6fc <vm_exec_core+4044>, 0x6028e379d2a8 <vm_exec_core+7032>, 0x6028e379cf66 <vm_exec_core+6198>, 0x6028e379d9e3 <vm_exec_core+8883>, 0x6028e379e81a <vm_exec_core+12522>, 0x6028e379c7a3 <vm_exec_core+4211>, 0x6028e37a1c10 <vm_exec_core+25824>, 0x6028e379d232 <vm_exec_core+6914>, 0x6028e379e6c8 <vm_exec_core+12184>, 0x6028e379f18f <vm_exec_core+14943>, 0x6028e37a156d <vm_exec_core+24125>, 0x6028e37a0613 <vm_exec_core+20195>, 0x6028e379dcbd <vm_exec_core+9613>, 0x6028e379d53f <vm_exec_core+7695>, 0x6028e37a13c3 <vm_exec_core+23699>, 0x6028e379e445 <vm_exec_core+11541>, 0x6028e37a0be0 <vm_exec_core+21680>, 0x6028e37a0685 <vm_exec_core+20309>, 0x6028e37a0c97 <vm_exec_core+21863>, 0x6028e37a215a <vm_exec_core+27178>, 0x6028e379fa12 <vm_exec_core+17122>, 0x6028e37a1626 <vm_exec_core+24310>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e37a1154 <vm_exec_core+23076>, 0x6028e379dddc <vm_exec_core+9900>, 0x6028e37a02e9 <vm_exec_core+19385>, 0x6028e37a0529 <vm_exec_core+19961>, 0x6028e379edc3 <vm_exec_core+13971>, 0x6028e379ff56 <vm_exec_core+18470>, 0x6028e379e18a <vm_exec_core+10842>, 0x6028e379d7c7 <vm_exec_core+8343>, 0x6028e37a0d15 <vm_exec_core+21989>, 0x6028e379c934 <vm_exec_core+4612>, 0x6028e379eb70 <vm_exec_core+13376>, 0x6028e379f4c0 <vm_exec_core+15760>, 0x6028e379dac1 <vm_exec_core+9105>, 0x6028e37a94ca <vm_exec_core+56730>, 0x6028e379d496 <vm_exec_core+7526>, 0x6028e379d38e <vm_exec_core+7262>, 0x6028e379d699 <vm_exec_core+8041>, 0x6028e379e084 <vm_exec_core+10580>, 0x6028e379fdff <vm_exec_core+18127>, 0x6028e379f24a <vm_exec_core+15130>, 0x6028e379fdfa <vm_exec_core+18122>, 0x6028e37a060e <vm_exec_core+20190>, 0x6028e37a0609 <vm_exec_core+20185>, 0x6028e379d694 <vm_exec_core+8036>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e379e7e3 <vm_exec_core+12467>, 0x6028e379e7e8 <vm_exec_core+12472>, 0x6028e37a0604 <vm_exec_core+20180>, 0x6028e37a044c <vm_exec_core+19740>, 0x6028e379f4bb <vm_exec_core+15755>, 0x6028e379f3f2 <vm_exec_core+15554>, 0x6028e37a04fb <vm_exec_core+19915>, 0x6028e379f8c5 <vm_exec_core+16789>...}
        reg_cfp = 0x7e2a93104790
        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 0x00006028e3796932 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160038f5ed0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00006028e37da44b in invoke_iseq_block_from_c (ec=0x5160038f5ed0, captured=<optimized out>, self=138721942081240, 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 = 0x7e2ab81af368
        cfp = 0x7e2a931047c8
        sp = 0x7e2a93004818
        use_argv = <optimized out>
        stack_argv = 0x7e2a93004818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x5160038f5ed0, self=138721942081240, 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 0x00006028e37d86a6 in rb_vm_invoke_proc (ec=0x7e2a91702960, proc=0x1, proc@entry=0x50400050b890, argc=-1198410499, 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 0x00006028e37254ad in thread_do_start_proc (th=th@entry=0x51500018f180) at /tmp/ruby/src/trunk_asan/thread.c:614
        args = <optimized out>
        procval = <optimized out>
        proc = 0x50400050b890
        args_len = 0
        args_ptr = <optimized out>
#19 0x00006028e3723016 in thread_do_start (th=0x51500018f180) at /tmp/ruby/src/trunk_asan/thread.c:631
        result = 36
#20 thread_start_func_2 (th=th@entry=0x51500018f180, 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 0x00006028e37222fe in call_thread_start_func_2 (th=0x51500018f180) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
        stack_start = <optimized out>
        stack_start_addr = 0x7e2a96cfccc0
#22 nt_start (ptr=0x50c0001f1e00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
        th = 0x51500018f180
        sched = <optimized out>
        nt = 0x50c0001f1e00
        vm = 0x525000000100
#23 0x00006028e3396b2f in asan_thread_start(void*) ()
No symbol table info available.
#24 0x00007e2ab889caa4 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 = {138721383929536, -6897904583321485102, 138721383929536, -352, 25, 140737080517712, -6897904583300513582, -6897855637580971822}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x00007e2ab8929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7e2a9c7ff6c0 (LWP 513139) "test_autoload.*"):
#0  0x00007e2ab891b4fd in __GI___poll (fds=0x7e2a8e6d8040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00006028e333d77a in __interceptor_poll ()
No symbol table info available.
#2  0x00006028e3726e6a in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1059
        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:3071
        vm = <optimized out>
#4  0x00006028e3396b2f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007e2ab889caa4 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 = {138721479358144, -6897916814314602286, 138721479358144, -352, 0, 138721257939888, -6897916814293630766, -6897855637580971822}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007e2ab8929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7e2a95cf16c0 (LWP 1245862) "test_autoload.*"):
#0  0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7e2a95ced440, op=137, expected=0, futex_word=0x50c0001f5ed0) 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=0x7e2a95ced440, clockid=32298, expected=0, futex_word=0x50c0001f5ed0) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8268544
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c0001f5ed0, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7e2a95ced440, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007e2ab889bc8e in __pthread_cond_wait_common (abstime=0x7e2a95ced440, clockid=1, mutex=0x515000194020, cond=0x50c0001f5ea8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7e2ab889b4b0 <__condvar_cleanup_waiting>, __arg = 0x7e2a95ced330, __canceltype = -1879125824, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x50c0001f5ea8, mutex = 0x515000194020, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 0
        seq = 0
        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=0x50c0001f5ea8, mutex=mutex@entry=0x515000194020, abstime=abstime@entry=0x7e2a95ced440) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00006028e3720d21 in native_cond_timedwait (cond=0x50c0001f5ea8, mutex=0x515000194020, 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=0x515000193f00, rel=rel@entry=0x7e2a8ffed060) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2489
        end = <optimized out>
        sched = 0x514000000108
        lock = 0x515000194020
        cond = 0x50c0001f5ea8
        max = 100000000000000000
#7  0x00006028e3702fa4 in native_sleep (th=0x515000193f00, rel=0x7e2a8ffed060) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3339
        sched = <optimized out>
#8  sleep_hrtime (th=<optimized out>, rel=500000000, fl=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1329
        prev_status = THREAD_RUNNABLE
        end = 7417280045976385
        woke = 1
#9  0x00006028e37029f0 in rb_thread_wait_for (time=...) at /tmp/ruby/src/trunk_asan/thread.c:1436
        th = 0x50c0001f5ed0
#10 0x00006028e3577d2d in rb_f_sleep (argc=1, argv=0x7e2a99abe8c0, _=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4971
        beg = 1762489774
        scheduler = <optimized out>
        end = <optimized out>
#11 0x00006028e3806128 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 = 0x67c100140003
        cc = <optimized out>
        me = 0x7e2a9568e118
        cfunc = 0x506000049588
        recv = 138721368846400
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x00006028e37eba15 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7e2a95cedbe0) 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>
#13 0x00006028e37eb4a5 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 = 0x7e2a95ced440
#14 0x00006028e37a7a7d in vm_sendish (ec=0x5160038facd0, reg_cfp=0x7e2a99bbe6b0, 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>
#15 vm_exec_core (ec=ec@entry=0x5160038facd0) at ../../src/trunk_asan/insns.def:902
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x6028e379bd06 <vm_exec_core+1494>, 0x6028e379d00d <vm_exec_core+6365>, 0x6028e37a2231 <vm_exec_core+27393>, 0x6028e379cb7f <vm_exec_core+5199>, 0x6028e37a2fe2 <vm_exec_core+30898>, 0x6028e37a0ded <vm_exec_core+22205>, 0x6028e379e9fe <vm_exec_core+13006>, 0x6028e379be6e <vm_exec_core+1854>, 0x6028e37a2824 <vm_exec_core+28916>, 0x6028e37a256c <vm_exec_core+28220>, 0x6028e379cdfc <vm_exec_core+5836>, 0x6028e379c35e <vm_exec_core+3118>, 0x6028e37a14e6 <vm_exec_core+23990>, 0x6028e379d903 <vm_exec_core+8659>, 0x6028e37a2a25 <vm_exec_core+29429>, 0x6028e37a26ce <vm_exec_core+28574>, 0x6028e379dff1 <vm_exec_core+10433>, 0x6028e379e98d <vm_exec_core+12893>, 0x6028e37a1045 <vm_exec_core+22805>, 0x6028e37a2645 <vm_exec_core+28437>, 0x6028e37a0460 <vm_exec_core+19760>, 0x6028e37a10ce <vm_exec_core+22942>, 0x6028e37a1b87 <vm_exec_core+25687>, 0x6028e37a039d <vm_exec_core+19565>, 0x6028e379c29b <vm_exec_core+2923>, 0x6028e37a0af0 <vm_exec_core+21440>, 0x6028e379c12e <vm_exec_core+2558>, 0x6028e379c564 <vm_exec_core+3636>, 0x6028e379e274 <vm_exec_core+11076>, 0x6028e379ff6a <vm_exec_core+18490>, 0x6028e37a0989 <vm_exec_core+21081>, 0x6028e379fc0f <vm_exec_core+17631>, 0x6028e379bd3a <vm_exec_core+1546>, 0x6028e37a1db7 <vm_exec_core+26247>, 0x6028e37a2497 <vm_exec_core+28007>, 0x6028e379c70b <vm_exec_core+4059>, 0x6028e379d2b7 <vm_exec_core+7047>, 0x6028e379cf75 <vm_exec_core+6213>, 0x6028e379d9f2 <vm_exec_core+8898>, 0x6028e379e829 <vm_exec_core+12537>, 0x6028e379c7b2 <vm_exec_core+4226>, 0x6028e37a1c1f <vm_exec_core+25839>, 0x6028e379d241 <vm_exec_core+6929>, 0x6028e379e6d7 <vm_exec_core+12199>, 0x6028e379f19e <vm_exec_core+14958>, 0x6028e37a157c <vm_exec_core+24140>, 0x6028e37a0622 <vm_exec_core+20210>, 0x6028e379dccc <vm_exec_core+9628>, 0x6028e379d54e <vm_exec_core+7710>, 0x6028e37a13d2 <vm_exec_core+23714>, 0x6028e379e454 <vm_exec_core+11556>, 0x6028e37a0bef <vm_exec_core+21695>, 0x6028e37a0694 <vm_exec_core+20324>, 0x6028e37a0ca6 <vm_exec_core+21878>, 0x6028e37a2169 <vm_exec_core+27193>, 0x6028e379fa21 <vm_exec_core+17137>, 0x6028e37a1635 <vm_exec_core+24325>, 0x6028e379ba88 <vm_exec_core+856>, 0x6028e37a1163 <vm_exec_core+23091>, 0x6028e379ddeb <vm_exec_core+9915>, 0x6028e37a02f8 <vm_exec_core+19400>, 0x6028e37a0538 <vm_exec_core+19976>, 0x6028e379edd2 <vm_exec_core+13986>, 0x6028e379c618 <vm_exec_core+3816>, 0x6028e379e199 <vm_exec_core+10857>, 0x6028e379d7d6 <vm_exec_core+8358>, 0x6028e37a0d24 <vm_exec_core+22004>, 0x6028e379c943 <vm_exec_core+4627>, 0x6028e379eb7f <vm_exec_core+13391>, 0x6028e379f4cf <vm_exec_core+15775>, 0x6028e379dad0 <vm_exec_core+9120>, 0x6028e37a94d9 <vm_exec_core+56745>, 0x6028e379d4a5 <vm_exec_core+7541>, 0x6028e379d39d <vm_exec_core+7277>, 0x6028e379d6a8 <vm_exec_core+8056>, 0x6028e379e093 <vm_exec_core+10595>, 0x6028e379fe0e <vm_exec_core+18142>, 0x6028e379f259 <vm_exec_core+15145>, 0x6028e37a0a08 <vm_exec_core+21208>, 0x6028e379f6b5 <vm_exec_core+16261>, 0x6028e37a1ce0 <vm_exec_core+26032>, 0x6028e37a3287 <vm_exec_core+31575>, 0x6028e37a1f24 <vm_exec_core+26612>, 0x6028e37a2b75 <vm_exec_core+29765>, 0x6028e37a2c66 <vm_exec_core+30006>, 0x6028e379c1c0 <vm_exec_core+2704>, 0x6028e37a274d <vm_exec_core+28701>, 0x6028e379e379 <vm_exec_core+11337>, 0x6028e37a2948 <vm_exec_core+29208>, 0x6028e379deba <vm_exec_core+10122>, 0x6028e37a1e5b <vm_exec_core+26411>, 0x6028e379c057 <vm_exec_core+2343>, 0x6028e379c83d <vm_exec_core+4365>, 0x6028e37a2eaa <vm_exec_core+30586>, 0x6028e379e75d <vm_exec_core+12333>, 0x6028e379e55a <vm_exec_core+11818>, 0x6028e379ba8d <vm_exec_core+861>, 0x6028e379bf7a <vm_exec_core+2122>, 0x6028e379bb13 <vm_exec_core+995>, 0x6028e37a2013 <vm_exec_core+26851>, 0x6028e379f8de <vm_exec_core+16814>, 0x6028e379efa2 <vm_exec_core+14450>, 0x6028e379f7ba <vm_exec_core+16522>, 0x6028e379f406 <vm_exec_core+15574>, 0x6028e379e5ef <vm_exec_core+11967>, 0x6028e379eead <vm_exec_core+14205>, 0x6028e379e879 <vm_exec_core+12617>, 0x6028e379f0bc <vm_exec_core+14732>, 0x6028e379f12d <vm_exec_core+14845>, 0x6028e379bcf7 <vm_exec_core+1479>, 0x6028e379cffe <vm_exec_core+6350>, 0x6028e37a2222 <vm_exec_core+27378>, 0x6028e379cb70 <vm_exec_core+5184>, 0x6028e37a2fd3 <vm_exec_core+30883>, 0x6028e37a0dde <vm_exec_core+22190>, 0x6028e379e9ef <vm_exec_core+12991>, 0x6028e379be5f <vm_exec_core+1839>, 0x6028e37a2815 <vm_exec_core+28901>, 0x6028e37a255d <vm_exec_core+28205>, 0x6028e379cded <vm_exec_core+5821>, 0x6028e379c34f <vm_exec_core+3103>, 0x6028e37a14d7 <vm_exec_core+23975>, 0x6028e379d8f4 <vm_exec_core+8644>, 0x6028e37a2a16 <vm_exec_core+29414>, 0x6028e37a26bf <vm_exec_core+28559>, 0x6028e379dfe2 <vm_exec_core+10418>, 0x6028e379e97e <vm_exec_core+12878>, 0x6028e37a1036 <vm_exec_core+22790>, 0x6028e37a2636 <vm_exec_core+28422>, 0x6028e37a0451 <vm_exec_core+19745>, 0x6028e37a10bf <vm_exec_core+22927>, 0x6028e37a1b78 <vm_exec_core+25672>, 0x6028e37a038e <vm_exec_core+19550>, 0x6028e379c28c <vm_exec_core+2908>, 0x6028e37a0ae1 <vm_exec_core+21425>, 0x6028e379c11f <vm_exec_core+2543>, 0x6028e379c555 <vm_exec_core+3621>, 0x6028e379e265 <vm_exec_core+11061>, 0x6028e379ff5b <vm_exec_core+18475>, 0x6028e37a097a <vm_exec_core+21066>, 0x6028e379fc00 <vm_exec_core+17616>, 0x6028e379bd2b <vm_exec_core+1531>, 0x6028e37a1da8 <vm_exec_core+26232>, 0x6028e37a2488 <vm_exec_core+27992>, 0x6028e379c6fc <vm_exec_core+4044>, 0x6028e379d2a8 <vm_exec_core+7032>, 0x6028e379cf66 <vm_exec_core+6198>, 0x6028e379d9e3 <vm_exec_core+8883>, 0x6028e379e81a <vm_exec_core+12522>, 0x6028e379c7a3 <vm_exec_core+4211>, 0x6028e37a1c10 <vm_exec_core+25824>, 0x6028e379d232 <vm_exec_core+6914>, 0x6028e379e6c8 <vm_exec_core+12184>, 0x6028e379f18f <vm_exec_core+14943>, 0x6028e37a156d <vm_exec_core+24125>, 0x6028e37a0613 <vm_exec_core+20195>, 0x6028e379dcbd <vm_exec_core+9613>, 0x6028e379d53f <vm_exec_core+7695>, 0x6028e37a13c3 <vm_exec_core+23699>, 0x6028e379e445 <vm_exec_core+11541>, 0x6028e37a0be0 <vm_exec_core+21680>, 0x6028e37a0685 <vm_exec_core+20309>, 0x6028e37a0c97 <vm_exec_core+21863>, 0x6028e37a215a <vm_exec_core+27178>, 0x6028e379fa12 <vm_exec_core+17122>, 0x6028e37a1626 <vm_exec_core+24310>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e37a1154 <vm_exec_core+23076>, 0x6028e379dddc <vm_exec_core+9900>, 0x6028e37a02e9 <vm_exec_core+19385>, 0x6028e37a0529 <vm_exec_core+19961>, 0x6028e379edc3 <vm_exec_core+13971>, 0x6028e379ff56 <vm_exec_core+18470>, 0x6028e379e18a <vm_exec_core+10842>, 0x6028e379d7c7 <vm_exec_core+8343>, 0x6028e37a0d15 <vm_exec_core+21989>, 0x6028e379c934 <vm_exec_core+4612>, 0x6028e379eb70 <vm_exec_core+13376>, 0x6028e379f4c0 <vm_exec_core+15760>, 0x6028e379dac1 <vm_exec_core+9105>, 0x6028e37a94ca <vm_exec_core+56730>, 0x6028e379d496 <vm_exec_core+7526>, 0x6028e379d38e <vm_exec_core+7262>, 0x6028e379d699 <vm_exec_core+8041>, 0x6028e379e084 <vm_exec_core+10580>, 0x6028e379fdff <vm_exec_core+18127>, 0x6028e379f24a <vm_exec_core+15130>, 0x6028e379fdfa <vm_exec_core+18122>, 0x6028e37a060e <vm_exec_core+20190>, 0x6028e37a0609 <vm_exec_core+20185>, 0x6028e379d694 <vm_exec_core+8036>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e379e7e3 <vm_exec_core+12467>, 0x6028e379e7e8 <vm_exec_core+12472>, 0x6028e37a0604 <vm_exec_core+20180>, 0x6028e37a044c <vm_exec_core+19740>, 0x6028e379f4bb <vm_exec_core+15755>, 0x6028e379f3f2 <vm_exec_core+15554>, 0x6028e37a04fb <vm_exec_core+19915>, 0x6028e379f8c5 <vm_exec_core+16789>...}
        reg_cfp = 0x7e2a99bbe6b0
        reg_pc = 0x5040005143f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#16 0x00006028e3796932 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160038facd0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#17 0x00006028e37decf3 in rb_iseq_eval (iseq=<optimized out>, box=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3040
        ec = 0x5160038facd0
        val = <optimized out>
#18 0x00006028e34f3161 in load_iseq_eval (ec=<optimized out>, fname=fname@entry=138721360386320) at /tmp/ruby/src/trunk_asan/load.c:784
        box = 0x6028e4ace8e0 <root_box_data>
        iseq = 0x7e2a95689870
#19 0x00006028e34ed6a7 in require_internal (ec=ec@entry=0x5160038facd0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1352
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000193f00
        box = 0x6028e4ace8e0 <root_box_data>
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 138721944129600
        realpath_map = 138721944129440
        path = 138721360386320
        state = RUBY_TAG_NONE
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
        prev_ext_config = <optimized out>
#20 0x00006028e34eb29b in rb_require_string_internal (fname=138721393706800, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1463
        result = <optimized out>
        ec = 0x5160038facd0
        result = <optimized out>
#21 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1449
No locals.
#22 0x00006028e3806128 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 = 0x13ee100140003
        cc = <optimized out>
        me = 0x7e2ab7b52628
        cfunc = 0x506000036f88
        recv = 138721944320080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#23 0x00006028e37eba15 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7e2a95cef160) 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>
#24 0x00006028e37f1b45 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4310
No locals.
#25 0x00006028e37a7a7d in vm_sendish (ec=0x5160038facd0, reg_cfp=0x7e2a99bbe758, 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>
#26 vm_exec_core (ec=ec@entry=0x5160038facd0) at ../../src/trunk_asan/insns.def:902
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x6028e379bd06 <vm_exec_core+1494>, 0x6028e379d00d <vm_exec_core+6365>, 0x6028e37a2231 <vm_exec_core+27393>, 0x6028e379cb7f <vm_exec_core+5199>, 0x6028e37a2fe2 <vm_exec_core+30898>, 0x6028e37a0ded <vm_exec_core+22205>, 0x6028e379e9fe <vm_exec_core+13006>, 0x6028e379be6e <vm_exec_core+1854>, 0x6028e37a2824 <vm_exec_core+28916>, 0x6028e37a256c <vm_exec_core+28220>, 0x6028e379cdfc <vm_exec_core+5836>, 0x6028e379c35e <vm_exec_core+3118>, 0x6028e37a14e6 <vm_exec_core+23990>, 0x6028e379d903 <vm_exec_core+8659>, 0x6028e37a2a25 <vm_exec_core+29429>, 0x6028e37a26ce <vm_exec_core+28574>, 0x6028e379dff1 <vm_exec_core+10433>, 0x6028e379e98d <vm_exec_core+12893>, 0x6028e37a1045 <vm_exec_core+22805>, 0x6028e37a2645 <vm_exec_core+28437>, 0x6028e37a0460 <vm_exec_core+19760>, 0x6028e37a10ce <vm_exec_core+22942>, 0x6028e37a1b87 <vm_exec_core+25687>, 0x6028e37a039d <vm_exec_core+19565>, 0x6028e379c29b <vm_exec_core+2923>, 0x6028e37a0af0 <vm_exec_core+21440>, 0x6028e379c12e <vm_exec_core+2558>, 0x6028e379c564 <vm_exec_core+3636>, 0x6028e379e274 <vm_exec_core+11076>, 0x6028e379ff6a <vm_exec_core+18490>, 0x6028e37a0989 <vm_exec_core+21081>, 0x6028e379fc0f <vm_exec_core+17631>, 0x6028e379bd3a <vm_exec_core+1546>, 0x6028e37a1db7 <vm_exec_core+26247>, 0x6028e37a2497 <vm_exec_core+28007>, 0x6028e379c70b <vm_exec_core+4059>, 0x6028e379d2b7 <vm_exec_core+7047>, 0x6028e379cf75 <vm_exec_core+6213>, 0x6028e379d9f2 <vm_exec_core+8898>, 0x6028e379e829 <vm_exec_core+12537>, 0x6028e379c7b2 <vm_exec_core+4226>, 0x6028e37a1c1f <vm_exec_core+25839>, 0x6028e379d241 <vm_exec_core+6929>, 0x6028e379e6d7 <vm_exec_core+12199>, 0x6028e379f19e <vm_exec_core+14958>, 0x6028e37a157c <vm_exec_core+24140>, 0x6028e37a0622 <vm_exec_core+20210>, 0x6028e379dccc <vm_exec_core+9628>, 0x6028e379d54e <vm_exec_core+7710>, 0x6028e37a13d2 <vm_exec_core+23714>, 0x6028e379e454 <vm_exec_core+11556>, 0x6028e37a0bef <vm_exec_core+21695>, 0x6028e37a0694 <vm_exec_core+20324>, 0x6028e37a0ca6 <vm_exec_core+21878>, 0x6028e37a2169 <vm_exec_core+27193>, 0x6028e379fa21 <vm_exec_core+17137>, 0x6028e37a1635 <vm_exec_core+24325>, 0x6028e379ba88 <vm_exec_core+856>, 0x6028e37a1163 <vm_exec_core+23091>, 0x6028e379ddeb <vm_exec_core+9915>, 0x6028e37a02f8 <vm_exec_core+19400>, 0x6028e37a0538 <vm_exec_core+19976>, 0x6028e379edd2 <vm_exec_core+13986>, 0x6028e379c618 <vm_exec_core+3816>, 0x6028e379e199 <vm_exec_core+10857>, 0x6028e379d7d6 <vm_exec_core+8358>, 0x6028e37a0d24 <vm_exec_core+22004>, 0x6028e379c943 <vm_exec_core+4627>, 0x6028e379eb7f <vm_exec_core+13391>, 0x6028e379f4cf <vm_exec_core+15775>, 0x6028e379dad0 <vm_exec_core+9120>, 0x6028e37a94d9 <vm_exec_core+56745>, 0x6028e379d4a5 <vm_exec_core+7541>, 0x6028e379d39d <vm_exec_core+7277>, 0x6028e379d6a8 <vm_exec_core+8056>, 0x6028e379e093 <vm_exec_core+10595>, 0x6028e379fe0e <vm_exec_core+18142>, 0x6028e379f259 <vm_exec_core+15145>, 0x6028e37a0a08 <vm_exec_core+21208>, 0x6028e379f6b5 <vm_exec_core+16261>, 0x6028e37a1ce0 <vm_exec_core+26032>, 0x6028e37a3287 <vm_exec_core+31575>, 0x6028e37a1f24 <vm_exec_core+26612>, 0x6028e37a2b75 <vm_exec_core+29765>, 0x6028e37a2c66 <vm_exec_core+30006>, 0x6028e379c1c0 <vm_exec_core+2704>, 0x6028e37a274d <vm_exec_core+28701>, 0x6028e379e379 <vm_exec_core+11337>, 0x6028e37a2948 <vm_exec_core+29208>, 0x6028e379deba <vm_exec_core+10122>, 0x6028e37a1e5b <vm_exec_core+26411>, 0x6028e379c057 <vm_exec_core+2343>, 0x6028e379c83d <vm_exec_core+4365>, 0x6028e37a2eaa <vm_exec_core+30586>, 0x6028e379e75d <vm_exec_core+12333>, 0x6028e379e55a <vm_exec_core+11818>, 0x6028e379ba8d <vm_exec_core+861>, 0x6028e379bf7a <vm_exec_core+2122>, 0x6028e379bb13 <vm_exec_core+995>, 0x6028e37a2013 <vm_exec_core+26851>, 0x6028e379f8de <vm_exec_core+16814>, 0x6028e379efa2 <vm_exec_core+14450>, 0x6028e379f7ba <vm_exec_core+16522>, 0x6028e379f406 <vm_exec_core+15574>, 0x6028e379e5ef <vm_exec_core+11967>, 0x6028e379eead <vm_exec_core+14205>, 0x6028e379e879 <vm_exec_core+12617>, 0x6028e379f0bc <vm_exec_core+14732>, 0x6028e379f12d <vm_exec_core+14845>, 0x6028e379bcf7 <vm_exec_core+1479>, 0x6028e379cffe <vm_exec_core+6350>, 0x6028e37a2222 <vm_exec_core+27378>, 0x6028e379cb70 <vm_exec_core+5184>, 0x6028e37a2fd3 <vm_exec_core+30883>, 0x6028e37a0dde <vm_exec_core+22190>, 0x6028e379e9ef <vm_exec_core+12991>, 0x6028e379be5f <vm_exec_core+1839>, 0x6028e37a2815 <vm_exec_core+28901>, 0x6028e37a255d <vm_exec_core+28205>, 0x6028e379cded <vm_exec_core+5821>, 0x6028e379c34f <vm_exec_core+3103>, 0x6028e37a14d7 <vm_exec_core+23975>, 0x6028e379d8f4 <vm_exec_core+8644>, 0x6028e37a2a16 <vm_exec_core+29414>, 0x6028e37a26bf <vm_exec_core+28559>, 0x6028e379dfe2 <vm_exec_core+10418>, 0x6028e379e97e <vm_exec_core+12878>, 0x6028e37a1036 <vm_exec_core+22790>, 0x6028e37a2636 <vm_exec_core+28422>, 0x6028e37a0451 <vm_exec_core+19745>, 0x6028e37a10bf <vm_exec_core+22927>, 0x6028e37a1b78 <vm_exec_core+25672>, 0x6028e37a038e <vm_exec_core+19550>, 0x6028e379c28c <vm_exec_core+2908>, 0x6028e37a0ae1 <vm_exec_core+21425>, 0x6028e379c11f <vm_exec_core+2543>, 0x6028e379c555 <vm_exec_core+3621>, 0x6028e379e265 <vm_exec_core+11061>, 0x6028e379ff5b <vm_exec_core+18475>, 0x6028e37a097a <vm_exec_core+21066>, 0x6028e379fc00 <vm_exec_core+17616>, 0x6028e379bd2b <vm_exec_core+1531>, 0x6028e37a1da8 <vm_exec_core+26232>, 0x6028e37a2488 <vm_exec_core+27992>, 0x6028e379c6fc <vm_exec_core+4044>, 0x6028e379d2a8 <vm_exec_core+7032>, 0x6028e379cf66 <vm_exec_core+6198>, 0x6028e379d9e3 <vm_exec_core+8883>, 0x6028e379e81a <vm_exec_core+12522>, 0x6028e379c7a3 <vm_exec_core+4211>, 0x6028e37a1c10 <vm_exec_core+25824>, 0x6028e379d232 <vm_exec_core+6914>, 0x6028e379e6c8 <vm_exec_core+12184>, 0x6028e379f18f <vm_exec_core+14943>, 0x6028e37a156d <vm_exec_core+24125>, 0x6028e37a0613 <vm_exec_core+20195>, 0x6028e379dcbd <vm_exec_core+9613>, 0x6028e379d53f <vm_exec_core+7695>, 0x6028e37a13c3 <vm_exec_core+23699>, 0x6028e379e445 <vm_exec_core+11541>, 0x6028e37a0be0 <vm_exec_core+21680>, 0x6028e37a0685 <vm_exec_core+20309>, 0x6028e37a0c97 <vm_exec_core+21863>, 0x6028e37a215a <vm_exec_core+27178>, 0x6028e379fa12 <vm_exec_core+17122>, 0x6028e37a1626 <vm_exec_core+24310>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e37a1154 <vm_exec_core+23076>, 0x6028e379dddc <vm_exec_core+9900>, 0x6028e37a02e9 <vm_exec_core+19385>, 0x6028e37a0529 <vm_exec_core+19961>, 0x6028e379edc3 <vm_exec_core+13971>, 0x6028e379ff56 <vm_exec_core+18470>, 0x6028e379e18a <vm_exec_core+10842>, 0x6028e379d7c7 <vm_exec_core+8343>, 0x6028e37a0d15 <vm_exec_core+21989>, 0x6028e379c934 <vm_exec_core+4612>, 0x6028e379eb70 <vm_exec_core+13376>, 0x6028e379f4c0 <vm_exec_core+15760>, 0x6028e379dac1 <vm_exec_core+9105>, 0x6028e37a94ca <vm_exec_core+56730>, 0x6028e379d496 <vm_exec_core+7526>, 0x6028e379d38e <vm_exec_core+7262>, 0x6028e379d699 <vm_exec_core+8041>, 0x6028e379e084 <vm_exec_core+10580>, 0x6028e379fdff <vm_exec_core+18127>, 0x6028e379f24a <vm_exec_core+15130>, 0x6028e379fdfa <vm_exec_core+18122>, 0x6028e37a060e <vm_exec_core+20190>, 0x6028e37a0609 <vm_exec_core+20185>, 0x6028e379d694 <vm_exec_core+8036>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e379e7e3 <vm_exec_core+12467>, 0x6028e379e7e8 <vm_exec_core+12472>, 0x6028e37a0604 <vm_exec_core+20180>, 0x6028e37a044c <vm_exec_core+19740>, 0x6028e379f4bb <vm_exec_core+15755>, 0x6028e379f3f2 <vm_exec_core+15554>, 0x6028e37a04fb <vm_exec_core+19915>, 0x6028e379f8c5 <vm_exec_core+16789>...}
        reg_cfp = 0x7e2a99bbe758
        reg_pc = 0x5110000a55f8
        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>
#27 0x00006028e3796932 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160038facd0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#28 0x00006028e381c51a in vm_call0_body (ec=<optimized out>, calling=0x7e2a902ea860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x7e2a902ea8d0
        cc = <optimized out>
        ret = <optimized out>
#29 0x00006028e381bd82 in vm_call0_cme (ec=0x5160038facd0, calling=0x7e2a902ea860, argv=0x7e2a95cef900, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#30 vm_call0_body (ec=<optimized out>, calling=0x7e2a902ea860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x7e2a9568e2d0
        orig_cme = <optimized out>
        ci = 0x7e2a902ea8d0
        cc = 0x7e2a9568e2a8
        ret = <optimized out>
#31 0x00006028e37c4ffa in vm_call0_cc (ec=0x5160038facd0, recv=138721944320080, id=22689, 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>
#32 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 = 0x5160038facd0
        cc = <optimized out>
        self = <optimized out>
#33 0x00006028e37c608e in rb_funcallv (recv=138721944320080, mid=22689, argc=1, argv=0x7e2a95cef900) at /tmp/ruby/src/trunk_asan/vm_eval.c:1080
No locals.
#34 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1137
        ar = <optimized out>
        argv = 0x7e2a95cef900
#35 0x00006028e377eb63 in autoload_feature_require (_arguments=138721367096416) at /tmp/ruby/src/trunk_asan/variable.c:3211
        receiver = 138721944320080
        arguments = 0x7e2a95cefc60
        autoload_const = <optimized out>
        autoload_box_value = <optimized out>
        result = <optimized out>
#36 autoload_try_load (_arguments=138721367096416) at /tmp/ruby/src/trunk_asan/variable.c:3224
        arguments = 0x7e2a95cefc60
        result = <optimized out>
        ce = <optimized out>
#37 0x00006028e33e28f7 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 = 0x5160038facd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7e2a95cefc10, <optimized out>, 0x7e2a95cefb20, <optimized out>, <optimized out>}, prev = 0x7e2a901ea240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160038facd0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#38 0x00006028e377df50 in rb_autoload_load (module=module@entry=138721944272320, name=name@entry=183099) at /tmp/ruby/src/trunk_asan/variable.c:3285
        ce = <optimized out>
        arguments = {module = 138721944272320, name = 183099, flag = 0, mutex = 138721360386400, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
#39 0x00006028e3789ec6 in rb_const_search_from (klass=138721360626560, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3387
        ac = 0xfffffffffffffdfc
        am = 138721944272320
        tmp = 138721944272320
        ce = <optimized out>
        current = 138721944272320
        value = <optimized out>
        first_iteration = <optimized out>
#40 0x00006028e377f8c4 in rb_const_search (klass=138721360626560, id=183099, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3409
        value = <optimized out>
#41 rb_const_get_0 (klass=<optimized out>, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3336
        c = <optimized out>
#42 0x00006028e378e4ee in vm_get_ev_const (ec=<optimized out>, orig_klass=<optimized out>, id=<optimized out>, allow_nil=<optimized out>, is_defined=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1170
        root_cref = <optimized out>
        klass = 88785565998800
        cref = <optimized out>
        val = <optimized out>
        root_cref = <optimized out>
        cref = <optimized out>
        klass = <optimized out>
        av = <optimized out>
        am = <optimized out>
        ce = <optimized out>
        search_continue = <optimized out>
#43 0x00006028e379acdd in vm_get_ev_const_chain (ec=0x5160038facd0, segments=0x5020006f5bd0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1203
        id = 0
        val = 137
        idx = <optimized out>
        allow_nil = <optimized out>
#44 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x5020006f5bb0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6615
        segments = 0x5020006f5bd0
        ice = <optimized out>
        val = <optimized out>
#45 0x00006028e37a152f in vm_exec_core (ec=ec@entry=0x5160038facd0) at ../../src/trunk_asan/insns.def:264
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x6028e379bd06 <vm_exec_core+1494>, 0x6028e379d00d <vm_exec_core+6365>, 0x6028e37a2231 <vm_exec_core+27393>, 0x6028e379cb7f <vm_exec_core+5199>, 0x6028e37a2fe2 <vm_exec_core+30898>, 0x6028e37a0ded <vm_exec_core+22205>, 0x6028e379e9fe <vm_exec_core+13006>, 0x6028e379be6e <vm_exec_core+1854>, 0x6028e37a2824 <vm_exec_core+28916>, 0x6028e37a256c <vm_exec_core+28220>, 0x6028e379cdfc <vm_exec_core+5836>, 0x6028e379c35e <vm_exec_core+3118>, 0x6028e37a14e6 <vm_exec_core+23990>, 0x6028e379d903 <vm_exec_core+8659>, 0x6028e37a2a25 <vm_exec_core+29429>, 0x6028e37a26ce <vm_exec_core+28574>, 0x6028e379dff1 <vm_exec_core+10433>, 0x6028e379e98d <vm_exec_core+12893>, 0x6028e37a1045 <vm_exec_core+22805>, 0x6028e37a2645 <vm_exec_core+28437>, 0x6028e37a0460 <vm_exec_core+19760>, 0x6028e37a10ce <vm_exec_core+22942>, 0x6028e37a1b87 <vm_exec_core+25687>, 0x6028e37a039d <vm_exec_core+19565>, 0x6028e379c29b <vm_exec_core+2923>, 0x6028e37a0af0 <vm_exec_core+21440>, 0x6028e379c12e <vm_exec_core+2558>, 0x6028e379c564 <vm_exec_core+3636>, 0x6028e379e274 <vm_exec_core+11076>, 0x6028e379ff6a <vm_exec_core+18490>, 0x6028e37a0989 <vm_exec_core+21081>, 0x6028e379fc0f <vm_exec_core+17631>, 0x6028e379bd3a <vm_exec_core+1546>, 0x6028e37a1db7 <vm_exec_core+26247>, 0x6028e37a2497 <vm_exec_core+28007>, 0x6028e379c70b <vm_exec_core+4059>, 0x6028e379d2b7 <vm_exec_core+7047>, 0x6028e379cf75 <vm_exec_core+6213>, 0x6028e379d9f2 <vm_exec_core+8898>, 0x6028e379e829 <vm_exec_core+12537>, 0x6028e379c7b2 <vm_exec_core+4226>, 0x6028e37a1c1f <vm_exec_core+25839>, 0x6028e379d241 <vm_exec_core+6929>, 0x6028e379e6d7 <vm_exec_core+12199>, 0x6028e379f19e <vm_exec_core+14958>, 0x6028e37a157c <vm_exec_core+24140>, 0x6028e37a0622 <vm_exec_core+20210>, 0x6028e379dccc <vm_exec_core+9628>, 0x6028e379d54e <vm_exec_core+7710>, 0x6028e37a13d2 <vm_exec_core+23714>, 0x6028e379e454 <vm_exec_core+11556>, 0x6028e37a0bef <vm_exec_core+21695>, 0x6028e37a0694 <vm_exec_core+20324>, 0x6028e37a0ca6 <vm_exec_core+21878>, 0x6028e37a2169 <vm_exec_core+27193>, 0x6028e379fa21 <vm_exec_core+17137>, 0x6028e37a1635 <vm_exec_core+24325>, 0x6028e379ba88 <vm_exec_core+856>, 0x6028e37a1163 <vm_exec_core+23091>, 0x6028e379ddeb <vm_exec_core+9915>, 0x6028e37a02f8 <vm_exec_core+19400>, 0x6028e37a0538 <vm_exec_core+19976>, 0x6028e379edd2 <vm_exec_core+13986>, 0x6028e379c618 <vm_exec_core+3816>, 0x6028e379e199 <vm_exec_core+10857>, 0x6028e379d7d6 <vm_exec_core+8358>, 0x6028e37a0d24 <vm_exec_core+22004>, 0x6028e379c943 <vm_exec_core+4627>, 0x6028e379eb7f <vm_exec_core+13391>, 0x6028e379f4cf <vm_exec_core+15775>, 0x6028e379dad0 <vm_exec_core+9120>, 0x6028e37a94d9 <vm_exec_core+56745>, 0x6028e379d4a5 <vm_exec_core+7541>, 0x6028e379d39d <vm_exec_core+7277>, 0x6028e379d6a8 <vm_exec_core+8056>, 0x6028e379e093 <vm_exec_core+10595>, 0x6028e379fe0e <vm_exec_core+18142>, 0x6028e379f259 <vm_exec_core+15145>, 0x6028e37a0a08 <vm_exec_core+21208>, 0x6028e379f6b5 <vm_exec_core+16261>, 0x6028e37a1ce0 <vm_exec_core+26032>, 0x6028e37a3287 <vm_exec_core+31575>, 0x6028e37a1f24 <vm_exec_core+26612>, 0x6028e37a2b75 <vm_exec_core+29765>, 0x6028e37a2c66 <vm_exec_core+30006>, 0x6028e379c1c0 <vm_exec_core+2704>, 0x6028e37a274d <vm_exec_core+28701>, 0x6028e379e379 <vm_exec_core+11337>, 0x6028e37a2948 <vm_exec_core+29208>, 0x6028e379deba <vm_exec_core+10122>, 0x6028e37a1e5b <vm_exec_core+26411>, 0x6028e379c057 <vm_exec_core+2343>, 0x6028e379c83d <vm_exec_core+4365>, 0x6028e37a2eaa <vm_exec_core+30586>, 0x6028e379e75d <vm_exec_core+12333>, 0x6028e379e55a <vm_exec_core+11818>, 0x6028e379ba8d <vm_exec_core+861>, 0x6028e379bf7a <vm_exec_core+2122>, 0x6028e379bb13 <vm_exec_core+995>, 0x6028e37a2013 <vm_exec_core+26851>, 0x6028e379f8de <vm_exec_core+16814>, 0x6028e379efa2 <vm_exec_core+14450>, 0x6028e379f7ba <vm_exec_core+16522>, 0x6028e379f406 <vm_exec_core+15574>, 0x6028e379e5ef <vm_exec_core+11967>, 0x6028e379eead <vm_exec_core+14205>, 0x6028e379e879 <vm_exec_core+12617>, 0x6028e379f0bc <vm_exec_core+14732>, 0x6028e379f12d <vm_exec_core+14845>, 0x6028e379bcf7 <vm_exec_core+1479>, 0x6028e379cffe <vm_exec_core+6350>, 0x6028e37a2222 <vm_exec_core+27378>, 0x6028e379cb70 <vm_exec_core+5184>, 0x6028e37a2fd3 <vm_exec_core+30883>, 0x6028e37a0dde <vm_exec_core+22190>, 0x6028e379e9ef <vm_exec_core+12991>, 0x6028e379be5f <vm_exec_core+1839>, 0x6028e37a2815 <vm_exec_core+28901>, 0x6028e37a255d <vm_exec_core+28205>, 0x6028e379cded <vm_exec_core+5821>, 0x6028e379c34f <vm_exec_core+3103>, 0x6028e37a14d7 <vm_exec_core+23975>, 0x6028e379d8f4 <vm_exec_core+8644>, 0x6028e37a2a16 <vm_exec_core+29414>, 0x6028e37a26bf <vm_exec_core+28559>, 0x6028e379dfe2 <vm_exec_core+10418>, 0x6028e379e97e <vm_exec_core+12878>, 0x6028e37a1036 <vm_exec_core+22790>, 0x6028e37a2636 <vm_exec_core+28422>, 0x6028e37a0451 <vm_exec_core+19745>, 0x6028e37a10bf <vm_exec_core+22927>, 0x6028e37a1b78 <vm_exec_core+25672>, 0x6028e37a038e <vm_exec_core+19550>, 0x6028e379c28c <vm_exec_core+2908>, 0x6028e37a0ae1 <vm_exec_core+21425>, 0x6028e379c11f <vm_exec_core+2543>, 0x6028e379c555 <vm_exec_core+3621>, 0x6028e379e265 <vm_exec_core+11061>, 0x6028e379ff5b <vm_exec_core+18475>, 0x6028e37a097a <vm_exec_core+21066>, 0x6028e379fc00 <vm_exec_core+17616>, 0x6028e379bd2b <vm_exec_core+1531>, 0x6028e37a1da8 <vm_exec_core+26232>, 0x6028e37a2488 <vm_exec_core+27992>, 0x6028e379c6fc <vm_exec_core+4044>, 0x6028e379d2a8 <vm_exec_core+7032>, 0x6028e379cf66 <vm_exec_core+6198>, 0x6028e379d9e3 <vm_exec_core+8883>, 0x6028e379e81a <vm_exec_core+12522>, 0x6028e379c7a3 <vm_exec_core+4211>, 0x6028e37a1c10 <vm_exec_core+25824>, 0x6028e379d232 <vm_exec_core+6914>, 0x6028e379e6c8 <vm_exec_core+12184>, 0x6028e379f18f <vm_exec_core+14943>, 0x6028e37a156d <vm_exec_core+24125>, 0x6028e37a0613 <vm_exec_core+20195>, 0x6028e379dcbd <vm_exec_core+9613>, 0x6028e379d53f <vm_exec_core+7695>, 0x6028e37a13c3 <vm_exec_core+23699>, 0x6028e379e445 <vm_exec_core+11541>, 0x6028e37a0be0 <vm_exec_core+21680>, 0x6028e37a0685 <vm_exec_core+20309>, 0x6028e37a0c97 <vm_exec_core+21863>, 0x6028e37a215a <vm_exec_core+27178>, 0x6028e379fa12 <vm_exec_core+17122>, 0x6028e37a1626 <vm_exec_core+24310>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e37a1154 <vm_exec_core+23076>, 0x6028e379dddc <vm_exec_core+9900>, 0x6028e37a02e9 <vm_exec_core+19385>, 0x6028e37a0529 <vm_exec_core+19961>, 0x6028e379edc3 <vm_exec_core+13971>, 0x6028e379ff56 <vm_exec_core+18470>, 0x6028e379e18a <vm_exec_core+10842>, 0x6028e379d7c7 <vm_exec_core+8343>, 0x6028e37a0d15 <vm_exec_core+21989>, 0x6028e379c934 <vm_exec_core+4612>, 0x6028e379eb70 <vm_exec_core+13376>, 0x6028e379f4c0 <vm_exec_core+15760>, 0x6028e379dac1 <vm_exec_core+9105>, 0x6028e37a94ca <vm_exec_core+56730>, 0x6028e379d496 <vm_exec_core+7526>, 0x6028e379d38e <vm_exec_core+7262>, 0x6028e379d699 <vm_exec_core+8041>, 0x6028e379e084 <vm_exec_core+10580>, 0x6028e379fdff <vm_exec_core+18127>, 0x6028e379f24a <vm_exec_core+15130>, 0x6028e379fdfa <vm_exec_core+18122>, 0x6028e37a060e <vm_exec_core+20190>, 0x6028e37a0609 <vm_exec_core+20185>, 0x6028e379d694 <vm_exec_core+8036>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e379e7e3 <vm_exec_core+12467>, 0x6028e379e7e8 <vm_exec_core+12472>, 0x6028e37a0604 <vm_exec_core+20180>, 0x6028e37a044c <vm_exec_core+19740>, 0x6028e379f4bb <vm_exec_core+15755>, 0x6028e379f3f2 <vm_exec_core+15554>, 0x6028e37a04fb <vm_exec_core+19915>, 0x6028e379f8c5 <vm_exec_core+16789>...}
        reg_cfp = 0x7e2a99bbe790
        reg_pc = 0x503000b72720
        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>
#46 0x00006028e3796932 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5160038facd0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#47 0x00006028e37da44b in invoke_iseq_block_from_c (ec=0x5160038facd0, captured=<optimized out>, self=138721368848320, 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 = 0x7e2ab6642378
        cfp = 0x7e2a99bbe7c8
        sp = 0x7e2a99abe818
        use_argv = <optimized out>
        stack_argv = 0x7e2a99abe818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#48 invoke_block_from_c_proc (ec=0x5160038facd0, self=138721368848320, 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>
#49 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.
#50 0x00006028e37d86a6 in rb_vm_invoke_proc (ec=0x50c0001f5ed0, proc=0x89, proc@entry=0x504000513d90, argc=-1198944911, 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
#51 0x00006028e37254ad in thread_do_start_proc (th=th@entry=0x515000193f00) at /tmp/ruby/src/trunk_asan/thread.c:614
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000513d90
        args_len = 0
        args_ptr = <optimized out>
#52 0x00006028e3723016 in thread_do_start (th=0x515000193f00) at /tmp/ruby/src/trunk_asan/thread.c:631
        result = 36
#53 thread_start_func_2 (th=th@entry=0x515000193f00, 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>
#54 0x00006028e37222fe in call_thread_start_func_2 (th=0x515000193f00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
        stack_start = <optimized out>
        stack_start_addr = 0x7e2a95cf0cc0
#55 nt_start (ptr=0x50c0001f5e80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
        th = 0x515000193f00
        sched = <optimized out>
        nt = 0x50c0001f5e80
        vm = 0x525000000100
#56 0x00006028e3396b2f in asan_thread_start(void*) ()
No symbol table info available.
#57 0x00007e2ab889caa4 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 = {138721367103168, -6897897979809267502, 138721367103168, -352, 0, 140737080515088, -6897897979788295982, -6897855637580971822}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#58 0x00007e2ab8929c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7e2ab8b06c40 (LWP 512566) "ruby"):
#0  0x00007e2ab8898d71 in __futex_abstimed_wait_common64 (private=0, 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=0, 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  0x00007e2ab889b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x514000000108, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7e2ab889b4b0 <__condvar_cleanup_waiting>, __arg = 0x7fffe7b0e5c0, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 86, 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 = 86
        seq = 43
        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  0x00006028e36f69df 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 = 0x0
#7  0x00006028e37211f1 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  0x00006028e3728379 in native_sleep (th=0x515000000300, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3346
        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 0x00006028e33e28f7 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 = {0x7fffe7b0e890, <optimized out>, 0x7fffe7b0e7a0, <optimized out>, <optimized out>}, prev = 0x7e2ab69aa440, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000003d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#12 0x00006028e3727afe 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 0x00006028e37196a0 in thread_join_m (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1232
        rel = <optimized out>
        timeout = <optimized out>
        limit = 0x0
#14 0x00006028e3806128 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 = 0x34f100100001
        cc = <optimized out>
        me = 0x7e2ab8327a60
        cfunc = 0x506000045bc8
        recv = 138721360386720
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#15 0x00006028e37a7a7d in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7e2ab5dff448, 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 = {0x6028e379bd06 <vm_exec_core+1494>, 0x6028e379d00d <vm_exec_core+6365>, 0x6028e37a2231 <vm_exec_core+27393>, 0x6028e379cb7f <vm_exec_core+5199>, 0x6028e37a2fe2 <vm_exec_core+30898>, 0x6028e37a0ded <vm_exec_core+22205>, 0x6028e379e9fe <vm_exec_core+13006>, 0x6028e379be6e <vm_exec_core+1854>, 0x6028e37a2824 <vm_exec_core+28916>, 0x6028e37a256c <vm_exec_core+28220>, 0x6028e379cdfc <vm_exec_core+5836>, 0x6028e379c35e <vm_exec_core+3118>, 0x6028e37a14e6 <vm_exec_core+23990>, 0x6028e379d903 <vm_exec_core+8659>, 0x6028e37a2a25 <vm_exec_core+29429>, 0x6028e37a26ce <vm_exec_core+28574>, 0x6028e379dff1 <vm_exec_core+10433>, 0x6028e379e98d <vm_exec_core+12893>, 0x6028e37a1045 <vm_exec_core+22805>, 0x6028e37a2645 <vm_exec_core+28437>, 0x6028e37a0460 <vm_exec_core+19760>, 0x6028e37a10ce <vm_exec_core+22942>, 0x6028e37a1b87 <vm_exec_core+25687>, 0x6028e37a039d <vm_exec_core+19565>, 0x6028e379c29b <vm_exec_core+2923>, 0x6028e37a0af0 <vm_exec_core+21440>, 0x6028e379c12e <vm_exec_core+2558>, 0x6028e379c564 <vm_exec_core+3636>, 0x6028e379e274 <vm_exec_core+11076>, 0x6028e379ff6a <vm_exec_core+18490>, 0x6028e37a0989 <vm_exec_core+21081>, 0x6028e379fc0f <vm_exec_core+17631>, 0x6028e379bd3a <vm_exec_core+1546>, 0x6028e37a1db7 <vm_exec_core+26247>, 0x6028e37a2497 <vm_exec_core+28007>, 0x6028e379c70b <vm_exec_core+4059>, 0x6028e379d2b7 <vm_exec_core+7047>, 0x6028e379cf75 <vm_exec_core+6213>, 0x6028e379d9f2 <vm_exec_core+8898>, 0x6028e379e829 <vm_exec_core+12537>, 0x6028e379c7b2 <vm_exec_core+4226>, 0x6028e37a1c1f <vm_exec_core+25839>, 0x6028e379d241 <vm_exec_core+6929>, 0x6028e379e6d7 <vm_exec_core+12199>, 0x6028e379f19e <vm_exec_core+14958>, 0x6028e37a157c <vm_exec_core+24140>, 0x6028e37a0622 <vm_exec_core+20210>, 0x6028e379dccc <vm_exec_core+9628>, 0x6028e379d54e <vm_exec_core+7710>, 0x6028e37a13d2 <vm_exec_core+23714>, 0x6028e379e454 <vm_exec_core+11556>, 0x6028e37a0bef <vm_exec_core+21695>, 0x6028e37a0694 <vm_exec_core+20324>, 0x6028e37a0ca6 <vm_exec_core+21878>, 0x6028e37a2169 <vm_exec_core+27193>, 0x6028e379fa21 <vm_exec_core+17137>, 0x6028e37a1635 <vm_exec_core+24325>, 0x6028e379ba88 <vm_exec_core+856>, 0x6028e37a1163 <vm_exec_core+23091>, 0x6028e379ddeb <vm_exec_core+9915>, 0x6028e37a02f8 <vm_exec_core+19400>, 0x6028e37a0538 <vm_exec_core+19976>, 0x6028e379edd2 <vm_exec_core+13986>, 0x6028e379c618 <vm_exec_core+3816>, 0x6028e379e199 <vm_exec_core+10857>, 0x6028e379d7d6 <vm_exec_core+8358>, 0x6028e37a0d24 <vm_exec_core+22004>, 0x6028e379c943 <vm_exec_core+4627>, 0x6028e379eb7f <vm_exec_core+13391>, 0x6028e379f4cf <vm_exec_core+15775>, 0x6028e379dad0 <vm_exec_core+9120>, 0x6028e37a94d9 <vm_exec_core+56745>, 0x6028e379d4a5 <vm_exec_core+7541>, 0x6028e379d39d <vm_exec_core+7277>, 0x6028e379d6a8 <vm_exec_core+8056>, 0x6028e379e093 <vm_exec_core+10595>, 0x6028e379fe0e <vm_exec_core+18142>, 0x6028e379f259 <vm_exec_core+15145>, 0x6028e37a0a08 <vm_exec_core+21208>, 0x6028e379f6b5 <vm_exec_core+16261>, 0x6028e37a1ce0 <vm_exec_core+26032>, 0x6028e37a3287 <vm_exec_core+31575>, 0x6028e37a1f24 <vm_exec_core+26612>, 0x6028e37a2b75 <vm_exec_core+29765>, 0x6028e37a2c66 <vm_exec_core+30006>, 0x6028e379c1c0 <vm_exec_core+2704>, 0x6028e37a274d <vm_exec_core+28701>, 0x6028e379e379 <vm_exec_core+11337>, 0x6028e37a2948 <vm_exec_core+29208>, 0x6028e379deba <vm_exec_core+10122>, 0x6028e37a1e5b <vm_exec_core+26411>, 0x6028e379c057 <vm_exec_core+2343>, 0x6028e379c83d <vm_exec_core+4365>, 0x6028e37a2eaa <vm_exec_core+30586>, 0x6028e379e75d <vm_exec_core+12333>, 0x6028e379e55a <vm_exec_core+11818>, 0x6028e379ba8d <vm_exec_core+861>, 0x6028e379bf7a <vm_exec_core+2122>, 0x6028e379bb13 <vm_exec_core+995>, 0x6028e37a2013 <vm_exec_core+26851>, 0x6028e379f8de <vm_exec_core+16814>, 0x6028e379efa2 <vm_exec_core+14450>, 0x6028e379f7ba <vm_exec_core+16522>, 0x6028e379f406 <vm_exec_core+15574>, 0x6028e379e5ef <vm_exec_core+11967>, 0x6028e379eead <vm_exec_core+14205>, 0x6028e379e879 <vm_exec_core+12617>, 0x6028e379f0bc <vm_exec_core+14732>, 0x6028e379f12d <vm_exec_core+14845>, 0x6028e379bcf7 <vm_exec_core+1479>, 0x6028e379cffe <vm_exec_core+6350>, 0x6028e37a2222 <vm_exec_core+27378>, 0x6028e379cb70 <vm_exec_core+5184>, 0x6028e37a2fd3 <vm_exec_core+30883>, 0x6028e37a0dde <vm_exec_core+22190>, 0x6028e379e9ef <vm_exec_core+12991>, 0x6028e379be5f <vm_exec_core+1839>, 0x6028e37a2815 <vm_exec_core+28901>, 0x6028e37a255d <vm_exec_core+28205>, 0x6028e379cded <vm_exec_core+5821>, 0x6028e379c34f <vm_exec_core+3103>, 0x6028e37a14d7 <vm_exec_core+23975>, 0x6028e379d8f4 <vm_exec_core+8644>, 0x6028e37a2a16 <vm_exec_core+29414>, 0x6028e37a26bf <vm_exec_core+28559>, 0x6028e379dfe2 <vm_exec_core+10418>, 0x6028e379e97e <vm_exec_core+12878>, 0x6028e37a1036 <vm_exec_core+22790>, 0x6028e37a2636 <vm_exec_core+28422>, 0x6028e37a0451 <vm_exec_core+19745>, 0x6028e37a10bf <vm_exec_core+22927>, 0x6028e37a1b78 <vm_exec_core+25672>, 0x6028e37a038e <vm_exec_core+19550>, 0x6028e379c28c <vm_exec_core+2908>, 0x6028e37a0ae1 <vm_exec_core+21425>, 0x6028e379c11f <vm_exec_core+2543>, 0x6028e379c555 <vm_exec_core+3621>, 0x6028e379e265 <vm_exec_core+11061>, 0x6028e379ff5b <vm_exec_core+18475>, 0x6028e37a097a <vm_exec_core+21066>, 0x6028e379fc00 <vm_exec_core+17616>, 0x6028e379bd2b <vm_exec_core+1531>, 0x6028e37a1da8 <vm_exec_core+26232>, 0x6028e37a2488 <vm_exec_core+27992>, 0x6028e379c6fc <vm_exec_core+4044>, 0x6028e379d2a8 <vm_exec_core+7032>, 0x6028e379cf66 <vm_exec_core+6198>, 0x6028e379d9e3 <vm_exec_core+8883>, 0x6028e379e81a <vm_exec_core+12522>, 0x6028e379c7a3 <vm_exec_core+4211>, 0x6028e37a1c10 <vm_exec_core+25824>, 0x6028e379d232 <vm_exec_core+6914>, 0x6028e379e6c8 <vm_exec_core+12184>, 0x6028e379f18f <vm_exec_core+14943>, 0x6028e37a156d <vm_exec_core+24125>, 0x6028e37a0613 <vm_exec_core+20195>, 0x6028e379dcbd <vm_exec_core+9613>, 0x6028e379d53f <vm_exec_core+7695>, 0x6028e37a13c3 <vm_exec_core+23699>, 0x6028e379e445 <vm_exec_core+11541>, 0x6028e37a0be0 <vm_exec_core+21680>, 0x6028e37a0685 <vm_exec_core+20309>, 0x6028e37a0c97 <vm_exec_core+21863>, 0x6028e37a215a <vm_exec_core+27178>, 0x6028e379fa12 <vm_exec_core+17122>, 0x6028e37a1626 <vm_exec_core+24310>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e37a1154 <vm_exec_core+23076>, 0x6028e379dddc <vm_exec_core+9900>, 0x6028e37a02e9 <vm_exec_core+19385>, 0x6028e37a0529 <vm_exec_core+19961>, 0x6028e379edc3 <vm_exec_core+13971>, 0x6028e379ff56 <vm_exec_core+18470>, 0x6028e379e18a <vm_exec_core+10842>, 0x6028e379d7c7 <vm_exec_core+8343>, 0x6028e37a0d15 <vm_exec_core+21989>, 0x6028e379c934 <vm_exec_core+4612>, 0x6028e379eb70 <vm_exec_core+13376>, 0x6028e379f4c0 <vm_exec_core+15760>, 0x6028e379dac1 <vm_exec_core+9105>, 0x6028e37a94ca <vm_exec_core+56730>, 0x6028e379d496 <vm_exec_core+7526>, 0x6028e379d38e <vm_exec_core+7262>, 0x6028e379d699 <vm_exec_core+8041>, 0x6028e379e084 <vm_exec_core+10580>, 0x6028e379fdff <vm_exec_core+18127>, 0x6028e379f24a <vm_exec_core+15130>, 0x6028e379fdfa <vm_exec_core+18122>, 0x6028e37a060e <vm_exec_core+20190>, 0x6028e37a0609 <vm_exec_core+20185>, 0x6028e379d694 <vm_exec_core+8036>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e379e7e3 <vm_exec_core+12467>, 0x6028e379e7e8 <vm_exec_core+12472>, 0x6028e37a0604 <vm_exec_core+20180>, 0x6028e37a044c <vm_exec_core+19740>, 0x6028e379f4bb <vm_exec_core+15755>, 0x6028e379f3f2 <vm_exec_core+15554>, 0x6028e37a04fb <vm_exec_core+19915>, 0x6028e379f8c5 <vm_exec_core+16789>...}
        reg_cfp = 0x7e2ab5dff448
        reg_pc = 0x5140000d2798
        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 0x00006028e3796d1b 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.
th: 0x515000000300, native_id: 0x7e2ab8b06c40
#18 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
-- Control frame information -----------------------------------------------
        _ec = 0x5160000003d0
        _tag = <optimized out>
c:0018 p:---- s:0126 e:000125 l:y b:---- CFUNC  :join
c:0017 p:0043 s:0122 E:000c60 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:215
c:0016 p:0031 s:0117 e:000116 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/lib/tempfile.rb:576
c:0015 p:0060 s:0106 e:000105 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/lib/tempfile.rb:562
c:0014 p:0011 s:0095 E:002070 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:203
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
        state = <optimized out>
        result = 36
#19 0x00006028e38268b2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x7e2ab5dff620, self=138721942081240, 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 = 0x7e2ab81a0b60
        cfp = <optimized out>
        sp = 0x7e2ab5cffa28
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]
        use_argv = 0x7e2ab68d74e0
        stack_argv = 0x7e2ab5cffa28
        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 = 0x7e2ab5dff620
#21 0x00006028e37c806c 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
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
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.
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
#24 0x00006028e37c806c in rb_yield (val=<optimized out>)
No locals.
#25 0x00006028e398d543 in rb_ary_collect (ary=138721393499160) at /tmp/ruby/src/trunk_asan/array.c:3673
        collect = 138721360517280
c:0007 p:0069 s:0046 E:000850 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
        i = 6
#26 0x00006028e3806128 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 = 0x7e2ab834ebd8
        cfunc = 0x506000020068
        recv = 138721393499160
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#27 0x00006028e37a013f in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7e2ab5dff608, 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>
#28 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:854
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
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <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]
        cd = 0x512000013f30
        insns_address_table = {0x6028e379bd06 <vm_exec_core+1494>, 0x6028e379d00d <vm_exec_core+6365>, 0x6028e37a2231 <vm_exec_core+27393>, 0x6028e379cb7f <vm_exec_core+5199>, 0x6028e37a2fe2 <vm_exec_core+30898>, 0x6028e37a0ded <vm_exec_core+22205>, 0x6028e379e9fe <vm_exec_core+13006>, 0x6028e379be6e <vm_exec_core+1854>, 0x6028e37a2824 <vm_exec_core+28916>, 0x6028e37a256c <vm_exec_core+28220>, 0x6028e379cdfc <vm_exec_core+5836>, 0x6028e379c35e <vm_exec_core+3118>, 0x6028e37a14e6 <vm_exec_core+23990>, 0x6028e379d903 <vm_exec_core+8659>, 0x6028e37a2a25 <vm_exec_core+29429>, 0x6028e37a26ce <vm_exec_core+28574>, 0x6028e379dff1 <vm_exec_core+10433>, 0x6028e379e98d <vm_exec_core+12893>, 0x6028e37a1045 <vm_exec_core+22805>, 0x6028e37a2645 <vm_exec_core+28437>, 0x6028e37a0460 <vm_exec_core+19760>, 0x6028e37a10ce <vm_exec_core+22942>, 0x6028e37a1b87 <vm_exec_core+25687>, 0x6028e37a039d <vm_exec_core+19565>, 0x6028e379c29b <vm_exec_core+2923>, 0x6028e37a0af0 <vm_exec_core+21440>, 0x6028e379c12e <vm_exec_core+2558>, 0x6028e379c564 <vm_exec_core+3636>, 0x6028e379e274 <vm_exec_core+11076>, 0x6028e379ff6a <vm_exec_core+18490>, 0x6028e37a0989 <vm_exec_core+21081>, 0x6028e379fc0f <vm_exec_core+17631>, 0x6028e379bd3a <vm_exec_core+1546>, 0x6028e37a1db7 <vm_exec_core+26247>, 0x6028e37a2497 <vm_exec_core+28007>, 0x6028e379c70b <vm_exec_core+4059>, 0x6028e379d2b7 <vm_exec_core+7047>, 0x6028e379cf75 <vm_exec_core+6213>, 0x6028e379d9f2 <vm_exec_core+8898>, 0x6028e379e829 <vm_exec_core+12537>, 0x6028e379c7b2 <vm_exec_core+4226>, 0x6028e37a1c1f <vm_exec_core+25839>, 0x6028e379d241 <vm_exec_core+6929>, 0x6028e379e6d7 <vm_exec_core+12199>, 0x6028e379f19e <vm_exec_core+14958>, 0x6028e37a157c <vm_exec_core+24140>, 0x6028e37a0622 <vm_exec_core+20210>, 0x6028e379dccc <vm_exec_core+9628>, 0x6028e379d54e <vm_exec_core+7710>, 0x6028e37a13d2 <vm_exec_core+23714>, 0x6028e379e454 <vm_exec_core+11556>, 0x6028e37a0bef <vm_exec_core+21695>, 0x6028e37a0694 <vm_exec_core+20324>, 0x6028e37a0ca6 <vm_exec_core+21878>, 0x6028e37a2169 <vm_exec_core+27193>, 0x6028e379fa21 <vm_exec_core+17137>, 0x6028e37a1635 <vm_exec_core+24325>, 0x6028e379ba88 <vm_exec_core+856>, 0x6028e37a1163 <vm_exec_core+23091>, 0x6028e379ddeb <vm_exec_core+9915>, 0x6028e37a02f8 <vm_exec_core+19400>, 0x6028e37a0538 <vm_exec_core+19976>, 0x6028e379edd2 <vm_exec_core+13986>, 0x6028e379c618 <vm_exec_core+3816>, 0x6028e379e199 <vm_exec_core+10857>, 0x6028e379d7d6 <vm_exec_core+8358>, 0x6028e37a0d24 <vm_exec_core+22004>, 0x6028e379c943 <vm_exec_core+4627>, 0x6028e379eb7f <vm_exec_core+13391>, 0x6028e379f4cf <vm_exec_core+15775>, 0x6028e379dad0 <vm_exec_core+9120>, 0x6028e37a94d9 <vm_exec_core+56745>, 0x6028e379d4a5 <vm_exec_core+7541>, 0x6028e379d39d <vm_exec_core+7277>, 0x6028e379d6a8 <vm_exec_core+8056>, 0x6028e379e093 <vm_exec_core+10595>, 0x6028e379fe0e <vm_exec_core+18142>, 0x6028e379f259 <vm_exec_core+15145>, 0x6028e37a0a08 <vm_exec_core+21208>, 0x6028e379f6b5 <vm_exec_core+16261>, 0x6028e37a1ce0 <vm_exec_core+26032>, 0x6028e37a3287 <vm_exec_core+31575>, 0x6028e37a1f24 <vm_exec_core+26612>, 0x6028e37a2b75 <vm_exec_core+29765>, 0x6028e37a2c66 <vm_exec_core+30006>, 0x6028e379c1c0 <vm_exec_core+2704>, 0x6028e37a274d <vm_exec_core+28701>, 0x6028e379e379 <vm_exec_core+11337>, 0x6028e37a2948 <vm_exec_core+29208>, 0x6028e379deba <vm_exec_core+10122>, 0x6028e37a1e5b <vm_exec_core+26411>, 0x6028e379c057 <vm_exec_core+2343>, 0x6028e379c83d <vm_exec_core+4365>, 0x6028e37a2eaa <vm_exec_core+30586>, 0x6028e379e75d <vm_exec_core+12333>, 0x6028e379e55a <vm_exec_core+11818>, 0x6028e379ba8d <vm_exec_core+861>, 0x6028e379bf7a <vm_exec_core+2122>, 0x6028e379bb13 <vm_exec_core+995>, 0x6028e37a2013 <vm_exec_core+26851>, 0x6028e379f8de <vm_exec_core+16814>, 0x6028e379efa2 <vm_exec_core+14450>, 0x6028e379f7ba <vm_exec_core+16522>, 0x6028e379f406 <vm_exec_core+15574>, 0x6028e379e5ef <vm_exec_core+11967>, 0x6028e379eead <vm_exec_core+14205>, 0x6028e379e879 <vm_exec_core+12617>, 0x6028e379f0bc <vm_exec_core+14732>, 0x6028e379f12d <vm_exec_core+14845>, 0x6028e379bcf7 <vm_exec_core+1479>, 0x6028e379cffe <vm_exec_core+6350>, 0x6028e37a2222 <vm_exec_core+27378>, 0x6028e379cb70 <vm_exec_core+5184>, 0x6028e37a2fd3 <vm_exec_core+30883>, 0x6028e37a0dde <vm_exec_core+22190>, 0x6028e379e9ef <vm_exec_core+12991>, 0x6028e379be5f <vm_exec_core+1839>, 0x6028e37a2815 <vm_exec_core+28901>, 0x6028e37a255d <vm_exec_core+28205>, 0x6028e379cded <vm_exec_core+5821>, 0x6028e379c34f <vm_exec_core+3103>, 0x6028e37a14d7 <vm_exec_core+23975>, 0x6028e379d8f4 <vm_exec_core+8644>, 0x6028e37a2a16 <vm_exec_core+29414>, 0x6028e37a26bf <vm_exec_core+28559>, 0x6028e379dfe2 <vm_exec_core+10418>, 0x6028e379e97e <vm_exec_core+12878>, 0x6028e37a1036 <vm_exec_core+22790>, 0x6028e37a2636 <vm_exec_core+28422>, 0x6028e37a0451 <vm_exec_core+19745>, 0x6028e37a10bf <vm_exec_core+22927>, 0x6028e37a1b78 <vm_exec_core+25672>, 0x6028e37a038e <vm_exec_core+19550>, 0x6028e379c28c <vm_exec_core+2908>, 0x6028e37a0ae1 <vm_exec_core+21425>, 0x6028e379c11f <vm_exec_core+2543>, 0x6028e379c555 <vm_exec_core+3621>, 0x6028e379e265 <vm_exec_core+11061>, 0x6028e379ff5b <vm_exec_core+18475>, 0x6028e37a097a <vm_exec_core+21066>, 0x6028e379fc00 <vm_exec_core+17616>, 0x6028e379bd2b <vm_exec_core+1531>, 0x6028e37a1da8 <vm_exec_core+26232>, 0x6028e37a2488 <vm_exec_core+27992>, 0x6028e379c6fc <vm_exec_core+4044>, 0x6028e379d2a8 <vm_exec_core+7032>, 0x6028e379cf66 <vm_exec_core+6198>, 0x6028e379d9e3 <vm_exec_core+8883>, 0x6028e379e81a <vm_exec_core+12522>, 0x6028e379c7a3 <vm_exec_core+4211>, 0x6028e37a1c10 <vm_exec_core+25824>, 0x6028e379d232 <vm_exec_core+6914>, 0x6028e379e6c8 <vm_exec_core+12184>, 0x6028e379f18f <vm_exec_core+14943>, 0x6028e37a156d <vm_exec_core+24125>, 0x6028e37a0613 <vm_exec_core+20195>, 0x6028e379dcbd <vm_exec_core+9613>, 0x6028e379d53f <vm_exec_core+7695>, 0x6028e37a13c3 <vm_exec_core+23699>, 0x6028e379e445 <vm_exec_core+11541>, 0x6028e37a0be0 <vm_exec_core+21680>, 0x6028e37a0685 <vm_exec_core+20309>, 0x6028e37a0c97 <vm_exec_core+21863>, 0x6028e37a215a <vm_exec_core+27178>, 0x6028e379fa12 <vm_exec_core+17122>, 0x6028e37a1626 <vm_exec_core+24310>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e37a1154 <vm_exec_core+23076>, 0x6028e379dddc <vm_exec_core+9900>, 0x6028e37a02e9 <vm_exec_core+19385>, 0x6028e37a0529 <vm_exec_core+19961>, 0x6028e379edc3 <vm_exec_core+13971>, 0x6028e379ff56 <vm_exec_core+18470>, 0x6028e379e18a <vm_exec_core+10842>, 0x6028e379d7c7 <vm_exec_core+8343>, 0x6028e37a0d15 <vm_exec_core+21989>, 0x6028e379c934 <vm_exec_core+4612>, 0x6028e379eb70 <vm_exec_core+13376>, 0x6028e379f4c0 <vm_exec_core+15760>, 0x6028e379dac1 <vm_exec_core+9105>, 0x6028e37a94ca <vm_exec_core+56730>, 0x6028e379d496 <vm_exec_core+7526>, 0x6028e379d38e <vm_exec_core+7262>, 0x6028e379d699 <vm_exec_core+8041>, 0x6028e379e084 <vm_exec_core+10580>, 0x6028e379fdff <vm_exec_core+18127>, 0x6028e379f24a <vm_exec_core+15130>, 0x6028e379fdfa <vm_exec_core+18122>, 0x6028e37a060e <vm_exec_core+20190>, 0x6028e37a0609 <vm_exec_core+20185>, 0x6028e379d694 <vm_exec_core+8036>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e379e7e3 <vm_exec_core+12467>, 0x6028e379e7e8 <vm_exec_core+12472>, 0x6028e37a0604 <vm_exec_core+20180>, 0x6028e37a044c <vm_exec_core+19740>, 0x6028e379f4bb <vm_exec_core+15755>, 0x6028e379f3f2 <vm_exec_core+15554>, 0x6028e37a04fb <vm_exec_core+19915>, 0x6028e379f8c5 <vm_exec_core+16789>...}
c:0001 p:0000 s:0003 E:001630 l:y b:---- DUMMY  [FINISH]
        reg_cfp = 0x7e2ab5dff608
        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>
th: 0x5150000ac880, native_id: 0x7e2a94ce56c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <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_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

        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>
th: 0x51500018f180, native_id: 0x7e2a96cfd6c0
-- Control frame information -----------------------------------------------
        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>
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]
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
th: 0x515000193f00, native_id: 0x7e2a95cf16c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
c:0007 p:---- s:0028 e:000027 l:y b:---- CFUNC  :sleep
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
c:0006 p:0005 s:0023 e:000022 l:y b:0001 CLASS  /tmp/rubytest.cpbp3h/autoload20251107-512566-r9p2ar.rb:1
c:0005 p:0007 s:0020 e:000019 l:y b:0001 TOP    /tmp/rubytest.cpbp3h/autoload20251107-512566-r9p2ar.rb:1 [FINISH]
        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>
c:0004 p:---- s:0017 e:000016 l:y b:---- CFUNC  :require
c:0003 p:0023 s:0012 e:000011 l:y b:0001 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:139 [FINISH]
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
c:0002 p:0002 s:0006 e:000005 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:209 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]
        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>
#29 0x00006028e3796d1b 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.
#30 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
#31 0x00006028e38268b2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x7e2ab5dff738, self=138721942081240, 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 = 0x7e2ab81af520
        cfp = <optimized out>
        sp = 0x7e2ab5cff8d0
        use_argv = 0x7e2ab6832160
        stack_argv = 0x7e2ab5cff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#32 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 = 0x7e2ab5dff738
#33 0x00006028e37c806c 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.
#34 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.
#35 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#36 0x00006028e37c806c in rb_yield (val=<optimized out>)
No locals.
#37 0x00006028e398d543 in rb_ary_collect (ary=138721360476960) at /tmp/ruby/src/trunk_asan/array.c:3673
        collect = 138721360476840
        i = 0
#38 0x00006028e3806128 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 = 0x7e2ab834ebd8
        cfunc = 0x506000020068
        recv = 138721360476960
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#39 0x00006028e37a013f in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7e2ab5dff720, 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>
#40 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 = {0x6028e379bd06 <vm_exec_core+1494>, 0x6028e379d00d <vm_exec_core+6365>, 0x6028e37a2231 <vm_exec_core+27393>, 0x6028e379cb7f <vm_exec_core+5199>, 0x6028e37a2fe2 <vm_exec_core+30898>, 0x6028e37a0ded <vm_exec_core+22205>, 0x6028e379e9fe <vm_exec_core+13006>, 0x6028e379be6e <vm_exec_core+1854>, 0x6028e37a2824 <vm_exec_core+28916>, 0x6028e37a256c <vm_exec_core+28220>, 0x6028e379cdfc <vm_exec_core+5836>, 0x6028e379c35e <vm_exec_core+3118>, 0x6028e37a14e6 <vm_exec_core+23990>, 0x6028e379d903 <vm_exec_core+8659>, 0x6028e37a2a25 <vm_exec_core+29429>, 0x6028e37a26ce <vm_exec_core+28574>, 0x6028e379dff1 <vm_exec_core+10433>, 0x6028e379e98d <vm_exec_core+12893>, 0x6028e37a1045 <vm_exec_core+22805>, 0x6028e37a2645 <vm_exec_core+28437>, 0x6028e37a0460 <vm_exec_core+19760>, 0x6028e37a10ce <vm_exec_core+22942>, 0x6028e37a1b87 <vm_exec_core+25687>, 0x6028e37a039d <vm_exec_core+19565>, 0x6028e379c29b <vm_exec_core+2923>, 0x6028e37a0af0 <vm_exec_core+21440>, 0x6028e379c12e <vm_exec_core+2558>, 0x6028e379c564 <vm_exec_core+3636>, 0x6028e379e274 <vm_exec_core+11076>, 0x6028e379ff6a <vm_exec_core+18490>, 0x6028e37a0989 <vm_exec_core+21081>, 0x6028e379fc0f <vm_exec_core+17631>, 0x6028e379bd3a <vm_exec_core+1546>, 0x6028e37a1db7 <vm_exec_core+26247>, 0x6028e37a2497 <vm_exec_core+28007>, 0x6028e379c70b <vm_exec_core+4059>, 0x6028e379d2b7 <vm_exec_core+7047>, 0x6028e379cf75 <vm_exec_core+6213>, 0x6028e379d9f2 <vm_exec_core+8898>, 0x6028e379e829 <vm_exec_core+12537>, 0x6028e379c7b2 <vm_exec_core+4226>, 0x6028e37a1c1f <vm_exec_core+25839>, 0x6028e379d241 <vm_exec_core+6929>, 0x6028e379e6d7 <vm_exec_core+12199>, 0x6028e379f19e <vm_exec_core+14958>, 0x6028e37a157c <vm_exec_core+24140>, 0x6028e37a0622 <vm_exec_core+20210>, 0x6028e379dccc <vm_exec_core+9628>, 0x6028e379d54e <vm_exec_core+7710>, 0x6028e37a13d2 <vm_exec_core+23714>, 0x6028e379e454 <vm_exec_core+11556>, 0x6028e37a0bef <vm_exec_core+21695>, 0x6028e37a0694 <vm_exec_core+20324>, 0x6028e37a0ca6 <vm_exec_core+21878>, 0x6028e37a2169 <vm_exec_core+27193>, 0x6028e379fa21 <vm_exec_core+17137>, 0x6028e37a1635 <vm_exec_core+24325>, 0x6028e379ba88 <vm_exec_core+856>, 0x6028e37a1163 <vm_exec_core+23091>, 0x6028e379ddeb <vm_exec_core+9915>, 0x6028e37a02f8 <vm_exec_core+19400>, 0x6028e37a0538 <vm_exec_core+19976>, 0x6028e379edd2 <vm_exec_core+13986>, 0x6028e379c618 <vm_exec_core+3816>, 0x6028e379e199 <vm_exec_core+10857>, 0x6028e379d7d6 <vm_exec_core+8358>, 0x6028e37a0d24 <vm_exec_core+22004>, 0x6028e379c943 <vm_exec_core+4627>, 0x6028e379eb7f <vm_exec_core+13391>, 0x6028e379f4cf <vm_exec_core+15775>, 0x6028e379dad0 <vm_exec_core+9120>, 0x6028e37a94d9 <vm_exec_core+56745>, 0x6028e379d4a5 <vm_exec_core+7541>, 0x6028e379d39d <vm_exec_core+7277>, 0x6028e379d6a8 <vm_exec_core+8056>, 0x6028e379e093 <vm_exec_core+10595>, 0x6028e379fe0e <vm_exec_core+18142>, 0x6028e379f259 <vm_exec_core+15145>, 0x6028e37a0a08 <vm_exec_core+21208>, 0x6028e379f6b5 <vm_exec_core+16261>, 0x6028e37a1ce0 <vm_exec_core+26032>, 0x6028e37a3287 <vm_exec_core+31575>, 0x6028e37a1f24 <vm_exec_core+26612>, 0x6028e37a2b75 <vm_exec_core+29765>, 0x6028e37a2c66 <vm_exec_core+30006>, 0x6028e379c1c0 <vm_exec_core+2704>, 0x6028e37a274d <vm_exec_core+28701>, 0x6028e379e379 <vm_exec_core+11337>, 0x6028e37a2948 <vm_exec_core+29208>, 0x6028e379deba <vm_exec_core+10122>, 0x6028e37a1e5b <vm_exec_core+26411>, 0x6028e379c057 <vm_exec_core+2343>, 0x6028e379c83d <vm_exec_core+4365>, 0x6028e37a2eaa <vm_exec_core+30586>, 0x6028e379e75d <vm_exec_core+12333>, 0x6028e379e55a <vm_exec_core+11818>, 0x6028e379ba8d <vm_exec_core+861>, 0x6028e379bf7a <vm_exec_core+2122>, 0x6028e379bb13 <vm_exec_core+995>, 0x6028e37a2013 <vm_exec_core+26851>, 0x6028e379f8de <vm_exec_core+16814>, 0x6028e379efa2 <vm_exec_core+14450>, 0x6028e379f7ba <vm_exec_core+16522>, 0x6028e379f406 <vm_exec_core+15574>, 0x6028e379e5ef <vm_exec_core+11967>, 0x6028e379eead <vm_exec_core+14205>, 0x6028e379e879 <vm_exec_core+12617>, 0x6028e379f0bc <vm_exec_core+14732>, 0x6028e379f12d <vm_exec_core+14845>, 0x6028e379bcf7 <vm_exec_core+1479>, 0x6028e379cffe <vm_exec_core+6350>, 0x6028e37a2222 <vm_exec_core+27378>, 0x6028e379cb70 <vm_exec_core+5184>, 0x6028e37a2fd3 <vm_exec_core+30883>, 0x6028e37a0dde <vm_exec_core+22190>, 0x6028e379e9ef <vm_exec_core+12991>, 0x6028e379be5f <vm_exec_core+1839>, 0x6028e37a2815 <vm_exec_core+28901>, 0x6028e37a255d <vm_exec_core+28205>, 0x6028e379cded <vm_exec_core+5821>, 0x6028e379c34f <vm_exec_core+3103>, 0x6028e37a14d7 <vm_exec_core+23975>, 0x6028e379d8f4 <vm_exec_core+8644>, 0x6028e37a2a16 <vm_exec_core+29414>, 0x6028e37a26bf <vm_exec_core+28559>, 0x6028e379dfe2 <vm_exec_core+10418>, 0x6028e379e97e <vm_exec_core+12878>, 0x6028e37a1036 <vm_exec_core+22790>, 0x6028e37a2636 <vm_exec_core+28422>, 0x6028e37a0451 <vm_exec_core+19745>, 0x6028e37a10bf <vm_exec_core+22927>, 0x6028e37a1b78 <vm_exec_core+25672>, 0x6028e37a038e <vm_exec_core+19550>, 0x6028e379c28c <vm_exec_core+2908>, 0x6028e37a0ae1 <vm_exec_core+21425>, 0x6028e379c11f <vm_exec_core+2543>, 0x6028e379c555 <vm_exec_core+3621>, 0x6028e379e265 <vm_exec_core+11061>, 0x6028e379ff5b <vm_exec_core+18475>, 0x6028e37a097a <vm_exec_core+21066>, 0x6028e379fc00 <vm_exec_core+17616>, 0x6028e379bd2b <vm_exec_core+1531>, 0x6028e37a1da8 <vm_exec_core+26232>, 0x6028e37a2488 <vm_exec_core+27992>, 0x6028e379c6fc <vm_exec_core+4044>, 0x6028e379d2a8 <vm_exec_core+7032>, 0x6028e379cf66 <vm_exec_core+6198>, 0x6028e379d9e3 <vm_exec_core+8883>, 0x6028e379e81a <vm_exec_core+12522>, 0x6028e379c7a3 <vm_exec_core+4211>, 0x6028e37a1c10 <vm_exec_core+25824>, 0x6028e379d232 <vm_exec_core+6914>, 0x6028e379e6c8 <vm_exec_core+12184>, 0x6028e379f18f <vm_exec_core+14943>, 0x6028e37a156d <vm_exec_core+24125>, 0x6028e37a0613 <vm_exec_core+20195>, 0x6028e379dcbd <vm_exec_core+9613>, 0x6028e379d53f <vm_exec_core+7695>, 0x6028e37a13c3 <vm_exec_core+23699>, 0x6028e379e445 <vm_exec_core+11541>, 0x6028e37a0be0 <vm_exec_core+21680>, 0x6028e37a0685 <vm_exec_core+20309>, 0x6028e37a0c97 <vm_exec_core+21863>, 0x6028e37a215a <vm_exec_core+27178>, 0x6028e379fa12 <vm_exec_core+17122>, 0x6028e37a1626 <vm_exec_core+24310>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e37a1154 <vm_exec_core+23076>, 0x6028e379dddc <vm_exec_core+9900>, 0x6028e37a02e9 <vm_exec_core+19385>, 0x6028e37a0529 <vm_exec_core+19961>, 0x6028e379edc3 <vm_exec_core+13971>, 0x6028e379ff56 <vm_exec_core+18470>, 0x6028e379e18a <vm_exec_core+10842>, 0x6028e379d7c7 <vm_exec_core+8343>, 0x6028e37a0d15 <vm_exec_core+21989>, 0x6028e379c934 <vm_exec_core+4612>, 0x6028e379eb70 <vm_exec_core+13376>, 0x6028e379f4c0 <vm_exec_core+15760>, 0x6028e379dac1 <vm_exec_core+9105>, 0x6028e37a94ca <vm_exec_core+56730>, 0x6028e379d496 <vm_exec_core+7526>, 0x6028e379d38e <vm_exec_core+7262>, 0x6028e379d699 <vm_exec_core+8041>, 0x6028e379e084 <vm_exec_core+10580>, 0x6028e379fdff <vm_exec_core+18127>, 0x6028e379f24a <vm_exec_core+15130>, 0x6028e379fdfa <vm_exec_core+18122>, 0x6028e37a060e <vm_exec_core+20190>, 0x6028e37a0609 <vm_exec_core+20185>, 0x6028e379d694 <vm_exec_core+8036>, 0x6028e37a0acd <vm_exec_core+21405>, 0x6028e379e7e3 <vm_exec_core+12467>, 0x6028e379e7e8 <vm_exec_core+12472>, 0x6028e37a0604 <vm_exec_core+20180>, 0x6028e37a044c <vm_exec_core+19740>, 0x6028e379f4bb <vm_exec_core+15755>, 0x6028e379f3f2 <vm_exec_core+15554>, 0x6028e37a04fb <vm_exec_core+19915>, 0x6028e379f8c5 <vm_exec_core+16789>...}
        reg_cfp = 0x7e2ab5dff720
        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>
#41 0x00006028e3796d1b 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.
#42 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
#43 0x00006028e37df1a8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3050
        ec = 0x5160000003d0
        val = <optimized out>
#44 0x00006028e33ddc7a in rb_ec_exec_node (ec=0x5160000003d0, n=0x7e2ab81af6b0) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fffe7b10770, <optimized out>, 0x7fffe7b106c0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7e2ab81af6b0
#45 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5160000003d0
        status = <optimized out>
#46 0x00006028e33d6be7 in rb_main (argc=11, argv=0x7fffe7b10938) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#47 main (argc=11, argv=0x7fffe7b10938) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 512566) detached]
$ timeout 60 gdb -p 512558 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
running file: /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.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.

Children under /tmp/rubytest.cpbp3h:
* drwx------ 2      60 2025-11-07 04:29:34 +0000 autoload20251107-512566-xqs19q/
  * -rw-r--r-- 1 0 2025-11-07 04:29:34 +0000 test-bug-15790.rb
* -rw-r--r-- 1  100248 2025-11-07 04:20:53 +0000 _ruby_box_p522130_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-07 04:20:53 +0000 _ruby_box_p522130_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-07 04:20:53 +0000 _ruby_box_p522130_2_rbconfig+sizeof.so
* -rw-r--r-- 1   31544 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_monitor.so
* -rw-r--r-- 1  153600 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_stringio.so
* -rw-r--r-- 1   29000 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_erb+escape.so
* -rw-r--r-- 1   51456 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_cgi+escape.so
* -rw-r--r-- 1  106600 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_strscan.so
* -rw-r--r-- 1   24216 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_io+nonblock.so
* -rw-r--r-- 1   66784 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_digest.so
* -rw-r--r-- 1 1517192 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_openssl.so
* -rw-r--r-- 1   22760 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_io+wait.so
* -rw-r--r-- 1  967608 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_socket.so
* -rw-r--r-- 1  314592 2025-11-07 04:20:52 +0000 _ruby_box_p521855_2_zlib.so
* -rw-r--r-- 1  113104 2025-11-07 04:20:51 +0000 _ruby_box_p521855_2_psych.so
* -rw-r--r-- 1  234504 2025-11-07 04:20:51 +0000 _ruby_box_p521855_2_json+ext+generator.so
* -rw-r--r-- 1  159048 2025-11-07 04:20:51 +0000 _ruby_box_p521855_2_json+ext+parser.so
* -rw-r--r-- 1  109528 2025-11-07 04:20:51 +0000 _ruby_box_p521855_2_etc.so
* -rw-r--r-- 1  943704 2025-11-07 04:20:51 +0000 _ruby_box_p521855_2_date_core.so
* -rw-r--r-- 1  100248 2025-11-07 04:20:51 +0000 _ruby_box_p521855_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-07 04:20:51 +0000 _ruby_box_p521855_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-07 04:20:51 +0000 _ruby_box_p521855_2_rbconfig+sizeof.so
* -rw-r--r-- 1  100248 2025-11-07 04:20:51 +0000 _ruby_box_p521774_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-07 04:20:51 +0000 _ruby_box_p521774_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-07 04:20:50 +0000 _ruby_box_p521774_2_rbconfig+sizeof.so
* -rw-r--r-- 1  100248 2025-11-07 04:20:50 +0000 _ruby_box_p521737_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-07 04:20:50 +0000 _ruby_box_p521737_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-07 04:20:50 +0000 _ruby_box_p521737_2_rbconfig+sizeof.so
* -rw-r--r-- 1  100248 2025-11-07 04:20:49 +0000 _ruby_box_p521619_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-07 04:20:49 +0000 _ruby_box_p521619_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-07 04:20:49 +0000 _ruby_box_p521619_2_rbconfig+sizeof.so

make: *** [uncommon.mk:910: 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 512229 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 512228 -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 1245835 -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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-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 3.5.0dev (2025-11-07T04:14:54Z master aaf1f53df0) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ..................................

Finished in 37.984176 seconds

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