# Logfile created on 2024-11-12 22:23:55 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007712739efdc0 @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.20241112-222355", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007712753ff940 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007712753ff698 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000771273939f70 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20241112-222355", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20241112-222355>, @binmode=false, @mon_data=#<Monitor:0x00007712753ff3c8>, @mon_data_owner_object_id=880>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk_asan
Cloning into 'trunk_asan'...
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk_asan" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /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'
checking for ruby... /usr/bin/ruby
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 stdio.h... (cached) 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 off_t... (cached) yes
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__deprecated__(msg))) in C++... yes
checking for std::nullptr_t... yes
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... __attribute__ ((__cdecl__)) x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... x
checking for FUNC_MINIMIZED function attribute... x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for clang-17 options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for uid_t in sys/types.h... (cached) yes
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 pid_t... (cached) yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) 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 daemon... (cached) no
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchdir... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for malloc_trim... yes
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for snprintf... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for system... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for tzset... yes
checking for umask... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking for statx... yes
checking if getcwd allocates buffer if NULL is given... no
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
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 shared GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.4.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.4.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 shared 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
   * RJIT support:        yes
   * man page type:       doc
   * BASERUBY -v:         ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \
                          [x86_64-linux-gnu]

---
$$$[end] "/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'" exit with 0.
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.25.1...
Downloading bundled gem power_assert-2.0.4...
Downloading bundled gem rake-13.2.1...
Downloading bundled gem test-unit-3.6.2...
Downloading bundled gem rexml-3.3.9...
Downloading bundled gem rss-0.3.1...
Downloading bundled gem net-ftp-0.3.8...
Downloading bundled gem net-imap-0.5.1...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.5.0...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem rbs-3.6.1...
Downloading bundled gem racc-1.8.1...
Downloading bundled gem mutex_m-0.2.0...
Downloading bundled gem getoptlong-0.2.1...
Downloading bundled gem base64-0.2.0...
Downloading bundled gem bigdecimal-3.1.8...
Downloading bundled gem observer-0.1.2...
Downloading bundled gem abbrev-0.1.2...
Downloading bundled gem resolv-replace-0.1.1...
Downloading bundled gem rinda-0.2.0...
Downloading bundled gem drb-2.2.1...
Downloading bundled gem nkf-0.2.0...
Downloading bundled gem syslog-0.1.2...
Downloading bundled gem csv-3.3.0...
Downloading bundled gem repl_type_completor-0.1.7...
/usr/bin/mkdir -p /tmp/ruby/src/trunk_asan/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk_asan/gems/src
Cloning https://github.com/ruby/typeprof
Cloning into '/tmp/ruby/src/trunk_asan/gems/src/typeprof'...
Cloning into '/tmp/ruby/src/trunk_asan/gems/src/debug'...
Cloning https://github.com/ruby/debug
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision updated
Building debug@9c4279598e9e0376657b3813bf76a206f1f97beb to /tmp/ruby/src/trunk_asan/gems/debug-1.9.2.gem
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
  Successfully built RubyGem
  Name: debug
  Version: 1.9.2
  File: debug-1.9.2.gem
From https://github.com/ruby/typeprof
 * branch            167263ca3a634b61df0445f1a6b3e259a5d47f94 -> FETCH_HEAD
