# Logfile created on 2025-06-04 07:40:21 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000779afd2afde0 @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.20250604-074021", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x0000779afdc2efd8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000779afdc2ee48 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000779afc1d9ed0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20250604-074021", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20250604-074021>, @binmode=false, @mon_data=#<Monitor:0x0000779afdc2e8f8>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update matrix to 200efebc35dc1a8d16fad671f7006c85cbd0e3f5
Update prime to d97973271103f2bdde91f3f0bd3e42526401ad77
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
Update ostruct to 50d51248bec5560a102a1024aff4174b31dca8cc
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision -
echo 200efebc35dc1a8d16fad671f7006c85cbd0e3f5 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/matrix.revision -
echo d97973271103f2bdde91f3f0bd3e42526401ad77 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/prime.revision -
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision -
echo 50d51248bec5560a102a1024aff4174b31dca8cc | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/ostruct.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/matrix.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/prime.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/ostruct.revision unchanged
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk_asan/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
From https://github.com/ruby/ruby
   206110a..9fddb8d  master     -> origin/master
Updating 206110a..9fddb8d
Fast-forward
 compile.c                                    |  5 ++++-
 configure.ac                                 | 12 ++++++++++++
 ruby_atomic.h                                |  4 ++--
 spec/ruby/optional/capi/ext/exception_spec.c |  6 ++++--
 thread.c                                     |  2 +-
 5 files changed, 23 insertions(+), 6 deletions(-)
Latest commit hash = 9fddb8d954
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
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 64bit __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
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_popcount... yes
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/ZJIT... 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+2
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
   * ZJIT support:        no
   * 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 Makefile
config.status: creating GNUmakefile
GNUmakefile unchanged
generating /tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof'
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update matrix to 200efebc35dc1a8d16fad671f7006c85cbd0e3f5
Update prime to d97973271103f2bdde91f3f0bd3e42526401ad77
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
Update ostruct to 50d51248bec5560a102a1024aff4174b31dca8cc
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision -
echo d97973271103f2bdde91f3f0bd3e42526401ad77 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/prime.revision -
echo 200efebc35dc1a8d16fad671f7006c85cbd0e3f5 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/matrix.revision -
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision -
echo 50d51248bec5560a102a1024aff4174b31dca8cc | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/ostruct.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/prime.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/matrix.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/ostruct.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.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'
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk_asan/gems/power_assert-2.0.5.gem
x86_64-linux-fake.rb updated
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
Extracting bundle gem power_assert-2.0.5...
/bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.6dev.gem
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/main.c
compiling /tmp/ruby/src/trunk_asan/dmydln.c
compiling /tmp/ruby/src/trunk_asan/miniinit.c
compiling /tmp/ruby/src/trunk_asan/array.c
compiling /tmp/ruby/src/trunk_asan/ast.c
compiling /tmp/ruby/src/trunk_asan/bignum.c
compiling /tmp/ruby/src/trunk_asan/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/namespace.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/set.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
compiling /tmp/ruby/src/trunk_asan/jit.c
partial linking /tmp/ruby/build/trunk_asan/target/release/libyjit.a into /tmp/ruby/build/trunk_asan/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.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/dln.c
compiling /tmp/ruby/src/trunk_asan/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk_asan/loadpath.c
builtin_binary.inc updated
57c95ce0eb8082f3059844352f731c134207c1d9848baae9884d0a188943ea22  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.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/encdb.c
compiling /tmp/ruby/src/trunk_asan/enc/big5.c
compiling /tmp/ruby/src/trunk_asan/enc/cesu_8.c
compiling /tmp/ruby/src/trunk_asan/enc/cp949.c
compiling /tmp/ruby/src/trunk_asan/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk_asan/enc/euc_jp.c
compiling /tmp/ruby/src/trunk_asan/enc/euc_kr.c
compiling /tmp/ruby/src/trunk_asan/enc/euc_tw.c
compiling /tmp/ruby/src/trunk_asan/enc/gb2312.c
compiling /tmp/ruby/src/trunk_asan/enc/gb18030.c
compiling /tmp/ruby/src/trunk_asan/enc/gbk.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_4.c
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_10.c
transdb.h unchanged
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_13.c
generating makefiles ext/configure-ext.mk
making trans
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_15.c
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk_asan/enc/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
ext/configure-ext.mk updated
compiling /tmp/ruby/src/trunk_asan/enc/utf_16be.c
compiling /tmp/ruby/src/trunk_asan/enc/utf_16le.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/big5.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk_asan/enc/utf_32be.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk_asan/enc/utf_32le.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_31j.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1250.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1251.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/windows_1253.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1254.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese.c
linking encoding cesu_8.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese_euc.c
linking encoding cp949.so
linking encoding emacs_mule.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese_sjis.c
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/korean.c
linking encoding iso_8859_2.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/utf8_mac.c
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
compiling /tmp/ruby/src/trunk_asan/enc/trans/utf_16_32.c
linking transcoder transdb.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking transcoder cesu_8.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking transcoder ebcdic.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking transcoder emoji.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking encoding windows_31j.so
linking transcoder escape.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking transcoder gb18030.so
linking transcoder iso2022.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking transcoder japanese.so
linking transcoder japanese_sjis.so
linking encoding windows_1257.so
linking transcoder single_byte.so
linking transcoder utf_16_32.so
linking transcoder chinese.so
make[1]: Leaving 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/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/array/concat/to_ary_concat.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/arith_seq/extract/extract.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/asan'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/array/resize/resize.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/asan/asan.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug-5832/bug.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug-14834/bug-14834.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug-3571/bug.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/big2str.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/array/resize.so
linking shared-object -test-/asan.so
linking shared-object -test-/bug_3571.so
linking shared-object -test-/bug_14834.so
linking shared-object -test-/bug_5832.so
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/bug_reporter.so
linking shared-object -test-/array/to_ary_concat.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/class'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/class/class2name.c
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/bigzero.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/div.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/asan'
linking transcoder gbk.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/intpack.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/class/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/mul.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/extract'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/concat'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/str2big.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/dln/empty/empty.c
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]: 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
compiling /tmp/ruby/src/trunk_asan/ext/-test-/econv/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/profile_frames.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/eval'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/eval/eval.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/exception'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/dataerror.c
linking shared-object -test-/class.so
linking shared-object -test-/ensure_and_callcc.so
linking shared-object -test-/dln/empty.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/invalid.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/class'
linking shared-object -test-/bignum.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/file'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/fs.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/rb_fatal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/newline_conv.c
linking shared-object -test-/econv.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/stat.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/econv'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/ensured.c
linking transcoder utf8_mac.so
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/float'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/float/init.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/funcall/funcall.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/float/nextafter.c
linking shared-object -test-/fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/enumerator_kw'
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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/integer'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/core_ext.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/debug'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iseq_load/iseq_load.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/iter'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/init.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
linking shared-object -test-/file.so
linking shared-object -test-/float.so
linking shared-object -test-/exception.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/my_integer.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/init.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/file'
linking transcoder korean.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/exception'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/float'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/yield.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/protect'
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
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/protect/protect.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/funcall'
linking shared-object -test-/gvl/call_without_gvl.so
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-/hash.so
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
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/gvl/call_without_gvl'
linking shared-object -test-/load/dot.dot.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/compat'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/hash'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/compat/usrcompat.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/internal_ivar/internal_ivar.c
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-/iseq_load'
linking transcoder japanese_euc.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/memory_view/memory_view.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/namespace/yay1'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/method/arity.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/namespace/yay1/yay1.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/namespace/yay2'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/namespace/yay2/yay2.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/notimplement/bug.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
linking shared-object -test-/load/protect.so
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/resolve_symbol_resolver'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/iter'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/method/init.c
linking shared-object -test-/load/stringify_target.so
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-/load/protect'
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-/path_to_class'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/path_to_class/path_to_class.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/marshal/compat.so
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/namespace/yay1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_symbols'
linking shared-object -test-/marshal/usr.so
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/stringify_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-/marshal/internal_ivar'
linking shared-object -test-/notimplement.so
linking shared-object -test-/namespace/yay2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/receiver.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/random'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/namespace/yay1'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/super.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/rational/rat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/namespace/yay2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/method.so
linking shared-object -test-/path_to_class.so
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/integer.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/loop.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/recursion/recursion.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/path_to_class'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/popen_deadlock'
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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/scan_args/scan_args.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/integer'
linking shared-object -test-/postponed_job.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/regexp/parse_depth_limit.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/proc.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/st/numhash/numhash.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/num2int'
linking shared-object -test-/memory_view.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/st/update/update.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/stack'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/stack/stack.c
linking transcoder big5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/string'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/data.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/capacity.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/memory_view'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/duplicate.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/symbol/init.c
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/symbol/type.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/printf'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/init.c
linking shared-object -test-/random.so
linking shared-object -test-/recursion.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/len.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/random'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/recursion'
making encs
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/coderange.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/member.c
linking shared-object -test-/st/update.so
linking shared-object -test-/st/numhash.so
linking shared-object -test-/st/foreach.so
linking shared-object -test-/stack.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/cstr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/ellipsize.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread/id/id.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_associate.c
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'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_dummy.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/numhash'
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-/stack'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread/instrumentation/instrumentation.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/lock_native_thread'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/fstring.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/time'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/init.c
linking shared-object -test-/symbol.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/leap_second.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/new.c
linking shared-object -test-/struct.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/tracepoint/gc_hook.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/struct'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/thread/id.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/modify.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/typeddata'
linking shared-object -test-/rational.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/new.c
linking shared-object -test-/thread/lock_native_thread.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/nofree.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/vm'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/vm/at_exit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/normalize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/qsort.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/wait'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/wait/wait.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_interned_str.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/rb_str_dup.c
linking shared-object -test-/scan_args.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/set_len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/cgi/escape'
compiling /tmp/ruby/src/trunk_asan/ext/cgi/escape/escape.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/continuation'
compiling /tmp/ruby/src/trunk_asan/ext/continuation/continuation.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/scan_args'
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'
linking shared-object -test-/tracepoint.so
compiling /tmp/ruby/src/trunk_asan/ext/date/date_core.c
linking shared-object -test-/typeddata.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-/vm/at_exit.so
compiling /tmp/ruby/src/trunk_asan/ext/date/date_parse.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk_asan/ext/date/date_strftime.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'
compiling /tmp/ruby/src/trunk_asan/ext/date/date_strptime.c
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-/vm'
linking shared-object -test-/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
compiling /tmp/ruby/src/trunk_asan/ext/fcntl/fcntl.c
compiling /tmp/ruby/src/trunk_asan/ext/io/console/console.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/nonblock'
compiling /tmp/ruby/src/trunk_asan/ext/io/nonblock/nonblock.c
linking shared-object -test-/string.so
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/wait'
compiling /tmp/ruby/src/trunk_asan/ext/io/wait/wait.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/continuation'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/string'
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'
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 fcntl.so
linking shared-object -test-/time.so
linking shared-object erb/escape.so
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fcntl'
compiling /tmp/ruby/src/trunk_asan/ext/objspace/objspace.c
linking shared-object cgi/escape.so
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/erb/escape'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/time'
compiling /tmp/ruby/src/trunk_asan/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/nonblock'
linking shared-object coverage.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
compiling /tmp/ruby/src/trunk_asan/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl.c
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/cgi/escape'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_bio.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_bn.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
linking shared-object etc.so
linking shared-object digest.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_cipher.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/etc'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_config.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_digest.c
linking shared-object io/console.so
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_parser.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
compiling /tmp/ruby/src/trunk_asan/ext/pty/pty.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_hmac.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof/sizes.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
compiling /tmp/ruby/src/trunk_asan/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk_asan/ext/ripper/eventids2.c
linking shared-object pty.so
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/ripper/ripper.c
compiling /tmp/ruby/src/trunk_asan/ext/ripper/ripper_init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_kdf.c
linking shared-object psych.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ns_spki.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
linking shared-object pathname.so
linking shared-object rbconfig/sizeof.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
compiling /tmp/ruby/src/trunk_asan/ext/socket/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/stringio'
compiling /tmp/ruby/src/trunk_asan/ext/stringio/stringio.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk_asan/ext/socket/constants.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ocsp.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk_asan/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkcs7.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/zlib'
compiling /tmp/ruby/src/trunk_asan/ext/zlib/zlib.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal/missing.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
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/socket.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_dsa.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
linking shared-object strscan.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
compiling /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c
linking shared-object debug/debug.so
compiling /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
linking shared-object stringio.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/constants.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_ec.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog/syslog.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/ruby_objs.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/stringio'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/util/rbs_constant_pool.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexer.c
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/tcpserver.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
linking shared-object syslog_ext.so
compiling /tmp/ruby/src/trunk_asan/ext/socket/sockssocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ssl.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 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
compiling /tmp/ruby/src/trunk_asan/ext/digest/md5/md5.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk_asan/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/location.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/unixsocket.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
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/md5'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/unixserver.c
linking shared-object zlib.so
linking shared-object digest/rmd160.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json/generator'
compiling /tmp/ruby/src/trunk_asan/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha2/sha2.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json/parser'
compiling /tmp/ruby/src/trunk_asan/ext/json/parser/parser.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk_asan/ext/socket/option.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/zlib'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509cert.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension/unescape.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/ifaddr.c
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
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_x509req.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509revoked.c
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 rbs_extension.so
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
linking shared-object openssl.so
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json/generator'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update matrix to 200efebc35dc1a8d16fad671f7006c85cbd0e3f5
Update prime to d97973271103f2bdde91f3f0bd3e42526401ad77
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
Update ostruct to 50d51248bec5560a102a1024aff4174b31dca8cc
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision -
echo 200efebc35dc1a8d16fad671f7006c85cbd0e3f5 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/matrix.revision -
echo d97973271103f2bdde91f3f0bd3e42526401ad77 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/prime.revision -
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision -
echo 50d51248bec5560a102a1024aff4174b31dca8cc | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/ostruct.revision -
generating encdb.h
generating enc.mk
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/matrix.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/prime.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/ostruct.revision unchanged
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
encdb.h unchanged
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk_asan/gems/power_assert-2.0.5.gem
making srcs under enc
making enc
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
Extracting bundle gem power_assert-2.0.5...
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
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.6dev.gem
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
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/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
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/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/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/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_asan/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk_asan/bin
installing base libraries:          /tmp/ruby/install/trunk_asan/lib
installing arch files:              /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+2/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+2/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+2/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+2/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+2/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+2
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+2
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+2
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+2/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+2
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+2
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+2
                                    bundler 2.7.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 5.0.1
                                    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.7.0.dev.2
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.4.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.3
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+2
                                    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.12.2
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.6
                                    stringio 3.1.8.dev
                                    strscan 3.1.5.dev
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+2
                                    minitest 5.25.5
                                    rake 13.3.0
                                    test-unit 3.6.8
                                    rexml 3.4.1
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.8
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.9.4
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 3.2.1
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.11
                                    ostruct 0.6.1
                                    pstore 0.2.0
                                    benchmark 0.4.1
                                    logger 1.7.0
                                    rdoc 6.14.0
                                    irb 1.15.2
                                    reline 0.6.1
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+2/cache
skipped bundled gems:
    power_assert-2.0.6dev.gem       not found in bundled_gems
    win32ole-1.9.2.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.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/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.2.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.2.1/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.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
Run options: 
  --seed=38429
  "--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/752] 2411379=-ext-/load/test_dot_dot
