# Logfile created on 2024-07-08 09:04:31 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007fcd0af1fde0 @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-random1", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random1", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random1", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random1", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=\"--test-order=random\"", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-random1.20240708-090431", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007fcd0af40e28 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fcd0af40b80 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fcd0ae5a298 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random1.20240708-090431", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random1.20240708-090431>, @binmode=false, @mon_data=#<Monitor:0x00007fcd0af405b8>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-random1
Cloning into 'trunk-random1'...
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-random1" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-random1/configure --prefix=/tmp/ruby/install/trunk-random1 --disable-install-doc --enable-shared
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 gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking for gcc... (cached) gcc
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 gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... unsupported
checking for c++ option to enable C++98 features... unsupported
checking how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
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 gcc -E accepts -o... yes
checking for gcc-ar 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... no
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... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... yes
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... no
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... yes
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... yes
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... yes
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
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 -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... no
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... no
configure: WARNING: something wrong with CXXFLAGS=""
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... no
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__((__depreacted__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) 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 gcc 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... yes
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_add_overflow... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... 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_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 strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined 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
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for setjmp type... __builtin_setjmp
checking if Ruby is build with shared GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking for default symbols in empty shared library... 
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-random1
   * exec prefix:         ${prefix}
   * arch:                x86_64-linux
   * site arch:           ${arch}
   * RUBY_BASE_NAME:      ruby
   * enable shared:       yes
   * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
   * site libraries path: ${rubylibprefix}/${sitearch}
   * vendor path:         ${rubylibprefix}/vendor_ruby
   * target OS:           linux
   * compiler:            gcc
   * with thread:         pthread
   * with coroutine:      amd64
   * with shared GC:      no
   * enable shared libs:  yes
   * dynamic library ext: so
   * CFLAGS:              ${hardenflags}  ${optflags} ${debugflags} \
                          ${warnflags}
   * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic -Wl,--no-as-needed
   * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
   * optflags:            -O3 -fno-fast-math
   * debugflags:          -ggdb3
   * warnflags:           -Wall -Wextra -Wdeprecated-declarations \
                          -Wdiv-by-zero -Wduplicated-cond \
                          -Wimplicit-function-declaration -Wimplicit-int \
                          -Wpointer-arith -Wwrite-strings \
                          -Wold-style-definition -Wimplicit-fallthrough=0 \
                          -Wmissing-noreturn -Wno-cast-function-type \
                          -Wno-constant-logical-operand -Wno-long-long \
                          -Wno-missing-field-initializers \
                          -Wno-overlength-strings \
                          -Wno-packed-bitfield-compat \
                          -Wno-parentheses-equality -Wno-self-assign \
                          -Wno-tautological-compare -Wno-unused-parameter \
                          -Wno-unused-value -Wsuggest-attribute=format \
                          -Wsuggest-attribute=noreturn -Wunused-variable \
                          -Wmisleading-indentation -Wundef
   * hardenflags:         -fstack-protector-strong -U_FORTIFY_SOURCE \
                          -D_FORTIFY_SOURCE=2
   * strip command:       strip -S -x
   * install doc:         no
   * YJIT support:        yes
   * RJIT support:        yes
   * man page type:       man
   * BASERUBY -v:         ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \
                          [x86_64-linux-gnu]

---
$$$[end] "/tmp/ruby/src/trunk-random1/configure --prefix=/tmp/ruby/install/trunk-random1 --disable-install-doc --enable-shared" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.24.1...
Downloading bundled gem rake-13.2.1...
Downloading bundled gem test-unit-3.6.2...
Downloading bundled gem rexml-3.3.1...
Downloading bundled gem rss-0.3.0...
Downloading bundled gem net-ftp-0.3.7...
Downloading bundled gem net-imap-0.4.14...
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 debug-1.9.2...
Downloading bundled gem racc-1.8.0...
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...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-random1/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-random1/gems/src
Cloning https://github.com/ruby/power_assert
Cloning into '/tmp/ruby/src/trunk-random1/gems/src/power_assert'...
Cloning https://github.com/ruby/rbs
Cloning https://github.com/ruby/typeprof
Cloning into '/tmp/ruby/src/trunk-random1/gems/src/rbs'...
Cloning into '/tmp/ruby/src/trunk-random1/gems/src/typeprof'...
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
From https://github.com/ruby/power_assert
 * branch            84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD
HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/power_assert.revision updated
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-random1/gems/power_assert-2.0.3.gem
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
From https://github.com/ruby/typeprof
 * branch            b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD
HEAD is now at b19a641 Add support for future `putchilledstring` instruction
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision updated
Building typeprof@b19a6416da3a05d57fadd6ffdadb382b6d236ca5 to /tmp/ruby/src/trunk-random1/gems/typeprof-0.21.11.gem
From https://github.com/ruby/rbs
 * branch              97e12999b14dc36e374ed30a03fca58af62dfd90 -> FETCH_HEAD
  Successfully built RubyGem
  Name: typeprof
  Version: 0.21.11
  File: typeprof-0.21.11.gem
HEAD is now at 97e12999 Use `File.open` instead of `IO.sysopen`
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/rbs.revision updated
Building rbs@97e12999b14dc36e374ed30a03fca58af62dfd90 to /tmp/ruby/src/trunk-random1/gems/rbs-3.5.1.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.5.1
  File: rbs-3.5.1.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = bfb8cad771
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
id.h updated
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
known_errors.inc updated
generating vm_call_iseq_optimized.inc
vm_call_iseq_optimized.inc updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-random1/enc/jis
+ cp /tmp/ruby/src/trunk-random1/enc/jis/props.h.blt /tmp/ruby/src/trunk-random1/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-random1/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-random1/probes.d > probes.dmyh
/tmp/ruby/src/trunk-random1/revision.h updated
generating /tmp/ruby/src/trunk-random1/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating id.c
making /tmp/ruby/src/trunk-random1/ast.rbinc
id.c updated
making /tmp/ruby/src/trunk-random1/dir.rbinc
making /tmp/ruby/src/trunk-random1/gc.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-random1/numeric.rbinc
making /tmp/ruby/src/trunk-random1/io.rbinc
making /tmp/ruby/src/trunk-random1/marshal.rbinc
making /tmp/ruby/src/trunk-random1/rjit.rbinc
making /tmp/ruby/src/trunk-random1/rjit_c.rbinc
making /tmp/ruby/src/trunk-random1/pack.rbinc
making /tmp/ruby/src/trunk-random1/trace_point.rbinc
making /tmp/ruby/src/trunk-random1/warning.rbinc
making /tmp/ruby/src/trunk-random1/array.rbinc
making /tmp/ruby/src/trunk-random1/kernel.rbinc
making /tmp/ruby/src/trunk-random1/ractor.rbinc
making /tmp/ruby/src/trunk-random1/symbol.rbinc
making /tmp/ruby/src/trunk-random1/timev.rbinc
making /tmp/ruby/src/trunk-random1/thread_sync.rbinc
making /tmp/ruby/src/trunk-random1/nilclass.rbinc
making /tmp/ruby/src/trunk-random1/prelude.rbinc
making /tmp/ruby/src/trunk-random1/gem_prelude.rbinc
making /tmp/ruby/src/trunk-random1/yjit.rbinc
generating /tmp/ruby/src/trunk-random1/ext/ripper/ripper.c
generating /tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
extracting ripper.y from ../../parse.y
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/socket'
limits.c updated
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/etc'
generating miniprelude.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/socket'
generating golf_prelude.c
golf_prelude.c updated
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
miniprelude.c updated
generating eventids2table.c from ./eventids2.c
generating x86_64-linux-fake.rb
compiling compiler ripper.y
/bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating ripper_init.c from ./ripper_init.c.tmpl
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
generating table from enc/trans/big5.c
generating table from enc/trans/cesu_8.c
generating enc/trans/cesu_8.c ...
generating table from enc/trans/chinese.c
generating enc/trans/chinese.c ...
generating table from enc/trans/ebcdic.c
generating enc/trans/ebcdic.c ...
generating table from enc/trans/emoji.c
generating enc/trans/emoji.c ...
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji_iso2022_kddi.c ...
generating table from enc/trans/emoji_sjis_docomo.c
generating enc/trans/emoji_sjis_docomo.c ...
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_sjis_kddi.c ...
generating table from enc/trans/emoji_sjis_softbank.c
generating enc/trans/emoji_sjis_softbank.c ...
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating enc/trans/big5.c ...
generating table from enc/trans/gbk.c
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
generating enc/trans/gbk.c ...
generating table from enc/trans/japanese_sjis.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
generating table from enc/trans/korean.c
generating enc/trans/japanese_sjis.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/single_byte.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating /tmp/ruby/src/trunk-random1/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
generating /tmp/ruby/src/trunk-random1/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
generating /tmp/ruby/src/trunk-random1/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
generating /tmp/ruby/src/trunk-random1/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
generating enc/trans/korean.c ...
generating enc/trans/utf8_mac.c ...
generating enc/trans/japanese_euc.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
/usr/bin/mkdir -p /tmp/ruby/src/trunk-random1/.bundle/gems
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
Extracting bundle gem minitest-5.24.1...
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/power_assert.revision -
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/rbs.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
Extracting bundle gem rake-13.2.1...
Extracting bundle gem test-unit-3.6.2...
Extracting bundle gem rexml-3.3.1...
Unpacked gems/minitest-5.24.1.gem
Extracting bundle gem rss-0.3.0...
Unpacked gems/rexml-3.3.1.gem
Unpacked gems/test-unit-3.6.2.gem
Unpacked gems/rake-13.2.1.gem
Extracting bundle gem net-ftp-0.3.7...
Extracting bundle gem net-imap-0.4.14...
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-ftp-0.3.7.gem
Extracting bundle gem net-smtp-0.5.0...
Unpacked gems/net-pop-0.1.2.gem
Unpacked gems/net-imap-0.4.14.gem
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem matrix-0.4.2...
Extracting bundle gem prime-0.1.2...
Extracting bundle gem debug-1.9.2...
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem racc-1.8.0...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem mutex_m-0.2.0...
Unpacked gems/net-smtp-0.5.0.gem
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/debug-1.9.2.gem
Extracting bundle gem base64-0.2.0...
Unpacked gems/mutex_m-0.2.0.gem
Extracting bundle gem bigdecimal-3.1.8...
Unpacked gems/racc-1.8.0.gem
Extracting bundle gem observer-0.1.2...
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem abbrev-0.1.2...
Unpacked gems/base64-0.2.0.gem
Extracting bundle gem resolv-replace-0.1.1...
Unpacked gems/bigdecimal-3.1.8.gem
Extracting bundle gem rinda-0.2.0...
Unpacked gems/abbrev-0.1.2.gem
Extracting bundle gem drb-2.2.1...
Unpacked gems/observer-0.1.2.gem
Extracting bundle gem nkf-0.2.0...
Unpacked gems/resolv-replace-0.1.1.gem
Extracting bundle gem syslog-0.1.2...
Unpacked gems/rinda-0.2.0.gem
Extracting bundle gem csv-3.3.0...
Unpacked gems/drb-2.2.1.gem
Unpacked gems/nkf-0.2.0.gem
Unpacked gems/syslog-0.1.2.gem
Unpacked gems/csv-3.3.0.gem
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-random1/gems/power_assert-2.0.3.gem
Extracting bundle gem rbs-3.5.1...
Extracting bundle gem typeprof-0.21.11...
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Unpacked gems/typeprof-0.21.11.gem
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
Unpacked gems/rbs-3.5.1.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-random1/main.c
compiling /tmp/ruby/src/trunk-random1/dmydln.c
compiling /tmp/ruby/src/trunk-random1/miniinit.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-random1/ast.c
compiling /tmp/ruby/src/trunk-random1/bignum.c
compiling /tmp/ruby/src/trunk-random1/class.c
compiling /tmp/ruby/src/trunk-random1/compar.c
compiling /tmp/ruby/src/trunk-random1/compile.c
compiling /tmp/ruby/src/trunk-random1/complex.c
compiling /tmp/ruby/src/trunk-random1/cont.c
compiling /tmp/ruby/src/trunk-random1/debug.c
compiling /tmp/ruby/src/trunk-random1/debug_counter.c
compiling /tmp/ruby/src/trunk-random1/dir.c
compiling /tmp/ruby/src/trunk-random1/dln_find.c
compiling /tmp/ruby/src/trunk-random1/encoding.c
compiling /tmp/ruby/src/trunk-random1/enum.c
compiling /tmp/ruby/src/trunk-random1/enumerator.c
compiling /tmp/ruby/src/trunk-random1/error.c
compiling /tmp/ruby/src/trunk-random1/eval.c
compiling /tmp/ruby/src/trunk-random1/file.c
compiling /tmp/ruby/src/trunk-random1/gc.c
compiling /tmp/ruby/src/trunk-random1/gc_impl.c
compiling /tmp/ruby/src/trunk-random1/hash.c
compiling /tmp/ruby/src/trunk-random1/inits.c
compiling /tmp/ruby/src/trunk-random1/imemo.c
compiling /tmp/ruby/src/trunk-random1/io.c
compiling /tmp/ruby/src/trunk-random1/io_buffer.c
compiling /tmp/ruby/src/trunk-random1/iseq.c
compiling /tmp/ruby/src/trunk-random1/load.c
compiling /tmp/ruby/src/trunk-random1/marshal.c
compiling /tmp/ruby/src/trunk-random1/math.c
compiling /tmp/ruby/src/trunk-random1/memory_view.c
compiling /tmp/ruby/src/trunk-random1/rjit.c
compiling /tmp/ruby/src/trunk-random1/rjit_c.c
compiling /tmp/ruby/src/trunk-random1/node.c
compiling /tmp/ruby/src/trunk-random1/node_dump.c
compiling /tmp/ruby/src/trunk-random1/numeric.c
compiling /tmp/ruby/src/trunk-random1/object.c
compiling /tmp/ruby/src/trunk-random1/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-random1/parser_st.c
compiling /tmp/ruby/src/trunk-random1/proc.c
compiling /tmp/ruby/src/trunk-random1/process.c
compiling /tmp/ruby/src/trunk-random1/ractor.c
compiling /tmp/ruby/src/trunk-random1/random.c
compiling /tmp/ruby/src/trunk-random1/range.c
compiling /tmp/ruby/src/trunk-random1/rational.c
compiling /tmp/ruby/src/trunk-random1/re.c
compiling /tmp/ruby/src/trunk-random1/regcomp.c
compiling /tmp/ruby/src/trunk-random1/regenc.c
compiling /tmp/ruby/src/trunk-random1/regerror.c
compiling /tmp/ruby/src/trunk-random1/regexec.c
compiling /tmp/ruby/src/trunk-random1/regparse.c
compiling /tmp/ruby/src/trunk-random1/regsyntax.c
compiling /tmp/ruby/src/trunk-random1/ruby.c
compiling /tmp/ruby/src/trunk-random1/ruby_parser.c
compiling /tmp/ruby/src/trunk-random1/scheduler.c
compiling /tmp/ruby/src/trunk-random1/shape.c
compiling /tmp/ruby/src/trunk-random1/signal.c
compiling /tmp/ruby/src/trunk-random1/sprintf.c
compiling /tmp/ruby/src/trunk-random1/st.c
compiling /tmp/ruby/src/trunk-random1/strftime.c
compiling /tmp/ruby/src/trunk-random1/string.c
compiling /tmp/ruby/src/trunk-random1/struct.c
compiling /tmp/ruby/src/trunk-random1/symbol.c
compiling /tmp/ruby/src/trunk-random1/thread.c
compiling /tmp/ruby/src/trunk-random1/time.c
compiling /tmp/ruby/src/trunk-random1/transcode.c
compiling /tmp/ruby/src/trunk-random1/util.c
compiling /tmp/ruby/src/trunk-random1/variable.c
compiling /tmp/ruby/src/trunk-random1/version.c
compiling /tmp/ruby/src/trunk-random1/vm.c
compiling /tmp/ruby/src/trunk-random1/vm_backtrace.c
compiling /tmp/ruby/src/trunk-random1/vm_dump.c
compiling /tmp/ruby/src/trunk-random1/vm_sync.c
compiling /tmp/ruby/src/trunk-random1/vm_trace.c
compiling /tmp/ruby/src/trunk-random1/weakmap.c
compiling /tmp/ruby/src/trunk-random1/yjit.c
building Rust YJIT (release mode)
compiling /tmp/ruby/src/trunk-random1/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-random1/addr2line.c
compiling /tmp/ruby/src/trunk-random1/array.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-random1/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk-random1/prism/encoding.c
compiling /tmp/ruby/src/trunk-random1/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-random1/prism/options.c
compiling /tmp/ruby/src/trunk-random1/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-random1/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-random1/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-random1/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-random1/prism/prism.c
compiling /tmp/ruby/src/trunk-random1/prism_init.c
assembling /tmp/ruby/src/trunk-random1/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-random1/enc/ascii.c
compiling /tmp/ruby/src/trunk-random1/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-random1/enc/unicode.c
compiling /tmp/ruby/src/trunk-random1/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 -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-random1/dln.c
compiling /tmp/ruby/src/trunk-random1/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-random1/dmyext.c
compiling /tmp/ruby/src/trunk-random1/dmyenc.c
compiling /tmp/ruby/src/trunk-random1/loadpath.c
builtin_binary.inc updated
eed5aef30cb76bdc3c5bab1bc5436c64065e644819a43e0b85f0be05c2618322  builtin_binary.inc
compiling /tmp/ruby/src/trunk-random1/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.4.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h updated
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
compiling /tmp/ruby/src/trunk-random1/enc/encdb.c
compiling /tmp/ruby/src/trunk-random1/enc/big5.c
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating transdb.h
compiling /tmp/ruby/src/trunk-random1/enc/cesu_8.c
transdb.h updated
compiling /tmp/ruby/src/trunk-random1/enc/cp949.c
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk-random1/enc/emacs_mule.c
ext/configure-ext.mk updated
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
compiling /tmp/ruby/src/trunk-random1/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk-random1/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-random1/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-random1/enc/euc_tw.c
generating table from /tmp/ruby/src/trunk-random1/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-random1/enc/gb2312.c
compiling /tmp/ruby/src/trunk-random1/enc/gb18030.c
compiling /tmp/ruby/src/trunk-random1/enc/gbk.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-random1/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-random1/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-random1/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-random1/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-random1/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-random1/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-random1/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-random1/enc/windows_31j.c
compiling /tmp/ruby/src/trunk-random1/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-random1/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-random1/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-random1/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-random1/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-random1/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
generating table from /tmp/ruby/src/trunk-random1/enc/trans/cesu_8.c
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
generating /tmp/ruby/src/trunk-random1/enc/trans/cesu_8.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/chinese.c
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
generating /tmp/ruby/src/trunk-random1/enc/trans/big5.c ...
linking encoding iso_8859_14.so
generating table from /tmp/ruby/src/trunk-random1/enc/trans/ebcdic.c
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
generating /tmp/ruby/src/trunk-random1/enc/trans/ebcdic.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji.c
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_1250.so
linking encoding windows_31j.so
linking encoding windows_1251.so
generating /tmp/ruby/src/trunk-random1/enc/trans/emoji.c ...
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji_iso2022_kddi.c
generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_docomo.c
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/asan
configuring -test-/bignum
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
generating /tmp/ruby/src/trunk-random1/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-random1/enc/trans/emoji_iso2022_kddi.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_docomo.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/escape.c
generating /tmp/ruby/src/trunk-random1/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_kddi.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-random1/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-random1/enc/trans/japanese.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-random1/enc/trans/gbk.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-random1/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/korean.c
generating /tmp/ruby/src/trunk-random1/enc/trans/gb18030.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/single_byte.c
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
generating /tmp/ruby/src/trunk-random1/enc/trans/single_byte.c ...
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
generating table from /tmp/ruby/src/trunk-random1/enc/trans/utf8_mac.c
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
generating /tmp/ruby/src/trunk-random1/enc/trans/japanese_euc.c ...
generating table from /tmp/ruby/src/trunk-random1/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-random1/enc/trans/utf_16_32.c ...
linking transcoder transdb.so
compiling /tmp/ruby/src/trunk-random1/enc/trans/big5.c
generating /tmp/ruby/src/trunk-random1/enc/trans/korean.c ...
compiling /tmp/ruby/src/trunk-random1/enc/trans/cesu_8.c
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
compiling /tmp/ruby/src/trunk-random1/enc/trans/chinese.c
configuring -test-/thread/id
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
generating /tmp/ruby/src/trunk-random1/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-random1/enc/trans/ebcdic.c
configuring cgi/escape
configuring continuation
configuring coverage
compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji.c
configuring date
compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-random1/enc/trans/escape.c
configuring digest
configuring digest/bubblebabble
configuring digest/md5
compiling /tmp/ruby/src/trunk-random1/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-random1/enc/trans/gbk.c
configuring erb/escape
configuring etc
configuring digest/rmd160
compiling /tmp/ruby/src/trunk-random1/enc/trans/iso2022.c
configuring digest/sha1
compiling /tmp/ruby/src/trunk-random1/enc/trans/japanese.c
configuring digest/sha2
compiling /tmp/ruby/src/trunk-random1/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-random1/enc/trans/japanese_sjis.c
configuring fcntl
configuring fiddle
compiling /tmp/ruby/src/trunk-random1/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-random1/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-random1/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-random1/enc/trans/utf_16_32.c
linking transcoder big5.so
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_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
making encs
configuring io/console
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring io/nonblock
configuring io/wait
configuring stringio
configuring strscan
configuring zlib
configuring bigdecimal-3.1.8/ext/bigdecimal
configuring debug-1.9.2/ext/debug
configuring nkf-0.2.0/ext/nkf
configuring racc-1.8.0/ext/racc/cparse
configuring rbs-3.5.1/ext/rbs_extension
configuring syslog-0.1.2/ext/syslog
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/array/resize/resize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/asan'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/asan/asan.c
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/beg_len_step'
linking shared-object -test-/array/to_ary_concat.so
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/big2str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bug-3571/bug.c
linking shared-object -test-/asan.so
linking shared-object -test-/bug_14834.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/bigzero.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/asan'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bug-5832/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/class'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/div.c
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/debug/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/class/init.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/debug/inspector.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/econv/append.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/debug/profile_frames.c
linking shared-object -test-/class.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/intpack.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/econv/init.c
linking shared-object -test-/debug.so
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/eval/eval.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/mul.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/exception/dataerror.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/fatal/init.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/file'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/str2big.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/bignum.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/file/newline_conv.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/file/stat.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/exception/init.c
linking shared-object -test-/fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/float'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/float/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/funcall/funcall.c
linking shared-object -test-/exception.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/float/nextafter.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/gvl/call_without_gvl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/hash/delete.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/integer/core_ext.c
linking shared-object -test-/float.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/iter/break.c
linking shared-object -test-/hash.so
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/dot.dot/dot.dot.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/integer/init.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/iter/yield.c
linking shared-object -test-/load/protect.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/integer/my_integer.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
linking shared-object -test-/integer.so
linking shared-object -test-/iter.so
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/stringify_symbols/stringify_symbols.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/stringify_target/stringify_target.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/compat.so
linking shared-object -test-/load/stringify_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/memory_view/memory_view.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/method'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/method/arity.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/notimplement/bug.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/num2int/num2int.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/method/init.c
linking shared-object -test-/memory_view.so
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/path_to_class'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/path_to_class/path_to_class.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/num2int.so
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/postponed_job/postponed_job.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/printf/printf.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/proc/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/random'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/random/bad_version.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/proc/receiver.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/rational/rat.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/random/loop.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/proc.so
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/recursion/recursion.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/regexp/init.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/recursion.so
linking shared-object -test-/rational.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/regexp/parse_depth_limit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/st/foreach/foreach.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/st/update/update.c
linking shared-object -test-/st/numhash.so
linking shared-object -test-/scan_args.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/string'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/scan_args'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/symbol/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/data.c
linking shared-object -test-/st/update.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/symbol/type.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/thread/id/id.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/duplicate.c
linking shared-object -test-/symbol.so
linking shared-object -test-/thread/id.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/thread/instrumentation/instrumentation.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/cstr.c
linking shared-object -test-/thread/instrumentation.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/member.c
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/thread_fd/thread_fd.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/time'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/time/init.c
linking shared-object -test-/struct.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/ellipsize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/tracepoint/gc_hook.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/time/leap_second.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/enc_dummy.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/fstring.c
linking shared-object -test-/vm/at_exit.so
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/wait/wait.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-random1/ext/cgi/escape/escape.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/continuation'
compiling /tmp/ruby/src/trunk-random1/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/init.c
linking shared-object cgi/escape.so
linking shared-object continuation.so
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/wait'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/continuation'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/modify.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
compiling /tmp/ruby/src/trunk-random1/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
compiling /tmp/ruby/src/trunk-random1/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-random1/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/new.c
installing default coverage libraries
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
compiling /tmp/ruby/src/trunk-random1/ext/digest/digest.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/nofree.c
linking shared-object digest.so
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/normalize.c
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/erb/escape'
compiling /tmp/ruby/src/trunk-random1/ext/erb/escape/escape.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/qsort.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/etc'
compiling /tmp/ruby/src/trunk-random1/ext/etc/etc.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-random1/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/rb_str_dup.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fcntl'
compiling /tmp/ruby/src/trunk-random1/ext/fcntl/fcntl.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
compiling /tmp/ruby/src/trunk-random1/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/set_len.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
compiling /tmp/ruby/src/trunk-random1/ext/io/console/console.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk-random1/ext/fiddle/conversions.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/wait'
compiling /tmp/ruby/src/trunk-random1/ext/io/wait/wait.c
compiling /tmp/ruby/src/trunk-random1/ext/fiddle/fiddle.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
compiling /tmp/ruby/src/trunk-random1/ext/monitor/monitor.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/wait'
installing default monitor libraries
compiling /tmp/ruby/src/trunk-random1/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-random1/ext/fiddle/handle.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
compiling /tmp/ruby/src/trunk-random1/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-random1/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-random1/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-random1/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-random1/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk-random1/ext/fiddle/pointer.c
installing default date_core libraries
compiling /tmp/ruby/src/trunk-random1/ext/objspace/objspace_dump.c
installing default objspace libraries
installing default fiddle libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
compiling /tmp/ruby/src/trunk-random1/ext/openssl/openssl_missing.c
linking shared-object date_core.so
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
compiling /tmp/ruby/src/trunk-random1/ext/pathname/pathname.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
compiling /tmp/ruby/src/trunk-random1/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
compiling /tmp/ruby/src/trunk-random1/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-random1/ext/psych/psych_emitter.c
installing default pty libraries
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-random1/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof/limits.c
installing default pathname libraries
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
compiling /tmp/ruby/src/trunk-random1/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-random1/ext/psych/psych_to_ruby.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
compiling /tmp/ruby/src/trunk-random1/ext/socket/init.c
compiling /tmp/ruby/src/trunk-random1/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-random1/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-random1/ext/ripper/ripper.c
linking shared-object psych.so
compiling /tmp/ruby/src/trunk-random1/ext/socket/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
compiling /tmp/ruby/src/trunk-random1/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/unixsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/stringio'
compiling /tmp/ruby/src/trunk-random1/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/unixserver.c
checking /tmp/ruby/src/trunk-random1/parse.y and /tmp/ruby/src/trunk-random1/ext/ripper/eventids2.c
linking shared-object ripper.so
installing default ripper libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/strscan'
compiling /tmp/ruby/src/trunk-random1/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ocsp.c
linking shared-object stringio.so
compiling /tmp/ruby/src/trunk-random1/ext/socket/option.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/zlib'
compiling /tmp/ruby/src/trunk-random1/ext/zlib/zlib.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/strscan'
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/ifaddr.c
installing default socket libraries
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug/debug.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c
ln -sfT ../../../../../src/trunk-random1/.bundle/gems/debug-1.9.2/lib ../../../../../.bundle/gems/debug-1.9.2/lib
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.0/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/racc-1.8.0/ext/racc/cparse/cparse.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_rand.c
ln -sfT ../../../../../src/trunk-random1/.bundle/gems/racc-1.8.0/lib ../../../../../../.bundle/gems/racc-1.8.0/lib
linking shared-object racc/cparse.so
ln -sfT ../../../../../src/trunk-random1/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib
linking shared-object bigdecimal.so
ln -sfT ../../../../../src/trunk-random1/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.0/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension/constants.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-random1/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ssl.c
linking shared-object digest/bubblebabble.so
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension/lexer.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/md5'
compiling /tmp/ruby/src/trunk-random1/ext/digest/md5/md5init.c
ln -sfT ../../../../../src/trunk-random1/.bundle/gems/syslog-0.1.2/lib ../../../../../.bundle/gems/syslog-0.1.2/lib
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-random1/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-random1/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-random1/ext/digest/rmd160/rmd160.c
linking shared-object digest/md5.so
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension/lexstate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/md5'
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ssl_session.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-random1/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-random1/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension/main.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-random1/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-random1/ext/digest/sha2/sha2.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509attr.c
linking shared-object digest/sha2.so
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509cert.c
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json/generator'
compiling /tmp/ruby/src/trunk-random1/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension/unescape.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509ext.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json/parser'
compiling /tmp/ruby/src/trunk-random1/ext/json/parser/parser.c
ln -sfT ../../../../../src/trunk-random1/.bundle/gems/rbs-3.5.1/lib ../../../../../.bundle/gems/rbs-3.5.1/lib
linking shared-object rbs_extension.so
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509name.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509req.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json/parser'
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1'
linking ruby
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/power_assert.revision -
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/rbs.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/power_assert.revision unchanged
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
generating enc.mk
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-random1/gems/power_assert-2.0.3.gem
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
compiling /tmp/ruby/src/trunk-random1/enc/trans/transdb.c
Unpacked gems/power_assert-2.0.4dev.gem
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/extract'
linking shared-object -test-/arith_seq/extract.so
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/extract'
linking shared-object -test-/load/dot.dot.so
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/internal_ivar'
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/compat'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/nonblock'
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1'
linking transcoder transdb.so
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
./miniruby -I/tmp/ruby/src/trunk-random1/lib -I. -I.ext/common  /tmp/ruby/src/trunk-random1/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-random1/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-random1/bin
installing base libraries:          /tmp/ruby/install/trunk-random1/lib
installing arch files:              /tmp/ruby/install/trunk-random1/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-random1/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-random1/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-random1/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-random1/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-random1/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-random1/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-random1/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-random1/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-random1/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-random1/bin
installing library scripts:         /tmp/ruby/install/trunk-random1/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-random1/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-random1/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.14.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.5.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.30.0
                                    pstore 0.1.3
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.9
                                    resolv 0.4.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.2
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.2
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.4.0+0
                                    minitest 5.24.1
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.1
                                    rss 0.3.0
                                    net-ftp 0.3.7
                                    net-imap 0.4.14
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.5.1
                                    typeprof 0.21.11
                                    debug 1.9.2
                                    racc 1.8.0
                                    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
installing bundled gem cache:       /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    power_assert-2.0.4dev.gem       not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1974 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS="--test-order=random"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	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-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Checking leaked global symbols...none
/tmp/ruby/src/trunk-random1/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-random1/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-random1/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-random1/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-random1/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-random1/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-random1/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-random1/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-random1/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-random1/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-random1/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-random1/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-random1/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-random1/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-random1/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-random1/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-random1/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-random1/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-random1/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-random1/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-random1/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-random1/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-random1/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-random1/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-random1/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-random1/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-random1/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-random1/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-random1/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-random1/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=\"--test-order=random\"" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS="--test-order=random"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	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-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
Run options: 
  --seed=55867
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-random1/lib -I. -I.ext/common  /tmp/ruby/src/trunk-random1/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-random1/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --test-order=random

# Running tests:

Leaked file descriptor: TestOpenURISSL#test_validation_failure: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39743>
Closed file descriptor: TestOpenURISSL#test_validation_noverify: 9
Leaked thread: TestOpenURISSL#test_proxy_cacert_dir: #<Thread:0x00007eff46259b98 /tmp/ruby/src/trunk-random1/test/open-uri/utils.rb:164 run>
Leaked thread: TestOpenURISSL#test_proxy_cacert_file: #<Thread:0x00007eff46948dc8 /tmp/ruby/src/trunk-random1/test/open-uri/utils.rb:164 run>
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
     11      12      12      12 ?             -1 Ss    1001   0:00 sh build-loop.sh trunk-random1 --incremental --process-num=4
     12      14      12      12 ?             -1 Sl    1001   0:00 ruby ./br.rb build_report trunk-random1 --incremental --process-num=4
     14      17      12      12 ?             -1 S     1001   0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-random1 --logfile=/home/ko1/ruby/logs/brlog.trunk-random1.20240708-090431 --root_dir=/tmp/ruby --timeout=10800 --test_opts='TESTS="--test-order=random"' --incremental --process-num=4
     17      18      12      12 ?             -1 Sl    1001   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-random1 --logfile=/home/ko1/ruby/logs/brlog.trunk-random1.20240708-090431 --root_dir=/tmp/ruby --timeout=10800 --test_opts=TESTS="--test-order=random" --incremental --process-num=4
     18   55911      12      12 ?             -1 S     1001   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS="--test-order=random"
  55911   55912      12      12 ?             -1 S     1001   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=--test-order=random
  55912   56230      12      12 ?             -1 Sl    1001 148:13 /tmp/ruby/src/trunk-random1/test/runner.rb
     18   57097      12      12 ?             -1 R     1001   0:00 ps jx
{11=>[12], 12=>[14], 14=>[17], 17=>[18], 18=>[55911, 57097], 55911=>[55912], 55912=>[56230]}
$ timeout 60 gdb -p 56230 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 56567]
[New LWP 56530]
[New LWP 56516]
[New LWP 56504]
[New LWP 56260]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007eff671d6d61 in __futex_abstimed_wait_common64 (private=-458001754, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55bca70b9974) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                           Frame 
* 1    Thread 0x7eff6710fc00 (LWP 56230) "ruby"            0x00007eff671d6d61 in __futex_abstimed_wait_common64 (private=-458001754, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55bca70b9974) at ./nptl/futex-internal.c:57
  2    Thread 0x7eff4dacf6c0 (LWP 56567) "ruby"            0x00007eff67268042 in epoll_wait (epfd=4, events=events@entry=0x7eff67b78a7c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=10) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  3    Thread 0x7eff4644b6c0 (LWP 56530) "Gem::Timeout st" 0x00007eff671d6d61 in __futex_abstimed_wait_common64 (private=32511, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55bca9080cc0) at ./nptl/futex-internal.c:57
  4    Thread 0x7eff4c72a6c0 (LWP 56516) "utils.rb:164"    0x00007eff671d6d61 in __futex_abstimed_wait_common64 (private=-1, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7eff28331cb0) at ./nptl/futex-internal.c:57
  5    Thread 0x7eff464cf6c0 (LWP 56504) "utils.rb:164"    gc_marks_wb_unprotected_objects_plane (bits=2097152, p=139634967002760, objspace=<optimized out>) at /tmp/ruby/src/trunk-random1/gc_impl.c:5505
  6    Thread 0x7eff4653f6c0 (LWP 56260) "Timeout stdlib " 0x00007eff671d6d61 in __futex_abstimed_wait_common64 (private=32511, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55bca8e906e0) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 6 (Thread 0x7eff4653f6c0 (LWP 56260) "Timeout stdlib "):
