# Logfile created on 2024-07-08 09:04:52 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007f37e707fdc0 @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-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @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=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20240708-090452", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f37e70a0f20 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f37e70a0ca0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f37e6fba390 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20240708-090452", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20240708-090452>, @binmode=false, @mon_data=#<Monitor:0x00007f37e70a0688>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50
Cloning into 'trunk-repeat50'...
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --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-repeat50
   * 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-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --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-repeat50/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat50/gems/src
Cloning https://github.com/ruby/power_assert
Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/power_assert'...
Cloning https://github.com/ruby/rbs
Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/rbs'...
Cloning https://github.com/ruby/typeprof
Cloning into '/tmp/ruby/src/trunk-repeat50/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-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision updated
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
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-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision updated
Building typeprof@b19a6416da3a05d57fadd6ffdadb382b6d236ca5 to /tmp/ruby/src/trunk-repeat50/gems/typeprof-0.21.11.gem
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
  Successfully built RubyGem
  Name: typeprof
  Version: 0.21.11
  File: typeprof-0.21.11.gem
From https://github.com/ruby/rbs
 * branch              97e12999b14dc36e374ed30a03fca58af62dfd90 -> FETCH_HEAD
HEAD is now at 97e12999 Use `File.open` instead of `IO.sysopen`
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision updated
Building rbs@97e12999b14dc36e374ed30a03fca58af62dfd90 to /tmp/ruby/src/trunk-repeat50/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
generating vm_call_iseq_optimized.inc
known_errors.inc updated
vm_call_iseq_optimized.inc updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat50/enc/jis
+ cp /tmp/ruby/src/trunk-repeat50/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat50/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-repeat50/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-repeat50/probes.d > probes.dmyh
/tmp/ruby/src/trunk-repeat50/revision.h updated
generating /tmp/ruby/src/trunk-repeat50/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating id.c
making /tmp/ruby/src/trunk-repeat50/ast.rbinc
id.c updated
making /tmp/ruby/src/trunk-repeat50/dir.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-repeat50/gc.rbinc
making /tmp/ruby/src/trunk-repeat50/numeric.rbinc
making /tmp/ruby/src/trunk-repeat50/io.rbinc
making /tmp/ruby/src/trunk-repeat50/marshal.rbinc
making /tmp/ruby/src/trunk-repeat50/rjit.rbinc
making /tmp/ruby/src/trunk-repeat50/rjit_c.rbinc
making /tmp/ruby/src/trunk-repeat50/pack.rbinc
making /tmp/ruby/src/trunk-repeat50/trace_point.rbinc
making /tmp/ruby/src/trunk-repeat50/warning.rbinc
making /tmp/ruby/src/trunk-repeat50/array.rbinc
making /tmp/ruby/src/trunk-repeat50/kernel.rbinc
making /tmp/ruby/src/trunk-repeat50/ractor.rbinc
making /tmp/ruby/src/trunk-repeat50/symbol.rbinc
making /tmp/ruby/src/trunk-repeat50/timev.rbinc
making /tmp/ruby/src/trunk-repeat50/thread_sync.rbinc
making /tmp/ruby/src/trunk-repeat50/nilclass.rbinc
making /tmp/ruby/src/trunk-repeat50/prelude.rbinc
making /tmp/ruby/src/trunk-repeat50/gem_prelude.rbinc
making /tmp/ruby/src/trunk-repeat50/yjit.rbinc
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
generating /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
extracting ripper.y from ../../parse.y
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/socket'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
generating constant definitions
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/etc'
generating miniprelude.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/socket'
generating golf_prelude.c
golf_prelude.c updated
miniprelude.c updated
generating x86_64-linux-fake.rb
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
x86_64-linux-fake.rb updated
generating eventids2table.c from ./eventids2.c
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
/bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
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
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating table from enc/trans/japanese_sjis.c
generating enc/trans/gbk.c ...
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/korean.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating enc/trans/single_byte.c ...
generating enc/trans/japanese_euc.c ...
generating enc/trans/utf8_mac.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat50/.bundle/gems
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
Extracting bundle gem minitest-5.24.1...
Extracting bundle gem rake-13.2.1...
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
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
Extracting bundle gem net-ftp-0.3.7...
Unpacked gems/test-unit-3.6.2.gem
Extracting bundle gem net-imap-0.4.14...
Unpacked gems/rake-13.2.1.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem net-smtp-0.5.0...
Unpacked gems/net-smtp-0.5.0.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/net-pop-0.1.2.gem
Unpacked gems/net-ftp-0.3.7.gem
Extracting bundle gem prime-0.1.2...
Extracting bundle gem debug-1.9.2...
Unpacked gems/net-imap-0.4.14.gem
Extracting bundle gem racc-1.8.0...
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem mutex_m-0.2.0...
Unpacked gems/debug-1.9.2.gem
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/racc-1.8.0.gem
Extracting bundle gem base64-0.2.0...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem bigdecimal-3.1.8...
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem observer-0.1.2...
Unpacked gems/mutex_m-0.2.0.gem
Extracting bundle gem abbrev-0.1.2...
Unpacked gems/abbrev-0.1.2.gem
Unpacked gems/observer-0.1.2.gem
Unpacked gems/bigdecimal-3.1.8.gem
Extracting bundle gem resolv-replace-0.1.1...
Extracting bundle gem rinda-0.2.0...
Extracting bundle gem drb-2.2.1...
Unpacked gems/base64-0.2.0.gem
Extracting bundle gem nkf-0.2.0...
Unpacked gems/drb-2.2.1.gem
Unpacked gems/rinda-0.2.0.gem
Unpacked gems/resolv-replace-0.1.1.gem
Extracting bundle gem syslog-0.1.2...
Extracting bundle gem csv-3.3.0...
Unpacked gems/nkf-0.2.0.gem
Unpacked gems/syslog-0.1.2.gem
Extracting bundle gem rbs-3.5.1...
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem
Unpacked gems/csv-3.3.0.gem
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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50/main.c
compiling /tmp/ruby/src/trunk-repeat50/dmydln.c
compiling /tmp/ruby/src/trunk-repeat50/miniinit.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-repeat50/ast.c
compiling /tmp/ruby/src/trunk-repeat50/bignum.c
compiling /tmp/ruby/src/trunk-repeat50/class.c
compiling /tmp/ruby/src/trunk-repeat50/compar.c
compiling /tmp/ruby/src/trunk-repeat50/compile.c
compiling /tmp/ruby/src/trunk-repeat50/complex.c
compiling /tmp/ruby/src/trunk-repeat50/cont.c
compiling /tmp/ruby/src/trunk-repeat50/debug.c
compiling /tmp/ruby/src/trunk-repeat50/debug_counter.c
compiling /tmp/ruby/src/trunk-repeat50/dir.c
compiling /tmp/ruby/src/trunk-repeat50/dln_find.c
compiling /tmp/ruby/src/trunk-repeat50/encoding.c
compiling /tmp/ruby/src/trunk-repeat50/enum.c
compiling /tmp/ruby/src/trunk-repeat50/enumerator.c
compiling /tmp/ruby/src/trunk-repeat50/error.c
compiling /tmp/ruby/src/trunk-repeat50/eval.c
compiling /tmp/ruby/src/trunk-repeat50/file.c
compiling /tmp/ruby/src/trunk-repeat50/gc.c
compiling /tmp/ruby/src/trunk-repeat50/gc_impl.c
compiling /tmp/ruby/src/trunk-repeat50/hash.c
compiling /tmp/ruby/src/trunk-repeat50/inits.c
compiling /tmp/ruby/src/trunk-repeat50/imemo.c
compiling /tmp/ruby/src/trunk-repeat50/io.c
compiling /tmp/ruby/src/trunk-repeat50/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/src/trunk-repeat50/load.c
compiling /tmp/ruby/src/trunk-repeat50/marshal.c
compiling /tmp/ruby/src/trunk-repeat50/math.c
compiling /tmp/ruby/src/trunk-repeat50/memory_view.c
compiling /tmp/ruby/src/trunk-repeat50/rjit.c
compiling /tmp/ruby/src/trunk-repeat50/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat50/node.c
compiling /tmp/ruby/src/trunk-repeat50/node_dump.c
compiling /tmp/ruby/src/trunk-repeat50/numeric.c
compiling /tmp/ruby/src/trunk-repeat50/object.c
compiling /tmp/ruby/src/trunk-repeat50/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat50/parser_st.c
compiling /tmp/ruby/src/trunk-repeat50/proc.c
compiling /tmp/ruby/src/trunk-repeat50/process.c
compiling /tmp/ruby/src/trunk-repeat50/ractor.c
compiling /tmp/ruby/src/trunk-repeat50/random.c
compiling /tmp/ruby/src/trunk-repeat50/range.c
compiling /tmp/ruby/src/trunk-repeat50/rational.c
compiling /tmp/ruby/src/trunk-repeat50/re.c
compiling /tmp/ruby/src/trunk-repeat50/regcomp.c
compiling /tmp/ruby/src/trunk-repeat50/regenc.c
compiling /tmp/ruby/src/trunk-repeat50/regerror.c
compiling /tmp/ruby/src/trunk-repeat50/regexec.c
compiling /tmp/ruby/src/trunk-repeat50/regparse.c
compiling /tmp/ruby/src/trunk-repeat50/regsyntax.c
compiling /tmp/ruby/src/trunk-repeat50/ruby.c
compiling /tmp/ruby/src/trunk-repeat50/ruby_parser.c
compiling /tmp/ruby/src/trunk-repeat50/scheduler.c
compiling /tmp/ruby/src/trunk-repeat50/shape.c
compiling /tmp/ruby/src/trunk-repeat50/signal.c
compiling /tmp/ruby/src/trunk-repeat50/sprintf.c
compiling /tmp/ruby/src/trunk-repeat50/st.c
compiling /tmp/ruby/src/trunk-repeat50/strftime.c
compiling /tmp/ruby/src/trunk-repeat50/string.c
compiling /tmp/ruby/src/trunk-repeat50/struct.c
compiling /tmp/ruby/src/trunk-repeat50/symbol.c
compiling /tmp/ruby/src/trunk-repeat50/thread.c
compiling /tmp/ruby/src/trunk-repeat50/time.c
compiling /tmp/ruby/src/trunk-repeat50/transcode.c
compiling /tmp/ruby/src/trunk-repeat50/util.c
compiling /tmp/ruby/src/trunk-repeat50/variable.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling /tmp/ruby/src/trunk-repeat50/vm.c
compiling /tmp/ruby/src/trunk-repeat50/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat50/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat50/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat50/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat50/weakmap.c
compiling /tmp/ruby/src/trunk-repeat50/yjit.c
building Rust YJIT (release mode)
compiling /tmp/ruby/src/trunk-repeat50/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-repeat50/addr2line.c
compiling /tmp/ruby/src/trunk-repeat50/array.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-repeat50/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk-repeat50/prism/encoding.c
compiling /tmp/ruby/src/trunk-repeat50/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-repeat50/prism/options.c
compiling /tmp/ruby/src/trunk-repeat50/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat50/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-repeat50/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat50/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat50/prism_init.c
assembling /tmp/ruby/src/trunk-repeat50/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-repeat50/enc/ascii.c
compiling /tmp/ruby/src/trunk-repeat50/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-repeat50/enc/unicode.c
compiling /tmp/ruby/src/trunk-repeat50/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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50/dln.c
compiling /tmp/ruby/src/trunk-repeat50/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat50/dmyext.c
compiling /tmp/ruby/src/trunk-repeat50/dmyenc.c
builtin_binary.inc updated
eed5aef30cb76bdc3c5bab1bc5436c64065e644819a43e0b85f0be05c2618322  builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat50/loadpath.c
compiling /tmp/ruby/src/trunk-repeat50/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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50'
compiling /tmp/ruby/src/trunk-repeat50/enc/encdb.c
making srcs under enc
compiling /tmp/ruby/src/trunk-repeat50/enc/big5.c
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
compiling /tmp/ruby/src/trunk-repeat50/enc/cesu_8.c
transdb.h updated
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk-repeat50/enc/cp949.c
ext/configure-ext.mk updated
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk-repeat50/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-repeat50/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-repeat50/enc/euc_kr.c
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-repeat50/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-repeat50/enc/gb2312.c
compiling /tmp/ruby/src/trunk-repeat50/enc/gb18030.c
compiling /tmp/ruby/src/trunk-repeat50/enc/gbk.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_1.c
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_2.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/cesu_8.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_8.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_9.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_10.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c ...
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_11.c
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_iso2022_kddi.c
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_13.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_iso2022_kddi.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_14.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_15.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_kddi.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/escape.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_16.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_u.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-repeat50/enc/shift_jis.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/japanese.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16le.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-repeat50/enc/utf_32be.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/gb18030.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-repeat50/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_31j.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/korean.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/utf_16_32.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1250.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/utf_16_32.c ...
linking transcoder transdb.so
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1251.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1253.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1257.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_iso2022_kddi.c
linking encoding encdb.so
linking encoding big5.so
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.c
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
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_kddi.c
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
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_softbank.c
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/escape.c
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese.c
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
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-repeat50/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
configuring cgi/escape
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
configuring continuation
configuring date
configuring coverage
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring erb/escape
configuring etc
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
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
configuring digest/rmd160
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
configuring -test-/thread/id
configuring digest/sha1
configuring fcntl
configuring fiddle
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
configuring io/console
configuring digest/sha2
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring io/nonblock
configuring io/wait
configuring ripper
configuring rubyvm
configuring socket
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-repeat50'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/abi/abi.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/array/resize/resize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/asan'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/asan/asan.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/big2str.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/asan.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/bigzero.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/asan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-3571/bug.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug_reporter/bug_reporter.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/div.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/init.c
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/class2name.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/str2big.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/profile_frames.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/dln/empty/empty.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/econv/append.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/debug.so
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/eval/eval.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/econv/init.c
linking shared-object -test-/enumerator_kw.so
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/file'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/fs.c
linking shared-object -test-/econv.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/enc_raise.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/float'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/float/nextafter.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/newline_conv.c
linking shared-object -test-/float.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/funcall/funcall.c
linking shared-object -test-/fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/exception.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/stat.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/delete.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/core_ext.c
linking shared-object -test-/gvl/call_without_gvl.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-repeat50/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-repeat50/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/dot.dot/dot.dot.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/init.c
linking shared-object -test-/load/dot.dot.so
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/my_integer.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/yield.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/stringify_symbols/stringify_symbols.c
linking shared-object -test-/load/resolve_symbol_resolver.so
linking shared-object -test-/integer.so
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/stringify_target/stringify_target.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/compat/usrcompat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/marshal/compat.so
linking shared-object -test-/load/stringify_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/memory_view/memory_view.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/arity.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/notimplement/bug.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/num2int/num2int.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/init.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/memory_view.so
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/path_to_class.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/printf/printf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/init.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/bad_version.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/rational/rat.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/receiver.c
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/loop.c
linking shared-object -test-/proc.so
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/recursion/recursion.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/init.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/scan_args/scan_args.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/recursion.so
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/foreach/foreach.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/regexp.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach'
linking shared-object -test-/st/numhash.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/data.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/init.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/id/id.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/len.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/ellipsize.c
linking shared-object -test-/thread/id.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/member.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_associate.c
linking shared-object -test-/thread/instrumentation.so
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/leap_second.c
linking shared-object -test-/thread_fd.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/tracepoint.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/tracepoint.so
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/vm/at_exit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/wait/wait.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/fstring.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/vm'
linking shared-object -test-/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-repeat50/ext/cgi/escape/escape.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/continuation'
compiling /tmp/ruby/src/trunk-repeat50/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/modify.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat50/ext/coverage/coverage.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_core.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/digest.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/nofree.c
installing default coverage libraries
linking shared-object coverage.so
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/erb/escape'
compiling /tmp/ruby/src/trunk-repeat50/ext/erb/escape/escape.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/etc'
compiling /tmp/ruby/src/trunk-repeat50/ext/etc/etc.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/qsort.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fcntl'
compiling /tmp/ruby/src/trunk-repeat50/ext/fcntl/fcntl.c
linking shared-object etc.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_interned_str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
linking shared-object fcntl.so
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/closure.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat50/ext/io/console/console.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/set_len.c
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/conversions.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-repeat50/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/fiddle.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait'
compiling /tmp/ruby/src/trunk-repeat50/ext/io/wait/wait.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
compiling /tmp/ruby/src/trunk-repeat50/ext/monitor/monitor.c
linking shared-object io/wait.so
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/function.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/object_tracing.c
installing default monitor libraries
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/openssl_missing.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/pointer.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat50/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bio.c
linking shared-object fiddle.so
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_parser.c
installing default pathname libraries
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
compiling /tmp/ruby/src/trunk-repeat50/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_to_ruby.c
installing default pty libraries
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/limits.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c
linking shared-object rbconfig/sizeof.so
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_config.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ns_spki.c
installing default date_core libraries
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/stringio'
compiling /tmp/ruby/src/trunk-repeat50/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
compiling /tmp/ruby/src/trunk-repeat50/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs7.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509attr.c
installing default socket libraries
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/zlib'
compiling /tmp/ruby/src/trunk-repeat50/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509store.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c
installing default openssl libraries
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.c
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib
checking /tmp/ruby/src/trunk-repeat50/parse.y and /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/debug-1.9.2/lib ../../../../../.bundle/gems/debug-1.9.2/lib
linking shared-object debug/debug.so
installing default ripper libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse/cparse.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension/constants.c
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/racc-1.8.0/lib ../../../../../../.bundle/gems/racc-1.8.0/lib
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension/lexer.c
ln -sfT ../../../../../src/trunk-repeat50/.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-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/md5'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension/location.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160.c
ln -sfT ../../../../../src/trunk-repeat50/.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-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension/parser.c
linking shared-object bigdecimal.so
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
linking shared-object digest/rmd160.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator'
compiling /tmp/ruby/src/trunk-repeat50/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser'
compiling /tmp/ruby/src/trunk-repeat50/ext/json/parser/parser.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension/parserstate.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension/unescape.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser'
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/rbs-3.5.1/lib ../../../../../.bundle/gems/rbs-3.5.1/lib
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator'
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
linking ruby
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
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.

/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/transdb.c
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/abi'
linking shared-object -test-/abi.so
  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...
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/marshal/compat.so
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach'
linking shared-object -test-/st/foreach.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id'
linking shared-object -test-/thread/id.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach'
linking transcoder transdb.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
making encs
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser'
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/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-repeat50/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat50/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-repeat50/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-repeat50/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-repeat50/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=--repeat-count=50
	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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50
	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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Run options: 
  --seed=21325
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-repeat50/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --repeat-count=50