[  2/752] 2411387=did_you_mean/tree_spell/test_human_typo
[  3/752] 2411383=prism/ruby/reflection_test
[  4/752] 2411375=ruby/test_bignum
[  5/752] 2411379=-ext-/postponed_job/test_postponed_job
[  6/752] 2411376=rubygems/test_gem_request_set_lockfile
[  7/752] 2411380=json/ractor_test
[  8/752] 2411372=rubygems/test_gem_commands_yank_command
[  9/752] 2411385=did_you_mean/edit_distance/test_jaro_winkler
[ 10/752] 2411378=did_you_mean/spell_checking/test_pattern_key_name_check
[ 11/752] 2411381=rubygems/test_exit
[ 12/752] 2411377=test_tempfile
[ 13/752] 2411382=openssl/test_config
[ 14/752] 2411374=rubygems/test_gem_util
[ 15/752] 2411386=rubygems/test_gem_gemcutter_utilities
[ 16/752] 2411373=rubygems/test_gem_remote_fetcher
[ 17/752] 2411384=rubygems/test_gem_resolver
[ 18/752] 2411387=rubygems/test_gem_command
[ 19/752] 2411385=ruby/test_inlinecache
[ 20/752] 2411378=net/http/test_httpresponse
[ 21/752] 2411380=ruby/test_weakkeymap
[ 22/752] 2411383=-ext-/marshal/test_usrmarshal
[ 23/752] 2411385=ruby/test_key_error
[ 24/752] 2411385=openssl/test_engine
[ 25/752] 2411382=-ext-/exception/test_enc_raise
[ 26/752] 2411382=date/test_date_arith
[ 27/752] 2411378=io/console/test_io_console
[ 28/752] 2411375=uri/test_ws
[ 29/752] 2411382=ruby/test_io
[ 30/752] 2411375=ruby/test_numeric
[ 31/752] 2411385=ruby/test_metaclass
[ 32/752] 2411385=io/console/test_ractor
[ 33/752] 2411385=rubygems/test_gem_spec_fetcher
[ 34/752] 2411375=rubygems/test_gem_commands_sources_command
[ 35/752] 2411387=ruby/test_undef
[ 36/752] 2411387=prism/encoding/symbol_encoding_test
[ 37/752] 2411381=rubygems/test_gem_commands_mirror
[ 38/752] 2411381=-ext-/marshal/test_internal_ivar
[ 39/752] 2411381=mkmf/test_signedness
[ 40/752] 2411377=openssl/test_hmac
[ 41/752] 2411383=prism/ruby/desugar_compiler_test
[ 42/752] 2411383=pathname/test_ractor
[ 43/752] 2411387=rubygems/test_gem_resolver_installed_specification
[ 44/752] 2411372=dtrace/test_array_create
[ 45/752] 2411372=-ext-/tracepoint/test_tracepoint
[ 46/752] 2411377=rubygems/test_gem_commands_environment_command
[ 47/752] 2411386=-ext-/integer/test_my_integer
[ 48/752] 2411386=openssl/test_cipher
[ 49/752] 2411374=psych/test_hash
[ 50/752] 2411387=-ext-/time/test_new
[ 51/752] 2411387=-ext-/gvl/test_last_thread
[ 52/752] 2411383=etc/test_etc
[ 53/752] 2411379=rubygems/test_gem_remote_fetcher_local_server
[ 54/752] 2411374=uri/test_ldap
[ 55/752] 2411384=rubygems/test_gem_source_lock
[ 56/752] 2411386=optparse/test_optparse
[ 57/752] 2411374=psych/test_coder
[ 58/752] 2411385=ruby/test_symbol
[ 59/752] 2411374=rubygems/test_gem_commands_which_command
[ 60/752] 2411384=ruby/test_enum
[ 61/752] 2411376=prism/api/parse_test
[ 62/752] 2411374=rubygems/test_gem_source_specific_file
[ 63/752] 2411373=socket/test_unix
[ 64/752] 2411386=ruby/test_unicode_escape
[ 65/752] 2411373=prism/result/integer_base_flags_test
[ 66/752] 2411377=net/http/test_httpresponses
[ 67/752] 2411383=uri/test_ftp
[ 68/752] 2411374=ruby/test_fnmatch
[ 69/752] 2411376=rubygems/test_gem_resolver_vendor_set
[ 70/752] 2411386=rubygems/test_require
[ 71/752] 2411383=net/http/test_https
[ 72/752] 2411376=erb/test_erb_command
[ 73/752] 2411373=mkmf/test_have_library
[ 74/752] 2411377=ruby/test_clone
[ 75/752] 2411374=objspace/test_objspace
[ 76/752] 2411379=erb/test_erb_m17n
[ 77/752] 2411379=ruby/enc/test_koi8
[ 78/752] 2411375=-ext-/string/test_too_many_dummy_encodings
[ 79/752] 2411379=rubygems/test_gem_ext_cmake_builder
[ 80/752] 2411376=ripper/test_filter
[ 81/752] 2411387=rubygems/test_gem_dependency_resolution_error
[ 82/752] 2411387=ruby/test_rational2
[ 83/752] 2411379=prism/fixtures_test
[ 84/752] 2411387=net/http/test_http
[ 85/752] 2411376=psych/test_string
[ 86/752] 2411372=io/wait/test_io_wait_uncommon
[ 87/752] 2411372=rubygems/test_gem_ci_detector
[ 88/752] 2411375=rubygems/test_gem_request_set_lockfile_parser
[ 89/752] 2411372=ruby/test_yield
[ 90/752] 2411375=ruby/enc/test_shift_jis
[ 91/752] 2411375=dtrace/test_raise
[ 92/752] 2411375=open-uri/test_proxy
[ 93/752] 2411376=ruby/enc/test_case_options
[ 94/752] 2411377=ripper/test_files_sample
[ 95/752] 2411376=-ext-/st/test_update
[ 96/752] 2411376=-ext-/method/test_arity
[ 97/752] 2411376=ruby/test_ractor
[ 98/752] 2411380=rubygems/test_gem_resolver_index_set
[ 99/752] 2411375=rubygems/test_gem_security_policy
[100/752] 2411378=rubygems/test_gem_install_update_options
[101/752] 2411377=uri/test_file
[102/752] 2411377=dtrace/test_hash_create
[103/752] 2411377=json/json_generic_object_test
[104/752] 2411379=ruby/test_call
[105/752] 2411377=ruby/test_thread
[106/752] 2411376=date/test_switch_hitter
[107/752] 2411376=-ext-/bignum/test_pack
[108/752] 2411379=ruby/test_defined
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 7 #<File::Stat dev=0x8, ino=1505930357, mode=0140777, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
COMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    2411387  ko1    7u  IPv4 1505930357      0t0  TCP localhost:41213->localhost:57406 (CLOSE_WAIT)
[109/752] 2411380=prism/newline_offsets_test
[110/752] 2411375=ruby/test_regexp
[111/752] 2411379=ruby/test_rational
[112/752] 2411376=-ext-/bignum/test_str2big
[113/752] 2411376=psych/test_scalar
[114/752] 2411378=ruby/test_readpartial
[115/752] 2411376=rubygems/test_gem_commands_contents_command
[116/752] 2411376=rubygems/test_gem_resolver_conflict
[117/752] 2411378=ruby/test_thread_cv
[118/752] 2411376=json/test_helper
[119/752] 2411376=psych/test_yamldbm
[120/752] 2411376=-ext-/file/test_stat
[121/752] 2411376=ruby/test_eval
[122/752] 2411380=resolv/test_addr
[123/752] 2411380=mkmf/test_convertible
[124/752] 2411373=rubygems/test_gem_resolver_best_set
[125/752] 2411373=ruby/enc/test_windows_1251
[126/752] 2411373=prism/ruby/relocation_test
[127/752] 2411373=ripper/test_parser_events
[128/752] 2411378=psych/test_document
[129/752] 2411384=fiber/test_ractor
[130/752] 2411378=did_you_mean/test_spell_checker
[131/752] 2411378=-ext-/bug_reporter/test_bug_reporter
[132/752] 2411381=psych/handlers/test_recorder
[133/752] 2411379=-ext-/iter/test_yield_block
[134/752] 2411379=rubygems/test_gem_commands_specification_command
[135/752] 2411381=psych/test_boolean
[136/752] 2411373=mkmf/test_config
[137/752] 2411384=psych/test_yaml
[138/752] 2411381=rubygems/test_gem_request
[139/752] 2411379=ruby/test_primitive
[140/752] 2411379=openssl/test_pkey
[141/752] 2411384=socket/test_nonblock
[142/752] 2411384=rubygems/test_gem_commands_signin_command
[143/752] 2411379=optparse/test_getopts
[144/752] 2411379=rubygems/test_gem_resolver_api_specification
[145/752] 2411386=prism/ruby/parameters_signature_test
[146/752] 2411379=ruby/test_arithmetic_sequence
[147/752] 2411379=ruby/test_literal
[148/752] 2411384=fiber/test_thread
[149/752] 2411378=ruby/test_pattern_matching
[150/752] 2411386=rubygems/test_gem_commands_search_command
[151/752] 2411378=psych/test_encoding
[152/752] 2411386=ruby/test_frozen_error
[153/752] 2411381=socket/test_sockopt
[154/752] 2411386=prism/bom_test
[155/752] 2411381=ruby/test_file
[156/752] 2411384=ruby/test_lambda
[157/752] 2411386=ruby/test_stack
[158/752] 2411378=rubygems/test_gem_ext_cargo_builder_unit
[159/752] 2411378=rubygems/test_gem_commands_install_command
[160/752] 2411384=ruby/test_thread_queue
[161/752] 2411376=fileutils/test_nowrite
[162/752] 2411385=ruby/test_flip
[163/752] 2411376=optparse/test_summary
[164/752] 2411385=ruby/test_econv
[165/752] 2411373=-ext-/st/test_foreach
[166/752] 2411373=test_securerandom
[167/752] 2411373=rubygems/test_gem_resolver_lock_specification
[168/752] 2411373=-ext-/string/test_cstr
[169/752] 2411376=ruby/test_variable
[170/752] 2411376=openssl/test_digest
[171/752] 2411373=uri/test_wss
[172/752] 2411376=fiber/test_address_resolve
[173/752] 2411373=ruby/test_process
[174/752] 2411376=mkmf/test_have_macro
[175/752] 2411383=ruby/test_parse
[176/752] 2411376=-ext-/iter/test_iter_break
[177/752] 2411376=rubygems/test_gem_source_local
[178/752] 2411386=-ext-/num2int/test_num2int
[179/752] 2411386=json/json_addition_test
[180/752] 2411386=fiber/test_storage
[181/752] 2411386=-ext-/path_to_class/test_path_to_class
[182/752] 2411386=prism/result/string_test
[183/752] 2411386=rubygems/test_gem_commands_dependency_command
[184/752] 2411386=rubygems/test_gem_ext_ext_conf_builder
[185/752] 2411376=-ext-/string/test_qsort
[186/752] 2411376=dtrace/test_cmethod
[187/752] 2411376=prism/api/parse_comments_test
[188/752] 2411376=ruby/test_class
[189/752] 2411387=ruby/test_const
[190/752] 2411378=psych/test_serialize_subclasses
[191/752] 2411387=rubygems/test_gem_resolver_index_specification
[192/752] 2411378=dtrace/test_string
[193/752] 2411378=psych/test_marshalable
[194/752] 2411378=ruby/test_iterator
[195/752] 2411383=dtrace/test_method_cache
[196/752] 2411383=rubygems/test_gem_dependency
[197/752] 2411387=fileutils/test_fileutils
[198/752] 2411378=ruby/test_object
[199/752] 2411384=fiber/test_process
[200/752] 2411385=-ext-/eval/test_eval
[201/752] 2411385=fiber/test_io
[202/752] 2411384=rubygems/test_gem_commands_cert_command
[203/752] 2411381=ruby/test_dir_m17n
[204/752] 2411385=rubygems/test_gem_resolver_git_specification
[205/752] 2411383=prism/result/named_capture_test
[206/752] 2411383=psych/test_stream
[207/752] 2411383=json/json_common_interface_test
[208/752] 2411383=coverage/test_coverage
[209/752] 2411387=pathname/test_pathname
[210/752] 2411385=rubygems/test_remote_fetch_error
[211/752] 2411385=ruby/test_transcode
[212/752] 2411387=ruby/test_whileuntil
[213/752] 2411387=monitor/test_monitor
[214/752] 2411387=rubygems/test_gem_ext_rake_builder
[215/752] 2411378=json/json_string_matching_test
[216/752] 2411385=openssl/test_asn1
[217/752] 2411378=mkmf/test_flags
[218/752] 2411385=test_extlibs
[219/752] 2411379=-ext-/rational/test_rat
[220/752] 2411379=rubygems/test_gem_commands_stale_command
[221/752] 2411379=rubygems/test_gem_version
[222/752] 2411379=ruby/test_settracefunc
[223/752] 2411386=rubygems/test_gem_text
[224/752] 2411380=prism/ruby/tunnel_test
[225/752] 2411380=rubygems/test_gem_stub_specification
[226/752] 2411386=ruby/test_sprintf_comb
[227/752] 2411384=socket/test_tcp
[228/752] 2411380=test_pp
[229/752] 2411380=ruby/test_path
[230/752] 2411380=ruby/test_method_cache
[231/752] 2411380=prism/unescape_test
[232/752] 2411380=ruby/test_object_id
[233/752] 2411386=ripper/test_files_ext
[234/752] 2411380=psych/test_data
[235/752] 2411384=openssl/test_x509ext
[236/752] 2411380=prism/result/equality_test
[237/752] 2411380=rubygems/test_gem_commands_query_command
[238/752] 2411384=-ext-/symbol/test_inadvertent_creation
[239/752] 2411383=prism/result/static_inspect_test
[240/752] 2411383=-ext-/vm/test_at_exit
[241/752] 2411383=-ext-/thread/test_instrumentation_api
[242/752] 2411386=prism/result/source_location_test
[243/752] 2411386=ruby/test_complex
[244/752] 2411387=did_you_mean/spell_checking/test_require_path_check
[245/752] 2411378=ruby/test_mixed_unicode_escapes
[246/752] 2411378=-ext-/test_enumerator_kw
[247/752] 2411378=mkmf/test_mkmf
[248/752] 2411384=-ext-/bignum/test_mul
[249/752] 2411378=openssl/test_pkcs7
[250/752] 2411384=rubygems/test_gem_commands_fetch_command
[251/752] 2411387=ruby/test_complexrational
[252/752] 2411387=io/nonblock/test_flush
[253/752] 2411387=ruby/test_warning
[254/752] 2411384=rubygems/test_gem_name_tuple
[255/752] 2411384=ruby/test_refinement
[256/752] 2411387=rubygems/test_gem_dependency_installer
[257/752] 2411386=rubygems/test_gem_specification
[258/752] 2411378=ruby/enc/test_gbk
[259/752] 2411378=rubygems/test_gem_package_tar_reader
[260/752] 2411372=ruby/enc/test_gb18030
[261/752] 2411372=psych/test_numeric
[262/752] 2411378=strscan/test_stringscanner
[263/752] 2411372=openssl/test_x509crl
[264/752] 2411381=psych/test_class
[265/752] 2411381=ruby/test_iseq
[266/752] 2411378=ruby/test_insns_leaf
[267/752] 2411378=yaml/test_store
[268/752] 2411378=prism/ruby/location_test
[269/752] 2411382=ruby/test_allocation
[270/752] 2411378=ruby/test_gc
[271/752] 2411372=-ext-/string/test_enc_associate
[272/752] 2411380=prism/api/dump_test
[273/752] 2411379=rubygems/test_gem_commands_open_command
[274/752] 2411383=openssl/test_x509req
[275/752] 2411379=-ext-/load/test_protect
[276/752] 2411379=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[277/752] 2411379=net/protocol/test_protocol
[278/752] 2411379=psych/test_tree_builder
[279/752] 2411379=openssl/test_x509attr
[280/752] 2411379=ruby/enc/test_iso_8859
[281/752] 2411383=ruby/test_complex2
[282/752] 2411383=-ext-/win32/test_dln
[283/752] 2411383=-ext-/bignum/test_big2str
[284/752] 2411383=open-uri/test_open-uri
[285/752] 2411379=-ext-/string/test_coderange
[286/752] 2411379=prism/regexp_test
[287/752] 2411379=ruby/test_string_memory
[288/752] 2411379=mkmf/test_pkg_config
[289/752] 2411379=psych/test_null
[290/752] 2411379=rubygems/test_gem_resolver_activation_request
[291/752] 2411383=ruby/enc/test_big5
[292/752] 2411383=-ext-/test_ensure_and_callcc
[293/752] 2411379=fiber/test_scheduler
[294/752] 2411383=did_you_mean/core_ext/test_name_error_extension
[295/752] 2411383=-ext-/string/test_fstring
[296/752] 2411372=-ext-/iseq_load/test_iseq_load
[297/752] 2411383=ruby/test_signal
[298/752] 2411381=fiber/test_timeout
[299/752] 2411381=ruby/test_fixnum
[300/752] 2411381=psych/test_stringio
[301/752] 2411381=rubygems/test_gem_remote_fetcher_s3
[302/752] 2411385=ripper/test_files_test_2
[303/752] 2411381=rubygems/test_gem_version_option
[304/752] 2411381=ruby/test_require_lib
[305/752] 2411386=prism/api/lex_test
[306/752] 2411386=rubygems/test_gem_rdoc
[307/752] 2411386=test_trick
[308/752] 2411380=ruby/test_objectspace
[309/752] 2411372=prism/version_test
[310/752] 2411387=rubygems/test_gem_request_set
[311/752] 2411372=-ext-/win32/test_fd_setsize
[312/752] 2411372=-ext-/string/test_normalize
[313/752] 2411372=-ext-/test_recursion
[314/752] 2411372=prism/locals_test
[315/752] 2411372=test_find
[316/752] 2411372=socket/test_basicsocket
[317/752] 2411372=rubygems/test_gem_commands_owner_command
[318/752] 2411387=rubygems/test_gem_package_tar_header
[319/752] 2411387=prism/ruby/pattern_test
[320/752] 2411372=ripper/test_sexp
[321/752] 2411372=rubygems/test_gem_unsatisfiable_dependency_error
[322/752] 2411387=objspace/test_ractor
[323/752] 2411372=rubygems/test_gem_ext_builder
[324/752] 2411379=fileutils/test_verbose
[325/752] 2411379=fiber/test_mutex
[326/752] 2411387=-ext-/bignum/test_bigzero
[327/752] 2411387=ruby/test_basicinstructions
[328/752] 2411379=prism/ruby/compiler_test
[329/752] 2411379=date/test_date_strftime
[330/752] 2411387=-ext-/typeddata/test_typeddata
[331/752] 2411387=rubygems/test_gem_resolver_vendor_specification
[332/752] 2411387=ruby/test_struct
[333/752] 2411387=rubygems/test_gem_commands_push_command
[334/752] 2411383=ruby/test_module
[335/752] 2411387=prism/api/parse_success_test
[336/752] 2411387=strscan/test_ractor
[337/752] 2411387=rubygems/test_deprecate
[338/752] 2411379=win32/test_registry
[339/752] 2411387=openssl/test_ssl
[340/752] 2411379=rubygems/test_gem_request_connection_pools
[341/752] 2411372=ruby/test_optimization
[342/752] 2411379=uri/test_common
[343/752] 2411384=ruby/test_sprintf
[344/752] 2411379=rubygems/test_gem_uri_formatter
[345/752] 2411379=ruby/test_weakmap
[346/752] 2411381=socket/test_ancdata
[347/752] 2411381=rubygems/test_gem_doctor
[348/752] 2411381=-ext-/exception/test_data_error
[349/752] 2411386=ruby/test_rubyvm
[350/752] 2411386=rubygems/test_gem_resolver_dependency_request
[351/752] 2411381=ruby/enc/test_euc_jp
[352/752] 2411386=-ext-/test_abi
[353/752] 2411381=-ext-/string/test_external_new
[354/752] 2411381=ripper/test_scanner_events
[355/752] 2411381=optparse/test_zsh_completion
[356/752] 2411381=rubygems/test_gem_package_tar_reader_entry
[357/752] 2411384=-ext-/thread/test_lock_native_thread
[358/752] 2411384=rubygems/test_webauthn_listener
[359/752] 2411384=mkmf/test_have_func
[360/752] 2411386=-ext-/string/test_enc_str_buf_cat
[361/752] 2411381=ruby/test_default_gems
[362/752] 2411386=rubygems/test_gem_security_trust_dir
[363/752] 2411386=mkmf/test_constant
[364/752] 2411381=rubygems/test_gem_resolver_specification
[365/752] 2411381=json/json_fixtures_test
[366/752] 2411381=dtrace/test_load
[367/752] 2411381=ruby/test_encoding
[368/752] 2411385=-ext-/proc/test_bmethod
[369/752] 2411385=psych/nodes/test_enumerable
[370/752] 2411385=resolv/test_svcb_https
[371/752] 2411385=openssl/test_buffering
[372/752] 2411385=prism/ruby/ruby_parser_test
[373/752] 2411381=-ext-/test_bug-14834
[374/752] 2411385=openssl/test_x509cert
[375/752] 2411381=socket/test_addrinfo
[376/752] 2411384=uri/test_http
[377/752] 2411384=-ext-/funcall/test_passing_block
[378/752] 2411384=did_you_mean/test_tree_spell_checker
[379/752] 2411381=openssl/test_pair
[380/752] 2411384=date/test_date_ractor
[381/752] 2411380=ruby/test_m17n_comb
[382/752] 2411385=test_bundled_gems
[383/752] 2411385=prism/lex_test
[384/752] 2411384=openssl/test_ns_spki
[385/752] 2411384=psych/visitors/test_depth_first
[386/752] 2411384=test_tsort
[387/752] 2411384=prism/result/index_write_test
[388/752] 2411384=ruby/test_integer_comb
[389/752] 2411383=ruby/test_sleep
[390/752] 2411376=fiber/test_queue
[391/752] 2411376=prism/result/regular_expression_options_test
[392/752] 2411376=test_prettyprint
[393/752] 2411376=rubygems/test_gem_validator
[394/752] 2411376=prism/result/integer_parse_test
[395/752] 2411376=mkmf/test_install
[396/752] 2411382=rubygems/test_gem_security_signer
[397/752] 2411376=ruby/test_exception
[398/752] 2411386=optparse/test_bash_completion
[399/752] 2411386=rubygems/test_gem_local_remote_options
[400/752] 2411386=ruby/enc/test_euc_kr
[401/752] 2411386=rubygems/test_gem_commands_lock_command
[402/752] 2411382=-ext-/string/test_set_len
[403/752] 2411385=ruby/test_threadgroup
[404/752] 2411382=ripper/test_lexer
[405/752] 2411386=io/wait/test_io_wait
[406/752] 2411382=optparse/test_kwargs
[407/752] 2411382=-ext-/test_random
[408/752] 2411382=psych/test_merge_keys
[409/752] 2411382=cgi/test_cgi_escape
[410/752] 2411385=ruby/test_dir
[411/752] 2411381=rubygems/test_gem_ext_configure_builder
[412/752] 2411381=openssl/test_x509store
[413/752] 2411382=resolv/test_mdns
[414/752] 2411382=ruby/test_io_m17n
[415/752] 2411383=rubygems/test_config
[416/752] 2411383=prism/result/comments_test
[417/752] 2411383=-ext-/hash/test_delete
[418/752] 2411383=-ext-/exception/test_ensured
[419/752] 2411381=ruby/test_continuation
[420/752] 2411381=dtrace/test_object_create_start
[421/752] 2411381=test_forwardable
[422/752] 2411385=prism/encoding/regular_expression_encoding_test
[423/752] 2411385=ruby/test_zjit
[424/752] 2411385=ruby/test_env
[425/752] 2411381=rubygems/test_project_sanity
[426/752] 2411383=optparse/test_placearg
[427/752] 2411381=-ext-/string/test_interned_str
[428/752] 2411381=rubygems/test_gem_commands_cleanup_command
[429/752] 2411383=openssl/test_ocsp
[430/752] 2411379=ruby/test_shapes
[431/752] 2411379=openssl/test_pkey_dh
[432/752] 2411379=ruby/test_ifunless
[433/752] 2411379=dtrace/test_require
[434/752] 2411379=rubygems/test_gem_silent_ui
[435/752] 2411379=rubygems/test_gem_resolver_installer_set
[436/752] 2411381=ripper/test_files_test
[437/752] 2411383=rubygems/test_gem_dependency_list
[438/752] 2411383=rubygems/test_gem_commands_uninstall_command
[439/752] 2411381=ruby/test_rubyoptions
[440/752] 2411379=-ext-/test_printf
[441/752] 2411379=-ext-/array/test_to_ary_concat
[442/752] 2411387=prism/result/warnings_test
[443/752] 2411387=-ext-/load/test_stringify_symbols
[444/752] 2411387=ruby/enc/test_windows_1252
[445/752] 2411387=mkmf/test_configuration
[446/752] 2411374=prism/ruby/dispatcher_test
[447/752] 2411387=socket/test_udp
[448/752] 2411387=ruby/test_range
[449/752] 2411374=-ext-/symbol/test_type
[450/752] 2411374=fileutils/test_dryrun
[451/752] 2411374=json/json_generator_test
[452/752] 2411382=rubygems/test_gem_impossible_dependencies_error
[453/752] 2411382=fiber/test_io_buffer
[454/752] 2411382=prism/encoding/encodings_test
[455/752] 2411382=prism/api/parse_stream_test
[456/752] 2411382=rubygems/test_gem_resolver_api_set
[457/752] 2411382=psych/test_emitter
[458/752] 2411382=openssl/test_ts
[459/752] 2411383=prism/result/node_id_test
[460/752] 2411374=test_tmpdir
[461/752] 2411374=rubygems/test_gem_source_subpath_problem
[462/752] 2411379=date/test_date_new
[463/752] 2411379=ruby/test_io_timeout
[464/752] 2411379=prism/api/command_line_test
[465/752] 2411379=rubygems/test_gem_commands_info_command
[466/752] 2411379=ruby/test_comparable
[467/752] 2411379=mmtk/test_configuration
[468/752] 2411374=-ext-/test_notimplement
[469/752] 2411374=ruby/enc/test_emoji_breaks
[470/752] 2411379=ruby/test_system
[471/752] 2411374=-ext-/test_bug-3571
[472/752] 2411374=ruby/test_require
[473/752] 2411383=ruby/test_dup
[474/752] 2411383=resolv/test_dns
[475/752] 2411382=stringio/test_stringio
[476/752] 2411376=fiber/test_sleep
[477/752] 2411382=openssl/test_x509name
[478/752] 2411382=psych/test_object_references
[479/752] 2411382=-ext-/wait/test_wait
[480/752] 2411383=mkmf/test_sizeof
[481/752] 2411382=rubygems/test_gem_requirement
[482/752] 2411376=ruby/test_alias
[483/752] 2411387=ruby/enc/test_euc_tw
[484/752] 2411387=rubygems/test_gem_security
[485/752] 2411382=rubygems/test_gem_commands_build_command
[486/752] 2411384=ruby/test_compile_prism
[487/752] 2411386=mkmf/test_libs
[488/752] 2411386=ruby/test_super
[489/752] 2411376=test_time
[490/752] 2411382=json/json_encoding_test
[491/752] 2411382=ruby/test_math
[492/752] 2411382=dtrace/test_gc
[493/752] 2411382=prism/fuzzer_test
[494/752] 2411382=-ext-/string/test_rb_str_dup
[495/752] 2411382=ruby/test_ast
[496/752] 2411376=psych/test_struct
[497/752] 2411376=prism/onigmo_test
[498/752] 2411376=-ext-/test_bug-5832
[499/752] 2411376=ruby/test_case
[500/752] 2411384=digest/test_digest_extend
[501/752] 2411384=rubygems/test_gem_safe_yaml
[502/752] 2411379=-ext-/popen_deadlock/test_popen_deadlock
[503/752] 2411384=optparse/test_did_you_mean
[504/752] 2411376=optparse/test_autoconf
[505/752] 2411376=prism/result/constant_path_node_test
[506/752] 2411376=rubygems/test_gem_path_support
[507/752] 2411376=prism/result/heredoc_test
[508/752] 2411376=psych/test_psych_set
[509/752] 2411376=rubygems/test_webauthn_listener_response
[510/752] 2411376=prism/ruby/parser_test
[511/752] 2411376=prism/snippets_test
[512/752] 2411384=psych/test_array
[513/752] 2411384=-ext-/gvl/test_ubf_async_safe
[514/752] 2411384=prism/newline_test
[515/752] 2411386=-ext-/win32/test_console_attr
[516/752] 2411386=rubygems/test_gem_bundler_version_finder
[517/752] 2411386=socket/test_socket
[518/752] 2411372=test_weakref
[519/752] 2411384=ruby/test_not
[520/752] 2411384=test_timeout
[521/752] 2411385=prism/ruby/ripper_test
[522/752] 2411372=rubygems/test_gem_package_tar_writer
[523/752] 2411372=rubygems/test_rubygems
[524/752] 2411380=uri/test_mailto
[525/752] 2411380=-ext-/namespace/test_load_ext
[526/752] 2411380=ruby/enc/test_case_mapping
[527/752] 2411387=psych/visitors/test_yaml_tree
[528/752] 2411380=ruby/test_yjit_exit_locations
[529/752] 2411379=psych/test_yamlstore
[530/752] 2411379=rubygems/test_gem_config_file
[531/752] 2411387=rubygems/test_gem_commands_pristine_command
[532/752] 2411384=psych/test_scalar_scanner
[533/752] 2411384=ruby/test_beginendblock
[534/752] 2411372=rubygems/test_gem_resolver_requirement_list
[535/752] 2411372=ruby/test_hash
[536/752] 2411380=-ext-/arith_seq/test_arith_seq_beg_len_step
[537/752] 2411379=ruby/test_io_buffer
[538/752] 2411379=ruby/test_arity
[539/752] 2411379=test_ipaddr
[540/752] 2411380=openssl/test_pkey_rsa
[541/752] 2411379=-ext-/string/test_nofree
[542/752] 2411379=rubygems/test_gem_stream_ui
[543/752] 2411379=-ext-/st/test_numhash
[544/752] 2411379=ruby/test_trace
[545/752] 2411379=rubygems/test_webauthn_poller
[546/752] 2411378=date/test_date_conv
[547/752] 2411378=rubygems/test_gem_resolver_composed_set
[548/752] 2411378=ruby/test_argf
[549/752] 2411379=mkmf/test_egrep_cpp
[550/752] 2411385=ruby/test_m17n
[551/752] 2411379=net/http/test_buffered_io
[552/752] 2411379=ruby/test_yjit
[553/752] 2411380=optparse/test_reqarg
[554/752] 2411384=rubygems/test_gem_resolver_lock_set
[555/752] 2411384=-ext-/econv/test_append
[556/752] 2411384=did_you_mean/test_ractor_compatibility
[557/752] 2411385=test_unicode_normalize
[558/752] 2411385=ruby/test_method
[559/752] 2411383=-ext-/struct/test_member
[560/752] 2411383=rubygems/test_gem_console_ui
[561/752] 2411383=rubygems/test_gem_update_suggestion
[562/752] 2411384=psych/test_set
[563/752] 2411384=rubygems/test_gem_source_fetch_problem
[564/752] 2411384=resolv/test_resource
[565/752] 2411386=error_highlight/test_error_highlight
[566/752] 2411383=mkmf/test_find_executable
[567/752] 2411383=ruby/test_array
[568/752] 2411384=ruby/test_lazy_enumerator
[569/752] 2411376=date/test_date_compat
[570/752] 2411380=-ext-/debug/test_profile_frames
[571/752] 2411376=-ext-/load/test_resolve_symbol
[572/752] 2411376=prism/ruby/string_query_test
[573/752] 2411376=ruby/test_time_tz
[574/752] 2411380=ruby/test_backtrace
[575/752] 2411376=openssl/test_kdf
[576/752] 2411387=rubygems/test_gem_request_set_lockfile_tokenizer
[577/752] 2411376=rubygems/test_gem_commands_outdated_command
[578/752] 2411387=-ext-/class/test_class2name
[579/752] 2411387=psych/test_nil
[580/752] 2411387=fiber/test_enumerator
[581/752] 2411376=json/json_coder_test
[582/752] 2411387=psych/test_psych
[583/752] 2411376=digest/test_ractor
[584/752] 2411387=rubygems/test_gem_package_old
[585/752] 2411387=rubygems/test_gem_uri
[586/752] 2411387=test_rbconfig
[587/752] 2411376=digest/test_digest
[588/752] 2411384=-ext-/arith_seq/test_arith_seq_extract
[589/752] 2411387=ruby/test_stringchar
[590/752] 2411387=rubygems/test_gem_commands_help_command
[591/752] 2411387=-ext-/debug/test_debug
[592/752] 2411387=prism/result/overlap_test
[593/752] 2411384=psych/test_symbol
[594/752] 2411380=rubygems/test_gem_uninstaller
[595/752] 2411384=rubygems/test_gem_platform
[596/752] 2411384=prism/ractor_test
[597/752] 2411374=rubygems/test_gem_commands_list_command
[598/752] 2411374=rubygems/test_gem_source_vendor
[599/752] 2411374=yaml/test_dbm
[600/752] 2411374=did_you_mean/spell_checking/test_variable_name_check
[601/752] 2411374=test_pty
[602/752] 2411384=psych/test_date_time
[603/752] 2411384=openssl/test_pkcs12
[604/752] 2411387=date/test_date
[605/752] 2411387=uri/test_parser
[606/752] 2411387=rubygems/test_gem_available_set
[607/752] 2411387=rubygems/test_gem_source_installed
[608/752] 2411387=-ext-/string/test_modify_expand
[609/752] 2411387=did_you_mean/tree_spell/test_change_word
[610/752] 2411374=rubygems/test_gem_package
[611/752] 2411387=ruby/enc/test_utf16
[612/752] 2411387=ruby/test_enumerator
[613/752] 2411384=-ext-/exception/test_exception_at_throwing
[614/752] 2411384=ruby/test_name_error
[615/752] 2411380=prism/encoding/string_encoding_test
[616/752] 2411380=psych/test_safe_load
[617/752] 2411380=ruby/test_frozen
[618/752] 2411380=rubygems/test_gem_source
[619/752] 2411374=ripper/test_files_lib
[620/752] 2411380=ruby/enc/test_emoji
[621/752] 2411380=ruby/test_string
[622/752] 2411384=rubygems/test_gem_resolver_git_set
[623/752] 2411386=did_you_mean/spell_checking/test_class_name_check
[624/752] 2411386=ruby/enc/test_cp949
[625/752] 2411386=ruby/test_condition
[626/752] 2411386=erb/test_erb
[627/752] 2411386=-ext-/test_scan_args
[628/752] 2411384=date/test_date_attr
[629/752] 2411384=json/json_ext_parser_test
[630/752] 2411386=ruby/test_time
[631/752] 2411384=-ext-/struct/test_duplicate
[632/752] 2411384=ruby/test_integer
[633/752] 2411386=rubygems/test_gem_installer
[634/752] 2411376=rubygems/test_gem_command_manager
[635/752] 2411373=ruby/enc/test_regex_casefold
[636/752] 2411373=ruby/test_pipe
[637/752] 2411376=rubygems/test_gem_source_git
[638/752] 2411373=ruby/test_random_formatter
[639/752] 2411373=rubygems/test_gem_commands_check_command
[640/752] 2411373=prism/api/freeze_test
[641/752] 2411373=rubygems/test_gem
[642/752] 2411376=prism/percent_delimiter_string_test
[643/752] 2411376=ripper/test_files_test_1
[644/752] 2411372=rubygems/test_gem_remote_fetcher_local_ssl_server
[645/752] 2411378=ruby/test_float
[646/752] 2411373=stringio/test_ractor
[647/752] 2411373=psych/test_parser
[648/752] 2411373=prism/result/attribute_write_test
[649/752] 2411373=rubygems/test_gem_source_list
[650/752] 2411373=psych/test_yaml_special_cases
[651/752] 2411373=test_delegate
[652/752] 2411373=-ext-/stack/test_stack_overflow
[653/752] 2411373=ruby/test_set
[654/752] 2411385=optparse/test_load
[655/752] 2411385=did_you_mean/spell_checking/test_uncorrectable_name_check
[656/752] 2411385=dtrace/test_singleton_function
[657/752] 2411373=test_shellwords
[658/752] 2411385=optparse/test_cclass
[659/752] 2411373=ruby/test_proc
[660/752] 2411378=ruby/enc/test_case_comprehensive
[661/752] 2411378=mkmf/test_framework
[662/752] 2411378=zlib/test_zlib
[663/752] 2411374=prism/magic_comment_test
[664/752] 2411385=ruby/test_marshal
[665/752] 2411372=psych/test_omap
[666/752] 2411372=psych/visitors/test_emitter
[667/752] 2411372=psych/test_json_tree
[668/752] 2411372=prism/library_symbols_test
[669/752] 2411372=psych/test_ractor
[670/752] 2411374=open-uri/test_ssl
[671/752] 2411383=date/test_date_strptime
[672/752] 2411372=ruby/test_nomethod_error
[673/752] 2411372=ruby/test_namespace
[674/752] 2411372=net/http/test_https_proxy
[675/752] 2411383=openssl/test_pkey_dsa
[676/752] 2411385=json/json_parser_test
[677/752] 2411372=psych/test_alias_and_anchor
[678/752] 2411385=rubygems/test_gem_commands_setup_command
[679/752] 2411372=rubygems/test_gem_commands_rebuild_command
[680/752] 2411372=ruby/enc/test_cesu8
[681/752] 2411372=prism/errors_test
[682/752] 2411383=test_open3
[683/752] 2411372=ruby/test_vm_dump
[684/752] 2411372=open-uri/test_ftp
[685/752] 2411372=psych/test_deprecated
[686/752] 2411372=ruby/test_gc_compact
[687/752] 2411381=-ext-/array/test_resize
[688/752] 2411381=-ext-/bignum/test_div
[689/752] 2411373=ruby/test_fiber
[690/752] 2411381=uri/test_generic
[691/752] 2411381=prism/result/breadth_first_search_test
[692/752] 2411381=fiber/test_backtrace
[693/752] 2411381=prism/result/static_literals_test
[694/752] 2411381=rubygems/test_bundled_ca
[695/752] 2411374=psych/visitors/test_to_ruby
[696/752] 2411374=openssl/test_random
[697/752] 2411374=-ext-/float/test_nextafter
[698/752] 2411385=-ext-/string/test_capacity
[699/752] 2411385=rubygems/test_gem_safe_marshal
[700/752] 2411381=prism/test_helper
[701/752] 2411381=ruby/test_memory_view
[702/752] 2411374=-ext-/integer/test_integer
[703/752] 2411381=ruby/enc/test_utf32
[704/752] 2411381=-ext-/string/test_ellipsize
[705/752] 2411381=ruby/test_rand
[706/752] 2411374=openssl/test_pkey_ec
[707/752] 2411384=-ext-/struct/test_data
[708/752] 2411384=optparse/test_noarg
[709/752] 2411374=date/test_date_parse
[710/752] 2411384=rubygems/test_gem_commands_update_command
[711/752] 2411374=openssl/test_fips
[712/752] 2411381=ruby/test_keyword
[713/752] 2411385=prism/result/numeric_value_test
[714/752] 2411385=lib/!Nothing_to_test
[715/752] 2411385=net/http/test_http_request
[716/752] 2411385=ruby/test_data
[717/752] 2411385=net/http/test_httpheader
[718/752] 2411385=rubygems/test_gem_commands_server_command
[719/752] 2411385=rubygems/test_gem_package_task
[720/752] 2411385=openssl/test_bn
[721/752] 2411385=openssl/test_provider
[722/752] 2411374=optparse/test_acceptable
[723/752] 2411374=prism/result/implicit_array_test
[724/752] 2411374=-ext-/struct/test_len
[725/752] 2411374=dtrace/test_function_entry
[726/752] 2411374=rubygems/test_kernel
[727/752] 2411376=did_you_mean/spell_checking/test_method_name_check
[728/752] 2411376=prism/heredoc_dedent_test
[729/752] 2411376=optparse/test_optarg
[730/752] 2411376=io/wait/test_ractor
[731/752] 2411381=openssl/test_ssl_session
[732/752] 2411376=psych/json/test_stream
[733/752] 2411376=ruby/test_pack
[734/752] 2411385=rubygems/test_gem_commands_unpack_command
[735/752] 2411378=rubygems/test_gem_commands_exec_command
[736/752] 2411385=ruby/test_autoload
[737/752] 2411374=rubygems/test_gem_resolver_local_specification
[738/752] 2411374=psych/test_exception
[739/752] 2411376=rubygems/test_gem_commands_signout_command
[740/752] 2411374=psych/test_object
[741/752] 2411376=ruby/test_file_exhaustive
[742/752] 2411374=rubygems/test_gem_gem_runner
[743/752] 2411384=rubygems/test_gem_ext_cargo_builder
[744/752] 2411374=test_singleton
[745/752] 2411374=ripper/test_ripper
[746/752] 2411381=did_you_mean/spell_checking/test_key_name_check
[747/752] 2411384=ruby/test_syntax
[748/752] 2411381=ruby/enc/test_grapheme_breaks
[749/752] 2411381=rubygems/test_gem_request_set_gem_dependency_api
[750/752] 2411386=openssl/test_ossl
[751/752] 2411381=date/test_date_marshal
[752/752] 2411381=ruby/test_assignment
$$$ #<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:19 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:06 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1  135569    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  151621    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  311356    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  341541    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  419256    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  538081    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1  570573    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1  590551    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1  620161    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  653320    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  694506    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  825635    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1  992794    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      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 1203214    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 1369697    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 1512016    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 1740617    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      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
      1 2301069    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 2402226    1015    1015 pts/0       1015 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