#0  0x00007eff671d6d61 in __futex_abstimed_wait_common64 (private=32511, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55bca8e906e0) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32511, abstime=0x0, clockid=0, expected=0, futex_word=0x55bca8e906e0) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x55bca8e906e0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007eff671d97dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55bca70b9ac0, cond=0x55bca8e906b8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7eff671d94a0 <__condvar_cleanup_waiting>, __arg = 0x7eff4653e640, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 84, cond = 0x55bca8e906b8, mutex = 0x55bca70b9ac0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 84
        seq = 42
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x55bca8e906b8, mutex=mutex@entry=0x55bca70b9ac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007eff677e4bcd in rb_native_cond_wait (cond=cond@entry=0x55bca8e906b8, mutex=mutex@entry=0x55bca70b9ac0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:222
        r = <optimized out>
#6  0x00007eff677e6299 in thread_sched_wait_running_turn (sched=sched@entry=0x55bca70b9ac0, th=th@entry=0x55bcaccbd9e0, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-random1/thread_pthread.c:863
        next_th = 0x55bca70b4060
#7  0x00007eff677e6ad3 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x55bca70b9ac0, th=th@entry=0x55bcaccbd9e0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:1105
        can_direct_transfer = <optimized out>
#8  0x00007eff677f09d3 in native_sleep (rel=0x0, th=<optimized out>) at /tmp/ruby/src/trunk-random1/thread_pthread.c:3329
        sched = 0x55bca70b9ac0
        sched = <optimized out>
#9  sleep_forever (fl=1, th=<optimized out>) at /tmp/ruby/src/trunk-random1/thread.c:1351
        prev_status = <optimized out>
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-random1/thread.c:1396
        scheduler = <optimized out>
#11 0x00007eff677f0bb8 in queue_sleep (_args=_args@entry=139634861664400) at /tmp/ruby/src/trunk-random1/thread_sync.c:1028
        args = 0x7eff4653e890
#12 0x00007eff67651510 in rb_ensure (b_proc=b_proc@entry=0x7eff677f0ba0 <queue_sleep>, data1=data1@entry=139634861664400, e_proc=e_proc@entry=0x7eff677e0d40 <queue_sleep_done>, data2=data2@entry=139634861664432) at /tmp/ruby/src/trunk-random1/eval.c:1059
        _ec = 0x55bcacf72eb0
        _tag = {tag = 36, retval = 139635418407941, buf = {0x0, 0x7eff676515f0 <rb_ensure+512>, 0x0, 0x7eff4653e7b0, 0x4}, prev = 0x7eff4653ead0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x55bcacf72eb0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7eff677e0d40 <queue_sleep_done>, data2 = 139634861664432}}