HEAD is now at 167263c Add typeprof.gemspec
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision updated
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
Already up to date.
Latest commit hash = ee1cd1656f
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
generating vm_call_iseq_optimized.inc
/usr/bin/mkdir -p /tmp/ruby/src/trunk_asan/enc/jis
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk_asan/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk_asan/probes.d > probes.dmyh
+ cp /tmp/ruby/src/trunk_asan/enc/jis/props.h.blt /tmp/ruby/src/trunk_asan/enc/jis/props.h
id.h updated
known_errors.inc updated
vm_call_iseq_optimized.inc updated
/tmp/ruby/src/trunk_asan/revision.h updated
generating /tmp/ruby/src/trunk_asan/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating id.c
making /tmp/ruby/src/trunk_asan/ast.rbinc
making /tmp/ruby/src/trunk_asan/dir.rbinc
making /tmp/ruby/src/trunk_asan/gc.rbinc
making /tmp/ruby/src/trunk_asan/numeric.rbinc
making /tmp/ruby/src/trunk_asan/io.rbinc
making /tmp/ruby/src/trunk_asan/marshal.rbinc
making /tmp/ruby/src/trunk_asan/rjit.rbinc
id.c updated
making /tmp/ruby/src/trunk_asan/rjit_c.rbinc
making /tmp/ruby/src/trunk_asan/pack.rbinc
making /tmp/ruby/src/trunk_asan/warning.rbinc
making /tmp/ruby/src/trunk_asan/trace_point.rbinc
making /tmp/ruby/src/trunk_asan/array.rbinc
making /tmp/ruby/src/trunk_asan/hash.rbinc
making /tmp/ruby/src/trunk_asan/kernel.rbinc
making /tmp/ruby/src/trunk_asan/ractor.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk_asan/symbol.rbinc
making /tmp/ruby/src/trunk_asan/timev.rbinc
making /tmp/ruby/src/trunk_asan/thread_sync.rbinc
making /tmp/ruby/src/trunk_asan/nilclass.rbinc
making /tmp/ruby/src/trunk_asan/prelude.rbinc
making /tmp/ruby/src/trunk_asan/gem_prelude.rbinc
making /tmp/ruby/src/trunk_asan/yjit.rbinc
making /tmp/ruby/src/trunk_asan/yjit_hook.rbinc
generating /tmp/ruby/src/trunk_asan/ext/ripper/ripper.c
generating /tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof/limits.c
extracting ripper.y from ../../parse.y
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof'
generating eventids1.c from ../../parse.y
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/socket'
generating constant definitions
generating miniprelude.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/etc'
generating constant definitions
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
generating x86_64-linux-fake.rb
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/etc'
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/rbconfig/sizeof'
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/socket'
x86_64-linux-fake.rb updated
miniprelude.c updated
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
/bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
generating table from enc/trans/big5.c
generating table from enc/trans/cesu_8.c
generating table from enc/trans/chinese.c
generating table from enc/trans/ebcdic.c
generating table from enc/trans/emoji.c
generating table from enc/trans/emoji_iso2022_kddi.c
generating table from enc/trans/emoji_sjis_docomo.c
generating table from enc/trans/emoji_sjis_kddi.c
generating table from enc/trans/emoji_sjis_softbank.c
generating table from enc/trans/escape.c
generating table from enc/trans/gb18030.c
generating table from enc/trans/gbk.c
generating table from enc/trans/iso2022.c
generating table from enc/trans/japanese.c
generating enc/trans/cesu_8.c ...
generating enc/trans/escape.c ...
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
generating table from enc/trans/japanese_sjis.c
generating enc/trans/ebcdic.c ...
generating table from enc/trans/korean.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/single_byte.c
generating table from enc/trans/utf8_mac.c
generating enc/trans/emoji.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating enc/trans/single_byte.c ...
generating enc/trans/emoji_iso2022_kddi.c ...
generating enc/trans/emoji_sjis_docomo.c ...
generating enc/trans/emoji_sjis_softbank.c ...
generating enc/trans/emoji_sjis_kddi.c ...
generating enc/trans/gbk.c ...
generating enc/trans/chinese.c ...
generating enc/trans/japanese_sjis.c ...
generating enc/trans/korean.c ...
generating enc/trans/utf8_mac.c ...
generating enc/trans/gb18030.c ...
generating enc/trans/japanese_euc.c ...
generating enc/trans/big5.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper'
/usr/bin/mkdir -p /tmp/ruby/src/trunk_asan/.bundle/gems
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
Extracting bundle gem minitest-5.25.1...
Extracting bundle gem power_assert-2.0.4...
Extracting bundle gem rake-13.2.1...
Extracting bundle gem test-unit-3.6.2...
Extracting bundle gem rexml-3.3.9...
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision -
Extracting bundle gem rss-0.3.1...
Extracting bundle gem net-ftp-0.3.8...
Extracting bundle gem net-imap-0.5.1...
Extracting bundle gem net-pop-0.1.2...
Extracting bundle gem net-smtp-0.5.0...
Extracting bundle gem matrix-0.4.2...
Extracting bundle gem prime-0.1.2...
Extracting bundle gem rbs-3.6.1...
Extracting bundle gem racc-1.8.1...
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision unchanged
Extracting bundle gem mutex_m-0.2.0...
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/net-pop-0.1.2.gem
Unpacked gems/net-ftp-0.3.8.gem
Unpacked gems/net-smtp-0.5.0.gem
Unpacked gems/power_assert-2.0.4.gem
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem base64-0.2.0...
Extracting bundle gem bigdecimal-3.1.8...
Unpacked gems/prime-0.1.2.gem
Unpacked gems/minitest-5.25.1.gem
Unpacked gems/racc-1.8.1.gem
Unpacked gems/mutex_m-0.2.0.gem
Extracting bundle gem observer-0.1.2...
Unpacked gems/rss-0.3.1.gem
Extracting bundle gem abbrev-0.1.2...
Extracting bundle gem resolv-replace-0.1.1...
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem rinda-0.2.0...
Extracting bundle gem drb-2.2.1...
Extracting bundle gem nkf-0.2.0...
Extracting bundle gem syslog-0.1.2...
Unpacked gems/rexml-3.3.9.gem
Unpacked gems/rake-13.2.1.gem
Extracting bundle gem csv-3.3.0...
Extracting bundle gem repl_type_completor-0.1.7...
Unpacked gems/net-imap-0.5.1.gem
Unpacked gems/test-unit-3.6.2.gem
Unpacked gems/rbs-3.6.1.gem
Unpacked gems/drb-2.2.1.gem
Unpacked gems/abbrev-0.1.2.gem
Unpacked gems/observer-0.1.2.gem
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
Unpacked gems/base64-0.2.0.gem
Extracting bundle gem debug-1.9.2...
Unpacked gems/bigdecimal-3.1.8.gem
Unpacked gems/resolv-replace-0.1.1.gem
Unpacked gems/rinda-0.2.0.gem
Unpacked gems/repl_type_completor-0.1.7.gem
Unpacked gems/syslog-0.1.2.gem
Unpacked gems/csv-3.3.0.gem
Unpacked gems/nkf-0.2.0.gem
Unpacked gems/debug-1.9.2.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
Extracting bundle gem typeprof-0.21.11...
Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
Unpacked gems/typeprof-0.30.0.gem
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/main.c
compiling /tmp/ruby/src/trunk_asan/dmydln.c
compiling /tmp/ruby/src/trunk_asan/miniinit.c
making dummy probes.h
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/rjit.c
compiling /tmp/ruby/src/trunk_asan/rjit_c.c
compiling /tmp/ruby/src/trunk_asan/node.c
compiling /tmp/ruby/src/trunk_asan/node_dump.c
compiling /tmp/ruby/src/trunk_asan/numeric.c
compiling /tmp/ruby/src/trunk_asan/object.c
compiling /tmp/ruby/src/trunk_asan/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk_asan/parser_st.c
compiling /tmp/ruby/src/trunk_asan/proc.c
compiling /tmp/ruby/src/trunk_asan/process.c
compiling /tmp/ruby/src/trunk_asan/ractor.c
compiling /tmp/ruby/src/trunk_asan/random.c
compiling /tmp/ruby/src/trunk_asan/range.c
compiling /tmp/ruby/src/trunk_asan/rational.c
compiling /tmp/ruby/src/trunk_asan/re.c
compiling /tmp/ruby/src/trunk_asan/regcomp.c
compiling /tmp/ruby/src/trunk_asan/regenc.c
compiling /tmp/ruby/src/trunk_asan/regerror.c
compiling /tmp/ruby/src/trunk_asan/regexec.c
compiling /tmp/ruby/src/trunk_asan/regparse.c
compiling /tmp/ruby/src/trunk_asan/regsyntax.c
compiling /tmp/ruby/src/trunk_asan/ruby.c
compiling /tmp/ruby/src/trunk_asan/ruby_parser.c
compiling /tmp/ruby/src/trunk_asan/scheduler.c
compiling /tmp/ruby/src/trunk_asan/shape.c
compiling /tmp/ruby/src/trunk_asan/signal.c
compiling /tmp/ruby/src/trunk_asan/sprintf.c
compiling /tmp/ruby/src/trunk_asan/st.c
compiling /tmp/ruby/src/trunk_asan/strftime.c
compiling /tmp/ruby/src/trunk_asan/string.c
compiling /tmp/ruby/src/trunk_asan/struct.c
compiling /tmp/ruby/src/trunk_asan/symbol.c
compiling /tmp/ruby/src/trunk_asan/thread.c
compiling /tmp/ruby/src/trunk_asan/time.c
compiling /tmp/ruby/src/trunk_asan/transcode.c
compiling /tmp/ruby/src/trunk_asan/util.c
compiling /tmp/ruby/src/trunk_asan/variable.c
compiling /tmp/ruby/src/trunk_asan/version.c
compiling /tmp/ruby/src/trunk_asan/vm.c
compiling /tmp/ruby/src/trunk_asan/vm_backtrace.c
compiling /tmp/ruby/src/trunk_asan/vm_dump.c
compiling /tmp/ruby/src/trunk_asan/vm_sync.c
compiling /tmp/ruby/src/trunk_asan/vm_trace.c
compiling /tmp/ruby/src/trunk_asan/weakmap.c
compiling /tmp/ruby/src/trunk_asan/yjit.c
building Rust YJIT (release mode)
compiling /tmp/ruby/src/trunk_asan/missing/setproctitle.c
compiling /tmp/ruby/src/trunk_asan/addr2line.c
compiling /tmp/ruby/src/trunk_asan/array.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
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
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/dln.c
compiling /tmp/ruby/src/trunk_asan/localeinit.c
creating verconf.h
compiling /tmp/ruby/src/trunk_asan/dmyext.c
compiling /tmp/ruby/src/trunk_asan/dmyenc.c
verconf.h updated
compiling /tmp/ruby/src/trunk_asan/loadpath.c
builtin_binary.inc updated
9c2917d73d18ddf99d30e7eaf56f1011b5cc9070af761ca4221c81747ab8bd9b  builtin_binary.inc
compiling /tmp/ruby/src/trunk_asan/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
encdb.h updated
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
transdb.h updated
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_11.c
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk_asan/enc/iso_8859_13.c
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
generating table from /tmp/ruby/src/trunk_asan/enc/trans/big5.c
compiling /tmp/ruby/src/trunk_asan/enc/koi8_r.c
generating table from /tmp/ruby/src/trunk_asan/enc/trans/cesu_8.c
generating table from /tmp/ruby/src/trunk_asan/enc/trans/chinese.c
generating /tmp/ruby/src/trunk_asan/enc/trans/cesu_8.c ...
generating table from /tmp/ruby/src/trunk_asan/enc/trans/ebcdic.c
generating table from /tmp/ruby/src/trunk_asan/enc/trans/emoji.c
generating table from /tmp/ruby/src/trunk_asan/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk_asan/enc/koi8_u.c
ext/configure-ext.mk updated
generating table from /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk_asan/enc/shift_jis.c
generating table from /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_kddi.c
generating table from /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_softbank.c
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/utf_32be.c
generating /tmp/ruby/src/trunk_asan/enc/trans/ebcdic.c ...
compiling /tmp/ruby/src/trunk_asan/enc/utf_32le.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1250.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_31j.c
compiling /tmp/ruby/src/trunk_asan/enc/windows_1251.c
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/windows_1252.c
generating /tmp/ruby/src/trunk_asan/enc/trans/emoji.c ...
generating table from /tmp/ruby/src/trunk_asan/enc/trans/escape.c
generating table from /tmp/ruby/src/trunk_asan/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk_asan/enc/trans/escape.c ...
compiling /tmp/ruby/src/trunk_asan/enc/windows_1253.c
configuring -test-/RUBY_ALIGNOF
configuring continuation
configuring cgi/escape
compiling /tmp/ruby/src/trunk_asan/enc/windows_1254.c
configuring date
generating table from /tmp/ruby/src/trunk_asan/enc/trans/gbk.c
configuring coverage
generating /tmp/ruby/src/trunk_asan/enc/trans/emoji_iso2022_kddi.c ...
compiling /tmp/ruby/src/trunk_asan/enc/windows_1257.c
configuring digest
configuring erb/escape
configuring digest/bubblebabble
configuring etc
configuring digest/md5
generating table from /tmp/ruby/src/trunk_asan/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_docomo.c ...
generating /tmp/ruby/src/trunk_asan/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk_asan/enc/trans/japanese.c
generating /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_softbank.c ...
linking encoding encdb.so
generating /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_kddi.c ...
linking encoding big5.so
generating /tmp/ruby/src/trunk_asan/enc/trans/japanese.c ...
linking encoding cesu_8.so
generating table from /tmp/ruby/src/trunk_asan/enc/trans/japanese_euc.c
generating table from /tmp/ruby/src/trunk_asan/enc/trans/japanese_sjis.c
linking encoding cp949.so
configuring fcntl
linking encoding emacs_mule.so
linking encoding euc_jp.so
configuring io/console
configuring fiddle
generating table from /tmp/ruby/src/trunk_asan/enc/trans/korean.c
linking encoding euc_kr.so
generating /tmp/ruby/src/trunk_asan/enc/trans/chinese.c ...
linking encoding euc_tw.so
configuring -test-/abi
configuring json
configuring -test-/arith_seq/beg_len_step
configuring monitor
configuring json/generator
configuring -test-/arith_seq/extract
linking encoding gb2312.so
generating table from /tmp/ruby/src/trunk_asan/enc/trans/single_byte.c
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/asan
linking encoding gb18030.so
configuring -test-/bignum
configuring -test-/bug-14834
linking encoding gbk.so
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
linking encoding iso_8859_1.so
configuring -test-/cxxanyargs
linking encoding iso_8859_2.so
configuring objspace
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
configuring digest/rmd160
linking encoding iso_8859_5.so
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
linking encoding iso_8859_6.so
configuring -test-/ensure_and_callcc
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
linking encoding iso_8859_7.so
generating /tmp/ruby/src/trunk_asan/enc/trans/gbk.c ...
configuring -test-/fatal
linking encoding iso_8859_8.so
configuring -test-/file
linking encoding iso_8859_9.so
generating /tmp/ruby/src/trunk_asan/enc/trans/single_byte.c ...
configuring json/parser
linking encoding iso_8859_10.so
configuring openssl
linking encoding iso_8859_11.so
configuring digest/sha1
linking encoding iso_8859_13.so
generating /tmp/ruby/src/trunk_asan/enc/trans/japanese_sjis.c ...
linking encoding iso_8859_14.so
configuring pathname
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
generating table from /tmp/ruby/src/trunk_asan/enc/trans/utf8_mac.c
linking encoding koi8_r.so
configuring psych
linking encoding koi8_u.so
linking encoding shift_jis.so
configuring digest/sha2
linking encoding utf_16be.so
configuring pty
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
generating /tmp/ruby/src/trunk_asan/enc/trans/korean.c ...
linking encoding windows_1250.so
linking encoding windows_1251.so
libffi_version: 3.4.6
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
configuring rbconfig/sizeof
linking encoding windows_1257.so
generating table from /tmp/ruby/src/trunk_asan/enc/trans/utf_16_32.c
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating /tmp/ruby/src/trunk_asan/enc/trans/utf_16_32.c ...
configuring ripper
generating /tmp/ruby/src/trunk_asan/enc/trans/gb18030.c ...
configuring rubyvm
linking transcoder transdb.so
configuring socket
generating /tmp/ruby/src/trunk_asan/enc/trans/utf8_mac.c ...
configuring stringio
compiling /tmp/ruby/src/trunk_asan/enc/trans/cesu_8.c
configuring strscan
compiling /tmp/ruby/src/trunk_asan/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk_asan/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_iso2022_kddi.c
configuring zlib
configuring bigdecimal-3.1.8/ext/bigdecimal
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring debug-1.9.2/ext/debug
configuring -test-/hash
configuring -test-/integer
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_docomo.c
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
configuring -test-/random
configuring -test-/rational
generating /tmp/ruby/src/trunk_asan/enc/trans/big5.c ...
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring nkf-0.2.0/ext/nkf
configuring -test-/struct
configuring -test-/symbol
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_kddi.c
configuring rbs-3.6.1/ext/rbs_extension
configuring racc-1.8.1/ext/racc/cparse
compiling /tmp/ruby/src/trunk_asan/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/escape.c
configuring syslog-0.1.2/ext/syslog
compiling /tmp/ruby/src/trunk_asan/enc/trans/gb18030.c
configuring -test-/thread/id
compiling /tmp/ruby/src/trunk_asan/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/iso2022.c
configuring -test-/thread/instrumentation
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese.c
configuring -test-/thread/lock_native_thread
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/korean.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/utf_16_32.c
compiling /tmp/ruby/src/trunk_asan/enc/trans/big5.c
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_sjis.so
linking transcoder single_byte.so
linking transcoder utf_16_32.so
linking transcoder utf8_mac.so
linking transcoder korean.so
linking transcoder japanese_euc.so
configuring io/nonblock
linking transcoder big5.so
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
configuring io/wait
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/abi'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/asan/asan.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/cxxanyargs'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/cxxanyargs/cxxanyargs.cpp
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/resize'
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-/arith_seq/extract/extract.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/array/resize/resize.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/array/concat/to_ary_concat.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug-3571/bug.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug-14834/bug-14834.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug-5832/bug.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/class'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/RUBY_ALIGNOF/cpp.cpp
compiling /tmp/ruby/src/trunk_asan/ext/-test-/class/init.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/debug'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/init.c
linking shared-object -test-/bug_14834.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/div.c
linking shared-object -test-/array/to_ary_concat.so
linking shared-object -test-/bug_5832.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-/arith_seq/extract.so
linking shared-object -test-/class.so
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/bug_reporter.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/inspector.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/concat'
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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-5832'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/array/resize'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/asan'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/debug/profile_frames.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/intpack.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bug_reporter'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/class'
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-/bug-3571'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/bignum/str2big.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/econv'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/econv/append.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/econv/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/ensure_and_callcc/ensure_and_callcc.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/enumerator_kw/enumerator_kw.c
make[2]: 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-/RUBY_ALIGNOF.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
linking shared-object -test-/ensure_and_callcc.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/invalid.c
linking shared-object -test-/econv.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/enc_raise.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/dln/empty'
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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/float'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/float/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/float/nextafter.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/econv'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/stat.c
linking shared-object -test-/eval.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/file/newline_conv.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/bignum'
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/ensured.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/eval'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/exception/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/funcall/funcall.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/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]: 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-/float.so
linking shared-object -test-/fatal.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/integer/my_integer.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/float'
linking shared-object -test-/file.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/hash/init.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/iter/yield.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/file'
linking shared-object -test-/funcall.so
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/resolve_symbol_resolver'
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_resolver/resolve_symbol_resolver.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/load/protect/protect.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/cxxanyargs.so
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/marshal/internal_ivar/internal_ivar.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/funcall'
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
linking shared-object -test-/load/dot.dot.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]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/method'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/method/arity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/iseq_load'
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-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/method/init.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/cxxanyargs'
linking shared-object -test-/load/resolve_symbol_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-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/load/stringify_symbols.so
linking shared-object -test-/load/resolve_symbol_resolver.so
linking shared-object -test-/load/stringify_target.so
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/resolve_symbol_target'
linking shared-object -test-/marshal/compat.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_target'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/resolve_symbol_resolver'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/printf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/printf/printf.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/proc'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/init.c
linking shared-object -test-/marshal/usr.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/random'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/rational/rat.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/receiver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/proc/super.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/random/loop.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/notimplement'
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-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/method'
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/num2int.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/recursion/recursion.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/regexp/init.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/integer.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/scan_args/scan_args.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/st/foreach/foreach.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/num2int'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/popen_deadlock'
linking shared-object -test-/postponed_job.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/st/numhash/numhash.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/st/update/update.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/string'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/capacity.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/integer'
linking shared-object -test-/proc.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/struct'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/data.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/duplicate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/memory_view'
linking shared-object -test-/random.so
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/proc'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/coderange.c
linking shared-object -test-/recursion.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/symbol/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/cstr.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/printf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/random'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/ellipsize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_associate.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/struct/member.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
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/update'
linking shared-object -test-/st/numhash.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_dummy.c
linking shared-object -test-/st/foreach.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/enc_str_buf_cat.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread/instrumentation/instrumentation.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/fstring.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread/lock_native_thread/lock_native_thread.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/thread_fd/thread_fd.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/modify.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
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/tracepoint/gc_hook.c
linking shared-object -test-/struct.so
linking shared-object -test-/thread/id.so
linking shared-object -test-/rational.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/typeddata/typeddata.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk_asan/ext/-test-/time/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/struct'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/tracepoint/tracepoint.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/new.c
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-/rational'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/nofree.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/cgi/escape'
compiling /tmp/ruby/src/trunk_asan/ext/cgi/escape/escape.c
linking shared-object -test-/thread/lock_native_thread.so
linking shared-object -test-/thread_fd.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/normalize.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/continuation'
compiling /tmp/ruby/src/trunk_asan/ext/continuation/continuation.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/qsort.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
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/rb_str_dup.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
compiling /tmp/ruby/src/trunk_asan/ext/coverage/coverage.c
linking shared-object -test-/typeddata.so
linking shared-object -test-/scan_args.so
compiling /tmp/ruby/src/trunk_asan/ext/-test-/string/set_len.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
installing default coverage libraries
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
compiling /tmp/ruby/src/trunk_asan/ext/digest/digest.c
compiling /tmp/ruby/src/trunk_asan/ext/date/date_core.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/erb/escape'
compiling /tmp/ruby/src/trunk_asan/ext/erb/escape/escape.c
linking shared-object -test-/tracepoint.so
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk_asan/ext/date/date_parse.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/vm'
installing digest libraries
linking shared-object continuation.so
compiling /tmp/ruby/src/trunk_asan/ext/date/date_strftime.c
installing default digest libraries
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-/wait'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk_asan/ext/date/date_strptime.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fcntl'
compiling /tmp/ruby/src/trunk_asan/ext/fcntl/fcntl.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
compiling /tmp/ruby/src/trunk_asan/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk_asan/ext/io/console/console.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/continuation'
compiling /tmp/ruby/src/trunk_asan/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk_asan/ext/fiddle/fiddle.c
linking shared-object -test-/string.so
linking shared-object erb/escape.so
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/string'
compiling /tmp/ruby/src/trunk_asan/ext/fiddle/function.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/erb/escape'
compiling /tmp/ruby/src/trunk_asan/ext/fiddle/handle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/cgi/escape'
compiling /tmp/ruby/src/trunk_asan/ext/fiddle/memory_view.c
linking shared-object coverage.so
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fcntl'
compiling /tmp/ruby/src/trunk_asan/ext/fiddle/pinned.c
installing default console libraries
compiling /tmp/ruby/src/trunk_asan/ext/fiddle/pointer.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/nonblock'
compiling /tmp/ruby/src/trunk_asan/ext/io/wait/wait.c
compiling /tmp/ruby/src/trunk_asan/ext/io/nonblock/nonblock.c
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
linking shared-object digest.so
installing default monitor libraries
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 etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
compiling /tmp/ruby/src/trunk_asan/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/openssl_missing.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
compiling /tmp/ruby/src/trunk_asan/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk_asan/ext/pathname/pathname.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/wait'
installing default pathname libraries
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_asn1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/nonblock'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_parser.c
linking shared-object monitor.so
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_to_ruby.c
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
compiling /tmp/ruby/src/trunk_asan/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_bn.c
linking shared-object fiddle.so
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/fiddle'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_config.c
installing default objspace libraries
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_digest.c
installing default pty libraries
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 psych.so
linking shared-object pty.so
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
compiling /tmp/ruby/src/trunk_asan/ext/ripper/ripper.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_engine.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
compiling /tmp/ruby/src/trunk_asan/ext/ripper/ripper_init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ns_spki.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/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
linking shared-object pathname.so
compiling /tmp/ruby/src/trunk_asan/ext/socket/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
compiling /tmp/ruby/src/trunk_asan/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/socket.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
compiling /tmp/ruby/src/trunk_asan/ext/strscan/strscan.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]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
checking /tmp/ruby/src/trunk_asan/parse.y and /tmp/ruby/src/trunk_asan/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug/debug.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension/constants.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
installing default ripper libraries
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension/lexer.c
ln -sfT ../../../../../src/trunk_asan/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey.c
linking shared-object stringio.so
ln -sfT ../../../../../src/trunk_asan/.bundle/gems/debug-1.9.2/lib ../../../../../.bundle/gems/debug-1.9.2/lib
linking shared-object debug/debug.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_dh.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/stringio'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension/lexstate.c
ln -sfT ../../../../../src/trunk_asan/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib
linking shared-object racc/cparse.so
compiling /tmp/ruby/src/trunk_asan/ext/socket/tcpserver.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk_asan/ext/socket/sockssocket.c
ln -sfT ../../../../../src/trunk_asan/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension/location.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk_asan/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/udpsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/md5'
compiling /tmp/ruby/src/trunk_asan/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parser.c
ln -sfT ../../../../../src/trunk_asan/.bundle/gems/syslog-0.1.2/lib ../../../../../.bundle/gems/syslog-0.1.2/lib
linking shared-object syslog.so
compiling /tmp/ruby/src/trunk_asan/ext/digest/md5/md5.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parserstate.c
linking shared-object digest/bubblebabble.so
compiling /tmp/ruby/src/trunk_asan/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/option.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk_asan/ext/socket/ancdata.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk_asan/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk_asan/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/rmd160/rmd160.c
installing default socket libraries
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/.bundle/gems/rbs-3.6.1/ext/rbs_extension/ruby_objs.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/md5'
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension/unescape.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_provider.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha2/sha2init.c
linking shared-object zlib.so
ln -sfT ../../../../../src/trunk_asan/.bundle/gems/rbs-3.6.1/lib ../../../../../.bundle/gems/rbs-3.6.1/lib
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json/generator'
compiling /tmp/ruby/src/trunk_asan/ext/json/generator/generator.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/zlib'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk_asan/ext/digest/sha2/sha2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ssl.c
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json/parser'
compiling /tmp/ruby/src/trunk_asan/ext/json/parser/parser.c
linking shared-object digest/sha1.so
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ssl_session.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509.c
installing default sha2 libraries
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509cert.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
linking shared-object rbs_extension.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
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk_asan/ext/openssl/ossl_x509store.c
installing default openssl libraries
linking shared-object socket.so
linking shared-object date_core.so
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json/generator'
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json/parser'
linking shared-object openssl.so
linking shared-object nkf.so
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/ext/openssl'
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision -
generating enc.mk
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision unchanged
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
Extracting bundle gem typeprof-0.21.11...
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/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
compiling /tmp/ruby/src/trunk_asan/enc/trans/transdb.c
Unpacked gems/typeprof-0.30.0.gem
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/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/rbs-3.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
linking transcoder transdb.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
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[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/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.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+0
                                    benchmark 0.4.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.4.0
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    irb 1.14.1
                                    logger 1.6.1
                                    net-http 0.5.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.6.0
                                    ostruct 0.6.1
                                    pp 0.6.0
                                    prettyprint 0.2.0
                                    prism 1.0.0
                                    pstore 0.1.4
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.11
                                    resolv 0.5.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.2
                                    set 1.1.0
                                    shellwords 0.2.1
                                    singleton 0.3.0
                                    syntax_suggest 2.0.1
                                    tempfile 0.3.0
                                    time 0.4.1
                                    timeout 0.4.2
                                    tmpdir 0.3.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.1
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+0
                                    date 3.4.0
                                    digest 3.1.1
                                    etc 1.4.4
                                    fcntl 1.2.0
                                    fiddle 1.1.6.dev
                                    io-console 0.8.0.beta1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.8.1
                                    openssl 3.2.0
                                    pathname 0.4.0
                                    psych 5.2.0
                                    stringio 3.1.2.dev
                                    strscan 3.1.1.dev
                                    zlib 3.2.0
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+0
                                    minitest 5.25.1
                                    power_assert 2.0.4
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.9
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.1
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.6.1
                                    debug 1.9.2
                                    racc 1.8.1
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.3.0
                                    repl_type_completor 0.1.7
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    typeprof-0.30.0.gem             not found in bundled_gems
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
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.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/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=1186
  "--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/917] 2866291=unescape_test
[  2/917] 2866293=test_x509ext
[  3/917] 2866288=test_files_ext
[  4/917] 2866295=test_case
[  5/917] 2866285=test_c_struct_entry
[  6/917] 2866294=test_eval_history
[  7/917] 2866292=test_gem_commands_query_command
[  8/917] 2866287=test_color
[  9/917] 2866290=equality_test
[ 10/917] 2866299=static_inspect_test
[ 11/917] 2866284=test_inadvertent_creation
[ 12/917] 2866289=test_instrumentation_api
[ 13/917] 2866298=test_at_exit
[ 14/917] 2866295=test_rdoc_markup_verbatim
[ 15/917] 2866297=test_complex
[ 16/917] 2866286=source_location_test
[ 17/917] 2866296=test_whileuntil
[ 18/917] 2866296=test_transcode
[ 19/917] 2866298=test_flags
[ 20/917] 2866293=test_asn1
[ 21/917] 2866285=json_string_matching_test
[ 22/917] 2866293=test_monitor
[ 23/917] 2866285=test_gem_ext_rake_builder
[ 24/917] 2866290=test_rdoc_markup_heading
[ 25/917] 2866299=test_rat
[ 26/917] 2866299=test_extlibs
[ 27/917] 2866295=test_rdoc_markup_to_tt_only
[ 28/917] 2866294=test_gem_version
[ 29/917] 2866288=test_win32ole
[ 30/917] 2866293=test_gem_commands_stale_command
[ 31/917] 2866286=tunnel_test
[ 32/917] 2866288=test_settracefunc
[ 33/917] 2866286=test_gem_text
[ 34/917] 2866287=test_gem_stub_specification
[ 35/917] 2866284=test_method_cache
[ 36/917] 2866295=test_path
[ 37/917] 2866284=test_sprintf_comb
[ 38/917] 2866295=test_pp
[ 39/917] 2866290=test_tcp
[ 40/917] 2866295=test_rdoc_normal_module
[ 41/917] 2866297=test_rdoc_markdown_test
[ 42/917] 2866296=test_store
[ 43/917] 2866293=test_insns_leaf
[ 44/917] 2866293=test_iseq
[ 45/917] 2866295=dump_test
[ 46/917] 2866284=test_enc_associate
[ 47/917] 2866286=test_gc
[ 48/917] 2866294=test_allocation
[ 49/917] 2866287=test_c_struct_builder
[ 50/917] 2866287=location_test
[ 51/917] 2866296=test_cgi_util
[ 52/917] 2866287=test_x509req
[ 53/917] 2866298=test_gem_commands_open_command
[ 54/917] 2866292=test_tree_builder
[ 55/917] 2866289=test_protocol
[ 56/917] 2866292=test_gem_ext_cargo_builder_link_flag_converter
[ 57/917] 2866287=test_protect
[ 58/917] 2866296=test_complex2
[ 59/917] 2866287=test_iso_8859
[ 60/917] 2866296=test_x509attr
[ 61/917] 2866292=test_history
[ 62/917] 2866287=test_dln
[ 63/917] 2866287=test_rdoc_parser
[ 64/917] 2866289=test_coderange
[ 65/917] 2866289=test_open-uri
[ 66/917] 2866296=test_rdoc_markup_indented_paragraph
[ 67/917] 2866284=test_big2str
[ 68/917] 2866284=test_line_editor
[ 69/917] 2866292=test_rdoc_context
[ 70/917] 2866293=test_pkg_config
[ 71/917] 2866298=test_rdoc_markup_to_joined_paragraph
[ 72/917] 2866287=test_string_memory
[ 73/917] 2866296=regexp_test
[ 74/917] 2866284=test_rdoc_markup_to_html
Leaked file descriptor: TestOpenURI#test_200_uri_open: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 46013>
COMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    2866289  ko1    8u  IPv4 1150290501      0t0  TCP localhost:46013->localhost:42994 (CLOSE_WAIT)
[ 75/917] 2866293=test_require_path_check
Closed file descriptor: TestOpenURI#test_close_in_block_small: 8
[ 76/917] 2866287=test_mul
[ 77/917] 2866287=test_mkmf
[ 78/917] 2866285=test_win32ole_variant_outarg
[ 79/917] 2866285=test_enumerator_kw
[ 80/917] 2866296=test_mixed_unicode_escapes
[ 81/917] 2866285=test_rdoc_markup_to_html_snippet
[ 82/917] 2866296=test_complexrational
[ 83/917] 2866287=test_cgi_header
[ 84/917] 2866296=test_gem_commands_fetch_command
[ 85/917] 2866293=test_pkcs7
[ 86/917] 2866287=test_rdoc_any_method
[ 87/917] 2866298=test_flush
[ 88/917] 2866289=test_gem_dependency_installer
[ 89/917] 2866298=test_pointer
=================================================================
==2866290==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7cc6c1909041 at pc 0x5e5b1e66aded bp 0x7cc6be7ffcf0 sp 0x7cc6be7ff4b8
READ of size 2 at 0x7cc6c1909041 thread T244
[ 90/917] 2866288=test_refinement
    #0 0x5e5b1e66adec in strlen (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x7cc6ccb058dd in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3105:55
    #2 0x5e5b1e6ef95e in asan_thread_start(void*) asan_interceptors.cpp.o
    #3 0x7cc6eea9ca93 in start_thread nptl/pthread_create.c:447:8
    #4 0x7cc6eeb29c3b in clone3 misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Address 0x7cc6c1909041 is located in stack of thread T244 at offset 65 in frame
    #0 0x7cc6ccb054df in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3056

  This frame has 2 object(s):
    [32, 48) 'sleep_ts' (line 3076)
    [64, 65) 'notification' (line 3102) <== Memory access at offset 65 overflows this variable
HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
      (longjmp and C++ exceptions *are* supported)
Thread T244 created by T0 here:
    #0 0x5e5b1e6d7601 in pthread_create (/tmp/ruby/build/trunk_asan/ruby+0x1fb601) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x7cc6ccafe0bf in raddrinfo_pthread_create /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:481:15
    #2 0x7cc6ccae415c in init_fast_fallback_inetsock_internal /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:698:17
    #3 0x5e5b1e73a19f in rb_ensure /tmp/ruby/src/trunk_asan/eval.c:1053:18
    #4 0x7cc6ccae327d in rsock_init_inetsock /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:1290:20
    #5 0x7cc6ccaeb31d in tcp_init /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c:84:12
    #6 0x5e5b1eb27f8b in vm_call0_cfunc_with_frame /tmp/ruby/src/trunk_asan/vm_eval.c:164:15
    #7 0x5e5b1eb27f8b in vm_call0_cfunc /tmp/ruby/src/trunk_asan/vm_eval.c:178:12
    #8 0x5e5b1eb27f8b in vm_call0_body /tmp/ruby/src/trunk_asan/vm_eval.c:229:15
    #9 0x5e5b1eb2c9f5 in vm_call0_cc /tmp/ruby/src/trunk_asan/vm_eval.c:101:12
    #10 0x5e5b1eb2c9f5 in rb_call0 /tmp/ruby/src/trunk_asan/vm_eval.c:554:12
    #11 0x5e5b1eadbcf5 in rb_call /tmp/ruby/src/trunk_asan/vm_eval.c:873:12
    #12 0x5e5b1eadbcf5 in rb_funcallv_kw /tmp/ruby/src/trunk_asan/vm_eval.c:1070:12
    #13 0x5e5b1e8821b8 in rb_class_new_instance_kw /tmp/ruby/src/trunk_asan/object.c:2185:5
    #14 0x5e5b1e7d1ddc in rb_io_s_open /tmp/ruby/src/trunk_asan/io.c:8126:16
    #15 0x5e5b1eb13d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #16 0x5e5b1eab899a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #17 0x5e5b1eab899a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #18 0x5e5b1eab0617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #19 0x5e5b1eb31301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #20 0x5e5b1eb31301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #21 0x5e5b1eadda05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #22 0x5e5b1eadda05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #23 0x5e5b1eadda05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #24 0x5e5b1eadda05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #25 0x5e5b1e73a19f in rb_ensure /tmp/ruby/src/trunk_asan/eval.c:1053:18
    #26 0x5e5b1eb13d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #27 0x5e5b1eab899a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #28 0x5e5b1eab899a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #29 0x5e5b1eab0617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #30 0x5e5b1eb31301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #31 0x5e5b1eb31301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #32 0x5e5b1eadda05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #33 0x5e5b1eadda05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #34 0x5e5b1eadda05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #35 0x5e5b1eadda05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #36 0x5e5b1ec8ed35 in rb_ary_collect /tmp/ruby/src/trunk_asan/array.c:3651:30
    #37 0x5e5b1eb13d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #38 0x5e5b1eab899a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #39 0x5e5b1eab899a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #40 0x5e5b1eab0617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #41 0x5e5b1eb31301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #42 0x5e5b1eb31301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #43 0x5e5b1eadda05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #44 0x5e5b1eadda05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #45 0x5e5b1eadda05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #46 0x5e5b1eadda05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #47 0x5e5b1ec8ed35 in rb_ary_collect /tmp/ruby/src/trunk_asan/array.c:3651:30
    #48 0x5e5b1eb13d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #49 0x5e5b1eab899a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #50 0x5e5b1eab899a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #51 0x5e5b1eab09d0 in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2611:22
    #52 0x5e5b1eab09d0 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2590:18
    #53 0x5e5b1e73649a in rb_ec_exec_node /tmp/ruby/src/trunk_asan/eval.c:281:9
    #54 0x5e5b1e73649a in ruby_run_node /tmp/ruby/src/trunk_asan/eval.c:319:30
    #55 0x5e5b1e72fa06 in rb_main /tmp/ruby/src/trunk_asan/main.c:43:12
    #56 0x5e5b1e72fa06 in main /tmp/ruby/src/trunk_asan/main.c:62:12
    #57 0x7cc6eea2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #58 0x7cc6eea2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #59 0x5e5b1e6537e4 in _start (/tmp/ruby/build/trunk_asan/ruby+0x1777e4) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)

SUMMARY: AddressSanitizer: stack-buffer-overflow (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62) in strlen
Shadow bytes around the buggy address:
  0x7cc6c1908d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7cc6c1908e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7cc6c1908e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7cc6c1908f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7cc6c1908f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x7cc6c1909000: f1 f1 f1 f1 f8 f8 f2 f2[01]f3 f3 f3 00 00 00 00
  0x7cc6c1909080: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
  0x7cc6c1909100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7cc6c1909180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7cc6c1909200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7cc6c1909280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
  Left alloca redzone:     ca
  Right alloca redzone:    cb
==2866290==ABORTING
running file: /tmp/ruby/src/trunk_asan/test/socket/test_tcp.rb

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

make: *** [uncommon.mk:963: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
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.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/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.4.0dev (2024-11-12T19:21:27Z master ee1cd1656f) +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 ............................................................
=================================================================
==2868594==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x70a45e309041 at pc 0x596bdd1c1ded bp 0x70a462fffcf0 sp 0x70a462fff4b8
READ of size 2 at 0x70a45e309041 thread T151
  2460 ............................................................
=================================================================
==2868600==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7812b4109041 at pc 0x5d6e3b0d5ded bp 0x7812b5fffcf0 sp 0x7812b5fff4b8
READ of size 2 at 0x7812b4109041 thread T210
=================================================================
==2868592==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7abca2f09041 at pc 0x5810bd36dded bp 0x7abca41ffcf0 sp 0x7abca41ff4b8
READ of size 2 at 0x7abca2f09041 thread T75
=================================================================
==2868586==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x73e866109041 at pc 0x55c297720ded bp 0x73e8673ffcf0 sp 0x73e8673ff4b8
READ of size 2 at 0x73e866109041 thread T95
    #0 0x596bdd1c1dec in strlen (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x70a476cc78dd in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3105:55
    #2 0x596bdd24695e in asan_thread_start(void*) asan_interceptors.cpp.o
    #3 0x70a497c9ca93 in start_thread nptl/pthread_create.c:447:8
    #4 0x70a497d29c3b in clone3 misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Address 0x70a45e309041 is located in stack of thread T151 at offset 65 in frame
    #0 0x70a476cc74df in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3056

  This frame has 2 object(s):
    [32, 48) 'sleep_ts' (line 3076)
    [64, 65) 'notification' (line 3102) <== Memory access at offset 65 overflows this variable
HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
      (longjmp and C++ exceptions *are* supported)
Thread T151 created by T0 here:
    #0 0x5810bd36ddec in strlen (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x7abcc7ead8dd in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3105:55
    #2 0x5810bd3f295e in asan_thread_start(void*) asan_interceptors.cpp.o
    #3 0x7abce409ca93 in start_thread nptl/pthread_create.c:447:8
    #4 0x7abce4129c3b in clone3 misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Address 0x7abca2f09041 is located in stack of thread T75 at offset 65 in frame
    #0 0x5d6e3b0d5dec in strlen (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x7812c9d258dd in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3105:55
    #2 0x5d6e3b15a95e in asan_thread_start(void*) asan_interceptors.cpp.o
    #3 0x7812e929ca93 in start_thread nptl/pthread_create.c:447:8
    #4 0x7812e9329c3b in clone3 misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

    #0 0x7abcc7ead4df in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3056

  This frame has 2 object(s):
Address 0x7812b4109041 is located in stack of thread T210 at offset 65 in frame
    [32, 48) 'sleep_ts' (line 3076)
    [64, 65) 'notification' (line 3102) <== Memory access at offset 65 overflows this variable
HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
      (longjmp and C++ exceptions *are* supported)
Thread T75 created by T0 here:
    #0 0x7812c9d254df in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3056

  This frame has 2 object(s):
    [32, 48) 'sleep_ts' (line 3076)
    [64, 65) 'notification' (line 3102) <== Memory access at offset 65 overflows this variable
HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
      (longjmp and C++ exceptions *are* supported)
Thread T210 created by T0 here:
=================================================================
==2868595==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x708169d09041 at pc 0x5a986f923ded bp 0x70816b9ffcf0 sp 0x70816b9ff4b8
READ of size 2 at 0x708169d09041 thread T11
    #0 0x596bdd22e601 in pthread_create (/tmp/ruby/build/trunk_asan/ruby+0x1fb601) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x70a476cc00bf in raddrinfo_pthread_create /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:481:15
    #2 0x70a476ca615c in init_fast_fallback_inetsock_internal /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:698:17
    #3 0x596bdd29119f in rb_ensure /tmp/ruby/src/trunk_asan/eval.c:1053:18
    #4 0x70a476ca527d in rsock_init_inetsock /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:1290:20
    #5 0x70a476cad31d in tcp_init /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c:84:12
    #6 0x596bdd67ef8b in vm_call0_cfunc_with_frame /tmp/ruby/src/trunk_asan/vm_eval.c:164:15
    #7 0x596bdd67ef8b in vm_call0_cfunc /tmp/ruby/src/trunk_asan/vm_eval.c:178:12
    #8 0x596bdd67ef8b in vm_call0_body /tmp/ruby/src/trunk_asan/vm_eval.c:229:15
    #9 0x596bdd6839f5 in vm_call0_cc /tmp/ruby/src/trunk_asan/vm_eval.c:101:12
    #10 0x596bdd6839f5 in rb_call0 /tmp/ruby/src/trunk_asan/vm_eval.c:554:12
    #11 0x596bdd632cf5 in rb_call /tmp/ruby/src/trunk_asan/vm_eval.c:873:12
    #12 0x596bdd632cf5 in rb_funcallv_kw /tmp/ruby/src/trunk_asan/vm_eval.c:1070:12
    #13 0x596bdd3d91b8 in rb_class_new_instance_kw /tmp/ruby/src/trunk_asan/object.c:2185:5
    #14 0x596bdd328ddc in rb_io_s_open /tmp/ruby/src/trunk_asan/io.c:8126:16
    #15 0x596bdd66ad07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #16 0x596bdd650dfc in vm_call_method_each_type /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4773:16
    #17 0x596bdd6508b4 in vm_call_method /tmp/ruby/src/trunk_asan/vm_insnhelper.c
    #18 0x596bdd6183fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #19 0x596bdd6183fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #20 0x596bdd607617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #21 0x596bdd688301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #22 0x596bdd688301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #23 0x596bdd63b39a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #24 0x596bdd63b39a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #25 0x596bdd66ad07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #26 0x596bdd60f99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #27 0x596bdd60f99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #28 0x596bdd607617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #29 0x596bdd688301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #30 0x596bdd688301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #31 0x596bdd634a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #32 0x596bdd634a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #33 0x596bdd634a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #34 0x596bdd634a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #35 0x596bdd7f381d in rb_ary_all_p /tmp/ruby/src/trunk_asan/array.c:7872:24
    #36 0x596bdd66ad07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #37 0x596bdd60f99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #38 0x596bdd60f99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #39 0x596bdd607617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #40 0x596bdd688301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #41 0x596bdd688301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #42 0x596bdd634a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #43 0x596bdd634a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #44 0x596bdd634a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #45 0x596bdd634a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #46 0x596bdd7d8fb9 in rb_ary_each /tmp/ruby/src/trunk_asan/array.c:2647:9
    #47 0x596bdd66ad07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #48 0x596bdd60f99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #49 0x596bdd60f99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #50 0x596bdd607617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #51 0x596bdd38a17b in load_iseq_eval /tmp/ruby/src/trunk_asan/load.c:789:5
    #52 0x596bdd3822af in rb_load_internal /tmp/ruby/src/trunk_asan/load.c:850:9
    #53 0x596bdd387889 in rb_f_load /tmp/ruby/src/trunk_asan/load.c:924:5
    #54 0x596bdd66ad07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #55 0x596bdd6183fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #56 0x596bdd6183fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #57 0x596bdd607617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #58 0x596bdd688301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #59 0x596bdd688301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #60 0x596bdd63b39a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #61 0x596bdd63b39a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #62 0x596bdd66ad07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #63 0x596bdd60f99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #64 0x596bdd60f99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #65 0x596bdd6079d0 in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2611:22
    #66 0x596bdd6079d0 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2590:18
    #67 0x596bdd28d49a in rb_ec_exec_node /tmp/ruby/src/trunk_asan/eval.c:281:9
    #68 0x596bdd28d49a in ruby_run_node /tmp/ruby/src/trunk_asan/eval.c:319:30
    #69 0x596bdd286a06 in rb_main /tmp/ruby/src/trunk_asan/main.c:43:12
    #70 0x596bdd286a06 in main /tmp/ruby/src/trunk_asan/main.c:62:12
    #71 0x70a497c2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #72 0x70a497c2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #73 0x596bdd1aa7e4 in _start (/tmp/ruby/build/trunk_asan/ruby+0x1777e4) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)

SUMMARY: AddressSanitizer: stack-buffer-overflow (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62) in strlen
Shadow bytes around the buggy address:
  0x70a45e308d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x70a45e308e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x70a45e308e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x70a45e308f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x70a45e308f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x70a45e309000: f1 f1 f1 f1 f8 f8 f2 f2[01]f3 f3 f3 00 00 00 00
  0x70a45e309080: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
  0x70a45e309100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x70a45e309180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x70a45e309200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x70a45e309280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
  Left alloca redzone:     ca
  Right alloca redzone:    cb
==2868594==ABORTING
    #0 0x55c297720dec in strlen (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x73e8796538dd in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3105:55
    #2 0x55c2977a595e in asan_thread_start(void*) asan_interceptors.cpp.o
    #3 0x73e896a9ca93 in start_thread nptl/pthread_create.c:447:8
    #4 0x73e896b29c3b in clone3 misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Address 0x73e866109041 is located in stack of thread T95 at offset 65 in frame
    #0 0x73e8796534df in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3056

  This frame has 2 object(s):
    [32, 48) 'sleep_ts' (line 3076)
    [64, 65) 'notification' (line 3102) <== Memory access at offset 65 overflows this variable
HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
      (longjmp and C++ exceptions *are* supported)
Thread T95 created by T0 here:
    #0 0x5810bd3da601 in pthread_create (/tmp/ruby/build/trunk_asan/ruby+0x1fb601) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x7abcc7ea60bf in raddrinfo_pthread_create /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:481:15
    #2 0x7abcc7e8c15c in init_fast_fallback_inetsock_internal /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:698:17
    #3 0x5810bd43d19f in rb_ensure /tmp/ruby/src/trunk_asan/eval.c:1053:18
    #4 0x7abcc7e8b27d in rsock_init_inetsock /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:1290:20
    #5 0x7abcc7e9331d in tcp_init /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c:84:12
    #6 0x5810bd82af8b in vm_call0_cfunc_with_frame /tmp/ruby/src/trunk_asan/vm_eval.c:164:15
    #7 0x5810bd82af8b in vm_call0_cfunc /tmp/ruby/src/trunk_asan/vm_eval.c:178:12
    #8 0x5810bd82af8b in vm_call0_body /tmp/ruby/src/trunk_asan/vm_eval.c:229:15
    #9 0x5810bd82f9f5 in vm_call0_cc /tmp/ruby/src/trunk_asan/vm_eval.c:101:12
    #10 0x5810bd82f9f5 in rb_call0 /tmp/ruby/src/trunk_asan/vm_eval.c:554:12
    #11 0x5810bd7decf5 in rb_call /tmp/ruby/src/trunk_asan/vm_eval.c:873:12
    #12 0x5810bd7decf5 in rb_funcallv_kw /tmp/ruby/src/trunk_asan/vm_eval.c:1070:12
    #13 0x5810bd5851b8 in rb_class_new_instance_kw /tmp/ruby/src/trunk_asan/object.c:2185:5
    #14 0x5810bd4d4ddc in rb_io_s_open /tmp/ruby/src/trunk_asan/io.c:8126:16
    #15 0x5810bd816d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #16 0x5810bd7fcdfc in vm_call_method_each_type /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4773:16
    #17 0x5810bd7fc8b4 in vm_call_method /tmp/ruby/src/trunk_asan/vm_insnhelper.c
    #18 0x5810bd7c43fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #19 0x5810bd7c43fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #20 0x5810bd7b3617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #21 0x5810bd834301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #22 0x5810bd834301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #23 0x5810bd7e739a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #24 0x5810bd7e739a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #25 0x5810bd816d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #26 0x5810bd7bb99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #27 0x5810bd7bb99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #28 0x5810bd7b3617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #29 0x5810bd834301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #30 0x5810bd834301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #31 0x5810bd7e0a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #32 0x5810bd7e0a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #33 0x5810bd7e0a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #34 0x5810bd7e0a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #35 0x5810bd99f81d in rb_ary_all_p /tmp/ruby/src/trunk_asan/array.c:7872:24
    #36 0x5810bd816d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #37 0x5810bd7bb99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #38 0x5810bd7bb99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #39 0x5810bd7b3617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #40 0x5810bd834301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #41 0x5810bd834301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #42 0x5810bd7e0a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #43 0x5810bd7e0a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #44 0x5810bd7e0a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #45 0x5810bd7e0a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #46 0x5810bd984fb9 in rb_ary_each /tmp/ruby/src/trunk_asan/array.c:2647:9
    #47 0x5810bd816d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #48 0x5810bd7bb99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #49 0x5810bd7bb99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #50 0x5810bd7b3617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #51 0x5810bd53617b in load_iseq_eval /tmp/ruby/src/trunk_asan/load.c:789:5
    #52 0x5810bd52e2af in rb_load_internal /tmp/ruby/src/trunk_asan/load.c:850:9
    #53 0x5810bd533889 in rb_f_load /tmp/ruby/src/trunk_asan/load.c:924:5
    #54 0x5810bd816d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #55 0x5810bd7c43fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #56 0x5810bd7c43fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #57 0x5810bd7b3617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #58 0x5810bd834301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #59 0x5810bd834301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #60 0x5810bd7e739a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #61 0x5810bd7e739a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #62 0x5810bd816d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #63 0x5810bd7bb99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #64 0x5810bd7bb99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #65 0x5810bd7b39d0 in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2611:22
    #66 0x5810bd7b39d0 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2590:18
    #67 0x5810bd43949a in rb_ec_exec_node /tmp/ruby/src/trunk_asan/eval.c:281:9
    #68 0x5810bd43949a in ruby_run_node /tmp/ruby/src/trunk_asan/eval.c:319:30
    #69 0x5810bd432a06 in rb_main /tmp/ruby/src/trunk_asan/main.c:43:12
    #70 0x5810bd432a06 in main /tmp/ruby/src/trunk_asan/main.c:62:12
    #71 0x7abce402a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #72 0x7abce402a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #73 0x5810bd3567e4 in _start (/tmp/ruby/build/trunk_asan/ruby+0x1777e4) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)

SUMMARY: AddressSanitizer: stack-buffer-overflow (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62) in strlen
Shadow bytes around the buggy address:
  0x7abca2f08d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7abca2f08e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7abca2f08e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7abca2f08f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7abca2f08f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x7abca2f09000: f1 f1 f1 f1 f8 f8 f2 f2[01]f3 f3 f3 00 00 00 00
  0x7abca2f09080: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
  0x7abca2f09100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7abca2f09180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7abca2f09200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7abca2f09280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
  Left alloca redzone:     ca
  Right alloca redzone:    cb
==2868592==ABORTING
    #0 0x5d6e3b142601 in pthread_create (/tmp/ruby/build/trunk_asan/ruby+0x1fb601) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x7812c9d1e0bf in raddrinfo_pthread_create /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:481:15
    #2 0x7812c9d0415c in init_fast_fallback_inetsock_internal /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:698:17
    #3 0x5d6e3b1a519f in rb_ensure /tmp/ruby/src/trunk_asan/eval.c:1053:18
    #4 0x7812c9d0327d in rsock_init_inetsock /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:1290:20
    #5 0x7812c9d0b31d in tcp_init /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c:84:12
    #6 0x5d6e3b592f8b in vm_call0_cfunc_with_frame /tmp/ruby/src/trunk_asan/vm_eval.c:164:15
    #7 0x5d6e3b592f8b in vm_call0_cfunc /tmp/ruby/src/trunk_asan/vm_eval.c:178:12
    #8 0x5d6e3b592f8b in vm_call0_body /tmp/ruby/src/trunk_asan/vm_eval.c:229:15
    #9 0x5d6e3b5979f5 in vm_call0_cc /tmp/ruby/src/trunk_asan/vm_eval.c:101:12
    #10 0x5d6e3b5979f5 in rb_call0 /tmp/ruby/src/trunk_asan/vm_eval.c:554:12
    #11 0x5d6e3b546cf5 in rb_call /tmp/ruby/src/trunk_asan/vm_eval.c:873:12
    #12 0x5d6e3b546cf5 in rb_funcallv_kw /tmp/ruby/src/trunk_asan/vm_eval.c:1070:12
    #13 0x5d6e3b2ed1b8 in rb_class_new_instance_kw /tmp/ruby/src/trunk_asan/object.c:2185:5
    #14 0x5d6e3b23cddc in rb_io_s_open /tmp/ruby/src/trunk_asan/io.c:8126:16
    #15 0x5d6e3b57ed07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #16 0x5d6e3b564dfc in vm_call_method_each_type /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4773:16
    #17 0x5d6e3b5648b4 in vm_call_method /tmp/ruby/src/trunk_asan/vm_insnhelper.c
    #18 0x5d6e3b52c3fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #19 0x5d6e3b52c3fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #20 0x5d6e3b51b617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #21 0x5d6e3b59c301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #22 0x5d6e3b59c301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #23 0x5d6e3b54f39a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #24 0x5d6e3b54f39a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #25 0x5d6e3b57ed07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #26 0x5d6e3b52399a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #27 0x5d6e3b52399a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #28 0x5d6e3b51b617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #29 0x5d6e3b59c301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #30 0x5d6e3b59c301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #31 0x5d6e3b548a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #32 0x5d6e3b548a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #33 0x5d6e3b548a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #34 0x5d6e3b548a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #35 0x5d6e3b70781d in rb_ary_all_p /tmp/ruby/src/trunk_asan/array.c:7872:24
    #36 0x5d6e3b57ed07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #37 0x5d6e3b52399a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #38 0x5d6e3b52399a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #39 0x5d6e3b51b617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #40 0x5d6e3b59c301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #41 0x5d6e3b59c301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #42 0x5d6e3b548a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #43 0x5d6e3b548a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #44 0x5d6e3b548a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #45 0x5d6e3b548a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #46 0x5d6e3b6ecfb9 in rb_ary_each /tmp/ruby/src/trunk_asan/array.c:2647:9
    #47 0x5d6e3b57ed07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #48 0x5d6e3b52399a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #49 0x5d6e3b52399a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #50 0x5d6e3b51b617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #51 0x5d6e3b29e17b in load_iseq_eval /tmp/ruby/src/trunk_asan/load.c:789:5
    #52 0x5d6e3b2962af in rb_load_internal /tmp/ruby/src/trunk_asan/load.c:850:9
    #53 0x5d6e3b29b889 in rb_f_load /tmp/ruby/src/trunk_asan/load.c:924:5
    #54 0x5d6e3b57ed07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #55 0x5d6e3b52c3fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #56 0x5d6e3b52c3fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #57 0x5d6e3b51b617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #58 0x5d6e3b59c301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #59 0x5d6e3b59c301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #60 0x5d6e3b54f39a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #61 0x5d6e3b54f39a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #62 0x5d6e3b57ed07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #63 0x5d6e3b52399a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #64 0x5d6e3b52399a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #65 0x5d6e3b51b9d0 in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2611:22
    #66 0x5d6e3b51b9d0 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2590:18
    #67 0x5d6e3b1a149a in rb_ec_exec_node /tmp/ruby/src/trunk_asan/eval.c:281:9
    #68 0x5d6e3b1a149a in ruby_run_node /tmp/ruby/src/trunk_asan/eval.c:319:30
    #69 0x5d6e3b19aa06 in rb_main /tmp/ruby/src/trunk_asan/main.c:43:12
    #70 0x5d6e3b19aa06 in main /tmp/ruby/src/trunk_asan/main.c:62:12
    #71 0x7812e922a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #72 0x7812e922a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #73 0x5d6e3b0be7e4 in _start (/tmp/ruby/build/trunk_asan/ruby+0x1777e4) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)

SUMMARY: AddressSanitizer: stack-buffer-overflow (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62) in strlen
Shadow bytes around the buggy address:
  0x7812b4108d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7812b4108e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7812b4108e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7812b4108f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7812b4108f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x7812b4109000: f1 f1 f1 f1 f8 f8 f2 f2[01]f3 f3 f3 00 00 00 00
  0x7812b4109080: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
  0x7812b4109100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7812b4109180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7812b4109200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x7812b4109280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
  Left alloca redzone:     ca
  Right alloca redzone:    cb
==2868600==ABORTING
    #0 0x55c29778d601 in pthread_create (/tmp/ruby/build/trunk_asan/ruby+0x1fb601) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x73e87964c0bf in raddrinfo_pthread_create /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:481:15
    #2 0x73e87963215c in init_fast_fallback_inetsock_internal /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:698:17
    #3 0x55c2977f019f in rb_ensure /tmp/ruby/src/trunk_asan/eval.c:1053:18
    #4 0x73e87963127d in rsock_init_inetsock /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:1290:20
    #5 0x73e87963931d in tcp_init /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c:84:12
    #6 0x55c297bddf8b in vm_call0_cfunc_with_frame /tmp/ruby/src/trunk_asan/vm_eval.c:164:15
    #7 0x55c297bddf8b in vm_call0_cfunc /tmp/ruby/src/trunk_asan/vm_eval.c:178:12
    #8 0x55c297bddf8b in vm_call0_body /tmp/ruby/src/trunk_asan/vm_eval.c:229:15
    #9 0x55c297be29f5 in vm_call0_cc /tmp/ruby/src/trunk_asan/vm_eval.c:101:12
    #10 0x55c297be29f5 in rb_call0 /tmp/ruby/src/trunk_asan/vm_eval.c:554:12
    #11 0x55c297b91cf5 in rb_call /tmp/ruby/src/trunk_asan/vm_eval.c:873:12
    #12 0x55c297b91cf5 in rb_funcallv_kw /tmp/ruby/src/trunk_asan/vm_eval.c:1070:12
    #13 0x55c2979381b8 in rb_class_new_instance_kw /tmp/ruby/src/trunk_asan/object.c:2185:5
    #14 0x55c297887ddc in rb_io_s_open /tmp/ruby/src/trunk_asan/io.c:8126:16
    #15 0x55c297bc9d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #16 0x55c297bafdfc in vm_call_method_each_type /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4773:16
    #17 0x55c297baf8b4 in vm_call_method /tmp/ruby/src/trunk_asan/vm_insnhelper.c
    #18 0x55c297b773fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #19 0x55c297b773fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #20 0x55c297b66617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #21 0x55c297be7301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #22 0x55c297be7301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #23 0x55c297b9a39a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #24 0x55c297b9a39a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #25 0x55c297bc9d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #26 0x55c297b6e99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #27 0x55c297b6e99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #28 0x55c297b66617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #29 0x55c297be7301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #30 0x55c297be7301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #31 0x55c297b93a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #32 0x55c297b93a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #33 0x55c297b93a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #34 0x55c297b93a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #35 0x55c297d5281d in rb_ary_all_p /tmp/ruby/src/trunk_asan/array.c:7872:24
    #36 0x55c297bc9d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #37 0x55c297b6e99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #38 0x55c297b6e99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #39 0x55c297b66617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #40 0x55c297be7301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #41 0x55c297be7301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #42 0x55c297b93a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #43 0x55c297b93a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #44 0x55c297b93a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #45 0x55c297b93a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #46 0x55c297d37fb9 in rb_ary_each /tmp/ruby/src/trunk_asan/array.c:2647:9
    #47 0x55c297bc9d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #48 0x55c297b6e99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #49 0x55c297b6e99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #50 0x55c297b66617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #51 0x55c297be7301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #52 0x55c297be7301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #53 0x55c297b93a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #54 0x55c297b93a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #55 0x55c297b93a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #56 0x55c297b93a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #57 0x55c297d37fb9 in rb_ary_each /tmp/ruby/src/trunk_asan/array.c:2647:9
    #58 0x55c297bc9d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #59 0x55c297b6e99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #60 0x55c297b6e99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #61 0x55c297b66617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #62 0x55c2978e917b in load_iseq_eval /tmp/ruby/src/trunk_asan/load.c:789:5
    #63 0x55c2978e12af in rb_load_internal /tmp/ruby/src/trunk_asan/load.c:850:9
    #64 0x55c2978e6889 in rb_f_load /tmp/ruby/src/trunk_asan/load.c:924:5
    #65 0x55c297bc9d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #66 0x55c297b773fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #67 0x55c297b773fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #68 0x55c297b66617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #69 0x55c297be7301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #70 0x55c297be7301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #71 0x55c297b9a39a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #72 0x55c297b9a39a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #73 0x55c297bc9d07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #74 0x55c297b6e99a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #75 0x55c297b6e99a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #76 0x55c297b669d0 in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2611:22
    #77 0x55c297b669d0 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2590:18
    #78 0x55c2977ec49a in rb_ec_exec_node /tmp/ruby/src/trunk_asan/eval.c:281:9
    #79 0x55c2977ec49a in ruby_run_node /tmp/ruby/src/trunk_asan/eval.c:319:30
    #80 0x55c2977e5a06 in rb_main /tmp/ruby/src/trunk_asan/main.c:43:12
    #81 0x55c2977e5a06 in main /tmp/ruby/src/trunk_asan/main.c:62:12
    #82 0x73e896a2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #83 0x73e896a2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #84 0x55c2977097e4 in _start (/tmp/ruby/build/trunk_asan/ruby+0x1777e4) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)

SUMMARY: AddressSanitizer: stack-buffer-overflow (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62) in strlen
Shadow bytes around the buggy address:
  0x73e866108d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x73e866108e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x73e866108e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x73e866108f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x73e866108f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x73e866109000: f1 f1 f1 f1 f8 f8 f2 f2[01]f3 f3 f3 00 00 00 00
  0x73e866109080: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
  0x73e866109100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x73e866109180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x73e866109200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x73e866109280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
  Left alloca redzone:     ca
  Right alloca redzone:    cb
==2868586==ABORTING

A child mspec-run process died unexpectedly while running /tmp/ruby/src/trunk_asan/spec/ruby/library/net-http/http/active_spec.rb
    #0 0x5a986f923dec in strlen (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x70816e51d8dd in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3105:55
    #2 0x5a986f9a895e in asan_thread_start(void*) asan_interceptors.cpp.o
    #3 0x70818fe9ca93 in start_thread nptl/pthread_create.c:447:8
    #4 0x70818ff29c3b in clone3 misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Address 0x708169d09041 is located in stack of thread T11 at offset 65 in frame
    #0 0x70816e51d4df in do_fast_fallback_getaddrinfo /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:3056

  This frame has 2 object(s):
    [32, 48) 'sleep_ts' (line 3076)
    [64, 65) 'notification' (line 3102) <== Memory access at offset 65 overflows this variable
HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
      (longjmp and C++ exceptions *are* supported)
Thread T11 created by T0 here:
    #0 0x5a986f990601 in pthread_create (/tmp/ruby/build/trunk_asan/ruby+0x1fb601) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)
    #1 0x70816e5160bf in raddrinfo_pthread_create /tmp/ruby/src/trunk_asan/ext/socket/raddrinfo.c:481:15
    #2 0x70816e4fc15c in init_fast_fallback_inetsock_internal /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:698:17
    #3 0x5a986f9f319f in rb_ensure /tmp/ruby/src/trunk_asan/eval.c:1053:18
    #4 0x70816e4fb27d in rsock_init_inetsock /tmp/ruby/src/trunk_asan/ext/socket/ipsocket.c:1290:20
    #5 0x70816e50331d in tcp_init /tmp/ruby/src/trunk_asan/ext/socket/tcpsocket.c:84:12
    #6 0x5a986fde0f8b in vm_call0_cfunc_with_frame /tmp/ruby/src/trunk_asan/vm_eval.c:164:15
    #7 0x5a986fde0f8b in vm_call0_cfunc /tmp/ruby/src/trunk_asan/vm_eval.c:178:12
    #8 0x5a986fde0f8b in vm_call0_body /tmp/ruby/src/trunk_asan/vm_eval.c:229:15
    #9 0x5a986fde59f5 in vm_call0_cc /tmp/ruby/src/trunk_asan/vm_eval.c:101:12
    #10 0x5a986fde59f5 in rb_call0 /tmp/ruby/src/trunk_asan/vm_eval.c:554:12
    #11 0x5a986fd94cf5 in rb_call /tmp/ruby/src/trunk_asan/vm_eval.c:873:12
    #12 0x5a986fd94cf5 in rb_funcallv_kw /tmp/ruby/src/trunk_asan/vm_eval.c:1070:12
    #13 0x5a986fb3b1b8 in rb_class_new_instance_kw /tmp/ruby/src/trunk_asan/object.c:2185:5
    #14 0x5a986fa8addc in rb_io_s_open /tmp/ruby/src/trunk_asan/io.c:8126:16
    #15 0x5a986fdccd07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #16 0x5a986fdb2dfc in vm_call_method_each_type /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4773:16
    #17 0x5a986fdb28b4 in vm_call_method /tmp/ruby/src/trunk_asan/vm_insnhelper.c
    #18 0x5a986fd7a3fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #19 0x5a986fd7a3fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #20 0x5a986fd69617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #21 0x5a986fdea301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #22 0x5a986fdea301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #23 0x5a986fd9d39a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #24 0x5a986fd9d39a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #25 0x5a986fdccd07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #26 0x5a986fd7199a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #27 0x5a986fd7199a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #28 0x5a986fd69617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #29 0x5a986fdea301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #30 0x5a986fdea301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #31 0x5a986fd96a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #32 0x5a986fd96a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #33 0x5a986fd96a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #34 0x5a986fd96a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #35 0x5a986ff5581d in rb_ary_all_p /tmp/ruby/src/trunk_asan/array.c:7872:24
    #36 0x5a986fdccd07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #37 0x5a986fd7199a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #38 0x5a986fd7199a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #39 0x5a986fd69617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #40 0x5a986fdea301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #41 0x5a986fdea301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #42 0x5a986fd96a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #43 0x5a986fd96a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #44 0x5a986fd96a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #45 0x5a986fd96a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #46 0x5a986ff3afb9 in rb_ary_each /tmp/ruby/src/trunk_asan/array.c:2647:9
    #47 0x5a986fdccd07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #48 0x5a986fd7199a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #49 0x5a986fd7199a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #50 0x5a986fd69617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #51 0x5a986fdea301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #52 0x5a986fdea301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #53 0x5a986fd96a05 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #54 0x5a986fd96a05 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1674:12
    #55 0x5a986fd96a05 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #56 0x5a986fd96a05 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #57 0x5a986ff3afb9 in rb_ary_each /tmp/ruby/src/trunk_asan/array.c:2647:9
    #58 0x5a986fdccd07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #59 0x5a986fd7199a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #60 0x5a986fd7199a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #61 0x5a986fd69617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #62 0x5a986faec17b in load_iseq_eval /tmp/ruby/src/trunk_asan/load.c:789:5
    #63 0x5a986fae42af in rb_load_internal /tmp/ruby/src/trunk_asan/load.c:850:9
    #64 0x5a986fae9889 in rb_f_load /tmp/ruby/src/trunk_asan/load.c:924:5
    #65 0x5a986fdccd07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #66 0x5a986fd7a3fc in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #67 0x5a986fd7a3fc in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:898:11
    #68 0x5a986fd69617 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2584:22
    #69 0x5a986fdea301 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1615:12
    #70 0x5a986fdea301 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1629:20
    #71 0x5a986fd9d39a in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1666:12
    #72 0x5a986fd9d39a in yield_under /tmp/ruby/src/trunk_asan/vm_eval.c:2109:12
    #73 0x5a986fdccd07 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3795:11
    #74 0x5a986fd7199a in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5962:15
    #75 0x5a986fd7199a in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #76 0x5a986fd699d0 in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2611:22
    #77 0x5a986fd699d0 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2590:18
    #78 0x5a986f9ef49a in rb_ec_exec_node /tmp/ruby/src/trunk_asan/eval.c:281:9
    #79 0x5a986f9ef49a in ruby_run_node /tmp/ruby/src/trunk_asan/eval.c:319:30
    #80 0x5a986f9e8a06 in rb_main /tmp/ruby/src/trunk_asan/main.c:43:12
    #81 0x5a986f9e8a06 in main /tmp/ruby/src/trunk_asan/main.c:62:12
    #82 0x70818fe2a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #83 0x70818fe2a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #84 0x5a986f90c7e4 in _start (/tmp/ruby/build/trunk_asan/ruby+0x1777e4) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62)

SUMMARY: AddressSanitizer: stack-buffer-overflow (/tmp/ruby/build/trunk_asan/ruby+0x18edec) (BuildId: bc52e8f52d4e28bb06308300be2c52d04473bc62) in strlen
Shadow bytes around the buggy address:
  0x708169d08d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x708169d08e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x708169d08e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x708169d08f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x708169d08f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x708169d09000: f1 f1 f1 f1 f8 f8 f2 f2[01]f3 f3 f3 00 00 00 00
  0x708169d09080: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
  0x708169d09100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x708169d09180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x708169d09200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x708169d09280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
  Left alloca redzone:     ca
  Right alloca redzone:    cb
==2868595==ABORTING
  2520 ....

Finished in 33.568973 seconds

1540 files, 17505 examples, 74106 expectations, 0 failures, 0 errors, 0 tagged
make: *** [uncommon.mk:1013: yes-test-spec] Error 1
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 512.
raw logfile