2402226 2402229    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.20250604-074021 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts="'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
2402229 2402230    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.20250604-074021 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts='CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0' --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
2402230 2411033    1015    1015 pts/0       1015 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
2411033 2411034    1015    1015 pts/0       1015 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
2411034 2411369    1015    1015 pts/0       1015 Sl+   1000   0:20 /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
2411369 2411385    1015    1015 pts/0       1015 Sl+   1000   0:53 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
2411385 2582879    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
2411385 2582933    1015    1015 pts/0       1015 Z+    1000   0:00 [test_autoload.*] <defunct>
      1 2597670    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
2402230 2883199    1015    1015 pts/0       1015 R+    1000   0:00 ps jx
      1 3121098    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1 3179324    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 3432248    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 3455248    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1 3646963    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 3782510    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 3823805    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 3916981    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 3942842    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 4035856    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 4068349    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=>[996, 135569, 151621, 311356, 341541, 419256, 538081, 570573, 590551, 620161, 653320, 694506, 825635, 992794, 1050354, 1203214, 1369697, 1512016, 1740617, 1863343, 2301069, 2597670, 3121098, 3179324, 3432248, 3455248, 3646963, 3782510, 3823805, 3916981, 3942842, 4035856, 4068349], 996=>[1015], 1015=>[1018], 1018=>[2402226], 2402226=>[2402229], 2402229=>[2402230], 2402230=>[2411033, 2883199], 2411033=>[2411034], 2411034=>[2411369], 2411369=>[2411385], 2411385=>[2582879, 2582933]}