# Running tests:

Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33629>
Closed file descriptor: Prism::UnescapeTest#test_reg2: 9
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 33399>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 8 : #<TCPServer:fd 8, AF_INET6, ::1, 36131>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 41209>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 36921>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 9
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 36739>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 11 : #<TCPServer:fd 11, AF_INET6, ::1, 34355>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 9
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 10
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 11
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 44967>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 34431>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 9
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 10
Closed file descriptor: TestBenchmark#test_bmbm_correctly_guess_the_label_width_even_when_not_given: 7
Closed file descriptor: TestBenchmark#test_bmbm_correctly_guess_the_label_width_even_when_not_given: 8
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 44767>
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 37735>
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 9
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 8 : #<TCPServer:fd 8, AF_INET, 0.0.0.0, 37973>
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect: 8
Leaked thread: TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect: #<Thread:0x00007fbc47cfee40 /tmp/ruby/src/trunk-repeat50/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:164 sleep>
SSL error: SSL_accept returned=1 errno=107 peeraddr=(null) state=error: unexpected eof while reading
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 8 : #<TCPServer:fd 8, AF_INET, 0.0.0.0, 38409>
Finished thread: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: #<Thread:0x00007fbc47cfee40 /tmp/ruby/src/trunk-repeat50/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:164 dead>
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 8
Closed file descriptor: TestRDocParserRuby#test_parse_comment_method_args: 7
Leaked thread: TestOpenURISSL#test_proxy_cacert_dir: #<Thread:0x00007fbc559e7f28 /tmp/ruby/src/trunk-repeat50/test/open-uri/utils.rb:164 run>
Leaked thread: TestOpenURISSL#test_proxy_cacert_file: #<Thread:0x00007fbc659cc9c0 /tmp/ruby/src/trunk-repeat50/test/open-uri/utils.rb:164 run>
Leaked file descriptor: TestOpenURISSL#test_validation_failure: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46269>
Closed file descriptor: TestOpenURISSL#test_bad_ssl_version: 9
Finished(1/50)  tests in 22358.998324s, 1.4495 tests/s, 288.6291 assertions/s.
#<Thread:0x00007fbc479d7348 /tmp/ruby/src/trunk-repeat50/test/open-uri/test_open-uri.rb:74 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk-repeat50/test/open-uri/test_open-uri.rb:80:in 'IO#write': Connection reset by peer (Errno::ECONNRESET)
	from /tmp/ruby/src/trunk-repeat50/test/open-uri/test_open-uri.rb:80:in 'IO#print'
	from /tmp/ruby/src/trunk-repeat50/test/open-uri/test_open-uri.rb:80:in 'block (2 levels) in TestOpenURI#test_read_timeout'
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 8 : #<TCPServer:fd 8, AF_INET6, ::1, 43863>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 8
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 40521>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 8 : #<TCPServer:fd 8, AF_INET6, ::1, 43477>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 7
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 8
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 8 : #<TCPServer:fd 8, AF_INET6, ::1, 43469>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 8
UDP packet loss for TIMESTAMP over loopback, 2 tries needed
UDP packet loss for TIMESTAMPNS over loopback, 2 tries needed
#<Thread:0x00007fbc64b7ed50 /tmp/ruby/src/trunk-repeat50/test/monitor/test_monitor.rb:273 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': <true> expected but was (Test::Unit::AssertionFailedError)
<false>.
	from /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/assertions.rb:638:in 'Test::Unit::Assertions#assert_equal'
	from /tmp/ruby/src/trunk-repeat50/test/monitor/test_monitor.rb:278:in 'block (2 levels) in TestMonitor#test_timedwait'
	from /tmp/ruby/src/trunk-repeat50/test/monitor/test_monitor.rb:274:in 'Monitor#synchronize'
	from /tmp/ruby/src/trunk-repeat50/test/monitor/test_monitor.rb:274:in 'block in TestMonitor#test_timedwait'
Finished thread: TestThreadInstrumentation#test_sleeping_inside_ractor: #<Thread:0x00007fbc559e7f28 /tmp/ruby/src/trunk-repeat50/test/open-uri/utils.rb:164 dead>
Finished thread: TestThreadInstrumentation#test_sleeping_inside_ractor: #<Thread:0x00007fbc659cc9c0 /tmp/ruby/src/trunk-repeat50/test/open-uri/utils.rb:164 dead>
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 38849>
SSL error: SSL_accept returned=1 errno=0 peeraddr=127.0.0.1:59912 state=error: tlsv1 alert unknown ca (SSL alert number 48)
SSL error: SSL_accept returned=1 errno=0 peeraddr=127.0.0.1:35520 state=error: tlsv1 alert unknown ca (SSL alert number 48)
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 8 : #<TCPServer:fd 8, AF_INET, 0.0.0.0, 36895>
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 8
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect: 8 : #<TCPServer:fd 8, AF_INET, 0.0.0.0, 34743>
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 8
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 8 : #<TCPServer:fd 8, AF_INET, 0.0.0.0, 37841>
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 37841>
Leaked thread: TestOpenURISSL#test_proxy_cacert_dir: #<Thread:0x00007fbc64a91d48 /tmp/ruby/src/trunk-repeat50/test/open-uri/utils.rb:164 run>
Leaked thread: TestOpenURISSL#test_proxy_cacert_file: #<Thread:0x00007fbc54c28d88 /tmp/ruby/src/trunk-repeat50/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-repeat50 --incremental --process-num=4
     12      14      12      12 ?             -1 Sl    1001   0:00 ruby ./br.rb build_report trunk-repeat50 --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-repeat50 --logfile=/home/ko1/ruby/logs/brlog.trunk-repeat50.20240708-090452 --root_dir=/tmp/ruby --timeout=208000 --test_opts='TESTS=--repeat-count=50' --incremental --process-num=4
     17      18      12      12 ?             -1 Rl    1001   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-repeat50 --logfile=/home/ko1/ruby/logs/brlog.trunk-repeat50.20240708-090452 --root_dir=/tmp/ruby --timeout=208000 --test_opts=TESTS=--repeat-count=50 --incremental --process-num=4
     18   55930      12      12 ?             -1 S     1001   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50
  55930   55931      12      12 ?             -1 S     1001   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=--repeat-count=50
  55931   56249      12      12 ?             -1 Sl    1001 3064:29 /tmp/ruby/src/trunk-repeat50/test/runner.rb
     18  183177      12      12 ?             -1 R     1001   0:00 ps jx
{11=>[12], 12=>[14], 14=>[17], 17=>[18], 18=>[55930, 183177], 55930=>[55931], 55931=>[56249]}
$ timeout 60 gdb -p 56249 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 183073]
[New LWP 183065]
[New LWP 182730]
[New LWP 100879]
[New LWP 100247]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fbc81b67d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5622d1b2c970) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                            Frame 
* 1    Thread 0x7fbc81aa0c00 (LWP 56249) "ruby"             0x00007fbc81b67d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5622d1b2c970) at ./nptl/futex-internal.c:57
  2    Thread 0x7fbc6402e6c0 (LWP 183073) "utils.rb:164"    0x00007fbc821a9b80 in rb_ivar_defined (obj=obj@entry=140447121192920, id=8337) at /tmp/ruby/src/trunk-repeat50/variable.c:1884
  3    Thread 0x7fbc651af6c0 (LWP 183065) "utils.rb:164"    0x00007fbc81b67d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fbbe0014430) at ./nptl/futex-internal.c:57
  4    Thread 0x7fbc6845f6c0 (LWP 182730) "ruby"            0x00007fbc81bf9042 in epoll_wait (epfd=4, events=events@entry=0x7fbc82509a7c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=10) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  5    Thread 0x7fbc66a0e6c0 (LWP 100879) "Gem::Timeout st" 0x00007fbc81b67d61 in __futex_abstimed_wait_common64 (private=32700, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fbc000020f0) at ./nptl/futex-internal.c:57
  6    Thread 0x7fbc6564f6c0 (LWP 100247) "Timeout stdlib " 0x00007fbc81b67d61 in __futex_abstimed_wait_common64 (private=32700, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5622d3172214) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 6 (Thread 0x7fbc6564f6c0 (LWP 100247) "Timeout stdlib "):
