# Logfile created on 2025-02-13 09:53:01 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007dfdca0dfde0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk_asan", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_asan", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_asan", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_asan", @configure_opts=["'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=600, @no_timeout_error=true, @logfile="/home/ko1/ruby/logs/brlog.trunk_asan.20250213-095301", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007dfdca1001f8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007dfdca9efe80 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007dfdca01a108 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20250213-095301", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20250213-095301>, @binmode=false, @mon_data=#<Monitor:0x00007dfdca9efa48>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
Update irb to 6bb53630c3398b2042fb99d5232c68399491d338
Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e
echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/syslog.revision -
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision -
echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision -
echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/syslog.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision unchanged
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
From https://github.com/ruby/ruby
   d35cc0c..4a67ef0  master     -> origin/master
Updating d35cc0c..4a67ef0
Fast-forward
 .document                                          |    1 -
 .github/workflows/compilers.yml                    |    6 +-
 .github/workflows/rjit-bindgen.yml                 |   86 -
 .github/workflows/rjit.yml                         |  131 -
 .gitignore                                         |    6 -
 README.ja.md                                       |    1 -
 README.md                                          |    1 -
 bootstraptest/runner.rb                            |    7 +-
 bootstraptest/test_gc.rb                           |    2 +-
 bootstraptest/test_load.rb                         |    2 +-
 bootstraptest/test_ractor.rb                       |    2 +-
 bootstraptest/test_syntax.rb                       |    4 +-
 bootstraptest/test_thread.rb                       |    5 +-
 bootstraptest/test_yjit.rb                         |   26 +-
 common.mk                                          |  537 --
 configure.ac                                       |   51 -
 cont.c                                             |    1 -
 doc/.document                                      |    1 -
 doc/rjit/rjit.md                                   |   45 -
 eval.c                                             |    1 -
 gc.c                                               |    1 -
 inits.c                                            |    2 -
 internal/cmdlineopt.h                              |    4 -
 iseq.c                                             |    8 -
 lib/ruby_vm/rjit/.document                         |    1 -
 lib/ruby_vm/rjit/assembler.rb                      | 1160 ----
 lib/ruby_vm/rjit/block.rb                          |   11 -
 lib/ruby_vm/rjit/branch_stub.rb                    |   24 -
 lib/ruby_vm/rjit/c_pointer.rb                      |  394 --
 lib/ruby_vm/rjit/c_type.rb                         |   99 -
 lib/ruby_vm/rjit/code_block.rb                     |   91 -
 lib/ruby_vm/rjit/compiler.rb                       |  518 --
 lib/ruby_vm/rjit/context.rb                        |  377 --
 lib/ruby_vm/rjit/entry_stub.rb                     |    7 -
 lib/ruby_vm/rjit/exit_compiler.rb                  |  164 -
 lib/ruby_vm/rjit/hooks.rb                          |   36 -
 lib/ruby_vm/rjit/insn_compiler.rb                  | 6046 --------------------
 lib/ruby_vm/rjit/invariants.rb                     |  155 -
 lib/ruby_vm/rjit/jit_state.rb                      |   65 -
 lib/ruby_vm/rjit/stats.rb                          |  191 -
 lib/ruby_vm/rjit/type.rb                           |  221 -
 prelude.rb                                         |    2 +-
 process.c                                          |    3 +-
 ractor.c                                           |    6 +-
 rjit.c                                             |  501 --
 rjit.h                                             |  101 -
 rjit.rb                                            |   52 -
 rjit_c.c                                           |  548 --
 rjit_c.h                                           |  165 -
 rjit_c.rb                                          | 1671 ------
 ruby.c                                             |   65 +-
 template/Makefile.in                               |    1 -
 test/-ext-/bug_reporter/test_bug_reporter.rb       |    2 -
 test/lib/jit_support.rb                            |   14 -
 test/ruby/rjit/test_assembler.rb                   |  368 --
 test/ruby/test_fiber.rb                            |    1 -
 test/ruby/test_gc.rb                               |    1 -
 test/ruby/test_io.rb                               |    6 -
 test/ruby/test_module.rb                           |    1 -
 test/ruby/test_optimization.rb                     |    1 -
 test/ruby/test_process.rb                          |    8 +-
 test/ruby/test_rubyoptions.rb                      |   68 +-
 test/ruby/test_settracefunc.rb                     |    3 -
 test/ruby/test_shapes.rb                           |    1 -
 test/ruby/test_thread.rb                           |    4 -
 test/socket/test_socket.rb                         |    2 +-
 thread.c                                           |    8 -
 thread_pthread.c                                   |    1 -
 tool/mkconfig.rb                                   |    2 -
 tool/rjit/bindgen.rb                               |  666 ---
 tool/ruby_vm/views/_leaf_helpers.erb               |    2 +-
 .../views/lib/ruby_vm/rjit/instruction.rb.erb      |   14 -
 tool/test/testunit/test_hideskip.rb                |    1 -
 tool/test/testunit/test_parallel.rb                |    2 +-
 version.c                                          |    8 -
 vm.c                                               |   16 +-
 vm_core.h                                          |    9 +-
 vm_exec.c                                          |    2 +-
 vm_insnhelper.c                                    |    3 +-
 vm_insnhelper.h                                    |    2 +-
 vm_method.c                                        |    7 -
 vm_trace.c                                         |    3 -
 win32/Makefile.sub                                 |    5 -
 83 files changed, 50 insertions(+), 14787 deletions(-)
 delete mode 100644 .github/workflows/rjit-bindgen.yml
 delete mode 100644 .github/workflows/rjit.yml
 delete mode 100644 doc/rjit/rjit.md
 delete mode 100644 lib/ruby_vm/rjit/.document
 delete mode 100644 lib/ruby_vm/rjit/assembler.rb
 delete mode 100644 lib/ruby_vm/rjit/block.rb
 delete mode 100644 lib/ruby_vm/rjit/branch_stub.rb
 delete mode 100644 lib/ruby_vm/rjit/c_pointer.rb
 delete mode 100644 lib/ruby_vm/rjit/c_type.rb
 delete mode 100644 lib/ruby_vm/rjit/code_block.rb
 delete mode 100644 lib/ruby_vm/rjit/compiler.rb
 delete mode 100644 lib/ruby_vm/rjit/context.rb
 delete mode 100644 lib/ruby_vm/rjit/entry_stub.rb
 delete mode 100644 lib/ruby_vm/rjit/exit_compiler.rb
 delete mode 100644 lib/ruby_vm/rjit/hooks.rb
 delete mode 100644 lib/ruby_vm/rjit/insn_compiler.rb
 delete mode 100644 lib/ruby_vm/rjit/invariants.rb
 delete mode 100644 lib/ruby_vm/rjit/jit_state.rb
 delete mode 100644 lib/ruby_vm/rjit/stats.rb
 delete mode 100644 lib/ruby_vm/rjit/type.rb
 delete mode 100644 rjit.c
 delete mode 100644 rjit.h
 delete mode 100644 rjit.rb
 delete mode 100644 rjit_c.c
 delete mode 100644 rjit_c.h
 delete mode 100644 rjit_c.rb
 delete mode 100644 test/ruby/rjit/test_assembler.rb
 delete mode 100755 tool/rjit/bindgen.rb
 delete mode 100644 tool/ruby_vm/views/lib/ruby_vm/rjit/instruction.rb.erb
Latest commit hash = 4a67ef09cc
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk_asan/common.mk > uncommon.mk
cd -P /tmp/ruby/src/trunk_asan && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk_asan/configure --prefix=/tmp/ruby/install/trunk_asan --disable-install-doc CC=clang-17 cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 --no-create --no-recursion
checking for ruby... /usr/bin/ruby --disable=gems
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for ld-17... no
checking for llvm-ar-17... llvm-ar-17
checking for clang++-17... clang++-17
checking for llvm-nm-17... llvm-nm-17
checking for llvm-objcopy-17... llvm-objcopy-17
checking for llvm-objdump-17... llvm-objdump-17
checking for llvm-ranlib-17... llvm-ranlib-17
checking for llvm-strip-17... llvm-strip-17
checking for gcc... clang-17
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang-17 accepts -g... yes
checking for clang-17 option to enable C11 features... none needed
checking whether the compiler supports GNU C++... yes
checking whether clang++-17 accepts -g... yes
checking for clang++-17 option to enable C++11 features... none needed
checking how to run the C preprocessor... clang-17 -E
checking for gas... no
checking for as... as
checking for gld... no
checking for ld... ld
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether clang-17 -E accepts -o... yes
checking for llvm-ar-17 flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... pkg-config
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether ELF binaries are produced... yes
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as CXXFLAGS... yes
checking whether -Wextra-tokens is accepted as CFLAGS... yes
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... yes
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... no
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wimplicit-int is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... yes
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wold-style-definition is accepted as CFLAGS... yes
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... no
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... no
checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
checking whether -Wno-self-assign is accepted as CFLAGS... yes
checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-unused-value is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=format is accepted as CFLAGS... no
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... no
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no
checking whether -Wno-maybe-uninitialized is accepted as CFLAGS... no
checking whether -Wmisleading-indentation is accepted as CFLAGS... yes
checking whether -Wundef is accepted as CFLAGS... yes
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... yes
checking whether -O3 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as LDFLAGS... yes
checking for -fstack-protector... -fstack-protector-strong
checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as LDFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for pthread.h... yes
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking thread model... pthread
checking whether CXXFLAGS is valid... yes
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... yes
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for sys/event.h... no
checking for stdckdint.h... no
checking for stdatomic.h... yes
checking for x86intrin.h... yes
checking for x86intrin.h when defined(__x86_64__)... yes
checking for gmp.h... yes
checking for library containing __gmpz_init... -lgmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... typeof
checking for C/C++ restrict keyword... __restrict__
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 16
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking word size... 8
checking packed struct attribute... x __attribute__((packed))
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__deprecated__(msg))) in C++... yes
checking for std::nullptr_t... yes
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... __attribute__ ((__cdecl__)) x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... x
checking for FUNC_MINIMIZED function attribute... x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for clang-17 options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... yes
checking for atan2l... yes
checking for atan2f... yes
checking whether atomic_signal_fence is declared... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchdir... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for malloc_trim... yes
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for snprintf... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for system... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for tzset... yes
checking for umask... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking for statx... yes
checking if getcwd allocates buffer if NULL is given... no
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
In file included from conftest.c:4:
/tmp/ruby/src/trunk_asan/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^
/tmp/ruby/src/trunk_asan/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT'
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                           ^
/tmp/ruby/src/trunk_asan/version.h:23:26: note: expanded from macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
<scratch space>:2:3: note: expanded from here
    2 | 10RUBY_RELEASE_MONTH
      |   ^
In file included from conftest.c:4:
/tmp/ruby/src/trunk_asan/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant
   34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
      |     ^
/tmp/ruby/src/trunk_asan/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT'
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                           ^
/tmp/ruby/src/trunk_asan/version.h:23:26: note: expanded from macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
<scratch space>:3:3: note: expanded from here
    3 | 10RUBY_RELEASE_DAY
      |   ^
2 errors generated.
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking for __builtin_add_overflow... yes
checking for __builtin_add_overflow_p... no
checking for __builtin_add_overflow with long long arguments... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_sub_overflow_p... no
checking for __builtin_sub_overflow with long long arguments... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... no
checking for __builtin_mul_overflow with long long arguments... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage specifier... _Thread_local
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... no
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for llvm-strip-17 flags... -S -x
checking whether -fPIE is accepted as CFLAGS... yes
checking whether -pie is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ((void **))
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for setjmp type... __builtin_setjmp\((void **)\)
checking if building with modular GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.5.0+0
configure: creating ./config.status
---
Configuration summary for ruby version 3.5.0

   * Installation prefix: /tmp/ruby/install/trunk_asan
   * exec prefix:         ${prefix}
   * arch:                x86_64-linux
   * site arch:           ${arch}
   * RUBY_BASE_NAME:      ruby
   * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
   * site libraries path: ${rubylibprefix}/${sitearch}
   * vendor path:         ${rubylibprefix}/vendor_ruby
   * target OS:           linux
   * compiler:            clang-17
   * with thread:         pthread
   * with coroutine:      amd64
   * with modular GC:     no
   * enable shared libs:  no
   * dynamic library ext: so
   * CFLAGS:              ${hardenflags} -fsanitize=address \
                          -fno-omit-frame-pointer -DUSE_MN_THREADS=0 \
                          -fdeclspec  ${optflags} ${debugflags} ${warnflags}
   * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic
   * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
   * optflags:            -O3 -fno-fast-math
   * debugflags:          -ggdb3
   * warnflags:           -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
   * hardenflags:         -fstack-protector-strong -U_FORTIFY_SOURCE \
                          -D_FORTIFY_SOURCE=2
   * strip command:       llvm-strip-17 -S -x
   * install doc:         no
   * YJIT support:        yes
   * man page type:       doc
   * BASERUBY -v:         ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \
                          [x86_64-linux-gnu]

---
MAKE=make /bin/sh ./config.status GNUmakefile
MAKE=make /bin/sh ./config.status Makefile
config.status: creating GNUmakefile
config.status: creating Makefile
GNUmakefile unchanged
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
generating vmtc.inc
generating vm.inc
making /tmp/ruby/src/trunk_asan/prelude.rbinc
generating /tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof/sizes.c
generating miniprelude.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof'
Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
Update irb to 6bb53630c3398b2042fb99d5232c68399491d338
Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e
echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/syslog.revision -
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision -
echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision -
echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/syslog.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision unchanged
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof'
miniprelude.c updated
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -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 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/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/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/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/inits.c
compiling /tmp/ruby/src/trunk_asan/imemo.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 parse.c
compiling /tmp/ruby/src/trunk_asan/parser_st.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/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 prism/api_node.c
compiling /tmp/ruby/src/trunk_asan/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk_asan/prism/encoding.c
compiling /tmp/ruby/src/trunk_asan/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk_asan/prism/options.c
compiling /tmp/ruby/src/trunk_asan/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk_asan/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk_asan/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk_asan/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk_asan/prism/prism.c
compiling /tmp/ruby/src/trunk_asan/prism_init.c
compiling /tmp/ruby/src/trunk_asan/yjit.c
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
assembling /tmp/ruby/src/trunk_asan/coroutine/amd64/Context.S
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
compiling /tmp/ruby/src/trunk_asan/addr2line.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -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 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/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.inc updated
d8fb0adbc5e7b1be7c0dd70ef7b5c9bcbf4d11789f05f1ae59a4d8af6a6df2b2  builtin_binary.inc
compiling /tmp/ruby/src/trunk_asan/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -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 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
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
transdb.h unchanged
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
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_14.c
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
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk_asan/enc/utf_32be.c
making trans
compiling /tmp/ruby/src/trunk_asan/enc/utf_32le.c
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/windows_31j.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/big5.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1250.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1251.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
ext/configure-ext.mk updated
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_kddi.c
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/escape.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1252.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1253.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1254.c
configuring -test-/RUBY_ALIGNOF
compiling /tmp/ruby/src/trunk_asan/enc/trans/iso2022.c
configuring cgi/escape
compiling /tmp/ruby/src/trunk_asan/enc/windows_1257.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese.c
configuring continuation
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese_euc.c
configuring coverage
configuring date
linking encoding encdb.so
configuring digest
linking encoding big5.so
configuring digest/bubblebabble
linking encoding cesu_8.so
configuring digest/md5
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
configuring erb/escape
configuring etc
linking encoding euc_kr.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese_sjis.c
linking encoding euc_tw.so
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring fcntl
linking encoding gb2312.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/korean.c
configuring -test-/array/resize
configuring -test-/asan
configuring -test-/bignum
linking encoding gb18030.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/single_byte.c
linking encoding gbk.so
linking encoding iso_8859_1.so
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
linking encoding iso_8859_2.so
configuring -test-/class
configuring -test-/cxxanyargs
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
configuring io/console
configuring json
configuring -test-/debug
linking encoding iso_8859_6.so
configuring json/generator
configuring -test-/dln/empty
configuring -test-/econv
linking encoding iso_8859_7.so
configuring objspace
configuring -test-/ensure_and_callcc
configuring -test-/enumerator_kw
configuring monitor
configuring -test-/eval
configuring -test-/exception
linking encoding iso_8859_8.so
configuring -test-/fatal
linking encoding iso_8859_9.so
configuring -test-/file
configuring digest/rmd160
linking encoding iso_8859_10.so
configuring openssl
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
configuring psych
linking encoding iso_8859_14.so
configuring pathname
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/utf8_mac.c
linking encoding koi8_r.so
configuring pty
configuring digest/sha1
linking encoding koi8_u.so
linking encoding shift_jis.so
configuring json/parser
linking encoding utf_16be.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/utf_16_32.c
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
configuring digest/sha2
linking encoding windows_1252.so
configuring rbconfig/sizeof
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
linking transcoder transdb.so
linking transcoder cesu_8.so
configuring ripper
linking transcoder chinese.so
configuring rubyvm
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
configuring socket
configuring stringio
linking transcoder emoji_sjis_kddi.so
configuring strscan
configuring zlib
configuring bigdecimal-3.1.9/ext/bigdecimal
configuring debug-1.10.0/ext/debug
linking transcoder emoji_sjis_softbank.so
configuring fiddle-1.1.6/ext/fiddle
configuring nkf-0.2.0/ext/nkf
linking transcoder escape.so
configuring racc-1.8.1/ext/racc/cparse
linking transcoder gb18030.so
configuring rbs-3.8.1/ext/rbs_extension
configuring syslog-0.2.0/ext/syslog
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
configuring -test-/float
linking transcoder japanese_sjis.so
linking transcoder japanese_euc.so
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
linking transcoder korean.so
configuring -test-/integer
linking transcoder single_byte.so
configuring -test-/iseq_load
configuring -test-/iter
linking transcoder utf8_mac.so
configuring -test-/load/dot.dot
linking transcoder utf_16_32.so
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
linking transcoder big5.so
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
configuring -test-/marshal/usr
making encs
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
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'
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
libffi_version: 3.4.6
configuring -test-/thread/id
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
configuring io/nonblock
configuring io/wait
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/-test-/abi'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/asan'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/asan/asan.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/RUBY_ALIGNOF'
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
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/cxxanyargs'
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-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/concat'
linking shared-object -test-/cxxanyargs.so
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
compiling /tmp/ruby/src/trunk_asan/ext/-test-/array/resize/resize.c
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-14834'
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-/bug-5832/bug.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/class'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/dln/empty'
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
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/big2str.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/econv'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/econv/append.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/cxxanyargs'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/econv/init.c
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/bug_5832.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/class/init.c
linking shared-object -test-/asan.so
linking shared-object -test-/bug_3571.so
linking shared-object -test-/array/resize.so
linking shared-object -test-/bug_reporter.so
linking shared-object -test-/dln/empty.so
linking shared-object -test-/bug_14834.so
linking shared-object -test-/array/to_ary_concat.so
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/arith_seq/beg_len_step.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/bigzero.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/profile_frames.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/div.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-/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-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/enumerator_kw'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/dln/empty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/asan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/intpack.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/resize'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/eval'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/eval/eval.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/mul.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-14834'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/str2big.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/exception'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/enc_raise.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/init.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/econv'
linking shared-object -test-/class.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/rb_fatal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/class'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/ensured.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/file'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/fs.c
linking shared-object -test-/eval.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/init.c
linking shared-object -test-/debug.so
linking shared-object -test-/ensure_and_callcc.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/newline_conv.c
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-/float/nextafter.c
linking shared-object -test-/enumerator_kw.so
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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
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'
linking shared-object -test-/bignum.so
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-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/integer'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iseq_load/iseq_load.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/my_integer.c
linking shared-object -test-/fatal.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/stat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/fatal'
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]: 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-/exception.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/init.c
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-/float.so
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/exception'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/yield.c
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
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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/stringify_target/stringify_target.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/float'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/compat/usrcompat.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/usr/usrmarshal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/memory_view'
linking shared-object -test-/file.so
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
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/hash'
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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/num2int/num2int.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/file'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/method/init.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/dot.dot'
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
linking shared-object -test-/load/resolve_symbol_resolver.so
linking shared-object -test-/iter.so
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/protect'
linking shared-object -test-/load/stringify_target.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/popen_deadlock'
linking shared-object -test-/load/stringify_symbols.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
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-/postponed_job'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/iter'
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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/resolve_symbol_target'
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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_target'
linking shared-object -test-/marshal/usr.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/receiver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/super.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/compat'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/random'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/bad_version.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/rational/rat.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/init.c
linking shared-object -test-/method.so
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/loop.c
linking shared-object -test-/num2int.so
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
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-/num2int'
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
compiling /tmp/ruby/src/trunk_asan/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
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-/integer.so
linking shared-object -test-/rb_call_super_kw.so
linking shared-object -test-/proc.so
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/popen_deadlock'
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
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/string'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/rb_call_super_kw'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/postponed_job'
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/integer'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/coderange.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/struct'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/data.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/id'
linking shared-object -test-/printf.so
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
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/cstr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/memory_view'
linking shared-object -test-/random.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/ellipsize.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/printf'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/duplicate.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_associate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/random'
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-/regexp'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/init.c
linking shared-object -test-/st/numhash.so
linking shared-object -test-/st/foreach.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/len.c
linking shared-object -test-/thread/id.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/member.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_dummy.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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/update'
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'
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
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/modify.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/new.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
linking shared-object -test-/symbol.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread_fd/thread_fd.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/time'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/leap_second.c
linking shared-object -test-/struct.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/new.c
linking shared-object -test-/rational.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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/typeddata/typeddata.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/struct'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/vm'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/vm/at_exit.c
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-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/rb_interned_str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/rb_str_dup.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/set_len.c
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
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
compiling /tmp/ruby/src/trunk_asan/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
compiling /tmp/ruby/src/trunk_asan/ext/date/date_core.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk_asan/ext/date/date_parse.c
linking shared-object -test-/typeddata.so
compiling /tmp/ruby/src/trunk_asan/ext/date/date_strftime.c
linking shared-object -test-/tracepoint.so
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
linking shared-object -test-/wait.so
compiling /tmp/ruby/src/trunk_asan/ext/date/date_strptime.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/erb/escape'
compiling /tmp/ruby/src/trunk_asan/ext/erb/escape/escape.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/etc'
compiling /tmp/ruby/src/trunk_asan/ext/etc/etc.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fcntl'
compiling /tmp/ruby/src/trunk_asan/ext/fcntl/fcntl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/wait'
linking shared-object continuation.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/vm'
compiling /tmp/ruby/src/trunk_asan/ext/io/console/console.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/nonblock'
linking shared-object -test-/string.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/wait'
compiling /tmp/ruby/src/trunk_asan/ext/io/wait/wait.c
compiling /tmp/ruby/src/trunk_asan/ext/io/nonblock/nonblock.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/string'
make[2]: Leaving 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
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
compiling /tmp/ruby/src/trunk_asan/ext/objspace/object_tracing.c
linking shared-object erb/escape.so
linking shared-object fcntl.so
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fcntl'
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/erb/escape'
linking shared-object io/nonblock.so
compiling /tmp/ruby/src/trunk_asan/ext/objspace/objspace.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl.c
linking shared-object coverage.so
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/cgi/escape'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/wait'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_asn1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/nonblock'
compiling /tmp/ruby/src/trunk_asan/ext/objspace/objspace_dump.c
linking shared-object monitor.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
compiling /tmp/ruby/src/trunk_asan/ext/pathname/pathname.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/time'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_bio.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/monitor'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_emitter.c
linking shared-object digest.so
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_parser.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/etc'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_cipher.c
linking shared-object io/console.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_config.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
compiling /tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_yaml_tree.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
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_engine.c
linking shared-object psych.so
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
compiling /tmp/ruby/src/trunk_asan/ext/ripper/ripper.c
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk_asan/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_hmac.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ns_spki.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_ocsp.c
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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
compiling /tmp/ruby/src/trunk_asan/ext/strscan/strscan.c
linking shared-object pathname.so
compiling /tmp/ruby/src/trunk_asan/ext/socket/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
compiling /tmp/ruby/src/trunk_asan/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/socket.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c
linking shared-object objspace.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/zlib'
compiling /tmp/ruby/src/trunk_asan/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk_asan/ext/zlib/zlib.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
compiling /tmp/ruby/src/trunk_asan/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/udpsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal/missing.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkcs7.c
linking shared-object strscan.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.6/ext/fiddle'
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.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_dh.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension/../../src/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.6/ext/fiddle'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension/../../src/ruby_objs.c
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
linking shared-object stringio.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_dsa.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/stringio'
compiling /tmp/ruby/src/trunk_asan/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension/main.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog/syslog.c
linking shared-object racc/cparse.so
compiling /tmp/ruby/src/trunk_asan/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension/parser.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/option.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_provider.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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/md5'
compiling /tmp/ruby/src/trunk_asan/ext/digest/md5/md5init.c
linking shared-object syslog_ext.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_rand.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
compiling /tmp/ruby/src/trunk_asan/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/ancdata.c
linking shared-object digest/bubblebabble.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk_asan/ext/digest/rmd160/rmd160init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha1'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ssl_session.c
linking shared-object digest/md5.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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/md5'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension/unescape.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.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]: 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_ts.c
linking shared-object digest/sha1.so
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/ifaddr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/zlib'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509attr.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509cert.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_x509crl.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509req.c
linking shared-object rbs_extension.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509revoked.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509store.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json/parser'
linking shared-object date_core.so
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 openssl.so
linking shared-object socket.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 nkf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
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
Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
Update irb to 6bb53630c3398b2042fb99d5232c68399491d338
Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -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 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/syslog.revision -
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision -
echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision -
echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision -
generating encdb.h
generating enc.mk
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/syslog.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/pstore.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/irb.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/reline.revision unchanged
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
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.6/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: 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/fiddle-1.1.6/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
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/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
./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+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+0
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0
                                    bundler 2.7.0.dev
                                    cgi 0.4.1
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.6.0
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.3.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    set 1.1.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.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.2
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.10.1
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.3
                                    stringio 3.1.3.dev
                                    strscan 3.1.2
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0
                                    minitest 5.25.4
                                    power_assert 2.0.5
                                    rake 13.2.1
                                    test-unit 3.6.7
                                    rexml 3.4.0
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.6
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.8.1
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.9
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.2.0
                                    csv 3.3.2
                                    repl_type_completor 0.1.10
                                    ostruct 0.6.1
                                    pstore 0.1.4
                                    benchmark 0.4.0
                                    logger 1.6.5
                                    rdoc 6.12.0
                                    irb 1.15.1
                                    reline 0.6.0
                                    readline 0.0.4
                                    fiddle 1.1.6
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0/cache
skipped bundled gems:
    win32ole-1.9.1.gem              not found in bundled_gems