$ timeout 60 gdb -p 2582879 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 2582883]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x0000618a3e906f2e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x76e8760006c0 (LWP 2582879) "test_autoload.*" 0x0000618a3e906f2e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x76e8832006c0 (LWP 2582883) "test_autoload.*" 0x000076e8ad71b4cd in __GI___poll (fds=0x76e878509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x76e8832006c0 (LWP 2582883) "test_autoload.*"):
#0  0x000076e8ad71b4cd in __GI___poll (fds=0x76e878509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000618a3e8917ca in __interceptor_poll ()
No symbol table info available.
#2  0x0000618a3ec783ff in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1055
        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:3046
        vm = <optimized out>
#4  0x0000618a3e8eab7f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000076e8ad69caa4 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 = {130741004404416, 3088656780221948122, 130741004404416, -352, 0, 130740784193808, 3088656780242919642, 3088695384166441178}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000076e8ad729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x76e8760006c0 (LWP 2582879) "test_autoload.*"):
#0  0x0000618a3e906f2e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x0000618a3e907eea in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x0000618a3e856760 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x0000618a3e8565d9 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  0x0000618a3e856205 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  0x0000618a3e85120e in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x0000618a3e850ff8 in __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x0000618a3e8ecf63 in __interceptor_malloc ()
No symbol table info available.
#8  0x0000618a3f228932 in context_push (parser=0x76e875ffc270, context=PM_CONTEXT_MAIN) at /tmp/ruby/src/trunk_asan/prism/prism.c:8684
        context_node = <optimized out>
#9  parse_statements (parser=parser@entry=0x76e875ffc270, context=context@entry=PM_CONTEXT_MAIN, depth=depth@entry=0) at /tmp/ruby/src/trunk_asan/prism/prism.c:13913
        statements = 0x5040006d9510
        last_value = <optimized out>
#10 0x0000618a3f20a44b in parse_program (parser=0x76e875ffc270) at /tmp/ruby/src/trunk_asan/prism/prism.c:22385
        current_block_exits = {size = 0, capacity = 0, nodes = 0x0}
        previous_block_exits = 0x0
        statements = <optimized out>
        locals = <optimized out>
#11 pm_parse (parser=0x76e875ffc270) at /tmp/ruby/src/trunk_asan/prism/prism.c:22810
No locals.
#12 0x0000618a3efb4b70 in pm_parse_file (result=0x76e875ffc270, filepath=<optimized out>, script_lines=<optimized out>) at /tmp/ruby/src/trunk_asan/prism_compile.c:11389
        rbimpl_id = 39787
        node = <optimized out>
        error = <optimized out>
        id_script_lines = <optimized out>
#13 0x0000618a3ea46e64 in load_iseq_eval (ec=0x516001cbc3d0, fname=fname@entry=130741155332000) at /tmp/ruby/src/trunk_asan/load.c:825
        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 = 0x516001cbc3d0
        v = <optimized out>
        realpath_map = 130741706684960
        vm_ns_v = <optimized out>
        loading_ns = 0x0
        iseq = <optimized out>
        vm_ns = <optimized out>
#14 0x0000618a3ea406eb in require_internal (ec=ec@entry=0x516001cbc3d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1450
        arg = <optimized out>
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000283c80
        saved = <optimized out>
        vm_ns_v = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = <optimized out>
        realpath_map = 130741706684960
        path = 130741155332000
        saved_path = <optimized out>
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        vm_ns = <optimized out>
        reset_ext_config = <optimized out>
#15 0x0000618a3ea3dceb in rb_require_string_internal (fname=130741137129200, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1565
        result = <optimized out>
        ec = 0x516001cbc3d0
        result = <optimized out>
#16 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1551
No locals.
#17 0x0000618a3ed55bf8 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:3771
        ci = 0x138d100140003
        cc = <optimized out>
        me = 0x76e8acdfcf30
        cfunc = 0x506000037288
        recv = 130741706739000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#18 0x0000618a3ed3b8b3 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x76e875ffd300) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4750
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#19 0x0000618a3ed41895 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4159
No locals.
#20 0x0000618a3ecfb2fc in vm_sendish (ec=0x516001cbc3d0, reg_cfp=0x76e881fff6e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#21 vm_exec_core (ec=ec@entry=0x516001cbc3d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e881fff6e8
        reg_pc = 0x5110000a0878
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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>
th: 0x515000283c80, native_id: 0x76e8760006c0
-- Control frame information -----------------------------------------------
        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>
#22 0x0000618a3ecea2fb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516001cbc3d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x76e875ffd700, <optimized out>, <optimized out>}, prev = 0x76e87ab0a2a0, state = RUBY_TAG_NONE, lock_rec = 0}
c:0007 p:---- s:0027 e:000026 DUMMY  [FINISH]
        state = RUBY_TAG_NONE
        result = <optimized out>
#23 0x0000618a3ed6b47d in vm_call0_body (ec=<optimized out>, calling=0x76e87ab0a460, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x76e87ab0a4e0
        cc = <optimized out>
        ret = <optimized out>
#24 0x0000618a3ed6acd1 in vm_call0_cme (ec=0x516001cbc3d0, calling=0x76e87ab0a460, argv=0x76e875ffdb40, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#25 vm_call0_body (ec=<optimized out>, calling=0x76e87ab0a460, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x76e88bba0f28
        orig_cme = <optimized out>
        ci = 0x76e87ab0a4e0
        cc = <optimized out>
        ret = <optimized out>
#26 0x0000618a3ed16ba4 in vm_call0_cc (ec=0x516001cbc3d0, recv=130741706739000, id=22737, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = <optimized out>
        calling = {cd = 0x76e87ab0a4c0, cc = 0x76e87ad091e0, block_handler = 0, recv = 130741706739000, argc = 1, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        use_argv = 0x76e875ffdb40
        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:1065
        ci = <optimized out>
        ec = 0x516001cbc3d0
        cc = <optimized out>
        self = <optimized out>
#28 0x0000618a3ed17c3e in rb_funcallv (recv=130741706739000, mid=22737, argc=1, argv=0x76e875ffdb40) at /tmp/ruby/src/trunk_asan/vm_eval.c:1080
No locals.
#29 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1137
        ar = <optimized out>
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]
c:0004 p:0002 s:0013 e:000012 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
c:0003 p:---- s:0010 e:000009 CFUNC  :fork
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

        argv = 0x76e875ffdb40
#30 0x0000618a3ecd261e in autoload_feature_require (_arguments=130740784193248) at /tmp/ruby/src/trunk_asan/variable.c:3387
        receiver = 130741706739000
        arguments = 0x76e875ffdee0
        autoload_const = <optimized out>
        autoload_namespace = <optimized out>
        result = <optimized out>
        data = <optimized out>
#31 autoload_try_load (_arguments=130740784193248) at /tmp/ruby/src/trunk_asan/variable.c:3400
        arguments = 0x76e875ffdee0
        result = <optimized out>
        ce = <optimized out>
#32 0x0000618a3e93628f 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:1079
        _ec = 0x516001cbc3d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x76e875ffde90, <optimized out>, 0x76e875ffdda0, <optimized out>, <optimized out>}, prev = 0x76e87aa09440, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516001cbc3d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#33 0x0000618a3ecd1970 in rb_autoload_load (module=module@entry=130741706620040, name=name@entry=255899) at /tmp/ruby/src/trunk_asan/variable.c:3461
        ce = <optimized out>
        arguments = {module = 130741706620040, name = 255899, flag = 0, mutex = 130741136503960, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
#34 0x0000618a3ecde032 in rb_const_search_from (klass=130741155230480, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3563
        ac = 0xfffffffffffffe00
        am = 130741706620040
        tmp = 130741706620040
        ce = <optimized out>
        current = 130741706620040
        value = <optimized out>
        first_iteration = <optimized out>
#35 0x0000618a3ecd3374 in rb_const_search (klass=130741155230480, id=255899, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3585
        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:3512
        c = <optimized out>
#37 0x0000618a3ece196e 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:1129
        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 0x0000618a3eced222 in vm_get_ev_const_chain (ec=0x516001cbc3d0, segments=0x502002602e90) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1162
        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=0x50200056d610) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6434
        segments = 0x502002602e90
        ice = <optimized out>
        val = <optimized out>
#40 0x0000618a3ecef438 in vm_exec_core (ec=ec@entry=0x516001cbc3d0) at ../../src/trunk_asan/insns.def:263
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e881fff720
        reg_pc = 0xfffffffffffffe00
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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 0x0000618a3ecea2fb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516001cbc3d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x76e875ffea60, <optimized out>, <optimized out>}, prev = 0x76e87ab098d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#42 0x0000618a3ed754e2 in invoke_iseq_block_from_c (ec=0x516001cbc3d0, captured=0x76e881fff7a8, self=130741146704080, 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:1655
        flags = 0
        iseq = 0x76e88b2ea9d8
        cfp = <optimized out>
        sp = 0x76e881eff850
        use_argv = 0x0
        stack_argv = 0x76e881eff850
        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:1669
        captured = 0x76e881fff7a8
#44 0x0000618a3ed19a18 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:1706
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:1714
No locals.
#46 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#47 0x0000618a3ed19a18 in rb_yield (val=<optimized out>)
No locals.
#48 0x0000618a3e935b18 in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1059
        _ec = 0x516001cbc3d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x76e875ffedf0, <optimized out>, 0x76e875ffed00, <optimized out>, <optimized out>}, prev = 0x76e87aa09140, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x516001cbc3d0
        cfp = 0x76e881fff758
#49 0x0000618a3eace78b in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4285
        status = <optimized out>
        pid = <optimized out>
#50 0x0000618a3ed55bf8 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:3771
        ci = 0x652100040001
        cc = <optimized out>
        me = 0x76e88e52b848
        cfunc = 0x506000047ba8
        recv = 130741146704080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#51 0x0000618a3ecf603a in vm_sendish (ec=0x516001cbc3d0, reg_cfp=0x76e881fff790, cd=0x502002602eb0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = <optimized out>, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#52 vm_exec_core (ec=ec@entry=0x516001cbc3d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502002602eb0
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e881fff790
        reg_pc = 0x5040006e8eb0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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 0x0000618a3ecea2fb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516001cbc3d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x76e875fff6c0, <optimized out>, <optimized out>}, prev = 0x76e875fffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#54 0x0000618a3ed2ba2b in invoke_iseq_block_from_c (ec=0x516001cbc3d0, captured=<optimized out>, self=130741146704080, 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:1655
        flags = 0
        iseq = 0x76e88b2eaa00
        cfp = 0x76e881fff7c8
        sp = 0x76e881eff818
        use_argv = <optimized out>
        stack_argv = 0x76e881eff818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#55 invoke_block_from_c_proc (ec=0x516001cbc3d0, self=130741146704080, 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:1749
        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:1779
No locals.
#57 0x0000618a3ed29ce6 in rb_vm_invoke_proc (ec=0x540000000108, proc=0x80, proc@entry=0x5040006c79d0, argc=1049653038, 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:1800
        self = 0
#58 0x0000618a3ec76a5d in thread_do_start_proc (th=th@entry=0x515000283c80) at /tmp/ruby/src/trunk_asan/thread.c:604
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040006c79d0
        args_len = 0
        args_ptr = <optimized out>
#59 0x0000618a3ec7463a in thread_do_start (th=0x515000283c80) at /tmp/ruby/src/trunk_asan/thread.c:621
        result = 36