#0  0x00007fbc81b67d61 in __futex_abstimed_wait_common64 (private=32700, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5622d3172214) 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=32700, abstime=0x0, clockid=0, expected=0, futex_word=0x5622d3172214) 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=0x5622d3172214, 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  0x00007fbc81b6a7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5622d1b2cac0, cond=0x5622d31721e8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fbc81b6a4a0 <__condvar_cleanup_waiting>, __arg = 0x7fbc6564e640, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 431, cond = 0x5622d31721e8, mutex = 0x5622d1b2cac0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 431
        seq = 215
        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=0x5622d31721e8, mutex=mutex@entry=0x5622d1b2cac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007fbc82175bcd in rb_native_cond_wait (cond=cond@entry=0x5622d31721e8, mutex=mutex@entry=0x5622d1b2cac0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:222
        r = <optimized out>
#6  0x00007fbc82177299 in thread_sched_wait_running_turn (sched=sched@entry=0x5622d1b2cac0, th=th@entry=0x5622da5b0850, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:863
        next_th = 0x7fbc0c107bf0
#7  0x00007fbc82177ad3 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x5622d1b2cac0, th=th@entry=0x5622da5b0850) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:1105
        can_direct_transfer = <optimized out>
#8  0x00007fbc821819d3 in native_sleep (rel=0x0, th=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:3329
        sched = 0x5622d1b2cac0
        sched = <optimized out>
#9  sleep_forever (fl=1, th=<optimized out>) at /tmp/ruby/src/trunk-repeat50/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-repeat50/thread.c:1396
        scheduler = <optimized out>
#11 0x00007fbc82181bb8 in queue_sleep (_args=_args@entry=140447131691152) at /tmp/ruby/src/trunk-repeat50/thread_sync.c:1028
        args = 0x7fbc6564e890
#12 0x00007fbc81fe2510 in rb_ensure (b_proc=b_proc@entry=0x7fbc82181ba0 <queue_sleep>, data1=data1@entry=140447131691152, e_proc=e_proc@entry=0x7fbc82171d40 <queue_sleep_done>, data2=data2@entry=140447131691184) at /tmp/ruby/src/trunk-repeat50/eval.c:1059
        _ec = 0x5622dbfcc090
        _tag = {tag = 36, retval = 140447613465605, buf = {0x0, 0x7fbc81fe25f0 <rb_ensure+512>, 0x0, 0x7fbc6564e7b0, 0x4}, prev = 0x7fbc6564ead0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x5622dbfcc090
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fbc82171d40 <queue_sleep_done>, data2 = 140447131691184}}
#13 0x00007fbc8217b351 in queue_do_pop (self=140447162145160, q=0x5622d1e596d0, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread_sync.c:1103
        ec = <optimized out>
        queue_waiter = {w = {self = 140447162145160, th = 0x5622da5b0850, fiber = 0x0, node = {next = 0x5622d1e596d0, prev = 0x5622d1e596d0}}, as = {q = 0x5622d1e596d0, sq = 0x5622d1e596d0}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x5622d1e596d0
        queue_sleep_arg = {self = 140447162145160, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00007fbc821cfef0 in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/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-repeat50/vm_insnhelper.c:7295
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#16 vm_exec_core (ec=0x5622d3172214, ec@entry=0x5622dbfcc090) at ../../src/trunk-repeat50/insns.def:1608
        bf = 0x0
        index = 18446744073709551104
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x5622d1c1de08
        reg_cfp = 0x5622d9e5e488
        insns_address_table = {0x7fbc821ce1de <vm_exec_core+1006>, 0x7fbc821ce16a <vm_exec_core+890>, 0x7fbc821ce0f5 <vm_exec_core+773>, 0x7fbc821ce076 <vm_exec_core+646>, 0x7fbc821ce743 <vm_exec_core+2387>, 0x7fbc821ce6c1 <vm_exec_core+2257>, 0x7fbc821ce64b <vm_exec_core+2139>, 0x7fbc821ce5e6 <vm_exec_core+2038>, 0x7fbc821ce581 <vm_exec_core+1937>, 0x7fbc821ce4b7 <vm_exec_core+1735>, 0x7fbc821ce38e <vm_exec_core+1438>, 0x7fbc821ce208 <vm_exec_core+1048>, 0x7fbc821cecbe <vm_exec_core+3790>, 0x7fbc821cec58 <vm_exec_core+3688>, 0x7fbc821cebe3 <vm_exec_core+3571>, 0x7fbc821ceb9e <vm_exec_core+3502>, 0x7fbc821ceb5e <vm_exec_core+3438>, 0x7fbc821ceb21 <vm_exec_core+3377>, 0x7fbc821ceae4 <vm_exec_core+3316>, 0x7fbc821ceaa7 <vm_exec_core+3255>, 0x7fbc821cea3c <vm_exec_core+3148>, 0x7fbc821ce9f0 <vm_exec_core+3072>, 0x7fbc821ce9a1 <vm_exec_core+2993>, 0x7fbc821ce941 <vm_exec_core+2897>, 0x7fbc821ce8f3 <vm_exec_core+2819>, 0x7fbc821ce86c <vm_exec_core+2684>, 0x7fbc821ce82a <vm_exec_core+2618>, 0x7fbc821ce7c5 <vm_exec_core+2517>, 0x7fbc821cfb41 <vm_exec_core+7505>, 0x7fbc821cfadf <vm_exec_core+7407>, 0x7fbc821cfbc0 <vm_exec_core+7632>, 0x7fbc821cfa9a <vm_exec_core+7338>, 0x7fbc821cf88d <vm_exec_core+6813>, 0x7fbc821cf7f7 <vm_exec_core+6663>, 0x7fbc821cf791 <vm_exec_core+6561>, 0x7fbc821cf731 <vm_exec_core+6465>, 0x7fbc821cf6cf <vm_exec_core+6367>, 0x7fbc821cf67a <vm_exec_core+6282>, 0x7fbc821cf61c <vm_exec_core+6188>, 0x7fbc821cf5ca <vm_exec_core+6106>, 0x7fbc821cf59b <vm_exec_core+6059>, 0x7fbc821cf558 <vm_exec_core+5992>, 0x7fbc821cf4ff <vm_exec_core+5903>, 0x7fbc821cf4c3 <vm_exec_core+5843>, 0x7fbc821cf40d <vm_exec_core+5661>, 0x7fbc821cf3c2 <vm_exec_core+5586>, 0x7fbc821cf376 <vm_exec_core+5510>, 0x7fbc821cf33c <vm_exec_core+5452>, 0x7fbc821cf2c5 <vm_exec_core+5333>, 0x7fbc821cf25b <vm_exec_core+5227>, 0x7fbc821cf204 <vm_exec_core+5140>, 0x7fbc821cf18d <vm_exec_core+5021>, 0x7fbc821cf101 <vm_exec_core+4881>, 0x7fbc821cefe0 <vm_exec_core+4592>, 0x7fbc821cef9c <vm_exec_core+4524>, 0x7fbc821cef4d <vm_exec_core+4445>, 0x7fbc821ceedb <vm_exec_core+4331>, 0x7fbc821cee0c <vm_exec_core+4124>, 0x7fbc821cde60 <vm_exec_core+112>, 0x7fbc821ced62 <vm_exec_core+3954>, 0x7fbc821ced0b <vm_exec_core+3867>, 0x7fbc821d1bf9 <vm_exec_core+15881>, 0x7fbc821d0616 <vm_exec_core+10278>, 0x7fbc821d0583 <vm_exec_core+10131>, 0x7fbc821d046e <vm_exec_core+9854>, 0x7fbc821d02f4 <vm_exec_core+9476>, 0x7fbc821d021c <vm_exec_core+9260>, 0x7fbc821d0189 <vm_exec_core+9113>, 0x7fbc821d08bf <vm_exec_core+10959>, 0x7fbc821d0781 <vm_exec_core+10641>, 0x7fbc821d0719 <vm_exec_core+10537>, 0x7fbc821d06b1 <vm_exec_core+10433>, 0x7fbc821d066d <vm_exec_core+10365>, 0x7fbc821d07ca <vm_exec_core+10714>, 0x7fbc821d00eb <vm_exec_core+8955>, 0x7fbc821d1b1e <vm_exec_core+15662>, 0x7fbc821d1b8d <vm_exec_core+15773>, 0x7fbc821d12dc <vm_exec_core+13548>, 0x7fbc821d137d <vm_exec_core+13709>, 0x7fbc821d1400 <vm_exec_core+13840>, 0x7fbc821d167e <vm_exec_core+14478>, 0x7fbc821d1507 <vm_exec_core+14103>, 0x7fbc821d16dc <vm_exec_core+14572>, 0x7fbc821d14a1 <vm_exec_core+14001>, 0x7fbc821d1742 <vm_exec_core+14674>, 0x7fbc821d158d <vm_exec_core+14237>, 0x7fbc821d15f3 <vm_exec_core+14339>, 0x7fbc821d17a8 <vm_exec_core+14776>, 0x7fbc821d1a09 <vm_exec_core+15385>, 0x7fbc821d1904 <vm_exec_core+15124>, 0x7fbc821d1977 <vm_exec_core+15239>, 0x7fbc821d0032 <vm_exec_core+8770>, 0x7fbc821cff8c <vm_exec_core+8604>, 0x7fbc821d1c4b <vm_exec_core+15963>, 0x7fbc821d1c9b <vm_exec_core+16043>, 0x7fbc821d1a64 <vm_exec_core+15476>, 0x7fbc821d1ac0 <vm_exec_core+15568>, 0x7fbc821d17fc <vm_exec_core+14860>, 0x7fbc821d1871 <vm_exec_core+14977>, 0x7fbc821cff13 <vm_exec_core+8483>, 0x7fbc821cfe8b <vm_exec_core+8347>, 0x7fbc821cfdcb <vm_exec_core+8155>, 0x7fbc821cfd7c <vm_exec_core+8076>, 0x7fbc821cfd29 <vm_exec_core+7993>, 0x7fbc821cfcd8 <vm_exec_core+7912>, 0x7fbc821cfc7f <vm_exec_core+7823>, 0x7fbc821cfc42 <vm_exec_core+7762>, 0x7fbc821cfc05 <vm_exec_core+7701>, 0x7fbc821ce1cd <vm_exec_core+989>, 0x7fbc821ce159 <vm_exec_core+873>, 0x7fbc821ce0e4 <vm_exec_core+756>, 0x7fbc821ce065 <vm_exec_core+629>, 0x7fbc821ce732 <vm_exec_core+2370>, 0x7fbc821ce6b0 <vm_exec_core+2240>, 0x7fbc821ce63a <vm_exec_core+2122>, 0x7fbc821ce5d5 <vm_exec_core+2021>, 0x7fbc821ce570 <vm_exec_core+1920>, 0x7fbc821ce4a6 <vm_exec_core+1718>, 0x7fbc821ce37d <vm_exec_core+1421>, 0x7fbc821ce1f7 <vm_exec_core+1031>, 0x7fbc821cecad <vm_exec_core+3773>, 0x7fbc821cec47 <vm_exec_core+3671>, 0x7fbc821cebd2 <vm_exec_core+3554>, 0x7fbc821ceb8d <vm_exec_core+3485>, 0x7fbc821ceb4d <vm_exec_core+3421>, 0x7fbc821ceb10 <vm_exec_core+3360>, 0x7fbc821cead3 <vm_exec_core+3299>, 0x7fbc821cea96 <vm_exec_core+3238>, 0x7fbc821cea2b <vm_exec_core+3131>, 0x7fbc821ce9df <vm_exec_core+3055>, 0x7fbc821ce990 <vm_exec_core+2976>, 0x7fbc821ce930 <vm_exec_core+2880>, 0x7fbc821ce8e2 <vm_exec_core+2802>, 0x7fbc821ce85b <vm_exec_core+2667>, 0x7fbc821ce819 <vm_exec_core+2601>, 0x7fbc821ce7b4 <vm_exec_core+2500>, 0x7fbc821cfb30 <vm_exec_core+7488>, 0x7fbc821cface <vm_exec_core+7390>, 0x7fbc821cfbaf <vm_exec_core+7615>, 0x7fbc821cfa89 <vm_exec_core+7321>, 0x7fbc821cf87c <vm_exec_core+6796>, 0x7fbc821cf7e6 <vm_exec_core+6646>, 0x7fbc821cf780 <vm_exec_core+6544>, 0x7fbc821cf720 <vm_exec_core+6448>, 0x7fbc821cf6be <vm_exec_core+6350>, 0x7fbc821cf669 <vm_exec_core+6265>, 0x7fbc821cf60b <vm_exec_core+6171>, 0x7fbc821cf5b9 <vm_exec_core+6089>, 0x7fbc821cf58a <vm_exec_core+6042>, 0x7fbc821cf547 <vm_exec_core+5975>, 0x7fbc821cf4ee <vm_exec_core+5886>, 0x7fbc821cf4b2 <vm_exec_core+5826>, 0x7fbc821cf3fc <vm_exec_core+5644>, 0x7fbc821cf3b1 <vm_exec_core+5569>, 0x7fbc821cf365 <vm_exec_core+5493>, 0x7fbc821cf32b <vm_exec_core+5435>, 0x7fbc821cf2b4 <vm_exec_core+5316>, 0x7fbc821cf24a <vm_exec_core+5210>, 0x7fbc821cf1f3 <vm_exec_core+5123>, 0x7fbc821cf17c <vm_exec_core+5004>, 0x7fbc821cf0f0 <vm_exec_core+4864>, 0x7fbc821cefcf <vm_exec_core+4575>, 0x7fbc821cef8b <vm_exec_core+4507>, 0x7fbc821cef3c <vm_exec_core+4428>, 0x7fbc821ceeca <vm_exec_core+4314>, 0x7fbc821cedfb <vm_exec_core+4107>, 0x7fbc821d10f1 <vm_exec_core+13057>, 0x7fbc821ced51 <vm_exec_core+3937>, 0x7fbc821cecfa <vm_exec_core+3850>, 0x7fbc821d1107 <vm_exec_core+13079>, 0x7fbc821d0605 <vm_exec_core+10261>, 0x7fbc821d0572 <vm_exec_core+10114>, 0x7fbc821d045d <vm_exec_core+9837>, 0x7fbc821d02e3 <vm_exec_core+9459>, 0x7fbc821d020b <vm_exec_core+9243>, 0x7fbc821d0178 <vm_exec_core+9096>, 0x7fbc821d08ae <vm_exec_core+10942>, 0x7fbc821d0770 <vm_exec_core+10624>, 0x7fbc821d0708 <vm_exec_core+10520>, 0x7fbc821d06a0 <vm_exec_core+10416>, 0x7fbc821d065c <vm_exec_core+10348>, 0x7fbc821d07b9 <vm_exec_core+10697>, 0x7fbc821d00da <vm_exec_core+8938>, 0x7fbc821d111d <vm_exec_core+13101>, 0x7fbc821d1133 <vm_exec_core+13123>, 0x7fbc821d1149 <vm_exec_core+13145>, 0x7fbc821d115f <vm_exec_core+13167>, 0x7fbc821d1175 <vm_exec_core+13189>, 0x7fbc821d118b <vm_exec_core+13211>, 0x7fbc821d11a1 <vm_exec_core+13233>, 0x7fbc821d11be <vm_exec_core+13262>, 0x7fbc821d11d4 <vm_exec_core+13284>, 0x7fbc821d11ea <vm_exec_core+13306>, 0x7fbc821d1200 <vm_exec_core+13328>, 0x7fbc821d1216 <vm_exec_core+13350>, 0x7fbc821d122c <vm_exec_core+13372>, 0x7fbc821d1242 <vm_exec_core+13394>, 0x7fbc821d1258 <vm_exec_core+13416>, 0x7fbc821d126e <vm_exec_core+13438>, 0x7fbc821d0021 <vm_exec_core+8753>...}
#17 0x00007fbc821d4819 in rb_vm_exec (ec=0x5622dbfcc090) at /tmp/ruby/src/trunk-repeat50/vm.c:2567
        _ec = 0x5622dbfcc090
        _tag = {tag = 36, retval = 4, buf = {0x7fbc6564ebd0, 0x7fbc821d4820 <rb_vm_exec+400>, 0x0, 0x7fbc6564eab0, 0x3000000028}, prev = 0x7fbc6564ecd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00007fbc821da10e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7fbc6735aab8, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007fbc821da486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x5622dc0c2520, argc=argc@entry=0, argv=argv@entry=0x7fbc6564eb80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-repeat50/vm.c:1743
        self = <optimized out>
#20 0x00007fbc8217fd60 in thread_do_start_proc (th=th@entry=0x5622da5b0850) at /tmp/ruby/src/trunk-repeat50/thread.c:598
        args = 140447129816440
        args_ptr = 0x7fbc6564eb80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x5622dc0c2520
#21 0x00007fbc82180152 in thread_do_start (th=0x5622da5b0850) at /tmp/ruby/src/trunk-repeat50/thread.c:615
        result = 36
        result = <optimized out>
#22 thread_start_func_2 (th=th@entry=0x5622da5b0850, stack_start=stack_start@entry=0x7fbc6564eda8) at /tmp/ruby/src/trunk-repeat50/thread.c:670
        _ec = 0x5622dbfcc090
        _tag = {tag = 36, retval = 2917403180860450560, buf = {0x7fbc6564eda8, 0x7fbc821800d0 <thread_start_func_2+624>, 0x0, 0x7fbc6564ebe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x5622d1b27060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#23 0x00007fbc8218104d in call_thread_start_func_2 (th=0x5622da5b0850) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7fbc6564eda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#24 nt_start (ptr=0x5622d31721c0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2281
        th = 0x5622da5b0850
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007fbc81b6ba94 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 = {140447131694784, -2091079494281802517, 140447131694784, -256, 0, 140725713668352, -2091079494260830997, -2091016150262428437}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007fbc81bf8c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 5 (Thread 0x7fbc66a0e6c0 (LWP 100879) "Gem::Timeout st"):
#0  0x00007fbc81b67d61 in __futex_abstimed_wait_common64 (private=32700, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fbc000020f0) 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=32700, abstime=0x0, clockid=0, expected=0, futex_word=0x7fbc000020f0) 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=0x7fbc000020f0, 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  0x00007fbc81b6a7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5622d1b2cac0, cond=0x7fbc000020c8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fbc81b6a4a0 <__condvar_cleanup_waiting>, __arg = 0x7fbc66a0d640, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 90, cond = 0x7fbc000020c8, mutex = 0x5622d1b2cac0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 90
        seq = 45
        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=0x7fbc000020c8, mutex=mutex@entry=0x5622d1b2cac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007fbc82175bcd in rb_native_cond_wait (cond=cond@entry=0x7fbc000020c8, mutex=mutex@entry=0x5622d1b2cac0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:222
        r = <optimized out>
#6  0x00007fbc82177299 in thread_sched_wait_running_turn (sched=sched@entry=0x5622d1b2cac0, th=th@entry=0x7fbc000017a0, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:863
        next_th = 0x7fbc0c107bf0
#7  0x00007fbc82177ad3 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x5622d1b2cac0, th=th@entry=0x7fbc000017a0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:1105
        can_direct_transfer = <optimized out>
#8  0x00007fbc821819d3 in native_sleep (rel=0x0, th=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:3329
        sched = 0x5622d1b2cac0
        sched = <optimized out>
#9  sleep_forever (fl=1, th=<optimized out>) at /tmp/ruby/src/trunk-repeat50/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-repeat50/thread.c:1396
        scheduler = <optimized out>
#11 0x00007fbc82181bb8 in queue_sleep (_args=_args@entry=140447152396432) at /tmp/ruby/src/trunk-repeat50/thread_sync.c:1028
        args = 0x7fbc66a0d890
#12 0x00007fbc81fe2510 in rb_ensure (b_proc=b_proc@entry=0x7fbc82181ba0 <queue_sleep>, data1=data1@entry=140447152396432, e_proc=e_proc@entry=0x7fbc82171d40 <queue_sleep_done>, data2=data2@entry=140447152396464) at /tmp/ruby/src/trunk-repeat50/eval.c:1059
        _ec = 0x7fbc00000930
        _tag = {tag = 36, retval = 140447613465605, buf = {0x0, 0x7fbc81fe25f0 <rb_ensure+512>, 0x0, 0x7fbc66a0d7b0, 0x4}, prev = 0x7fbc66a0dad0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x7fbc00000930
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fbc82171d40 <queue_sleep_done>, data2 = 140447152396464}}
#13 0x00007fbc8217b351 in queue_do_pop (self=140447134599920, q=0x5622d58e7c00, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread_sync.c:1103
        ec = <optimized out>
        queue_waiter = {w = {self = 140447134599920, th = 0x7fbc000017a0, fiber = 0x0, node = {next = 0x5622d58e7c00, prev = 0x5622d58e7c00}}, as = {q = 0x5622d58e7c00, sq = 0x5622d58e7c00}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x5622d58e7c00
        queue_sleep_arg = {self = 140447134599920, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00007fbc821cfef0 in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/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-repeat50/vm_insnhelper.c:7295
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#16 vm_exec_core (ec=0x7fbc000020f0, ec@entry=0x7fbc00000930) at ../../src/trunk-repeat50/insns.def:1608
        bf = 0x0
        index = 18446744073709551104
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x5622d1c1de08
        reg_cfp = 0x7fbb14b3e208
        insns_address_table = {0x7fbc821ce1de <vm_exec_core+1006>, 0x7fbc821ce16a <vm_exec_core+890>, 0x7fbc821ce0f5 <vm_exec_core+773>, 0x7fbc821ce076 <vm_exec_core+646>, 0x7fbc821ce743 <vm_exec_core+2387>, 0x7fbc821ce6c1 <vm_exec_core+2257>, 0x7fbc821ce64b <vm_exec_core+2139>, 0x7fbc821ce5e6 <vm_exec_core+2038>, 0x7fbc821ce581 <vm_exec_core+1937>, 0x7fbc821ce4b7 <vm_exec_core+1735>, 0x7fbc821ce38e <vm_exec_core+1438>, 0x7fbc821ce208 <vm_exec_core+1048>, 0x7fbc821cecbe <vm_exec_core+3790>, 0x7fbc821cec58 <vm_exec_core+3688>, 0x7fbc821cebe3 <vm_exec_core+3571>, 0x7fbc821ceb9e <vm_exec_core+3502>, 0x7fbc821ceb5e <vm_exec_core+3438>, 0x7fbc821ceb21 <vm_exec_core+3377>, 0x7fbc821ceae4 <vm_exec_core+3316>, 0x7fbc821ceaa7 <vm_exec_core+3255>, 0x7fbc821cea3c <vm_exec_core+3148>, 0x7fbc821ce9f0 <vm_exec_core+3072>, 0x7fbc821ce9a1 <vm_exec_core+2993>, 0x7fbc821ce941 <vm_exec_core+2897>, 0x7fbc821ce8f3 <vm_exec_core+2819>, 0x7fbc821ce86c <vm_exec_core+2684>, 0x7fbc821ce82a <vm_exec_core+2618>, 0x7fbc821ce7c5 <vm_exec_core+2517>, 0x7fbc821cfb41 <vm_exec_core+7505>, 0x7fbc821cfadf <vm_exec_core+7407>, 0x7fbc821cfbc0 <vm_exec_core+7632>, 0x7fbc821cfa9a <vm_exec_core+7338>, 0x7fbc821cf88d <vm_exec_core+6813>, 0x7fbc821cf7f7 <vm_exec_core+6663>, 0x7fbc821cf791 <vm_exec_core+6561>, 0x7fbc821cf731 <vm_exec_core+6465>, 0x7fbc821cf6cf <vm_exec_core+6367>, 0x7fbc821cf67a <vm_exec_core+6282>, 0x7fbc821cf61c <vm_exec_core+6188>, 0x7fbc821cf5ca <vm_exec_core+6106>, 0x7fbc821cf59b <vm_exec_core+6059>, 0x7fbc821cf558 <vm_exec_core+5992>, 0x7fbc821cf4ff <vm_exec_core+5903>, 0x7fbc821cf4c3 <vm_exec_core+5843>, 0x7fbc821cf40d <vm_exec_core+5661>, 0x7fbc821cf3c2 <vm_exec_core+5586>, 0x7fbc821cf376 <vm_exec_core+5510>, 0x7fbc821cf33c <vm_exec_core+5452>, 0x7fbc821cf2c5 <vm_exec_core+5333>, 0x7fbc821cf25b <vm_exec_core+5227>, 0x7fbc821cf204 <vm_exec_core+5140>, 0x7fbc821cf18d <vm_exec_core+5021>, 0x7fbc821cf101 <vm_exec_core+4881>, 0x7fbc821cefe0 <vm_exec_core+4592>, 0x7fbc821cef9c <vm_exec_core+4524>, 0x7fbc821cef4d <vm_exec_core+4445>, 0x7fbc821ceedb <vm_exec_core+4331>, 0x7fbc821cee0c <vm_exec_core+4124>, 0x7fbc821cde60 <vm_exec_core+112>, 0x7fbc821ced62 <vm_exec_core+3954>, 0x7fbc821ced0b <vm_exec_core+3867>, 0x7fbc821d1bf9 <vm_exec_core+15881>, 0x7fbc821d0616 <vm_exec_core+10278>, 0x7fbc821d0583 <vm_exec_core+10131>, 0x7fbc821d046e <vm_exec_core+9854>, 0x7fbc821d02f4 <vm_exec_core+9476>, 0x7fbc821d021c <vm_exec_core+9260>, 0x7fbc821d0189 <vm_exec_core+9113>, 0x7fbc821d08bf <vm_exec_core+10959>, 0x7fbc821d0781 <vm_exec_core+10641>, 0x7fbc821d0719 <vm_exec_core+10537>, 0x7fbc821d06b1 <vm_exec_core+10433>, 0x7fbc821d066d <vm_exec_core+10365>, 0x7fbc821d07ca <vm_exec_core+10714>, 0x7fbc821d00eb <vm_exec_core+8955>, 0x7fbc821d1b1e <vm_exec_core+15662>, 0x7fbc821d1b8d <vm_exec_core+15773>, 0x7fbc821d12dc <vm_exec_core+13548>, 0x7fbc821d137d <vm_exec_core+13709>, 0x7fbc821d1400 <vm_exec_core+13840>, 0x7fbc821d167e <vm_exec_core+14478>, 0x7fbc821d1507 <vm_exec_core+14103>, 0x7fbc821d16dc <vm_exec_core+14572>, 0x7fbc821d14a1 <vm_exec_core+14001>, 0x7fbc821d1742 <vm_exec_core+14674>, 0x7fbc821d158d <vm_exec_core+14237>, 0x7fbc821d15f3 <vm_exec_core+14339>, 0x7fbc821d17a8 <vm_exec_core+14776>, 0x7fbc821d1a09 <vm_exec_core+15385>, 0x7fbc821d1904 <vm_exec_core+15124>, 0x7fbc821d1977 <vm_exec_core+15239>, 0x7fbc821d0032 <vm_exec_core+8770>, 0x7fbc821cff8c <vm_exec_core+8604>, 0x7fbc821d1c4b <vm_exec_core+15963>, 0x7fbc821d1c9b <vm_exec_core+16043>, 0x7fbc821d1a64 <vm_exec_core+15476>, 0x7fbc821d1ac0 <vm_exec_core+15568>, 0x7fbc821d17fc <vm_exec_core+14860>, 0x7fbc821d1871 <vm_exec_core+14977>, 0x7fbc821cff13 <vm_exec_core+8483>, 0x7fbc821cfe8b <vm_exec_core+8347>, 0x7fbc821cfdcb <vm_exec_core+8155>, 0x7fbc821cfd7c <vm_exec_core+8076>, 0x7fbc821cfd29 <vm_exec_core+7993>, 0x7fbc821cfcd8 <vm_exec_core+7912>, 0x7fbc821cfc7f <vm_exec_core+7823>, 0x7fbc821cfc42 <vm_exec_core+7762>, 0x7fbc821cfc05 <vm_exec_core+7701>, 0x7fbc821ce1cd <vm_exec_core+989>, 0x7fbc821ce159 <vm_exec_core+873>, 0x7fbc821ce0e4 <vm_exec_core+756>, 0x7fbc821ce065 <vm_exec_core+629>, 0x7fbc821ce732 <vm_exec_core+2370>, 0x7fbc821ce6b0 <vm_exec_core+2240>, 0x7fbc821ce63a <vm_exec_core+2122>, 0x7fbc821ce5d5 <vm_exec_core+2021>, 0x7fbc821ce570 <vm_exec_core+1920>, 0x7fbc821ce4a6 <vm_exec_core+1718>, 0x7fbc821ce37d <vm_exec_core+1421>, 0x7fbc821ce1f7 <vm_exec_core+1031>, 0x7fbc821cecad <vm_exec_core+3773>, 0x7fbc821cec47 <vm_exec_core+3671>, 0x7fbc821cebd2 <vm_exec_core+3554>, 0x7fbc821ceb8d <vm_exec_core+3485>, 0x7fbc821ceb4d <vm_exec_core+3421>, 0x7fbc821ceb10 <vm_exec_core+3360>, 0x7fbc821cead3 <vm_exec_core+3299>, 0x7fbc821cea96 <vm_exec_core+3238>, 0x7fbc821cea2b <vm_exec_core+3131>, 0x7fbc821ce9df <vm_exec_core+3055>, 0x7fbc821ce990 <vm_exec_core+2976>, 0x7fbc821ce930 <vm_exec_core+2880>, 0x7fbc821ce8e2 <vm_exec_core+2802>, 0x7fbc821ce85b <vm_exec_core+2667>, 0x7fbc821ce819 <vm_exec_core+2601>, 0x7fbc821ce7b4 <vm_exec_core+2500>, 0x7fbc821cfb30 <vm_exec_core+7488>, 0x7fbc821cface <vm_exec_core+7390>, 0x7fbc821cfbaf <vm_exec_core+7615>, 0x7fbc821cfa89 <vm_exec_core+7321>, 0x7fbc821cf87c <vm_exec_core+6796>, 0x7fbc821cf7e6 <vm_exec_core+6646>, 0x7fbc821cf780 <vm_exec_core+6544>, 0x7fbc821cf720 <vm_exec_core+6448>, 0x7fbc821cf6be <vm_exec_core+6350>, 0x7fbc821cf669 <vm_exec_core+6265>, 0x7fbc821cf60b <vm_exec_core+6171>, 0x7fbc821cf5b9 <vm_exec_core+6089>, 0x7fbc821cf58a <vm_exec_core+6042>, 0x7fbc821cf547 <vm_exec_core+5975>, 0x7fbc821cf4ee <vm_exec_core+5886>, 0x7fbc821cf4b2 <vm_exec_core+5826>, 0x7fbc821cf3fc <vm_exec_core+5644>, 0x7fbc821cf3b1 <vm_exec_core+5569>, 0x7fbc821cf365 <vm_exec_core+5493>, 0x7fbc821cf32b <vm_exec_core+5435>, 0x7fbc821cf2b4 <vm_exec_core+5316>, 0x7fbc821cf24a <vm_exec_core+5210>, 0x7fbc821cf1f3 <vm_exec_core+5123>, 0x7fbc821cf17c <vm_exec_core+5004>, 0x7fbc821cf0f0 <vm_exec_core+4864>, 0x7fbc821cefcf <vm_exec_core+4575>, 0x7fbc821cef8b <vm_exec_core+4507>, 0x7fbc821cef3c <vm_exec_core+4428>, 0x7fbc821ceeca <vm_exec_core+4314>, 0x7fbc821cedfb <vm_exec_core+4107>, 0x7fbc821d10f1 <vm_exec_core+13057>, 0x7fbc821ced51 <vm_exec_core+3937>, 0x7fbc821cecfa <vm_exec_core+3850>, 0x7fbc821d1107 <vm_exec_core+13079>, 0x7fbc821d0605 <vm_exec_core+10261>, 0x7fbc821d0572 <vm_exec_core+10114>, 0x7fbc821d045d <vm_exec_core+9837>, 0x7fbc821d02e3 <vm_exec_core+9459>, 0x7fbc821d020b <vm_exec_core+9243>, 0x7fbc821d0178 <vm_exec_core+9096>, 0x7fbc821d08ae <vm_exec_core+10942>, 0x7fbc821d0770 <vm_exec_core+10624>, 0x7fbc821d0708 <vm_exec_core+10520>, 0x7fbc821d06a0 <vm_exec_core+10416>, 0x7fbc821d065c <vm_exec_core+10348>, 0x7fbc821d07b9 <vm_exec_core+10697>, 0x7fbc821d00da <vm_exec_core+8938>, 0x7fbc821d111d <vm_exec_core+13101>, 0x7fbc821d1133 <vm_exec_core+13123>, 0x7fbc821d1149 <vm_exec_core+13145>, 0x7fbc821d115f <vm_exec_core+13167>, 0x7fbc821d1175 <vm_exec_core+13189>, 0x7fbc821d118b <vm_exec_core+13211>, 0x7fbc821d11a1 <vm_exec_core+13233>, 0x7fbc821d11be <vm_exec_core+13262>, 0x7fbc821d11d4 <vm_exec_core+13284>, 0x7fbc821d11ea <vm_exec_core+13306>, 0x7fbc821d1200 <vm_exec_core+13328>, 0x7fbc821d1216 <vm_exec_core+13350>, 0x7fbc821d122c <vm_exec_core+13372>, 0x7fbc821d1242 <vm_exec_core+13394>, 0x7fbc821d1258 <vm_exec_core+13416>, 0x7fbc821d126e <vm_exec_core+13438>, 0x7fbc821d0021 <vm_exec_core+8753>...}
#17 0x00007fbc821d4819 in rb_vm_exec (ec=0x7fbc00000930) at /tmp/ruby/src/trunk-repeat50/vm.c:2567
        _ec = 0x7fbc00000930
        _tag = {tag = 36, retval = 4, buf = {0x7fbc66a0dbd0, 0x7fbc821d4820 <rb_vm_exec+400>, 0x0, 0x7fbc66a0dab0, 0x3000000028}, prev = 0x7fbc66a0dcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00007fbc821da10e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7fbc65915ab8, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007fbc821da486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x7fbc000024b0, argc=argc@entry=0, argv=argv@entry=0x7fbc66a0db80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-repeat50/vm.c:1743
        self = <optimized out>
#20 0x00007fbc8217fd60 in thread_do_start_proc (th=th@entry=0x7fbc000017a0) at /tmp/ruby/src/trunk-repeat50/thread.c:598
        args = 140447129822800
        args_ptr = 0x7fbc66a0db80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x7fbc000024b0
#21 0x00007fbc82180152 in thread_do_start (th=0x7fbc000017a0) at /tmp/ruby/src/trunk-repeat50/thread.c:615
        result = 36
        result = <optimized out>
#22 thread_start_func_2 (th=th@entry=0x7fbc000017a0, stack_start=stack_start@entry=0x7fbc66a0dda8) at /tmp/ruby/src/trunk-repeat50/thread.c:670
        _ec = 0x7fbc00000930
        _tag = {tag = 36, retval = 2917403180860450560, buf = {0x7fbc66a0dda8, 0x7fbc821800d0 <thread_start_func_2+624>, 0x0, 0x7fbc66a0dbe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x5622d1b27060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#23 0x00007fbc8218104d in call_thread_start_func_2 (th=0x7fbc000017a0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7fbc66a0dda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#24 nt_start (ptr=0x7fbc000020a0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2281
        th = 0x7fbc000017a0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007fbc81b6ba94 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 = {140447152400064, -2091084409335001877, 140447152400064, -256, 0, 140447152528720, -2091084409314030357, -2091016150262428437}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007fbc81bf8c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7fbc6845f6c0 (LWP 182730) "ruby"):
#0  0x00007fbc81bf9042 in epoll_wait (epfd=4, events=events@entry=0x7fbc82509a7c <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  0x00007fbc8217a7e5 in event_wait (vm=0x5622d1b24ad0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2925
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x5622d1b24ad0) at /tmp/ruby/src/trunk-repeat50/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=0x5622d1b24ad0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:3052
        vm = 0x5622d1b24ad0
#4  0x00007fbc81b6ba94 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 = {140447179994816, -2091108365051966229, 140447179994816, -256, 25, 140725713668752, -2091108365030994709, -2091016150262428437}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fbc81bf8c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7fbc651af6c0 (LWP 183065) "utils.rb:164"):
#0  0x00007fbc81b67d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fbbe0014430) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fbbe0014430) 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=0x7fbbe0014430, 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  0x00007fbc81b6a7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5622d1b2cac0, cond=0x7fbbe0014408) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fbc81b6a4a0 <__condvar_cleanup_waiting>, __arg = 0x7fbc651addc0, __canceltype = -1634012720, __prev = 0x0}
        cbuffer = {wseq = 36352, cond = 0x7fbbe0014408, mutex = 0x5622d1b2cac0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 36352
        seq = 18176
        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=0x7fbbe0014408, mutex=mutex@entry=0x5622d1b2cac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007fbc82175bcd in rb_native_cond_wait (cond=cond@entry=0x7fbbe0014408, mutex=mutex@entry=0x5622d1b2cac0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:222
        r = <optimized out>
#6  0x00007fbc82177299 in thread_sched_wait_running_turn (sched=sched@entry=0x5622d1b2cac0, th=th@entry=0x7fbbe0013fa0, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:863
        next_th = 0x7fbc0c107bf0
#7  0x00007fbc8217c6b2 in thread_sched_yield (th=0x7fbbe0013fa0, sched=0x5622d1b2cac0) at /tmp/ruby/src/trunk-repeat50/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-repeat50/thread.c:1456
        th = 0x7fbbe0013fa0
#9  0x00007fbc8217ca25 in rb_threadptr_execute_interrupts (th=0x7fbbe0013fa0, blocking_timing=blocking_timing@entry=1) at /tmp/ruby/src/trunk-repeat50/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 0x00007fbc8217db60 in rb_threadptr_execute_interrupts (blocking_timing=1, th=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread.c:1420
        interrupt = <optimized out>
        postponed_job_interrupt = 0
        ret = 0
        interrupt = <optimized out>
        postponed_job_interrupt = <optimized out>
        ret = <optimized out>
        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 0x00007fbc8201a98b in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-repeat50/io.c:747
No locals.
#12 0x00007fbc8201ddbb in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-repeat50/io.c:778
No locals.
#13 rb_io_check_closed (fptr=fptr@entry=0x7fbbe0013ec0) at /tmp/ruby/src/trunk-repeat50/io.c:777
No locals.
#14 0x00007fbc66d56812 in rsock_s_accept (klass=140447159518520, io=140447119383920, sockaddr=sockaddr@entry=0x7fbc651ae040, len=len@entry=0x7fbc651ae03c) at /tmp/ruby/src/trunk-repeat50/ext/socket/init.c:708
        fptr = 0x7fbbe0013ec0
        accept_arg = {fd = 8, sockaddr = 0x7fbc651ae040, len = 0x7fbc651ae03c}
        retry = <optimized out>
        peer = <optimized out>
        retry = <optimized out>
#15 0x00007fbc66d67992 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 0, sa_data = "\000\000\000\000\000\000 H\035\202\274\177\000"}, in = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = " H\035\202\274\177\000"}, in6 = {sin6_family = 0, sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {__in6_u = {__u6_addr8 = " H\035\202\274\177\000\000\000\000\000\000\000\000\000", __u6_addr16 = {18464, 33309, 32700, 0, 0, 0, 0, 0}, __u6_addr32 = {2182957088, 32700, 0, 0}}}, sin6_scope_id = 1696260112}, un = {sun_family = 0, sun_path = "\000\000\000\000\000\000 H\035\202\274\177\000\000\000\000\000\000\000\000\000\000\020\340\032e\274\177\000\000\240?\222e\274\177\000\000\200\345\032e\274\177", '\000' <repeats 11 times>, "'\310e\274\262|(\003\000\000\000\000\000\000\000\200\340\032\330\"V\000\000\000\000\000\000\000\000\000\000A\f\000\000\000\000\000\000\000\340\032\330\"V\000\000\240\227Ie\274\177"}, storage = {ss_family = 0, __ss_padding = "\000\000\000\000\000\000 H\035\202\274\177\000\000\000\000\000\000\000\000\000\000\020\340\032e\274\177\000\000\240?\222e\274\177\000\000\200\345\032e\274\177", '\000' <repeats 11 times>, "'\310e\274\262|(\003\000\000\000\000\000\000\000\200\340\032\330\"V\000\000\000\000\000\000\000\000\000\000A\f\000\000\000\000\000\000\000\340\032\330\"V\000\000\240\227Ie\274\177\000\000\001\000\000\000\000\000\000", __ss_align = 140447613563962}, place_holder = "\000\000\000\000\000\000\000\000 H\035\202\274\177\000\000\000\000\000\000\000\000\000\000\020\340\032e\274\177\000\000\240?\222e\274\177\000\000\200\345\032e\274\177", '\000' <repeats 11 times>, "'\310e\274\262|(\003\000\000\000\000\000\000\000\200\340\032\330\"V\000\000\000\000\000\000\000\000\000\000A\f\000\000\000\000\000\000\000\340\032\330\"V\000\000\240\227Ie\274\177\000\000\001\000\000\000\000\000\000\000:\264\035\202\274\177\000\000\240\342\032e\274\177\000\000\b\201\034\202\274\177\000\000\320\300\374\321\"V\000\000\240W\324G\274\177\000\000\360\340\032e\274\177\000\000\000\000\000\000\000\000\000\000\032\260\001", '\000' <repeats 13 times>, "A\f", '\000' <repeats 14 times>...}
        length = 2048
#16 0x00007fbc821bacec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7fbbe01b5170, ec=0x7fbbe00141c0) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3780
        ci = 0x1040100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fbc65bea658
        cfunc = 0x5622d22c2ba8
        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>
#17 vm_call_cfunc_with_frame (ec=0x7fbbe00141c0, reg_cfp=0x7fbbe01b5170, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3826
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#18 0x00007fbc821cdfcd 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-repeat50/vm_callinfo.h:412
        val = 94707575462816
        ci = 0x7fbbe0014430
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x5622d3649ba0, cc = 0x7fbc4791ea50, block_handler = 0, recv = 140447119383920, 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>
#19 vm_exec_core (ec=0x7fbbe0014430, ec@entry=0x7fbbe00141c0) at ../../src/trunk-repeat50/insns.def:918
        bh = <optimized out>
        cd = 0x5622d3649ba0
        leaf = <optimized out>
        val = 94707575462816
        reg_pc = 0x5622d368c320
        reg_cfp = 0x7fbbe01b5170
        insns_address_table = {0x7fbc821ce1de <vm_exec_core+1006>, 0x7fbc821ce16a <vm_exec_core+890>, 0x7fbc821ce0f5 <vm_exec_core+773>, 0x7fbc821ce076 <vm_exec_core+646>, 0x7fbc821ce743 <vm_exec_core+2387>, 0x7fbc821ce6c1 <vm_exec_core+2257>, 0x7fbc821ce64b <vm_exec_core+2139>, 0x7fbc821ce5e6 <vm_exec_core+2038>, 0x7fbc821ce581 <vm_exec_core+1937>, 0x7fbc821ce4b7 <vm_exec_core+1735>, 0x7fbc821ce38e <vm_exec_core+1438>, 0x7fbc821ce208 <vm_exec_core+1048>, 0x7fbc821cecbe <vm_exec_core+3790>, 0x7fbc821cec58 <vm_exec_core+3688>, 0x7fbc821cebe3 <vm_exec_core+3571>, 0x7fbc821ceb9e <vm_exec_core+3502>, 0x7fbc821ceb5e <vm_exec_core+3438>, 0x7fbc821ceb21 <vm_exec_core+3377>, 0x7fbc821ceae4 <vm_exec_core+3316>, 0x7fbc821ceaa7 <vm_exec_core+3255>, 0x7fbc821cea3c <vm_exec_core+3148>, 0x7fbc821ce9f0 <vm_exec_core+3072>, 0x7fbc821ce9a1 <vm_exec_core+2993>, 0x7fbc821ce941 <vm_exec_core+2897>, 0x7fbc821ce8f3 <vm_exec_core+2819>, 0x7fbc821ce86c <vm_exec_core+2684>, 0x7fbc821ce82a <vm_exec_core+2618>, 0x7fbc821ce7c5 <vm_exec_core+2517>, 0x7fbc821cfb41 <vm_exec_core+7505>, 0x7fbc821cfadf <vm_exec_core+7407>, 0x7fbc821cfbc0 <vm_exec_core+7632>, 0x7fbc821cfa9a <vm_exec_core+7338>, 0x7fbc821cf88d <vm_exec_core+6813>, 0x7fbc821cf7f7 <vm_exec_core+6663>, 0x7fbc821cf791 <vm_exec_core+6561>, 0x7fbc821cf731 <vm_exec_core+6465>, 0x7fbc821cf6cf <vm_exec_core+6367>, 0x7fbc821cf67a <vm_exec_core+6282>, 0x7fbc821cf61c <vm_exec_core+6188>, 0x7fbc821cf5ca <vm_exec_core+6106>, 0x7fbc821cf59b <vm_exec_core+6059>, 0x7fbc821cf558 <vm_exec_core+5992>, 0x7fbc821cf4ff <vm_exec_core+5903>, 0x7fbc821cf4c3 <vm_exec_core+5843>, 0x7fbc821cf40d <vm_exec_core+5661>, 0x7fbc821cf3c2 <vm_exec_core+5586>, 0x7fbc821cf376 <vm_exec_core+5510>, 0x7fbc821cf33c <vm_exec_core+5452>, 0x7fbc821cf2c5 <vm_exec_core+5333>, 0x7fbc821cf25b <vm_exec_core+5227>, 0x7fbc821cf204 <vm_exec_core+5140>, 0x7fbc821cf18d <vm_exec_core+5021>, 0x7fbc821cf101 <vm_exec_core+4881>, 0x7fbc821cefe0 <vm_exec_core+4592>, 0x7fbc821cef9c <vm_exec_core+4524>, 0x7fbc821cef4d <vm_exec_core+4445>, 0x7fbc821ceedb <vm_exec_core+4331>, 0x7fbc821cee0c <vm_exec_core+4124>, 0x7fbc821cde60 <vm_exec_core+112>, 0x7fbc821ced62 <vm_exec_core+3954>, 0x7fbc821ced0b <vm_exec_core+3867>, 0x7fbc821d1bf9 <vm_exec_core+15881>, 0x7fbc821d0616 <vm_exec_core+10278>, 0x7fbc821d0583 <vm_exec_core+10131>, 0x7fbc821d046e <vm_exec_core+9854>, 0x7fbc821d02f4 <vm_exec_core+9476>, 0x7fbc821d021c <vm_exec_core+9260>, 0x7fbc821d0189 <vm_exec_core+9113>, 0x7fbc821d08bf <vm_exec_core+10959>, 0x7fbc821d0781 <vm_exec_core+10641>, 0x7fbc821d0719 <vm_exec_core+10537>, 0x7fbc821d06b1 <vm_exec_core+10433>, 0x7fbc821d066d <vm_exec_core+10365>, 0x7fbc821d07ca <vm_exec_core+10714>, 0x7fbc821d00eb <vm_exec_core+8955>, 0x7fbc821d1b1e <vm_exec_core+15662>, 0x7fbc821d1b8d <vm_exec_core+15773>, 0x7fbc821d12dc <vm_exec_core+13548>, 0x7fbc821d137d <vm_exec_core+13709>, 0x7fbc821d1400 <vm_exec_core+13840>, 0x7fbc821d167e <vm_exec_core+14478>, 0x7fbc821d1507 <vm_exec_core+14103>, 0x7fbc821d16dc <vm_exec_core+14572>, 0x7fbc821d14a1 <vm_exec_core+14001>, 0x7fbc821d1742 <vm_exec_core+14674>, 0x7fbc821d158d <vm_exec_core+14237>, 0x7fbc821d15f3 <vm_exec_core+14339>, 0x7fbc821d17a8 <vm_exec_core+14776>, 0x7fbc821d1a09 <vm_exec_core+15385>, 0x7fbc821d1904 <vm_exec_core+15124>, 0x7fbc821d1977 <vm_exec_core+15239>, 0x7fbc821d0032 <vm_exec_core+8770>, 0x7fbc821cff8c <vm_exec_core+8604>, 0x7fbc821d1c4b <vm_exec_core+15963>, 0x7fbc821d1c9b <vm_exec_core+16043>, 0x7fbc821d1a64 <vm_exec_core+15476>, 0x7fbc821d1ac0 <vm_exec_core+15568>, 0x7fbc821d17fc <vm_exec_core+14860>, 0x7fbc821d1871 <vm_exec_core+14977>, 0x7fbc821cff13 <vm_exec_core+8483>, 0x7fbc821cfe8b <vm_exec_core+8347>, 0x7fbc821cfdcb <vm_exec_core+8155>, 0x7fbc821cfd7c <vm_exec_core+8076>, 0x7fbc821cfd29 <vm_exec_core+7993>, 0x7fbc821cfcd8 <vm_exec_core+7912>, 0x7fbc821cfc7f <vm_exec_core+7823>, 0x7fbc821cfc42 <vm_exec_core+7762>, 0x7fbc821cfc05 <vm_exec_core+7701>, 0x7fbc821ce1cd <vm_exec_core+989>, 0x7fbc821ce159 <vm_exec_core+873>, 0x7fbc821ce0e4 <vm_exec_core+756>, 0x7fbc821ce065 <vm_exec_core+629>, 0x7fbc821ce732 <vm_exec_core+2370>, 0x7fbc821ce6b0 <vm_exec_core+2240>, 0x7fbc821ce63a <vm_exec_core+2122>, 0x7fbc821ce5d5 <vm_exec_core+2021>, 0x7fbc821ce570 <vm_exec_core+1920>, 0x7fbc821ce4a6 <vm_exec_core+1718>, 0x7fbc821ce37d <vm_exec_core+1421>, 0x7fbc821ce1f7 <vm_exec_core+1031>, 0x7fbc821cecad <vm_exec_core+3773>, 0x7fbc821cec47 <vm_exec_core+3671>, 0x7fbc821cebd2 <vm_exec_core+3554>, 0x7fbc821ceb8d <vm_exec_core+3485>, 0x7fbc821ceb4d <vm_exec_core+3421>, 0x7fbc821ceb10 <vm_exec_core+3360>, 0x7fbc821cead3 <vm_exec_core+3299>, 0x7fbc821cea96 <vm_exec_core+3238>, 0x7fbc821cea2b <vm_exec_core+3131>, 0x7fbc821ce9df <vm_exec_core+3055>, 0x7fbc821ce990 <vm_exec_core+2976>, 0x7fbc821ce930 <vm_exec_core+2880>, 0x7fbc821ce8e2 <vm_exec_core+2802>, 0x7fbc821ce85b <vm_exec_core+2667>, 0x7fbc821ce819 <vm_exec_core+2601>, 0x7fbc821ce7b4 <vm_exec_core+2500>, 0x7fbc821cfb30 <vm_exec_core+7488>, 0x7fbc821cface <vm_exec_core+7390>, 0x7fbc821cfbaf <vm_exec_core+7615>, 0x7fbc821cfa89 <vm_exec_core+7321>, 0x7fbc821cf87c <vm_exec_core+6796>, 0x7fbc821cf7e6 <vm_exec_core+6646>, 0x7fbc821cf780 <vm_exec_core+6544>, 0x7fbc821cf720 <vm_exec_core+6448>, 0x7fbc821cf6be <vm_exec_core+6350>, 0x7fbc821cf669 <vm_exec_core+6265>, 0x7fbc821cf60b <vm_exec_core+6171>, 0x7fbc821cf5b9 <vm_exec_core+6089>, 0x7fbc821cf58a <vm_exec_core+6042>, 0x7fbc821cf547 <vm_exec_core+5975>, 0x7fbc821cf4ee <vm_exec_core+5886>, 0x7fbc821cf4b2 <vm_exec_core+5826>, 0x7fbc821cf3fc <vm_exec_core+5644>, 0x7fbc821cf3b1 <vm_exec_core+5569>, 0x7fbc821cf365 <vm_exec_core+5493>, 0x7fbc821cf32b <vm_exec_core+5435>, 0x7fbc821cf2b4 <vm_exec_core+5316>, 0x7fbc821cf24a <vm_exec_core+5210>, 0x7fbc821cf1f3 <vm_exec_core+5123>, 0x7fbc821cf17c <vm_exec_core+5004>, 0x7fbc821cf0f0 <vm_exec_core+4864>, 0x7fbc821cefcf <vm_exec_core+4575>, 0x7fbc821cef8b <vm_exec_core+4507>, 0x7fbc821cef3c <vm_exec_core+4428>, 0x7fbc821ceeca <vm_exec_core+4314>, 0x7fbc821cedfb <vm_exec_core+4107>, 0x7fbc821d10f1 <vm_exec_core+13057>, 0x7fbc821ced51 <vm_exec_core+3937>, 0x7fbc821cecfa <vm_exec_core+3850>, 0x7fbc821d1107 <vm_exec_core+13079>, 0x7fbc821d0605 <vm_exec_core+10261>, 0x7fbc821d0572 <vm_exec_core+10114>, 0x7fbc821d045d <vm_exec_core+9837>, 0x7fbc821d02e3 <vm_exec_core+9459>, 0x7fbc821d020b <vm_exec_core+9243>, 0x7fbc821d0178 <vm_exec_core+9096>, 0x7fbc821d08ae <vm_exec_core+10942>, 0x7fbc821d0770 <vm_exec_core+10624>, 0x7fbc821d0708 <vm_exec_core+10520>, 0x7fbc821d06a0 <vm_exec_core+10416>, 0x7fbc821d065c <vm_exec_core+10348>, 0x7fbc821d07b9 <vm_exec_core+10697>, 0x7fbc821d00da <vm_exec_core+8938>, 0x7fbc821d111d <vm_exec_core+13101>, 0x7fbc821d1133 <vm_exec_core+13123>, 0x7fbc821d1149 <vm_exec_core+13145>, 0x7fbc821d115f <vm_exec_core+13167>, 0x7fbc821d1175 <vm_exec_core+13189>, 0x7fbc821d118b <vm_exec_core+13211>, 0x7fbc821d11a1 <vm_exec_core+13233>, 0x7fbc821d11be <vm_exec_core+13262>, 0x7fbc821d11d4 <vm_exec_core+13284>, 0x7fbc821d11ea <vm_exec_core+13306>, 0x7fbc821d1200 <vm_exec_core+13328>, 0x7fbc821d1216 <vm_exec_core+13350>, 0x7fbc821d122c <vm_exec_core+13372>, 0x7fbc821d1242 <vm_exec_core+13394>, 0x7fbc821d1258 <vm_exec_core+13416>, 0x7fbc821d126e <vm_exec_core+13438>, 0x7fbc821d0021 <vm_exec_core+8753>...}
#20 0x00007fbc821d4ab9 in vm_exec_loop (result=<optimized out>, tag=0x7fbc651aead0, state=<optimized out>, ec=0x7fbbe00141c0) at /tmp/ruby/src/trunk-repeat50/vm.c:2594
        vm_loop_start = <optimized out>
#21 rb_vm_exec (ec=0x7fbbe00141c0) at /tmp/ruby/src/trunk-repeat50/vm.c:2573
        _ec = 0x7fbbe00141c0
        _tag = {tag = 36, retval = 4, buf = {0x7fbc651aebd0, 0x7fbc821d4820 <rb_vm_exec+400>, 0x0, 0x7fbc651aeab0, 0x3000000028}, prev = 0x7fbc651aecd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#22 0x00007fbc821da10e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7fbc67044568, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#23 0x00007fbc821da486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x7fbbe0013040, argc=argc@entry=0, argv=argv@entry=0x7fbc651aeb80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-repeat50/vm.c:1743
        self = <optimized out>
#24 0x00007fbc8217fd60 in thread_do_start_proc (th=th@entry=0x7fbbe0013fa0) at /tmp/ruby/src/trunk-repeat50/thread.c:598
        args = 140447119383840
        args_ptr = 0x7fbc651aeb80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x7fbbe0013040
#25 0x00007fbc82180152 in thread_do_start (th=0x7fbbe0013fa0) at /tmp/ruby/src/trunk-repeat50/thread.c:615
        result = 36
        result = <optimized out>
#26 thread_start_func_2 (th=th@entry=0x7fbbe0013fa0, stack_start=stack_start@entry=0x7fbc651aeda8) at /tmp/ruby/src/trunk-repeat50/thread.c:670
        _ec = 0x7fbbe00141c0
        _tag = {tag = 36, retval = 2917403180860450560, buf = {0x7fbc651aeda8, 0x7fbc821800d0 <thread_start_func_2+624>, 0x0, 0x7fbc651aebe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x5622d1b27060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#27 0x00007fbc8218104d in call_thread_start_func_2 (th=0x7fbbe0013fa0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7fbc651aeda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#28 nt_start (ptr=0x7fbbe00143e0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2281
        th = 0x7fbbe0013fa0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#29 0x00007fbc81b6ba94 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 = {140447126845120, -2091078996065596181, 140447126845120, -256, 0, 140447127224800, -2091078996044624661, -2091016150262428437}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#30 0x00007fbc81bf8c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7fbc6402e6c0 (LWP 183073) "utils.rb:164"):
#0  0x00007fbc821a9b80 in rb_ivar_defined (obj=obj@entry=140447121192920, id=8337) at /tmp/ruby/src/trunk-repeat50/variable.c:1884
        index = 1749548320
        idx = <optimized out>
        table = <optimized out>
        ivtbl = <optimized out>
#1  0x00007fbc81fdfda3 in exc_setup_message (cause=<synthetic pointer>, mesg=140447121192920, ec=0x7fbc0c114700) at /tmp/ruby/src/trunk-repeat50/eval.c:516
        nocause = 0
        nocircular = <optimized out>
        nocause = <optimized out>
        nocircular = <optimized out>
        c = <optimized out>
#2  rb_longjmp (ec=0x7fbc0c114700, tag=tag@entry=RUBY_TAG_RAISE, mesg=mesg@entry=140447121192920, cause=cause@entry=36) at /tmp/ruby/src/trunk-repeat50/eval.c:649
No locals.
#3  0x00007fbc81fdfeed in rb_exc_exception (mesg=<optimized out>, tag=tag@entry=RUBY_TAG_RAISE, cause=cause@entry=36) at /tmp/ruby/src/trunk-repeat50/eval.c:665
No locals.
#4  0x00007fbc81fe13d9 in rb_exc_raise (mesg=<optimized out>) at /tmp/ruby/src/trunk-repeat50/eval.c:678
No locals.
#5  0x00007fbc81fd7a76 in rb_vraise (exc=140447180127520, fmt=<optimized out>, ap=ap@entry=0x7fbc6402cec0) at /tmp/ruby/src/trunk-repeat50/error.c:3624
No locals.
#6  0x00007fbc81fd7b1a in rb_raise (exc=<optimized out>, fmt=fmt@entry=0x7fbc823748f0 <closed_stream> "closed stream") at /tmp/ruby/src/trunk-repeat50/error.c:3632
        args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7fbc6402cfa0, reg_save_area = 0x7fbc6402cee0}}
#7  0x00007fbc8201a9a3 in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-repeat50/io.c:748
No locals.
#8  0x00007fbc8201ddbb in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-repeat50/io.c:778
No locals.
#9  rb_io_check_closed (fptr=fptr@entry=0x7fbc0c118480) at /tmp/ruby/src/trunk-repeat50/io.c:777
No locals.
#10 0x00007fbc66d56812 in rsock_s_accept (klass=140447159518520, io=140446852615600, sockaddr=sockaddr@entry=0x7fbc6402d040, len=len@entry=0x7fbc6402d03c) at /tmp/ruby/src/trunk-repeat50/ext/socket/init.c:708
        fptr = 0x7fbc0c118480
        accept_arg = {fd = 0, sockaddr = 0x0, len = 0x81b6a4a0}
        retry = <optimized out>
        peer = <optimized out>
        retry = <optimized out>
#11 0x00007fbc66d67992 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 18804, sa_data = "\021\f\274\177\000\000\000\000\000\000\211\001\000"}, in = {sin_family = 18804, sin_port = 3089, sin_addr = {s_addr = 32700}, sin_zero = "\000\000\000\000\211\001\000"}, in6 = {sin6_family = 18804, sin6_port = 3089, sin6_flowinfo = 32700, sin6_addr = {__in6_u = {__u6_addr8 = "\000\000\000\000\211\001\000\000p\320\002d\274\177\000", __u6_addr16 = {0, 0, 393, 0, 53360, 25602, 32700, 0}, __u6_addr32 = {0, 393, 1677906032, 32700}}}, sin6_scope_id = 1}, un = {sun_family = 18804, sun_path = "\021\f\274\177\000\000\000\000\000\000\211\001\000\000p\320\002d\274\177\000\000\001\000\000\000\274\177\000\000\023\000\000\000\000\000\000\000lI\021\f\274\177\000\000\326p4\202\274\177\000\000\023\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\\I\021\f\274\177\000\000\300\320\002d\274\177\000\000\000'\310e\000\000\000\000\004\000\000\000\000\000\000\000\017\000\000\000\000"}, storage = {ss_family = 18804, __ss_padding = "\021\f\274\177\000\000\000\000\000\000\211\001\000\000p\320\002d\274\177\000\000\001\000\000\000\274\177\000\000\023\000\000\000\000\000\000\000lI\021\f\274\177\000\000\326p4\202\274\177\000\000\023\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\\I\021\f\274\177\000\000\300\320\002d\274\177\000\000\000'\310e\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 = "tI\021\f\274\177\000\000\000\000\000\000\211\001\000\000p\320\002d\274\177\000\000\001\000\000\000\274\177\000\000\023\000\000\000\000\000\000\000lI\021\f\274\177\000\000\326p4\202\274\177\000\000\023\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\\I\021\f\274\177\000\000\300\320\002d\274\177\000\000\000'\310e\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\244\266\201\274\177\000\000\340\320\002d\274\177\000\000\020}\020\f\274\177\000\000\320J\262\321\"V\000\000\000\000\000\000\000\000\000\000]I\027\202\274\177\000\000\300ʲ\321\"V\000\000\322]\027\202\274\177\000\000\254\321\002d\274\177\000\000\000"...}
        length = 2048
#12 0x00007fbc821bacec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7fbc0c101980, ec=0x7fbc0c114700) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3780
        ci = 0x1040100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fbc65bea658
        cfunc = 0x5622d22c2ba8
        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>
#13 vm_call_cfunc_with_frame (ec=0x7fbc0c114700, reg_cfp=0x7fbc0c101980, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3826
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#14 0x00007fbc821cdfcd 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-repeat50/vm_callinfo.h:412
        val = 94707575462816
        ci = 0x7fbc64c4b7d8
        cc = <optimized out>
        recv = 140447121192920
        argc = <optimized out>
        calling = {cd = 0x5622d3649ba0, cc = 0x7fbc4791ea50, block_handler = 0, recv = 140446852615600, 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>
#15 vm_exec_core (ec=0x7fbc64c4b7d8, ec@entry=0x7fbc0c114700) at ../../src/trunk-repeat50/insns.def:918
        bh = <optimized out>
        cd = 0x5622d3649ba0
        leaf = <optimized out>
        val = 94707575462816
        reg_pc = 0x5622d368c320
        reg_cfp = 0x7fbc0c101980
        insns_address_table = {0x7fbc821ce1de <vm_exec_core+1006>, 0x7fbc821ce16a <vm_exec_core+890>, 0x7fbc821ce0f5 <vm_exec_core+773>, 0x7fbc821ce076 <vm_exec_core+646>, 0x7fbc821ce743 <vm_exec_core+2387>, 0x7fbc821ce6c1 <vm_exec_core+2257>, 0x7fbc821ce64b <vm_exec_core+2139>, 0x7fbc821ce5e6 <vm_exec_core+2038>, 0x7fbc821ce581 <vm_exec_core+1937>, 0x7fbc821ce4b7 <vm_exec_core+1735>, 0x7fbc821ce38e <vm_exec_core+1438>, 0x7fbc821ce208 <vm_exec_core+1048>, 0x7fbc821cecbe <vm_exec_core+3790>, 0x7fbc821cec58 <vm_exec_core+3688>, 0x7fbc821cebe3 <vm_exec_core+3571>, 0x7fbc821ceb9e <vm_exec_core+3502>, 0x7fbc821ceb5e <vm_exec_core+3438>, 0x7fbc821ceb21 <vm_exec_core+3377>, 0x7fbc821ceae4 <vm_exec_core+3316>, 0x7fbc821ceaa7 <vm_exec_core+3255>, 0x7fbc821cea3c <vm_exec_core+3148>, 0x7fbc821ce9f0 <vm_exec_core+3072>, 0x7fbc821ce9a1 <vm_exec_core+2993>, 0x7fbc821ce941 <vm_exec_core+2897>, 0x7fbc821ce8f3 <vm_exec_core+2819>, 0x7fbc821ce86c <vm_exec_core+2684>, 0x7fbc821ce82a <vm_exec_core+2618>, 0x7fbc821ce7c5 <vm_exec_core+2517>, 0x7fbc821cfb41 <vm_exec_core+7505>, 0x7fbc821cfadf <vm_exec_core+7407>, 0x7fbc821cfbc0 <vm_exec_core+7632>, 0x7fbc821cfa9a <vm_exec_core+7338>, 0x7fbc821cf88d <vm_exec_core+6813>, 0x7fbc821cf7f7 <vm_exec_core+6663>, 0x7fbc821cf791 <vm_exec_core+6561>, 0x7fbc821cf731 <vm_exec_core+6465>, 0x7fbc821cf6cf <vm_exec_core+6367>, 0x7fbc821cf67a <vm_exec_core+6282>, 0x7fbc821cf61c <vm_exec_core+6188>, 0x7fbc821cf5ca <vm_exec_core+6106>, 0x7fbc821cf59b <vm_exec_core+6059>, 0x7fbc821cf558 <vm_exec_core+5992>, 0x7fbc821cf4ff <vm_exec_core+5903>, 0x7fbc821cf4c3 <vm_exec_core+5843>, 0x7fbc821cf40d <vm_exec_core+5661>, 0x7fbc821cf3c2 <vm_exec_core+5586>, 0x7fbc821cf376 <vm_exec_core+5510>, 0x7fbc821cf33c <vm_exec_core+5452>, 0x7fbc821cf2c5 <vm_exec_core+5333>, 0x7fbc821cf25b <vm_exec_core+5227>, 0x7fbc821cf204 <vm_exec_core+5140>, 0x7fbc821cf18d <vm_exec_core+5021>, 0x7fbc821cf101 <vm_exec_core+4881>, 0x7fbc821cefe0 <vm_exec_core+4592>, 0x7fbc821cef9c <vm_exec_core+4524>, 0x7fbc821cef4d <vm_exec_core+4445>, 0x7fbc821ceedb <vm_exec_core+4331>, 0x7fbc821cee0c <vm_exec_core+4124>, 0x7fbc821cde60 <vm_exec_core+112>, 0x7fbc821ced62 <vm_exec_core+3954>, 0x7fbc821ced0b <vm_exec_core+3867>, 0x7fbc821d1bf9 <vm_exec_core+15881>, 0x7fbc821d0616 <vm_exec_core+10278>, 0x7fbc821d0583 <vm_exec_core+10131>, 0x7fbc821d046e <vm_exec_core+9854>, 0x7fbc821d02f4 <vm_exec_core+9476>, 0x7fbc821d021c <vm_exec_core+9260>, 0x7fbc821d0189 <vm_exec_core+9113>, 0x7fbc821d08bf <vm_exec_core+10959>, 0x7fbc821d0781 <vm_exec_core+10641>, 0x7fbc821d0719 <vm_exec_core+10537>, 0x7fbc821d06b1 <vm_exec_core+10433>, 0x7fbc821d066d <vm_exec_core+10365>, 0x7fbc821d07ca <vm_exec_core+10714>, 0x7fbc821d00eb <vm_exec_core+8955>, 0x7fbc821d1b1e <vm_exec_core+15662>, 0x7fbc821d1b8d <vm_exec_core+15773>, 0x7fbc821d12dc <vm_exec_core+13548>, 0x7fbc821d137d <vm_exec_core+13709>, 0x7fbc821d1400 <vm_exec_core+13840>, 0x7fbc821d167e <vm_exec_core+14478>, 0x7fbc821d1507 <vm_exec_core+14103>, 0x7fbc821d16dc <vm_exec_core+14572>, 0x7fbc821d14a1 <vm_exec_core+14001>, 0x7fbc821d1742 <vm_exec_core+14674>, 0x7fbc821d158d <vm_exec_core+14237>, 0x7fbc821d15f3 <vm_exec_core+14339>, 0x7fbc821d17a8 <vm_exec_core+14776>, 0x7fbc821d1a09 <vm_exec_core+15385>, 0x7fbc821d1904 <vm_exec_core+15124>, 0x7fbc821d1977 <vm_exec_core+15239>, 0x7fbc821d0032 <vm_exec_core+8770>, 0x7fbc821cff8c <vm_exec_core+8604>, 0x7fbc821d1c4b <vm_exec_core+15963>, 0x7fbc821d1c9b <vm_exec_core+16043>, 0x7fbc821d1a64 <vm_exec_core+15476>, 0x7fbc821d1ac0 <vm_exec_core+15568>, 0x7fbc821d17fc <vm_exec_core+14860>, 0x7fbc821d1871 <vm_exec_core+14977>, 0x7fbc821cff13 <vm_exec_core+8483>, 0x7fbc821cfe8b <vm_exec_core+8347>, 0x7fbc821cfdcb <vm_exec_core+8155>, 0x7fbc821cfd7c <vm_exec_core+8076>, 0x7fbc821cfd29 <vm_exec_core+7993>, 0x7fbc821cfcd8 <vm_exec_core+7912>, 0x7fbc821cfc7f <vm_exec_core+7823>, 0x7fbc821cfc42 <vm_exec_core+7762>, 0x7fbc821cfc05 <vm_exec_core+7701>, 0x7fbc821ce1cd <vm_exec_core+989>, 0x7fbc821ce159 <vm_exec_core+873>, 0x7fbc821ce0e4 <vm_exec_core+756>, 0x7fbc821ce065 <vm_exec_core+629>, 0x7fbc821ce732 <vm_exec_core+2370>, 0x7fbc821ce6b0 <vm_exec_core+2240>, 0x7fbc821ce63a <vm_exec_core+2122>, 0x7fbc821ce5d5 <vm_exec_core+2021>, 0x7fbc821ce570 <vm_exec_core+1920>, 0x7fbc821ce4a6 <vm_exec_core+1718>, 0x7fbc821ce37d <vm_exec_core+1421>, 0x7fbc821ce1f7 <vm_exec_core+1031>, 0x7fbc821cecad <vm_exec_core+3773>, 0x7fbc821cec47 <vm_exec_core+3671>, 0x7fbc821cebd2 <vm_exec_core+3554>, 0x7fbc821ceb8d <vm_exec_core+3485>, 0x7fbc821ceb4d <vm_exec_core+3421>, 0x7fbc821ceb10 <vm_exec_core+3360>, 0x7fbc821cead3 <vm_exec_core+3299>, 0x7fbc821cea96 <vm_exec_core+3238>, 0x7fbc821cea2b <vm_exec_core+3131>, 0x7fbc821ce9df <vm_exec_core+3055>, 0x7fbc821ce990 <vm_exec_core+2976>, 0x7fbc821ce930 <vm_exec_core+2880>, 0x7fbc821ce8e2 <vm_exec_core+2802>, 0x7fbc821ce85b <vm_exec_core+2667>, 0x7fbc821ce819 <vm_exec_core+2601>, 0x7fbc821ce7b4 <vm_exec_core+2500>, 0x7fbc821cfb30 <vm_exec_core+7488>, 0x7fbc821cface <vm_exec_core+7390>, 0x7fbc821cfbaf <vm_exec_core+7615>, 0x7fbc821cfa89 <vm_exec_core+7321>, 0x7fbc821cf87c <vm_exec_core+6796>, 0x7fbc821cf7e6 <vm_exec_core+6646>, 0x7fbc821cf780 <vm_exec_core+6544>, 0x7fbc821cf720 <vm_exec_core+6448>, 0x7fbc821cf6be <vm_exec_core+6350>, 0x7fbc821cf669 <vm_exec_core+6265>, 0x7fbc821cf60b <vm_exec_core+6171>, 0x7fbc821cf5b9 <vm_exec_core+6089>, 0x7fbc821cf58a <vm_exec_core+6042>, 0x7fbc821cf547 <vm_exec_core+5975>, 0x7fbc821cf4ee <vm_exec_core+5886>, 0x7fbc821cf4b2 <vm_exec_core+5826>, 0x7fbc821cf3fc <vm_exec_core+5644>, 0x7fbc821cf3b1 <vm_exec_core+5569>, 0x7fbc821cf365 <vm_exec_core+5493>, 0x7fbc821cf32b <vm_exec_core+5435>, 0x7fbc821cf2b4 <vm_exec_core+5316>, 0x7fbc821cf24a <vm_exec_core+5210>, 0x7fbc821cf1f3 <vm_exec_core+5123>, 0x7fbc821cf17c <vm_exec_core+5004>, 0x7fbc821cf0f0 <vm_exec_core+4864>, 0x7fbc821cefcf <vm_exec_core+4575>, 0x7fbc821cef8b <vm_exec_core+4507>, 0x7fbc821cef3c <vm_exec_core+4428>, 0x7fbc821ceeca <vm_exec_core+4314>, 0x7fbc821cedfb <vm_exec_core+4107>, 0x7fbc821d10f1 <vm_exec_core+13057>, 0x7fbc821ced51 <vm_exec_core+3937>, 0x7fbc821cecfa <vm_exec_core+3850>, 0x7fbc821d1107 <vm_exec_core+13079>, 0x7fbc821d0605 <vm_exec_core+10261>, 0x7fbc821d0572 <vm_exec_core+10114>, 0x7fbc821d045d <vm_exec_core+9837>, 0x7fbc821d02e3 <vm_exec_core+9459>, 0x7fbc821d020b <vm_exec_core+9243>, 0x7fbc821d0178 <vm_exec_core+9096>, 0x7fbc821d08ae <vm_exec_core+10942>, 0x7fbc821d0770 <vm_exec_core+10624>, 0x7fbc821d0708 <vm_exec_core+10520>, 0x7fbc821d06a0 <vm_exec_core+10416>, 0x7fbc821d065c <vm_exec_core+10348>, 0x7fbc821d07b9 <vm_exec_core+10697>, 0x7fbc821d00da <vm_exec_core+8938>, 0x7fbc821d111d <vm_exec_core+13101>, 0x7fbc821d1133 <vm_exec_core+13123>, 0x7fbc821d1149 <vm_exec_core+13145>, 0x7fbc821d115f <vm_exec_core+13167>, 0x7fbc821d1175 <vm_exec_core+13189>, 0x7fbc821d118b <vm_exec_core+13211>, 0x7fbc821d11a1 <vm_exec_core+13233>, 0x7fbc821d11be <vm_exec_core+13262>, 0x7fbc821d11d4 <vm_exec_core+13284>, 0x7fbc821d11ea <vm_exec_core+13306>, 0x7fbc821d1200 <vm_exec_core+13328>, 0x7fbc821d1216 <vm_exec_core+13350>, 0x7fbc821d122c <vm_exec_core+13372>, 0x7fbc821d1242 <vm_exec_core+13394>, 0x7fbc821d1258 <vm_exec_core+13416>, 0x7fbc821d126e <vm_exec_core+13438>, 0x7fbc821d0021 <vm_exec_core+8753>...}
#16 0x00007fbc821d4ab9 in vm_exec_loop (result=<optimized out>, tag=0x7fbc6402dad0, state=<optimized out>, ec=0x7fbc0c114700) at /tmp/ruby/src/trunk-repeat50/vm.c:2594
        vm_loop_start = <optimized out>
#17 rb_vm_exec (ec=0x7fbc0c114700) at /tmp/ruby/src/trunk-repeat50/vm.c:2573
        _ec = 0x7fbc0c114700
        _tag = {tag = 36, retval = 4, buf = {0x7fbc6402dbd0, 0x7fbc821d4820 <rb_vm_exec+400>, 0x0, 0x7fbc6402dab0, 0x3000000028}, prev = 0x7fbc6402dcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#18 0x00007fbc821da10e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7fbc67044568, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007fbc821da486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x7fbc0c117330, argc=argc@entry=0, argv=argv@entry=0x7fbc6402db80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-repeat50/vm.c:1743
        self = <optimized out>
#20 0x00007fbc8217fd60 in thread_do_start_proc (th=th@entry=0x7fbc0c107bf0) at /tmp/ruby/src/trunk-repeat50/thread.c:598
        args = 140446852615520
        args_ptr = 0x7fbc6402db80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x7fbc0c117330
#21 0x00007fbc82180152 in thread_do_start (th=0x7fbc0c107bf0) at /tmp/ruby/src/trunk-repeat50/thread.c:615
        result = 36
        result = <optimized out>
#22 thread_start_func_2 (th=th@entry=0x7fbc0c107bf0, stack_start=stack_start@entry=0x7fbc6402dda8) at /tmp/ruby/src/trunk-repeat50/thread.c:670
        _ec = 0x7fbc0c114700
        _tag = {tag = 36, retval = 2917403180860450560, buf = {0x7fbc6402dda8, 0x7fbc821800d0 <thread_start_func_2+624>, 0x0, 0x7fbc6402dbe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x5622d1b27060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#23 0x00007fbc8218104d in call_thread_start_func_2 (th=0x7fbc0c107bf0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7fbc6402dda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#24 nt_start (ptr=0x7fbc0c114920) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2281
        th = 0x7fbc0c107bf0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007fbc81b6ba94 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 = {140447108490944, -2091081402857894677, 140447108490944, -256, 0, 140446888616416, -2091081402836923157, -2091016150262428437}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007fbc81bf8c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7fbc81aa0c00 (LWP 56249) "ruby"):
#0  0x00007fbc81b67d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5622d1b2c970) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x5622d1b2c970) 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=0x5622d1b2c970, 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  0x00007fbc81b6a7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5622d1b2cac0, cond=0x5622d1b2c948) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fbc81b6a4a0 <__condvar_cleanup_waiting>, __arg = 0x7ffd422c8420, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 1929120, cond = 0x5622d1b2c948, mutex = 0x5622d1b2cac0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 1929120
        seq = 964560
        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=0x5622d1b2c948, mutex=mutex@entry=0x5622d1b2cac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007fbc82175bcd in rb_native_cond_wait (cond=cond@entry=0x5622d1b2c948, mutex=mutex@entry=0x5622d1b2cac0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:222
        r = <optimized out>
#6  0x00007fbc82177299 in thread_sched_wait_running_turn (sched=sched@entry=0x5622d1b2cac0, th=th@entry=0x5622d1b27060, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:863
        next_th = 0x7fbbe0013fa0
#7  0x00007fbc82177431 in thread_sched_to_running_common (th=0x5622d1b27060, sched=0x5622d1b2cac0) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:939
No locals.
#8  thread_sched_to_running (sched=sched@entry=0x5622d1b2cac0, th=th@entry=0x5622d1b27060) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:953
No locals.
#9  0x00007fbc8217f83c in blocking_region_end (region=0x7ffd422c857c, th=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread.c:1504
No locals.
#10 rb_nogvl (func=0x7fbc81fe4910 <no_gvl_stat>, data1=0x7ffd422c85e0, ubf=<optimized out>, data2=<optimized out>, flags=flags@entry=0) at /tmp/ruby/src/trunk-repeat50/thread.c:1545
        __region = {prev_status = THREAD_RUNNABLE}
        val = 0x0
        ec = <optimized out>
        th = 0x5622d1b27060
        vm = 0x5622d1b24ad0
        is_main_thread = <optimized out>
        saved_errno = 22
        ubf_th = <optimized out>
        saved_vm = 0x5622d1b24ad0
#11 0x00007fbc8217fa2c in rb_thread_call_without_gvl (func=<optimized out>, data1=<optimized out>, ubf=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread.c:1662
No locals.
#12 0x00007fbc81febd34 in stat_without_gvl (st=0x7ffd422c85f0, path=<optimized out>) at /tmp/ruby/src/trunk-repeat50/file.c:1171
        data = {st = 0x7ffd422c85f0, file = {path = 0x7fbc56743ae0 "/tmp/ruby/src/trunk-repeat50/test/mkmf", fd = 1450457824}}
#13 rb_check_realpath_internal (basedir=basedir@entry=4, path=path@entry=140447151621480, origenc=origenc@entry=0x0, mode=mode@entry=RB_REALPATH_CHECK) at /tmp/ruby/src/trunk-repeat50/file.c:4583
        unresolved_path = 140447151621480
        resolved_ptr = 0x5622d8c50f80 "p|\256\270'V"
        resolved = 140446881037000
        __func__ = "rb_check_realpath_internal"
        st = {st_dev = 88, st_ino = 13522186, st_nlink = 2, st_mode = 16877, st_uid = 1001, st_gid = 1000, __pad0 = 0, st_rdev = 0, st_size = 4096, st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1720559173, tv_nsec = 208102607}, st_mtim = {tv_sec = 1720429497, tv_nsec = 173273168}, st_ctim = {tv_sec = 1720429497, tv_nsec = 173273168}, __glibc_reserved = {0, 0, 0}}
        errno_to_fail = <optimized out>
#14 0x00007fbc81fec80b in rb_check_realpath (basedir=basedir@entry=4, path=path@entry=140447151621480, enc=enc@entry=0x0) at /tmp/ruby/src/trunk-repeat50/file.c:4634
No locals.
#15 0x00007fbc82047af9 in rb_construct_expanded_load_path (vm=vm@entry=0x5622d1b24ad0, type=type@entry=EXPAND_ALL, has_relative=has_relative@entry=0x7ffd422c8740, has_non_cache=has_non_cache@entry=0x7ffd422c8744) at /tmp/ruby/src/trunk-repeat50/load.c:103
        as_str = 140447151621480
        expanded_path = <optimized out>
        as_cstr = <optimized out>
        path = 140447151621480
        is_string = <optimized out>
        non_cache = <optimized out>
        load_path = <optimized out>
        expanded_load_path = 140447126444560
        ary = 140442352309080
        i = 83
#16 0x00007fbc82047e84 in get_expanded_load_path (vm=0x5622d1b24ad0) at /tmp/ruby/src/trunk-repeat50/load.c:120
        has_relative = 0
        has_non_cache = 0
        non_cache = 20
#17 0x00007fbc82049af1 in rb_feature_p (vm=vm@entry=0x5622d1b24ad0, feature=feature@entry=0x7fbc819259c8 "stringio", ext=ext@entry=0x0, rb=rb@entry=0, expanded=expanded@entry=0, fn=fn@entry=0x7ffd422c8908) at /tmp/ruby/src/trunk-repeat50/load.c:577
        index = <optimized out>
        i = <optimized out>
        features = 140447180145160
        this_feature_index = <optimized out>
        v = 140447158478720
        p = <optimized out>
        load_path = <optimized out>
        f = 0x7fbc66fda798 "/tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so"
        e = <optimized out>
        i = <optimized out>
        len = 8
        elen = <optimized out>
        n = 60
        loading_tbl = <optimized out>
        features_index = <optimized out>
        data = 439
        key = <optimized out>
        type = 0
#18 0x00007fbc8204a18f in search_required (rb_feature_p=0x7fbc82049350 <rb_feature_p>, path=0x7ffd422c88e8, fname=140447604431280, vm=0x5622d1b24ad0) at /tmp/ruby/src/trunk-repeat50/load.c:1098
        tmp = 0
        ext = 0x0
        ft = 0
        type = <optimized out>
        ftptr = 0x7fbc819259c8 "stringio"
        loading = 0x0
        tmp = <optimized out>
        ext = <optimized out>
        ftptr = <optimized out>
        ft = <optimized out>
        loading = <optimized out>
        type = <optimized out>
        feature_present = <optimized out>
        lookup_name = <optimized out>
#19 require_internal (ec=ec@entry=0x5622d1b2cc60, fname=<optimized out>, fname@entry=140447604431280, exception=exception@entry=1, warn=false) at /tmp/ruby/src/trunk-repeat50/load.c:1266
        handle = <optimized out>
        found = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x5622d1b2cc60
        _tag = {tag = 36, retval = 140447612904853, buf = {0x5622d1b2cc60, 0x7fbc8204a408 <require_internal+1160>, 0x0, 0x7ffd422c8860, 0x8000}, prev = 0x7ffd422c9130, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x5622d1b27060
        saved = {wrapper = 0, self = 140447180246560, errinfo = 4, ec = 0x5622d1b2cc60}
        state = RUBY_TAG_NONE
        ftptr = 0x0
        path = 140447604431280
        saved_path = 0
        realpath = 0
        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>
#20 0x00007fbc8204b99a in rb_require_string_internal (resurrect=false, fname=140447604431280) at /tmp/ruby/src/trunk-repeat50/load.c:1386
        ec = 0x5622d1b2cc60
        result = <optimized out>
        ec = <optimized out>
        result = <optimized out>
#21 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk-repeat50/load.c:1379
No locals.
#22 0x00007fbc821bb044 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-repeat50/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>
#23 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3826
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#24 vm_call_cfunc_other (ec=0x5622d1b2cc60, reg_cfp=0x7fbc81a3e948, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3852
        ci = <optimized out>
        argv_ary = <optimized out>
#25 0x00007fbc821d775f in vm_call_alias (ec=0x5622d1b2cc60, cfp=0x7fbc81a3e948, calling=0x7ffd422c9090) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:4168
No locals.
#26 0x00007fbc821cdfcd 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-repeat50/vm_callinfo.h:412
        val = 94707560780224
        ci = 0x5622d1b2c970
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x5622d28491c0, cc = 0x7ffd422c8f30, block_handler = 0, recv = 140446630805280, 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>
#27 vm_exec_core (ec=0x5622d1b2c970, ec@entry=0x5622d1b2cc60) at ../../src/trunk-repeat50/insns.def:918
        bh = <optimized out>
        cd = 0x5622d28491c0
        leaf = <optimized out>
        val = 94707560780224
        reg_pc = 0x5622d2a00ec8
        reg_cfp = 0x7fbc81a3e948
        insns_address_table = {0x7fbc821ce1de <vm_exec_core+1006>, 0x7fbc821ce16a <vm_exec_core+890>, 0x7fbc821ce0f5 <vm_exec_core+773>, 0x7fbc821ce076 <vm_exec_core+646>, 0x7fbc821ce743 <vm_exec_core+2387>, 0x7fbc821ce6c1 <vm_exec_core+2257>, 0x7fbc821ce64b <vm_exec_core+2139>, 0x7fbc821ce5e6 <vm_exec_core+2038>, 0x7fbc821ce581 <vm_exec_core+1937>, 0x7fbc821ce4b7 <vm_exec_core+1735>, 0x7fbc821ce38e <vm_exec_core+1438>, 0x7fbc821ce208 <vm_exec_core+1048>, 0x7fbc821cecbe <vm_exec_core+3790>, 0x7fbc821cec58 <vm_exec_core+3688>, 0x7fbc821cebe3 <vm_exec_core+3571>, 0x7fbc821ceb9e <vm_exec_core+3502>, 0x7fbc821ceb5e <vm_exec_core+3438>, 0x7fbc821ceb21 <vm_exec_core+3377>, 0x7fbc821ceae4 <vm_exec_core+3316>, 0x7fbc821ceaa7 <vm_exec_core+3255>, 0x7fbc821cea3c <vm_exec_core+3148>, 0x7fbc821ce9f0 <vm_exec_core+3072>, 0x7fbc821ce9a1 <vm_exec_core+2993>, 0x7fbc821ce941 <vm_exec_core+2897>, 0x7fbc821ce8f3 <vm_exec_core+2819>, 0x7fbc821ce86c <vm_exec_core+2684>, 0x7fbc821ce82a <vm_exec_core+2618>, 0x7fbc821ce7c5 <vm_exec_core+2517>, 0x7fbc821cfb41 <vm_exec_core+7505>, 0x7fbc821cfadf <vm_exec_core+7407>, 0x7fbc821cfbc0 <vm_exec_core+7632>, 0x7fbc821cfa9a <vm_exec_core+7338>, 0x7fbc821cf88d <vm_exec_core+6813>, 0x7fbc821cf7f7 <vm_exec_core+6663>, 0x7fbc821cf791 <vm_exec_core+6561>, 0x7fbc821cf731 <vm_exec_core+6465>, 0x7fbc821cf6cf <vm_exec_core+6367>, 0x7fbc821cf67a <vm_exec_core+6282>, 0x7fbc821cf61c <vm_exec_core+6188>, 0x7fbc821cf5ca <vm_exec_core+6106>, 0x7fbc821cf59b <vm_exec_core+6059>, 0x7fbc821cf558 <vm_exec_core+5992>, 0x7fbc821cf4ff <vm_exec_core+5903>, 0x7fbc821cf4c3 <vm_exec_core+5843>, 0x7fbc821cf40d <vm_exec_core+5661>, 0x7fbc821cf3c2 <vm_exec_core+5586>, 0x7fbc821cf376 <vm_exec_core+5510>, 0x7fbc821cf33c <vm_exec_core+5452>, 0x7fbc821cf2c5 <vm_exec_core+5333>, 0x7fbc821cf25b <vm_exec_core+5227>, 0x7fbc821cf204 <vm_exec_core+5140>, 0x7fbc821cf18d <vm_exec_core+5021>, 0x7fbc821cf101 <vm_exec_core+4881>, 0x7fbc821cefe0 <vm_exec_core+4592>, 0x7fbc821cef9c <vm_exec_core+4524>, 0x7fbc821cef4d <vm_exec_core+4445>, 0x7fbc821ceedb <vm_exec_core+4331>, 0x7fbc821cee0c <vm_exec_core+4124>, 0x7fbc821cde60 <vm_exec_core+112>, 0x7fbc821ced62 <vm_exec_core+3954>, 0x7fbc821ced0b <vm_exec_core+3867>, 0x7fbc821d1bf9 <vm_exec_core+15881>, 0x7fbc821d0616 <vm_exec_core+10278>, 0x7fbc821d0583 <vm_exec_core+10131>, 0x7fbc821d046e <vm_exec_core+9854>, 0x7fbc821d02f4 <vm_exec_core+9476>, 0x7fbc821d021c <vm_exec_core+9260>, 0x7fbc821d0189 <vm_exec_core+9113>, 0x7fbc821d08bf <vm_exec_core+10959>, 0x7fbc821d0781 <vm_exec_core+10641>, 0x7fbc821d0719 <vm_exec_core+10537>, 0x7fbc821d06b1 <vm_exec_core+10433>, 0x7fbc821d066d <vm_exec_core+10365>, 0x7fbc821d07ca <vm_exec_core+10714>, 0x7fbc821d00eb <vm_exec_core+8955>, 0x7fbc821d1b1e <vm_exec_core+15662>, 0x7fbc821d1b8d <vm_exec_core+15773>, 0x7fbc821d12dc <vm_exec_core+13548>, 0x7fbc821d137d <vm_exec_core+13709>, 0x7fbc821d1400 <vm_exec_core+13840>, 0x7fbc821d167e <vm_exec_core+14478>, 0x7fbc821d1507 <vm_exec_core+14103>, 0x7fbc821d16dc <vm_exec_core+14572>, 0x7fbc821d14a1 <vm_exec_core+14001>, 0x7fbc821d1742 <vm_exec_core+14674>, 0x7fbc821d158d <vm_exec_core+14237>, 0x7fbc821d15f3 <vm_exec_core+14339>, 0x7fbc821d17a8 <vm_exec_core+14776>, 0x7fbc821d1a09 <vm_exec_core+15385>, 0x7fbc821d1904 <vm_exec_core+15124>, 0x7fbc821d1977 <vm_exec_core+15239>, 0x7fbc821d0032 <vm_exec_core+8770>, 0x7fbc821cff8c <vm_exec_core+8604>, 0x7fbc821d1c4b <vm_exec_core+15963>, 0x7fbc821d1c9b <vm_exec_core+16043>, 0x7fbc821d1a64 <vm_exec_core+15476>, 0x7fbc821d1ac0 <vm_exec_core+15568>, 0x7fbc821d17fc <vm_exec_core+14860>, 0x7fbc821d1871 <vm_exec_core+14977>, 0x7fbc821cff13 <vm_exec_core+8483>, 0x7fbc821cfe8b <vm_exec_core+8347>, 0x7fbc821cfdcb <vm_exec_core+8155>, 0x7fbc821cfd7c <vm_exec_core+8076>, 0x7fbc821cfd29 <vm_exec_core+7993>, 0x7fbc821cfcd8 <vm_exec_core+7912>, 0x7fbc821cfc7f <vm_exec_core+7823>, 0x7fbc821cfc42 <vm_exec_core+7762>, 0x7fbc821cfc05 <vm_exec_core+7701>, 0x7fbc821ce1cd <vm_exec_core+989>, 0x7fbc821ce159 <vm_exec_core+873>, 0x7fbc821ce0e4 <vm_exec_core+756>, 0x7fbc821ce065 <vm_exec_core+629>, 0x7fbc821ce732 <vm_exec_core+2370>, 0x7fbc821ce6b0 <vm_exec_core+2240>, 0x7fbc821ce63a <vm_exec_core+2122>, 0x7fbc821ce5d5 <vm_exec_core+2021>, 0x7fbc821ce570 <vm_exec_core+1920>, 0x7fbc821ce4a6 <vm_exec_core+1718>, 0x7fbc821ce37d <vm_exec_core+1421>, 0x7fbc821ce1f7 <vm_exec_core+1031>, 0x7fbc821cecad <vm_exec_core+3773>, 0x7fbc821cec47 <vm_exec_core+3671>, 0x7fbc821cebd2 <vm_exec_core+3554>, 0x7fbc821ceb8d <vm_exec_core+3485>, 0x7fbc821ceb4d <vm_exec_core+3421>, 0x7fbc821ceb10 <vm_exec_core+3360>, 0x7fbc821cead3 <vm_exec_core+3299>, 0x7fbc821cea96 <vm_exec_core+3238>, 0x7fbc821cea2b <vm_exec_core+3131>, 0x7fbc821ce9df <vm_exec_core+3055>, 0x7fbc821ce990 <vm_exec_core+2976>, 0x7fbc821ce930 <vm_exec_core+2880>, 0x7fbc821ce8e2 <vm_exec_core+2802>, 0x7fbc821ce85b <vm_exec_core+2667>, 0x7fbc821ce819 <vm_exec_core+2601>, 0x7fbc821ce7b4 <vm_exec_core+2500>, 0x7fbc821cfb30 <vm_exec_core+7488>, 0x7fbc821cface <vm_exec_core+7390>, 0x7fbc821cfbaf <vm_exec_core+7615>, 0x7fbc821cfa89 <vm_exec_core+7321>, 0x7fbc821cf87c <vm_exec_core+6796>, 0x7fbc821cf7e6 <vm_exec_core+6646>, 0x7fbc821cf780 <vm_exec_core+6544>, 0x7fbc821cf720 <vm_exec_core+6448>, 0x7fbc821cf6be <vm_exec_core+6350>, 0x7fbc821cf669 <vm_exec_core+6265>, 0x7fbc821cf60b <vm_exec_core+6171>, 0x7fbc821cf5b9 <vm_exec_core+6089>, 0x7fbc821cf58a <vm_exec_core+6042>, 0x7fbc821cf547 <vm_exec_core+5975>, 0x7fbc821cf4ee <vm_exec_core+5886>, 0x7fbc821cf4b2 <vm_exec_core+5826>, 0x7fbc821cf3fc <vm_exec_core+5644>, 0x7fbc821cf3b1 <vm_exec_core+5569>, 0x7fbc821cf365 <vm_exec_core+5493>, 0x7fbc821cf32b <vm_exec_core+5435>, 0x7fbc821cf2b4 <vm_exec_core+5316>, 0x7fbc821cf24a <vm_exec_core+5210>, 0x7fbc821cf1f3 <vm_exec_core+5123>, 0x7fbc821cf17c <vm_exec_core+5004>, 0x7fbc821cf0f0 <vm_exec_core+4864>, 0x7fbc821cefcf <vm_exec_core+4575>, 0x7fbc821cef8b <vm_exec_core+4507>, 0x7fbc821cef3c <vm_exec_core+4428>, 0x7fbc821ceeca <vm_exec_core+4314>, 0x7fbc821cedfb <vm_exec_core+4107>, 0x7fbc821d10f1 <vm_exec_core+13057>, 0x7fbc821ced51 <vm_exec_core+3937>, 0x7fbc821cecfa <vm_exec_core+3850>, 0x7fbc821d1107 <vm_exec_core+13079>, 0x7fbc821d0605 <vm_exec_core+10261>, 0x7fbc821d0572 <vm_exec_core+10114>, 0x7fbc821d045d <vm_exec_core+9837>, 0x7fbc821d02e3 <vm_exec_core+9459>, 0x7fbc821d020b <vm_exec_core+9243>, 0x7fbc821d0178 <vm_exec_core+9096>, 0x7fbc821d08ae <vm_exec_core+10942>, 0x7fbc821d0770 <vm_exec_core+10624>, 0x7fbc821d0708 <vm_exec_core+10520>, 0x7fbc821d06a0 <vm_exec_core+10416>, 0x7fbc821d065c <vm_exec_core+10348>, 0x7fbc821d07b9 <vm_exec_core+10697>, 0x7fbc821d00da <vm_exec_core+8938>, 0x7fbc821d111d <vm_exec_core+13101>, 0x7fbc821d1133 <vm_exec_core+13123>, 0x7fbc821d1149 <vm_exec_core+13145>, 0x7fbc821d115f <vm_exec_core+13167>, 0x7fbc821d1175 <vm_exec_core+13189>, 0x7fbc821d118b <vm_exec_core+13211>, 0x7fbc821d11a1 <vm_exec_core+13233>, 0x7fbc821d11be <vm_exec_core+13262>, 0x7fbc821d11d4 <vm_exec_core+13284>, 0x7fbc821d11ea <vm_exec_core+13306>, 0x7fbc821d1200 <vm_exec_core+13328>, 0x7fbc821d1216 <vm_exec_core+13350>, 0x7fbc821d122c <vm_exec_core+13372>, 0x7fbc821d1242 <vm_exec_core+13394>, 0x7fbc821d1258 <vm_exec_core+13416>, 0x7fbc821d126e <vm_exec_core+13438>, 0x7fbc821d0021 <vm_exec_core+8753>...}
#28 0x00007fbc821d4819 in rb_vm_exec (ec=0x5622d1b2cc60) at /tmp/ruby/src/trunk-repeat50/vm.c:2567
        _ec = 0x5622d1b2cc60
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x7fbc821d4820 <rb_vm_exec+400>, 0x0, 0x7ffd422c9110, 0x1010}, prev = 0x7ffd422c9680, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#29 0x00007fbc821db43a in vm_call0_cc (ec=0x5622d1b2cc60, recv=<optimized out>, id=3137, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {0, 140447613640494}
        calling = {cd = 0x7ffd422c91e0, cc = 0x7fbc479a5938, block_handler = 0, recv = 140446630805280, argc = 0, kw_splat = false, heap_argv = 0}
#30 0x00007fbc821dd24d in rb_call0 (ec=0x5622d1b2cc60, recv=recv@entry=140446630805280, mid=mid@entry=3137, argc=argc@entry=0, argv=argv@entry=0x7fbc8193f560, call_scope=call_scope@entry=CALL_FCALL, self=140447126526400) at /tmp/ruby/src/trunk-repeat50/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 = 0}
        cc = 0x7fbc479a5938
#31 0x00007fbc821ddc16 in rb_call (scope=CALL_FCALL, argv=0x7fbc8193f560, argc=0, mid=3137, recv=140446630805280) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:880
        ec = <optimized out>
#32 rb_funcallv_kw (recv=recv@entry=140446630805280, mid=mid@entry=3137, argc=argc@entry=0, argv=argv@entry=0x7fbc8193f560, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1077
No locals.
#33 0x00007fbc81fe4316 in rb_obj_call_init_kw (obj=obj@entry=140446630805280, argc=argc@entry=0, argv=argv@entry=0x7fbc8193f560, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-repeat50/eval.c:1753
No locals.
#34 0x00007fbc8207efc7 in rb_class_new_instance_pass_kw (argc=0, argv=0x7fbc8193f560, klass=140447126526400) at /tmp/ruby/src/trunk-repeat50/object.c:2173
        obj = 140446630805280
#35 0x00007fbc821bacec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7fbc81a3e9f0, ec=0x5622d1b2cc60) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3780
        ci = 0x11a100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fbc47d47780
        cfunc = 0x5622d1b54798
        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>
#36 vm_call_cfunc_with_frame (ec=0x5622d1b2cc60, reg_cfp=0x7fbc81a3e9f0, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3826
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#37 0x00007fbc821cdfcd 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-repeat50/vm_callinfo.h:412
        val = 94707627749456
        ci = 0x5622d1b2c970
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x5622d6827050, cc = 0x7fbc65beca20, block_handler = 0, recv = 140447126526400, 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>
#38 vm_exec_core (ec=0x5622d1b2c970, ec@entry=0x5622d1b2cc60) at ../../src/trunk-repeat50/insns.def:918
        bh = <optimized out>
        cd = 0x5622d6827050
        leaf = <optimized out>
        val = 94707627749456
        reg_pc = 0x5622d6823908
        reg_cfp = 0x7fbc81a3e9f0
        insns_address_table = {0x7fbc821ce1de <vm_exec_core+1006>, 0x7fbc821ce16a <vm_exec_core+890>, 0x7fbc821ce0f5 <vm_exec_core+773>, 0x7fbc821ce076 <vm_exec_core+646>, 0x7fbc821ce743 <vm_exec_core+2387>, 0x7fbc821ce6c1 <vm_exec_core+2257>, 0x7fbc821ce64b <vm_exec_core+2139>, 0x7fbc821ce5e6 <vm_exec_core+2038>, 0x7fbc821ce581 <vm_exec_core+1937>, 0x7fbc821ce4b7 <vm_exec_core+1735>, 0x7fbc821ce38e <vm_exec_core+1438>, 0x7fbc821ce208 <vm_exec_core+1048>, 0x7fbc821cecbe <vm_exec_core+3790>, 0x7fbc821cec58 <vm_exec_core+3688>, 0x7fbc821cebe3 <vm_exec_core+3571>, 0x7fbc821ceb9e <vm_exec_core+3502>, 0x7fbc821ceb5e <vm_exec_core+3438>, 0x7fbc821ceb21 <vm_exec_core+3377>, 0x7fbc821ceae4 <vm_exec_core+3316>, 0x7fbc821ceaa7 <vm_exec_core+3255>, 0x7fbc821cea3c <vm_exec_core+3148>, 0x7fbc821ce9f0 <vm_exec_core+3072>, 0x7fbc821ce9a1 <vm_exec_core+2993>, 0x7fbc821ce941 <vm_exec_core+2897>, 0x7fbc821ce8f3 <vm_exec_core+2819>, 0x7fbc821ce86c <vm_exec_core+2684>, 0x7fbc821ce82a <vm_exec_core+2618>, 0x7fbc821ce7c5 <vm_exec_core+2517>, 0x7fbc821cfb41 <vm_exec_core+7505>, 0x7fbc821cfadf <vm_exec_core+7407>, 0x7fbc821cfbc0 <vm_exec_core+7632>, 0x7fbc821cfa9a <vm_exec_core+7338>, 0x7fbc821cf88d <vm_exec_core+6813>, 0x7fbc821cf7f7 <vm_exec_core+6663>, 0x7fbc821cf791 <vm_exec_core+6561>, 0x7fbc821cf731 <vm_exec_core+6465>, 0x7fbc821cf6cf <vm_exec_core+6367>, 0x7fbc821cf67a <vm_exec_core+6282>, 0x7fbc821cf61c <vm_exec_core+6188>, 0x7fbc821cf5ca <vm_exec_core+6106>, 0x7fbc821cf59b <vm_exec_core+6059>, 0x7fbc821cf558 <vm_exec_core+5992>, 0x7fbc821cf4ff <vm_exec_core+5903>, 0x7fbc821cf4c3 <vm_exec_core+5843>, 0x7fbc821cf40d <vm_exec_core+5661>, 0x7fbc821cf3c2 <vm_exec_core+5586>, 0x7fbc821cf376 <vm_exec_core+5510>, 0x7fbc821cf33c <vm_exec_core+5452>, 0x7fbc821cf2c5 <vm_exec_core+5333>, 0x7fbc821cf25b <vm_exec_core+5227>, 0x7fbc821cf204 <vm_exec_core+5140>, 0x7fbc821cf18d <vm_exec_core+5021>, 0x7fbc821cf101 <vm_exec_core+4881>, 0x7fbc821cefe0 <vm_exec_core+4592>, 0x7fbc821cef9c <vm_exec_core+4524>, 0x7fbc821cef4d <vm_exec_core+4445>, 0x7fbc821ceedb <vm_exec_core+4331>, 0x7fbc821cee0c <vm_exec_core+4124>, 0x7fbc821cde60 <vm_exec_core+112>, 0x7fbc821ced62 <vm_exec_core+3954>, 0x7fbc821ced0b <vm_exec_core+3867>, 0x7fbc821d1bf9 <vm_exec_core+15881>, 0x7fbc821d0616 <vm_exec_core+10278>, 0x7fbc821d0583 <vm_exec_core+10131>, 0x7fbc821d046e <vm_exec_core+9854>, 0x7fbc821d02f4 <vm_exec_core+9476>, 0x7fbc821d021c <vm_exec_core+9260>, 0x7fbc821d0189 <vm_exec_core+9113>, 0x7fbc821d08bf <vm_exec_core+10959>, 0x7fbc821d0781 <vm_exec_core+10641>, 0x7fbc821d0719 <vm_exec_core+10537>, 0x7fbc821d06b1 <vm_exec_core+10433>, 0x7fbc821d066d <vm_exec_core+10365>, 0x7fbc821d07ca <vm_exec_core+10714>, 0x7fbc821d00eb <vm_exec_core+8955>, 0x7fbc821d1b1e <vm_exec_core+15662>, 0x7fbc821d1b8d <vm_exec_core+15773>, 0x7fbc821d12dc <vm_exec_core+13548>, 0x7fbc821d137d <vm_exec_core+13709>, 0x7fbc821d1400 <vm_exec_core+13840>, 0x7fbc821d167e <vm_exec_core+14478>, 0x7fbc821d1507 <vm_exec_core+14103>, 0x7fbc821d16dc <vm_exec_core+14572>, 0x7fbc821d14a1 <vm_exec_core+14001>, 0x7fbc821d1742 <vm_exec_core+14674>, 0x7fbc821d158d <vm_exec_core+14237>, 0x7fbc821d15f3 <vm_exec_core+14339>, 0x7fbc821d17a8 <vm_exec_core+14776>, 0x7fbc821d1a09 <vm_exec_core+15385>, 0x7fbc821d1904 <vm_exec_core+15124>, 0x7fbc821d1977 <vm_exec_core+15239>, 0x7fbc821d0032 <vm_exec_core+8770>, 0x7fbc821cff8c <vm_exec_core+8604>, 0x7fbc821d1c4b <vm_exec_core+15963>, 0x7fbc821d1c9b <vm_exec_core+16043>, 0x7fbc821d1a64 <vm_exec_core+15476>, 0x7fbc821d1ac0 <vm_exec_core+15568>, 0x7fbc821d17fc <vm_exec_core+14860>, 0x7fbc821d1871 <vm_exec_core+14977>, 0x7fbc821cff13 <vm_exec_core+8483>, 0x7fbc821cfe8b <vm_exec_core+8347>, 0x7fbc821cfdcb <vm_exec_core+8155>, 0x7fbc821cfd7c <vm_exec_core+8076>, 0x7fbc821cfd29 <vm_exec_core+7993>, 0x7fbc821cfcd8 <vm_exec_core+7912>, 0x7fbc821cfc7f <vm_exec_core+7823>, 0x7fbc821cfc42 <vm_exec_core+7762>, 0x7fbc821cfc05 <vm_exec_core+7701>, 0x7fbc821ce1cd <vm_exec_core+989>, 0x7fbc821ce159 <vm_exec_core+873>, 0x7fbc821ce0e4 <vm_exec_core+756>, 0x7fbc821ce065 <vm_exec_core+629>, 0x7fbc821ce732 <vm_exec_core+2370>, 0x7fbc821ce6b0 <vm_exec_core+2240>, 0x7fbc821ce63a <vm_exec_core+2122>, 0x7fbc821ce5d5 <vm_exec_core+2021>, 0x7fbc821ce570 <vm_exec_core+1920>, 0x7fbc821ce4a6 <vm_exec_core+1718>, 0x7fbc821ce37d <vm_exec_core+1421>, 0x7fbc821ce1f7 <vm_exec_core+1031>, 0x7fbc821cecad <vm_exec_core+3773>, 0x7fbc821cec47 <vm_exec_core+3671>, 0x7fbc821cebd2 <vm_exec_core+3554>, 0x7fbc821ceb8d <vm_exec_core+3485>, 0x7fbc821ceb4d <vm_exec_core+3421>, 0x7fbc821ceb10 <vm_exec_core+3360>, 0x7fbc821cead3 <vm_exec_core+3299>, 0x7fbc821cea96 <vm_exec_core+3238>, 0x7fbc821cea2b <vm_exec_core+3131>, 0x7fbc821ce9df <vm_exec_core+3055>, 0x7fbc821ce990 <vm_exec_core+2976>, 0x7fbc821ce930 <vm_exec_core+2880>, 0x7fbc821ce8e2 <vm_exec_core+2802>, 0x7fbc821ce85b <vm_exec_core+2667>, 0x7fbc821ce819 <vm_exec_core+2601>, 0x7fbc821ce7b4 <vm_exec_core+2500>, 0x7fbc821cfb30 <vm_exec_core+7488>, 0x7fbc821cface <vm_exec_core+7390>, 0x7fbc821cfbaf <vm_exec_core+7615>, 0x7fbc821cfa89 <vm_exec_core+7321>, 0x7fbc821cf87c <vm_exec_core+6796>, 0x7fbc821cf7e6 <vm_exec_core+6646>, 0x7fbc821cf780 <vm_exec_core+6544>, 0x7fbc821cf720 <vm_exec_core+6448>, 0x7fbc821cf6be <vm_exec_core+6350>, 0x7fbc821cf669 <vm_exec_core+6265>, 0x7fbc821cf60b <vm_exec_core+6171>, 0x7fbc821cf5b9 <vm_exec_core+6089>, 0x7fbc821cf58a <vm_exec_core+6042>, 0x7fbc821cf547 <vm_exec_core+5975>, 0x7fbc821cf4ee <vm_exec_core+5886>, 0x7fbc821cf4b2 <vm_exec_core+5826>, 0x7fbc821cf3fc <vm_exec_core+5644>, 0x7fbc821cf3b1 <vm_exec_core+5569>, 0x7fbc821cf365 <vm_exec_core+5493>, 0x7fbc821cf32b <vm_exec_core+5435>, 0x7fbc821cf2b4 <vm_exec_core+5316>, 0x7fbc821cf24a <vm_exec_core+5210>, 0x7fbc821cf1f3 <vm_exec_core+5123>, 0x7fbc821cf17c <vm_exec_core+5004>, 0x7fbc821cf0f0 <vm_exec_core+4864>, 0x7fbc821cefcf <vm_exec_core+4575>, 0x7fbc821cef8b <vm_exec_core+4507>, 0x7fbc821cef3c <vm_exec_core+4428>, 0x7fbc821ceeca <vm_exec_core+4314>, 0x7fbc821cedfb <vm_exec_core+4107>, 0x7fbc821d10f1 <vm_exec_core+13057>, 0x7fbc821ced51 <vm_exec_core+3937>, 0x7fbc821cecfa <vm_exec_core+3850>, 0x7fbc821d1107 <vm_exec_core+13079>, 0x7fbc821d0605 <vm_exec_core+10261>, 0x7fbc821d0572 <vm_exec_core+10114>, 0x7fbc821d045d <vm_exec_core+9837>, 0x7fbc821d02e3 <vm_exec_core+9459>, 0x7fbc821d020b <vm_exec_core+9243>, 0x7fbc821d0178 <vm_exec_core+9096>, 0x7fbc821d08ae <vm_exec_core+10942>, 0x7fbc821d0770 <vm_exec_core+10624>, 0x7fbc821d0708 <vm_exec_core+10520>, 0x7fbc821d06a0 <vm_exec_core+10416>, 0x7fbc821d065c <vm_exec_core+10348>, 0x7fbc821d07b9 <vm_exec_core+10697>, 0x7fbc821d00da <vm_exec_core+8938>, 0x7fbc821d111d <vm_exec_core+13101>, 0x7fbc821d1133 <vm_exec_core+13123>, 0x7fbc821d1149 <vm_exec_core+13145>, 0x7fbc821d115f <vm_exec_core+13167>, 0x7fbc821d1175 <vm_exec_core+13189>, 0x7fbc821d118b <vm_exec_core+13211>, 0x7fbc821d11a1 <vm_exec_core+13233>, 0x7fbc821d11be <vm_exec_core+13262>, 0x7fbc821d11d4 <vm_exec_core+13284>, 0x7fbc821d11ea <vm_exec_core+13306>, 0x7fbc821d1200 <vm_exec_core+13328>, 0x7fbc821d1216 <vm_exec_core+13350>, 0x7fbc821d122c <vm_exec_core+13372>, 0x7fbc821d1242 <vm_exec_core+13394>, 0x7fbc821d1258 <vm_exec_core+13416>, 0x7fbc821d126e <vm_exec_core+13438>, 0x7fbc821d0021 <vm_exec_core+8753>...}
#39 0x00007fbc821d4ab9 in vm_exec_loop (result=<optimized out>, tag=0x7ffd422c9680, state=<optimized out>, ec=0x5622d1b2cc60) at /tmp/ruby/src/trunk-repeat50/vm.c:2594
        vm_loop_start = <optimized out>
#40 rb_vm_exec (ec=0x5622d1b2cc60) at /tmp/ruby/src/trunk-repeat50/vm.c:2573
        _ec = 0x5622d1b2cc60
        _tag = {tag = 36, retval = 4, buf = {0x5622d1b2cc60, 0x7fbc821d4820 <rb_vm_exec+400>, 0x0, 0x7ffd422c9660, 0xa}, prev = 0x7ffd422c9870, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#41 0x00007fbc821d50a7 in rb_iseq_eval (iseq=iseq@entry=0x7fbc673b42c0) at /tmp/ruby/src/trunk-repeat50/vm.c:2822
        ec = <optimized out>
        val = <optimized out>
#42 0x00007fbc8204aca5 in load_iseq_eval (fname=140447162517240, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/load.c:781
        iseq = 0x7fbc673b42c0
        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>
#43 require_internal (ec=ec@entry=0x5622d1b2cc60, fname=<optimized out>, fname@entry=140447162517280, exception=exception@entry=1, warn=<optimized out>) at /tmp/ruby/src/trunk-repeat50/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 = 0x5622d1b2cc60
        _tag = {tag = 36, retval = 140447610509208, buf = {0x5622d1b2cc60, 0x7fbc8204a408 <require_internal+1160>, 0x0, 0x7ffd422c9710, 0x5}, prev = 0x7ffd422c9f50, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = <optimized out>
        saved = {wrapper = 0, self = 140447180246560, errinfo = 4, ec = 0x5622d1b2cc60}
        state = RUBY_TAG_NONE
        ftptr = 0x5622d1ce8860 "/tmp/ruby/src/trunk-repeat50/tool/test/runner.rb"
        path = 140447162517240
        saved_path = 140447162517240
        realpath = 140447162605600
        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>
#44 0x00007fbc8204b042 in rb_require_string_internal (resurrect=false, fname=140447162517280) at /tmp/ruby/src/trunk-repeat50/load.c:1386
        ec = 0x5622d1b2cc60
        result = <optimized out>
        ec = <optimized out>
        result = <optimized out>
#45 rb_f_require_relative (obj=<optimized out>, fname=<optimized out>) at /tmp/ruby/src/trunk-repeat50/load.c:1041
        base = <optimized out>
#46 0x00007fbc821bb044 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-repeat50/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>
#47 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3826
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#48 vm_call_cfunc_other (ec=0x5622d1b2cc60, reg_cfp=0x7fbc81a3efa0, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3852
        ci = <optimized out>
        argv_ary = <optimized out>
#49 0x00007fbc821cdfcd 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-repeat50/vm_callinfo.h:412
        val = 94707548813552
        ci = 0x5622d1b2c970
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x5622d1cdf8f0, cc = 0x7fbc673b4748, block_handler = 0, recv = 140447180246560, 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>
#50 vm_exec_core (ec=0x5622d1b2c970, ec@entry=0x5622d1b2cc60) at ../../src/trunk-repeat50/insns.def:918
        bh = <optimized out>
        cd = 0x5622d1cdf8f0
        leaf = <optimized out>
        val = 94707548813552
        reg_pc = 0x5622d1cb7c78
        reg_cfp = 0x7fbc81a3efa0
        insns_address_table = {0x7fbc821ce1de <vm_exec_core+1006>, 0x7fbc821ce16a <vm_exec_core+890>, 0x7fbc821ce0f5 <vm_exec_core+773>, 0x7fbc821ce076 <vm_exec_core+646>, 0x7fbc821ce743 <vm_exec_core+2387>, 0x7fbc821ce6c1 <vm_exec_core+2257>, 0x7fbc821ce64b <vm_exec_core+2139>, 0x7fbc821ce5e6 <vm_exec_core+2038>, 0x7fbc821ce581 <vm_exec_core+1937>, 0x7fbc821ce4b7 <vm_exec_core+1735>, 0x7fbc821ce38e <vm_exec_core+1438>, 0x7fbc821ce208 <vm_exec_core+1048>, 0x7fbc821cecbe <vm_exec_core+3790>, 0x7fbc821cec58 <vm_exec_core+3688>, 0x7fbc821cebe3 <vm_exec_core+3571>, 0x7fbc821ceb9e <vm_exec_core+3502>, 0x7fbc821ceb5e <vm_exec_core+3438>, 0x7fbc821ceb21 <vm_exec_core+3377>, 0x7fbc821ceae4 <vm_exec_core+3316>, 0x7fbc821ceaa7 <vm_exec_core+3255>, 0x7fbc821cea3c <vm_exec_core+3148>, 0x7fbc821ce9f0 <vm_exec_core+3072>, 0x7fbc821ce9a1 <vm_exec_core+2993>, 0x7fbc821ce941 <vm_exec_core+2897>, 0x7fbc821ce8f3 <vm_exec_core+2819>, 0x7fbc821ce86c <vm_exec_core+2684>, 0x7fbc821ce82a <vm_exec_core+2618>, 0x7fbc821ce7c5 <vm_exec_core+2517>, 0x7fbc821cfb41 <vm_exec_core+7505>, 0x7fbc821cfadf <vm_exec_core+7407>, 0x7fbc821cfbc0 <vm_exec_core+7632>, 0x7fbc821cfa9a <vm_exec_core+7338>, 0x7fbc821cf88d <vm_exec_core+6813>, 0x7fbc821cf7f7 <vm_exec_core+6663>, 0x7fbc821cf791 <vm_exec_core+6561>, 0x7fbc821cf731 <vm_exec_core+6465>, 0x7fbc821cf6cf <vm_exec_core+6367>, 0x7fbc821cf67a <vm_exec_core+6282>, 0x7fbc821cf61c <vm_exec_core+6188>, 0x7fbc821cf5ca <vm_exec_core+6106>, 0x7fbc821cf59b <vm_exec_core+6059>, 0x7fbc821cf558 <vm_exec_core+5992>, 0x7fbc821cf4ff <vm_exec_core+5903>, 0x7fbc821cf4c3 <vm_exec_core+5843>, 0x7fbc821cf40d <vm_exec_core+5661>, 0x7fbc821cf3c2 <vm_exec_core+5586>, 0x7fbc821cf376 <vm_exec_core+5510>, 0x7fbc821cf33c <vm_exec_core+5452>, 0x7fbc821cf2c5 <vm_exec_core+5333>, 0x7fbc821cf25b <vm_exec_core+5227>, 0x7fbc821cf204 <vm_exec_core+5140>, 0x7fbc821cf18d <vm_exec_core+5021>, 0x7fbc821cf101 <vm_exec_core+4881>, 0x7fbc821cefe0 <vm_exec_core+4592>, 0x7fbc821cef9c <vm_exec_core+4524>, 0x7fbc821cef4d <vm_exec_core+4445>, 0x7fbc821ceedb <vm_exec_core+4331>, 0x7fbc821cee0c <vm_exec_core+4124>, 0x7fbc821cde60 <vm_exec_core+112>, 0x7fbc821ced62 <vm_exec_core+3954>, 0x7fbc821ced0b <vm_exec_core+3867>, 0x7fbc821d1bf9 <vm_exec_core+15881>, 0x7fbc821d0616 <vm_exec_core+10278>, 0x7fbc821d0583 <vm_exec_core+10131>, 0x7fbc821d046e <vm_exec_core+9854>, 0x7fbc821d02f4 <vm_exec_core+9476>, 0x7fbc821d021c <vm_exec_core+9260>, 0x7fbc821d0189 <vm_exec_core+9113>, 0x7fbc821d08bf <vm_exec_core+10959>, 0x7fbc821d0781 <vm_exec_core+10641>, 0x7fbc821d0719 <vm_exec_core+10537>, 0x7fbc821d06b1 <vm_exec_core+10433>, 0x7fbc821d066d <vm_exec_core+10365>, 0x7fbc821d07ca <vm_exec_core+10714>, 0x7fbc821d00eb <vm_exec_core+8955>, 0x7fbc821d1b1e <vm_exec_core+15662>, 0x7fbc821d1b8d <vm_exec_core+15773>, 0x7fbc821d12dc <vm_exec_core+13548>, 0x7fbc821d137d <vm_exec_core+13709>, 0x7fbc821d1400 <vm_exec_core+13840>, 0x7fbc821d167e <vm_exec_core+14478>, 0x7fbc821d1507 <vm_exec_core+14103>, 0x7fbc821d16dc <vm_exec_core+14572>, 0x7fbc821d14a1 <vm_exec_core+14001>, 0x7fbc821d1742 <vm_exec_core+14674>, 0x7fbc821d158d <vm_exec_core+14237>, 0x7fbc821d15f3 <vm_exec_core+14339>, 0x7fbc821d17a8 <vm_exec_core+14776>, 0x7fbc821d1a09 <vm_exec_core+15385>, 0x7fbc821d1904 <vm_exec_core+15124>, 0x7fbc821d1977 <vm_exec_core+15239>, 0x7fbc821d0032 <vm_exec_core+8770>, 0x7fbc821cff8c <vm_exec_core+8604>, 0x7fbc821d1c4b <vm_exec_core+15963>, 0x7fbc821d1c9b <vm_exec_core+16043>, 0x7fbc821d1a64 <vm_exec_core+15476>, 0x7fbc821d1ac0 <vm_exec_core+15568>, 0x7fbc821d17fc <vm_exec_core+14860>, 0x7fbc821d1871 <vm_exec_core+14977>, 0x7fbc821cff13 <vm_exec_core+8483>, 0x7fbc821cfe8b <vm_exec_core+8347>, 0x7fbc821cfdcb <vm_exec_core+8155>, 0x7fbc821cfd7c <vm_exec_core+8076>, 0x7fbc821cfd29 <vm_exec_core+7993>, 0x7fbc821cfcd8 <vm_exec_core+7912>, 0x7fbc821cfc7f <vm_exec_core+7823>, 0x7fbc821cfc42 <vm_exec_core+7762>, 0x7fbc821cfc05 <vm_exec_core+7701>, 0x7fbc821ce1cd <vm_exec_core+989>, 0x7fbc821ce159 <vm_exec_core+873>, 0x7fbc821ce0e4 <vm_exec_core+756>, 0x7fbc821ce065 <vm_exec_core+629>, 0x7fbc821ce732 <vm_exec_core+2370>, 0x7fbc821ce6b0 <vm_exec_core+2240>, 0x7fbc821ce63a <vm_exec_core+2122>, 0x7fbc821ce5d5 <vm_exec_core+2021>, 0x7fbc821ce570 <vm_exec_core+1920>, 0x7fbc821ce4a6 <vm_exec_core+1718>, 0x7fbc821ce37d <vm_exec_core+1421>, 0x7fbc821ce1f7 <vm_exec_core+1031>, 0x7fbc821cecad <vm_exec_core+3773>, 0x7fbc821cec47 <vm_exec_core+3671>, 0x7fbc821cebd2 <vm_exec_core+3554>, 0x7fbc821ceb8d <vm_exec_core+3485>, 0x7fbc821ceb4d <vm_exec_core+3421>, 0x7fbc821ceb10 <vm_exec_core+3360>, 0x7fbc821cead3 <vm_exec_core+3299>, 0x7fbc821cea96 <vm_exec_core+3238>, 0x7fbc821cea2b <vm_exec_core+3131>, 0x7fbc821ce9df <vm_exec_core+3055>, 0x7fbc821ce990 <vm_exec_core+2976>, 0x7fbc821ce930 <vm_exec_core+2880>, 0x7fbc821ce8e2 <vm_exec_core+2802>, 0x7fbc821ce85b <vm_exec_core+2667>, 0x7fbc821ce819 <vm_exec_core+2601>, 0x7fbc821ce7b4 <vm_exec_core+2500>, 0x7fbc821cfb30 <vm_exec_core+7488>, 0x7fbc821cface <vm_exec_core+7390>, 0x7fbc821cfbaf <vm_exec_core+7615>, 0x7fbc821cfa89 <vm_exec_core+7321>, 0x7fbc821cf87c <vm_exec_core+6796>, 0x7fbc821cf7e6 <vm_exec_core+6646>, 0x7fbc821cf780 <vm_exec_core+6544>, 0x7fbc821cf720 <vm_exec_core+6448>, 0x7fbc821cf6be <vm_exec_core+6350>, 0x7fbc821cf669 <vm_exec_core+6265>, 0x7fbc821cf60b <vm_exec_core+6171>, 0x7fbc821cf5b9 <vm_exec_core+6089>, 0x7fbc821cf58a <vm_exec_core+6042>, 0x7fbc821cf547 <vm_exec_core+5975>, 0x7fbc821cf4ee <vm_exec_core+5886>, 0x7fbc821cf4b2 <vm_exec_core+5826>, 0x7fbc821cf3fc <vm_exec_core+5644>, 0x7fbc821cf3b1 <vm_exec_core+5569>, 0x7fbc821cf365 <vm_exec_core+5493>, 0x7fbc821cf32b <vm_exec_core+5435>, 0x7fbc821cf2b4 <vm_exec_core+5316>, 0x7fbc821cf24a <vm_exec_core+5210>, 0x7fbc821cf1f3 <vm_exec_core+5123>, 0x7fbc821cf17c <vm_exec_core+5004>, 0x7fbc821cf0f0 <vm_exec_core+4864>, 0x7fbc821cefcf <vm_exec_core+4575>, 0x7fbc821cef8b <vm_exec_core+4507>, 0x7fbc821cef3c <vm_exec_core+4428>, 0x7fbc821ceeca <vm_exec_core+4314>, 0x7fbc821cedfb <vm_exec_core+4107>, 0x7fbc821d10f1 <vm_exec_core+13057>, 0x7fbc821ced51 <vm_exec_core+3937>, 0x7fbc821cecfa <vm_exec_core+3850>, 0x7fbc821d1107 <vm_exec_core+13079>, 0x7fbc821d0605 <vm_exec_core+10261>, 0x7fbc821d0572 <vm_exec_core+10114>, 0x7fbc821d045d <vm_exec_core+9837>, 0x7fbc821d02e3 <vm_exec_core+9459>, 0x7fbc821d020b <vm_exec_core+9243>, 0x7fbc821d0178 <vm_exec_core+9096>, 0x7fbc821d08ae <vm_exec_core+10942>, 0x7fbc821d0770 <vm_exec_core+10624>, 0x7fbc821d0708 <vm_exec_core+10520>, 0x7fbc821d06a0 <vm_exec_core+10416>, 0x7fbc821d065c <vm_exec_core+10348>, 0x7fbc821d07b9 <vm_exec_core+10697>, 0x7fbc821d00da <vm_exec_core+8938>, 0x7fbc821d111d <vm_exec_core+13101>, 0x7fbc821d1133 <vm_exec_core+13123>, 0x7fbc821d1149 <vm_exec_core+13145>, 0x7fbc821d115f <vm_exec_core+13167>, 0x7fbc821d1175 <vm_exec_core+13189>, 0x7fbc821d118b <vm_exec_core+13211>, 0x7fbc821d11a1 <vm_exec_core+13233>, 0x7fbc821d11be <vm_exec_core+13262>, 0x7fbc821d11d4 <vm_exec_core+13284>, 0x7fbc821d11ea <vm_exec_core+13306>, 0x7fbc821d1200 <vm_exec_core+13328>, 0x7fbc821d1216 <vm_exec_core+13350>, 0x7fbc821d122c <vm_exec_core+13372>, 0x7fbc821d1242 <vm_exec_core+13394>, 0x7fbc821d1258 <vm_exec_core+13416>, 0x7fbc821d126e <vm_exec_core+13438>, 0x7fbc821d0021 <vm_exec_core+8753>...}
#51 0x00007fbc821d4819 in rb_vm_exec (ec=0x5622d1b2cc60) at /tmp/ruby/src/trunk-repeat50/vm.c:2567
        _ec = 0x5622d1b2cc60
        _tag = {tag = 36, retval = 4, buf = {0x5622d1b2cc60, 0x7fbc821d4820 <rb_vm_exec+400>, 0x0, 0x7ffd422c9f30, 0x7fbc8254a000 <_rtld_global>}, prev = 0x7ffd422ca000, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#52 0x00007fbc821d522b in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:2833
        ec = <optimized out>
        val = <optimized out>
#53 0x00007fbc81fe0545 in rb_ec_exec_node (ec=ec@entry=0x5622d1b2cc60, n=n@entry=0x7fbc673b4810) at /tmp/ruby/src/trunk-repeat50/eval.c:281
        _ec = 0x5622d1b2cc60
        _tag = {tag = 36, retval = 94707547032672, buf = {0x5622d1b2cc60, 0x7fbc81fe05a0 <rb_ec_exec_node+256>, 0x0, 0x7ffd422c9fe0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fbc673b4810
#54 0x00007fbc81fe4233 in ruby_run_node (n=0x7fbc673b4810) at /tmp/ruby/src/trunk-repeat50/eval.c:319
        ec = 0x5622d1b2cc60
        status = 32765
#55 0x00005622d09db186 in rb_main (argv=0x7ffd422ca218, argc=9) at /tmp/ruby/src/trunk-repeat50/main.c:43
        variable_in_this_stack_frame = 0
#56 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat50/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x5622d1b27060, native_id: 0x7fbc81aa0c00
-- Control frame information -----------------------------------------------
c:0032 p:---- s:0192 e:000191 CFUNC  :require
c:0031 p:0023 s:0187 e:000186 METHOD <internal:/tmp/ruby/src/trunk-repeat50/lib/rubygems/core_ext/kernel_require.rb>:136
c:0030 p:0009 s:0181 e:000180 METHOD /tmp/ruby/src/trunk-repeat50/test/rubygems/mock_gem_ui.rb:44 [FINISH]
c:0029 p:---- s:0173 e:000172 CFUNC  :new
c:0028 p:0165 s:0169 e:000168 METHOD /tmp/ruby/src/trunk-repeat50/test/rubygems/helper.rb:309
c:0027 p:0011 s:0162 e:000161 METHOD /tmp/ruby/src/trunk-repeat50/test/rubygems/test_gem_commands_install_command.rb:12
c:0026 p:0041 s:0158 e:000157 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/testcase.rb:168
c:0025 p:0083 s:0149 e:000148 BLOCK  /tmp/ruby/src/trunk-repeat50/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-repeat50/tool/lib/test/unit.rb:1656
c:0022 p:0035 s:0122 e:000121 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1360
c:0021 p:0010 s:0115 e:000113 BLOCK  /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:821
c:0020 p:0027 s:0109 E:002340 METHOD <internal:array>:54
c:0019 p:0047 s:0103 E:001c28 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:819
c:0018 p:0008 s:0096 E:001668 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:856
c:0017 p:0127 s:0089 E:001ea8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1602
c:0016 p:0016 s:0076 E:000af8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1297
c:0015 p:0005 s:0071 E:000a40 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1767
c:0014 p:0006 s:0067 E:0011a8 BLOCK  /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1754
c:0013 p:0027 s:0063 E:0008e0 METHOD <internal:array>:54
c:0012 p:0042 s:0057 E:000608 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1753
c:0011 p:0013 s:0052 E:0003f8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1797
c:0010 p:0008 s:0047 E:000ea0 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1044
c:0009 p:0008 s:0041 E:002700 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:889
c:0008 p:0017 s:0035 E:002408 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 E:000b08 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1281
c:0006 p:0032 s:0025 E:000cd0 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1880
c:0005 p:0009 s:0021 E:001778 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1884
c:0004 p:0065 s:0016 E:0016a8 TOP    /tmp/ruby/src/trunk-repeat50/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 E:001ca0 EVAL   /tmp/ruby/src/trunk-repeat50/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:0022c0 DUMMY  [FINISH]

th: 0x5622da5b0850, native_id: 0x7fbc6564f6c0
-- 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-repeat50/lib/timeout.rb:103 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

th: 0x7fbc000017a0, native_id: 0x7fbc66a0e6c0
-- 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-repeat50/lib/rubygems/vendor/timeout/lib/timeout.rb:102 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

th: 0x7fbbe0013fa0, native_id: 0x7fbc651af6c0
-- 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-repeat50/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-repeat50/test/open-uri/utils.rb:165 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

th: 0x7fbc0c107bf0, native_id: 0x7fbc6402e6c0
-- 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-repeat50/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-repeat50/test/open-uri/utils.rb:165 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 56249) detached]
$ timeout 60 gdb -p 55931 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fe614c127a7 in __GI___wait4 (pid=-1, stat_loc=0x7fff33d8e6ac, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30

>>> Threads

  Id   Target Id                                Frame 
* 1    Thread 0x7fe614aff740 (LWP 55931) "make" 0x00007fe614c127a7 in __GI___wait4 (pid=-1, stat_loc=0x7fff33d8e6ac, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30

>>> Machine level backtrace


Thread 1 (Thread 0x7fe614aff740 (LWP 55931) "make"):
#0  0x00007fe614c127a7 in __GI___wait4 (pid=-1, stat_loc=0x7fff33d8e6ac, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
        sc_ret = -512
        sc_ret = <optimized out>
#1  0x00005648688b7d16 in reap_children ()
No symbol table info available.
#2  0x00005648688b8a8c in new_job ()
No symbol table info available.
#3  0x00005648688c772a in ?? ()
No symbol table info available.
#4  0x00005648688c809e in update_goal_chain ()
No symbol table info available.
#5  0x00005648688a267a in main ()
No symbol table info available.

>>> Dump Ruby level backtrace (if possible)

[Inferior 1 (process 55931) detached]
$ timeout 60 gdb -p 55930 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Killed
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 183177 -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