#13 0x00007eff677ea351 in queue_do_pop (self=139634967091440, q=0x55bca73c0830, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-random1/thread_sync.c:1103
        ec = <optimized out>
        queue_waiter = {w = {self = 139634967091440, th = 0x55bcaccbd9e0, fiber = 0x0, node = {next = 0x55bca73c0830, prev = 0x55bca73c0830}}, as = {q = 0x55bca73c0830, sq = 0x55bca73c0830}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x55bca73c0830
        queue_sleep_arg = {self = 139634967091440, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00007eff6783eef0 in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:7268
        canary_p = <optimized out>
        ret = 18446744073709551104
        canary_p = <optimized out>
        ret = <optimized out>
#15 vm_invoke_builtin_delegate (bf=<optimized out>, start_index=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:7295
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#16 vm_exec_core (ec=0x55bca8e906e0, ec@entry=0x55bcacf72eb0) at ../../src/trunk-random1/insns.def:1608
        bf = 0x0
        index = 18446744073709551104
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x55bca71aae08
        reg_cfp = 0x55bcad6aae08
        insns_address_table = {0x7eff6783d1de <vm_exec_core+1006>, 0x7eff6783d16a <vm_exec_core+890>, 0x7eff6783d0f5 <vm_exec_core+773>, 0x7eff6783d076 <vm_exec_core+646>, 0x7eff6783d743 <vm_exec_core+2387>, 0x7eff6783d6c1 <vm_exec_core+2257>, 0x7eff6783d64b <vm_exec_core+2139>, 0x7eff6783d5e6 <vm_exec_core+2038>, 0x7eff6783d581 <vm_exec_core+1937>, 0x7eff6783d4b7 <vm_exec_core+1735>, 0x7eff6783d38e <vm_exec_core+1438>, 0x7eff6783d208 <vm_exec_core+1048>, 0x7eff6783dcbe <vm_exec_core+3790>, 0x7eff6783dc58 <vm_exec_core+3688>, 0x7eff6783dbe3 <vm_exec_core+3571>, 0x7eff6783db9e <vm_exec_core+3502>, 0x7eff6783db5e <vm_exec_core+3438>, 0x7eff6783db21 <vm_exec_core+3377>, 0x7eff6783dae4 <vm_exec_core+3316>, 0x7eff6783daa7 <vm_exec_core+3255>, 0x7eff6783da3c <vm_exec_core+3148>, 0x7eff6783d9f0 <vm_exec_core+3072>, 0x7eff6783d9a1 <vm_exec_core+2993>, 0x7eff6783d941 <vm_exec_core+2897>, 0x7eff6783d8f3 <vm_exec_core+2819>, 0x7eff6783d86c <vm_exec_core+2684>, 0x7eff6783d82a <vm_exec_core+2618>, 0x7eff6783d7c5 <vm_exec_core+2517>, 0x7eff6783eb41 <vm_exec_core+7505>, 0x7eff6783eadf <vm_exec_core+7407>, 0x7eff6783ebc0 <vm_exec_core+7632>, 0x7eff6783ea9a <vm_exec_core+7338>, 0x7eff6783e88d <vm_exec_core+6813>, 0x7eff6783e7f7 <vm_exec_core+6663>, 0x7eff6783e791 <vm_exec_core+6561>, 0x7eff6783e731 <vm_exec_core+6465>, 0x7eff6783e6cf <vm_exec_core+6367>, 0x7eff6783e67a <vm_exec_core+6282>, 0x7eff6783e61c <vm_exec_core+6188>, 0x7eff6783e5ca <vm_exec_core+6106>, 0x7eff6783e59b <vm_exec_core+6059>, 0x7eff6783e558 <vm_exec_core+5992>, 0x7eff6783e4ff <vm_exec_core+5903>, 0x7eff6783e4c3 <vm_exec_core+5843>, 0x7eff6783e40d <vm_exec_core+5661>, 0x7eff6783e3c2 <vm_exec_core+5586>, 0x7eff6783e376 <vm_exec_core+5510>, 0x7eff6783e33c <vm_exec_core+5452>, 0x7eff6783e2c5 <vm_exec_core+5333>, 0x7eff6783e25b <vm_exec_core+5227>, 0x7eff6783e204 <vm_exec_core+5140>, 0x7eff6783e18d <vm_exec_core+5021>, 0x7eff6783e101 <vm_exec_core+4881>, 0x7eff6783dfe0 <vm_exec_core+4592>, 0x7eff6783df9c <vm_exec_core+4524>, 0x7eff6783df4d <vm_exec_core+4445>, 0x7eff6783dedb <vm_exec_core+4331>, 0x7eff6783de0c <vm_exec_core+4124>, 0x7eff6783ce60 <vm_exec_core+112>, 0x7eff6783dd62 <vm_exec_core+3954>, 0x7eff6783dd0b <vm_exec_core+3867>, 0x7eff67840bf9 <vm_exec_core+15881>, 0x7eff6783f616 <vm_exec_core+10278>, 0x7eff6783f583 <vm_exec_core+10131>, 0x7eff6783f46e <vm_exec_core+9854>, 0x7eff6783f2f4 <vm_exec_core+9476>, 0x7eff6783f21c <vm_exec_core+9260>, 0x7eff6783f189 <vm_exec_core+9113>, 0x7eff6783f8bf <vm_exec_core+10959>, 0x7eff6783f781 <vm_exec_core+10641>, 0x7eff6783f719 <vm_exec_core+10537>, 0x7eff6783f6b1 <vm_exec_core+10433>, 0x7eff6783f66d <vm_exec_core+10365>, 0x7eff6783f7ca <vm_exec_core+10714>, 0x7eff6783f0eb <vm_exec_core+8955>, 0x7eff67840b1e <vm_exec_core+15662>, 0x7eff67840b8d <vm_exec_core+15773>, 0x7eff678402dc <vm_exec_core+13548>, 0x7eff6784037d <vm_exec_core+13709>, 0x7eff67840400 <vm_exec_core+13840>, 0x7eff6784067e <vm_exec_core+14478>, 0x7eff67840507 <vm_exec_core+14103>, 0x7eff678406dc <vm_exec_core+14572>, 0x7eff678404a1 <vm_exec_core+14001>, 0x7eff67840742 <vm_exec_core+14674>, 0x7eff6784058d <vm_exec_core+14237>, 0x7eff678405f3 <vm_exec_core+14339>, 0x7eff678407a8 <vm_exec_core+14776>, 0x7eff67840a09 <vm_exec_core+15385>, 0x7eff67840904 <vm_exec_core+15124>, 0x7eff67840977 <vm_exec_core+15239>, 0x7eff6783f032 <vm_exec_core+8770>, 0x7eff6783ef8c <vm_exec_core+8604>, 0x7eff67840c4b <vm_exec_core+15963>, 0x7eff67840c9b <vm_exec_core+16043>, 0x7eff67840a64 <vm_exec_core+15476>, 0x7eff67840ac0 <vm_exec_core+15568>, 0x7eff678407fc <vm_exec_core+14860>, 0x7eff67840871 <vm_exec_core+14977>, 0x7eff6783ef13 <vm_exec_core+8483>, 0x7eff6783ee8b <vm_exec_core+8347>, 0x7eff6783edcb <vm_exec_core+8155>, 0x7eff6783ed7c <vm_exec_core+8076>, 0x7eff6783ed29 <vm_exec_core+7993>, 0x7eff6783ecd8 <vm_exec_core+7912>, 0x7eff6783ec7f <vm_exec_core+7823>, 0x7eff6783ec42 <vm_exec_core+7762>, 0x7eff6783ec05 <vm_exec_core+7701>, 0x7eff6783d1cd <vm_exec_core+989>, 0x7eff6783d159 <vm_exec_core+873>, 0x7eff6783d0e4 <vm_exec_core+756>, 0x7eff6783d065 <vm_exec_core+629>, 0x7eff6783d732 <vm_exec_core+2370>, 0x7eff6783d6b0 <vm_exec_core+2240>, 0x7eff6783d63a <vm_exec_core+2122>, 0x7eff6783d5d5 <vm_exec_core+2021>, 0x7eff6783d570 <vm_exec_core+1920>, 0x7eff6783d4a6 <vm_exec_core+1718>, 0x7eff6783d37d <vm_exec_core+1421>, 0x7eff6783d1f7 <vm_exec_core+1031>, 0x7eff6783dcad <vm_exec_core+3773>, 0x7eff6783dc47 <vm_exec_core+3671>, 0x7eff6783dbd2 <vm_exec_core+3554>, 0x7eff6783db8d <vm_exec_core+3485>, 0x7eff6783db4d <vm_exec_core+3421>, 0x7eff6783db10 <vm_exec_core+3360>, 0x7eff6783dad3 <vm_exec_core+3299>, 0x7eff6783da96 <vm_exec_core+3238>, 0x7eff6783da2b <vm_exec_core+3131>, 0x7eff6783d9df <vm_exec_core+3055>, 0x7eff6783d990 <vm_exec_core+2976>, 0x7eff6783d930 <vm_exec_core+2880>, 0x7eff6783d8e2 <vm_exec_core+2802>, 0x7eff6783d85b <vm_exec_core+2667>, 0x7eff6783d819 <vm_exec_core+2601>, 0x7eff6783d7b4 <vm_exec_core+2500>, 0x7eff6783eb30 <vm_exec_core+7488>, 0x7eff6783eace <vm_exec_core+7390>, 0x7eff6783ebaf <vm_exec_core+7615>, 0x7eff6783ea89 <vm_exec_core+7321>, 0x7eff6783e87c <vm_exec_core+6796>, 0x7eff6783e7e6 <vm_exec_core+6646>, 0x7eff6783e780 <vm_exec_core+6544>, 0x7eff6783e720 <vm_exec_core+6448>, 0x7eff6783e6be <vm_exec_core+6350>, 0x7eff6783e669 <vm_exec_core+6265>, 0x7eff6783e60b <vm_exec_core+6171>, 0x7eff6783e5b9 <vm_exec_core+6089>, 0x7eff6783e58a <vm_exec_core+6042>, 0x7eff6783e547 <vm_exec_core+5975>, 0x7eff6783e4ee <vm_exec_core+5886>, 0x7eff6783e4b2 <vm_exec_core+5826>, 0x7eff6783e3fc <vm_exec_core+5644>, 0x7eff6783e3b1 <vm_exec_core+5569>, 0x7eff6783e365 <vm_exec_core+5493>, 0x7eff6783e32b <vm_exec_core+5435>, 0x7eff6783e2b4 <vm_exec_core+5316>, 0x7eff6783e24a <vm_exec_core+5210>, 0x7eff6783e1f3 <vm_exec_core+5123>, 0x7eff6783e17c <vm_exec_core+5004>, 0x7eff6783e0f0 <vm_exec_core+4864>, 0x7eff6783dfcf <vm_exec_core+4575>, 0x7eff6783df8b <vm_exec_core+4507>, 0x7eff6783df3c <vm_exec_core+4428>, 0x7eff6783deca <vm_exec_core+4314>, 0x7eff6783ddfb <vm_exec_core+4107>, 0x7eff678400f1 <vm_exec_core+13057>, 0x7eff6783dd51 <vm_exec_core+3937>, 0x7eff6783dcfa <vm_exec_core+3850>, 0x7eff67840107 <vm_exec_core+13079>, 0x7eff6783f605 <vm_exec_core+10261>, 0x7eff6783f572 <vm_exec_core+10114>, 0x7eff6783f45d <vm_exec_core+9837>, 0x7eff6783f2e3 <vm_exec_core+9459>, 0x7eff6783f20b <vm_exec_core+9243>, 0x7eff6783f178 <vm_exec_core+9096>, 0x7eff6783f8ae <vm_exec_core+10942>, 0x7eff6783f770 <vm_exec_core+10624>, 0x7eff6783f708 <vm_exec_core+10520>, 0x7eff6783f6a0 <vm_exec_core+10416>, 0x7eff6783f65c <vm_exec_core+10348>, 0x7eff6783f7b9 <vm_exec_core+10697>, 0x7eff6783f0da <vm_exec_core+8938>, 0x7eff6784011d <vm_exec_core+13101>, 0x7eff67840133 <vm_exec_core+13123>, 0x7eff67840149 <vm_exec_core+13145>, 0x7eff6784015f <vm_exec_core+13167>, 0x7eff67840175 <vm_exec_core+13189>, 0x7eff6784018b <vm_exec_core+13211>, 0x7eff678401a1 <vm_exec_core+13233>, 0x7eff678401be <vm_exec_core+13262>, 0x7eff678401d4 <vm_exec_core+13284>, 0x7eff678401ea <vm_exec_core+13306>, 0x7eff67840200 <vm_exec_core+13328>, 0x7eff67840216 <vm_exec_core+13350>, 0x7eff6784022c <vm_exec_core+13372>, 0x7eff67840242 <vm_exec_core+13394>, 0x7eff67840258 <vm_exec_core+13416>, 0x7eff6784026e <vm_exec_core+13438>, 0x7eff6783f021 <vm_exec_core+8753>...}
#17 0x00007eff67843819 in rb_vm_exec (ec=0x55bcacf72eb0) at /tmp/ruby/src/trunk-random1/vm.c:2567
        _ec = 0x55bcacf72eb0
        _tag = {tag = 36, retval = 4, buf = {0x7eff4653ebd0, 0x7eff67843820 <rb_vm_exec+400>, 0x0, 0x7eff4653eab0, 0x3000000028}, prev = 0x7eff4653ecd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00007eff6784910e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7eff4c9caa48, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007eff67849486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x55bcac657650, argc=argc@entry=0, argv=argv@entry=0x7eff4653eb80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-random1/vm.c:1743
        self = <optimized out>
#20 0x00007eff677eed60 in thread_do_start_proc (th=th@entry=0x55bcaccbd9e0) at /tmp/ruby/src/trunk-random1/thread.c:598
        args = 139634861450880
        args_ptr = 0x7eff4653eb80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x55bcac657650
#21 0x00007eff677ef152 in thread_do_start (th=0x55bcaccbd9e0) at /tmp/ruby/src/trunk-random1/thread.c:615
        result = 36
        result = <optimized out>
#22 thread_start_func_2 (th=th@entry=0x55bcaccbd9e0, stack_start=stack_start@entry=0x7eff4653eda8) at /tmp/ruby/src/trunk-random1/thread.c:670
        _ec = 0x55bcacf72eb0
        _tag = {tag = 36, retval = 139634861665504, buf = {0x7eff4653eda8, 0x7eff677ef0d0 <thread_start_func_2+624>, 0x0, 0x7eff4653ebe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x55bca70b4060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#23 0x00007eff677f004d in call_thread_start_func_2 (th=0x55bcaccbd9e0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7eff4653eda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#24 nt_start (ptr=0x55bca8e90690) at /tmp/ruby/src/trunk-random1/thread_pthread.c:2281
        th = 0x55bcaccbd9e0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007eff671daa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139634861668032, -1113242005117642419, 139634861668032, -256, 0, 140720698503312, -1113242005138613939, -1113309571162482355}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007eff67267c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 5 (Thread 0x7eff464cf6c0 (LWP 56504) "utils.rb:164"):
#0  gc_marks_wb_unprotected_objects_plane (bits=2097152, p=139634967002760, objspace=<optimized out>) at /tmp/ruby/src/trunk-random1/gc_impl.c:5505
        __func__ = <optimized out>
#1  rgengc_rememberset_mark_plane (bitset=<optimized out>, p=139634967002120, objspace=0x55bca70b4440) at /tmp/ruby/src/trunk-random1/gc_impl.c:5493
        __func__ = <optimized out>
        obj = <optimized out>
#2  rgengc_rememberset_mark (heap=0x55bca70b44b0, objspace=0x55bca70b4440) at /tmp/ruby/src/trunk-random1/gc_impl.c:6170
        bits = {0, 0, 0, 0, 0, 0, 137438953472, 0, 17592722915328, 0 <repeats 17 times>}
        remembered_bits = 0x55bca73b6990
        uncollectible_bits = 0x55bca73b67f0
        p = 139634967002120
        bitset = <optimized out>
        wb_unprotected_bits = 0x55bca73b6650
        j = <optimized out>
        page = 0x55bca73b6610
#3  gc_marks_start (full_mark=<optimized out>, objspace=0x55bca70b4440) at /tmp/ruby/src/trunk-random1/gc_impl.c:5994
        i = 0
#4  gc_marks (full_mark=<optimized out>, objspace=0x55bca70b4440) at /tmp/ruby/src/trunk-random1/gc_impl.c:6014
        marking_finished = false
        marking_finished = <optimized out>
#5  gc_start (objspace=objspace@entry=0x55bca70b4440, reason=<optimized out>, reason@entry=256) at /tmp/ruby/src/trunk-random1/gc_impl.c:6652
        do_full_mark = <optimized out>
        __func__ = <optimized out>
        lock_lev = <optimized out>
#6  0x00007eff67672a6f in heap_prepare (heap=<optimized out>, size_pool=<optimized out>, objspace=0x55bca70b4440) at /tmp/ruby/src/trunk-random1/gc_impl.c:2294
        __func__ = <optimized out>
#7  heap_next_free_page (heap=<optimized out>, size_pool=<optimized out>, objspace=0x55bca70b4440) at /tmp/ruby/src/trunk-random1/gc_impl.c:2476
        page = <optimized out>
        page = <optimized out>
        __func__ = <optimized out>
#8  newobj_alloc (vm_locked=true, size_pool_idx=<optimized out>, cache=0x55bca70b9bb0, objspace=0x55bca70b4440) at /tmp/ruby/src/trunk-random1/gc_impl.c:2585
        page = <optimized out>
        lev = 1
        unlock_vm = true
        size_pool = <optimized out>
        heap = <optimized out>
        obj = <optimized out>
        size_pool = <optimized out>
        heap = <optimized out>
        obj = <optimized out>
        lev = <optimized out>
        unlock_vm = <optimized out>
        page = <optimized out>
#9  rb_gc_impl_new_obj (objspace_ptr=0x55bca70b4440, cache_ptr=cache_ptr@entry=0x55bca70b9bb0, klass=klass@entry=139634985266240, flags=flags@entry=5, v1=v1@entry=0, v2=v2@entry=0, v3=0, wb_protected=true, alloc_size=145) at /tmp/ruby/src/trunk-random1/gc_impl.c:2678
        obj = <optimized out>
        objspace = 0x55bca70b4440
        size_pool_idx = <optimized out>
        cache = 0x55bca70b9bb0
        cnt = <optimized out>
        i = <optimized out>
#10 0x00007eff67660f66 in newobj_of (cr=<optimized out>, size=145, wb_protected=true, v3=0, v2=0, v1=0, flags=5, klass=139634985266240) at /tmp/ruby/src/trunk-random1/gc.c:986
        obj = <optimized out>
        obj = <optimized out>
        lev = <optimized out>
#11 rb_wb_protected_newobj_of (ec=<optimized out>, klass=139634985266240, flags=flags@entry=5, size=size@entry=145) at /tmp/ruby/src/trunk-random1/gc.c:1013
No locals.
#12 0x00007eff677bcbf4 in str_alloc_embed (capa=121, klass=<optimized out>) at /tmp/ruby/src/trunk-random1/string.c:912
        size = 145
        str = <optimized out>
        size = <optimized out>
        str = <optimized out>
#13 0x00007eff677a49e1 in rb_enc_vsprintf (enc=0x0, fmt=0x7eff679e38f0 <closed_stream> "closed stream", ap=0x7eff464cdec0) at /tmp/ruby/src/trunk-random1/sprintf.c:1182
        initial_len = 120
        result = <optimized out>
#14 0x00007eff67646a63 in rb_vraise (exc=139634985073800, fmt=<optimized out>, ap=ap@entry=0x7eff464cdec0) at /tmp/ruby/src/trunk-random1/error.c:3624
No locals.
#15 0x00007eff67646b1a in rb_raise (exc=<optimized out>, fmt=fmt@entry=0x7eff679e38f0 <closed_stream> "closed stream") at /tmp/ruby/src/trunk-random1/error.c:3632
        args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7eff464cdfa0, reg_save_area = 0x7eff464cdee0}}
#16 0x00007eff676899a3 in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-random1/io.c:748
No locals.
#17 0x00007eff6768cdbb in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-random1/io.c:778
No locals.
#18 rb_io_check_closed (fptr=fptr@entry=0x7eff28010900) at /tmp/ruby/src/trunk-random1/io.c:777
No locals.
#19 0x00007eff4c3b6812 in rsock_s_accept (klass=139634966904640, io=139634858630160, sockaddr=sockaddr@entry=0x7eff464ce040, len=len@entry=0x7eff464ce03c) at /tmp/ruby/src/trunk-random1/ext/socket/init.c:708
        fptr = 0x7eff28010900
        accept_arg = {fd = 8, sockaddr = 0x7eff464ce040, len = 0x7eff464ce03c}
        retry = <optimized out>
        peer = <optimized out>
        retry = <optimized out>
#20 0x00007eff4c3c7992 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-random1/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 2, sa_data = "\201\230\177\000\000\001\000E\300Φr\263"}, in = {sin_family = 2, sin_port = 39041, sin_addr = {s_addr = 16777343}, sin_zero = "\000E\300Φr\263"}, in6 = {sin6_family = 2, sin6_port = 39041, sin6_flowinfo = 16777343, sin6_addr = {__in6_u = {__u6_addr8 = "\000E\300Φr\263\000p\340LF\377~\000", __u6_addr16 = {17664, 52928, 29350, 179, 57456, 17996, 32511, 0}, __u6_addr32 = {3468707072, 11760294, 1179443312, 32511}}}, sin6_scope_id = 1}, un = {sun_family = 2, sun_path = "\201\230\177\000\000\001\000E\300Φr\263\000p\340LF\377~\000\000\001\000\000\000\274U\000\000\023\000\000\000\000\000\000\000\370\232\v\247\274U\000\000\326`\233g\377~\000\000\023\000\000\000\000\000\000\000\300/\0008\377~\000\0001d~g\377~\000\000\340\t\001(\377~\000\000\000E\300Φr\263\344\340\t\001(\377~\000\000\000\v\001(\377~"}, storage = {ss_family = 2, __ss_padding = "\201\230\177\000\000\001\000E\300Φr\263\000p\340LF\377~\000\000\001\000\000\000\274U\000\000\023\000\000\000\000\000\000\000\370\232\v\247\274U\000\000\326`\233g\377~\000\000\023\000\000\000\000\000\000\000\300/\0008\377~\000\0001d~g\377~\000\000\340\t\001(\377~\000\000\000E\300Φr\263\344\340\t\001(\377~\000\000\000\v\001(\377~\000\000\320\032\v\247\274U\000", __ss_align = 139635418097942}, place_holder = "\002\000\201\230\177\000\000\001\000E\300Φr\263\000p\340LF\377~\000\000\001\000\000\000\274U\000\000\023\000\000\000\000\000\000\000\370\232\v\247\274U\000\000\326`\233g\377~\000\000\023\000\000\000\000\000\000\000\300/\0008\377~\000\0001d~g\377~\000\000\340\t\001(\377~\000\000\000E\300Φr\263\344\340\t\001(\377~\000\000\000\v\001(\377~\000\000\320\032\v\247\274U\000\000\026i~g\377~\000\000\300/\0008\377~\000\000\340\t\001(\377~\000\000\000\v\001(\377~\000\000\000E\300Φr\263$\000\f\001(\377~\000\000\240\231\v\247\274U\000\000\350\341LF\377~\000\000\000\000\000\000\000\000\000\000\254\341LF\377~\000\000\240\231\v"...}
        length = 2048
#21 0x00007eff67829cec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7eff281155e0, ec=0x7eff28010c00) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:3780
        ci = 0x1040100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7eff4c94f500
        cfunc = 0x55bca749a618
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#22 vm_call_cfunc_with_frame (ec=0x7eff28010c00, reg_cfp=0x7eff281155e0, calling=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:3826
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#23 0x00007eff6783cfcd in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_callinfo.h:412
        val = 94268770620320
        ci = 0x2
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x55bca89613a0, cc = 0x7eff46252460, block_handler = 0, recv = 139634858630160, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#24 vm_exec_core (ec=0x2, ec@entry=0x7eff28010c00) at ../../src/trunk-random1/insns.def:918
        bh = <optimized out>
        cd = 0x55bca89613a0
        leaf = <optimized out>
        val = 94268770620320
        reg_pc = 0x55bca79ee6f0
        reg_cfp = 0x7eff281155e0
        insns_address_table = {0x7eff6783d1de <vm_exec_core+1006>, 0x7eff6783d16a <vm_exec_core+890>, 0x7eff6783d0f5 <vm_exec_core+773>, 0x7eff6783d076 <vm_exec_core+646>, 0x7eff6783d743 <vm_exec_core+2387>, 0x7eff6783d6c1 <vm_exec_core+2257>, 0x7eff6783d64b <vm_exec_core+2139>, 0x7eff6783d5e6 <vm_exec_core+2038>, 0x7eff6783d581 <vm_exec_core+1937>, 0x7eff6783d4b7 <vm_exec_core+1735>, 0x7eff6783d38e <vm_exec_core+1438>, 0x7eff6783d208 <vm_exec_core+1048>, 0x7eff6783dcbe <vm_exec_core+3790>, 0x7eff6783dc58 <vm_exec_core+3688>, 0x7eff6783dbe3 <vm_exec_core+3571>, 0x7eff6783db9e <vm_exec_core+3502>, 0x7eff6783db5e <vm_exec_core+3438>, 0x7eff6783db21 <vm_exec_core+3377>, 0x7eff6783dae4 <vm_exec_core+3316>, 0x7eff6783daa7 <vm_exec_core+3255>, 0x7eff6783da3c <vm_exec_core+3148>, 0x7eff6783d9f0 <vm_exec_core+3072>, 0x7eff6783d9a1 <vm_exec_core+2993>, 0x7eff6783d941 <vm_exec_core+2897>, 0x7eff6783d8f3 <vm_exec_core+2819>, 0x7eff6783d86c <vm_exec_core+2684>, 0x7eff6783d82a <vm_exec_core+2618>, 0x7eff6783d7c5 <vm_exec_core+2517>, 0x7eff6783eb41 <vm_exec_core+7505>, 0x7eff6783eadf <vm_exec_core+7407>, 0x7eff6783ebc0 <vm_exec_core+7632>, 0x7eff6783ea9a <vm_exec_core+7338>, 0x7eff6783e88d <vm_exec_core+6813>, 0x7eff6783e7f7 <vm_exec_core+6663>, 0x7eff6783e791 <vm_exec_core+6561>, 0x7eff6783e731 <vm_exec_core+6465>, 0x7eff6783e6cf <vm_exec_core+6367>, 0x7eff6783e67a <vm_exec_core+6282>, 0x7eff6783e61c <vm_exec_core+6188>, 0x7eff6783e5ca <vm_exec_core+6106>, 0x7eff6783e59b <vm_exec_core+6059>, 0x7eff6783e558 <vm_exec_core+5992>, 0x7eff6783e4ff <vm_exec_core+5903>, 0x7eff6783e4c3 <vm_exec_core+5843>, 0x7eff6783e40d <vm_exec_core+5661>, 0x7eff6783e3c2 <vm_exec_core+5586>, 0x7eff6783e376 <vm_exec_core+5510>, 0x7eff6783e33c <vm_exec_core+5452>, 0x7eff6783e2c5 <vm_exec_core+5333>, 0x7eff6783e25b <vm_exec_core+5227>, 0x7eff6783e204 <vm_exec_core+5140>, 0x7eff6783e18d <vm_exec_core+5021>, 0x7eff6783e101 <vm_exec_core+4881>, 0x7eff6783dfe0 <vm_exec_core+4592>, 0x7eff6783df9c <vm_exec_core+4524>, 0x7eff6783df4d <vm_exec_core+4445>, 0x7eff6783dedb <vm_exec_core+4331>, 0x7eff6783de0c <vm_exec_core+4124>, 0x7eff6783ce60 <vm_exec_core+112>, 0x7eff6783dd62 <vm_exec_core+3954>, 0x7eff6783dd0b <vm_exec_core+3867>, 0x7eff67840bf9 <vm_exec_core+15881>, 0x7eff6783f616 <vm_exec_core+10278>, 0x7eff6783f583 <vm_exec_core+10131>, 0x7eff6783f46e <vm_exec_core+9854>, 0x7eff6783f2f4 <vm_exec_core+9476>, 0x7eff6783f21c <vm_exec_core+9260>, 0x7eff6783f189 <vm_exec_core+9113>, 0x7eff6783f8bf <vm_exec_core+10959>, 0x7eff6783f781 <vm_exec_core+10641>, 0x7eff6783f719 <vm_exec_core+10537>, 0x7eff6783f6b1 <vm_exec_core+10433>, 0x7eff6783f66d <vm_exec_core+10365>, 0x7eff6783f7ca <vm_exec_core+10714>, 0x7eff6783f0eb <vm_exec_core+8955>, 0x7eff67840b1e <vm_exec_core+15662>, 0x7eff67840b8d <vm_exec_core+15773>, 0x7eff678402dc <vm_exec_core+13548>, 0x7eff6784037d <vm_exec_core+13709>, 0x7eff67840400 <vm_exec_core+13840>, 0x7eff6784067e <vm_exec_core+14478>, 0x7eff67840507 <vm_exec_core+14103>, 0x7eff678406dc <vm_exec_core+14572>, 0x7eff678404a1 <vm_exec_core+14001>, 0x7eff67840742 <vm_exec_core+14674>, 0x7eff6784058d <vm_exec_core+14237>, 0x7eff678405f3 <vm_exec_core+14339>, 0x7eff678407a8 <vm_exec_core+14776>, 0x7eff67840a09 <vm_exec_core+15385>, 0x7eff67840904 <vm_exec_core+15124>, 0x7eff67840977 <vm_exec_core+15239>, 0x7eff6783f032 <vm_exec_core+8770>, 0x7eff6783ef8c <vm_exec_core+8604>, 0x7eff67840c4b <vm_exec_core+15963>, 0x7eff67840c9b <vm_exec_core+16043>, 0x7eff67840a64 <vm_exec_core+15476>, 0x7eff67840ac0 <vm_exec_core+15568>, 0x7eff678407fc <vm_exec_core+14860>, 0x7eff67840871 <vm_exec_core+14977>, 0x7eff6783ef13 <vm_exec_core+8483>, 0x7eff6783ee8b <vm_exec_core+8347>, 0x7eff6783edcb <vm_exec_core+8155>, 0x7eff6783ed7c <vm_exec_core+8076>, 0x7eff6783ed29 <vm_exec_core+7993>, 0x7eff6783ecd8 <vm_exec_core+7912>, 0x7eff6783ec7f <vm_exec_core+7823>, 0x7eff6783ec42 <vm_exec_core+7762>, 0x7eff6783ec05 <vm_exec_core+7701>, 0x7eff6783d1cd <vm_exec_core+989>, 0x7eff6783d159 <vm_exec_core+873>, 0x7eff6783d0e4 <vm_exec_core+756>, 0x7eff6783d065 <vm_exec_core+629>, 0x7eff6783d732 <vm_exec_core+2370>, 0x7eff6783d6b0 <vm_exec_core+2240>, 0x7eff6783d63a <vm_exec_core+2122>, 0x7eff6783d5d5 <vm_exec_core+2021>, 0x7eff6783d570 <vm_exec_core+1920>, 0x7eff6783d4a6 <vm_exec_core+1718>, 0x7eff6783d37d <vm_exec_core+1421>, 0x7eff6783d1f7 <vm_exec_core+1031>, 0x7eff6783dcad <vm_exec_core+3773>, 0x7eff6783dc47 <vm_exec_core+3671>, 0x7eff6783dbd2 <vm_exec_core+3554>, 0x7eff6783db8d <vm_exec_core+3485>, 0x7eff6783db4d <vm_exec_core+3421>, 0x7eff6783db10 <vm_exec_core+3360>, 0x7eff6783dad3 <vm_exec_core+3299>, 0x7eff6783da96 <vm_exec_core+3238>, 0x7eff6783da2b <vm_exec_core+3131>, 0x7eff6783d9df <vm_exec_core+3055>, 0x7eff6783d990 <vm_exec_core+2976>, 0x7eff6783d930 <vm_exec_core+2880>, 0x7eff6783d8e2 <vm_exec_core+2802>, 0x7eff6783d85b <vm_exec_core+2667>, 0x7eff6783d819 <vm_exec_core+2601>, 0x7eff6783d7b4 <vm_exec_core+2500>, 0x7eff6783eb30 <vm_exec_core+7488>, 0x7eff6783eace <vm_exec_core+7390>, 0x7eff6783ebaf <vm_exec_core+7615>, 0x7eff6783ea89 <vm_exec_core+7321>, 0x7eff6783e87c <vm_exec_core+6796>, 0x7eff6783e7e6 <vm_exec_core+6646>, 0x7eff6783e780 <vm_exec_core+6544>, 0x7eff6783e720 <vm_exec_core+6448>, 0x7eff6783e6be <vm_exec_core+6350>, 0x7eff6783e669 <vm_exec_core+6265>, 0x7eff6783e60b <vm_exec_core+6171>, 0x7eff6783e5b9 <vm_exec_core+6089>, 0x7eff6783e58a <vm_exec_core+6042>, 0x7eff6783e547 <vm_exec_core+5975>, 0x7eff6783e4ee <vm_exec_core+5886>, 0x7eff6783e4b2 <vm_exec_core+5826>, 0x7eff6783e3fc <vm_exec_core+5644>, 0x7eff6783e3b1 <vm_exec_core+5569>, 0x7eff6783e365 <vm_exec_core+5493>, 0x7eff6783e32b <vm_exec_core+5435>, 0x7eff6783e2b4 <vm_exec_core+5316>, 0x7eff6783e24a <vm_exec_core+5210>, 0x7eff6783e1f3 <vm_exec_core+5123>, 0x7eff6783e17c <vm_exec_core+5004>, 0x7eff6783e0f0 <vm_exec_core+4864>, 0x7eff6783dfcf <vm_exec_core+4575>, 0x7eff6783df8b <vm_exec_core+4507>, 0x7eff6783df3c <vm_exec_core+4428>, 0x7eff6783deca <vm_exec_core+4314>, 0x7eff6783ddfb <vm_exec_core+4107>, 0x7eff678400f1 <vm_exec_core+13057>, 0x7eff6783dd51 <vm_exec_core+3937>, 0x7eff6783dcfa <vm_exec_core+3850>, 0x7eff67840107 <vm_exec_core+13079>, 0x7eff6783f605 <vm_exec_core+10261>, 0x7eff6783f572 <vm_exec_core+10114>, 0x7eff6783f45d <vm_exec_core+9837>, 0x7eff6783f2e3 <vm_exec_core+9459>, 0x7eff6783f20b <vm_exec_core+9243>, 0x7eff6783f178 <vm_exec_core+9096>, 0x7eff6783f8ae <vm_exec_core+10942>, 0x7eff6783f770 <vm_exec_core+10624>, 0x7eff6783f708 <vm_exec_core+10520>, 0x7eff6783f6a0 <vm_exec_core+10416>, 0x7eff6783f65c <vm_exec_core+10348>, 0x7eff6783f7b9 <vm_exec_core+10697>, 0x7eff6783f0da <vm_exec_core+8938>, 0x7eff6784011d <vm_exec_core+13101>, 0x7eff67840133 <vm_exec_core+13123>, 0x7eff67840149 <vm_exec_core+13145>, 0x7eff6784015f <vm_exec_core+13167>, 0x7eff67840175 <vm_exec_core+13189>, 0x7eff6784018b <vm_exec_core+13211>, 0x7eff678401a1 <vm_exec_core+13233>, 0x7eff678401be <vm_exec_core+13262>, 0x7eff678401d4 <vm_exec_core+13284>, 0x7eff678401ea <vm_exec_core+13306>, 0x7eff67840200 <vm_exec_core+13328>, 0x7eff67840216 <vm_exec_core+13350>, 0x7eff6784022c <vm_exec_core+13372>, 0x7eff67840242 <vm_exec_core+13394>, 0x7eff67840258 <vm_exec_core+13416>, 0x7eff6784026e <vm_exec_core+13438>, 0x7eff6783f021 <vm_exec_core+8753>...}
#25 0x00007eff67843ab9 in vm_exec_loop (result=<optimized out>, tag=0x7eff464cead0, state=<optimized out>, ec=0x7eff28010c00) at /tmp/ruby/src/trunk-random1/vm.c:2594
        vm_loop_start = <optimized out>
#26 rb_vm_exec (ec=0x7eff28010c00) at /tmp/ruby/src/trunk-random1/vm.c:2573
        _ec = 0x7eff28010c00
        _tag = {tag = 36, retval = 4, buf = {0x7eff464cebd0, 0x7eff67843820 <rb_vm_exec+400>, 0x0, 0x7eff464ceab0, 0x3000000028}, prev = 0x7eff464cecd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#27 0x00007eff6784910e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7eff47ea4730, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#28 0x00007eff67849486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x7eff28003790, argc=argc@entry=0, argv=argv@entry=0x7eff464ceb80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-random1/vm.c:1743
        self = <optimized out>
#29 0x00007eff677eed60 in thread_do_start_proc (th=th@entry=0x7eff280109e0) at /tmp/ruby/src/trunk-random1/thread.c:598
        args = 139634858630000
        args_ptr = 0x7eff464ceb80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x7eff28003790
#30 0x00007eff677ef152 in thread_do_start (th=0x7eff280109e0) at /tmp/ruby/src/trunk-random1/thread.c:615
        result = 36
        result = <optimized out>
#31 thread_start_func_2 (th=th@entry=0x7eff280109e0, stack_start=stack_start@entry=0x7eff464ceda8) at /tmp/ruby/src/trunk-random1/thread.c:670
        _ec = 0x7eff28010c00
        _tag = {tag = 36, retval = 16479641522237621504, buf = {0x7eff464ceda8, 0x7eff677ef0d0 <thread_start_func_2+624>, 0x0, 0x7eff464cebe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x55bca70b4060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#32 0x00007eff677f004d in call_thread_start_func_2 (th=0x7eff280109e0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7eff464ceda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#33 nt_start (ptr=0x7eff28010e40) at /tmp/ruby/src/trunk-random1/thread_pthread.c:2281
        th = 0x7eff280109e0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#34 0x00007eff671daa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139634861209280, -1113241824729015987, 139634861209280, -256, 0, 139634860663264, -1113241824749987507, -1113309571162482355}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#35 0x00007eff67267c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7eff4c72a6c0 (LWP 56516) "utils.rb:164"):
#0  0x00007eff671d6d61 in __futex_abstimed_wait_common64 (private=-1, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7eff28331cb0) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=-1, abstime=0x0, clockid=0, expected=0, futex_word=0x7eff28331cb0) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7eff28331cb0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007eff671d97dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55bca70b9ac0, cond=0x7eff28331c88) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7eff671d94a0 <__condvar_cleanup_waiting>, __arg = 0x7eff4c728970, __canceltype = -1400258320, __prev = 0x0}
        cbuffer = {wseq = 101288, cond = 0x7eff28331c88, mutex = 0x55bca70b9ac0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 101288
        seq = 50644
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x7eff28331c88, mutex=mutex@entry=0x55bca70b9ac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007eff677e4bcd in rb_native_cond_wait (cond=cond@entry=0x7eff28331c88, mutex=mutex@entry=0x55bca70b9ac0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:222
        r = <optimized out>
#6  0x00007eff677e6299 in thread_sched_wait_running_turn (sched=sched@entry=0x55bca70b9ac0, th=th@entry=0x7eff28005c00, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-random1/thread_pthread.c:863
        next_th = 0x7eff280109e0
#7  0x00007eff677eb6b2 in thread_sched_yield (th=0x7eff28005c00, sched=0x55bca70b9ac0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:1130
        can_direct_transfer = <optimized out>
#8  rb_thread_schedule_limits (limits_us=limits_us@entry=100000) at /tmp/ruby/src/trunk-random1/thread.c:1456
        th = 0x7eff28005c00
#9  0x00007eff677eba25 in rb_threadptr_execute_interrupts (th=0x7eff28005c00, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk-random1/thread.c:2535
        limits_us = 100000
        sig = <optimized out>
        timer_interrupt = <optimized out>
        pending_interrupt = <optimized out>
        terminate_interrupt = <optimized out>
        trap_interrupt = <optimized out>
        interrupt = <optimized out>
        postponed_job_interrupt = <optimized out>
        ret = 0
#10 0x00007eff677ebdb6 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk-random1/thread.c:2452
        interrupt = <optimized out>
        postponed_job_interrupt = 0
        ret = 0
        sig = <optimized out>
        timer_interrupt = <optimized out>
        pending_interrupt = <optimized out>
        trap_interrupt = <optimized out>
        terminate_interrupt = <optimized out>
        _lev = <optimized out>
        prev_status = <optimized out>
        err = <optimized out>
        limits_us = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#11 0x00007eff67849f16 in rb_vm_check_ints (ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_core.h:2106
No locals.
#12 rb_vm_check_ints (ec=0x7eff283364f0) at /tmp/ruby/src/trunk-random1/vm_core.h:2097
No locals.
#13 vm_pop_frame (ep=<optimized out>, cfp=<optimized out>, ec=0x7eff283364f0) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:456
        flags = <optimized out>
        flags = <optimized out>
#14 rb_vm_pop_frame (ec=0x7eff283364f0) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:465
No locals.
#15 vm_call0_cfunc_with_frame (argv=<optimized out>, calling=0x7eff4c728b90, ec=0x7eff283364f0) at /tmp/ruby/src/trunk-random1/vm_eval.c:167
        reg_cfp = 0x7eff2831d5e8
        ci = <optimized out>
        me = 0x7eff46be2930
        mid = 3137
        block_handler = <optimized out>
        recv = <optimized out>
        argc = 1
        val = 139634864001000
        cfunc = <optimized out>
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#16 vm_call0_cfunc (argv=<optimized out>, calling=0x7eff4c728b90, ec=0x7eff283364f0) at /tmp/ruby/src/trunk-random1/vm_eval.c:178
No locals.
#17 vm_call0_body (ec=ec@entry=0x7eff283364f0, calling=calling@entry=0x7eff4c728c80, argv=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#18 0x00007eff6784a43a in vm_call0_cc (ec=0x7eff283364f0, recv=<optimized out>, id=3137, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-random1/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {1296236545, 139634846857600}
        calling = {cd = 0x7eff4c728c40, cc = 0x7eff45a343a0, block_handler = 0, recv = 139634864001000, argc = 1, kw_splat = false, heap_argv = 0}
#19 0x00007eff6784c24d in rb_call0 (ec=0x7eff283364f0, recv=recv@entry=139634864001000, mid=mid@entry=3137, argc=argc@entry=1, argv=argv@entry=0x7eff4c728e88, call_scope=call_scope@entry=CALL_FCALL, self=139634865901120) at /tmp/ruby/src/trunk-random1/vm_eval.c:554
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 3137, flag = 4, argc = 1}
        cc = 0x7eff45a343a0
#20 0x00007eff6784cc16 in rb_call (scope=CALL_FCALL, argv=0x7eff4c728e88, argc=1, mid=3137, recv=139634864001000) at /tmp/ruby/src/trunk-random1/vm_eval.c:880
        ec = <optimized out>
#21 rb_funcallv_kw (recv=recv@entry=139634864001000, mid=mid@entry=3137, argc=argc@entry=1, argv=argv@entry=0x7eff4c728e88, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-random1/vm_eval.c:1077
No locals.
#22 0x00007eff67653316 in rb_obj_call_init_kw (obj=obj@entry=139634864001000, argc=argc@entry=1, argv=argv@entry=0x7eff4c728e88, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-random1/eval.c:1753
No locals.
#23 0x00007eff676ee335 in rb_class_new_instance_kw (argc=1, argv=0x7eff4c728e88, klass=139634985073800, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-random1/object.c:2185
        obj = 139634864001000
#24 0x00007eff676ee37b in rb_class_new_instance (argc=<optimized out>, argv=<optimized out>, klass=<optimized out>) at /tmp/ruby/src/trunk-random1/object.c:2193
No locals.
#25 0x00007eff67645a0e in rb_exc_new_str (etype=etype@entry=139634985073800, str=<optimized out>) at /tmp/ruby/src/trunk-random1/error.c:1459
No locals.
#26 0x00007eff67646a6e in rb_vraise (exc=139634985073800, fmt=<optimized out>, ap=ap@entry=0x7eff4c728ec0) at /tmp/ruby/src/trunk-random1/error.c:3624
No locals.
#27 0x00007eff67646b1a in rb_raise (exc=<optimized out>, fmt=fmt@entry=0x7eff679e38f0 <closed_stream> "closed stream") at /tmp/ruby/src/trunk-random1/error.c:3632
        args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7eff4c728fa0, reg_save_area = 0x7eff4c728ee0}}
#28 0x00007eff676899a3 in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-random1/io.c:748
No locals.
#29 0x00007eff6768cdbb in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-random1/io.c:778
No locals.
#30 rb_io_check_closed (fptr=fptr@entry=0x7eff2800f9f0) at /tmp/ruby/src/trunk-random1/io.c:777
No locals.
#31 0x00007eff4c3b6812 in rsock_s_accept (klass=139634966904640, io=139634865901120, sockaddr=sockaddr@entry=0x7eff4c729040, len=len@entry=0x7eff4c72903c) at /tmp/ruby/src/trunk-random1/ext/socket/init.c:708
        fptr = 0x7eff2800f9f0
        accept_arg = {fd = 0, sockaddr = 0x0, len = 0x671d94a0}
        retry = <optimized out>
        peer = <optimized out>
        retry = <optimized out>
#32 0x00007eff4c3c7992 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-random1/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 7348, sa_data = "3(\377~\000\000R\323\035g\377~\000"}, in = {sin_family = 7348, sin_port = 10291, sin_addr = {s_addr = 32511}, sin_zero = "R\323\035g\377~\000"}, in6 = {sin6_family = 7348, sin6_port = 10291, sin6_flowinfo = 32511, sin6_addr = {__in6_u = {__u6_addr8 = "R\323\035g\377~\000\000p\220rL\377~\000", __u6_addr16 = {54098, 26397, 32511, 0, 36976, 19570, 32511, 0}, __u6_addr32 = {1730007890, 32511, 1282576496, 32511}}}, sin6_scope_id = 1}, un = {sun_family = 7348, sun_path = "3(\377~\000\000R\323\035g\377~\000\000p\220rL\377~\000\000\001\000\000\000\274U\000\000\023\000\000\000\000\000\000\000\254\0343(\377~\000\000\326`\233g\377~\000\000\023\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\234\0343(\377~\000\000\300\220rL\377~\000\000\000E\300\316\000\000\000\000\004\000\000\000\000\000\000\000\017\000\000\000\000"}, storage = {ss_family = 7348, __ss_padding = "3(\377~\000\000R\323\035g\377~\000\000p\220rL\377~\000\000\001\000\000\000\274U\000\000\023\000\000\000\000\000\000\000\254\0343(\377~\000\000\326`\233g\377~\000\000\023\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\234\0343(\377~\000\000\300\220rL\377~\000\000\000E\300\316\000\000\000\000\004\000\000\000\000\000\000\000\017\000\000\000\000\000\000\000\a\000\000\000\000\000\000", __ss_align = 1}, place_holder = "\264\0343(\377~\000\000R\323\035g\377~\000\000p\220rL\377~\000\000\001\000\000\000\274U\000\000\023\000\000\000\000\000\000\000\254\0343(\377~\000\000\326`\233g\377~\000\000\023\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\234\0343(\377~\000\000\300\220rL\377~\000\000\000E\300\316\000\000\000\000\004\000\000\000\000\000\000\000\017\000\000\000\000\000\000\000\a\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\240\224\035g\377~\000\000\340\220rL\377~\000\000 ]\000(\377~\000\000\320\032\v\247\274U\000\000\000\000\000\000\000\000\000\000]9~g\377~\000\000\300\232\v\247\274U\000\000\322M~g\377~\000\000\254\221rL\377~\000\000"...}
        length = 2048
#33 0x00007eff67829cec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7eff2831d620, ec=0x7eff283364f0) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:3780
        ci = 0x1040100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7eff4c94f500
        cfunc = 0x55bca749a618
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#34 vm_call_cfunc_with_frame (ec=0x7eff283364f0, reg_cfp=0x7eff2831d620, calling=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:3826
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#35 0x00007eff6783cfcd in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_callinfo.h:412
        val = 94268770620320
        ci = 0x7eff28331cb0
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x55bca89613a0, cc = 0x7eff46252460, block_handler = 0, recv = 139634865901120, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#36 vm_exec_core (ec=0x7eff28331cb0, ec@entry=0x7eff283364f0) at ../../src/trunk-random1/insns.def:918
        bh = <optimized out>
        cd = 0x55bca89613a0
        leaf = <optimized out>
        val = 94268770620320
        reg_pc = 0x55bca79ee6f0
        reg_cfp = 0x7eff2831d620
        insns_address_table = {0x7eff6783d1de <vm_exec_core+1006>, 0x7eff6783d16a <vm_exec_core+890>, 0x7eff6783d0f5 <vm_exec_core+773>, 0x7eff6783d076 <vm_exec_core+646>, 0x7eff6783d743 <vm_exec_core+2387>, 0x7eff6783d6c1 <vm_exec_core+2257>, 0x7eff6783d64b <vm_exec_core+2139>, 0x7eff6783d5e6 <vm_exec_core+2038>, 0x7eff6783d581 <vm_exec_core+1937>, 0x7eff6783d4b7 <vm_exec_core+1735>, 0x7eff6783d38e <vm_exec_core+1438>, 0x7eff6783d208 <vm_exec_core+1048>, 0x7eff6783dcbe <vm_exec_core+3790>, 0x7eff6783dc58 <vm_exec_core+3688>, 0x7eff6783dbe3 <vm_exec_core+3571>, 0x7eff6783db9e <vm_exec_core+3502>, 0x7eff6783db5e <vm_exec_core+3438>, 0x7eff6783db21 <vm_exec_core+3377>, 0x7eff6783dae4 <vm_exec_core+3316>, 0x7eff6783daa7 <vm_exec_core+3255>, 0x7eff6783da3c <vm_exec_core+3148>, 0x7eff6783d9f0 <vm_exec_core+3072>, 0x7eff6783d9a1 <vm_exec_core+2993>, 0x7eff6783d941 <vm_exec_core+2897>, 0x7eff6783d8f3 <vm_exec_core+2819>, 0x7eff6783d86c <vm_exec_core+2684>, 0x7eff6783d82a <vm_exec_core+2618>, 0x7eff6783d7c5 <vm_exec_core+2517>, 0x7eff6783eb41 <vm_exec_core+7505>, 0x7eff6783eadf <vm_exec_core+7407>, 0x7eff6783ebc0 <vm_exec_core+7632>, 0x7eff6783ea9a <vm_exec_core+7338>, 0x7eff6783e88d <vm_exec_core+6813>, 0x7eff6783e7f7 <vm_exec_core+6663>, 0x7eff6783e791 <vm_exec_core+6561>, 0x7eff6783e731 <vm_exec_core+6465>, 0x7eff6783e6cf <vm_exec_core+6367>, 0x7eff6783e67a <vm_exec_core+6282>, 0x7eff6783e61c <vm_exec_core+6188>, 0x7eff6783e5ca <vm_exec_core+6106>, 0x7eff6783e59b <vm_exec_core+6059>, 0x7eff6783e558 <vm_exec_core+5992>, 0x7eff6783e4ff <vm_exec_core+5903>, 0x7eff6783e4c3 <vm_exec_core+5843>, 0x7eff6783e40d <vm_exec_core+5661>, 0x7eff6783e3c2 <vm_exec_core+5586>, 0x7eff6783e376 <vm_exec_core+5510>, 0x7eff6783e33c <vm_exec_core+5452>, 0x7eff6783e2c5 <vm_exec_core+5333>, 0x7eff6783e25b <vm_exec_core+5227>, 0x7eff6783e204 <vm_exec_core+5140>, 0x7eff6783e18d <vm_exec_core+5021>, 0x7eff6783e101 <vm_exec_core+4881>, 0x7eff6783dfe0 <vm_exec_core+4592>, 0x7eff6783df9c <vm_exec_core+4524>, 0x7eff6783df4d <vm_exec_core+4445>, 0x7eff6783dedb <vm_exec_core+4331>, 0x7eff6783de0c <vm_exec_core+4124>, 0x7eff6783ce60 <vm_exec_core+112>, 0x7eff6783dd62 <vm_exec_core+3954>, 0x7eff6783dd0b <vm_exec_core+3867>, 0x7eff67840bf9 <vm_exec_core+15881>, 0x7eff6783f616 <vm_exec_core+10278>, 0x7eff6783f583 <vm_exec_core+10131>, 0x7eff6783f46e <vm_exec_core+9854>, 0x7eff6783f2f4 <vm_exec_core+9476>, 0x7eff6783f21c <vm_exec_core+9260>, 0x7eff6783f189 <vm_exec_core+9113>, 0x7eff6783f8bf <vm_exec_core+10959>, 0x7eff6783f781 <vm_exec_core+10641>, 0x7eff6783f719 <vm_exec_core+10537>, 0x7eff6783f6b1 <vm_exec_core+10433>, 0x7eff6783f66d <vm_exec_core+10365>, 0x7eff6783f7ca <vm_exec_core+10714>, 0x7eff6783f0eb <vm_exec_core+8955>, 0x7eff67840b1e <vm_exec_core+15662>, 0x7eff67840b8d <vm_exec_core+15773>, 0x7eff678402dc <vm_exec_core+13548>, 0x7eff6784037d <vm_exec_core+13709>, 0x7eff67840400 <vm_exec_core+13840>, 0x7eff6784067e <vm_exec_core+14478>, 0x7eff67840507 <vm_exec_core+14103>, 0x7eff678406dc <vm_exec_core+14572>, 0x7eff678404a1 <vm_exec_core+14001>, 0x7eff67840742 <vm_exec_core+14674>, 0x7eff6784058d <vm_exec_core+14237>, 0x7eff678405f3 <vm_exec_core+14339>, 0x7eff678407a8 <vm_exec_core+14776>, 0x7eff67840a09 <vm_exec_core+15385>, 0x7eff67840904 <vm_exec_core+15124>, 0x7eff67840977 <vm_exec_core+15239>, 0x7eff6783f032 <vm_exec_core+8770>, 0x7eff6783ef8c <vm_exec_core+8604>, 0x7eff67840c4b <vm_exec_core+15963>, 0x7eff67840c9b <vm_exec_core+16043>, 0x7eff67840a64 <vm_exec_core+15476>, 0x7eff67840ac0 <vm_exec_core+15568>, 0x7eff678407fc <vm_exec_core+14860>, 0x7eff67840871 <vm_exec_core+14977>, 0x7eff6783ef13 <vm_exec_core+8483>, 0x7eff6783ee8b <vm_exec_core+8347>, 0x7eff6783edcb <vm_exec_core+8155>, 0x7eff6783ed7c <vm_exec_core+8076>, 0x7eff6783ed29 <vm_exec_core+7993>, 0x7eff6783ecd8 <vm_exec_core+7912>, 0x7eff6783ec7f <vm_exec_core+7823>, 0x7eff6783ec42 <vm_exec_core+7762>, 0x7eff6783ec05 <vm_exec_core+7701>, 0x7eff6783d1cd <vm_exec_core+989>, 0x7eff6783d159 <vm_exec_core+873>, 0x7eff6783d0e4 <vm_exec_core+756>, 0x7eff6783d065 <vm_exec_core+629>, 0x7eff6783d732 <vm_exec_core+2370>, 0x7eff6783d6b0 <vm_exec_core+2240>, 0x7eff6783d63a <vm_exec_core+2122>, 0x7eff6783d5d5 <vm_exec_core+2021>, 0x7eff6783d570 <vm_exec_core+1920>, 0x7eff6783d4a6 <vm_exec_core+1718>, 0x7eff6783d37d <vm_exec_core+1421>, 0x7eff6783d1f7 <vm_exec_core+1031>, 0x7eff6783dcad <vm_exec_core+3773>, 0x7eff6783dc47 <vm_exec_core+3671>, 0x7eff6783dbd2 <vm_exec_core+3554>, 0x7eff6783db8d <vm_exec_core+3485>, 0x7eff6783db4d <vm_exec_core+3421>, 0x7eff6783db10 <vm_exec_core+3360>, 0x7eff6783dad3 <vm_exec_core+3299>, 0x7eff6783da96 <vm_exec_core+3238>, 0x7eff6783da2b <vm_exec_core+3131>, 0x7eff6783d9df <vm_exec_core+3055>, 0x7eff6783d990 <vm_exec_core+2976>, 0x7eff6783d930 <vm_exec_core+2880>, 0x7eff6783d8e2 <vm_exec_core+2802>, 0x7eff6783d85b <vm_exec_core+2667>, 0x7eff6783d819 <vm_exec_core+2601>, 0x7eff6783d7b4 <vm_exec_core+2500>, 0x7eff6783eb30 <vm_exec_core+7488>, 0x7eff6783eace <vm_exec_core+7390>, 0x7eff6783ebaf <vm_exec_core+7615>, 0x7eff6783ea89 <vm_exec_core+7321>, 0x7eff6783e87c <vm_exec_core+6796>, 0x7eff6783e7e6 <vm_exec_core+6646>, 0x7eff6783e780 <vm_exec_core+6544>, 0x7eff6783e720 <vm_exec_core+6448>, 0x7eff6783e6be <vm_exec_core+6350>, 0x7eff6783e669 <vm_exec_core+6265>, 0x7eff6783e60b <vm_exec_core+6171>, 0x7eff6783e5b9 <vm_exec_core+6089>, 0x7eff6783e58a <vm_exec_core+6042>, 0x7eff6783e547 <vm_exec_core+5975>, 0x7eff6783e4ee <vm_exec_core+5886>, 0x7eff6783e4b2 <vm_exec_core+5826>, 0x7eff6783e3fc <vm_exec_core+5644>, 0x7eff6783e3b1 <vm_exec_core+5569>, 0x7eff6783e365 <vm_exec_core+5493>, 0x7eff6783e32b <vm_exec_core+5435>, 0x7eff6783e2b4 <vm_exec_core+5316>, 0x7eff6783e24a <vm_exec_core+5210>, 0x7eff6783e1f3 <vm_exec_core+5123>, 0x7eff6783e17c <vm_exec_core+5004>, 0x7eff6783e0f0 <vm_exec_core+4864>, 0x7eff6783dfcf <vm_exec_core+4575>, 0x7eff6783df8b <vm_exec_core+4507>, 0x7eff6783df3c <vm_exec_core+4428>, 0x7eff6783deca <vm_exec_core+4314>, 0x7eff6783ddfb <vm_exec_core+4107>, 0x7eff678400f1 <vm_exec_core+13057>, 0x7eff6783dd51 <vm_exec_core+3937>, 0x7eff6783dcfa <vm_exec_core+3850>, 0x7eff67840107 <vm_exec_core+13079>, 0x7eff6783f605 <vm_exec_core+10261>, 0x7eff6783f572 <vm_exec_core+10114>, 0x7eff6783f45d <vm_exec_core+9837>, 0x7eff6783f2e3 <vm_exec_core+9459>, 0x7eff6783f20b <vm_exec_core+9243>, 0x7eff6783f178 <vm_exec_core+9096>, 0x7eff6783f8ae <vm_exec_core+10942>, 0x7eff6783f770 <vm_exec_core+10624>, 0x7eff6783f708 <vm_exec_core+10520>, 0x7eff6783f6a0 <vm_exec_core+10416>, 0x7eff6783f65c <vm_exec_core+10348>, 0x7eff6783f7b9 <vm_exec_core+10697>, 0x7eff6783f0da <vm_exec_core+8938>, 0x7eff6784011d <vm_exec_core+13101>, 0x7eff67840133 <vm_exec_core+13123>, 0x7eff67840149 <vm_exec_core+13145>, 0x7eff6784015f <vm_exec_core+13167>, 0x7eff67840175 <vm_exec_core+13189>, 0x7eff6784018b <vm_exec_core+13211>, 0x7eff678401a1 <vm_exec_core+13233>, 0x7eff678401be <vm_exec_core+13262>, 0x7eff678401d4 <vm_exec_core+13284>, 0x7eff678401ea <vm_exec_core+13306>, 0x7eff67840200 <vm_exec_core+13328>, 0x7eff67840216 <vm_exec_core+13350>, 0x7eff6784022c <vm_exec_core+13372>, 0x7eff67840242 <vm_exec_core+13394>, 0x7eff67840258 <vm_exec_core+13416>, 0x7eff6784026e <vm_exec_core+13438>, 0x7eff6783f021 <vm_exec_core+8753>...}
#37 0x00007eff67843ab9 in vm_exec_loop (result=<optimized out>, tag=0x7eff4c729ad0, state=<optimized out>, ec=0x7eff283364f0) at /tmp/ruby/src/trunk-random1/vm.c:2594
        vm_loop_start = <optimized out>
#38 rb_vm_exec (ec=0x7eff283364f0) at /tmp/ruby/src/trunk-random1/vm.c:2573
        _ec = 0x7eff283364f0
        _tag = {tag = 36, retval = 4, buf = {0x7eff4c729bd0, 0x7eff67843820 <rb_vm_exec+400>, 0x0, 0x7eff4c729ab0, 0x3000000028}, prev = 0x7eff4c729cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#39 0x00007eff6784910e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7eff47ea4730, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#40 0x00007eff67849486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x7eff2800d930, argc=argc@entry=0, argv=argv@entry=0x7eff4c729b80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-random1/vm.c:1743
        self = <optimized out>
#41 0x00007eff677eed60 in thread_do_start_proc (th=th@entry=0x7eff28005c00) at /tmp/ruby/src/trunk-random1/thread.c:598
        args = 139634865900880
        args_ptr = 0x7eff4c729b80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x7eff2800d930
#42 0x00007eff677ef152 in thread_do_start (th=0x7eff28005c00) at /tmp/ruby/src/trunk-random1/thread.c:615
        result = 36
        result = <optimized out>
#43 thread_start_func_2 (th=th@entry=0x7eff28005c00, stack_start=stack_start@entry=0x7eff4c729da8) at /tmp/ruby/src/trunk-random1/thread.c:670
        _ec = 0x7eff283364f0
        _tag = {tag = 36, retval = 16479641522237621504, buf = {0x7eff4c729da8, 0x7eff677ef0d0 <thread_start_func_2+624>, 0x0, 0x7eff4c729be0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x55bca70b4060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#44 0x00007eff677f004d in call_thread_start_func_2 (th=0x7eff28005c00) at /tmp/ruby/src/trunk-random1/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7eff4c729da8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#45 nt_start (ptr=0x7eff28331c60) at /tmp/ruby/src/trunk-random1/thread_pthread.c:2281
        th = 0x7eff28005c00
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#46 0x00007eff671daa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139634964342464, -1113255482188146355, 139634964342464, -256, 0, 139634860663264, -1113255482209117875, -1113309571162482355}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#47 0x00007eff67267c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7eff4644b6c0 (LWP 56530) "Gem::Timeout st"):
#0  0x00007eff671d6d61 in __futex_abstimed_wait_common64 (private=32511, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55bca9080cc0) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32511, abstime=0x0, clockid=0, expected=0, futex_word=0x55bca9080cc0) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x55bca9080cc0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007eff671d97dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55bca70b9ac0, cond=0x55bca9080c98) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7eff671d94a0 <__condvar_cleanup_waiting>, __arg = 0x7eff4644a640, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 24, cond = 0x55bca9080c98, mutex = 0x55bca70b9ac0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 24
        seq = 12
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x55bca9080c98, mutex=mutex@entry=0x55bca70b9ac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007eff677e4bcd in rb_native_cond_wait (cond=cond@entry=0x55bca9080c98, mutex=mutex@entry=0x55bca70b9ac0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:222
        r = <optimized out>
#6  0x00007eff677e6299 in thread_sched_wait_running_turn (sched=sched@entry=0x55bca70b9ac0, th=th@entry=0x55bcac079870, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-random1/thread_pthread.c:863
        next_th = 0x7eff280109e0
#7  0x00007eff677e6ad3 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x55bca70b9ac0, th=th@entry=0x55bcac079870) at /tmp/ruby/src/trunk-random1/thread_pthread.c:1105
        can_direct_transfer = <optimized out>
#8  0x00007eff677f09d3 in native_sleep (rel=0x0, th=<optimized out>) at /tmp/ruby/src/trunk-random1/thread_pthread.c:3329
        sched = 0x55bca70b9ac0
        sched = <optimized out>
#9  sleep_forever (fl=1, th=<optimized out>) at /tmp/ruby/src/trunk-random1/thread.c:1351
        prev_status = <optimized out>
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-random1/thread.c:1396
        scheduler = <optimized out>
#11 0x00007eff677f0bb8 in queue_sleep (_args=_args@entry=139634860664976) at /tmp/ruby/src/trunk-random1/thread_sync.c:1028
        args = 0x7eff4644a890
#12 0x00007eff67651510 in rb_ensure (b_proc=b_proc@entry=0x7eff677f0ba0 <queue_sleep>, data1=data1@entry=139634860664976, e_proc=e_proc@entry=0x7eff677e0d40 <queue_sleep_done>, data2=data2@entry=139634860665008) at /tmp/ruby/src/trunk-random1/eval.c:1059
        _ec = 0x55bcad0d6b60
        _tag = {tag = 36, retval = 139635418407941, buf = {0x0, 0x7eff676515f0 <rb_ensure+512>, 0x0, 0x7eff4644a7b0, 0x4}, prev = 0x7eff4644aad0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x55bcad0d6b60
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7eff677e0d40 <queue_sleep_done>, data2 = 139634860665008}}
#13 0x00007eff677ea351 in queue_do_pop (self=139634869198360, q=0x55bcac838af0, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-random1/thread_sync.c:1103
        ec = <optimized out>
        queue_waiter = {w = {self = 139634869198360, th = 0x55bcac079870, fiber = 0x0, node = {next = 0x55bcac838af0, prev = 0x55bcac838af0}}, as = {q = 0x55bcac838af0, sq = 0x55bcac838af0}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x55bcac838af0
        queue_sleep_arg = {self = 139634869198360, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00007eff6783ee2d in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:7268
        canary_p = <optimized out>
        ret = 36
        canary_p = <optimized out>
        ret = <optimized out>
#15 vm_invoke_builtin_delegate (bf=<optimized out>, start_index=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:7295
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#16 vm_exec_core (ec=0x55bca9080cc0, ec@entry=0x55bcad0d6b60) at ../../src/trunk-random1/insns.def:1619
        bf = 0x0
        index = 18446744073709551104
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x55bca71aae08
        reg_cfp = 0x55bcad9acd78
        insns_address_table = {0x7eff6783d1de <vm_exec_core+1006>, 0x7eff6783d16a <vm_exec_core+890>, 0x7eff6783d0f5 <vm_exec_core+773>, 0x7eff6783d076 <vm_exec_core+646>, 0x7eff6783d743 <vm_exec_core+2387>, 0x7eff6783d6c1 <vm_exec_core+2257>, 0x7eff6783d64b <vm_exec_core+2139>, 0x7eff6783d5e6 <vm_exec_core+2038>, 0x7eff6783d581 <vm_exec_core+1937>, 0x7eff6783d4b7 <vm_exec_core+1735>, 0x7eff6783d38e <vm_exec_core+1438>, 0x7eff6783d208 <vm_exec_core+1048>, 0x7eff6783dcbe <vm_exec_core+3790>, 0x7eff6783dc58 <vm_exec_core+3688>, 0x7eff6783dbe3 <vm_exec_core+3571>, 0x7eff6783db9e <vm_exec_core+3502>, 0x7eff6783db5e <vm_exec_core+3438>, 0x7eff6783db21 <vm_exec_core+3377>, 0x7eff6783dae4 <vm_exec_core+3316>, 0x7eff6783daa7 <vm_exec_core+3255>, 0x7eff6783da3c <vm_exec_core+3148>, 0x7eff6783d9f0 <vm_exec_core+3072>, 0x7eff6783d9a1 <vm_exec_core+2993>, 0x7eff6783d941 <vm_exec_core+2897>, 0x7eff6783d8f3 <vm_exec_core+2819>, 0x7eff6783d86c <vm_exec_core+2684>, 0x7eff6783d82a <vm_exec_core+2618>, 0x7eff6783d7c5 <vm_exec_core+2517>, 0x7eff6783eb41 <vm_exec_core+7505>, 0x7eff6783eadf <vm_exec_core+7407>, 0x7eff6783ebc0 <vm_exec_core+7632>, 0x7eff6783ea9a <vm_exec_core+7338>, 0x7eff6783e88d <vm_exec_core+6813>, 0x7eff6783e7f7 <vm_exec_core+6663>, 0x7eff6783e791 <vm_exec_core+6561>, 0x7eff6783e731 <vm_exec_core+6465>, 0x7eff6783e6cf <vm_exec_core+6367>, 0x7eff6783e67a <vm_exec_core+6282>, 0x7eff6783e61c <vm_exec_core+6188>, 0x7eff6783e5ca <vm_exec_core+6106>, 0x7eff6783e59b <vm_exec_core+6059>, 0x7eff6783e558 <vm_exec_core+5992>, 0x7eff6783e4ff <vm_exec_core+5903>, 0x7eff6783e4c3 <vm_exec_core+5843>, 0x7eff6783e40d <vm_exec_core+5661>, 0x7eff6783e3c2 <vm_exec_core+5586>, 0x7eff6783e376 <vm_exec_core+5510>, 0x7eff6783e33c <vm_exec_core+5452>, 0x7eff6783e2c5 <vm_exec_core+5333>, 0x7eff6783e25b <vm_exec_core+5227>, 0x7eff6783e204 <vm_exec_core+5140>, 0x7eff6783e18d <vm_exec_core+5021>, 0x7eff6783e101 <vm_exec_core+4881>, 0x7eff6783dfe0 <vm_exec_core+4592>, 0x7eff6783df9c <vm_exec_core+4524>, 0x7eff6783df4d <vm_exec_core+4445>, 0x7eff6783dedb <vm_exec_core+4331>, 0x7eff6783de0c <vm_exec_core+4124>, 0x7eff6783ce60 <vm_exec_core+112>, 0x7eff6783dd62 <vm_exec_core+3954>, 0x7eff6783dd0b <vm_exec_core+3867>, 0x7eff67840bf9 <vm_exec_core+15881>, 0x7eff6783f616 <vm_exec_core+10278>, 0x7eff6783f583 <vm_exec_core+10131>, 0x7eff6783f46e <vm_exec_core+9854>, 0x7eff6783f2f4 <vm_exec_core+9476>, 0x7eff6783f21c <vm_exec_core+9260>, 0x7eff6783f189 <vm_exec_core+9113>, 0x7eff6783f8bf <vm_exec_core+10959>, 0x7eff6783f781 <vm_exec_core+10641>, 0x7eff6783f719 <vm_exec_core+10537>, 0x7eff6783f6b1 <vm_exec_core+10433>, 0x7eff6783f66d <vm_exec_core+10365>, 0x7eff6783f7ca <vm_exec_core+10714>, 0x7eff6783f0eb <vm_exec_core+8955>, 0x7eff67840b1e <vm_exec_core+15662>, 0x7eff67840b8d <vm_exec_core+15773>, 0x7eff678402dc <vm_exec_core+13548>, 0x7eff6784037d <vm_exec_core+13709>, 0x7eff67840400 <vm_exec_core+13840>, 0x7eff6784067e <vm_exec_core+14478>, 0x7eff67840507 <vm_exec_core+14103>, 0x7eff678406dc <vm_exec_core+14572>, 0x7eff678404a1 <vm_exec_core+14001>, 0x7eff67840742 <vm_exec_core+14674>, 0x7eff6784058d <vm_exec_core+14237>, 0x7eff678405f3 <vm_exec_core+14339>, 0x7eff678407a8 <vm_exec_core+14776>, 0x7eff67840a09 <vm_exec_core+15385>, 0x7eff67840904 <vm_exec_core+15124>, 0x7eff67840977 <vm_exec_core+15239>, 0x7eff6783f032 <vm_exec_core+8770>, 0x7eff6783ef8c <vm_exec_core+8604>, 0x7eff67840c4b <vm_exec_core+15963>, 0x7eff67840c9b <vm_exec_core+16043>, 0x7eff67840a64 <vm_exec_core+15476>, 0x7eff67840ac0 <vm_exec_core+15568>, 0x7eff678407fc <vm_exec_core+14860>, 0x7eff67840871 <vm_exec_core+14977>, 0x7eff6783ef13 <vm_exec_core+8483>, 0x7eff6783ee8b <vm_exec_core+8347>, 0x7eff6783edcb <vm_exec_core+8155>, 0x7eff6783ed7c <vm_exec_core+8076>, 0x7eff6783ed29 <vm_exec_core+7993>, 0x7eff6783ecd8 <vm_exec_core+7912>, 0x7eff6783ec7f <vm_exec_core+7823>, 0x7eff6783ec42 <vm_exec_core+7762>, 0x7eff6783ec05 <vm_exec_core+7701>, 0x7eff6783d1cd <vm_exec_core+989>, 0x7eff6783d159 <vm_exec_core+873>, 0x7eff6783d0e4 <vm_exec_core+756>, 0x7eff6783d065 <vm_exec_core+629>, 0x7eff6783d732 <vm_exec_core+2370>, 0x7eff6783d6b0 <vm_exec_core+2240>, 0x7eff6783d63a <vm_exec_core+2122>, 0x7eff6783d5d5 <vm_exec_core+2021>, 0x7eff6783d570 <vm_exec_core+1920>, 0x7eff6783d4a6 <vm_exec_core+1718>, 0x7eff6783d37d <vm_exec_core+1421>, 0x7eff6783d1f7 <vm_exec_core+1031>, 0x7eff6783dcad <vm_exec_core+3773>, 0x7eff6783dc47 <vm_exec_core+3671>, 0x7eff6783dbd2 <vm_exec_core+3554>, 0x7eff6783db8d <vm_exec_core+3485>, 0x7eff6783db4d <vm_exec_core+3421>, 0x7eff6783db10 <vm_exec_core+3360>, 0x7eff6783dad3 <vm_exec_core+3299>, 0x7eff6783da96 <vm_exec_core+3238>, 0x7eff6783da2b <vm_exec_core+3131>, 0x7eff6783d9df <vm_exec_core+3055>, 0x7eff6783d990 <vm_exec_core+2976>, 0x7eff6783d930 <vm_exec_core+2880>, 0x7eff6783d8e2 <vm_exec_core+2802>, 0x7eff6783d85b <vm_exec_core+2667>, 0x7eff6783d819 <vm_exec_core+2601>, 0x7eff6783d7b4 <vm_exec_core+2500>, 0x7eff6783eb30 <vm_exec_core+7488>, 0x7eff6783eace <vm_exec_core+7390>, 0x7eff6783ebaf <vm_exec_core+7615>, 0x7eff6783ea89 <vm_exec_core+7321>, 0x7eff6783e87c <vm_exec_core+6796>, 0x7eff6783e7e6 <vm_exec_core+6646>, 0x7eff6783e780 <vm_exec_core+6544>, 0x7eff6783e720 <vm_exec_core+6448>, 0x7eff6783e6be <vm_exec_core+6350>, 0x7eff6783e669 <vm_exec_core+6265>, 0x7eff6783e60b <vm_exec_core+6171>, 0x7eff6783e5b9 <vm_exec_core+6089>, 0x7eff6783e58a <vm_exec_core+6042>, 0x7eff6783e547 <vm_exec_core+5975>, 0x7eff6783e4ee <vm_exec_core+5886>, 0x7eff6783e4b2 <vm_exec_core+5826>, 0x7eff6783e3fc <vm_exec_core+5644>, 0x7eff6783e3b1 <vm_exec_core+5569>, 0x7eff6783e365 <vm_exec_core+5493>, 0x7eff6783e32b <vm_exec_core+5435>, 0x7eff6783e2b4 <vm_exec_core+5316>, 0x7eff6783e24a <vm_exec_core+5210>, 0x7eff6783e1f3 <vm_exec_core+5123>, 0x7eff6783e17c <vm_exec_core+5004>, 0x7eff6783e0f0 <vm_exec_core+4864>, 0x7eff6783dfcf <vm_exec_core+4575>, 0x7eff6783df8b <vm_exec_core+4507>, 0x7eff6783df3c <vm_exec_core+4428>, 0x7eff6783deca <vm_exec_core+4314>, 0x7eff6783ddfb <vm_exec_core+4107>, 0x7eff678400f1 <vm_exec_core+13057>, 0x7eff6783dd51 <vm_exec_core+3937>, 0x7eff6783dcfa <vm_exec_core+3850>, 0x7eff67840107 <vm_exec_core+13079>, 0x7eff6783f605 <vm_exec_core+10261>, 0x7eff6783f572 <vm_exec_core+10114>, 0x7eff6783f45d <vm_exec_core+9837>, 0x7eff6783f2e3 <vm_exec_core+9459>, 0x7eff6783f20b <vm_exec_core+9243>, 0x7eff6783f178 <vm_exec_core+9096>, 0x7eff6783f8ae <vm_exec_core+10942>, 0x7eff6783f770 <vm_exec_core+10624>, 0x7eff6783f708 <vm_exec_core+10520>, 0x7eff6783f6a0 <vm_exec_core+10416>, 0x7eff6783f65c <vm_exec_core+10348>, 0x7eff6783f7b9 <vm_exec_core+10697>, 0x7eff6783f0da <vm_exec_core+8938>, 0x7eff6784011d <vm_exec_core+13101>, 0x7eff67840133 <vm_exec_core+13123>, 0x7eff67840149 <vm_exec_core+13145>, 0x7eff6784015f <vm_exec_core+13167>, 0x7eff67840175 <vm_exec_core+13189>, 0x7eff6784018b <vm_exec_core+13211>, 0x7eff678401a1 <vm_exec_core+13233>, 0x7eff678401be <vm_exec_core+13262>, 0x7eff678401d4 <vm_exec_core+13284>, 0x7eff678401ea <vm_exec_core+13306>, 0x7eff67840200 <vm_exec_core+13328>, 0x7eff67840216 <vm_exec_core+13350>, 0x7eff6784022c <vm_exec_core+13372>, 0x7eff67840242 <vm_exec_core+13394>, 0x7eff67840258 <vm_exec_core+13416>, 0x7eff6784026e <vm_exec_core+13438>, 0x7eff6783f021 <vm_exec_core+8753>...}
#17 0x00007eff67843819 in rb_vm_exec (ec=0x55bcad0d6b60) at /tmp/ruby/src/trunk-random1/vm.c:2567
        _ec = 0x55bcad0d6b60
        _tag = {tag = 36, retval = 4, buf = {0x7eff4644abd0, 0x7eff67843820 <rb_vm_exec+400>, 0x0, 0x7eff4644aab0, 0x3000000028}, prev = 0x7eff4644acd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00007eff6784910e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7eff46c6e958, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007eff67849486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x55bcacf89bd0, argc=argc@entry=0, argv=argv@entry=0x7eff4644ab80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-random1/vm.c:1743
        self = <optimized out>
#20 0x00007eff677eed60 in thread_do_start_proc (th=th@entry=0x55bcac079870) at /tmp/ruby/src/trunk-random1/thread.c:598
        args = 139634871977280
        args_ptr = 0x7eff4644ab80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x55bcacf89bd0
#21 0x00007eff677ef152 in thread_do_start (th=0x55bcac079870) at /tmp/ruby/src/trunk-random1/thread.c:615
        result = 36
        result = <optimized out>
#22 thread_start_func_2 (th=th@entry=0x55bcac079870, stack_start=stack_start@entry=0x7eff4644ada8) at /tmp/ruby/src/trunk-random1/thread.c:670
        _ec = 0x55bcad0d6b60
        _tag = {tag = 36, retval = 16479641522237621504, buf = {0x7eff4644ada8, 0x7eff677ef0d0 <thread_start_func_2+624>, 0x0, 0x7eff4644abe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x55bca70b4060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#23 0x00007eff677f004d in call_thread_start_func_2 (th=0x55bcac079870) at /tmp/ruby/src/trunk-random1/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7eff4644ada8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#24 nt_start (ptr=0x55bca9080c70) at /tmp/ruby/src/trunk-random1/thread_pthread.c:2281
        th = 0x55bcac079870
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007eff671daa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139634860668608, -1113241891301009075, 139634860668608, -256, 22, 140720698503312, -1113241891321980595, -1113309571162482355}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007eff67267c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7eff4dacf6c0 (LWP 56567) "ruby"):
#0  0x00007eff67268042 in epoll_wait (epfd=4, events=events@entry=0x7eff67b78a7c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=10) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007eff677e97e5 in event_wait (vm=0x55bca70b1ad0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:2925
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x55bca70b1ad0) at /tmp/ruby/src/trunk-random1/thread_pthread_mn.c:887
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x55bca70b1ad0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:3052
        vm = 0x55bca70b1ad0
#4  0x00007eff671daa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139634984941248, -1113251445455759027, 139634984941248, -256, 25, 140720698503712, -1113251445476730547, -1113309571162482355}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007eff67267c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7eff6710fc00 (LWP 56230) "ruby"):
#0  0x00007eff671d6d61 in __futex_abstimed_wait_common64 (private=-458001754, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55bca70b9974) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=-458001754, abstime=0x0, clockid=0, expected=0, futex_word=0x55bca70b9974) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x55bca70b9974, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007eff671d97dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55bca70b9ac0, cond=0x55bca70b9948) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7eff671d94a0 <__condvar_cleanup_waiting>, __arg = 0x7ffc173f3910, __canceltype = 390019680, __prev = 0x0}
        cbuffer = {wseq = 101189, cond = 0x55bca70b9948, mutex = 0x55bca70b9ac0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 101189
        seq = 50594
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x55bca70b9948, mutex=mutex@entry=0x55bca70b9ac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007eff677e4bcd in rb_native_cond_wait (cond=cond@entry=0x55bca70b9948, mutex=mutex@entry=0x55bca70b9ac0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:222
        r = <optimized out>
#6  0x00007eff677e6299 in thread_sched_wait_running_turn (sched=sched@entry=0x55bca70b9ac0, th=th@entry=0x55bca70b4060, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-random1/thread_pthread.c:863
        next_th = 0x7eff28005c00
#7  0x00007eff677e6431 in thread_sched_to_running_common (th=0x55bca70b4060, sched=0x55bca70b9ac0) at /tmp/ruby/src/trunk-random1/thread_pthread.c:939
No locals.
#8  thread_sched_to_running (sched=sched@entry=0x55bca70b9ac0, th=th@entry=0x55bca70b4060) at /tmp/ruby/src/trunk-random1/thread_pthread.c:953
No locals.
#9  0x00007eff677ee83c in blocking_region_end (region=0x7ffc173f3a6c, th=<optimized out>) at /tmp/ruby/src/trunk-random1/thread.c:1504
No locals.
#10 rb_nogvl (func=0x7eff67653910 <no_gvl_stat>, data1=0x7ffc173f3ad0, ubf=<optimized out>, data2=<optimized out>, flags=flags@entry=0) at /tmp/ruby/src/trunk-random1/thread.c:1545
        __region = {prev_status = THREAD_RUNNABLE}
        val = 0xffffffffffffffff
        ec = <optimized out>
        th = 0x55bca70b4060
        vm = 0x55bca70b1ad0
        is_main_thread = <optimized out>
        saved_errno = 2
        ubf_th = <optimized out>
        saved_vm = 0x55bca70b1ad0
#11 0x00007eff677eea2c in rb_thread_call_without_gvl (func=<optimized out>, data1=<optimized out>, ubf=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-random1/thread.c:1662
No locals.
#12 0x00007eff67657e08 in stat_without_gvl (st=0x7ffc173f3ae0, path=<optimized out>) at /tmp/ruby/src/trunk-random1/file.c:1171
        data = {st = 0x7ffc173f3ae0, file = {path = 0x7eff46d7c790 "/tmp/rubytest.qjkmfy/test_rubygems_20240708-56230-1dd03q/gemhome/gems/a-3.a/lib", fd = 1188546448}}
#13 rb_stat (st=0x7ffc173f3ae0, file=<optimized out>) at /tmp/ruby/src/trunk-random1/file.c:1310
        tmp = <optimized out>
        result = <optimized out>
        tmp = <optimized out>
        result = <optimized out>
        fptr = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
#14 rb_file_directory_p (obj=<optimized out>, fname=<optimized out>) at /tmp/ruby/src/trunk-random1/file.c:1618
        st = {st_dev = 0, st_ino = 139634863993400, st_nlink = 0, st_mode = 1734524553, st_uid = 32511, st_gid = 1182233144, __pad0 = 32511, st_rdev = 139634870307000, st_size = 79, st_blksize = 139635417893258, st_blocks = 139634863993400, st_atim = {tv_sec = 139634863993400, tv_nsec = 139634870307000}, st_mtim = {tv_sec = 139635417961589, tv_nsec = 139634870307000}, st_ctim = {tv_sec = 139634870307000, tv_nsec = 1}, __glibc_reserved = {-1967102551471930112, 139634967467840, 94268744768608}}
#15 0x00007eff67829cec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=1, calling=<optimized out>, reg_cfp=0x7eff670ad910, ec=0x55bca70b9c60) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:3780
        ci = 0x477f00100003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7eff4daf84f0
        cfunc = 0x55bca70d40e8
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#16 vm_call_cfunc_with_frame (ec=0x55bca70b9c60, reg_cfp=0x7eff670ad910, calling=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:3826
        argc = 1
        stack_bottom = <optimized out>
        argv = <optimized out>
#17 0x00007eff6783cfcd in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_callinfo.h:412
        val = 94268746691456
        ci = 0x55bca70b9974
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x55bca728f380, cc = 0x7eff4ca24d90, block_handler = 0, recv = 139634985069640, argc = 1, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#18 vm_exec_core (ec=0x55bca70b9974, ec@entry=0x55bca70b9c60) at ../../src/trunk-random1/insns.def:918
        bh = <optimized out>
        cd = 0x55bca728f380
        leaf = <optimized out>
        val = 94268746691456
        reg_pc = 0x55bca7316118
        reg_cfp = 0x7eff670ad910
        insns_address_table = {0x7eff6783d1de <vm_exec_core+1006>, 0x7eff6783d16a <vm_exec_core+890>, 0x7eff6783d0f5 <vm_exec_core+773>, 0x7eff6783d076 <vm_exec_core+646>, 0x7eff6783d743 <vm_exec_core+2387>, 0x7eff6783d6c1 <vm_exec_core+2257>, 0x7eff6783d64b <vm_exec_core+2139>, 0x7eff6783d5e6 <vm_exec_core+2038>, 0x7eff6783d581 <vm_exec_core+1937>, 0x7eff6783d4b7 <vm_exec_core+1735>, 0x7eff6783d38e <vm_exec_core+1438>, 0x7eff6783d208 <vm_exec_core+1048>, 0x7eff6783dcbe <vm_exec_core+3790>, 0x7eff6783dc58 <vm_exec_core+3688>, 0x7eff6783dbe3 <vm_exec_core+3571>, 0x7eff6783db9e <vm_exec_core+3502>, 0x7eff6783db5e <vm_exec_core+3438>, 0x7eff6783db21 <vm_exec_core+3377>, 0x7eff6783dae4 <vm_exec_core+3316>, 0x7eff6783daa7 <vm_exec_core+3255>, 0x7eff6783da3c <vm_exec_core+3148>, 0x7eff6783d9f0 <vm_exec_core+3072>, 0x7eff6783d9a1 <vm_exec_core+2993>, 0x7eff6783d941 <vm_exec_core+2897>, 0x7eff6783d8f3 <vm_exec_core+2819>, 0x7eff6783d86c <vm_exec_core+2684>, 0x7eff6783d82a <vm_exec_core+2618>, 0x7eff6783d7c5 <vm_exec_core+2517>, 0x7eff6783eb41 <vm_exec_core+7505>, 0x7eff6783eadf <vm_exec_core+7407>, 0x7eff6783ebc0 <vm_exec_core+7632>, 0x7eff6783ea9a <vm_exec_core+7338>, 0x7eff6783e88d <vm_exec_core+6813>, 0x7eff6783e7f7 <vm_exec_core+6663>, 0x7eff6783e791 <vm_exec_core+6561>, 0x7eff6783e731 <vm_exec_core+6465>, 0x7eff6783e6cf <vm_exec_core+6367>, 0x7eff6783e67a <vm_exec_core+6282>, 0x7eff6783e61c <vm_exec_core+6188>, 0x7eff6783e5ca <vm_exec_core+6106>, 0x7eff6783e59b <vm_exec_core+6059>, 0x7eff6783e558 <vm_exec_core+5992>, 0x7eff6783e4ff <vm_exec_core+5903>, 0x7eff6783e4c3 <vm_exec_core+5843>, 0x7eff6783e40d <vm_exec_core+5661>, 0x7eff6783e3c2 <vm_exec_core+5586>, 0x7eff6783e376 <vm_exec_core+5510>, 0x7eff6783e33c <vm_exec_core+5452>, 0x7eff6783e2c5 <vm_exec_core+5333>, 0x7eff6783e25b <vm_exec_core+5227>, 0x7eff6783e204 <vm_exec_core+5140>, 0x7eff6783e18d <vm_exec_core+5021>, 0x7eff6783e101 <vm_exec_core+4881>, 0x7eff6783dfe0 <vm_exec_core+4592>, 0x7eff6783df9c <vm_exec_core+4524>, 0x7eff6783df4d <vm_exec_core+4445>, 0x7eff6783dedb <vm_exec_core+4331>, 0x7eff6783de0c <vm_exec_core+4124>, 0x7eff6783ce60 <vm_exec_core+112>, 0x7eff6783dd62 <vm_exec_core+3954>, 0x7eff6783dd0b <vm_exec_core+3867>, 0x7eff67840bf9 <vm_exec_core+15881>, 0x7eff6783f616 <vm_exec_core+10278>, 0x7eff6783f583 <vm_exec_core+10131>, 0x7eff6783f46e <vm_exec_core+9854>, 0x7eff6783f2f4 <vm_exec_core+9476>, 0x7eff6783f21c <vm_exec_core+9260>, 0x7eff6783f189 <vm_exec_core+9113>, 0x7eff6783f8bf <vm_exec_core+10959>, 0x7eff6783f781 <vm_exec_core+10641>, 0x7eff6783f719 <vm_exec_core+10537>, 0x7eff6783f6b1 <vm_exec_core+10433>, 0x7eff6783f66d <vm_exec_core+10365>, 0x7eff6783f7ca <vm_exec_core+10714>, 0x7eff6783f0eb <vm_exec_core+8955>, 0x7eff67840b1e <vm_exec_core+15662>, 0x7eff67840b8d <vm_exec_core+15773>, 0x7eff678402dc <vm_exec_core+13548>, 0x7eff6784037d <vm_exec_core+13709>, 0x7eff67840400 <vm_exec_core+13840>, 0x7eff6784067e <vm_exec_core+14478>, 0x7eff67840507 <vm_exec_core+14103>, 0x7eff678406dc <vm_exec_core+14572>, 0x7eff678404a1 <vm_exec_core+14001>, 0x7eff67840742 <vm_exec_core+14674>, 0x7eff6784058d <vm_exec_core+14237>, 0x7eff678405f3 <vm_exec_core+14339>, 0x7eff678407a8 <vm_exec_core+14776>, 0x7eff67840a09 <vm_exec_core+15385>, 0x7eff67840904 <vm_exec_core+15124>, 0x7eff67840977 <vm_exec_core+15239>, 0x7eff6783f032 <vm_exec_core+8770>, 0x7eff6783ef8c <vm_exec_core+8604>, 0x7eff67840c4b <vm_exec_core+15963>, 0x7eff67840c9b <vm_exec_core+16043>, 0x7eff67840a64 <vm_exec_core+15476>, 0x7eff67840ac0 <vm_exec_core+15568>, 0x7eff678407fc <vm_exec_core+14860>, 0x7eff67840871 <vm_exec_core+14977>, 0x7eff6783ef13 <vm_exec_core+8483>, 0x7eff6783ee8b <vm_exec_core+8347>, 0x7eff6783edcb <vm_exec_core+8155>, 0x7eff6783ed7c <vm_exec_core+8076>, 0x7eff6783ed29 <vm_exec_core+7993>, 0x7eff6783ecd8 <vm_exec_core+7912>, 0x7eff6783ec7f <vm_exec_core+7823>, 0x7eff6783ec42 <vm_exec_core+7762>, 0x7eff6783ec05 <vm_exec_core+7701>, 0x7eff6783d1cd <vm_exec_core+989>, 0x7eff6783d159 <vm_exec_core+873>, 0x7eff6783d0e4 <vm_exec_core+756>, 0x7eff6783d065 <vm_exec_core+629>, 0x7eff6783d732 <vm_exec_core+2370>, 0x7eff6783d6b0 <vm_exec_core+2240>, 0x7eff6783d63a <vm_exec_core+2122>, 0x7eff6783d5d5 <vm_exec_core+2021>, 0x7eff6783d570 <vm_exec_core+1920>, 0x7eff6783d4a6 <vm_exec_core+1718>, 0x7eff6783d37d <vm_exec_core+1421>, 0x7eff6783d1f7 <vm_exec_core+1031>, 0x7eff6783dcad <vm_exec_core+3773>, 0x7eff6783dc47 <vm_exec_core+3671>, 0x7eff6783dbd2 <vm_exec_core+3554>, 0x7eff6783db8d <vm_exec_core+3485>, 0x7eff6783db4d <vm_exec_core+3421>, 0x7eff6783db10 <vm_exec_core+3360>, 0x7eff6783dad3 <vm_exec_core+3299>, 0x7eff6783da96 <vm_exec_core+3238>, 0x7eff6783da2b <vm_exec_core+3131>, 0x7eff6783d9df <vm_exec_core+3055>, 0x7eff6783d990 <vm_exec_core+2976>, 0x7eff6783d930 <vm_exec_core+2880>, 0x7eff6783d8e2 <vm_exec_core+2802>, 0x7eff6783d85b <vm_exec_core+2667>, 0x7eff6783d819 <vm_exec_core+2601>, 0x7eff6783d7b4 <vm_exec_core+2500>, 0x7eff6783eb30 <vm_exec_core+7488>, 0x7eff6783eace <vm_exec_core+7390>, 0x7eff6783ebaf <vm_exec_core+7615>, 0x7eff6783ea89 <vm_exec_core+7321>, 0x7eff6783e87c <vm_exec_core+6796>, 0x7eff6783e7e6 <vm_exec_core+6646>, 0x7eff6783e780 <vm_exec_core+6544>, 0x7eff6783e720 <vm_exec_core+6448>, 0x7eff6783e6be <vm_exec_core+6350>, 0x7eff6783e669 <vm_exec_core+6265>, 0x7eff6783e60b <vm_exec_core+6171>, 0x7eff6783e5b9 <vm_exec_core+6089>, 0x7eff6783e58a <vm_exec_core+6042>, 0x7eff6783e547 <vm_exec_core+5975>, 0x7eff6783e4ee <vm_exec_core+5886>, 0x7eff6783e4b2 <vm_exec_core+5826>, 0x7eff6783e3fc <vm_exec_core+5644>, 0x7eff6783e3b1 <vm_exec_core+5569>, 0x7eff6783e365 <vm_exec_core+5493>, 0x7eff6783e32b <vm_exec_core+5435>, 0x7eff6783e2b4 <vm_exec_core+5316>, 0x7eff6783e24a <vm_exec_core+5210>, 0x7eff6783e1f3 <vm_exec_core+5123>, 0x7eff6783e17c <vm_exec_core+5004>, 0x7eff6783e0f0 <vm_exec_core+4864>, 0x7eff6783dfcf <vm_exec_core+4575>, 0x7eff6783df8b <vm_exec_core+4507>, 0x7eff6783df3c <vm_exec_core+4428>, 0x7eff6783deca <vm_exec_core+4314>, 0x7eff6783ddfb <vm_exec_core+4107>, 0x7eff678400f1 <vm_exec_core+13057>, 0x7eff6783dd51 <vm_exec_core+3937>, 0x7eff6783dcfa <vm_exec_core+3850>, 0x7eff67840107 <vm_exec_core+13079>, 0x7eff6783f605 <vm_exec_core+10261>, 0x7eff6783f572 <vm_exec_core+10114>, 0x7eff6783f45d <vm_exec_core+9837>, 0x7eff6783f2e3 <vm_exec_core+9459>, 0x7eff6783f20b <vm_exec_core+9243>, 0x7eff6783f178 <vm_exec_core+9096>, 0x7eff6783f8ae <vm_exec_core+10942>, 0x7eff6783f770 <vm_exec_core+10624>, 0x7eff6783f708 <vm_exec_core+10520>, 0x7eff6783f6a0 <vm_exec_core+10416>, 0x7eff6783f65c <vm_exec_core+10348>, 0x7eff6783f7b9 <vm_exec_core+10697>, 0x7eff6783f0da <vm_exec_core+8938>, 0x7eff6784011d <vm_exec_core+13101>, 0x7eff67840133 <vm_exec_core+13123>, 0x7eff67840149 <vm_exec_core+13145>, 0x7eff6784015f <vm_exec_core+13167>, 0x7eff67840175 <vm_exec_core+13189>, 0x7eff6784018b <vm_exec_core+13211>, 0x7eff678401a1 <vm_exec_core+13233>, 0x7eff678401be <vm_exec_core+13262>, 0x7eff678401d4 <vm_exec_core+13284>, 0x7eff678401ea <vm_exec_core+13306>, 0x7eff67840200 <vm_exec_core+13328>, 0x7eff67840216 <vm_exec_core+13350>, 0x7eff6784022c <vm_exec_core+13372>, 0x7eff67840242 <vm_exec_core+13394>, 0x7eff67840258 <vm_exec_core+13416>, 0x7eff6784026e <vm_exec_core+13438>, 0x7eff6783f021 <vm_exec_core+8753>...}
#19 0x00007eff67843ab9 in vm_exec_loop (result=<optimized out>, tag=0x7ffc173f3e10, state=<optimized out>, ec=0x55bca70b9c60) at /tmp/ruby/src/trunk-random1/vm.c:2594
        vm_loop_start = <optimized out>
#20 rb_vm_exec (ec=0x55bca70b9c60) at /tmp/ruby/src/trunk-random1/vm.c:2573
        _ec = 0x55bca70b9c60
        _tag = {tag = 36, retval = 4, buf = {0x55bca70b9c60, 0x7eff67843820 <rb_vm_exec+400>, 0x0, 0x7ffc173f3df0, 0xa}, prev = 0x7ffc173f4000, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#21 0x00007eff678440a7 in rb_iseq_eval (iseq=iseq@entry=0x7eff4ca24278) at /tmp/ruby/src/trunk-random1/vm.c:2822
        ec = <optimized out>
        val = <optimized out>
#22 0x00007eff676b9ca5 in load_iseq_eval (fname=139634967463600, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/load.c:781
        iseq = 0x7eff4ca24278
        iseq = <optimized out>
        ec = <optimized out>
        v = <optimized out>
        th = <optimized out>
        realpath_map = <optimized out>
        result = <optimized out>
        error = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
        ast = <optimized out>
        ast_value = <optimized out>
        parser = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
#23 require_internal (ec=ec@entry=0x55bca70b9c60, fname=<optimized out>, fname@entry=139634967463640, exception=exception@entry=1, warn=<optimized out>) at /tmp/ruby/src/trunk-random1/load.c:1287
        handle = <optimized out>
        found = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x55bca70b9c60
        _tag = {tag = 36, retval = 1, buf = {0x55bca70b9c60, 0x7eff676b9408 <require_internal+1160>, 0x0, 0x7ffc173f3ea0, 0x7eff67520500}, prev = 0x7ffc173f46e0, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = <optimized out>
        saved = {wrapper = 0, self = 139634985193000, errinfo = 4, ec = 0x55bca70b9c60}
        state = RUBY_TAG_NONE
        ftptr = 0x55bca7275860 "/tmp/ruby/src/trunk-random1/tool/test/runner.rb"
        path = 139634967463600
        saved_path = 139634967463600
        realpath = 139634967552160
        realpaths = <optimized out>
        realpath_map = <optimized out>
        reset_ext_config = false
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#24 0x00007eff676ba042 in rb_require_string_internal (resurrect=false, fname=139634967463640) at /tmp/ruby/src/trunk-random1/load.c:1386
        ec = 0x55bca70b9c60
        result = <optimized out>
        ec = <optimized out>
        result = <optimized out>
#25 rb_f_require_relative (obj=<optimized out>, fname=<optimized out>) at /tmp/ruby/src/trunk-random1/load.c:1041
        base = <optimized out>
#26 0x00007eff6782a044 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:3780
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#27 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:3826
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#28 vm_call_cfunc_other (ec=0x55bca70b9c60, reg_cfp=0x7eff670adfa0, calling=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_insnhelper.c:3852
        ci = <optimized out>
        argv_ary = <optimized out>
#29 0x00007eff6783cfcd in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random1/vm_callinfo.h:412
        val = 94268746549488
        ci = 0x55bca70b9974
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x55bca726c8f0, cc = 0x7eff4ca24700, block_handler = 0, recv = 139634985193000, argc = 1, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#30 vm_exec_core (ec=0x55bca70b9974, ec@entry=0x55bca70b9c60) at ../../src/trunk-random1/insns.def:918
        bh = <optimized out>
        cd = 0x55bca726c8f0
        leaf = <optimized out>
        val = 94268746549488
        reg_pc = 0x55bca7244c78
        reg_cfp = 0x7eff670adfa0
        insns_address_table = {0x7eff6783d1de <vm_exec_core+1006>, 0x7eff6783d16a <vm_exec_core+890>, 0x7eff6783d0f5 <vm_exec_core+773>, 0x7eff6783d076 <vm_exec_core+646>, 0x7eff6783d743 <vm_exec_core+2387>, 0x7eff6783d6c1 <vm_exec_core+2257>, 0x7eff6783d64b <vm_exec_core+2139>, 0x7eff6783d5e6 <vm_exec_core+2038>, 0x7eff6783d581 <vm_exec_core+1937>, 0x7eff6783d4b7 <vm_exec_core+1735>, 0x7eff6783d38e <vm_exec_core+1438>, 0x7eff6783d208 <vm_exec_core+1048>, 0x7eff6783dcbe <vm_exec_core+3790>, 0x7eff6783dc58 <vm_exec_core+3688>, 0x7eff6783dbe3 <vm_exec_core+3571>, 0x7eff6783db9e <vm_exec_core+3502>, 0x7eff6783db5e <vm_exec_core+3438>, 0x7eff6783db21 <vm_exec_core+3377>, 0x7eff6783dae4 <vm_exec_core+3316>, 0x7eff6783daa7 <vm_exec_core+3255>, 0x7eff6783da3c <vm_exec_core+3148>, 0x7eff6783d9f0 <vm_exec_core+3072>, 0x7eff6783d9a1 <vm_exec_core+2993>, 0x7eff6783d941 <vm_exec_core+2897>, 0x7eff6783d8f3 <vm_exec_core+2819>, 0x7eff6783d86c <vm_exec_core+2684>, 0x7eff6783d82a <vm_exec_core+2618>, 0x7eff6783d7c5 <vm_exec_core+2517>, 0x7eff6783eb41 <vm_exec_core+7505>, 0x7eff6783eadf <vm_exec_core+7407>, 0x7eff6783ebc0 <vm_exec_core+7632>, 0x7eff6783ea9a <vm_exec_core+7338>, 0x7eff6783e88d <vm_exec_core+6813>, 0x7eff6783e7f7 <vm_exec_core+6663>, 0x7eff6783e791 <vm_exec_core+6561>, 0x7eff6783e731 <vm_exec_core+6465>, 0x7eff6783e6cf <vm_exec_core+6367>, 0x7eff6783e67a <vm_exec_core+6282>, 0x7eff6783e61c <vm_exec_core+6188>, 0x7eff6783e5ca <vm_exec_core+6106>, 0x7eff6783e59b <vm_exec_core+6059>, 0x7eff6783e558 <vm_exec_core+5992>, 0x7eff6783e4ff <vm_exec_core+5903>, 0x7eff6783e4c3 <vm_exec_core+5843>, 0x7eff6783e40d <vm_exec_core+5661>, 0x7eff6783e3c2 <vm_exec_core+5586>, 0x7eff6783e376 <vm_exec_core+5510>, 0x7eff6783e33c <vm_exec_core+5452>, 0x7eff6783e2c5 <vm_exec_core+5333>, 0x7eff6783e25b <vm_exec_core+5227>, 0x7eff6783e204 <vm_exec_core+5140>, 0x7eff6783e18d <vm_exec_core+5021>, 0x7eff6783e101 <vm_exec_core+4881>, 0x7eff6783dfe0 <vm_exec_core+4592>, 0x7eff6783df9c <vm_exec_core+4524>, 0x7eff6783df4d <vm_exec_core+4445>, 0x7eff6783dedb <vm_exec_core+4331>, 0x7eff6783de0c <vm_exec_core+4124>, 0x7eff6783ce60 <vm_exec_core+112>, 0x7eff6783dd62 <vm_exec_core+3954>, 0x7eff6783dd0b <vm_exec_core+3867>, 0x7eff67840bf9 <vm_exec_core+15881>, 0x7eff6783f616 <vm_exec_core+10278>, 0x7eff6783f583 <vm_exec_core+10131>, 0x7eff6783f46e <vm_exec_core+9854>, 0x7eff6783f2f4 <vm_exec_core+9476>, 0x7eff6783f21c <vm_exec_core+9260>, 0x7eff6783f189 <vm_exec_core+9113>, 0x7eff6783f8bf <vm_exec_core+10959>, 0x7eff6783f781 <vm_exec_core+10641>, 0x7eff6783f719 <vm_exec_core+10537>, 0x7eff6783f6b1 <vm_exec_core+10433>, 0x7eff6783f66d <vm_exec_core+10365>, 0x7eff6783f7ca <vm_exec_core+10714>, 0x7eff6783f0eb <vm_exec_core+8955>, 0x7eff67840b1e <vm_exec_core+15662>, 0x7eff67840b8d <vm_exec_core+15773>, 0x7eff678402dc <vm_exec_core+13548>, 0x7eff6784037d <vm_exec_core+13709>, 0x7eff67840400 <vm_exec_core+13840>, 0x7eff6784067e <vm_exec_core+14478>, 0x7eff67840507 <vm_exec_core+14103>, 0x7eff678406dc <vm_exec_core+14572>, 0x7eff678404a1 <vm_exec_core+14001>, 0x7eff67840742 <vm_exec_core+14674>, 0x7eff6784058d <vm_exec_core+14237>, 0x7eff678405f3 <vm_exec_core+14339>, 0x7eff678407a8 <vm_exec_core+14776>, 0x7eff67840a09 <vm_exec_core+15385>, 0x7eff67840904 <vm_exec_core+15124>, 0x7eff67840977 <vm_exec_core+15239>, 0x7eff6783f032 <vm_exec_core+8770>, 0x7eff6783ef8c <vm_exec_core+8604>, 0x7eff67840c4b <vm_exec_core+15963>, 0x7eff67840c9b <vm_exec_core+16043>, 0x7eff67840a64 <vm_exec_core+15476>, 0x7eff67840ac0 <vm_exec_core+15568>, 0x7eff678407fc <vm_exec_core+14860>, 0x7eff67840871 <vm_exec_core+14977>, 0x7eff6783ef13 <vm_exec_core+8483>, 0x7eff6783ee8b <vm_exec_core+8347>, 0x7eff6783edcb <vm_exec_core+8155>, 0x7eff6783ed7c <vm_exec_core+8076>, 0x7eff6783ed29 <vm_exec_core+7993>, 0x7eff6783ecd8 <vm_exec_core+7912>, 0x7eff6783ec7f <vm_exec_core+7823>, 0x7eff6783ec42 <vm_exec_core+7762>, 0x7eff6783ec05 <vm_exec_core+7701>, 0x7eff6783d1cd <vm_exec_core+989>, 0x7eff6783d159 <vm_exec_core+873>, 0x7eff6783d0e4 <vm_exec_core+756>, 0x7eff6783d065 <vm_exec_core+629>, 0x7eff6783d732 <vm_exec_core+2370>, 0x7eff6783d6b0 <vm_exec_core+2240>, 0x7eff6783d63a <vm_exec_core+2122>, 0x7eff6783d5d5 <vm_exec_core+2021>, 0x7eff6783d570 <vm_exec_core+1920>, 0x7eff6783d4a6 <vm_exec_core+1718>, 0x7eff6783d37d <vm_exec_core+1421>, 0x7eff6783d1f7 <vm_exec_core+1031>, 0x7eff6783dcad <vm_exec_core+3773>, 0x7eff6783dc47 <vm_exec_core+3671>, 0x7eff6783dbd2 <vm_exec_core+3554>, 0x7eff6783db8d <vm_exec_core+3485>, 0x7eff6783db4d <vm_exec_core+3421>, 0x7eff6783db10 <vm_exec_core+3360>, 0x7eff6783dad3 <vm_exec_core+3299>, 0x7eff6783da96 <vm_exec_core+3238>, 0x7eff6783da2b <vm_exec_core+3131>, 0x7eff6783d9df <vm_exec_core+3055>, 0x7eff6783d990 <vm_exec_core+2976>, 0x7eff6783d930 <vm_exec_core+2880>, 0x7eff6783d8e2 <vm_exec_core+2802>, 0x7eff6783d85b <vm_exec_core+2667>, 0x7eff6783d819 <vm_exec_core+2601>, 0x7eff6783d7b4 <vm_exec_core+2500>, 0x7eff6783eb30 <vm_exec_core+7488>, 0x7eff6783eace <vm_exec_core+7390>, 0x7eff6783ebaf <vm_exec_core+7615>, 0x7eff6783ea89 <vm_exec_core+7321>, 0x7eff6783e87c <vm_exec_core+6796>, 0x7eff6783e7e6 <vm_exec_core+6646>, 0x7eff6783e780 <vm_exec_core+6544>, 0x7eff6783e720 <vm_exec_core+6448>, 0x7eff6783e6be <vm_exec_core+6350>, 0x7eff6783e669 <vm_exec_core+6265>, 0x7eff6783e60b <vm_exec_core+6171>, 0x7eff6783e5b9 <vm_exec_core+6089>, 0x7eff6783e58a <vm_exec_core+6042>, 0x7eff6783e547 <vm_exec_core+5975>, 0x7eff6783e4ee <vm_exec_core+5886>, 0x7eff6783e4b2 <vm_exec_core+5826>, 0x7eff6783e3fc <vm_exec_core+5644>, 0x7eff6783e3b1 <vm_exec_core+5569>, 0x7eff6783e365 <vm_exec_core+5493>, 0x7eff6783e32b <vm_exec_core+5435>, 0x7eff6783e2b4 <vm_exec_core+5316>, 0x7eff6783e24a <vm_exec_core+5210>, 0x7eff6783e1f3 <vm_exec_core+5123>, 0x7eff6783e17c <vm_exec_core+5004>, 0x7eff6783e0f0 <vm_exec_core+4864>, 0x7eff6783dfcf <vm_exec_core+4575>, 0x7eff6783df8b <vm_exec_core+4507>, 0x7eff6783df3c <vm_exec_core+4428>, 0x7eff6783deca <vm_exec_core+4314>, 0x7eff6783ddfb <vm_exec_core+4107>, 0x7eff678400f1 <vm_exec_core+13057>, 0x7eff6783dd51 <vm_exec_core+3937>, 0x7eff6783dcfa <vm_exec_core+3850>, 0x7eff67840107 <vm_exec_core+13079>, 0x7eff6783f605 <vm_exec_core+10261>, 0x7eff6783f572 <vm_exec_core+10114>, 0x7eff6783f45d <vm_exec_core+9837>, 0x7eff6783f2e3 <vm_exec_core+9459>, 0x7eff6783f20b <vm_exec_core+9243>, 0x7eff6783f178 <vm_exec_core+9096>, 0x7eff6783f8ae <vm_exec_core+10942>, 0x7eff6783f770 <vm_exec_core+10624>, 0x7eff6783f708 <vm_exec_core+10520>, 0x7eff6783f6a0 <vm_exec_core+10416>, 0x7eff6783f65c <vm_exec_core+10348>, 0x7eff6783f7b9 <vm_exec_core+10697>, 0x7eff6783f0da <vm_exec_core+8938>, 0x7eff6784011d <vm_exec_core+13101>, 0x7eff67840133 <vm_exec_core+13123>, 0x7eff67840149 <vm_exec_core+13145>, 0x7eff6784015f <vm_exec_core+13167>, 0x7eff67840175 <vm_exec_core+13189>, 0x7eff6784018b <vm_exec_core+13211>, 0x7eff678401a1 <vm_exec_core+13233>, 0x7eff678401be <vm_exec_core+13262>, 0x7eff678401d4 <vm_exec_core+13284>, 0x7eff678401ea <vm_exec_core+13306>, 0x7eff67840200 <vm_exec_core+13328>, 0x7eff67840216 <vm_exec_core+13350>, 0x7eff6784022c <vm_exec_core+13372>, 0x7eff67840242 <vm_exec_core+13394>, 0x7eff67840258 <vm_exec_core+13416>, 0x7eff6784026e <vm_exec_core+13438>, 0x7eff6783f021 <vm_exec_core+8753>...}
#31 0x00007eff67843819 in rb_vm_exec (ec=0x55bca70b9c60) at /tmp/ruby/src/trunk-random1/vm.c:2567
        _ec = 0x55bca70b9c60
        _tag = {tag = 36, retval = 4, buf = {0x55bca70b9c60, 0x7eff67843820 <rb_vm_exec+400>, 0x0, 0x7ffc173f46c0, 0x7eff67bb9000 <_rtld_global>}, prev = 0x7ffc173f4790, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#32 0x00007eff6784422b in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-random1/vm.c:2833
        ec = <optimized out>
        val = <optimized out>
#33 0x00007eff6764f545 in rb_ec_exec_node (ec=ec@entry=0x55bca70b9c60, n=n@entry=0x7eff4ca247c8) at /tmp/ruby/src/trunk-random1/eval.c:281
        _ec = 0x55bca70b9c60
        _tag = {tag = 36, retval = 94268744768608, buf = {0x55bca70b9c60, 0x7eff6764f5a0 <rb_ec_exec_node+256>, 0x0, 0x7ffc173f4770, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7eff4ca247c8
#34 0x00007eff67653233 in ruby_run_node (n=0x7eff4ca247c8) at /tmp/ruby/src/trunk-random1/eval.c:319
        ec = 0x55bca70b9c60
        status = 32764
#35 0x000055bca7034186 in rb_main (argv=0x7ffc173f49a8, argc=9) at /tmp/ruby/src/trunk-random1/main.c:43
        variable_in_this_stack_frame = 0
#36 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-random1/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x55bca70b4060, native_id: 0x7eff6710fc00
-- Control frame information -----------------------------------------------
c:0033 p:---- s:0200 e:000199 CFUNC  :directory?
c:0032 p:0039 s:0195 e:000194 BLOCK  /tmp/ruby/src/trunk-random1/lib/fileutils.rb:375
c:0031 p:0027 s:0189 e:000188 METHOD <internal:array>:54
c:0030 p:0061 s:0183 e:000182 METHOD /tmp/ruby/src/trunk-random1/lib/fileutils.rb:371
c:0029 p:0043 s:0174 e:000173 METHOD /tmp/ruby/src/trunk-random1/test/rubygems/helper.rb:677
c:0028 p:0260 s:0168 E:001a70 METHOD /tmp/ruby/src/trunk-random1/test/rubygems/helper.rb:994
c:0027 p:0008 s:0162 e:000161 METHOD /tmp/ruby/src/trunk-random1/test/rubygems/test_kernel.rb:9
c:0026 p:0041 s:0158 e:000157 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit/testcase.rb:168
c:0025 p:0083 s:0149 e:000148 BLOCK  /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1669
c:0024 p:0034 s:0142 e:000140 METHOD <internal:array>:86
c:0023 p:0103 s:0134 e:000133 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1656
c:0022 p:0035 s:0122 e:000121 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1360
c:0021 p:0010 s:0115 e:000113 BLOCK  /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:821
c:0020 p:0027 s:0109 e:000108 METHOD <internal:array>:54
c:0019 p:0047 s:0103 e:000102 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:819
c:0018 p:0008 s:0096 e:000095 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:856
c:0017 p:0127 s:0089 e:000088 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1602
c:0016 p:0016 s:0076 e:000075 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1297
c:0015 p:0005 s:0071 e:000070 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1767
c:0014 p:0006 s:0067 e:000066 BLOCK  /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1754
c:0013 p:0027 s:0063 e:000062 METHOD <internal:array>:54
c:0012 p:0042 s:0057 e:000056 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1753
c:0011 p:0013 s:0052 e:000051 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1797
c:0010 p:0008 s:0047 e:000046 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1044
c:0009 p:0008 s:0041 e:000040 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:889
c:0008 p:0017 s:0035 e:000034 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 e:000029 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1281
c:0006 p:0032 s:0025 e:000024 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1880
c:0005 p:0009 s:0021 e:000020 METHOD /tmp/ruby/src/trunk-random1/tool/lib/test/unit.rb:1884
c:0004 p:0065 s:0016 e:000014 TOP    /tmp/ruby/src/trunk-random1/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk-random1/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:0012e0 DUMMY  [FINISH]

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

th: 0x7eff280109e0, native_id: 0x7eff464cf6c0
-- Control frame information -----------------------------------------------
c:0005 p:---- s:0027 e:000026 CFUNC  :accept
c:0004 p:0006 s:0023 e:000022 BLOCK  /tmp/ruby/src/trunk-random1/test/open-uri/utils.rb:166
c:0003 p:0017 s:0011 e:000010 METHOD <internal:kernel>:191
c:0002 p:0005 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk-random1/test/open-uri/utils.rb:165 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

th: 0x7eff28005c00, native_id: 0x7eff4c72a6c0
-- Control frame information -----------------------------------------------
c:0006 p:---- s:0030 e:000029 CFUNC  :initialize
c:0005 p:---- s:0027 e:000026 CFUNC  :accept
c:0004 p:0006 s:0023 e:000022 BLOCK  /tmp/ruby/src/trunk-random1/test/open-uri/utils.rb:166
c:0003 p:0017 s:0011 e:000010 METHOD <internal:kernel>:191
c:0002 p:0005 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk-random1/test/open-uri/utils.rb:165 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

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

$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 56230) detached]
$ timeout 60 gdb -p 55912 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:965: yes-test-all] Killed

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 55911 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

$ timeout 60 gdb -p 57097 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
raw logfile