#60 thread_start_func_2 (th=th@entry=0x515000283c80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:676
        _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 0x0000618a3ec738fe in call_thread_start_func_2 (th=0x515000283c80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2218
        stack_start = <optimized out>
        stack_start_addr = 0x76e875fffcc0
#62 nt_start (ptr=0x50c0006cf100) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2263
        th = 0x515000283c80
        sched = <optimized out>
        nt = 0x50c0006cf100
        vm = 0x525000000100
#63 0x0000618a3e8eab7f in asan_thread_start(void*) ()
No symbol table info available.
#64 0x000076e8ad69caa4 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 = {130740784203456, 3088608676588232922, 130740784203456, -352, 0, 140733287339952, 3088608676609204442, 3088695384166441178}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#65 0x000076e8ad729c3c 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 2582879) detached]
$ timeout 60 gdb -p 2582933 -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 2411385 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 2883226]
[New LWP 2582935]
[New LWP 2563899]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000076e8ad698d71 in __futex_abstimed_wait_common64 (private=32767, cancel=true, abstime=0x7fff0599a380, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x76e8ad895c40 (LWP 2411385) "ruby"            0x000076e8ad698d71 in __futex_abstimed_wait_common64 (private=32767, cancel=true, abstime=0x7fff0599a380, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
  2    Thread 0x76e8766006c0 (LWP 2883226) "test_autoload.*" 0x000076e8ad698d71 in __futex_abstimed_wait_common64 (private=30440, cancel=true, abstime=0x76e8765fc040, op=137, expected=0, futex_word=0x50c000590e50) at ./nptl/futex-internal.c:57
  3    Thread 0x76e8914006c0 (LWP 2582935) "test_autoload.*" 0x000076e8ad71b4cd in __GI___poll (fds=0x76e878509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x76e88c0006c0 (LWP 2563899) "parallel.rb:40"  0x000076e8ad71b4cd in __GI___poll (fds=0x76e87da10f60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 4 (Thread 0x76e88c0006c0 (LWP 2563899) "parallel.rb:40"):
#0  0x000076e8ad71b4cd in __GI___poll (fds=0x76e87da10f60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000618a3e8917ca in __interceptor_poll ()
No symbol table info available.
#2  0x0000618a3e9facb9 in nogvl_wait_for (th=130741139567840, fptr=0x51100036adc0, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12606
        fds = {fd = 4, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x0000618a3e9fc14a in internal_read_func (ptr=0x76e87da10e40) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x76e87da10e40
        result = <optimized out>
#5  0x0000618a3ec586d9 in rb_thread_io_blocking_call (io=0x51100036adc0, func=0x618a3e9fbc40 <internal_read_func>, data1=0x76e87da10e40, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1928
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x0000618a3e93628f 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:1079
        _ec = 0x516001bbd0d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x76e88bffed30, <optimized out>, 0x76e88bffec40, <optimized out>, <optimized out>}, prev = 0x76e87da09140, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516001bbd0d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x0000618a3ea10585 in io_read_memory_locktmp (str=130740912197472, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3458
No locals.
#8  io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=<optimized out>, nonblock=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3504
        str = <optimized out>
        iis = {th = 130741139567840, fptr = 0x51100036adc0, nonblock = 0, fd = 4, buf = 0x51900052d080, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x51100036adc0
        n = <optimized out>
        shrinkable = <optimized out>
#9  0x0000618a3e9ec821 in io_readpartial (argc=2107707232, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3624
        ret = <optimized out>
#10 0x0000618a3ed55bf8 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:3771
        ci = 0x40f100100003
        cc = <optimized out>
        me = 0x76e8acf89e48
        cfunc = 0x50600002c188
        recv = 130741139568280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x0000618a3ecfb2fc in vm_sendish (ec=0x516001bbd0d0, reg_cfp=0x76e88b3ff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#12 vm_exec_core (ec=ec@entry=0x516001bbd0d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e88b3ff790
        reg_pc = 0x51300004df58
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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 0x0000618a3ecea2fb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516001bbd0d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x76e88bfff6c0, <optimized out>, <optimized out>}, prev = 0x76e88bfffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x0000618a3ed2ba2b in invoke_iseq_block_from_c (ec=0x516001bbd0d0, captured=<optimized out>, self=130741667925960, 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:1655
        flags = 0
        iseq = 0x76e8acf2aa88
        cfp = 0x76e88b3ff7c8
        sp = 0x76e88b2ff818
        use_argv = <optimized out>
        stack_argv = 0x76e88b2ff818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x516001bbd0d0, self=130741667925960, 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:1749
        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:1779
No locals.
#17 0x0000618a3ed29ce6 in rb_vm_invoke_proc (ec=0x76e87da10f60, proc=0x1, proc@entry=0x5040008c27d0, argc=-1385057075, 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:1800
        self = 4294967295
#18 0x0000618a3ec76a5d in thread_do_start_proc (th=th@entry=0x515000171b80) at /tmp/ruby/src/trunk_asan/thread.c:604
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040008c27d0
        args_len = 0
        args_ptr = <optimized out>
#19 0x0000618a3ec7463a in thread_do_start (th=0x515000171b80) at /tmp/ruby/src/trunk_asan/thread.c:621
        result = 36
#20 thread_start_func_2 (th=th@entry=0x515000171b80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:676
        _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 0x0000618a3ec738fe in call_thread_start_func_2 (th=0x515000171b80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2218
        stack_start = <optimized out>
        stack_start_addr = 0x76e88bfffcc0
#22 nt_start (ptr=0x50c000842080) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2263
        th = 0x515000171b80
        sched = <optimized out>
        nt = 0x50c000842080
        vm = 0x525000000100
#23 0x0000618a3e8eab7f in asan_thread_start(void*) ()
No symbol table info available.
#24 0x000076e8ad69caa4 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 = {130741153302208, 3088639462913810650, 130741153302208, -352, 25, 140733287342864, 3088639462934782170, 3088695384166441178}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x000076e8ad729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x76e8914006c0 (LWP 2582935) "test_autoload.*"):
#0  0x000076e8ad71b4cd in __GI___poll (fds=0x76e878509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000618a3e8917ca in __interceptor_poll ()
No symbol table info available.
#2  0x0000618a3ec783ff in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1055
        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:3046
        vm = <optimized out>
#4  0x0000618a3e8eab7f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000076e8ad69caa4 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 = {130741241382592, 3088687291669618906, 130741241382592, -352, 0, 130741004395152, 3088687291690590426, 3088695384166441178}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000076e8ad729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x76e8766006c0 (LWP 2883226) "test_autoload.*"):
#0  0x000076e8ad698d71 in __futex_abstimed_wait_common64 (private=30440, cancel=true, abstime=0x76e8765fc040, op=137, expected=0, futex_word=0x50c000590e50) 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=30440, abstime=0x76e8765fc040, clockid=30440, expected=0, futex_word=0x50c000590e50) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 7792896
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c000590e50, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x76e8765fc040, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x000076e8ad69bc8e in __pthread_cond_wait_common (abstime=0x76e8765fc040, clockid=1, mutex=0x5150001230b0, cond=0x50c000590e28) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x76e8ad69b4b0 <__condvar_cleanup_waiting>, __arg = 0x76e8765fbf30, __canceltype = 2093003072, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x50c000590e28, mutex = 0x5150001230b0, 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=0x50c000590e28, mutex=mutex@entry=0x5150001230b0, abstime=abstime@entry=0x76e8765fc040) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x0000618a3ec72321 in native_cond_timedwait (cond=0x50c000590e28, mutex=0x5150001230b0, 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=0x515000122f80, rel=rel@entry=0x76e87cc0b0e0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2469
        end = <optimized out>
        sched = 0x514000000108
        lock = 0x5150001230b0
        cond = 0x50c000590e28
        max = 100000000000000000
#7  0x0000618a3ec54854 in native_sleep (th=0x515000122f80, rel=0x76e87cc0b0e0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3314
        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 = 10599341243625513
        woke = 1
#9  0x0000618a3ec542a0 in rb_thread_wait_for (time=...) at /tmp/ruby/src/trunk_asan/thread.c:1413
        th = 0x50c000590e50
#10 0x0000618a3eacf35d in rb_f_sleep (argc=1, argv=0x76e88e4098c0, _=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4966
        beg = 1749023556
        scheduler = <optimized out>
        end = <optimized out>
#11 0x0000618a3ed55bf8 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:3771
        ci = 0x679100140003
        cc = <optimized out>
        me = 0x76e88ab84b58
        cfunc = 0x506000047ea8
        recv = 130741690013200
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x0000618a3ed3b8b3 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x76e8765fc860) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4750
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0xffffffff
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#13 0x0000618a3ed3b355 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4890
        ci = <optimized out>
        cc = 0x76e8765fc040
#14 0x0000618a3ecfb2fc in vm_sendish (ec=0x516001cb78d0, reg_cfp=0x76e88e5096b0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#15 vm_exec_core (ec=ec@entry=0x516001cb78d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e88e5096b0
        reg_pc = 0x504000309f38
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#16 0x0000618a3ecea2fb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516001cb78d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x76e8765fcc60, <optimized out>, <optimized out>}, prev = 0x76e8765fd760, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#17 0x0000618a3ed2fc5b in rb_iseq_eval (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2882
        ec = 0x516001cb78d0
        val = <optimized out>
#18 0x0000618a3ea472fc in load_iseq_eval (ec=0x516001cb78d0, fname=fname@entry=130741192258000) at /tmp/ruby/src/trunk_asan/load.c:871
        vm_ns_v = <optimized out>
        loading_ns = 0x0
        iseq = 0x76e88e527130
        vm_ns = <optimized out>
#19 0x0000618a3ea406eb in require_internal (ec=ec@entry=0x516001cb78d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1450
        arg = <optimized out>
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000122f80
        saved = <optimized out>
        vm_ns_v = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = <optimized out>
        realpath_map = 130741706684960
        path = 130741192258000
        saved_path = <optimized out>
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        vm_ns = <optimized out>
        reset_ext_config = <optimized out>
#20 0x0000618a3ea3dceb in rb_require_string_internal (fname=130741137122720, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1565
        result = <optimized out>
        ec = 0x516001cb78d0
        result = <optimized out>
#21 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1551
No locals.
#22 0x0000618a3ed55bf8 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:3771
        ci = 0x138d100140003
        cc = <optimized out>
        me = 0x76e8acdfcf30
        cfunc = 0x506000037288
        recv = 130741706739000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#23 0x0000618a3ed3b8b3 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x76e8765fdf60) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4750
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0xffffffff
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#24 0x0000618a3ed41895 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4159
No locals.
#25 0x0000618a3ecfb2fc in vm_sendish (ec=0x516001cb78d0, reg_cfp=0x76e88e509758, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#26 vm_exec_core (ec=ec@entry=0x516001cb78d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e88e509758
        reg_pc = 0x5110000a0878
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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 0x0000618a3ecea2fb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516001cb78d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x76e8765fe360, <optimized out>, <optimized out>}, prev = 0x76e87cf09ca0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#28 0x0000618a3ed6b47d in vm_call0_body (ec=<optimized out>, calling=0x76e87cf09e60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x76e87cf09ee0
        cc = <optimized out>
        ret = <optimized out>
#29 0x0000618a3ed6acd1 in vm_call0_cme (ec=0x516001cb78d0, calling=0x76e87cf09e60, argv=0x76e8765fe7a0, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#30 vm_call0_body (ec=<optimized out>, calling=0x76e87cf09e60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x76e88bba0f28
        orig_cme = <optimized out>
        ci = 0x76e87cf09ee0
        cc = <optimized out>
        ret = <optimized out>
#31 0x0000618a3ed16ba4 in vm_call0_cc (ec=0x516001cb78d0, recv=130741706739000, id=22737, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = <optimized out>
        calling = {cd = 0x76e87cf09ec0, cc = 0x76e87d1091e0, block_handler = 0, recv = 130741706739000, argc = 1, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        use_argv = 0x76e8765fe7a0
        av = <optimized out>
#32 rb_funcallv_scope (recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, scope=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1065
        ci = <optimized out>
        ec = 0x516001cb78d0
        cc = <optimized out>
        self = <optimized out>
#33 0x0000618a3ed17c3e in rb_funcallv (recv=130741706739000, mid=22737, argc=1, argv=0x76e8765fe7a0) at /tmp/ruby/src/trunk_asan/vm_eval.c:1080
No locals.
#34 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1137
        ar = <optimized out>
        argv = 0x76e8765fe7a0
#35 0x0000618a3ecd261e in autoload_feature_require (_arguments=130740790487872) at /tmp/ruby/src/trunk_asan/variable.c:3387
        receiver = 130741706739000
        arguments = 0x76e8765feb40
        autoload_const = <optimized out>
        autoload_namespace = <optimized out>
        result = <optimized out>
        data = <optimized out>
#36 autoload_try_load (_arguments=130740790487872) at /tmp/ruby/src/trunk_asan/variable.c:3400
        arguments = 0x76e8765feb40
        result = <optimized out>
        ce = <optimized out>
#37 0x0000618a3e93628f 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:1079
        _ec = 0x516001cb78d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x76e8765feaf0, <optimized out>, 0x76e8765fea00, <optimized out>, <optimized out>}, prev = 0x76e87ce09140, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516001cb78d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#38 0x0000618a3ecd1970 in rb_autoload_load (module=module@entry=130741706620040, name=name@entry=255899) at /tmp/ruby/src/trunk_asan/variable.c:3461
        ce = <optimized out>
        arguments = {module = 130741706620040, name = 255899, flag = 0, mutex = 130741192258080, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
#39 0x0000618a3ecde032 in rb_const_search_from (klass=130741155230480, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3563
        ac = 0xfffffffffffffdfc
        am = 130741706620040
        tmp = 130741706620040
        ce = <optimized out>
        current = 130741706620040
        value = <optimized out>
        first_iteration = <optimized out>
#40 0x0000618a3ecd3374 in rb_const_search (klass=130741155230480, id=255899, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3585
        value = <optimized out>
#41 rb_const_get_0 (klass=<optimized out>, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3512
        c = <optimized out>
#42 0x0000618a3ece196e 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:1129
        root_cref = <optimized out>
        klass = 88785569779280
        cref = <optimized out>
        val = <optimized out>
        root_cref = <optimized out>
        cref = <optimized out>
        klass = <optimized out>
        av = <optimized out>
        am = <optimized out>
        ce = <optimized out>
        search_continue = <optimized out>
#43 0x0000618a3eced222 in vm_get_ev_const_chain (ec=0x516001cb78d0, segments=0x50200056e7f0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1162
        id = 0
        val = 137
        idx = <optimized out>
        allow_nil = <optimized out>
#44 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x50200056e7b0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6434
        segments = 0x50200056e7f0
        ice = <optimized out>
        val = <optimized out>
#45 0x0000618a3ecef438 in vm_exec_core (ec=ec@entry=0x516001cb78d0) at ../../src/trunk_asan/insns.def:263
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e88e509790
        reg_pc = 0xfffffffffffffdfc
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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>
#46 0x0000618a3ecea2fb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516001cb78d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x76e8765ff6c0, <optimized out>, <optimized out>}, prev = 0x76e8765ffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#47 0x0000618a3ed2ba2b in invoke_iseq_block_from_c (ec=0x516001cb78d0, captured=<optimized out>, self=130741154146120, 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:1655
        flags = 0
        iseq = 0x76e88b2ec698
        cfp = 0x76e88e5097c8
        sp = 0x76e88e409818
        use_argv = <optimized out>
        stack_argv = 0x76e88e409818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#48 invoke_block_from_c_proc (ec=0x516001cb78d0, self=130741154146120, 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:1749
        block = <optimized out>
        keyword_hash = <optimized out>
#49 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1779
No locals.
#50 0x0000618a3ed29ce6 in rb_vm_invoke_proc (ec=0x50c000590e50, proc=0x89, proc@entry=0x5040006c5c50, argc=-1385591439, 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:1800
        self = 0
#51 0x0000618a3ec76a5d in thread_do_start_proc (th=th@entry=0x515000122f80) at /tmp/ruby/src/trunk_asan/thread.c:604
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040006c5c50
        args_len = 0
        args_ptr = <optimized out>
#52 0x0000618a3ec7463a in thread_do_start (th=0x515000122f80) at /tmp/ruby/src/trunk_asan/thread.c:621
        result = 36
#53 thread_start_func_2 (th=th@entry=0x515000122f80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:676
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#54 0x0000618a3ec738fe in call_thread_start_func_2 (th=0x515000122f80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2218
        stack_start = <optimized out>
        stack_start_addr = 0x76e8765ffcc0
#55 nt_start (ptr=0x50c000590e00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2263
        th = 0x515000122f80
        sched = <optimized out>
        nt = 0x50c000590e00
        vm = 0x525000000100
#56 0x0000618a3e8eab7f in asan_thread_start(void*) ()
No symbol table info available.
#57 0x000076e8ad69caa4 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 = {130740790494912, 3088614449024278746, 130740790494912, -352, 0, 140733287339952, 3088614449045250266, 3088695384166441178}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#58 0x000076e8ad729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x76e8ad895c40 (LWP 2411385) "ruby"):
#0  0x000076e8ad698d71 in __futex_abstimed_wait_common64 (private=32767, cancel=true, abstime=0x7fff0599a380, 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=32767, abstime=0x7fff0599a380, clockid=32767, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8388096
        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=0x7fff0599a380, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x000076e8ad69bc8e in __pthread_cond_wait_common (abstime=0x7fff0599a380, clockid=1, mutex=0x515000000430, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x76e8ad69b4b0 <__condvar_cleanup_waiting>, __arg = 0x7fff0599a270, __canceltype = -1421779520, __prev = 0x0}
        cbuffer = {wseq = 3576, cond = 0x50c000000068, mutex = 0x515000000430, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 3576
        seq = 1788
        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=0x515000000430, abstime=abstime@entry=0x7fff0599a380) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x0000618a3ec72321 in native_cond_timedwait (cond=0x50c000000068, mutex=0x515000000430, 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=0x76e8ab415d60) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2469
        end = <optimized out>
        sched = 0x514000000108
        lock = 0x515000000430
        cond = 0x50c000000068
        max = 100000000000000000
#7  0x0000618a3ec54854 in native_sleep (th=0x515000000300, rel=0x76e8ab415d60) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3314
        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 = 10599340843124311
        woke = 1
#9  0x0000618a3ec542a0 in rb_thread_wait_for (time=...) at /tmp/ruby/src/trunk_asan/thread.c:1413
        th = 0x50c000000090
#10 0x0000618a3eacf35d in rb_f_sleep (argc=1, argv=0x76e8aaaffbd8, _=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4966
        beg = 1749023556
        scheduler = <optimized out>
        end = <optimized out>
#11 0x0000618a3ed55bf8 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:3771
        ci = 0x679100140003
        cc = <optimized out>
        me = 0x76e88ab84b58
        cfunc = 0x506000047ea8
        recv = 130741154146120
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x0000618a3ed3b8b3 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7fff0599aba0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4750
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0xffffffff
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#13 0x0000618a3ed3b355 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4890
        ci = <optimized out>
        cc = 0x7fff0599a380
#14 0x0000618a3ecfb2fc in vm_sendish (ec=0x5160000003d0, reg_cfp=0x76e8aabff448, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#15 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e8aabff448
        reg_pc = 0x514000079940
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
th: 0x515000000300, native_id: 0x76e8ad895c40
        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>
-- Control frame information -----------------------------------------------
c:0018 p:---- s:0127 e:000126 CFUNC  :sleep
c:0017 p:0032 s:0122 E:0007f0 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
c:0014 p:0011 s:0095 E:0021e0 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
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
c:0011 p:0093 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1677 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0114 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1664
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1368
c:0007 p:0069 s:0046 E:000bf0 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
        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>
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
        INSN_LABEL_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>
c:0002 p:0062 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:001de0 DUMMY  [FINISH]
        INSN_LABEL_trace_opt_ltlt = <optimized out>

        INSN_LABEL_trace_opt_and = <optimized out>
th: 0x515000171b80, native_id: 0x76e88c0006c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
c:0003 p:---- s:0012 e:000011 CFUNC  :readpartial
c:0002 p:0035 s:0007 e:000006 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
th: 0x515000122f80, native_id: 0x76e8766006c0
-- Control frame information -----------------------------------------------
c:0007 p:---- s:0028 e:000027 CFUNC  :sleep
c:0006 p:0005 s:0023 e:000022 CLASS  /tmp/rubytest.nfzfbr/autoload20250604-2411385-w0dy4g.rb:1
c:0005 p:0007 s:0020 e:000019 TOP    /tmp/rubytest.nfzfbr/autoload20250604-2411385-w0dy4g.rb:1 [FINISH]
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
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]
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
c:0002 p:0002 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:209 [FINISH]
#16 0x0000618a3ecea6eb in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
No locals.
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

#17 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2631
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#18 0x0000618a3ed754e2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x76e8aabff620, self=130741667925960, 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:1655
        flags = 0
        iseq = 0x76e8acdfc3f0
        cfp = <optimized out>
        sp = 0x76e8aaaffa28
        use_argv = 0x76e8ab592360
        stack_argv = 0x76e8aaaffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 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:1669
        captured = 0x76e8aabff620
#20 0x0000618a3ed19a18 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:1706
No locals.
#21 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1714
No locals.
#22 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#23 0x0000618a3ed19a18 in rb_yield (val=<optimized out>)
No locals.
#24 0x0000618a3eedc4f3 in rb_ary_collect (ary=130741137598080) at /tmp/ruby/src/trunk_asan/array.c:3655
        collect = 130741155228560
        i = 20
#25 0x0000618a3ed55bf8 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:3771
        ci = 0x168100000001
        cc = <optimized out>
        me = 0x76e8acfc00b0
        cfunc = 0x506000020128
        recv = 130741137598080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#26 0x0000618a3ecf603a in vm_sendish (ec=0x5160000003d0, reg_cfp=0x76e8aabff608, cd=0x512000011fb0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = <optimized out>, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#27 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x512000011fb0
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e8aabff608
        reg_pc = 0x519000014910
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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>
#28 0x0000618a3ecea6eb in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
No locals.
#29 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2631
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#30 0x0000618a3ed754e2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x76e8aabff738, self=130741667925960, 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:1655
        flags = 0
        iseq = 0x76e8acf2ac40
        cfp = <optimized out>
        sp = 0x76e8aaaff8d0
        use_argv = 0x76e8ab58f760
        stack_argv = 0x76e8aaaff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#31 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1669
        captured = 0x76e8aabff738
#32 0x0000618a3ed19a18 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:1706
No locals.
#33 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1714
No locals.
#34 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#35 0x0000618a3ed19a18 in rb_yield (val=<optimized out>)
No locals.
#36 0x0000618a3eedc4f3 in rb_ary_collect (ary=130741139568560) at /tmp/ruby/src/trunk_asan/array.c:3655
        collect = 130741139568480
        i = 0
#37 0x0000618a3ed55bf8 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:3771
        ci = 0x168100000001
        cc = <optimized out>
        me = 0x76e8acfc00b0
        cfunc = 0x506000020128
        recv = 130741139568560
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#38 0x0000618a3ecf603a in vm_sendish (ec=0x5160000003d0, reg_cfp=0x76e8aabff720, cd=0x502000012170, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = <optimized out>, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#39 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000012170
        insns_address_table = {0x618a3ecf45b3 <vm_exec_core+26675>, 0x618a3ecf0b1b <vm_exec_core+11675>, 0x618a3ecee41d <vm_exec_core+1693>, 0x618a3ecef4df <vm_exec_core+5983>, 0x618a3ecf479e <vm_exec_core+27166>, 0x618a3ecef19d <vm_exec_core+5149>, 0x618a3ecf5c6e <vm_exec_core+32494>, 0x618a3ecf36d1 <vm_exec_core+22865>, 0x618a3ecf1bb6 <vm_exec_core+15926>, 0x618a3ecee77a <vm_exec_core+2554>, 0x618a3ecf4f79 <vm_exec_core+29177>, 0x618a3ecf4b7f <vm_exec_core+28159>, 0x618a3ecef3e0 <vm_exec_core+5728>, 0x618a3eceec98 <vm_exec_core+3864>, 0x618a3ecf3c43 <vm_exec_core+24259>, 0x618a3ecf007a <vm_exec_core+8954>, 0x618a3ecf53fc <vm_exec_core+30332>, 0x618a3ecf4e2e <vm_exec_core+28846>, 0x618a3ecf0939 <vm_exec_core+11193>, 0x618a3ecf1b1e <vm_exec_core+15774>, 0x618a3ecf37f9 <vm_exec_core+23161>, 0x618a3ecf4d8a <vm_exec_core+28682>, 0x618a3ecf2a6b <vm_exec_core+19691>, 0x618a3ecf3991 <vm_exec_core+23569>, 0x618a3ecf415d <vm_exec_core+25565>, 0x618a3ecf2962 <vm_exec_core+19426>, 0x618a3eceebed <vm_exec_core+3693>, 0x618a3ecf3228 <vm_exec_core+21672>, 0x618a3ecee9ad <vm_exec_core+3117>, 0x618a3eceed96 <vm_exec_core+4118>, 0x618a3ecf0d66 <vm_exec_core+12262>, 0x618a3ecf26aa <vm_exec_core+18730>, 0x618a3ecf2ef7 <vm_exec_core+20855>, 0x618a3ecf24b5 <vm_exec_core+18229>, 0x618a3ecee696 <vm_exec_core+2326>, 0x618a3ecf44db <vm_exec_core+26459>, 0x618a3ecf4a42 <vm_exec_core+27842>, 0x618a3eceee33 <vm_exec_core+4275>, 0x618a3ecefb18 <vm_exec_core+7576>, 0x618a3ecef485 <vm_exec_core+5893>, 0x618a3ecf02cd <vm_exec_core+9549>, 0x618a3ecf1972 <vm_exec_core+15346>, 0x618a3eceeeda <vm_exec_core+4442>, 0x618a3ecf422a <vm_exec_core+25770>, 0x618a3ecefa4e <vm_exec_core+7374>, 0x618a3ecf15f3 <vm_exec_core+14451>, 0x618a3ecf20ab <vm_exec_core+17195>, 0x618a3ecf3da4 <vm_exec_core+24612>, 0x618a3ecf2c6a <vm_exec_core+20202>, 0x618a3ecf0376 <vm_exec_core+9718>, 0x618a3ecefd71 <vm_exec_core+8177>, 0x618a3ecf3b48 <vm_exec_core+24008>, 0x618a3ecf0fc2 <vm_exec_core+12866>, 0x618a3ecf32fa <vm_exec_core+21882>, 0x618a3ecf2de4 <vm_exec_core+20580>, 0x618a3ecf3387 <vm_exec_core+22023>, 0x618a3ecf46be <vm_exec_core+26942>, 0x618a3ecee13b <vm_exec_core+955>, 0x618a3ecf3eb7 <vm_exec_core+24887>, 0x618a3ecf063f <vm_exec_core+10431>, 0x618a3ecf3a5e <vm_exec_core+23774>, 0x618a3ecf0765 <vm_exec_core+10725>, 0x618a3ecf28ae <vm_exec_core+19246>, 0x618a3ecf56c7 <vm_exec_core+31047>, 0x618a3ecf1f1a <vm_exec_core+16794>, 0x618a3ecf2572 <vm_exec_core+18418>, 0x618a3ecf09cc <vm_exec_core+11340>, 0x618a3ecefe95 <vm_exec_core+8469>, 0x618a3ecf3455 <vm_exec_core+22229>, 0x618a3eceefe5 <vm_exec_core+4709>, 0x618a3ecf1d1e <vm_exec_core+16286>, 0x618a3ecfcf28 <vm_exec_core+61864>, 0x618a3ecf2bab <vm_exec_core+20011>, 0x618a3ecef080 <vm_exec_core+4864>, 0x618a3ecef931 <vm_exec_core+7089>, 0x618a3ecef74a <vm_exec_core+6602>, 0x618a3ecefc0a <vm_exec_core+7818>, 0x618a3ecf0495 <vm_exec_core+10005>, 0x618a3ecf5324 <vm_exec_core+30116>, 0x618a3ecee140 <vm_exec_core+960>, 0x618a3ecef856 <vm_exec_core+6870>, 0x618a3ecf5deb <vm_exec_core+32875>, 0x618a3ecf3126 <vm_exec_core+21414>, 0x618a3ecf23ab <vm_exec_core+17963>, 0x618a3ecf42ba <vm_exec_core+25914>, 0x618a3ecf619d <vm_exec_core+33821>, 0x618a3ecf45e2 <vm_exec_core+26722>, 0x618a3ecf549e <vm_exec_core+30494>, 0x618a3ecf556f <vm_exec_core+30703>, 0x618a3eceeab7 <vm_exec_core+3383>, 0x618a3ecf4e9a <vm_exec_core+28954>, 0x618a3ecf0ee6 <vm_exec_core+12646>, 0x618a3ecf50e5 <vm_exec_core+29541>, 0x618a3ecf080a <vm_exec_core+10890>, 0x618a3ecf0117 <vm_exec_core+9111>, 0x618a3ecf144e <vm_exec_core+14030>, 0x618a3eceef4b <vm_exec_core+4555>, 0x618a3ecf563c <vm_exec_core+30908>, 0x618a3ecf16ac <vm_exec_core+14636>, 0x618a3ecf123a <vm_exec_core+13498>, 0x618a3ecee234 <vm_exec_core+1204>, 0x618a3ecee853 <vm_exec_core+2771>, 0x618a3ecf225e <vm_exec_core+17630>, 0x618a3ecf184a <vm_exec_core+15050>, 0x618a3ecf2131 <vm_exec_core+17329>, 0x618a3ecf1fd3 <vm_exec_core+16979>, 0x618a3ecf0e03 <vm_exec_core+12419>, 0x618a3ecf1746 <vm_exec_core+14790>, 0x618a3ecf132b <vm_exec_core+13739>, 0x618a3ecf1aa3 <vm_exec_core+15651>, 0x618a3ecf1a28 <vm_exec_core+15528>, 0x618a3ecf45a4 <vm_exec_core+26660>, 0x618a3ecf0b0c <vm_exec_core+11660>, 0x618a3ecee40e <vm_exec_core+1678>, 0x618a3ecef4d0 <vm_exec_core+5968>, 0x618a3ecf478f <vm_exec_core+27151>, 0x618a3ecef18e <vm_exec_core+5134>, 0x618a3ecf5c5f <vm_exec_core+32479>, 0x618a3ecf36c2 <vm_exec_core+22850>, 0x618a3ecf1ba7 <vm_exec_core+15911>, 0x618a3ecee76b <vm_exec_core+2539>, 0x618a3ecf4f6a <vm_exec_core+29162>, 0x618a3ecf4b70 <vm_exec_core+28144>, 0x618a3ecef3d1 <vm_exec_core+5713>, 0x618a3eceec89 <vm_exec_core+3849>, 0x618a3ecf3c34 <vm_exec_core+24244>, 0x618a3ecf006b <vm_exec_core+8939>, 0x618a3ecf53ed <vm_exec_core+30317>, 0x618a3ecf4e1f <vm_exec_core+28831>, 0x618a3ecf092a <vm_exec_core+11178>, 0x618a3ecf1b0f <vm_exec_core+15759>, 0x618a3ecf37ea <vm_exec_core+23146>, 0x618a3ecf4d7b <vm_exec_core+28667>, 0x618a3ecf2a5c <vm_exec_core+19676>, 0x618a3ecf3982 <vm_exec_core+23554>, 0x618a3ecf414e <vm_exec_core+25550>, 0x618a3ecf2953 <vm_exec_core+19411>, 0x618a3eceebde <vm_exec_core+3678>, 0x618a3ecf3219 <vm_exec_core+21657>, 0x618a3ecee99e <vm_exec_core+3102>, 0x618a3eceed87 <vm_exec_core+4103>, 0x618a3ecf0d57 <vm_exec_core+12247>, 0x618a3ecf269b <vm_exec_core+18715>, 0x618a3ecf2ee8 <vm_exec_core+20840>, 0x618a3ecf24a6 <vm_exec_core+18214>, 0x618a3ecee687 <vm_exec_core+2311>, 0x618a3ecf44cc <vm_exec_core+26444>, 0x618a3ecf4a33 <vm_exec_core+27827>, 0x618a3eceee24 <vm_exec_core+4260>, 0x618a3ecefb09 <vm_exec_core+7561>, 0x618a3ecef476 <vm_exec_core+5878>, 0x618a3ecf02be <vm_exec_core+9534>, 0x618a3ecf1963 <vm_exec_core+15331>, 0x618a3eceeecb <vm_exec_core+4427>, 0x618a3ecf421b <vm_exec_core+25755>, 0x618a3ecefa3f <vm_exec_core+7359>, 0x618a3ecf15e4 <vm_exec_core+14436>, 0x618a3ecf209c <vm_exec_core+17180>, 0x618a3ecf3d95 <vm_exec_core+24597>, 0x618a3ecf2c5b <vm_exec_core+20187>, 0x618a3ecf0367 <vm_exec_core+9703>, 0x618a3ecefd62 <vm_exec_core+8162>, 0x618a3ecf3b39 <vm_exec_core+23993>, 0x618a3ecf0fb3 <vm_exec_core+12851>, 0x618a3ecf32eb <vm_exec_core+21867>, 0x618a3ecf2dd5 <vm_exec_core+20565>, 0x618a3ecf3378 <vm_exec_core+22008>, 0x618a3ecf46af <vm_exec_core+26927>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf3ea8 <vm_exec_core+24872>, 0x618a3ecf0630 <vm_exec_core+10416>, 0x618a3ecf3a4f <vm_exec_core+23759>, 0x618a3ecf0756 <vm_exec_core+10710>, 0x618a3ecf289f <vm_exec_core+19231>, 0x618a3ecf2b88 <vm_exec_core+19976>, 0x618a3ecf1f0b <vm_exec_core+16779>, 0x618a3ecf2563 <vm_exec_core+18403>, 0x618a3ecf09bd <vm_exec_core+11325>, 0x618a3ecefe86 <vm_exec_core+8454>, 0x618a3ecf3446 <vm_exec_core+22214>, 0x618a3eceefd6 <vm_exec_core+4694>, 0x618a3ecf1d0f <vm_exec_core+16271>, 0x618a3ecfcf19 <vm_exec_core+61849>, 0x618a3ecf2b9c <vm_exec_core+19996>, 0x618a3ecef071 <vm_exec_core+4849>, 0x618a3ecef922 <vm_exec_core+7074>, 0x618a3ecef73b <vm_exec_core+6587>, 0x618a3ecefbfb <vm_exec_core+7803>, 0x618a3ecf0486 <vm_exec_core+9990>, 0x618a3ecf23a6 <vm_exec_core+17958>, 0x618a3ecf1d05 <vm_exec_core+16261>, 0x618a3ecf23a1 <vm_exec_core+17953>, 0x618a3ecf2b48 <vm_exec_core+19912>, 0x618a3ecf2b08 <vm_exec_core+19848>, 0x618a3ecefbf6 <vm_exec_core+7798>, 0x618a3ecf2eac <vm_exec_core+20780>, 0x618a3ecf1230 <vm_exec_core+13488>, 0x618a3ecf1235 <vm_exec_core+13493>, 0x618a3ecf2b03 <vm_exec_core+19843>, 0x618a3ecf2696 <vm_exec_core+18710>...}
        reg_cfp = 0x76e8aabff720
        reg_pc = 0x5040000052f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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>
#40 0x0000618a3ecea6eb in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
No locals.
#41 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2631
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#42 0x0000618a3ed307c8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2905
        ec = 0x5160000003d0
        val = <optimized out>
#43 0x0000618a3e931d95 in rb_ec_exec_node (ec=0x5160000003d0, n=0x76e8acf2add0) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff0599c870, <optimized out>, 0x7fff0599c7c0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x76e8acf2add0
#44 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000003d0
        status = <optimized out>
#45 0x0000618a3e92ac37 in rb_main (argc=11, argv=0x7fff0599ca48) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#46 main (argc=11, argv=0x7fff0599ca48) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7407a79d9c40 (LWP 2411369) "ruby" 0x00007407a7726cd7 in __GI___select (nfds=33, readfds=0x50c004c6ee80, writefds=0x0, exceptfds=0x0, timeout=0x7ffef5bb6720) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x74078b4006c0 (LWP 2411371) "ruby" 0x00007407a771b4cd in __GI___poll (fds=0x74078a109040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x74078b4006c0 (LWP 2411371) "ruby"):
#0  0x00007407a771b4cd in __GI___poll (fds=0x74078a109040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000056afa65c27ca in __interceptor_poll ()
No symbol table info available.
#2  0x000056afa69a93ff in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1055
        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:3046
        vm = <optimized out>
#4  0x000056afa661bb7f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007407a769caa4 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 = {127575749822144, 4849939320798024157, 127575749822144, -352, 0, 140733021129712, 4849939320810607069, 4849860791857811933}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007407a7729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7407a79d9c40 (LWP 2411369) "ruby"):
#0  0x00007407a7726cd7 in __GI___select (nfds=33, readfds=0x50c004c6ee80, writefds=0x0, exceptfds=0x0, timeout=0x7ffef5bb6720) 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 = 59999, tv_nsec = 944271899}
        pts64 = 0x7ffef5bb65c0
        r = <optimized out>
#1  0x000056afa6990b75 in native_fd_select (n=33, readfds=0x50c004c6ee80, writefds=0x0, exceptfds=0x7407a7726cd7 <__GI___select+327>, timeout=0x7ffef5bb65c0, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2420
No locals.
#2  do_select (p=127576188861312) at /tmp/ruby/src/trunk_asan/thread.c:4450
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffef5bb66d0
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x000056afa666728f 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:1079
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffef5bb6890, <optimized out>, 0x7ffef5bb67a0, <optimized out>, <optimized out>}, prev = 0x7407a57230a0, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000003d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x000056afa69900f1 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:4510
        set = {max = 33, th = 0x515000000300, rset = 0x7407a56b3a40, 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 = 0x7407a56b3aa0}
#5  0x000056afa673683f in select_internal (read=127576214923480, write=4, except=4, tp=0x7407a56b3aa0, fds=0x7407a56b3a40) at /tmp/ruby/src/trunk_asan/io.c:10768
        timerec = <optimized out>
        max = 33
        pending = <optimized out>
        rp = 0x7407a56b3a40
        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=127576188860960) at /tmp/ruby/src/trunk_asan/io.c:10838
        p = 0x7407a56b3a20
#7  0x000056afa666728f 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:1079
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffef5bb6b90, <optimized out>, 0x7ffef5bb6aa0, <optimized out>, <optimized out>}, prev = 0x7407a5644b40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000003d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#8  0x000056afa6712a1b in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11206
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#9  0x000056afa6a86bf8 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:3771
        ci = 0x163100100009
        cc = <optimized out>
        me = 0x7407a71da600
        cfunc = 0x50600002b3a8
        recv = 127576217286880
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#10 0x000056afa6a2c2fc in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7407a4bff3a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#11 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x56afa6a255b3 <vm_exec_core+26675>, 0x56afa6a21b1b <vm_exec_core+11675>, 0x56afa6a1f41d <vm_exec_core+1693>, 0x56afa6a204df <vm_exec_core+5983>, 0x56afa6a2579e <vm_exec_core+27166>, 0x56afa6a2019d <vm_exec_core+5149>, 0x56afa6a26c6e <vm_exec_core+32494>, 0x56afa6a246d1 <vm_exec_core+22865>, 0x56afa6a22bb6 <vm_exec_core+15926>, 0x56afa6a1f77a <vm_exec_core+2554>, 0x56afa6a25f79 <vm_exec_core+29177>, 0x56afa6a25b7f <vm_exec_core+28159>, 0x56afa6a203e0 <vm_exec_core+5728>, 0x56afa6a1fc98 <vm_exec_core+3864>, 0x56afa6a24c43 <vm_exec_core+24259>, 0x56afa6a2107a <vm_exec_core+8954>, 0x56afa6a263fc <vm_exec_core+30332>, 0x56afa6a25e2e <vm_exec_core+28846>, 0x56afa6a21939 <vm_exec_core+11193>, 0x56afa6a22b1e <vm_exec_core+15774>, 0x56afa6a247f9 <vm_exec_core+23161>, 0x56afa6a25d8a <vm_exec_core+28682>, 0x56afa6a23a6b <vm_exec_core+19691>, 0x56afa6a24991 <vm_exec_core+23569>, 0x56afa6a2515d <vm_exec_core+25565>, 0x56afa6a23962 <vm_exec_core+19426>, 0x56afa6a1fbed <vm_exec_core+3693>, 0x56afa6a24228 <vm_exec_core+21672>, 0x56afa6a1f9ad <vm_exec_core+3117>, 0x56afa6a1fd96 <vm_exec_core+4118>, 0x56afa6a21d66 <vm_exec_core+12262>, 0x56afa6a236aa <vm_exec_core+18730>, 0x56afa6a23ef7 <vm_exec_core+20855>, 0x56afa6a234b5 <vm_exec_core+18229>, 0x56afa6a1f696 <vm_exec_core+2326>, 0x56afa6a254db <vm_exec_core+26459>, 0x56afa6a25a42 <vm_exec_core+27842>, 0x56afa6a1fe33 <vm_exec_core+4275>, 0x56afa6a20b18 <vm_exec_core+7576>, 0x56afa6a20485 <vm_exec_core+5893>, 0x56afa6a212cd <vm_exec_core+9549>, 0x56afa6a22972 <vm_exec_core+15346>, 0x56afa6a1feda <vm_exec_core+4442>, 0x56afa6a2522a <vm_exec_core+25770>, 0x56afa6a20a4e <vm_exec_core+7374>, 0x56afa6a225f3 <vm_exec_core+14451>, 0x56afa6a230ab <vm_exec_core+17195>, 0x56afa6a24da4 <vm_exec_core+24612>, 0x56afa6a23c6a <vm_exec_core+20202>, 0x56afa6a21376 <vm_exec_core+9718>, 0x56afa6a20d71 <vm_exec_core+8177>, 0x56afa6a24b48 <vm_exec_core+24008>, 0x56afa6a21fc2 <vm_exec_core+12866>, 0x56afa6a242fa <vm_exec_core+21882>, 0x56afa6a23de4 <vm_exec_core+20580>, 0x56afa6a24387 <vm_exec_core+22023>, 0x56afa6a256be <vm_exec_core+26942>, 0x56afa6a1f13b <vm_exec_core+955>, 0x56afa6a24eb7 <vm_exec_core+24887>, 0x56afa6a2163f <vm_exec_core+10431>, 0x56afa6a24a5e <vm_exec_core+23774>, 0x56afa6a21765 <vm_exec_core+10725>, 0x56afa6a238ae <vm_exec_core+19246>, 0x56afa6a266c7 <vm_exec_core+31047>, 0x56afa6a22f1a <vm_exec_core+16794>, 0x56afa6a23572 <vm_exec_core+18418>, 0x56afa6a219cc <vm_exec_core+11340>, 0x56afa6a20e95 <vm_exec_core+8469>, 0x56afa6a24455 <vm_exec_core+22229>, 0x56afa6a1ffe5 <vm_exec_core+4709>, 0x56afa6a22d1e <vm_exec_core+16286>, 0x56afa6a2df28 <vm_exec_core+61864>, 0x56afa6a23bab <vm_exec_core+20011>, 0x56afa6a20080 <vm_exec_core+4864>, 0x56afa6a20931 <vm_exec_core+7089>, 0x56afa6a2074a <vm_exec_core+6602>, 0x56afa6a20c0a <vm_exec_core+7818>, 0x56afa6a21495 <vm_exec_core+10005>, 0x56afa6a26324 <vm_exec_core+30116>, 0x56afa6a1f140 <vm_exec_core+960>, 0x56afa6a20856 <vm_exec_core+6870>, 0x56afa6a26deb <vm_exec_core+32875>, 0x56afa6a24126 <vm_exec_core+21414>, 0x56afa6a233ab <vm_exec_core+17963>, 0x56afa6a252ba <vm_exec_core+25914>, 0x56afa6a2719d <vm_exec_core+33821>, 0x56afa6a255e2 <vm_exec_core+26722>, 0x56afa6a2649e <vm_exec_core+30494>, 0x56afa6a2656f <vm_exec_core+30703>, 0x56afa6a1fab7 <vm_exec_core+3383>, 0x56afa6a25e9a <vm_exec_core+28954>, 0x56afa6a21ee6 <vm_exec_core+12646>, 0x56afa6a260e5 <vm_exec_core+29541>, 0x56afa6a2180a <vm_exec_core+10890>, 0x56afa6a21117 <vm_exec_core+9111>, 0x56afa6a2244e <vm_exec_core+14030>, 0x56afa6a1ff4b <vm_exec_core+4555>, 0x56afa6a2663c <vm_exec_core+30908>, 0x56afa6a226ac <vm_exec_core+14636>, 0x56afa6a2223a <vm_exec_core+13498>, 0x56afa6a1f234 <vm_exec_core+1204>, 0x56afa6a1f853 <vm_exec_core+2771>, 0x56afa6a2325e <vm_exec_core+17630>, 0x56afa6a2284a <vm_exec_core+15050>, 0x56afa6a23131 <vm_exec_core+17329>, 0x56afa6a22fd3 <vm_exec_core+16979>, 0x56afa6a21e03 <vm_exec_core+12419>, 0x56afa6a22746 <vm_exec_core+14790>, 0x56afa6a2232b <vm_exec_core+13739>, 0x56afa6a22aa3 <vm_exec_core+15651>, 0x56afa6a22a28 <vm_exec_core+15528>, 0x56afa6a255a4 <vm_exec_core+26660>, 0x56afa6a21b0c <vm_exec_core+11660>, 0x56afa6a1f40e <vm_exec_core+1678>, 0x56afa6a204d0 <vm_exec_core+5968>, 0x56afa6a2578f <vm_exec_core+27151>, 0x56afa6a2018e <vm_exec_core+5134>, 0x56afa6a26c5f <vm_exec_core+32479>, 0x56afa6a246c2 <vm_exec_core+22850>, 0x56afa6a22ba7 <vm_exec_core+15911>, 0x56afa6a1f76b <vm_exec_core+2539>, 0x56afa6a25f6a <vm_exec_core+29162>, 0x56afa6a25b70 <vm_exec_core+28144>, 0x56afa6a203d1 <vm_exec_core+5713>, 0x56afa6a1fc89 <vm_exec_core+3849>, 0x56afa6a24c34 <vm_exec_core+24244>, 0x56afa6a2106b <vm_exec_core+8939>, 0x56afa6a263ed <vm_exec_core+30317>, 0x56afa6a25e1f <vm_exec_core+28831>, 0x56afa6a2192a <vm_exec_core+11178>, 0x56afa6a22b0f <vm_exec_core+15759>, 0x56afa6a247ea <vm_exec_core+23146>, 0x56afa6a25d7b <vm_exec_core+28667>, 0x56afa6a23a5c <vm_exec_core+19676>, 0x56afa6a24982 <vm_exec_core+23554>, 0x56afa6a2514e <vm_exec_core+25550>, 0x56afa6a23953 <vm_exec_core+19411>, 0x56afa6a1fbde <vm_exec_core+3678>, 0x56afa6a24219 <vm_exec_core+21657>, 0x56afa6a1f99e <vm_exec_core+3102>, 0x56afa6a1fd87 <vm_exec_core+4103>, 0x56afa6a21d57 <vm_exec_core+12247>, 0x56afa6a2369b <vm_exec_core+18715>, 0x56afa6a23ee8 <vm_exec_core+20840>, 0x56afa6a234a6 <vm_exec_core+18214>, 0x56afa6a1f687 <vm_exec_core+2311>, 0x56afa6a254cc <vm_exec_core+26444>, 0x56afa6a25a33 <vm_exec_core+27827>, 0x56afa6a1fe24 <vm_exec_core+4260>, 0x56afa6a20b09 <vm_exec_core+7561>, 0x56afa6a20476 <vm_exec_core+5878>, 0x56afa6a212be <vm_exec_core+9534>, 0x56afa6a22963 <vm_exec_core+15331>, 0x56afa6a1fecb <vm_exec_core+4427>, 0x56afa6a2521b <vm_exec_core+25755>, 0x56afa6a20a3f <vm_exec_core+7359>, 0x56afa6a225e4 <vm_exec_core+14436>, 0x56afa6a2309c <vm_exec_core+17180>, 0x56afa6a24d95 <vm_exec_core+24597>, 0x56afa6a23c5b <vm_exec_core+20187>, 0x56afa6a21367 <vm_exec_core+9703>, 0x56afa6a20d62 <vm_exec_core+8162>, 0x56afa6a24b39 <vm_exec_core+23993>, 0x56afa6a21fb3 <vm_exec_core+12851>, 0x56afa6a242eb <vm_exec_core+21867>, 0x56afa6a23dd5 <vm_exec_core+20565>, 0x56afa6a24378 <vm_exec_core+22008>, 0x56afa6a256af <vm_exec_core+26927>, 0x56afa6a23b88 <vm_exec_core+19976>, 0x56afa6a24ea8 <vm_exec_core+24872>, 0x56afa6a21630 <vm_exec_core+10416>, 0x56afa6a24a4f <vm_exec_core+23759>, 0x56afa6a21756 <vm_exec_core+10710>, 0x56afa6a2389f <vm_exec_core+19231>, 0x56afa6a23b88 <vm_exec_core+19976>, 0x56afa6a22f0b <vm_exec_core+16779>, 0x56afa6a23563 <vm_exec_core+18403>, 0x56afa6a219bd <vm_exec_core+11325>, 0x56afa6a20e86 <vm_exec_core+8454>, 0x56afa6a24446 <vm_exec_core+22214>, 0x56afa6a1ffd6 <vm_exec_core+4694>, 0x56afa6a22d0f <vm_exec_core+16271>, 0x56afa6a2df19 <vm_exec_core+61849>, 0x56afa6a23b9c <vm_exec_core+19996>, 0x56afa6a20071 <vm_exec_core+4849>, 0x56afa6a20922 <vm_exec_core+7074>, 0x56afa6a2073b <vm_exec_core+6587>, 0x56afa6a20bfb <vm_exec_core+7803>, 0x56afa6a21486 <vm_exec_core+9990>, 0x56afa6a233a6 <vm_exec_core+17958>, 0x56afa6a22d05 <vm_exec_core+16261>, 0x56afa6a233a1 <vm_exec_core+17953>, 0x56afa6a23b48 <vm_exec_core+19912>, 0x56afa6a23b08 <vm_exec_core+19848>, 0x56afa6a20bf6 <vm_exec_core+7798>, 0x56afa6a23eac <vm_exec_core+20780>, 0x56afa6a22230 <vm_exec_core+13488>, 0x56afa6a22235 <vm_exec_core+13493>, 0x56afa6a23b03 <vm_exec_core+19843>, 0x56afa6a23696 <vm_exec_core+18710>...}
        reg_cfp = 0x7407a4bff3a0
        reg_pc = 0x52300000b0f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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>
th: 0x515000000300, native_id: 0x7407a79d9c40
-- Control frame information -----------------------------------------------
c:0021 p:---- s:0128 e:000127 CFUNC  :select
        INSN_LABEL_trace_opt_length = <optimized out>
c:0020 p:0255 s:0120 e:000119 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:697
c:0019 p:0039 s:0101 e:000100 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:825
        INSN_LABEL_trace_opt_size = <optimized out>
c:0018 p:0008 s:0094 e:000093 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:864
c:0017 p:0130 s:0087 e:000086 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1610
c:0016 p:0016 s:0074 e:000073 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1305
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
c:0015 p:0005 s:0069 e:000068 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1775
c:0014 p:0006 s:0065 e:000064 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1762 [FINISH]
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#12 0x000056afa6a1b4b9 in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
No locals.
#13 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2628
        _ec = 0x5160000003d0
        _tag = <optimized out>
c:0013 p:---- s:0061 e:000060 CFUNC  :each
        state = RUBY_TAG_NONE
        result = <optimized out>
c:0012 p:0042 s:0057 e:000056 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1761
c:0011 p:0013 s:0052 e:000051 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1805
#14 0x000056afa6aa64e2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x7407a4bff578, self=127576216760480, 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:1655
        flags = 0
        iseq = 0x7407a71253e0
        cfp = <optimized out>
        sp = 0x7407a4aff9e8
        use_argv = 0x7407a5521660
c:0010 p:0008 s:0047 e:000046 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1052
c:0009 p:0008 s:0041 e:000040 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:897
        stack_argv = 0x7407a4aff9e8
        opt_pc = 0
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:1289
        type = <optimized out>
        av = <optimized out>
c:0006 p:0032 s:0025 e:000024 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1889
        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:1669
        captured = 0x7407a4bff578
c:0005 p:0020 s:0021 e:000020 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1893
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
#16 0x000056afa6a4aa18 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:1706
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:001de0 DUMMY  [FINISH]
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:1714
No locals.
#18 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#19 0x000056afa6a4aa18 in rb_yield (val=<optimized out>)
No locals.
#20 0x000056afa6bff5da in rb_ary_each (ary=127576210917040) at /tmp/ruby/src/trunk_asan/array.c:2646
        i = 0
#21 0x000056afa6a86bf8 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:3771
        ci = 0xc0100000001
        cc = <optimized out>
        me = 0x7407a75b04a0
        cfunc = 0x50600001e9e8
        recv = 127576210917040
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#22 0x000056afa6a2703a in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7407a4bff560, cd=0x51100000db80, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = <optimized out>, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#23 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51100000db80
        insns_address_table = {0x56afa6a255b3 <vm_exec_core+26675>, 0x56afa6a21b1b <vm_exec_core+11675>, 0x56afa6a1f41d <vm_exec_core+1693>, 0x56afa6a204df <vm_exec_core+5983>, 0x56afa6a2579e <vm_exec_core+27166>, 0x56afa6a2019d <vm_exec_core+5149>, 0x56afa6a26c6e <vm_exec_core+32494>, 0x56afa6a246d1 <vm_exec_core+22865>, 0x56afa6a22bb6 <vm_exec_core+15926>, 0x56afa6a1f77a <vm_exec_core+2554>, 0x56afa6a25f79 <vm_exec_core+29177>, 0x56afa6a25b7f <vm_exec_core+28159>, 0x56afa6a203e0 <vm_exec_core+5728>, 0x56afa6a1fc98 <vm_exec_core+3864>, 0x56afa6a24c43 <vm_exec_core+24259>, 0x56afa6a2107a <vm_exec_core+8954>, 0x56afa6a263fc <vm_exec_core+30332>, 0x56afa6a25e2e <vm_exec_core+28846>, 0x56afa6a21939 <vm_exec_core+11193>, 0x56afa6a22b1e <vm_exec_core+15774>, 0x56afa6a247f9 <vm_exec_core+23161>, 0x56afa6a25d8a <vm_exec_core+28682>, 0x56afa6a23a6b <vm_exec_core+19691>, 0x56afa6a24991 <vm_exec_core+23569>, 0x56afa6a2515d <vm_exec_core+25565>, 0x56afa6a23962 <vm_exec_core+19426>, 0x56afa6a1fbed <vm_exec_core+3693>, 0x56afa6a24228 <vm_exec_core+21672>, 0x56afa6a1f9ad <vm_exec_core+3117>, 0x56afa6a1fd96 <vm_exec_core+4118>, 0x56afa6a21d66 <vm_exec_core+12262>, 0x56afa6a236aa <vm_exec_core+18730>, 0x56afa6a23ef7 <vm_exec_core+20855>, 0x56afa6a234b5 <vm_exec_core+18229>, 0x56afa6a1f696 <vm_exec_core+2326>, 0x56afa6a254db <vm_exec_core+26459>, 0x56afa6a25a42 <vm_exec_core+27842>, 0x56afa6a1fe33 <vm_exec_core+4275>, 0x56afa6a20b18 <vm_exec_core+7576>, 0x56afa6a20485 <vm_exec_core+5893>, 0x56afa6a212cd <vm_exec_core+9549>, 0x56afa6a22972 <vm_exec_core+15346>, 0x56afa6a1feda <vm_exec_core+4442>, 0x56afa6a2522a <vm_exec_core+25770>, 0x56afa6a20a4e <vm_exec_core+7374>, 0x56afa6a225f3 <vm_exec_core+14451>, 0x56afa6a230ab <vm_exec_core+17195>, 0x56afa6a24da4 <vm_exec_core+24612>, 0x56afa6a23c6a <vm_exec_core+20202>, 0x56afa6a21376 <vm_exec_core+9718>, 0x56afa6a20d71 <vm_exec_core+8177>, 0x56afa6a24b48 <vm_exec_core+24008>, 0x56afa6a21fc2 <vm_exec_core+12866>, 0x56afa6a242fa <vm_exec_core+21882>, 0x56afa6a23de4 <vm_exec_core+20580>, 0x56afa6a24387 <vm_exec_core+22023>, 0x56afa6a256be <vm_exec_core+26942>, 0x56afa6a1f13b <vm_exec_core+955>, 0x56afa6a24eb7 <vm_exec_core+24887>, 0x56afa6a2163f <vm_exec_core+10431>, 0x56afa6a24a5e <vm_exec_core+23774>, 0x56afa6a21765 <vm_exec_core+10725>, 0x56afa6a238ae <vm_exec_core+19246>, 0x56afa6a266c7 <vm_exec_core+31047>, 0x56afa6a22f1a <vm_exec_core+16794>, 0x56afa6a23572 <vm_exec_core+18418>, 0x56afa6a219cc <vm_exec_core+11340>, 0x56afa6a20e95 <vm_exec_core+8469>, 0x56afa6a24455 <vm_exec_core+22229>, 0x56afa6a1ffe5 <vm_exec_core+4709>, 0x56afa6a22d1e <vm_exec_core+16286>, 0x56afa6a2df28 <vm_exec_core+61864>, 0x56afa6a23bab <vm_exec_core+20011>, 0x56afa6a20080 <vm_exec_core+4864>, 0x56afa6a20931 <vm_exec_core+7089>, 0x56afa6a2074a <vm_exec_core+6602>, 0x56afa6a20c0a <vm_exec_core+7818>, 0x56afa6a21495 <vm_exec_core+10005>, 0x56afa6a26324 <vm_exec_core+30116>, 0x56afa6a1f140 <vm_exec_core+960>, 0x56afa6a20856 <vm_exec_core+6870>, 0x56afa6a26deb <vm_exec_core+32875>, 0x56afa6a24126 <vm_exec_core+21414>, 0x56afa6a233ab <vm_exec_core+17963>, 0x56afa6a252ba <vm_exec_core+25914>, 0x56afa6a2719d <vm_exec_core+33821>, 0x56afa6a255e2 <vm_exec_core+26722>, 0x56afa6a2649e <vm_exec_core+30494>, 0x56afa6a2656f <vm_exec_core+30703>, 0x56afa6a1fab7 <vm_exec_core+3383>, 0x56afa6a25e9a <vm_exec_core+28954>, 0x56afa6a21ee6 <vm_exec_core+12646>, 0x56afa6a260e5 <vm_exec_core+29541>, 0x56afa6a2180a <vm_exec_core+10890>, 0x56afa6a21117 <vm_exec_core+9111>, 0x56afa6a2244e <vm_exec_core+14030>, 0x56afa6a1ff4b <vm_exec_core+4555>, 0x56afa6a2663c <vm_exec_core+30908>, 0x56afa6a226ac <vm_exec_core+14636>, 0x56afa6a2223a <vm_exec_core+13498>, 0x56afa6a1f234 <vm_exec_core+1204>, 0x56afa6a1f853 <vm_exec_core+2771>, 0x56afa6a2325e <vm_exec_core+17630>, 0x56afa6a2284a <vm_exec_core+15050>, 0x56afa6a23131 <vm_exec_core+17329>, 0x56afa6a22fd3 <vm_exec_core+16979>, 0x56afa6a21e03 <vm_exec_core+12419>, 0x56afa6a22746 <vm_exec_core+14790>, 0x56afa6a2232b <vm_exec_core+13739>, 0x56afa6a22aa3 <vm_exec_core+15651>, 0x56afa6a22a28 <vm_exec_core+15528>, 0x56afa6a255a4 <vm_exec_core+26660>, 0x56afa6a21b0c <vm_exec_core+11660>, 0x56afa6a1f40e <vm_exec_core+1678>, 0x56afa6a204d0 <vm_exec_core+5968>, 0x56afa6a2578f <vm_exec_core+27151>, 0x56afa6a2018e <vm_exec_core+5134>, 0x56afa6a26c5f <vm_exec_core+32479>, 0x56afa6a246c2 <vm_exec_core+22850>, 0x56afa6a22ba7 <vm_exec_core+15911>, 0x56afa6a1f76b <vm_exec_core+2539>, 0x56afa6a25f6a <vm_exec_core+29162>, 0x56afa6a25b70 <vm_exec_core+28144>, 0x56afa6a203d1 <vm_exec_core+5713>, 0x56afa6a1fc89 <vm_exec_core+3849>, 0x56afa6a24c34 <vm_exec_core+24244>, 0x56afa6a2106b <vm_exec_core+8939>, 0x56afa6a263ed <vm_exec_core+30317>, 0x56afa6a25e1f <vm_exec_core+28831>, 0x56afa6a2192a <vm_exec_core+11178>, 0x56afa6a22b0f <vm_exec_core+15759>, 0x56afa6a247ea <vm_exec_core+23146>, 0x56afa6a25d7b <vm_exec_core+28667>, 0x56afa6a23a5c <vm_exec_core+19676>, 0x56afa6a24982 <vm_exec_core+23554>, 0x56afa6a2514e <vm_exec_core+25550>, 0x56afa6a23953 <vm_exec_core+19411>, 0x56afa6a1fbde <vm_exec_core+3678>, 0x56afa6a24219 <vm_exec_core+21657>, 0x56afa6a1f99e <vm_exec_core+3102>, 0x56afa6a1fd87 <vm_exec_core+4103>, 0x56afa6a21d57 <vm_exec_core+12247>, 0x56afa6a2369b <vm_exec_core+18715>, 0x56afa6a23ee8 <vm_exec_core+20840>, 0x56afa6a234a6 <vm_exec_core+18214>, 0x56afa6a1f687 <vm_exec_core+2311>, 0x56afa6a254cc <vm_exec_core+26444>, 0x56afa6a25a33 <vm_exec_core+27827>, 0x56afa6a1fe24 <vm_exec_core+4260>, 0x56afa6a20b09 <vm_exec_core+7561>, 0x56afa6a20476 <vm_exec_core+5878>, 0x56afa6a212be <vm_exec_core+9534>, 0x56afa6a22963 <vm_exec_core+15331>, 0x56afa6a1fecb <vm_exec_core+4427>, 0x56afa6a2521b <vm_exec_core+25755>, 0x56afa6a20a3f <vm_exec_core+7359>, 0x56afa6a225e4 <vm_exec_core+14436>, 0x56afa6a2309c <vm_exec_core+17180>, 0x56afa6a24d95 <vm_exec_core+24597>, 0x56afa6a23c5b <vm_exec_core+20187>, 0x56afa6a21367 <vm_exec_core+9703>, 0x56afa6a20d62 <vm_exec_core+8162>, 0x56afa6a24b39 <vm_exec_core+23993>, 0x56afa6a21fb3 <vm_exec_core+12851>, 0x56afa6a242eb <vm_exec_core+21867>, 0x56afa6a23dd5 <vm_exec_core+20565>, 0x56afa6a24378 <vm_exec_core+22008>, 0x56afa6a256af <vm_exec_core+26927>, 0x56afa6a23b88 <vm_exec_core+19976>, 0x56afa6a24ea8 <vm_exec_core+24872>, 0x56afa6a21630 <vm_exec_core+10416>, 0x56afa6a24a4f <vm_exec_core+23759>, 0x56afa6a21756 <vm_exec_core+10710>, 0x56afa6a2389f <vm_exec_core+19231>, 0x56afa6a23b88 <vm_exec_core+19976>, 0x56afa6a22f0b <vm_exec_core+16779>, 0x56afa6a23563 <vm_exec_core+18403>, 0x56afa6a219bd <vm_exec_core+11325>, 0x56afa6a20e86 <vm_exec_core+8454>, 0x56afa6a24446 <vm_exec_core+22214>, 0x56afa6a1ffd6 <vm_exec_core+4694>, 0x56afa6a22d0f <vm_exec_core+16271>, 0x56afa6a2df19 <vm_exec_core+61849>, 0x56afa6a23b9c <vm_exec_core+19996>, 0x56afa6a20071 <vm_exec_core+4849>, 0x56afa6a20922 <vm_exec_core+7074>, 0x56afa6a2073b <vm_exec_core+6587>, 0x56afa6a20bfb <vm_exec_core+7803>, 0x56afa6a21486 <vm_exec_core+9990>, 0x56afa6a233a6 <vm_exec_core+17958>, 0x56afa6a22d05 <vm_exec_core+16261>, 0x56afa6a233a1 <vm_exec_core+17953>, 0x56afa6a23b48 <vm_exec_core+19912>, 0x56afa6a23b08 <vm_exec_core+19848>, 0x56afa6a20bf6 <vm_exec_core+7798>, 0x56afa6a23eac <vm_exec_core+20780>, 0x56afa6a22230 <vm_exec_core+13488>, 0x56afa6a22235 <vm_exec_core+13493>, 0x56afa6a23b03 <vm_exec_core+19843>, 0x56afa6a23696 <vm_exec_core+18710>...}
        reg_cfp = 0x7407a4bff560
        reg_pc = 0x51500001a5d0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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 0x000056afa6a1b6eb in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
No locals.
#25 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2631
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#26 0x000056afa6a60c5b in rb_iseq_eval (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2882
        ec = 0x5160000003d0
        val = <optimized out>
#27 0x000056afa67782fc in load_iseq_eval (ec=0x5160000003d0, fname=fname@entry=127576216936040) at /tmp/ruby/src/trunk_asan/load.c:871
        vm_ns_v = <optimized out>
        loading_ns = 0x0
        iseq = 0x7407a7179d50
        vm_ns = <optimized out>
#28 0x000056afa67716eb in require_internal (ec=ec@entry=0x5160000003d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1450
        arg = <optimized out>
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        saved = <optimized out>
        vm_ns_v = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = <optimized out>
        realpath_map = 127576221350400
        path = 127576216936040
        saved_path = <optimized out>
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        vm_ns = <optimized out>
        reset_ext_config = <optimized out>
#29 0x000056afa676efa4 in rb_require_string_internal (fname=127576216936080, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1565
        result = <optimized out>
        ec = 0x5160000003d0
        result = <optimized out>
#30 rb_require_relative_entrypoint (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1159
        base = <optimized out>
#31 0x000056afa6a86bf8 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:3771
        ci = 0x58e100140003
        cc = <optimized out>
        me = 0x7407a7179ee0
        cfunc = 0x506000037348
        recv = 127576221404440
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#32 0x000056afa6a6c8b3 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffef5bb9240) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4750
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#33 0x000056afa6a6c355 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4890
        ci = <optimized out>
        cc = 0x0
#34 0x000056afa6a2c2fc in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7407a4bff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5969
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#35 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x56afa6a255b3 <vm_exec_core+26675>, 0x56afa6a21b1b <vm_exec_core+11675>, 0x56afa6a1f41d <vm_exec_core+1693>, 0x56afa6a204df <vm_exec_core+5983>, 0x56afa6a2579e <vm_exec_core+27166>, 0x56afa6a2019d <vm_exec_core+5149>, 0x56afa6a26c6e <vm_exec_core+32494>, 0x56afa6a246d1 <vm_exec_core+22865>, 0x56afa6a22bb6 <vm_exec_core+15926>, 0x56afa6a1f77a <vm_exec_core+2554>, 0x56afa6a25f79 <vm_exec_core+29177>, 0x56afa6a25b7f <vm_exec_core+28159>, 0x56afa6a203e0 <vm_exec_core+5728>, 0x56afa6a1fc98 <vm_exec_core+3864>, 0x56afa6a24c43 <vm_exec_core+24259>, 0x56afa6a2107a <vm_exec_core+8954>, 0x56afa6a263fc <vm_exec_core+30332>, 0x56afa6a25e2e <vm_exec_core+28846>, 0x56afa6a21939 <vm_exec_core+11193>, 0x56afa6a22b1e <vm_exec_core+15774>, 0x56afa6a247f9 <vm_exec_core+23161>, 0x56afa6a25d8a <vm_exec_core+28682>, 0x56afa6a23a6b <vm_exec_core+19691>, 0x56afa6a24991 <vm_exec_core+23569>, 0x56afa6a2515d <vm_exec_core+25565>, 0x56afa6a23962 <vm_exec_core+19426>, 0x56afa6a1fbed <vm_exec_core+3693>, 0x56afa6a24228 <vm_exec_core+21672>, 0x56afa6a1f9ad <vm_exec_core+3117>, 0x56afa6a1fd96 <vm_exec_core+4118>, 0x56afa6a21d66 <vm_exec_core+12262>, 0x56afa6a236aa <vm_exec_core+18730>, 0x56afa6a23ef7 <vm_exec_core+20855>, 0x56afa6a234b5 <vm_exec_core+18229>, 0x56afa6a1f696 <vm_exec_core+2326>, 0x56afa6a254db <vm_exec_core+26459>, 0x56afa6a25a42 <vm_exec_core+27842>, 0x56afa6a1fe33 <vm_exec_core+4275>, 0x56afa6a20b18 <vm_exec_core+7576>, 0x56afa6a20485 <vm_exec_core+5893>, 0x56afa6a212cd <vm_exec_core+9549>, 0x56afa6a22972 <vm_exec_core+15346>, 0x56afa6a1feda <vm_exec_core+4442>, 0x56afa6a2522a <vm_exec_core+25770>, 0x56afa6a20a4e <vm_exec_core+7374>, 0x56afa6a225f3 <vm_exec_core+14451>, 0x56afa6a230ab <vm_exec_core+17195>, 0x56afa6a24da4 <vm_exec_core+24612>, 0x56afa6a23c6a <vm_exec_core+20202>, 0x56afa6a21376 <vm_exec_core+9718>, 0x56afa6a20d71 <vm_exec_core+8177>, 0x56afa6a24b48 <vm_exec_core+24008>, 0x56afa6a21fc2 <vm_exec_core+12866>, 0x56afa6a242fa <vm_exec_core+21882>, 0x56afa6a23de4 <vm_exec_core+20580>, 0x56afa6a24387 <vm_exec_core+22023>, 0x56afa6a256be <vm_exec_core+26942>, 0x56afa6a1f13b <vm_exec_core+955>, 0x56afa6a24eb7 <vm_exec_core+24887>, 0x56afa6a2163f <vm_exec_core+10431>, 0x56afa6a24a5e <vm_exec_core+23774>, 0x56afa6a21765 <vm_exec_core+10725>, 0x56afa6a238ae <vm_exec_core+19246>, 0x56afa6a266c7 <vm_exec_core+31047>, 0x56afa6a22f1a <vm_exec_core+16794>, 0x56afa6a23572 <vm_exec_core+18418>, 0x56afa6a219cc <vm_exec_core+11340>, 0x56afa6a20e95 <vm_exec_core+8469>, 0x56afa6a24455 <vm_exec_core+22229>, 0x56afa6a1ffe5 <vm_exec_core+4709>, 0x56afa6a22d1e <vm_exec_core+16286>, 0x56afa6a2df28 <vm_exec_core+61864>, 0x56afa6a23bab <vm_exec_core+20011>, 0x56afa6a20080 <vm_exec_core+4864>, 0x56afa6a20931 <vm_exec_core+7089>, 0x56afa6a2074a <vm_exec_core+6602>, 0x56afa6a20c0a <vm_exec_core+7818>, 0x56afa6a21495 <vm_exec_core+10005>, 0x56afa6a26324 <vm_exec_core+30116>, 0x56afa6a1f140 <vm_exec_core+960>, 0x56afa6a20856 <vm_exec_core+6870>, 0x56afa6a26deb <vm_exec_core+32875>, 0x56afa6a24126 <vm_exec_core+21414>, 0x56afa6a233ab <vm_exec_core+17963>, 0x56afa6a252ba <vm_exec_core+25914>, 0x56afa6a2719d <vm_exec_core+33821>, 0x56afa6a255e2 <vm_exec_core+26722>, 0x56afa6a2649e <vm_exec_core+30494>, 0x56afa6a2656f <vm_exec_core+30703>, 0x56afa6a1fab7 <vm_exec_core+3383>, 0x56afa6a25e9a <vm_exec_core+28954>, 0x56afa6a21ee6 <vm_exec_core+12646>, 0x56afa6a260e5 <vm_exec_core+29541>, 0x56afa6a2180a <vm_exec_core+10890>, 0x56afa6a21117 <vm_exec_core+9111>, 0x56afa6a2244e <vm_exec_core+14030>, 0x56afa6a1ff4b <vm_exec_core+4555>, 0x56afa6a2663c <vm_exec_core+30908>, 0x56afa6a226ac <vm_exec_core+14636>, 0x56afa6a2223a <vm_exec_core+13498>, 0x56afa6a1f234 <vm_exec_core+1204>, 0x56afa6a1f853 <vm_exec_core+2771>, 0x56afa6a2325e <vm_exec_core+17630>, 0x56afa6a2284a <vm_exec_core+15050>, 0x56afa6a23131 <vm_exec_core+17329>, 0x56afa6a22fd3 <vm_exec_core+16979>, 0x56afa6a21e03 <vm_exec_core+12419>, 0x56afa6a22746 <vm_exec_core+14790>, 0x56afa6a2232b <vm_exec_core+13739>, 0x56afa6a22aa3 <vm_exec_core+15651>, 0x56afa6a22a28 <vm_exec_core+15528>, 0x56afa6a255a4 <vm_exec_core+26660>, 0x56afa6a21b0c <vm_exec_core+11660>, 0x56afa6a1f40e <vm_exec_core+1678>, 0x56afa6a204d0 <vm_exec_core+5968>, 0x56afa6a2578f <vm_exec_core+27151>, 0x56afa6a2018e <vm_exec_core+5134>, 0x56afa6a26c5f <vm_exec_core+32479>, 0x56afa6a246c2 <vm_exec_core+22850>, 0x56afa6a22ba7 <vm_exec_core+15911>, 0x56afa6a1f76b <vm_exec_core+2539>, 0x56afa6a25f6a <vm_exec_core+29162>, 0x56afa6a25b70 <vm_exec_core+28144>, 0x56afa6a203d1 <vm_exec_core+5713>, 0x56afa6a1fc89 <vm_exec_core+3849>, 0x56afa6a24c34 <vm_exec_core+24244>, 0x56afa6a2106b <vm_exec_core+8939>, 0x56afa6a263ed <vm_exec_core+30317>, 0x56afa6a25e1f <vm_exec_core+28831>, 0x56afa6a2192a <vm_exec_core+11178>, 0x56afa6a22b0f <vm_exec_core+15759>, 0x56afa6a247ea <vm_exec_core+23146>, 0x56afa6a25d7b <vm_exec_core+28667>, 0x56afa6a23a5c <vm_exec_core+19676>, 0x56afa6a24982 <vm_exec_core+23554>, 0x56afa6a2514e <vm_exec_core+25550>, 0x56afa6a23953 <vm_exec_core+19411>, 0x56afa6a1fbde <vm_exec_core+3678>, 0x56afa6a24219 <vm_exec_core+21657>, 0x56afa6a1f99e <vm_exec_core+3102>, 0x56afa6a1fd87 <vm_exec_core+4103>, 0x56afa6a21d57 <vm_exec_core+12247>, 0x56afa6a2369b <vm_exec_core+18715>, 0x56afa6a23ee8 <vm_exec_core+20840>, 0x56afa6a234a6 <vm_exec_core+18214>, 0x56afa6a1f687 <vm_exec_core+2311>, 0x56afa6a254cc <vm_exec_core+26444>, 0x56afa6a25a33 <vm_exec_core+27827>, 0x56afa6a1fe24 <vm_exec_core+4260>, 0x56afa6a20b09 <vm_exec_core+7561>, 0x56afa6a20476 <vm_exec_core+5878>, 0x56afa6a212be <vm_exec_core+9534>, 0x56afa6a22963 <vm_exec_core+15331>, 0x56afa6a1fecb <vm_exec_core+4427>, 0x56afa6a2521b <vm_exec_core+25755>, 0x56afa6a20a3f <vm_exec_core+7359>, 0x56afa6a225e4 <vm_exec_core+14436>, 0x56afa6a2309c <vm_exec_core+17180>, 0x56afa6a24d95 <vm_exec_core+24597>, 0x56afa6a23c5b <vm_exec_core+20187>, 0x56afa6a21367 <vm_exec_core+9703>, 0x56afa6a20d62 <vm_exec_core+8162>, 0x56afa6a24b39 <vm_exec_core+23993>, 0x56afa6a21fb3 <vm_exec_core+12851>, 0x56afa6a242eb <vm_exec_core+21867>, 0x56afa6a23dd5 <vm_exec_core+20565>, 0x56afa6a24378 <vm_exec_core+22008>, 0x56afa6a256af <vm_exec_core+26927>, 0x56afa6a23b88 <vm_exec_core+19976>, 0x56afa6a24ea8 <vm_exec_core+24872>, 0x56afa6a21630 <vm_exec_core+10416>, 0x56afa6a24a4f <vm_exec_core+23759>, 0x56afa6a21756 <vm_exec_core+10710>, 0x56afa6a2389f <vm_exec_core+19231>, 0x56afa6a23b88 <vm_exec_core+19976>, 0x56afa6a22f0b <vm_exec_core+16779>, 0x56afa6a23563 <vm_exec_core+18403>, 0x56afa6a219bd <vm_exec_core+11325>, 0x56afa6a20e86 <vm_exec_core+8454>, 0x56afa6a24446 <vm_exec_core+22214>, 0x56afa6a1ffd6 <vm_exec_core+4694>, 0x56afa6a22d0f <vm_exec_core+16271>, 0x56afa6a2df19 <vm_exec_core+61849>, 0x56afa6a23b9c <vm_exec_core+19996>, 0x56afa6a20071 <vm_exec_core+4849>, 0x56afa6a20922 <vm_exec_core+7074>, 0x56afa6a2073b <vm_exec_core+6587>, 0x56afa6a20bfb <vm_exec_core+7803>, 0x56afa6a21486 <vm_exec_core+9990>, 0x56afa6a233a6 <vm_exec_core+17958>, 0x56afa6a22d05 <vm_exec_core+16261>, 0x56afa6a233a1 <vm_exec_core+17953>, 0x56afa6a23b48 <vm_exec_core+19912>, 0x56afa6a23b08 <vm_exec_core+19848>, 0x56afa6a20bf6 <vm_exec_core+7798>, 0x56afa6a23eac <vm_exec_core+20780>, 0x56afa6a22230 <vm_exec_core+13488>, 0x56afa6a22235 <vm_exec_core+13493>, 0x56afa6a23b03 <vm_exec_core+19843>, 0x56afa6a23696 <vm_exec_core+18710>...}
        reg_cfp = 0x7407a4bff790
        reg_pc = 0x504000005138
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_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>
#36 0x000056afa6a1b2fb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7ffef5bb9640, <optimized out>, <optimized out>}, prev = 0x7407a567da50, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#37 0x000056afa6a617c8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2905
        ec = 0x5160000003d0
        val = <optimized out>
#38 0x000056afa6662d95 in rb_ec_exec_node (ec=0x5160000003d0, n=0x7407a7179f80) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffef5bb9850, <optimized out>, 0x7ffef5bb97a0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7407a7179f80
#39 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000003d0
        status = <optimized out>
#40 0x000056afa665bc37 in rb_main (argc=9, argv=0x7ffef5bb9a28) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#41 main (argc=9, argv=0x7ffef5bb9a28) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
running file: /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb
[Inferior 1 (process 2411369) detached]

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

Children under /tmp/rubytest.nfzfbr:
* drwx------ 2 60 2025-06-04 07:52:36 +0000 autoload20250604-2411385-xx6ueb/
  * -rw-r--r-- 1 37 2025-06-04 07:52:36 +0000 test-bug-11055.rb
$ timeout 60 gdb -p 2411034 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:975: 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 2411033 -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 2883199 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/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.2.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.2.1/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.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ruby 3.5.0dev (2025-06-04T06:31:40Z master 9fddb8d954) +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 36.892606 seconds

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