$$$[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/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -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 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -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 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/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.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.6/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.6/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.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.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=19105
  "--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/751] 3804171=test_erb_m17n
[  2/751] 3804178=test_objspace
[  3/751] 3804163=test_clone
[  4/751] 3804177=test_koi8
[  5/751] 3804165=test_too_many_dummy_encodings
[  6/751] 3804173=test_gem_ext_cmake_builder
[  7/751] 3804176=test_filter
[  8/751] 3804170=test_httpresponses
[  9/751] 3804167=integer_base_flags_test
[ 10/751] 3804164=test_unicode_escape
[ 11/751] 3804169=test_ftp
[ 12/751] 3804172=test_gem_resolver_vendor_set
[ 13/751] 3804168=test_fnmatch
[ 14/751] 3804175=test_have_library
[ 15/751] 3804166=test_require
[ 16/751] 3804174=test_https
[ 17/751] 3804177=test_erb_command
[ 18/751] 3804171=test_string
[ 19/751] 3804169=test_io_wait_uncommon
[ 20/751] 3804169=test_shift_jis
[ 21/751] 3804169=test_gem_request_set_lockfile_parser
[ 22/751] 3804177=test_yield
[ 23/751] 3804168=test_gem_ci_detector
[ 24/751] 3804176=test_raise
[ 25/751] 3804176=test_proxy
[ 26/751] 3804170=test_rational2
[ 27/751] 3804165=fixtures_test
[ 28/751] 3804167=test_gem_dependency_resolution_error
[ 29/751] 3804170=test_http
[ 30/751] 3804164=test_gem_resolver_index_set
[ 31/751] 3804171=test_gem_security_policy
[ 32/751] 3804176=test_file
[ 33/751] 3804176=test_gem_install_update_options
[ 34/751] 3804163=test_case_options
[ 35/751] 3804163=test_arity
[ 36/751] 3804172=test_files_sample
[ 37/751] 3804173=test_update
[ 38/751] 3804163=test_switch_hitter
[ 39/751] 3804173=test_pack
[ 40/751] 3804163=test_defined
[ 41/751] 3804168=test_hash_create
[ 42/751] 3804168=json_generic_object_test
[ 43/751] 3804168=test_call
[ 44/751] 3804167=test_thread
[ 45/751] 3804169=test_jaro_winkler
[ 46/751] 3804164=test_gem_commands_yank_command
[ 47/751] 3804169=test_exit
[ 48/751] 3804163=test_pattern_key_name_check
[ 49/751] 3804165=test_gem_util
[ 50/751] 3804172=test_config
[ 51/751] 3804163=test_tempfile
[ 52/751] 3804172=test_gem_resolver
[ 53/751] 3804168=test_gem_gemcutter_utilities
[ 54/751] 3804169=test_gem_remote_fetcher
[ 55/751] 3804164=test_human_typo
[ 56/751] 3804164=test_dot_dot
[ 57/751] 3804164=test_bignum
[ 58/751] 3804173=reflection_test
[ 59/751] 3804176=test_postponed_job
[ 60/751] 3804168=ractor_test
[ 61/751] 3804171=test_gem_request_set_lockfile
[ 62/751] 3804173=test_key_error
[ 63/751] 3804173=test_enc_raise
[ 64/751] 3804173=test_engine
[ 65/751] 3804168=test_gem_command
[ 66/751] 3804173=test_httpresponse
[ 67/751] 3804164=test_inlinecache
[ 68/751] 3804172=test_weakkeymap
[ 69/751] 3804163=test_usrmarshal
[ 70/751] 3804173=test_cgi_cookie
[ 71/751] 3804168=test_internal_ivar
[ 72/751] 3804165=test_gem_commands_mirror
[ 73/751] 3804168=symbol_encoding_test
[ 74/751] 3804165=desugar_compiler_test
[ 75/751] 3804164=test_hmac
[ 76/751] 3804173=test_signedness
[ 77/751] 3804164=test_ractor
[ 78/751] 3804165=test_my_integer
[ 79/751] 3804165=test_tracepoint
[ 80/751] 3804169=test_gem_commands_environment_command
[ 81/751] 3804168=test_gem_resolver_installed_specification
[ 82/751] 3804169=test_array_create
[ 83/751] 3804164=test_ws
[ 84/751] 3804169=test_io_console
[ 85/751] 3804164=test_date_arith
[ 86/751] 3804164=test_metaclass
[ 87/751] 3804168=test_numeric
[ 88/751] 3804164=test_io
[ 89/751] 3804171=test_gem_spec_fetcher
[ 90/751] 3804163=test_ractor
[ 91/751] 3804175=test_undef
[ 92/751] 3804175=test_gem_commands_sources_command
[ 93/751] 3804168=test_symbol
[ 94/751] 3804163=test_coder
[ 95/751] 3804163=test_optparse
[ 96/751] 3804176=test_enum
[ 97/751] 3804165=test_gem_commands_which_command
[ 98/751] 3804171=test_gem_source_specific_file
[ 99/751] 3804165=test_unix
[100/751] 3804163=parse_test
[101/751] 3804165=test_hash
[102/751] 3804171=test_cipher
[103/751] 3804165=test_new
[104/751] 3804163=test_last_thread
[105/751] 3804165=test_gem_source_lock
[106/751] 3804171=test_ldap
[107/751] 3804165=test_gem_remote_fetcher_local_server
[108/751] 3804171=test_etc
[109/751] 3804171=test_foreach
[110/751] 3804165=test_econv
[111/751] 3804171=test_securerandom
[112/751] 3804171=test_stack
[113/751] 3804175=test_gem_commands_install_command
[114/751] 3804163=test_gem_ext_cargo_builder_unit
[115/751] 3804166=test_nowrite
[116/751] 3804166=test_flip
[117/751] 3804166=test_thread_queue
[118/751] 3804163=test_summary
[119/751] 3804169=test_iter_break
[120/751] 3804169=test_parse
[121/751] 3804163=test_process
[122/751] 3804172=test_have_macro
[123/751] 3804170=test_num2int
[124/751] 3804170=test_gem_source_local
[125/751] 3804173=test_digest
[126/751] 3804173=test_variable
[127/751] 3804176=test_cstr
[128/751] 3804172=test_gem_resolver_lock_specification
[129/751] 3804173=test_wss
[130/751] 3804173=test_address_resolve
[131/751] 3804171=test_const
[132/751] 3804172=test_serialize_subclasses
[133/751] 3804173=test_class
[134/751] 3804172=parse_comments_test
[135/751] 3804171=test_method_cache
[136/751] 3804171=test_gem_resolver_index_specification
[137/751] 3804174=test_string
[138/751] 3804174=test_marshalable
[139/751] 3804171=test_iterator
[140/751] 3804174=test_gem_dependency
[141/751] 3804172=test_path_to_class
[142/751] 3804172=string_test
[143/751] 3804172=test_storage
[144/751] 3804172=test_thread_fd_close
[145/751] 3804172=json_addition_test
[146/751] 3804170=test_gem_commands_dependency_command
[147/751] 3804172=test_qsort
[148/751] 3804172=test_cmethod
[149/751] 3804172=test_gem_ext_ext_conf_builder
[150/751] 3804171=test_gem_resolver_git_specification
[151/751] 3804169=test_dir_m17n
[152/751] 3804165=named_capture_test
[153/751] 3804165=test_cgi_tag_helper
[154/751] 3804165=test_coverage
[155/751] 3804170=json_common_interface_test
[156/751] 3804175=test_stream
[157/751] 3804175=test_pathname
[158/751] 3804170=test_remote_fetch_error
[159/751] 3804176=test_fileutils
[160/751] 3804170=test_eval
[161/751] 3804170=test_object
[162/751] 3804174=test_process
[163/751] 3804171=test_gem_commands_cert_command
[164/751] 3804174=test_io
[165/751] 3804175=test_readpartial
[166/751] 3804174=test_scalar
[167/751] 3804174=test_gem_commands_contents_command
[168/751] 3804176=test_gem_resolver_conflict
[169/751] 3804176=newline_offsets_test
[170/751] 3804175=test_regexp
[171/751] 3804174=test_str2big
[172/751] 3804174=test_rational
[173/751] 3804168=test_addr
[174/751] 3804168=test_stat
[175/751] 3804168=test_eval
[176/751] 3804166=test_convertible
[177/751] 3804170=test_gem_resolver_best_set
[178/751] 3804170=relocation_test
[179/751] 3804176=test_windows_1251
[180/751] 3804176=test_parser_events
[181/751] 3804170=test_thread_cv
[182/751] 3804176=test_cgi_modruby
[183/751] 3804176=test_yamldbm
[184/751] 3804176=test_helper
[185/751] 3804176=test_gem_request
[186/751] 3804174=test_primitive
[187/751] 3804174=test_gem_commands_signin_command
[188/751] 3804171=test_nonblock
[189/751] 3804171=test_pkey
[190/751] 3804165=test_gem_resolver_api_specification
[191/751] 3804170=test_getopts
[192/751] 3804170=parameters_signature_test
[193/751] 3804174=test_ractor
[194/751] 3804171=test_document
[195/751] 3804170=test_bug_reporter
[196/751] 3804165=test_spell_checker
[197/751] 3804171=test_gem_commands_specification_command
[198/751] 3804165=test_yield_block
[199/751] 3804165=test_recorder
[200/751] 3804165=test_yaml
[201/751] 3804174=test_boolean
[202/751] 3804174=test_config
[203/751] 3804171=test_encoding
[204/751] 3804171=test_file
[205/751] 3804176=bom_test
[206/751] 3804176=test_frozen_error
[207/751] 3804176=test_sockopt
[208/751] 3804176=test_lambda
[209/751] 3804172=test_arithmetic_sequence
[210/751] 3804165=test_literal
[211/751] 3804172=test_pattern_matching
[212/751] 3804172=test_thread
[213/751] 3804176=test_gem_commands_search_command
[214/751] 3804176=test_complexrational
[215/751] 3804176=test_pkcs7
[216/751] 3804172=test_gem_commands_fetch_command
[217/751] 3804168=test_cgi_header
[218/751] 3804168=test_flush
[219/751] 3804168=test_require_path_check
[220/751] 3804168=test_mul
[221/751] 3804167=test_mkmf
[222/751] 3804168=test_enumerator_kw
[223/751] 3804168=test_mixed_unicode_escapes
[224/751] 3804168=test_gb18030
[225/751] 3804168=test_gem_package_tar_reader
[226/751] 3804167=test_x509crl
[227/751] 3804172=test_stringscanner
[228/751] 3804168=test_numeric
[229/751] 3804168=test_class
[230/751] 3804176=test_cgi_session
[231/751] 3804168=test_gem_name_tuple
[232/751] 3804170=test_warning
[233/751] 3804176=test_gem_dependency_installer
[234/751] 3804172=test_refinement
[235/751] 3804168=test_gbk
[236/751] 3804168=test_gem_specification
[237/751] 3804177=test_gem_commands_open_command
[238/751] 3804169=test_cgi_util
[239/751] 3804167=test_x509req
[240/751] 3804170=test_protect
[241/751] 3804170=test_tree_builder
[242/751] 3804170=test_protocol
[243/751] 3804174=test_gem_ext_cargo_builder_link_flag_converter
[244/751] 3804174=test_iseq
[245/751] 3804170=test_store
[246/751] 3804170=test_insns_leaf
[247/751] 3804170=location_test
[248/751] 3804170=dump_test
[249/751] 3804177=test_enc_associate
[250/751] 3804167=test_allocation
[251/751] 3804169=test_gc
[252/751] 3804178=test_big2str
[253/751] 3804178=test_open-uri
[254/751] 3804174=test_coderange
[255/751] 3804174=test_string_memory
[256/751] 3804177=regexp_test
[257/751] 3804174=test_pkg_config
[258/751] 3804174=test_x509attr
[259/751] 3804174=test_complex2
[260/751] 3804174=test_iso_8859
[261/751] 3804174=test_dln
[262/751] 3804174=test_rat
[263/751] 3804174=test_extlibs
[264/751] 3804177=test_transcode
[265/751] 3804171=test_whileuntil
[266/751] 3804171=json_string_matching_test
[267/751] 3804171=test_monitor
[268/751] 3804178=test_gem_ext_rake_builder
[269/751] 3804171=test_flags
[270/751] 3804165=test_asn1
[271/751] 3804177=test_gem_stub_specification
[272/751] 3804165=test_sprintf_comb
[273/751] 3804177=test_pp
[274/751] 3804177=test_tcp
[275/751] 3804165=test_method_cache
[276/751] 3804165=test_path
[277/751] 3804165=test_gem_commands_stale_command
[278/751] 3804165=test_gem_version
[279/751] 3804165=tunnel_test
[280/751] 3804165=test_settracefunc
[281/751] 3804168=test_gem_text
[282/751] 3804177=equality_test
[283/751] 3804168=test_gem_commands_query_command
[284/751] 3804177=unescape_test
[285/751] 3804177=test_files_ext
[286/751] 3804166=test_x509ext
[287/751] 3804166=test_at_exit
[288/751] 3804166=test_instrumentation_api
[289/751] 3804170=source_location_test
[290/751] 3804177=test_complex
[291/751] 3804170=static_inspect_test
[292/751] 3804170=test_inadvertent_creation
[293/751] 3804171=test_optimization
[294/751] 3804170=test_gem_request_connection_pools
[295/751] 3804178=test_common
[296/751] 3804164=test_gem_uri_formatter
[297/751] 3804177=test_sprintf
[298/751] 3804164=parse_success_test
[299/751] 3804164=test_module
[300/751] 3804168=test_gem_commands_push_command
[301/751] 3804176=test_ractor
[302/751] 3804176=test_registry
[303/751] 3804176=test_deprecate
[304/751] 3804170=test_ssl
[305/751] 3804176=test_gem_resolver_dependency_request
[306/751] 3804176=test_euc_jp
[307/751] 3804176=test_scanner_events
[308/751] 3804177=test_external_new
[309/751] 3804176=test_abi
[310/751] 3804177=test_ancdata
[311/751] 3804177=test_gem_doctor
[312/751] 3804178=test_weakmap
[313/751] 3804177=test_rubyvm
[314/751] 3804177=test_data_error
[315/751] 3804177=test_default_gems
[316/751] 3804168=test_constant
[317/751] 3804177=test_gem_security_trust_dir
[318/751] 3804176=test_gem_resolver_specification
[319/751] 3804166=test_encoding
[320/751] 3804177=test_load
[321/751] 3804177=json_fixtures_test
[322/751] 3804176=test_gem_package_tar_reader_entry
[323/751] 3804177=test_zsh_completion
[324/751] 3804177=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 35835>
[325/751] 3804173=test_lock_native_threadCOMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    3804177  ko1   10u  IPv4 201507533      0t0  TCP localhost:35835->localhost:35828 (CLOSE_WAIT)

[326/751] 3804173=test_have_func
.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 10
[327/751] 3804177=test_enc_str_buf_cat
[328/751] 3804177=test_x509cert
[329/751] 3804165=test_addrinfo
[330/751] 3804176=test_http
[331/751] 3804176=test_passing_block
[332/751] 3804176=test_enumerable
[333/751] 3804176=test_bmethod
[334/751] 3804176=test_bug-14834
[335/751] 3804165=test_svcb_https
[336/751] 3804165=test_buffering
[337/751] 3804165=ruby_parser_test
[338/751] 3804165=test_scheduler
[339/751] 3804176=test_ensure_and_callcc
[340/751] 3804176=test_iseq_load
[341/751] 3804166=test_fstring
[342/751] 3804165=test_name_error_extension
[343/751] 3804165=test_signal
[344/751] 3804166=test_fixnum
[345/751] 3804174=test_timeout
[346/751] 3804174=test_null
[347/751] 3804174=test_big5
[348/751] 3804174=test_gem_resolver_activation_request
[349/751] 3804166=test_objectspace
[350/751] 3804174=test_trick
[351/751] 3804177=test_gem_request_set
[352/751] 3804173=version_test
[353/751] 3804173=test_fd_setsize
[354/751] 3804173=test_gem_remote_fetcher_s3
[355/751] 3804173=lex_test
[356/751] 3804173=test_gem_rdoc
[357/751] 3804173=test_require_lib
[358/751] 3804172=test_gem_version_option
[359/751] 3804172=test_files_test_2
[360/751] 3804172=pattern_test
[361/751] 3804172=test_gem_package_tar_header
[362/751] 3804172=test_sexp
[363/751] 3804172=test_gem_unsatisfiable_dependency_error
[364/751] 3804177=test_ractor
[365/751] 3804172=test_recursion
[366/751] 3804172=test_normalize
[367/751] 3804172=test_find
[368/751] 3804172=locals_test
[369/751] 3804172=test_basicsocket
[370/751] 3804172=test_gem_commands_owner_command
[371/751] 3804177=test_basicinstructions
[372/751] 3804177=test_bigzero
[373/751] 3804177=test_mutex
[374/751] 3804165=test_gem_resolver_vendor_specification
[375/751] 3804165=test_typeddata
[376/751] 3804172=test_date_strftime
[377/751] 3804177=compiler_test
[378/751] 3804177=test_struct
[379/751] 3804177=test_gem_ext_builder
[380/751] 3804176=test_verbose
[381/751] 3804176=regular_expression_encoding_test
[382/751] 3804176=test_env
[383/751] 3804165=test_project_sanity
[384/751] 3804165=test_placearg
[385/751] 3804168=test_interned_str
[386/751] 3804168=test_gem_commands_cleanup_command
[387/751] 3804165=comments_test
[388/751] 3804165=test_delete
[389/751] 3804164=test_config
[390/751] 3804165=test_io_m17n
[391/751] 3804164=test_ensured
[392/751] 3804172=test_continuation
[393/751] 3804172=test_forwardable
[394/751] 3804164=test_object_create_start
[395/751] 3804164=test_files_test
[396/751] 3804172=test_gem_dependency_list
[397/751] 3804172=test_gem_resolver_installer_set
[398/751] 3804164=test_gem_commands_uninstall_command
[399/751] 3804172=test_shapes
[400/751] 3804172=test_ocsp
[401/751] 3804168=test_pkey_dh
[402/751] 3804168=test_require
[403/751] 3804168=test_ifunless
[404/751] 3804168=test_gem_silent_ui
[405/751] 3804168=test_configuration
[406/751] 3804178=test_windows_1252
[407/751] 3804178=test_udp
[408/751] 3804178=dispatcher_test
[409/751] 3804168=test_printf
[410/751] 3804178=test_rubyoptions
[411/751] 3804168=warnings_test
[412/751] 3804168=test_to_ary_concat
[413/751] 3804172=test_stringify_symbols
[414/751] 3804172=test_gem_resolver_api_set
[415/751] 3804172=parse_stream_test
[416/751] 3804172=test_ts
[417/751] 3804177=test_emitter
[418/751] 3804177=test_gem_source_subpath_problem
[419/751] 3804164=node_id_test
[420/751] 3804177=test_tmpdir
[421/751] 3804174=test_type
[422/751] 3804177=test_range
[423/751] 3804174=test_dryrun
[424/751] 3804174=encodings_test
[425/751] 3804172=test_io_buffer
[426/751] 3804164=test_gem_impossible_dependencies_error
[427/751] 3804164=json_generator_test
[428/751] 3804172=test_tsort
[429/751] 3804172=test_ns_spki
[430/751] 3804172=test_depth_first
[431/751] 3804172=index_write_test
[432/751] 3804174=test_integer_comb
[433/751] 3804172=test_tree_spell_checker
[434/751] 3804165=test_date_ractor
[435/751] 3804172=test_m17n_comb
[436/751] 3804168=test_pair
[437/751] 3804165=test_bundled_gems
[438/751] 3804165=lex_test
[439/751] 3804164=test_prettyprint
[440/751] 3804170=integer_parse_test
[441/751] 3804164=test_gem_validator
[442/751] 3804164=test_install
[443/751] 3804170=test_queue
[444/751] 3804170=test_sleep
[445/751] 3804167=regular_expression_options_test
[446/751] 3804167=test_euc_kr
[447/751] 3804167=test_gem_commands_lock_command
[448/751] 3804167=test_set_len
[449/751] 3804167=test_threadgroup
[450/751] 3804173=test_bash_completion
[451/751] 3804173=test_exception
[452/751] 3804164=test_gem_security_signer
[453/751] 3804167=test_gem_local_remote_options
[454/751] 3804164=test_mdns
[455/751] 3804164=test_x509store
[456/751] 3804167=test_gem_ext_configure_builder
[457/751] 3804167=test_dir
[458/751] 3804164=test_lexer
[459/751] 3804164=test_kwargs
[460/751] 3804164=test_io_wait
[461/751] 3804164=test_merge_keys
[462/751] 3804164=test_random
[463/751] 3804177=test_gem_package_tar_writer
[464/751] 3804164=test_rubygems
[465/751] 3804167=ripper_test
[466/751] 3804177=test_case_mapping
[467/751] 3804177=test_yaml_tree
[468/751] 3804177=test_mailto
[469/751] 3804164=test_socket
[470/751] 3804177=test_weakref
[471/751] 3804165=test_timeout
[472/751] 3804176=test_not
[473/751] 3804176=test_scalar_scanner
[474/751] 3804176=test_arith_seq_beg_len_step
[475/751] 3804177=test_hash
[476/751] 3804176=test_gem_resolver_requirement_list
[477/751] 3804176=test_beginendblock
[478/751] 3804170=test_io_buffer
[479/751] 3804170=test_yjit_exit_locations
[480/751] 3804168=test_gem_commands_pristine_command
[481/751] 3804165=test_gem_config_file
[482/751] 3804170=test_yamlstore
[483/751] 3804170=test_date_conv
[484/751] 3804170=test_webauthn_poller
[485/751] 3804167=test_egrep_cpp
[486/751] 3804170=test_argf
[487/751] 3804165=test_gem_resolver_composed_set
[488/751] 3804165=test_m17n
[489/751] 3804167=test_buffered_io
[490/751] 3804167=test_yjit
[491/751] 3804176=test_arity
[492/751] 3804176=test_ipaddr
[493/751] 3804176=test_pkey_rsa
[494/751] 3804171=test_trace
[495/751] 3804165=test_gem_stream_ui
[496/751] 3804171=test_numhash
[497/751] 3804171=test_nofree
[498/751] 3804171=test_member
[499/751] 3804171=test_gem_console_ui
[500/751] 3804171=test_set
[501/751] 3804171=test_gem_source_fetch_problem
[502/751] 3804171=test_gem_update_suggestion
[503/751] 3804165=test_resource
[504/751] 3804165=test_reqarg
[505/751] 3804171=test_ractor_compatibility
[506/751] 3804176=test_append
[507/751] 3804176=test_gem_resolver_lock_set
[508/751] 3804176=test_method
[509/751] 3804171=test_unicode_normalize
[510/751] 3804165=test_require
[511/751] 3804164=test_dup
[512/751] 3804171=test_dns
[513/751] 3804169=test_stringio
[514/751] 3804173=test_io_timeout
[515/751] 3804166=test_date_new
[516/751] 3804166=test_gem_commands_info_command
[517/751] 3804173=command_line_test
[518/751] 3804173=test_comparable
[519/751] 3804173=test_configuration
[520/751] 3804173=test_bug-3571
[521/751] 3804164=test_system
[522/751] 3804173=test_notimplement
[523/751] 3804166=test_emoji_breaks
[524/751] 3804173=test_sizeof
[525/751] 3804166=test_alias
[526/751] 3804171=test_gem_requirement
[527/751] 3804169=test_gem_security
[528/751] 3804168=test_euc_tw
[529/751] 3804168=test_compile_prism
[530/751] 3804171=test_gem_commands_build_command
[531/751] 3804166=test_x509name
[532/751] 3804166=test_sleep
[533/751] 3804171=test_object_references
[534/751] 3804171=test_wait
[535/751] 3804168=test_bug-5832
[536/751] 3804168=test_case
[537/751] 3804171=test_cgi_multipart
[538/751] 3804168=test_gem_safe_yaml
[539/751] 3804168=test_digest_extend
[540/751] 3804168=test_autoconf
[541/751] 3804168=test_did_you_mean
[542/751] 3804171=test_popen_deadlock
[543/751] 3804166=test_gc
[544/751] 3804166=test_time
[545/751] 3804168=json_encoding_test
[546/751] 3804168=test_math
[547/751] 3804168=test_super
[548/751] 3804174=test_libs
[549/751] 3804174=test_ast
[550/751] 3804166=fuzzer_test
[551/751] 3804166=test_rb_str_dup
[552/751] 3804166=onigmo_test
[553/751] 3804166=test_struct
[554/751] 3804166=test_console_attr
[555/751] 3804166=test_gem_bundler_version_finder
[556/751] 3804166=constant_path_node_test
[557/751] 3804175=test_gem_path_support
[558/751] 3804166=test_webauthn_listener_response
[559/751] 3804166=heredoc_test
[560/751] 3804166=newline_test
[561/751] 3804175=parser_test
[562/751] 3804164=snippets_test
[563/751] 3804169=test_ubf_async_safe
[564/751] 3804169=test_array
[565/751] 3804175=test_erb
[566/751] 3804169=test_date_attr
[567/751] 3804169=test_scan_args
[568/751] 3804166=test_integer
[569/751] 3804169=json_ext_parser_test
[570/751] 3804175=test_time
[571/751] 3804169=test_duplicate
[572/751] 3804169=test_string
[573/751] 3804171=test_emoji
[574/751] 3804171=test_sorted_set
[575/751] 3804175=test_files_lib
[576/751] 3804168=test_class_name_check
[577/751] 3804168=test_gem_resolver_git_set
[578/751] 3804172=test_condition
[579/751] 3804172=test_cp949
[580/751] 3804171=test_gem_source_git
[581/751] 3804172=test_pipe
[582/751] 3804172=test_regex_casefold
[583/751] 3804172=test_random_formatter
[584/751] 3804168=test_gem_commands_check_command
[585/751] 3804172=test_gem_installer
[586/751] 3804168=test_gem_command_manager
[587/751] 3804168=attribute_write_test
[588/751] 3804168=test_parser
[589/751] 3804171=test_gem_source_list
[590/751] 3804168=test_yaml_special_cases
[591/751] 3804168=test_delegate
[592/751] 3804168=test_cgi_core
[593/751] 3804171=percent_delimiter_string_test
[594/751] 3804168=test_gem
[595/751] 3804171=freeze_test
[596/751] 3804171=test_files_test_1
[597/751] 3804173=test_gem_remote_fetcher_local_ssl_server
[598/751] 3804164=test_ractor
[599/751] 3804164=test_float
[600/751] 3804168=library_symbols_test
[601/751] 3804168=test_json_tree
[602/751] 3804168=test_emitter
[603/751] 3804168=test_ractor
[604/751] 3804165=test_ssl
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 7 #<File::Stat dev=0x8, ino=201527443, mode=0140777, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
[605/751] 3804173=test_date_strptimeCOMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    3804165  ko1    7u  IPv4 201527443      0t0  TCP localhost:45365->localhost:43072 (CLOSE_WAIT)

[606/751] 3804170=test_pkey_dsa
[607/751] 3804173=test_https_proxy
[608/751] 3804173=test_nomethod_error
[609/751] 3804173=test_uncorrectable_name_check
[610/751] 3804173=test_load
[611/751] 3804173=test_proc
[612/751] 3804164=test_shellwords
[613/751] 3804164=test_cclass
[614/751] 3804168=test_singleton_function
[615/751] 3804168=test_framework
[616/751] 3804168=test_case_comprehensive
[617/751] 3804168=test_omap
[618/751] 3804168=test_marshal
[619/751] 3804170=test_zlib
[620/751] 3804164=magic_comment_test
[621/751] 3804177=string_query_test
[622/751] 3804177=test_time_tz
[623/751] 3804165=test_backtrace
[624/751] 3804164=test_kdf
[625/751] 3804176=test_nil
[626/751] 3804168=test_class2name
[627/751] 3804176=test_gem_commands_outdated_command
[628/751] 3804168=test_gem_request_set_lockfile_tokenizer
[629/751] 3804177=test_error_highlight
[630/751] 3804164=test_array
[631/751] 3804176=test_set
[632/751] 3804168=test_find_executable
[633/751] 3804168=test_lazy_enumerator
[634/751] 3804176=test_resolve_symbol
[635/751] 3804176=test_profile_frames
[636/751] 3804175=test_date_compat
[637/751] 3804175=test_digest
[638/751] 3804176=test_gem_package_old
[639/751] 3804176=test_rbconfig
[640/751] 3804176=test_gem_uri
[641/751] 3804176=test_stringchar
[642/751] 3804166=test_gem_commands_help_command
[643/751] 3804173=test_arith_seq_extract
[644/751] 3804176=test_debug
[645/751] 3804166=test_enumerator
[646/751] 3804166=test_ractor
[647/751] 3804165=test_psych
[648/751] 3804176=json_coder_test
[649/751] 3804176=test_date
[650/751] 3804176=test_pkcs12
[651/751] 3804165=test_date_time
[652/751] 3804165=test_parser
[653/751] 3804168=test_modify_expand
[654/751] 3804168=test_gem_source_installed
[655/751] 3804165=test_gem_available_set
[656/751] 3804168=test_change_word
[657/751] 3804168=test_gem_platform
[658/751] 3804166=test_symbol
[659/751] 3804166=test_gem_uninstaller
[660/751] 3804168=overlap_test
[661/751] 3804173=test_dbm
[662/751] 3804165=test_variable_name_check
[663/751] 3804173=test_gem_commands_list_command
[664/751] 3804173=test_gem_source_vendor
[665/751] 3804173=test_pty
[666/751] 3804175=test_name_error
[667/751] 3804165=test_exception_at_throwing
[668/751] 3804176=string_encoding_test
[669/751] 3804165=test_safe_load
[670/751] 3804176=test_gem_source
[671/751] 3804165=test_frozen
[672/751] 3804165=test_gem_package
[673/751] 3804173=test_utf16
[674/751] 3804173=test_enumerator
[675/751] 3804176=test_httpheader
[676/751] 3804175=test_data
[677/751] 3804176=test_http_request
[678/751] 3804176=test_gem_commands_server_command
[679/751] 3804175=test_gem_package_task
[680/751] 3804176=test_provider
[681/751] 3804175=test_bn
[682/751] 3804175=!Nothing_to_test
[683/751] 3804175=test_keyword
[684/751] 3804168=numeric_value_test
[685/751] 3804168=test_kernel
[686/751] 3804171=test_method_name_check
[687/751] 3804171=heredoc_dedent_test
[688/751] 3804171=implicit_array_test
[689/751] 3804171=test_acceptable
[690/751] 3804165=test_len
[691/751] 3804165=test_function_entry
[692/751] 3804165=test_exception
[693/751] 3804165=test_object
[694/751] 3804165=test_gem_commands_signout_command
[695/751] 3804165=test_file_exhaustive
[696/751] 3804171=test_gem_ext_cargo_builder
[697/751] 3804171=test_gem_gem_runner
[698/751] 3804166=test_ractor
[699/751] 3804166=test_ssl_session
[700/751] 3804176=test_optarg
[701/751] 3804171=test_stream
[702/751] 3804171=test_gem_commands_unpack_command
[703/751] 3804163=test_gem_commands_exec_command
[704/751] 3804178=test_pack
[705/751] 3804168=test_autoload
[706/751] 3804176=test_gem_resolver_local_specification
[707/751] 3804175=test_syntax
[708/751] 3804176=test_date_marshal
[709/751] 3804176=test_ossl
[710/751] 3804171=test_gem_request_set_gem_dependency_api
[711/751] 3804166=test_grapheme_breaks
[712/751] 3804166=test_assignment
[713/751] 3804178=test_singleton
[714/751] 3804178=test_key_name_check
[715/751] 3804178=test_ripper
[716/751] 3804170=test_open3
[717/751] 3804171=errors_test
[718/751] 3804171=test_vm_dump
[719/751] 3804171=test_ftp
[720/751] 3804171=json_parser_test
[721/751] 3804171=test_gem_commands_rebuild_command
[722/751] 3804171=test_gem_commands_setup_command
[723/751] 3804172=test_alias_and_anchor
[724/751] 3804172=test_cesu8
[725/751] 3804172=test_fiber
[726/751] 3804163=test_generic
[727/751] 3804178=breadth_first_search_test
[728/751] 3804178=test_deprecated
[729/751] 3804178=test_gc_compact
[730/751] 3804163=test_resize
[731/751] 3804163=test_div
[732/751] 3804163=test_capacity
[733/751] 3804163=test_nextafter
[734/751] 3804163=test_gem_safe_marshal
[735/751] 3804171=test_backtrace
[736/751] 3804171=static_literals_test
[737/751] 3804171=test_random
[738/751] 3804171=test_bundled_ca
[739/751] 3804171=test_to_ruby
[740/751] 3804171=test_pkey_ec
[741/751] 3804171=test_rand
[742/751] 3804163=test_data
[743/751] 3804163=test_noarg
[744/751] 3804177=test_gem_commands_update_command
[745/751] 3804163=test_date_parse
[746/751] 3804176=test_fips
[747/751] 3804171=test_memory_view
[748/751] 3804163=test_helper
[749/751] 3804163=test_utf32
[750/751] 3804163=test_integer
[751/751] 3804171=test_ellipsize
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     996     996     996 ?             -1 Ss    1000   0:02 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
    996    1015    1015    1015 pts/0       1015 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
   1015    1018    1015    1015 pts/0       1015 S+    1000   0:00 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1 1050354    1015    1015 pts/0       1015 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 1863343    1015    1015 pts/0       1015 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
   1018 3794107    1015    1015 pts/0       1015 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
3794107 3794110    1015    1015 pts/0       1015 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.20250213-095301 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts="'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" --incremental --exclude-steps=test_btest
3794110 3794111    1015    1015 pts/0       1015 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20250213-095301 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts='CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0' --incremental --exclude-steps=test_btest
3794111 3803830    1015    1015 pts/0       1015 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
3803830 3803831    1015    1015 pts/0       1015 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
3803831 3804160    1015    1015 pts/0       1015 Sl+   1000   0:16 /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
3804160 3804168    1015    1015 pts/0       1015 Sl+   1000   0:51 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
3804168 3839340    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
3804168 3839343    1015    1015 pts/0       1015 Z+    1000   0:00 [test_autoload.*] <defunct>
3794111 3840501    1015    1015 pts/0       1015 R+    1000   0:00 ps jx
{1=>[996, 1050354, 1863343], 996=>[1015], 1015=>[1018], 1018=>[3794107], 3794107=>[3794110], 3794110=>[3794111], 3794111=>[3803830, 3840501], 3803830=>[3803831], 3803831=>[3804160], 3804160=>[3804168], 3804168=>[3839340, 3839343]}
$ timeout 60 gdb -p 3839340 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 3839342]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005d529d3f2e4e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x74917a4006c0 (LWP 3839340) "test_autoload.*" 0x00005d529d3f2e4e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x7491926006c0 (LWP 3839342) "test_autoload.*" 0x00007491ae91b4cd in __GI___poll (fds=0x749162709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7491926006c0 (LWP 3839342) "test_autoload.*"):
#0  0x00007491ae91b4cd in __GI___poll (fds=0x749162709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005d529d37d6ea in __interceptor_poll ()
No symbol table info available.
#2  0x00005d529d72a78f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1052
        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:3005
        vm = <optimized out>
#4  0x00005d529d3d6a9f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007491ae89caa4 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 = {128168574846656, -4872439608326742409, 128168574846656, -360, 0, 128168170087184, -4872439608305770889, -4872362282497204617}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007491ae929c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x74917a4006c0 (LWP 3839340) "test_autoload.*"):
#0  0x00005d529d3f2e4e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005d529d3f3e0a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005d529d342680 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x00005d529d3424f9 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  0x00005d529d342125 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  0x00005d529d33d12e in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x00005d529d33cf18 in __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x00005d529d3d8e83 in __interceptor_malloc ()
No symbol table info available.
#8  0x00005d529dcb1d02 in context_push (parser=0x74917a3fc4f0, context=PM_CONTEXT_MAIN) at /tmp/ruby/src/trunk_asan/prism/prism.c:8673
        context_node = <optimized out>
#9  parse_statements (parser=parser@entry=0x74917a3fc4f0, context=context@entry=PM_CONTEXT_MAIN, depth=depth@entry=0) at /tmp/ruby/src/trunk_asan/prism/prism.c:13902
        statements = 0x50400028b2d0
        last_value = <optimized out>
#10 0x00005d529dc9381b in parse_program (parser=0x74917a3fc4f0) at /tmp/ruby/src/trunk_asan/prism/prism.c:22278
        current_block_exits = {size = 0, capacity = 0, nodes = 0x0}
        previous_block_exits = 0x0
        statements = <optimized out>
        locals = <optimized out>
#11 pm_parse (parser=0x74917a3fc4f0) at /tmp/ruby/src/trunk_asan/prism/prism.c:22703
No locals.
#12 0x00005d529da45ae0 in pm_parse_file (result=0x74917a3fc4f0, filepath=<optimized out>, script_lines=<optimized out>) at /tmp/ruby/src/trunk_asan/prism_compile.c:11330
        rbimpl_id = 39275
        node = <optimized out>
        error = <optimized out>
        id_script_lines = <optimized out>
#13 0x00005d529d5224d3 in load_iseq_eval (ec=0x5160010683d0, fname=fname@entry=128168554204400) at /tmp/ruby/src/trunk_asan/load.c:752
        result = {parser = {node_id = <optimized out>, lex_state = <optimized out>, enclosure_nesting = <optimized out>, lambda_enclosure_nesting = <optimized out>, brace_nesting = <optimized out>, do_loop_stack = <optimized out>, accepts_block_stack = <optimized out>, lex_modes = {current = <optimized out>, stack = {{mode = <optimized out>, as = {list = {nesting = <optimized out>, interpolation = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out> <repeats 11 times>}}, regexp = {nesting = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, string = {nesting = <optimized out>, interpolation = <optimized out>, label_allowed = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, heredoc = {base = {ident_start = <optimized out>, ident_length = <optimized out>, quote = <optimized out>, indent = <optimized out>}, next_start = <optimized out>, common_whitespace = <optimized out>, line_continuation = <optimized out>}}, prev = <optimized out>}, {mode = <optimized out>, as = {list = {nesting = <optimized out>, interpolation = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out> <repeats 11 times>}}, regexp = {nesting = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, string = {nesting = <optimized out>, interpolation = <optimized out>, label_allowed = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, heredoc = {base = {ident_start = <optimized out>, ident_length = <optimized out>, quote = <optimized out>, indent = <optimized out>}, next_start = <optimized out>, common_whitespace = <optimized out>, line_continuation = <optimized out>}}, prev = <optimized out>}, {mode = <optimized out>, as = {list = {nesting = <optimized out>, interpolation = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out> <repeats 11 times>}}, regexp = {nesting = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, string = {nesting = <optimized out>, interpolation = <optimized out>, label_allowed = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, heredoc = {base = {ident_start = <optimized out>, ident_length = <optimized out>, quote = <optimized out>, indent = <optimized out>}, next_start = <optimized out>, common_whitespace = <optimized out>, line_continuation = <optimized out>}}, prev = <optimized out>}, {mode = <optimized out>, as = {list = {nesting = <optimized out>, interpolation = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out> <repeats 11 times>}}, regexp = {nesting = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, string = {nesting = <optimized out>, interpolation = <optimized out>, label_allowed = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, heredoc = {base = {ident_start = <optimized out>, ident_length = <optimized out>, quote = <optimized out>, indent = <optimized out>}, next_start = <optimized out>, common_whitespace = <optimized out>, line_continuation = <optimized out>}}, prev = <optimized out>}}, index = <optimized out>}, start = <optimized out>, end = <optimized out>, previous = {type = <optimized out>, start = <optimized out>, end = <optimized out>}, current = {type = <optimized out>, start = <optimized out>, end = <optimized out>}, next_start = <optimized out>, heredoc_end = <optimized out>, comment_list = {size = <optimized out>, head = <optimized out>, tail = <optimized out>}, magic_comment_list = {size = <optimized out>, head = <optimized out>, tail = <optimized out>}, data_loc = {start = <optimized out>, end = <optimized out>}, warning_list = {size = <optimized out>, head = <optimized out>, tail = <optimized out>}, error_list = {size = <optimized out>, head = <optimized out>, tail = <optimized out>}, current_scope = <optimized out>, current_context = <optimized out>, current_hash_keys = <optimized out>, encoding = <optimized out>, encoding_changed_callback = <optimized out>, encoding_comment_start = <optimized out>, lex_callback = <optimized out>, filepath = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, constant_pool = {buckets = <optimized out>, constants = <optimized out>, size = <optimized out>, capacity = <optimized out>}, newline_list = {start = <optimized out>, size = <optimized out>, capacity = <optimized out>, offsets = <optimized out>}, integer_base = <optimized out>, current_string = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, start_line = <optimized out>, explicit_encoding = <optimized out>, current_block_exits = <optimized out>, version = <optimized out>, command_line = <optimized out>, frozen_string_literal = <optimized out>, parsing_eval = <optimized out>, partial_script = <optimized out>, command_start = <optimized out>, recovering = <optimized out>, encoding_locked = <optimized out>, encoding_changed = <optimized out>, pattern_matching_newlines = <optimized out>, in_keyword_arg = <optimized out>, semantic_token_seen = <optimized out>, current_regular_expression_ascii_only = <optimized out>, warn_mismatched_indentation = <optimized out>}, options = {shebang_callback = <optimized out>, shebang_callback_data = <optimized out>, filepath = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, line = 1, encoding = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, scopes_count = <optimized out>, scopes = <optimized out>, version = <optimized out>, command_line = <optimized out>, frozen_string_literal = <optimized out>, encoding_locked = <optimized out>, main_script = <optimized out>, partial_script = <optimized out>, freeze = <optimized out>}, input = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, node = {base = {type = <optimized out>, flags = <optimized out>, node_id = <optimized out>, location = {start = <optimized out>, end = <optimized out>}}, previous = <optimized out>, ast_node = <optimized out>, parameters = <optimized out>, body = <optimized out>, locals = {size = <optimized out>, capacity = <optimized out>, ids = <optimized out>}, parser = <optimized out>, encoding = <optimized out>, script_lines = <optimized out>, filepath_encoding = <optimized out>, local_table_for_iseq_size = <optimized out>, constants = <optimized out>, index_lookup_table = <optimized out>, coverage_enabled = <optimized out>, pre_execution_anchor = <optimized out>}, parsed = <optimized out>}
        error = <optimized out>
        ec = 0x5160010683d0
        v = <optimized out>
        th = <optimized out>
        realpath_map = 128169042301760
        iseq = <optimized out>
#14 0x00005d529d51d62b in require_internal (ec=ec@entry=0x5160010683d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1296
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x5150002c9c80
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 128169042301920
        realpath_map = 128169042301760
        path = 128168554204400
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#15 0x00005d529d51b622 in rb_require_string_internal (fname=128168554204880, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1402
        result = <optimized out>
        ec = 0x5160010683d0
        result = <optimized out>
#16 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1388
No locals.
#17 0x00005d529d7faa58 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:3801
        ci = 0x1369100140003
        cc = <optimized out>
        me = 0x7491addbb5b0
        cfunc = 0x504000018558
        recv = 128169042431400
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#18 0x00005d529d7e0ead in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x74917a3fd490) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4779
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#19 0x00005d529d7e6b05 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4188
No locals.
#20 0x00005d529d7a8347 in vm_sendish (ec=0x5160010683d0, reg_cfp=0x7491879f36e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        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>
#21 vm_exec_core (ec=ec@entry=0x5160010683d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491879f36e8
        reg_pc = 0x51100005ed38
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
th: 0x5150002c9c80, native_id: 0x74917a4006c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_trace_opt_not = <optimized out>
c:0007 p:---- s:0027 e:000026 DUMMY  [FINISH]
c:0006 p:---- s:0024 e:000023 CFUNC  :require
c:0005 p:0023 s:0019 e:000018 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:136 [FINISH]
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#22 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x5160010683d0
        _tag = <optimized out>
c:0004 p:0002 s:0013 e:000012 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
c:0003 p:---- s:0010 e:000009 CFUNC  :fork
        state = RUBY_TAG_NONE
        result = <optimized out>
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]
#23 0x00005d529d80e97a in vm_call0_body (ec=<optimized out>, calling=0x749164d09860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x749164d098d0
        cc = <optimized out>

        ret = <optimized out>
#24 0x00005d529d80e1ef in vm_call0_cme (ec=0x5160010683d0, calling=0x749164d09860, argv=0x74917a3fdc40, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#25 vm_call0_body (ec=<optimized out>, calling=0x749164d09860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x749189b680e8
        orig_cme = <optimized out>
        ci = 0x749164d098d0
        cc = 0x749189b7e640
        ret = <optimized out>
#26 0x00005d529d7c27ce in vm_call0_cc (recv=128169042431400, id=22673, argc=<optimized out>, argv=<optimized out>, cc=0x749189b7e640, kw_splat=0, ec=<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 0x80)>
        use_argv = 0x0
        av = <optimized out>
#27 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:1047
        ci = <optimized out>
        ec = <optimized out>
        cc = 0x749189b7e640
        self = <optimized out>
#28 0x00005d529d7c35fe in rb_funcallv (recv=128169042431400, mid=22673, argc=1, argv=0x74917a3fdc40) at /tmp/ruby/src/trunk_asan/vm_eval.c:1062
No locals.
#29 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1119
        ar = <optimized out>
        argv = 0x74917a3fdc40
#30 0x00005d529d78250e in autoload_feature_require (_arguments=128168170086448) at /tmp/ruby/src/trunk_asan/variable.c:2922
        arguments = 0x74917a3fe030
        autoload_const = <optimized out>
        result = <optimized out>
#31 autoload_try_load (_arguments=128168170086448) at /tmp/ruby/src/trunk_asan/variable.c:2936
        arguments = 0x74917a3fe030
        result = <optimized out>
        ce = <optimized out>
#32 0x00005d529d4212e0 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:1073
        _ec = 0x5160010683d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x74917a3fdfb0, <optimized out>, 0x74917a3fdec0, <optimized out>, <optimized out>}, prev = 0x749164c09640, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160010683d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#33 0x00005d529d781876 in rb_autoload_load (module=module@entry=128169042509120, name=name@entry=277131) at /tmp/ruby/src/trunk_asan/variable.c:2997
        ce = 0x50300179c770
        arguments = {module = 128169042509120, name = 277131, flag = 0, mutex = 128168429583040, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
#34 0x00005d529d78b2ad in rb_const_search_from (klass=128168455511400, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3099
        ac = 0xfffffffffffffe00
        am = 128169042509120
        tmp = 128169042509120
        ce = <optimized out>
        current = 128169042509120
        value = <optimized out>
        first_iteration = <optimized out>
#35 0x00005d529d783574 in rb_const_search (klass=128168455511400, id=277131, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3121
        value = <optimized out>
#36 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:3048
        c = <optimized out>
#37 0x00005d529d78e67e 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:1134
        root_cref = <optimized out>
        klass = 92358976733448
        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>
#38 0x00005d529d7998e1 in vm_get_ev_const_chain (ec=0x5160010683d0, segments=0x502000c58fb0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1167
        id = 0
        val = 128
        idx = <optimized out>
        allow_nil = <optimized out>
#39 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x502000c5dbf0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6435
        segments = 0x502000c58fb0
        ice = <optimized out>
        val = <optimized out>
#40 0x00005d529d79b350 in vm_exec_core (ec=ec@entry=0x5160010683d0) at ../../src/trunk_asan/insns.def:263
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491879f3720
        reg_pc = 0x5030019cbc80
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#41 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x5160010683d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#42 0x00005d529d8183c2 in invoke_iseq_block_from_c (ec=0x5160010683d0, captured=0x7491879f37a8, self=128168457737720, 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:1618
        flags = 0
        iseq = 0x749189bbe9c0
        cfp = <optimized out>
        sp = 0x7491878f3850
        use_argv = 0x0
        stack_argv = 0x7491878f3850
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#43 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1632
        captured = 0x7491879f37a8
#44 0x00005d529d7c4a16 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:1669
No locals.
#45 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1677
No locals.
#46 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#47 0x00005d529d7c4a16 in rb_yield (val=<optimized out>)
No locals.
#48 0x00005d529d420bba in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1053
        _ec = 0x5160010683d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x74917a3fee70, <optimized out>, 0x74917a3fed80, <optimized out>, <optimized out>}, prev = 0x749164c09240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x5160010683d0
        cfp = 0x7491879f3758
#49 0x00005d529d59b51b in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4283
        status = <optimized out>
        pid = <optimized out>
#50 0x00005d529d7faa58 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:3801
        ci = 0x64b100040001
        cc = <optimized out>
        me = 0x74918b3aa188
        cfunc = 0x504000020058
        recv = 128168457737720
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#51 0x00005d529d7a1bf7 in vm_sendish (ec=0x5160010683d0, reg_cfp=0x7491879f3790, cd=0x502000c58f50, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#52 vm_exec_core (ec=ec@entry=0x5160010683d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000c58f50
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491879f3790
        reg_pc = 0x50400047d2f0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#53 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x5160010683d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#54 0x00005d529d7d466b in invoke_iseq_block_from_c (ec=0x5160010683d0, captured=<optimized out>, self=128168457737720, 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:1618
        flags = 0
        iseq = 0x749189bbe9e8
        cfp = 0x7491879f37c8
        sp = 0x7491878f3818
        use_argv = <optimized out>
        stack_argv = 0x7491878f3818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#55 invoke_block_from_c_proc (ec=0x5160010683d0, self=128168457737720, 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:1712
        block = <optimized out>
        keyword_hash = <optimized out>
#56 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:1742
No locals.
#57 0x00005d529d7d28f6 in rb_vm_invoke_proc (ec=0x540000000108, proc=0x80, proc@entry=0x5040005d8610, argc=-1656803762, argc@entry=0, argv=0x0, kw_splat=0, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1763
        self = 0
#58 0x00005d529d729529 in thread_do_start_proc (th=th@entry=0x5150002c9c80) at /tmp/ruby/src/trunk_asan/thread.c:605
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040005d8610
        args_len = 0
        args_ptr = <optimized out>
#59 0x00005d529d72715a in thread_do_start (th=0x5150002c9c80) at /tmp/ruby/src/trunk_asan/thread.c:622
        result = 36
#60 thread_start_func_2 (th=th@entry=0x5150002c9c80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:677
        _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>
#61 0x00005d529d72641e in call_thread_start_func_2 (th=0x5150002c9c80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2175
        stack_start = <optimized out>
        stack_start_addr = 0x74917a3ffcc0
#62 nt_start (ptr=0x50c000680380) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2220
        th = 0x5150002c9c80
        sched = <optimized out>
        nt = 0x50c000680380
        vm = 0x525000000100
#63 0x00005d529d3d6a9f in asan_thread_start(void*) ()
No symbol table info available.
#64 0x00007491ae89caa4 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 = {128168170096320, -4872809868867395977, 128168170096320, -360, 0, 140735433167120, -4872809868846424457, -4872362282497204617}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#65 0x00007491ae929c3c 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 3839340) detached]
$ timeout 60 gdb -p 3839343 -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 3804168 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 3840528]
[New LWP 3839344]
[New LWP 3835767]
[New LWP 3818118]
[New LWP 3804596]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007491ae898d71 in __futex_abstimed_wait_common64 (private=3730, cancel=true, abstime=0x7fff85805bc0, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7491aebd3c40 (LWP 3804168) "ruby"            0x00007491ae898d71 in __futex_abstimed_wait_common64 (private=3730, cancel=true, abstime=0x7fff85805bc0, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
  2    Thread 0x74918a0006c0 (LWP 3840528) "test_autoload.*" 0x00007491ae898d71 in __futex_abstimed_wait_common64 (private=20576, cancel=true, abstime=0x749189ffc3e0, op=137, expected=0, futex_word=0x50c000516750) at ./nptl/futex-internal.c:57
  3    Thread 0x7491926006c0 (LWP 3839344) "test_autoload.*" 0x00007491ae91b4cd in __GI___poll (fds=0x749162709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x74918da006c0 (LWP 3835767) "parallel.rb:40"  0x00007491ae91b4cd in __GI___poll (fds=0x74917e615660, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7491852006c0 (LWP 3818118) "Timeout stdlib " 0x00007491ae898d71 in __futex_abstimed_wait_common64 (private=29841, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0004aa8d0) at ./nptl/futex-internal.c:57
  6    Thread 0x7491834006c0 (LWP 3804596) "Gem::Timeout st" 0x00007491ae898d71 in __futex_abstimed_wait_common64 (private=29841, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00070c050) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 6 (Thread 0x7491834006c0 (LWP 3804596) "Gem::Timeout st"):
#0  0x00007491ae898d71 in __futex_abstimed_wait_common64 (private=29841, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00070c050) 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=29841, abstime=0x0, clockid=0, expected=0, futex_word=0x50c00070c050) 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=0x50c00070c050, 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  0x00007491ae89b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5160000004a0, cond=0x50c00070c028) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7491ae89b4b0 <__condvar_cleanup_waiting>, __arg = 0x7491833feb70, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 8, cond = 0x50c00070c028, mutex = 0x5160000004a0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 8
        seq = 4
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=0x50c00070c028, mutex=mutex@entry=0x5160000004a0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005d529d7005cf in rb_native_cond_wait (cond=0x50c00070c050, mutex=0x5160000004a0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:221
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5160000004a0, th=th@entry=0x51500014ff80, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:855
        next_th = 0x0
#7  0x00005d529d725332 in thread_sched_to_waiting_until_wakeup (sched=0x5160000004a0, th=th@entry=0x51500014ff80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1097
        can_direct_transfer = <optimized out>
#8  0x00005d529d70aa61 in native_sleep (th=0x51500014ff80, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3282
        sched = <optimized out>
#9  sleep_forever (th=0x51500014ff80, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1358
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00005d529d723da5 in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=128169039554680, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1403
        scheduler = <optimized out>
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1034
        args = <optimized out>
#12 0x00005d529d4212e0 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:1073
        _ec = 0x5160022cfed0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7491833feef0, <optimized out>, 0x7491833fee00, <optimized out>, <optimized out>}, prev = 0x749182609240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160022cfed0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005d529d72328d in queue_do_pop (self=<optimized out>, q=0x504000354210, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1109
        queue_waiter = {w = {self = 128169039554680, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 128169039554680, timeout = 4, end = <optimized out>}
        ec = <optimized out>
        waitq = 0x504000354210
        end = 0
#14 0x00005d529d7a332e 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:7394
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#15 0x00005d529d7a332e in vm_invoke_builtin_delegate (ec=0x5160022cfed0, cfp=0x7491898f9758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x5160022cfed0) at ../../src/trunk_asan/insns.def:1657
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491898f9758
        reg_pc = <optimized out>
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#17 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x5160022cfed0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00005d529d7d466b in invoke_iseq_block_from_c (ec=0x5160022cfed0, captured=<optimized out>, self=128169035674640, 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:1618
        flags = 0
        iseq = 0x7491adba0fa0
        cfp = 0x7491898f97c8
        sp = 0x7491897f9818
        use_argv = <optimized out>
        stack_argv = 0x7491897f9818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x5160022cfed0, self=128169035674640, 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:1712
        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:1742
No locals.
#21 0x00005d529d7d28f6 in rb_vm_invoke_proc (ec=0x50c00070c050, proc=0x189, proc@entry=0x504000490050, argc=-1366717071, 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:1763
        self = 0
#22 0x00005d529d729529 in thread_do_start_proc (th=th@entry=0x51500014ff80) at /tmp/ruby/src/trunk_asan/thread.c:605
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000490050
        args_len = 0
        args_ptr = <optimized out>
#23 0x00005d529d72715a in thread_do_start (th=0x51500014ff80) at /tmp/ruby/src/trunk_asan/thread.c:622
        result = 36
#24 thread_start_func_2 (th=th@entry=0x51500014ff80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:677
        _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 0x00005d529d72641e in call_thread_start_func_2 (th=0x51500014ff80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2175
        stack_start = <optimized out>
        stack_start_addr = 0x7491833ffcc0
#26 nt_start (ptr=0x50c00070c000) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2220
        th = 0x51500014ff80
        sched = <optimized out>
        nt = 0x50c00070c000
        vm = 0x525000000100
#27 0x00005d529d3d6a9f in asan_thread_start(void*) ()
No symbol table info available.
#28 0x00007491ae89caa4 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 = {128168321091264, -4872403049565118857, 128168321091264, -360, 0, 128168352535952, -4872403049544147337, -4872362282497204617}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x00007491ae929c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 5 (Thread 0x7491852006c0 (LWP 3818118) "Timeout stdlib "):
#0  0x00007491ae898d71 in __futex_abstimed_wait_common64 (private=29841, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0004aa8d0) 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=29841, abstime=0x0, clockid=0, expected=0, futex_word=0x50c0004aa8d0) 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=0x50c0004aa8d0, 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  0x00007491ae89b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5160000004a0, cond=0x50c0004aa8a8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7491ae89b4b0 <__condvar_cleanup_waiting>, __arg = 0x7491851feb70, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 6, cond = 0x50c0004aa8a8, mutex = 0x5160000004a0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 6
        seq = 3
        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=0x50c0004aa8a8, mutex=mutex@entry=0x5160000004a0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005d529d7005cf in rb_native_cond_wait (cond=0x50c0004aa8d0, mutex=0x5160000004a0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:221
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5160000004a0, th=th@entry=0x5150000b4f80, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:855
        next_th = 0x515000292280
#7  0x00005d529d725332 in thread_sched_to_waiting_until_wakeup (sched=0x5160000004a0, th=th@entry=0x5150000b4f80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1097
        can_direct_transfer = <optimized out>
#8  0x00005d529d70aa61 in native_sleep (th=0x5150000b4f80, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3282
        sched = <optimized out>
#9  sleep_forever (th=0x5150000b4f80, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1358
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00005d529d723da5 in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=128169041548920, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1403
        scheduler = <optimized out>
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1034
        args = <optimized out>
#12 0x00005d529d4212e0 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:1073
        _ec = 0x5160016ff5d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7491851feef0, <optimized out>, 0x7491851fee00, <optimized out>, <optimized out>}, prev = 0x74917f209240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160016ff5d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005d529d72328d in queue_do_pop (self=<optimized out>, q=0x50400005ae50, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1109
        queue_waiter = {w = {self = 128169041548920, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 128169041548920, timeout = 4, end = <optimized out>}
        ec = <optimized out>
        waitq = 0x50400005ae50
        end = 0
#14 0x00005d529d7a332e 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:7394
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#15 0x00005d529d7a332e in vm_invoke_builtin_delegate (ec=0x5160016ff5d0, cfp=0x749180afd758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x5160016ff5d0) at ../../src/trunk_asan/insns.def:1657
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x749180afd758
        reg_pc = <optimized out>
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#17 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x5160016ff5d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00005d529d7d466b in invoke_iseq_block_from_c (ec=0x5160016ff5d0, captured=<optimized out>, self=128169041636000, 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:1618
        flags = 0
        iseq = 0x7491ae315fb0
        cfp = 0x749180afd7c8
        sp = 0x7491809fd818
        use_argv = <optimized out>
        stack_argv = 0x7491809fd818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x5160016ff5d0, self=128169041636000, 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:1712
        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:1742
No locals.
#21 0x00005d529d7d28f6 in rb_vm_invoke_proc (ec=0x50c0004aa8d0, proc=0x189, proc@entry=0x5040002d4350, argc=-1366717071, 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:1763
        self = 0
#22 0x00005d529d729529 in thread_do_start_proc (th=th@entry=0x5150000b4f80) at /tmp/ruby/src/trunk_asan/thread.c:605
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040002d4350
        args_len = 0
        args_ptr = <optimized out>
#23 0x00005d529d72715a in thread_do_start (th=0x5150000b4f80) at /tmp/ruby/src/trunk_asan/thread.c:622
        result = 36
#24 thread_start_func_2 (th=th@entry=0x5150000b4f80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:677
        _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 0x00005d529d72641e in call_thread_start_func_2 (th=0x5150000b4f80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2175
        stack_start = <optimized out>
        stack_start_addr = 0x7491851ffcc0
#26 nt_start (ptr=0x50c0004aa880) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2220
        th = 0x5150000b4f80
        sched = <optimized out>
        nt = 0x50c0004aa880
        vm = 0x525000000100
#27 0x00005d529d3d6a9f in asan_thread_start(void*) ()
No symbol table info available.
#28 0x00007491ae89caa4 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 = {128168352548544, -4872415968826745225, 128168352548544, -360, 0, 140735433161040, -4872415968805773705, -4872362282497204617}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x00007491ae929c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x74918da006c0 (LWP 3835767) "parallel.rb:40"):
#0  0x00007491ae91b4cd in __GI___poll (fds=0x74917e615660, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005d529d37d6ea in __interceptor_poll ()
No symbol table info available.
#2  0x00005d529d4d946d in nogvl_wait_for (th=128168429864680, fptr=0x511000471ac0, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12537
        fds = {fd = 6, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x00005d529d4da8e6 in internal_read_func (ptr=0x74917e615440) at /tmp/ruby/src/trunk_asan/io.c:1205
        iis = 0x74917e615440
        result = <optimized out>
#5  0x00005d529d70e9a3 in rb_thread_io_blocking_call (func=0x5d529d4da460 <internal_read_func>, data1=0x74917e615440, fd=<optimized out>, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1824
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        waiting_fd = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
#6  0x00005d529d4212e0 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:1073
        _ec = 0x516000ea42d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x74918d9fedb0, <optimized out>, 0x74918d9fecc0, <optimized out>, <optimized out>}, prev = 0x74917e609240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516000ea42d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00005d529d4eecf5 in io_read_memory_locktmp (str=128168239388256, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3451
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:3497
        str = <optimized out>
        iis = {th = 128168429864680, fptr = 0x511000471ac0, nonblock = 0, fd = 6, buf = 0x519000905b80, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x511000471ac0
        n = <optimized out>
        shrinkable = <optimized out>
#9  0x00005d529d4caf31 in io_readpartial (argc=2120308320, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3617
        ret = <optimized out>
#10 0x00005d529d7faa58 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:3801
        ci = 0x40b100100003
        cc = <optimized out>
        me = 0x7491ae3d9ed8
        cfunc = 0x504000010f58
        recv = 128168429864800
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005d529d7a8347 in vm_sendish (ec=0x516000ea42d0, reg_cfp=0x749191727790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        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=0x516000ea42d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x749191727790
        reg_pc = 0x51300004b8e0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x516000ea42d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005d529d7d466b in invoke_iseq_block_from_c (ec=0x516000ea42d0, captured=<optimized out>, self=128169035435640, 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:1618
        flags = 0
        iseq = 0x7491ae35c7a8
        cfp = 0x7491917277c8
        sp = 0x749191627818
        use_argv = <optimized out>
        stack_argv = 0x749191627818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x516000ea42d0, self=128169035435640, 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:1712
        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:1742
No locals.
#17 0x00005d529d7d28f6 in rb_vm_invoke_proc (ec=0x74917e615660, proc=0x1, proc@entry=0x5040005e2090, argc=-1366182707, 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:1763
        self = 4294967295
#18 0x00005d529d729529 in thread_do_start_proc (th=th@entry=0x5150001c4380) at /tmp/ruby/src/trunk_asan/thread.c:605
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040005e2090
        args_len = 0
        args_ptr = <optimized out>
#19 0x00005d529d72715a in thread_do_start (th=0x5150001c4380) at /tmp/ruby/src/trunk_asan/thread.c:622
        result = 36
#20 thread_start_func_2 (th=th@entry=0x5150001c4380, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:677
        _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 0x00005d529d72641e in call_thread_start_func_2 (th=0x5150001c4380) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2175
        stack_start = <optimized out>
        stack_start_addr = 0x74918d9ffcc0
#22 nt_start (ptr=0x50c000979900) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2220
        th = 0x5150001c4380
        sched = <optimized out>
        nt = 0x50c000979900
        vm = 0x525000000100
#23 0x00005d529d3d6a9f in asan_thread_start(void*) ()
No symbol table info available.
#24 0x00007491ae89caa4 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 = {128168495154880, -4872434660524417417, 128168495154880, -360, 25, 140735433169936, -4872434660503445897, -4872362282497204617}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x00007491ae929c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7491926006c0 (LWP 3839344) "test_autoload.*"):
#0  0x00007491ae91b4cd in __GI___poll (fds=0x749162709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005d529d37d6ea in __interceptor_poll ()
No symbol table info available.
#2  0x00005d529d72a78f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1052
        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:3005
        vm = <optimized out>
#4  0x00005d529d3d6a9f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007491ae89caa4 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 = {128168574846656, -4872439608326742409, 128168574846656, -360, 0, 128168207835952, -4872439608305770889, -4872362282497204617}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007491ae929c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x74918a0006c0 (LWP 3840528) "test_autoload.*"):
#0  0x00007491ae898d71 in __futex_abstimed_wait_common64 (private=20576, cancel=true, abstime=0x749189ffc3e0, op=137, expected=0, futex_word=0x50c000516750) 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=20576, abstime=0x749189ffc3e0, clockid=20576, expected=0, futex_word=0x50c000516750) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 5267712
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c000516750, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x749189ffc3e0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007491ae89bc8e in __pthread_cond_wait_common (abstime=0x749189ffc3e0, clockid=1, mutex=0x51500016d6a0, cond=0x50c000516728) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7491ae89b4b0 <__condvar_cleanup_waiting>, __arg = 0x749189ffc2d0, __canceltype = 52, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x50c000516728, mutex = 0x51500016d6a0, 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=0x50c000516728, mutex=mutex@entry=0x51500016d6a0, abstime=abstime@entry=0x749189ffc3e0) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00005d529d724e01 in native_cond_timedwait (cond=0x50c000516728, mutex=0x51500016d6a0, abs=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:241
        r = <optimized out>
        ts = <optimized out>
#6  native_cond_sleep (th=th@entry=0x51500016d580, rel=rel@entry=0x74918680a620) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2428
        end = <optimized out>
        sched = 0x5160000004a0
        lock = 0x51500016d6a0
        cond = 0x50c000516728
        max = 100000000000000000
#7  0x00005d529d70b7e4 in native_sleep (th=0x51500016d580, rel=0x74918680a620) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3275
        sched = <optimized out>
#8  sleep_hrtime (th=<optimized out>, rel=500000000, fl=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1306
        prev_status = THREAD_RUNNABLE
        end = 1016908548454856
        woke = 1
#9  0x00005d529d59c08d in rb_f_sleep (argc=1, argv=0x7491875ed8c0, _=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4964
        beg = 1739441123
        scheduler = <optimized out>
        end = <optimized out>
#10 0x00005d529d7faa58 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:3801
        ci = 0x672100140003
        cc = <optimized out>
        me = 0x74918b392cb8
        cfunc = 0x504000020258
        recv = 128168457964880
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005d529d7e0ead in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x749189ffcb50) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4779
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0xffffffff
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#12 0x00005d529d7e0965 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4919
        ci = <optimized out>
        cc = 0x749189ffc3e0
#13 0x00005d529d7a8347 in vm_sendish (ec=0x51600103c2d0, reg_cfp=0x7491876ed6b0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#14 vm_exec_core (ec=ec@entry=0x51600103c2d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491876ed6b0
        reg_pc = 0x5040002a1a78
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#15 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x51600103c2d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#16 0x00005d529d52276c in load_iseq_eval (ec=<optimized out>, fname=fname@entry=128168429565960) at /tmp/ruby/src/trunk_asan/load.c:789
        iseq = 0x749189b73768
#17 0x00005d529d51d62b in require_internal (ec=ec@entry=0x51600103c2d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1296
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x51500016d580
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 128169042301920
        realpath_map = 128169042301760
        path = 128168429565960
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#18 0x00005d529d51b622 in rb_require_string_internal (fname=128168562323400, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1402
        result = <optimized out>
        ec = 0x51600103c2d0
        result = <optimized out>
#19 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1388
No locals.
#20 0x00005d529d7faa58 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:3801
        ci = 0x1369100140003
        cc = <optimized out>
        me = 0x7491addbb5b0
        cfunc = 0x504000018558
        recv = 128169042431400
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#21 0x00005d529d7e0ead in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x749189ffe070) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4779
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0xffffffff
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#22 0x00005d529d7e6b05 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4188
No locals.
#23 0x00005d529d7a8347 in vm_sendish (ec=0x51600103c2d0, reg_cfp=0x7491876ed758, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        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>
#24 vm_exec_core (ec=ec@entry=0x51600103c2d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491876ed758
        reg_pc = 0x51100005ed38
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#25 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x51600103c2d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#26 0x00005d529d80e97a in vm_call0_body (ec=<optimized out>, calling=0x749186b09460, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x749186b094d0
        cc = <optimized out>
        ret = <optimized out>
#27 0x00005d529d80e1ef in vm_call0_cme (ec=0x51600103c2d0, calling=0x749186b09460, argv=0x749189ffe820, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#28 vm_call0_body (ec=<optimized out>, calling=0x749186b09460, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x749189b680e8
        orig_cme = <optimized out>
        ci = 0x749186b094d0
        cc = 0x749189b7e640
        ret = <optimized out>
#29 0x00005d529d7c27ce in vm_call0_cc (recv=128169042431400, id=22673, argc=<optimized out>, argv=<optimized out>, cc=0x749189b7e640, kw_splat=0, ec=<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>
#30 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:1047
        ci = <optimized out>
        ec = <optimized out>
        cc = 0x749189b7e640
        self = <optimized out>
#31 0x00005d529d7c35fe in rb_funcallv (recv=128169042431400, mid=22673, argc=1, argv=0x749189ffe820) at /tmp/ruby/src/trunk_asan/vm_eval.c:1062
No locals.
#32 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1119
        ar = <optimized out>
        argv = 0x749189ffe820
#33 0x00005d529d78250e in autoload_feature_require (_arguments=128168434330640) at /tmp/ruby/src/trunk_asan/variable.c:2922
        arguments = 0x749189ffec10
        autoload_const = <optimized out>
        result = <optimized out>
#34 autoload_try_load (_arguments=128168434330640) at /tmp/ruby/src/trunk_asan/variable.c:2936
        arguments = 0x749189ffec10
        result = <optimized out>
        ce = <optimized out>
#35 0x00005d529d4212e0 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:1073
        _ec = 0x51600103c2d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x749189ffeb90, <optimized out>, 0x749189ffeaa0, <optimized out>, <optimized out>}, prev = 0x749186a09240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x51600103c2d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#36 0x00005d529d781876 in rb_autoload_load (module=module@entry=128169042509120, name=name@entry=277131) at /tmp/ruby/src/trunk_asan/variable.c:2997
        ce = 0x503001991dd0
        arguments = {module = 128169042509120, name = 277131, flag = 0, mutex = 128168429566040, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
#37 0x00005d529d78b2ad in rb_const_search_from (klass=128168455511400, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3099
        ac = 0xfffffffffffffdfc
        am = 128169042509120
        tmp = 128169042509120
        ce = <optimized out>
        current = 128169042509120
        value = <optimized out>
        first_iteration = <optimized out>
#38 0x00005d529d783574 in rb_const_search (klass=128168455511400, id=277131, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3121
        value = <optimized out>
#39 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:3048
        c = <optimized out>
#40 0x00005d529d78e67e 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:1134
        root_cref = <optimized out>
        klass = 88785569277776
        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>
#41 0x00005d529d7998e1 in vm_get_ev_const_chain (ec=0x51600103c2d0, segments=0x502001804d50) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1167
        id = 0
        val = 137
        idx = <optimized out>
        allow_nil = <optimized out>
#42 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x5020018051b0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6435
        segments = 0x502001804d50
        ice = <optimized out>
        val = <optimized out>
#43 0x00005d529d79b350 in vm_exec_core (ec=ec@entry=0x51600103c2d0) at ../../src/trunk_asan/insns.def:263
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491876ed790
        reg_pc = 0x5030019c9460
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#44 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x51600103c2d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#45 0x00005d529d7d466b in invoke_iseq_block_from_c (ec=0x51600103c2d0, captured=<optimized out>, self=128168457966960, 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:1618
        flags = 0
        iseq = 0x749189bbfbb8
        cfp = 0x7491876ed7c8
        sp = 0x7491875ed818
        use_argv = <optimized out>
        stack_argv = 0x7491875ed818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#46 invoke_block_from_c_proc (ec=0x51600103c2d0, self=128168457966960, 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:1712
        block = <optimized out>
        keyword_hash = <optimized out>
#47 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:1742
No locals.
#48 0x00005d529d7d28f6 in rb_vm_invoke_proc (ec=0x50c000516750, proc=0x89, proc@entry=0x50400025c850, argc=-1366717071, 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:1763
        self = 0
#49 0x00005d529d729529 in thread_do_start_proc (th=th@entry=0x51500016d580) at /tmp/ruby/src/trunk_asan/thread.c:605
        args = <optimized out>
        procval = <optimized out>
        proc = 0x50400025c850
        args_len = 0
        args_ptr = <optimized out>
#50 0x00005d529d72715a in thread_do_start (th=0x51500016d580) at /tmp/ruby/src/trunk_asan/thread.c:622
        result = 36
#51 thread_start_func_2 (th=th@entry=0x51500016d580, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:677
        _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>
#52 0x00005d529d72641e in call_thread_start_func_2 (th=0x51500016d580) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2175
        stack_start = <optimized out>
        stack_start_addr = 0x749189fffcc0
#53 nt_start (ptr=0x50c000516700) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2220
        th = 0x51500016d580
        sched = <optimized out>
        nt = 0x50c000516700
        vm = 0x525000000100
#54 0x00005d529d3d6a9f in asan_thread_start(void*) ()
No symbol table info available.
#55 0x00007491ae89caa4 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 = {128168434337472, -4872425589553488265, 128168434337472, -360, 0, 140735433167120, -4872425589532516745, -4872362282497204617}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#56 0x00007491ae929c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7491aebd3c40 (LWP 3804168) "ruby"):
#0  0x00007491ae898d71 in __futex_abstimed_wait_common64 (private=3730, cancel=true, abstime=0x7fff85805bc0, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=3730, abstime=0x7fff85805bc0, clockid=29841, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 7639040
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c000000090, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff85805bc0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007491ae89bc8e in __pthread_cond_wait_common (abstime=0x7fff85805bc0, clockid=1, mutex=0x515000000420, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7491ae89b4b0 <__condvar_cleanup_waiting>, __arg = 0x7fff85805ab0, __canceltype = -2055185712, __prev = 0x0}
        cbuffer = {wseq = 3470, cond = 0x50c000000068, mutex = 0x515000000420, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 3470
        seq = 1735
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=cond@entry=0x50c000000068, mutex=mutex@entry=0x515000000420, abstime=abstime@entry=0x7fff85805bc0) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00005d529d724e01 in native_cond_timedwait (cond=0x50c000000068, mutex=0x515000000420, abs=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:241
        r = <optimized out>
        ts = <optimized out>
#6  native_cond_sleep (th=th@entry=0x515000000300, rel=rel@entry=0x7491ac645760) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2428
        end = <optimized out>
        sched = 0x5160000004a0
        lock = 0x515000000420
        cond = 0x50c000000068
        max = 100000000000000000
#7  0x00005d529d70b7e4 in native_sleep (th=0x515000000300, rel=0x7491ac645760) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3275
        sched = <optimized out>
#8  sleep_hrtime (th=<optimized out>, rel=100000000, fl=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1306
        prev_status = THREAD_RUNNABLE
        end = 1016908148020149
        woke = 1
#9  0x00005d529d59c08d in rb_f_sleep (argc=1, argv=0x7491abcffbd8, _=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4964
        beg = 1739441123
        scheduler = <optimized out>
        end = <optimized out>
#10 0x00005d529d7faa58 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:3801
        ci = 0x672100140003
        cc = <optimized out>
        me = 0x74918b392cb8
        cfunc = 0x504000020258
        recv = 128168457966960
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005d529d7e0ead in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7fff85806330) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4779
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0xffffffff
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#12 0x00005d529d7e0965 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4919
        ci = <optimized out>
        cc = 0x7fff85805bc0
#13 0x00005d529d7a8347 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7491abdff448, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#14 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491abdff448
        reg_pc = 0x51400005a148
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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>
th: 0x515000000300, native_id: 0x7491aebd3c40
-- Control frame information -----------------------------------------------
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
c:0018 p:---- s:0127 e:000126 CFUNC  :sleep
c:0017 p:0033 s:0122 E:0022f0 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:210
c:0016 p:0031 s:0117 e:000116 METHOD /tmp/ruby/src/trunk_asan/lib/tempfile.rb:576
c:0015 p:0060 s:0106 e:000105 METHOD /tmp/ruby/src/trunk_asan/lib/tempfile.rb:562
        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>
c:0014 p:0011 s:0095 E:001160 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:203
c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
c:0011 p:0083 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671 [FINISH]
        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>
c:0010 p:---- s:0069 e:000068 CFUNC  :map
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
c:0009 p:0103 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362
c:0007 p:0069 s:0046 E:000b40 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        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>
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
c:0005 p:---- s:0026 e:000025 CFUNC  :map
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#15 0x00005d529d796dd1 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2614
No locals.
#16 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2593
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#17 0x00005d529d8183c2 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7491abdff620, self=128169035435640, 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:1618
        flags = 0
        iseq = 0x7491ae31e1d8
        cfp = <optimized out>
        sp = 0x7491abcffa28
        use_argv = 0x7491ac6401a0
        stack_argv = 0x7491abcffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#18 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1632
        captured = 0x7491abdff620
#19 0x00005d529d7c4a16 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:1669
No locals.
#20 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1677
No locals.
#21 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#22 0x00005d529d7c4a16 in rb_yield (val=<optimized out>)
No locals.
#23 0x00005d529d978b26 in rb_ary_collect (ary=128168565203200) at /tmp/ruby/src/trunk_asan/array.c:3645
        collect = 128168576523360
        i = 21
#24 0x00005d529d7faa58 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:3801
        ci = 0x165100000001
c:0002 p:0051 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
        cc = <optimized out>
        me = 0x7491ae3e0148
        cfunc = 0x50400000a758
        recv = 128168565203200
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
c:0001 p:0000 s:0003 E:001650 DUMMY  [FINISH]

th: 0x51500014ff80, native_id: 0x7491834006c0
-- Control frame information -----------------------------------------------
c:0003 p:0023 s:0017 e:000016 METHOD <internal:thread_sync>:18
c:0002 p:0019 s:0010 e:000009 BLOCK  /tmp/ruby/src/trunk_asan/lib/rubygems/vendor/timeout/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

th: 0x5150000b4f80, native_id: 0x7491852006c0
-- Control frame information -----------------------------------------------
c:0003 p:0023 s:0017 e:000016 METHOD <internal:thread_sync>:18
c:0002 p:0019 s:0010 e:000009 BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

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

th: 0x51500016d580, native_id: 0x74918a0006c0
#25 0x00005d529d7a1bf7 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7491abdff608, cd=0x51100000c050, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
-- Control frame information -----------------------------------------------
c:0007 p:---- s:0028 e:000027 CFUNC  :sleep
c:0006 p:0005 s:0023 e:000022 CLASS  /tmp/rubytest.krfoz5/autoload20250213-3804168-h53823.rb:1
c:0005 p:0007 s:0020 e:000019 TOP    /tmp/rubytest.krfoz5/autoload20250213-3804168-h53823.rb:1 [FINISH]
c:0004 p:---- s:0017 e:000016 CFUNC  :require
c:0003 p:0023 s:0012 e:000011 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:136 [FINISH]
c:0002 p:0002 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:209 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

#26 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51100000c050
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491abdff608
        reg_pc = 0x5190000143b8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#27 0x00005d529d796a0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#28 0x00005d529d8183c2 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7491abdff738, self=128169035435640, 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:1618
        flags = 0
        iseq = 0x7491ae35c960
        cfp = <optimized out>
        sp = 0x7491abcff8d0
        use_argv = 0x7491ac7085a0
        stack_argv = 0x7491abcff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#29 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1632
        captured = 0x7491abdff738
#30 0x00005d529d7c4a16 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:1669
No locals.
#31 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1677
No locals.
#32 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#33 0x00005d529d7c4a16 in rb_yield (val=<optimized out>)
No locals.
#34 0x00005d529d978b26 in rb_ary_collect (ary=128168429864960) at /tmp/ruby/src/trunk_asan/array.c:3645
        collect = 128168429864880
        i = 0
#35 0x00005d529d7faa58 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:3801
        ci = 0x165100000001
        cc = <optimized out>
        me = 0x7491ae3e0148
        cfunc = 0x50400000a758
        recv = 128168429864960
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#36 0x00005d529d7a1bf7 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7491abdff720, cd=0x502000009a30, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#37 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000009a30
        insns_address_table = {0x5d529d79d8ff <vm_exec_core+14031>, 0x5d529d79a93a <vm_exec_core+1802>, 0x5d529d79c2e9 <vm_exec_core+8377>, 0x5d529d7a1d65 <vm_exec_core+31541>, 0x5d529d79bbc1 <vm_exec_core+6545>, 0x5d529d7a2b1d <vm_exec_core+35053>, 0x5d529d7a0be2 <vm_exec_core+27058>, 0x5d529d79e77f <vm_exec_core+17743>, 0x5d529d79ac70 <vm_exec_core+2624>, 0x5d529d7a259b <vm_exec_core+33643>, 0x5d529d7a213b <vm_exec_core+32523>, 0x5d529d79bfbc <vm_exec_core+7564>, 0x5d529d79b2dc <vm_exec_core+4268>, 0x5d529d7a1111 <vm_exec_core+28385>, 0x5d529d79cf07 <vm_exec_core+11479>, 0x5d529d7a27dd <vm_exec_core+34221>, 0x5d529d7a238a <vm_exec_core+33114>, 0x5d529d79d777 <vm_exec_core+13639>, 0x5d529d79e6d0 <vm_exec_core+17568>, 0x5d529d7a0d8a <vm_exec_core+27482>, 0x5d529d7a22d2 <vm_exec_core+32930>, 0x5d529d79fd1d <vm_exec_core+23277>, 0x5d529d7a0e3e <vm_exec_core+27662>, 0x5d529d7a12c8 <vm_exec_core+28824>, 0x5d529d79fc2f <vm_exec_core+23039>, 0x5d529d79b1bc <vm_exec_core+3980>, 0x5d529d7a0512 <vm_exec_core+25314>, 0x5d529d79afe4 <vm_exec_core+3508>, 0x5d529d79b39d <vm_exec_core+4461>, 0x5d529d79da6c <vm_exec_core+14396>, 0x5d529d79fa9c <vm_exec_core+22636>, 0x5d529d7a00e0 <vm_exec_core+24240>, 0x5d529d79f7e5 <vm_exec_core+21941>, 0x5d529d79aba1 <vm_exec_core+2417>, 0x5d529d7a156c <vm_exec_core+29500>, 0x5d529d7a1feb <vm_exec_core+32187>, 0x5d529d79b4b4 <vm_exec_core+4740>, 0x5d529d79c76b <vm_exec_core+9531>, 0x5d529d79c1e0 <vm_exec_core+8112>, 0x5d529d79d082 <vm_exec_core+11858>, 0x5d529d79e5fe <vm_exec_core+17358>, 0x5d529d79b5c0 <vm_exec_core+5008>, 0x5d529d7a13b1 <vm_exec_core+29057>, 0x5d529d79c6b0 <vm_exec_core+9344>, 0x5d529d79e467 <vm_exec_core+16951>, 0x5d529d79f007 <vm_exec_core+19927>, 0x5d529d7a122b <vm_exec_core+28667>, 0x5d529d79ff08 <vm_exec_core+23768>, 0x5d529d79d2c2 <vm_exec_core+12434>, 0x5d529d79c9eb <vm_exec_core+10171>, 0x5d529d7a0fd1 <vm_exec_core+28065>, 0x5d529d79dc18 <vm_exec_core+14824>, 0x5d529d7a05d9 <vm_exec_core+25513>, 0x5d529d7a0037 <vm_exec_core+24071>, 0x5d529d7a0834 <vm_exec_core+26116>, 0x5d529d7a1896 <vm_exec_core+30310>, 0x5d529d79f243 <vm_exec_core+20499>, 0x5d529d79a5db <vm_exec_core+939>, 0x5d529d79d454 <vm_exec_core+12836>, 0x5d529d7a0f01 <vm_exec_core+27857>, 0x5d529d79d58f <vm_exec_core+13151>, 0x5d529d79fb55 <vm_exec_core+22821>, 0x5d529d7a03f9 <vm_exec_core+25033>, 0x5d529d79ed12 <vm_exec_core+19170>, 0x5d529d79f93e <vm_exec_core+22286>, 0x5d529d79d80e <vm_exec_core+13790>, 0x5d529d79cd01 <vm_exec_core+10961>, 0x5d529d7a0927 <vm_exec_core+26359>, 0x5d529d79b692 <vm_exec_core+5218>, 0x5d529d79eaf6 <vm_exec_core+18630>, 0x5d529d7a9afc <vm_exec_core+63692>, 0x5d529d79fddd <vm_exec_core+23469>, 0x5d529d79b951 <vm_exec_core+5921>, 0x5d529d79be83 <vm_exec_core+7251>, 0x5d529d79ba8a <vm_exec_core+6234>, 0x5d529d79c879 <vm_exec_core+9801>, 0x5d529d79d0fd <vm_exec_core+11981>, 0x5d529d79a5e0 <vm_exec_core+944>, 0x5d529d79c591 <vm_exec_core+9057>, 0x5d529d7a2d72 <vm_exec_core+35650>, 0x5d529d7a02f9 <vm_exec_core+24777>, 0x5d529d79f0e7 <vm_exec_core+20151>, 0x5d529d7a1446 <vm_exec_core+29206>, 0x5d529d7a2e5a <vm_exec_core+35882>, 0x5d529d7a1799 <vm_exec_core+30057>, 0x5d529d7a2887 <vm_exec_core+34391>, 0x5d529d7a2971 <vm_exec_core+34625>, 0x5d529d79b0c3 <vm_exec_core+3731>, 0x5d529d7a2448 <vm_exec_core+33304>, 0x5d529d79db25 <vm_exec_core+14581>, 0x5d529d7a2690 <vm_exec_core+33888>, 0x5d529d79d650 <vm_exec_core+13344>, 0x5d529d7a165d <vm_exec_core+29741>, 0x5d529d79cb34 <vm_exec_core+10500>, 0x5d529d79de6e <vm_exec_core+15422>, 0x5d529d7a2a67 <vm_exec_core+34871>, 0x5d529d79e53e <vm_exec_core+17166>, 0x5d529d79e01f <vm_exec_core+15855>, 0x5d529d79a6c5 <vm_exec_core+1173>, 0x5d529d79addf <vm_exec_core+2991>, 0x5d529d79a7c3 <vm_exec_core+1427>, 0x5d529d79ee22 <vm_exec_core+19442>, 0x5d529d79e1f5 <vm_exec_core+16325>, 0x5d529d79e9b7 <vm_exec_core+18311>, 0x5d529d79e8be <vm_exec_core+18062>, 0x5d529d79d959 <vm_exec_core+14121>, 0x5d529d79e0d5 <vm_exec_core+16037>, 0x5d529d79dd2f <vm_exec_core+15103>, 0x5d529d79e3d0 <vm_exec_core+16800>, 0x5d529d79e339 <vm_exec_core+16649>, 0x5d529d79d8f0 <vm_exec_core+14016>, 0x5d529d79a92b <vm_exec_core+1787>, 0x5d529d79c2da <vm_exec_core+8362>, 0x5d529d7a1d56 <vm_exec_core+31526>, 0x5d529d79bbb2 <vm_exec_core+6530>, 0x5d529d7a2b0e <vm_exec_core+35038>, 0x5d529d7a0bd3 <vm_exec_core+27043>, 0x5d529d79e770 <vm_exec_core+17728>, 0x5d529d79ac61 <vm_exec_core+2609>, 0x5d529d7a258c <vm_exec_core+33628>, 0x5d529d7a212c <vm_exec_core+32508>, 0x5d529d79bfad <vm_exec_core+7549>, 0x5d529d79b2cd <vm_exec_core+4253>, 0x5d529d7a1102 <vm_exec_core+28370>, 0x5d529d79cef8 <vm_exec_core+11464>, 0x5d529d7a27ce <vm_exec_core+34206>, 0x5d529d7a237b <vm_exec_core+33099>, 0x5d529d79d768 <vm_exec_core+13624>, 0x5d529d79e6c1 <vm_exec_core+17553>, 0x5d529d7a0d7b <vm_exec_core+27467>, 0x5d529d7a22c3 <vm_exec_core+32915>, 0x5d529d79fd0e <vm_exec_core+23262>, 0x5d529d7a0e2f <vm_exec_core+27647>, 0x5d529d7a12b9 <vm_exec_core+28809>, 0x5d529d79fc20 <vm_exec_core+23024>, 0x5d529d79b1ad <vm_exec_core+3965>, 0x5d529d7a0503 <vm_exec_core+25299>, 0x5d529d79afd5 <vm_exec_core+3493>, 0x5d529d79b38e <vm_exec_core+4446>, 0x5d529d79da5d <vm_exec_core+14381>, 0x5d529d79fa8d <vm_exec_core+22621>, 0x5d529d7a00d1 <vm_exec_core+24225>, 0x5d529d79f7d6 <vm_exec_core+21926>, 0x5d529d79ab92 <vm_exec_core+2402>, 0x5d529d7a155d <vm_exec_core+29485>, 0x5d529d7a1fdc <vm_exec_core+32172>, 0x5d529d79b4a5 <vm_exec_core+4725>, 0x5d529d79c75c <vm_exec_core+9516>, 0x5d529d79c1d1 <vm_exec_core+8097>, 0x5d529d79d073 <vm_exec_core+11843>, 0x5d529d79e5ef <vm_exec_core+17343>, 0x5d529d79b5b1 <vm_exec_core+4993>, 0x5d529d7a13a2 <vm_exec_core+29042>, 0x5d529d79c6a1 <vm_exec_core+9329>, 0x5d529d79e458 <vm_exec_core+16936>, 0x5d529d79eff8 <vm_exec_core+19912>, 0x5d529d7a121c <vm_exec_core+28652>, 0x5d529d79fef9 <vm_exec_core+23753>, 0x5d529d79d2b3 <vm_exec_core+12419>, 0x5d529d79c9dc <vm_exec_core+10156>, 0x5d529d7a0fc2 <vm_exec_core+28050>, 0x5d529d79dc09 <vm_exec_core+14809>, 0x5d529d7a05ca <vm_exec_core+25498>, 0x5d529d7a0028 <vm_exec_core+24056>, 0x5d529d7a0825 <vm_exec_core+26101>, 0x5d529d7a1887 <vm_exec_core+30295>, 0x5d529d79f234 <vm_exec_core+20484>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79d445 <vm_exec_core+12821>, 0x5d529d7a0ef2 <vm_exec_core+27842>, 0x5d529d79d580 <vm_exec_core+13136>, 0x5d529d79fb46 <vm_exec_core+22806>, 0x5d529d79fea9 <vm_exec_core+23673>, 0x5d529d79ed03 <vm_exec_core+19155>, 0x5d529d79f92f <vm_exec_core+22271>, 0x5d529d79d7ff <vm_exec_core+13775>, 0x5d529d79ccf2 <vm_exec_core+10946>, 0x5d529d7a0918 <vm_exec_core+26344>, 0x5d529d79b683 <vm_exec_core+5203>, 0x5d529d79eae7 <vm_exec_core+18615>, 0x5d529d7a9aed <vm_exec_core+63677>, 0x5d529d79fdce <vm_exec_core+23454>, 0x5d529d79b942 <vm_exec_core+5906>, 0x5d529d79be74 <vm_exec_core+7236>, 0x5d529d79ba7b <vm_exec_core+6219>, 0x5d529d79c86a <vm_exec_core+9786>, 0x5d529d79d0ee <vm_exec_core+11966>, 0x5d529d79f0e2 <vm_exec_core+20146>, 0x5d529d79e5e5 <vm_exec_core+17333>, 0x5d529d79f0dd <vm_exec_core+20141>, 0x5d529d79fd09 <vm_exec_core+23257>, 0x5d529d79fc1b <vm_exec_core+23019>, 0x5d529d79c865 <vm_exec_core+9781>, 0x5d529d79febd <vm_exec_core+23693>, 0x5d529d79db1b <vm_exec_core+14571>, 0x5d529d79db20 <vm_exec_core+14576>, 0x5d529d79fc16 <vm_exec_core+23014>, 0x5d529d79fa83 <vm_exec_core+22611>, 0x5d529d79e99e <vm_exec_core+18286>, 0x5d529d79e8aa <vm_exec_core+18042>...}
        reg_cfp = 0x7491abdff720
        reg_pc = 0x50400002d3f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#38 0x00005d529d796dd1 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2614
No locals.
#39 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2593
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#40 0x00005d529d41d5db in rb_ec_exec_node (ec=0x5160000006d0, n=0x7491ae35caf0) at /tmp/ruby/src/trunk_asan/eval.c:280
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff85807e70, <optimized out>, 0x7fff85807dc0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7491ae35caf0
#41 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:318
        ec = 0x5160000006d0
        status = <optimized out>
#42 0x00005d529d416b47 in rb_main (argc=10, argv=0x7fff85808048) at /tmp/ruby/src/trunk_asan/main.c:40
        variable_in_this_stack_frame = <optimized out>
#43 main (argc=10, argv=0x7fff85808048) at /tmp/ruby/src/trunk_asan/main.c:65
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7c16213dbc40 (LWP 3804160) "ruby" 0x00007c1621126cd7 in __GI___select (nfds=17, readfds=0x50c004aa8080, writefds=0x0, exceptfds=0x0, timeout=0x7ffcd58d0cc0) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x7c1604e006c0 (LWP 3804162) "ruby" 0x00007c162111b4cd in __GI___poll (fds=0x7c1603b09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7c1604e006c0 (LWP 3804162) "ruby"):
#0  0x00007c162111b4cd in __GI___poll (fds=0x7c1603b09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000618d73b966ea in __interceptor_poll ()
No symbol table info available.
#2  0x0000618d73f4378f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1052
        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:3005
        vm = <optimized out>
#4  0x0000618d73befa9f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007c162109caa4 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 = {136434012915392, -2273244101335738621, 136434012915392, -360, 0, 140723891285600, -2273244101314767101, -2273302804636657917}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007c1621129c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7c16213dbc40 (LWP 3804160) "ruby"):
#0  0x00007c1621126cd7 in __GI___select (nfds=17, readfds=0x50c004aa8080, writefds=0x0, exceptfds=0x0, timeout=0x7ffcd58d0cc0) at ../sysdeps/unix/sysv/linux/select.c:69
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        s = <optimized out>
        us = <optimized out>
        ns = <optimized out>
        ts64 = {tv_sec = 1199, tv_nsec = 475643085}
        pts64 = 0x7ffcd58d0b60
        r = <optimized out>
#1  0x0000618d73f2e475 in native_fd_select (n=17, readfds=0x50c004aa8080, writefds=0x0, exceptfds=0x7c1621126cd7 <__GI___select+327>, timeout=0x7ffcd58d0b60, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2379
No locals.
#2  do_select (p=136434451271712) at /tmp/ruby/src/trunk_asan/thread.c:4309
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffcd58d0c70
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x0000618d73c3a2e0 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:1073
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffcd58d0e30, <optimized out>, 0x7ffcd58d0d40, <optimized out>, <optimized out>}, prev = 0x7c161f00cf80, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x0000618d73f2da4e in rb_thread_fd_select (max=<optimized out>, read=<optimized out>, write=<optimized out>, except=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:4369
        set = {max = 17, th = 0x515000000300, rset = 0x7c161f00ce40, wset = 0x0, eset = 0x0, orig_rset = {maxfd = <optimized out>, fdset = <optimized out>}, orig_wset = {maxfd = <optimized out>, fdset = <optimized out>}, orig_eset = {maxfd = <optimized out>, fdset = <optimized out>}, timeout = 0x7c161f00cea0}
#5  0x0000618d73cfd05f in select_internal (read=136434474086400, write=4, except=4, tp=0x7c161f00cea0, fds=0x7c161f00ce40) at /tmp/ruby/src/trunk_asan/io.c:10711
        timerec = <optimized out>
        max = 17
        pending = <optimized out>
        rp = 0x7c161f00ce40
        wp = 0x0
        i = <optimized out>
        fptr = <optimized out>
        ep = 0x0
        n = <optimized out>
        res = <optimized out>
        list = <optimized out>
        write_io = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        errno_to_fail = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
#6  select_call (arg=136434451271200) at /tmp/ruby/src/trunk_asan/io.c:10781
        p = 0x7c161f00ce20
#7  0x0000618d73c3a2e0 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:1073
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffcd58d1130, <optimized out>, 0x7ffcd58d1040, <optimized out>, <optimized out>}, prev = 0x7c161f057d40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#8  0x0000618d73cd92a7 in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11137
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#9  0x0000618d74013a58 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:3801
        ci = 0x160100100009
        cc = <optimized out>
        me = 0x7c1620bda698
        cfunc = 0x504000010798
        recv = 136434480380440
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#10 0x0000618d73fc1347 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7c161e5ff3a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#11 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x618d73fb68ff <vm_exec_core+14031>, 0x618d73fb393a <vm_exec_core+1802>, 0x618d73fb52e9 <vm_exec_core+8377>, 0x618d73fbad65 <vm_exec_core+31541>, 0x618d73fb4bc1 <vm_exec_core+6545>, 0x618d73fbbb1d <vm_exec_core+35053>, 0x618d73fb9be2 <vm_exec_core+27058>, 0x618d73fb777f <vm_exec_core+17743>, 0x618d73fb3c70 <vm_exec_core+2624>, 0x618d73fbb59b <vm_exec_core+33643>, 0x618d73fbb13b <vm_exec_core+32523>, 0x618d73fb4fbc <vm_exec_core+7564>, 0x618d73fb42dc <vm_exec_core+4268>, 0x618d73fba111 <vm_exec_core+28385>, 0x618d73fb5f07 <vm_exec_core+11479>, 0x618d73fbb7dd <vm_exec_core+34221>, 0x618d73fbb38a <vm_exec_core+33114>, 0x618d73fb6777 <vm_exec_core+13639>, 0x618d73fb76d0 <vm_exec_core+17568>, 0x618d73fb9d8a <vm_exec_core+27482>, 0x618d73fbb2d2 <vm_exec_core+32930>, 0x618d73fb8d1d <vm_exec_core+23277>, 0x618d73fb9e3e <vm_exec_core+27662>, 0x618d73fba2c8 <vm_exec_core+28824>, 0x618d73fb8c2f <vm_exec_core+23039>, 0x618d73fb41bc <vm_exec_core+3980>, 0x618d73fb9512 <vm_exec_core+25314>, 0x618d73fb3fe4 <vm_exec_core+3508>, 0x618d73fb439d <vm_exec_core+4461>, 0x618d73fb6a6c <vm_exec_core+14396>, 0x618d73fb8a9c <vm_exec_core+22636>, 0x618d73fb90e0 <vm_exec_core+24240>, 0x618d73fb87e5 <vm_exec_core+21941>, 0x618d73fb3ba1 <vm_exec_core+2417>, 0x618d73fba56c <vm_exec_core+29500>, 0x618d73fbafeb <vm_exec_core+32187>, 0x618d73fb44b4 <vm_exec_core+4740>, 0x618d73fb576b <vm_exec_core+9531>, 0x618d73fb51e0 <vm_exec_core+8112>, 0x618d73fb6082 <vm_exec_core+11858>, 0x618d73fb75fe <vm_exec_core+17358>, 0x618d73fb45c0 <vm_exec_core+5008>, 0x618d73fba3b1 <vm_exec_core+29057>, 0x618d73fb56b0 <vm_exec_core+9344>, 0x618d73fb7467 <vm_exec_core+16951>, 0x618d73fb8007 <vm_exec_core+19927>, 0x618d73fba22b <vm_exec_core+28667>, 0x618d73fb8f08 <vm_exec_core+23768>, 0x618d73fb62c2 <vm_exec_core+12434>, 0x618d73fb59eb <vm_exec_core+10171>, 0x618d73fb9fd1 <vm_exec_core+28065>, 0x618d73fb6c18 <vm_exec_core+14824>, 0x618d73fb95d9 <vm_exec_core+25513>, 0x618d73fb9037 <vm_exec_core+24071>, 0x618d73fb9834 <vm_exec_core+26116>, 0x618d73fba896 <vm_exec_core+30310>, 0x618d73fb8243 <vm_exec_core+20499>, 0x618d73fb35db <vm_exec_core+939>, 0x618d73fb6454 <vm_exec_core+12836>, 0x618d73fb9f01 <vm_exec_core+27857>, 0x618d73fb658f <vm_exec_core+13151>, 0x618d73fb8b55 <vm_exec_core+22821>, 0x618d73fb93f9 <vm_exec_core+25033>, 0x618d73fb7d12 <vm_exec_core+19170>, 0x618d73fb893e <vm_exec_core+22286>, 0x618d73fb680e <vm_exec_core+13790>, 0x618d73fb5d01 <vm_exec_core+10961>, 0x618d73fb9927 <vm_exec_core+26359>, 0x618d73fb4692 <vm_exec_core+5218>, 0x618d73fb7af6 <vm_exec_core+18630>, 0x618d73fc2afc <vm_exec_core+63692>, 0x618d73fb8ddd <vm_exec_core+23469>, 0x618d73fb4951 <vm_exec_core+5921>, 0x618d73fb4e83 <vm_exec_core+7251>, 0x618d73fb4a8a <vm_exec_core+6234>, 0x618d73fb5879 <vm_exec_core+9801>, 0x618d73fb60fd <vm_exec_core+11981>, 0x618d73fb35e0 <vm_exec_core+944>, 0x618d73fb5591 <vm_exec_core+9057>, 0x618d73fbbd72 <vm_exec_core+35650>, 0x618d73fb92f9 <vm_exec_core+24777>, 0x618d73fb80e7 <vm_exec_core+20151>, 0x618d73fba446 <vm_exec_core+29206>, 0x618d73fbbe5a <vm_exec_core+35882>, 0x618d73fba799 <vm_exec_core+30057>, 0x618d73fbb887 <vm_exec_core+34391>, 0x618d73fbb971 <vm_exec_core+34625>, 0x618d73fb40c3 <vm_exec_core+3731>, 0x618d73fbb448 <vm_exec_core+33304>, 0x618d73fb6b25 <vm_exec_core+14581>, 0x618d73fbb690 <vm_exec_core+33888>, 0x618d73fb6650 <vm_exec_core+13344>, 0x618d73fba65d <vm_exec_core+29741>, 0x618d73fb5b34 <vm_exec_core+10500>, 0x618d73fb6e6e <vm_exec_core+15422>, 0x618d73fbba67 <vm_exec_core+34871>, 0x618d73fb753e <vm_exec_core+17166>, 0x618d73fb701f <vm_exec_core+15855>, 0x618d73fb36c5 <vm_exec_core+1173>, 0x618d73fb3ddf <vm_exec_core+2991>, 0x618d73fb37c3 <vm_exec_core+1427>, 0x618d73fb7e22 <vm_exec_core+19442>, 0x618d73fb71f5 <vm_exec_core+16325>, 0x618d73fb79b7 <vm_exec_core+18311>, 0x618d73fb78be <vm_exec_core+18062>, 0x618d73fb6959 <vm_exec_core+14121>, 0x618d73fb70d5 <vm_exec_core+16037>, 0x618d73fb6d2f <vm_exec_core+15103>, 0x618d73fb73d0 <vm_exec_core+16800>, 0x618d73fb7339 <vm_exec_core+16649>, 0x618d73fb68f0 <vm_exec_core+14016>, 0x618d73fb392b <vm_exec_core+1787>, 0x618d73fb52da <vm_exec_core+8362>, 0x618d73fbad56 <vm_exec_core+31526>, 0x618d73fb4bb2 <vm_exec_core+6530>, 0x618d73fbbb0e <vm_exec_core+35038>, 0x618d73fb9bd3 <vm_exec_core+27043>, 0x618d73fb7770 <vm_exec_core+17728>, 0x618d73fb3c61 <vm_exec_core+2609>, 0x618d73fbb58c <vm_exec_core+33628>, 0x618d73fbb12c <vm_exec_core+32508>, 0x618d73fb4fad <vm_exec_core+7549>, 0x618d73fb42cd <vm_exec_core+4253>, 0x618d73fba102 <vm_exec_core+28370>, 0x618d73fb5ef8 <vm_exec_core+11464>, 0x618d73fbb7ce <vm_exec_core+34206>, 0x618d73fbb37b <vm_exec_core+33099>, 0x618d73fb6768 <vm_exec_core+13624>, 0x618d73fb76c1 <vm_exec_core+17553>, 0x618d73fb9d7b <vm_exec_core+27467>, 0x618d73fbb2c3 <vm_exec_core+32915>, 0x618d73fb8d0e <vm_exec_core+23262>, 0x618d73fb9e2f <vm_exec_core+27647>, 0x618d73fba2b9 <vm_exec_core+28809>, 0x618d73fb8c20 <vm_exec_core+23024>, 0x618d73fb41ad <vm_exec_core+3965>, 0x618d73fb9503 <vm_exec_core+25299>, 0x618d73fb3fd5 <vm_exec_core+3493>, 0x618d73fb438e <vm_exec_core+4446>, 0x618d73fb6a5d <vm_exec_core+14381>, 0x618d73fb8a8d <vm_exec_core+22621>, 0x618d73fb90d1 <vm_exec_core+24225>, 0x618d73fb87d6 <vm_exec_core+21926>, 0x618d73fb3b92 <vm_exec_core+2402>, 0x618d73fba55d <vm_exec_core+29485>, 0x618d73fbafdc <vm_exec_core+32172>, 0x618d73fb44a5 <vm_exec_core+4725>, 0x618d73fb575c <vm_exec_core+9516>, 0x618d73fb51d1 <vm_exec_core+8097>, 0x618d73fb6073 <vm_exec_core+11843>, 0x618d73fb75ef <vm_exec_core+17343>, 0x618d73fb45b1 <vm_exec_core+4993>, 0x618d73fba3a2 <vm_exec_core+29042>, 0x618d73fb56a1 <vm_exec_core+9329>, 0x618d73fb7458 <vm_exec_core+16936>, 0x618d73fb7ff8 <vm_exec_core+19912>, 0x618d73fba21c <vm_exec_core+28652>, 0x618d73fb8ef9 <vm_exec_core+23753>, 0x618d73fb62b3 <vm_exec_core+12419>, 0x618d73fb59dc <vm_exec_core+10156>, 0x618d73fb9fc2 <vm_exec_core+28050>, 0x618d73fb6c09 <vm_exec_core+14809>, 0x618d73fb95ca <vm_exec_core+25498>, 0x618d73fb9028 <vm_exec_core+24056>, 0x618d73fb9825 <vm_exec_core+26101>, 0x618d73fba887 <vm_exec_core+30295>, 0x618d73fb8234 <vm_exec_core+20484>, 0x618d73fb8ea9 <vm_exec_core+23673>, 0x618d73fb6445 <vm_exec_core+12821>, 0x618d73fb9ef2 <vm_exec_core+27842>, 0x618d73fb6580 <vm_exec_core+13136>, 0x618d73fb8b46 <vm_exec_core+22806>, 0x618d73fb8ea9 <vm_exec_core+23673>, 0x618d73fb7d03 <vm_exec_core+19155>, 0x618d73fb892f <vm_exec_core+22271>, 0x618d73fb67ff <vm_exec_core+13775>, 0x618d73fb5cf2 <vm_exec_core+10946>, 0x618d73fb9918 <vm_exec_core+26344>, 0x618d73fb4683 <vm_exec_core+5203>, 0x618d73fb7ae7 <vm_exec_core+18615>, 0x618d73fc2aed <vm_exec_core+63677>, 0x618d73fb8dce <vm_exec_core+23454>, 0x618d73fb4942 <vm_exec_core+5906>, 0x618d73fb4e74 <vm_exec_core+7236>, 0x618d73fb4a7b <vm_exec_core+6219>, 0x618d73fb586a <vm_exec_core+9786>, 0x618d73fb60ee <vm_exec_core+11966>, 0x618d73fb80e2 <vm_exec_core+20146>, 0x618d73fb75e5 <vm_exec_core+17333>, 0x618d73fb80dd <vm_exec_core+20141>, 0x618d73fb8d09 <vm_exec_core+23257>, 0x618d73fb8c1b <vm_exec_core+23019>, 0x618d73fb5865 <vm_exec_core+9781>, 0x618d73fb8ebd <vm_exec_core+23693>, 0x618d73fb6b1b <vm_exec_core+14571>, 0x618d73fb6b20 <vm_exec_core+14576>, 0x618d73fb8c16 <vm_exec_core+23014>, 0x618d73fb8a83 <vm_exec_core+22611>, 0x618d73fb799e <vm_exec_core+18286>, 0x618d73fb78aa <vm_exec_core+18042>...}
        reg_cfp = 0x7c161e5ff3a0
        reg_pc = 0x5220000038a0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
th: 0x515000000300, native_id: 0x7c16213dbc40
-- Control frame information -----------------------------------------------
        INSN_LABEL_trace_opt_mult = <optimized out>
c:0021 p:---- s:0128 e:000127 CFUNC  :select
        INSN_LABEL_trace_opt_div = <optimized out>
c:0020 p:0244 s:0120 e:000119 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:691
        INSN_LABEL_trace_opt_mod = <optimized out>
c:0019 p:0039 s:0101 e:000100 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:819
c:0018 p:0008 s:0094 e:000093 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:858
        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>
c:0017 p:0130 s:0087 e:000086 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1604
c:0016 p:0016 s:0074 e:000073 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1299
c:0015 p:0005 s:0069 e:000068 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1769
c:0014 p:0006 s:0065 e:000064 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1756 [FINISH]
        INSN_LABEL_trace_opt_aref = <optimized out>
c:0013 p:---- s:0061 e:000060 CFUNC  :each
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
c:0012 p:0042 s:0057 e:000056 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1755
c:0011 p:0013 s:0052 e:000051 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1799
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#12 0x0000618d73fafbaf in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, result=<optimized out>, tag=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2614
No locals.
#13 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2590
c:0010 p:0008 s:0047 e:000046 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1046
c:0009 p:0008 s:0041 e:000040 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:891
        _ec = 0x5160000006d0
        _tag = <optimized out>
c:0008 p:0017 s:0035 e:000034 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 e:000029 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1283
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x0000618d740313c2 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7c161e5ff578, self=136434479607600, 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:1618
        flags = 0
c:0006 p:0032 s:0025 e:000024 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1882
c:0005 p:0009 s:0021 e:000020 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1886
        iseq = 0x7c16209f7948
        cfp = <optimized out>
c:0004 p:0065 s:0016 e:000014 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
        sp = 0x7c161e4ff9e8
        use_argv = 0x7c161eebf160
        stack_argv = 0x7c161e4ff9e8
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
c:0002 p:0005 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:001650 DUMMY  [FINISH]
        bound = <optimized out>
#15 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:1632
        captured = 0x7c161e5ff578
#16 0x0000618d73fdda16 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:1669

No locals.
#17 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1677
No locals.
#18 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#19 0x0000618d73fdda16 in rb_yield (val=<optimized out>)
No locals.
#20 0x0000618d74184d9a in rb_ary_each (ary=136434477637680) at /tmp/ruby/src/trunk_asan/array.c:2641
        i = 0
#21 0x0000618d74013a58 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:3801
        ci = 0xc0100000001
        cc = <optimized out>
        me = 0x7c1620be0548
        cfunc = 0x50400000a298
        recv = 136434477637680
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#22 0x0000618d73fbabf7 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7c161e5ff560, cd=0x51100000d900, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#23 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51100000d900
        insns_address_table = {0x618d73fb68ff <vm_exec_core+14031>, 0x618d73fb393a <vm_exec_core+1802>, 0x618d73fb52e9 <vm_exec_core+8377>, 0x618d73fbad65 <vm_exec_core+31541>, 0x618d73fb4bc1 <vm_exec_core+6545>, 0x618d73fbbb1d <vm_exec_core+35053>, 0x618d73fb9be2 <vm_exec_core+27058>, 0x618d73fb777f <vm_exec_core+17743>, 0x618d73fb3c70 <vm_exec_core+2624>, 0x618d73fbb59b <vm_exec_core+33643>, 0x618d73fbb13b <vm_exec_core+32523>, 0x618d73fb4fbc <vm_exec_core+7564>, 0x618d73fb42dc <vm_exec_core+4268>, 0x618d73fba111 <vm_exec_core+28385>, 0x618d73fb5f07 <vm_exec_core+11479>, 0x618d73fbb7dd <vm_exec_core+34221>, 0x618d73fbb38a <vm_exec_core+33114>, 0x618d73fb6777 <vm_exec_core+13639>, 0x618d73fb76d0 <vm_exec_core+17568>, 0x618d73fb9d8a <vm_exec_core+27482>, 0x618d73fbb2d2 <vm_exec_core+32930>, 0x618d73fb8d1d <vm_exec_core+23277>, 0x618d73fb9e3e <vm_exec_core+27662>, 0x618d73fba2c8 <vm_exec_core+28824>, 0x618d73fb8c2f <vm_exec_core+23039>, 0x618d73fb41bc <vm_exec_core+3980>, 0x618d73fb9512 <vm_exec_core+25314>, 0x618d73fb3fe4 <vm_exec_core+3508>, 0x618d73fb439d <vm_exec_core+4461>, 0x618d73fb6a6c <vm_exec_core+14396>, 0x618d73fb8a9c <vm_exec_core+22636>, 0x618d73fb90e0 <vm_exec_core+24240>, 0x618d73fb87e5 <vm_exec_core+21941>, 0x618d73fb3ba1 <vm_exec_core+2417>, 0x618d73fba56c <vm_exec_core+29500>, 0x618d73fbafeb <vm_exec_core+32187>, 0x618d73fb44b4 <vm_exec_core+4740>, 0x618d73fb576b <vm_exec_core+9531>, 0x618d73fb51e0 <vm_exec_core+8112>, 0x618d73fb6082 <vm_exec_core+11858>, 0x618d73fb75fe <vm_exec_core+17358>, 0x618d73fb45c0 <vm_exec_core+5008>, 0x618d73fba3b1 <vm_exec_core+29057>, 0x618d73fb56b0 <vm_exec_core+9344>, 0x618d73fb7467 <vm_exec_core+16951>, 0x618d73fb8007 <vm_exec_core+19927>, 0x618d73fba22b <vm_exec_core+28667>, 0x618d73fb8f08 <vm_exec_core+23768>, 0x618d73fb62c2 <vm_exec_core+12434>, 0x618d73fb59eb <vm_exec_core+10171>, 0x618d73fb9fd1 <vm_exec_core+28065>, 0x618d73fb6c18 <vm_exec_core+14824>, 0x618d73fb95d9 <vm_exec_core+25513>, 0x618d73fb9037 <vm_exec_core+24071>, 0x618d73fb9834 <vm_exec_core+26116>, 0x618d73fba896 <vm_exec_core+30310>, 0x618d73fb8243 <vm_exec_core+20499>, 0x618d73fb35db <vm_exec_core+939>, 0x618d73fb6454 <vm_exec_core+12836>, 0x618d73fb9f01 <vm_exec_core+27857>, 0x618d73fb658f <vm_exec_core+13151>, 0x618d73fb8b55 <vm_exec_core+22821>, 0x618d73fb93f9 <vm_exec_core+25033>, 0x618d73fb7d12 <vm_exec_core+19170>, 0x618d73fb893e <vm_exec_core+22286>, 0x618d73fb680e <vm_exec_core+13790>, 0x618d73fb5d01 <vm_exec_core+10961>, 0x618d73fb9927 <vm_exec_core+26359>, 0x618d73fb4692 <vm_exec_core+5218>, 0x618d73fb7af6 <vm_exec_core+18630>, 0x618d73fc2afc <vm_exec_core+63692>, 0x618d73fb8ddd <vm_exec_core+23469>, 0x618d73fb4951 <vm_exec_core+5921>, 0x618d73fb4e83 <vm_exec_core+7251>, 0x618d73fb4a8a <vm_exec_core+6234>, 0x618d73fb5879 <vm_exec_core+9801>, 0x618d73fb60fd <vm_exec_core+11981>, 0x618d73fb35e0 <vm_exec_core+944>, 0x618d73fb5591 <vm_exec_core+9057>, 0x618d73fbbd72 <vm_exec_core+35650>, 0x618d73fb92f9 <vm_exec_core+24777>, 0x618d73fb80e7 <vm_exec_core+20151>, 0x618d73fba446 <vm_exec_core+29206>, 0x618d73fbbe5a <vm_exec_core+35882>, 0x618d73fba799 <vm_exec_core+30057>, 0x618d73fbb887 <vm_exec_core+34391>, 0x618d73fbb971 <vm_exec_core+34625>, 0x618d73fb40c3 <vm_exec_core+3731>, 0x618d73fbb448 <vm_exec_core+33304>, 0x618d73fb6b25 <vm_exec_core+14581>, 0x618d73fbb690 <vm_exec_core+33888>, 0x618d73fb6650 <vm_exec_core+13344>, 0x618d73fba65d <vm_exec_core+29741>, 0x618d73fb5b34 <vm_exec_core+10500>, 0x618d73fb6e6e <vm_exec_core+15422>, 0x618d73fbba67 <vm_exec_core+34871>, 0x618d73fb753e <vm_exec_core+17166>, 0x618d73fb701f <vm_exec_core+15855>, 0x618d73fb36c5 <vm_exec_core+1173>, 0x618d73fb3ddf <vm_exec_core+2991>, 0x618d73fb37c3 <vm_exec_core+1427>, 0x618d73fb7e22 <vm_exec_core+19442>, 0x618d73fb71f5 <vm_exec_core+16325>, 0x618d73fb79b7 <vm_exec_core+18311>, 0x618d73fb78be <vm_exec_core+18062>, 0x618d73fb6959 <vm_exec_core+14121>, 0x618d73fb70d5 <vm_exec_core+16037>, 0x618d73fb6d2f <vm_exec_core+15103>, 0x618d73fb73d0 <vm_exec_core+16800>, 0x618d73fb7339 <vm_exec_core+16649>, 0x618d73fb68f0 <vm_exec_core+14016>, 0x618d73fb392b <vm_exec_core+1787>, 0x618d73fb52da <vm_exec_core+8362>, 0x618d73fbad56 <vm_exec_core+31526>, 0x618d73fb4bb2 <vm_exec_core+6530>, 0x618d73fbbb0e <vm_exec_core+35038>, 0x618d73fb9bd3 <vm_exec_core+27043>, 0x618d73fb7770 <vm_exec_core+17728>, 0x618d73fb3c61 <vm_exec_core+2609>, 0x618d73fbb58c <vm_exec_core+33628>, 0x618d73fbb12c <vm_exec_core+32508>, 0x618d73fb4fad <vm_exec_core+7549>, 0x618d73fb42cd <vm_exec_core+4253>, 0x618d73fba102 <vm_exec_core+28370>, 0x618d73fb5ef8 <vm_exec_core+11464>, 0x618d73fbb7ce <vm_exec_core+34206>, 0x618d73fbb37b <vm_exec_core+33099>, 0x618d73fb6768 <vm_exec_core+13624>, 0x618d73fb76c1 <vm_exec_core+17553>, 0x618d73fb9d7b <vm_exec_core+27467>, 0x618d73fbb2c3 <vm_exec_core+32915>, 0x618d73fb8d0e <vm_exec_core+23262>, 0x618d73fb9e2f <vm_exec_core+27647>, 0x618d73fba2b9 <vm_exec_core+28809>, 0x618d73fb8c20 <vm_exec_core+23024>, 0x618d73fb41ad <vm_exec_core+3965>, 0x618d73fb9503 <vm_exec_core+25299>, 0x618d73fb3fd5 <vm_exec_core+3493>, 0x618d73fb438e <vm_exec_core+4446>, 0x618d73fb6a5d <vm_exec_core+14381>, 0x618d73fb8a8d <vm_exec_core+22621>, 0x618d73fb90d1 <vm_exec_core+24225>, 0x618d73fb87d6 <vm_exec_core+21926>, 0x618d73fb3b92 <vm_exec_core+2402>, 0x618d73fba55d <vm_exec_core+29485>, 0x618d73fbafdc <vm_exec_core+32172>, 0x618d73fb44a5 <vm_exec_core+4725>, 0x618d73fb575c <vm_exec_core+9516>, 0x618d73fb51d1 <vm_exec_core+8097>, 0x618d73fb6073 <vm_exec_core+11843>, 0x618d73fb75ef <vm_exec_core+17343>, 0x618d73fb45b1 <vm_exec_core+4993>, 0x618d73fba3a2 <vm_exec_core+29042>, 0x618d73fb56a1 <vm_exec_core+9329>, 0x618d73fb7458 <vm_exec_core+16936>, 0x618d73fb7ff8 <vm_exec_core+19912>, 0x618d73fba21c <vm_exec_core+28652>, 0x618d73fb8ef9 <vm_exec_core+23753>, 0x618d73fb62b3 <vm_exec_core+12419>, 0x618d73fb59dc <vm_exec_core+10156>, 0x618d73fb9fc2 <vm_exec_core+28050>, 0x618d73fb6c09 <vm_exec_core+14809>, 0x618d73fb95ca <vm_exec_core+25498>, 0x618d73fb9028 <vm_exec_core+24056>, 0x618d73fb9825 <vm_exec_core+26101>, 0x618d73fba887 <vm_exec_core+30295>, 0x618d73fb8234 <vm_exec_core+20484>, 0x618d73fb8ea9 <vm_exec_core+23673>, 0x618d73fb6445 <vm_exec_core+12821>, 0x618d73fb9ef2 <vm_exec_core+27842>, 0x618d73fb6580 <vm_exec_core+13136>, 0x618d73fb8b46 <vm_exec_core+22806>, 0x618d73fb8ea9 <vm_exec_core+23673>, 0x618d73fb7d03 <vm_exec_core+19155>, 0x618d73fb892f <vm_exec_core+22271>, 0x618d73fb67ff <vm_exec_core+13775>, 0x618d73fb5cf2 <vm_exec_core+10946>, 0x618d73fb9918 <vm_exec_core+26344>, 0x618d73fb4683 <vm_exec_core+5203>, 0x618d73fb7ae7 <vm_exec_core+18615>, 0x618d73fc2aed <vm_exec_core+63677>, 0x618d73fb8dce <vm_exec_core+23454>, 0x618d73fb4942 <vm_exec_core+5906>, 0x618d73fb4e74 <vm_exec_core+7236>, 0x618d73fb4a7b <vm_exec_core+6219>, 0x618d73fb586a <vm_exec_core+9786>, 0x618d73fb60ee <vm_exec_core+11966>, 0x618d73fb80e2 <vm_exec_core+20146>, 0x618d73fb75e5 <vm_exec_core+17333>, 0x618d73fb80dd <vm_exec_core+20141>, 0x618d73fb8d09 <vm_exec_core+23257>, 0x618d73fb8c1b <vm_exec_core+23019>, 0x618d73fb5865 <vm_exec_core+9781>, 0x618d73fb8ebd <vm_exec_core+23693>, 0x618d73fb6b1b <vm_exec_core+14571>, 0x618d73fb6b20 <vm_exec_core+14576>, 0x618d73fb8c16 <vm_exec_core+23014>, 0x618d73fb8a83 <vm_exec_core+22611>, 0x618d73fb799e <vm_exec_core+18286>, 0x618d73fb78aa <vm_exec_core+18042>...}
        reg_cfp = 0x7c161e5ff560
        reg_pc = 0x515000019950
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#24 0x0000618d73fafdd1 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2614
No locals.
#25 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2593
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#26 0x0000618d73d3b76c in load_iseq_eval (ec=<optimized out>, fname=fname@entry=136434479905600) at /tmp/ruby/src/trunk_asan/load.c:789
        iseq = 0x7c1620b5ba28
#27 0x0000618d73d3662b in require_internal (ec=ec@entry=0x5160000006d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1296
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 136434480370680
        realpath_map = 136434480370520
        path = 136434479905600
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#28 0x0000618d73d347e5 in rb_require_string_internal (fname=136434479905640, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1402
        result = <optimized out>
        ec = 0x5160000006d0
        result = <optimized out>
#29 rb_f_require_relative (obj=<optimized out>, fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1049
        base = <optimized out>
#30 0x0000618d74013a58 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:3801
        ci = 0x58a100140003
        cc = <optimized out>
        me = 0x7c1620b5bbb8
        cfunc = 0x5040000185d8
        recv = 136434480500120
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#31 0x0000618d73ff9ead in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffcd58d3510) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4779
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#32 0x0000618d73ff9965 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4919
        ci = <optimized out>
        cc = 0x0
#33 0x0000618d73fc1347 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7c161e5ff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        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>
#34 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x618d73fb68ff <vm_exec_core+14031>, 0x618d73fb393a <vm_exec_core+1802>, 0x618d73fb52e9 <vm_exec_core+8377>, 0x618d73fbad65 <vm_exec_core+31541>, 0x618d73fb4bc1 <vm_exec_core+6545>, 0x618d73fbbb1d <vm_exec_core+35053>, 0x618d73fb9be2 <vm_exec_core+27058>, 0x618d73fb777f <vm_exec_core+17743>, 0x618d73fb3c70 <vm_exec_core+2624>, 0x618d73fbb59b <vm_exec_core+33643>, 0x618d73fbb13b <vm_exec_core+32523>, 0x618d73fb4fbc <vm_exec_core+7564>, 0x618d73fb42dc <vm_exec_core+4268>, 0x618d73fba111 <vm_exec_core+28385>, 0x618d73fb5f07 <vm_exec_core+11479>, 0x618d73fbb7dd <vm_exec_core+34221>, 0x618d73fbb38a <vm_exec_core+33114>, 0x618d73fb6777 <vm_exec_core+13639>, 0x618d73fb76d0 <vm_exec_core+17568>, 0x618d73fb9d8a <vm_exec_core+27482>, 0x618d73fbb2d2 <vm_exec_core+32930>, 0x618d73fb8d1d <vm_exec_core+23277>, 0x618d73fb9e3e <vm_exec_core+27662>, 0x618d73fba2c8 <vm_exec_core+28824>, 0x618d73fb8c2f <vm_exec_core+23039>, 0x618d73fb41bc <vm_exec_core+3980>, 0x618d73fb9512 <vm_exec_core+25314>, 0x618d73fb3fe4 <vm_exec_core+3508>, 0x618d73fb439d <vm_exec_core+4461>, 0x618d73fb6a6c <vm_exec_core+14396>, 0x618d73fb8a9c <vm_exec_core+22636>, 0x618d73fb90e0 <vm_exec_core+24240>, 0x618d73fb87e5 <vm_exec_core+21941>, 0x618d73fb3ba1 <vm_exec_core+2417>, 0x618d73fba56c <vm_exec_core+29500>, 0x618d73fbafeb <vm_exec_core+32187>, 0x618d73fb44b4 <vm_exec_core+4740>, 0x618d73fb576b <vm_exec_core+9531>, 0x618d73fb51e0 <vm_exec_core+8112>, 0x618d73fb6082 <vm_exec_core+11858>, 0x618d73fb75fe <vm_exec_core+17358>, 0x618d73fb45c0 <vm_exec_core+5008>, 0x618d73fba3b1 <vm_exec_core+29057>, 0x618d73fb56b0 <vm_exec_core+9344>, 0x618d73fb7467 <vm_exec_core+16951>, 0x618d73fb8007 <vm_exec_core+19927>, 0x618d73fba22b <vm_exec_core+28667>, 0x618d73fb8f08 <vm_exec_core+23768>, 0x618d73fb62c2 <vm_exec_core+12434>, 0x618d73fb59eb <vm_exec_core+10171>, 0x618d73fb9fd1 <vm_exec_core+28065>, 0x618d73fb6c18 <vm_exec_core+14824>, 0x618d73fb95d9 <vm_exec_core+25513>, 0x618d73fb9037 <vm_exec_core+24071>, 0x618d73fb9834 <vm_exec_core+26116>, 0x618d73fba896 <vm_exec_core+30310>, 0x618d73fb8243 <vm_exec_core+20499>, 0x618d73fb35db <vm_exec_core+939>, 0x618d73fb6454 <vm_exec_core+12836>, 0x618d73fb9f01 <vm_exec_core+27857>, 0x618d73fb658f <vm_exec_core+13151>, 0x618d73fb8b55 <vm_exec_core+22821>, 0x618d73fb93f9 <vm_exec_core+25033>, 0x618d73fb7d12 <vm_exec_core+19170>, 0x618d73fb893e <vm_exec_core+22286>, 0x618d73fb680e <vm_exec_core+13790>, 0x618d73fb5d01 <vm_exec_core+10961>, 0x618d73fb9927 <vm_exec_core+26359>, 0x618d73fb4692 <vm_exec_core+5218>, 0x618d73fb7af6 <vm_exec_core+18630>, 0x618d73fc2afc <vm_exec_core+63692>, 0x618d73fb8ddd <vm_exec_core+23469>, 0x618d73fb4951 <vm_exec_core+5921>, 0x618d73fb4e83 <vm_exec_core+7251>, 0x618d73fb4a8a <vm_exec_core+6234>, 0x618d73fb5879 <vm_exec_core+9801>, 0x618d73fb60fd <vm_exec_core+11981>, 0x618d73fb35e0 <vm_exec_core+944>, 0x618d73fb5591 <vm_exec_core+9057>, 0x618d73fbbd72 <vm_exec_core+35650>, 0x618d73fb92f9 <vm_exec_core+24777>, 0x618d73fb80e7 <vm_exec_core+20151>, 0x618d73fba446 <vm_exec_core+29206>, 0x618d73fbbe5a <vm_exec_core+35882>, 0x618d73fba799 <vm_exec_core+30057>, 0x618d73fbb887 <vm_exec_core+34391>, 0x618d73fbb971 <vm_exec_core+34625>, 0x618d73fb40c3 <vm_exec_core+3731>, 0x618d73fbb448 <vm_exec_core+33304>, 0x618d73fb6b25 <vm_exec_core+14581>, 0x618d73fbb690 <vm_exec_core+33888>, 0x618d73fb6650 <vm_exec_core+13344>, 0x618d73fba65d <vm_exec_core+29741>, 0x618d73fb5b34 <vm_exec_core+10500>, 0x618d73fb6e6e <vm_exec_core+15422>, 0x618d73fbba67 <vm_exec_core+34871>, 0x618d73fb753e <vm_exec_core+17166>, 0x618d73fb701f <vm_exec_core+15855>, 0x618d73fb36c5 <vm_exec_core+1173>, 0x618d73fb3ddf <vm_exec_core+2991>, 0x618d73fb37c3 <vm_exec_core+1427>, 0x618d73fb7e22 <vm_exec_core+19442>, 0x618d73fb71f5 <vm_exec_core+16325>, 0x618d73fb79b7 <vm_exec_core+18311>, 0x618d73fb78be <vm_exec_core+18062>, 0x618d73fb6959 <vm_exec_core+14121>, 0x618d73fb70d5 <vm_exec_core+16037>, 0x618d73fb6d2f <vm_exec_core+15103>, 0x618d73fb73d0 <vm_exec_core+16800>, 0x618d73fb7339 <vm_exec_core+16649>, 0x618d73fb68f0 <vm_exec_core+14016>, 0x618d73fb392b <vm_exec_core+1787>, 0x618d73fb52da <vm_exec_core+8362>, 0x618d73fbad56 <vm_exec_core+31526>, 0x618d73fb4bb2 <vm_exec_core+6530>, 0x618d73fbbb0e <vm_exec_core+35038>, 0x618d73fb9bd3 <vm_exec_core+27043>, 0x618d73fb7770 <vm_exec_core+17728>, 0x618d73fb3c61 <vm_exec_core+2609>, 0x618d73fbb58c <vm_exec_core+33628>, 0x618d73fbb12c <vm_exec_core+32508>, 0x618d73fb4fad <vm_exec_core+7549>, 0x618d73fb42cd <vm_exec_core+4253>, 0x618d73fba102 <vm_exec_core+28370>, 0x618d73fb5ef8 <vm_exec_core+11464>, 0x618d73fbb7ce <vm_exec_core+34206>, 0x618d73fbb37b <vm_exec_core+33099>, 0x618d73fb6768 <vm_exec_core+13624>, 0x618d73fb76c1 <vm_exec_core+17553>, 0x618d73fb9d7b <vm_exec_core+27467>, 0x618d73fbb2c3 <vm_exec_core+32915>, 0x618d73fb8d0e <vm_exec_core+23262>, 0x618d73fb9e2f <vm_exec_core+27647>, 0x618d73fba2b9 <vm_exec_core+28809>, 0x618d73fb8c20 <vm_exec_core+23024>, 0x618d73fb41ad <vm_exec_core+3965>, 0x618d73fb9503 <vm_exec_core+25299>, 0x618d73fb3fd5 <vm_exec_core+3493>, 0x618d73fb438e <vm_exec_core+4446>, 0x618d73fb6a5d <vm_exec_core+14381>, 0x618d73fb8a8d <vm_exec_core+22621>, 0x618d73fb90d1 <vm_exec_core+24225>, 0x618d73fb87d6 <vm_exec_core+21926>, 0x618d73fb3b92 <vm_exec_core+2402>, 0x618d73fba55d <vm_exec_core+29485>, 0x618d73fbafdc <vm_exec_core+32172>, 0x618d73fb44a5 <vm_exec_core+4725>, 0x618d73fb575c <vm_exec_core+9516>, 0x618d73fb51d1 <vm_exec_core+8097>, 0x618d73fb6073 <vm_exec_core+11843>, 0x618d73fb75ef <vm_exec_core+17343>, 0x618d73fb45b1 <vm_exec_core+4993>, 0x618d73fba3a2 <vm_exec_core+29042>, 0x618d73fb56a1 <vm_exec_core+9329>, 0x618d73fb7458 <vm_exec_core+16936>, 0x618d73fb7ff8 <vm_exec_core+19912>, 0x618d73fba21c <vm_exec_core+28652>, 0x618d73fb8ef9 <vm_exec_core+23753>, 0x618d73fb62b3 <vm_exec_core+12419>, 0x618d73fb59dc <vm_exec_core+10156>, 0x618d73fb9fc2 <vm_exec_core+28050>, 0x618d73fb6c09 <vm_exec_core+14809>, 0x618d73fb95ca <vm_exec_core+25498>, 0x618d73fb9028 <vm_exec_core+24056>, 0x618d73fb9825 <vm_exec_core+26101>, 0x618d73fba887 <vm_exec_core+30295>, 0x618d73fb8234 <vm_exec_core+20484>, 0x618d73fb8ea9 <vm_exec_core+23673>, 0x618d73fb6445 <vm_exec_core+12821>, 0x618d73fb9ef2 <vm_exec_core+27842>, 0x618d73fb6580 <vm_exec_core+13136>, 0x618d73fb8b46 <vm_exec_core+22806>, 0x618d73fb8ea9 <vm_exec_core+23673>, 0x618d73fb7d03 <vm_exec_core+19155>, 0x618d73fb892f <vm_exec_core+22271>, 0x618d73fb67ff <vm_exec_core+13775>, 0x618d73fb5cf2 <vm_exec_core+10946>, 0x618d73fb9918 <vm_exec_core+26344>, 0x618d73fb4683 <vm_exec_core+5203>, 0x618d73fb7ae7 <vm_exec_core+18615>, 0x618d73fc2aed <vm_exec_core+63677>, 0x618d73fb8dce <vm_exec_core+23454>, 0x618d73fb4942 <vm_exec_core+5906>, 0x618d73fb4e74 <vm_exec_core+7236>, 0x618d73fb4a7b <vm_exec_core+6219>, 0x618d73fb586a <vm_exec_core+9786>, 0x618d73fb60ee <vm_exec_core+11966>, 0x618d73fb80e2 <vm_exec_core+20146>, 0x618d73fb75e5 <vm_exec_core+17333>, 0x618d73fb80dd <vm_exec_core+20141>, 0x618d73fb8d09 <vm_exec_core+23257>, 0x618d73fb8c1b <vm_exec_core+23019>, 0x618d73fb5865 <vm_exec_core+9781>, 0x618d73fb8ebd <vm_exec_core+23693>, 0x618d73fb6b1b <vm_exec_core+14571>, 0x618d73fb6b20 <vm_exec_core+14576>, 0x618d73fb8c16 <vm_exec_core+23014>, 0x618d73fb8a83 <vm_exec_core+22611>, 0x618d73fb799e <vm_exec_core+18286>, 0x618d73fb78aa <vm_exec_core+18042>...}
        reg_cfp = 0x7c161e5ff790
        reg_pc = 0x50400002d1f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#35 0x0000618d73fafa0f in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2587
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#36 0x0000618d73c365db in rb_ec_exec_node (ec=0x5160000006d0, n=0x7c1620b5bc58) at /tmp/ruby/src/trunk_asan/eval.c:280
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffcd58d3a50, <optimized out>, 0x7ffcd58d39a0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7c1620b5bc58
#37 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:318
        ec = 0x5160000006d0
        status = <optimized out>
#38 0x0000618d73c2fb47 in rb_main (argc=9, argv=0x7ffcd58d3c28) at /tmp/ruby/src/trunk_asan/main.c:40
        variable_in_this_stack_frame = <optimized out>
#39 main (argc=9, argv=0x7ffcd58d3c28) at /tmp/ruby/src/trunk_asan/main.c:65
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
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.

[Inferior 1 (process 3804160) detached]
Children under /tmp/rubytest.krfoz5:
* -rw------- 1 35 2025-02-13 10:05:23 +0000 autoload20250213-3804168-h53823.rb
$ timeout 60 gdb -p 3803831 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:953: 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 3803830 -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 3840501 -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/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0   -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 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/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.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.6/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.6/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.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.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-02-13T09:01:03Z master 4a67ef09cc) +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 31.919062 seconds

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