# Logfile created on 2024-07-08 09:04:31 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007ff3f178fdd8 @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-random0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random0", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=\"--test-order=random\"", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-random0.20240708-090431", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007ff3f17b0bf0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007ff3f17b09c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007ff3f16ca290 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random0.20240708-090431", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random0.20240708-090431>, @binmode=false, @mon_data=#<Monitor:0x00007ff3f17b0128>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-random0
Cloning into 'trunk-random0'...
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-random0" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-random0/configure --prefix=/tmp/ruby/install/trunk-random0 --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-random0
   * 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-random0/configure --prefix=/tmp/ruby/install/trunk-random0 --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...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-random0/.bundle/.timestamp
Downloading bundled gem csv-3.3.0...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-random0/gems/src
Cloning https://github.com/ruby/power_assert
Cloning into '/tmp/ruby/src/trunk-random0/gems/src/power_assert'...
Cloning https://github.com/ruby/rbs
Cloning into '/tmp/ruby/src/trunk-random0/gems/src/rbs'...
Cloning https://github.com/ruby/typeprof
Cloning into '/tmp/ruby/src/trunk-random0/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-random0/tool/ifchange /tmp/ruby/src/trunk-random0/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-random0/.bundle/.timestamp/power_assert.revision updated
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-random0/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
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
From https://github.com/ruby/typeprof
 * branch            b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD
HEAD is now at b19a641 Add support for future `putchilledstring` instruction
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-random0/tool/ifchange /tmp/ruby/src/trunk-random0/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random0/.bundle/.timestamp/typeprof.revision updated
From https://github.com/ruby/rbs
 * branch              97e12999b14dc36e374ed30a03fca58af62dfd90 -> FETCH_HEAD
Building typeprof@b19a6416da3a05d57fadd6ffdadb382b6d236ca5 to /tmp/ruby/src/trunk-random0/gems/typeprof-0.21.11.gem
HEAD is now at 97e12999 Use `File.open` instead of `IO.sysopen`
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-random0/tool/ifchange /tmp/ruby/src/trunk-random0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-random0/.bundle/.timestamp/rbs.revision updated
Building rbs@97e12999b14dc36e374ed30a03fca58af62dfd90 to /tmp/ruby/src/trunk-random0/gems/rbs-3.5.1.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.21.11
  File: typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.5.1
  File: rbs-3.5.1.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = bfb8cad771
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
id.h updated
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
known_errors.inc updated
generating vm_call_iseq_optimized.inc
vm_call_iseq_optimized.inc updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-random0/enc/jis
+ cp /tmp/ruby/src/trunk-random0/enc/jis/props.h.blt /tmp/ruby/src/trunk-random0/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-random0/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-random0/probes.d > probes.dmyh
/tmp/ruby/src/trunk-random0/revision.h updated
generating /tmp/ruby/src/trunk-random0/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating id.c
making /tmp/ruby/src/trunk-random0/ast.rbinc
id.c updated
making /tmp/ruby/src/trunk-random0/dir.rbinc
making /tmp/ruby/src/trunk-random0/gc.rbinc
making /tmp/ruby/src/trunk-random0/numeric.rbinc
making /tmp/ruby/src/trunk-random0/io.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-random0/marshal.rbinc
making /tmp/ruby/src/trunk-random0/rjit.rbinc
making /tmp/ruby/src/trunk-random0/rjit_c.rbinc
making /tmp/ruby/src/trunk-random0/pack.rbinc
making /tmp/ruby/src/trunk-random0/trace_point.rbinc
making /tmp/ruby/src/trunk-random0/warning.rbinc
making /tmp/ruby/src/trunk-random0/array.rbinc
making /tmp/ruby/src/trunk-random0/kernel.rbinc
making /tmp/ruby/src/trunk-random0/ractor.rbinc
making /tmp/ruby/src/trunk-random0/symbol.rbinc
making /tmp/ruby/src/trunk-random0/timev.rbinc
making /tmp/ruby/src/trunk-random0/thread_sync.rbinc
making /tmp/ruby/src/trunk-random0/nilclass.rbinc
making /tmp/ruby/src/trunk-random0/prelude.rbinc
making /tmp/ruby/src/trunk-random0/gem_prelude.rbinc
making /tmp/ruby/src/trunk-random0/yjit.rbinc
generating /tmp/ruby/src/trunk-random0/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random0/ext/ripper'
generating /tmp/ruby/src/trunk-random0/ext/rbconfig/sizeof/sizes.c
extracting ripper.y from ../../parse.y
make[1]: Entering directory '/tmp/ruby/src/trunk-random0/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-random0/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random0/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-random0/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-random0/ext/socket'
generating constant definitions
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-random0/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-random0/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-random0/ext/socket'
generating miniprelude.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-random0/ext/etc'
generating golf_prelude.c
golf_prelude.c updated
generating eventids1.c from ../../parse.y
miniprelude.c updated
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
generating x86_64-linux-fake.rb
compiling compiler ripper.y
/bin/sh /tmp/ruby/src/trunk-random0/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating ripper_init.c from ./ripper_init.c.tmpl
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
generating table from enc/trans/big5.c
generating table from enc/trans/cesu_8.c
generating enc/trans/cesu_8.c ...
generating table from enc/trans/chinese.c
generating enc/trans/chinese.c ...
generating table from enc/trans/ebcdic.c
generating enc/trans/ebcdic.c ...
generating table from enc/trans/emoji.c
generating enc/trans/emoji.c ...
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji_iso2022_kddi.c ...
generating table from enc/trans/emoji_sjis_docomo.c
generating enc/trans/emoji_sjis_docomo.c ...
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_sjis_kddi.c ...
generating table from enc/trans/emoji_sjis_softbank.c
generating enc/trans/emoji_sjis_softbank.c ...
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating enc/trans/big5.c ...
generating table from enc/trans/gbk.c
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
generating enc/trans/gbk.c ...
generating table from enc/trans/japanese_sjis.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-random0/ext/ripper'
generating table from enc/trans/korean.c
generating enc/trans/japanese_sjis.c ...
generating /tmp/ruby/src/trunk-random0/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random0/ext/ripper'
generating /tmp/ruby/src/trunk-random0/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-random0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random0/ext/ripper'
generating /tmp/ruby/src/trunk-random0/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random0/ext/ripper'
generating /tmp/ruby/src/trunk-random0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random0/ext/ripper'
generating table from enc/trans/single_byte.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/single_byte.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating enc/trans/korean.c ...
generating enc/trans/utf8_mac.c ...
generating enc/trans/japanese_euc.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
/usr/bin/mkdir -p /tmp/ruby/src/trunk-random0/.bundle/gems
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-random0/tool/ifchange /tmp/ruby/src/trunk-random0/.bundle/.timestamp/rbs.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-random0/tool/ifchange /tmp/ruby/src/trunk-random0/.bundle/.timestamp/typeprof.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-random0/tool/ifchange /tmp/ruby/src/trunk-random0/.bundle/.timestamp/power_assert.revision -
Extracting bundle gem minitest-5.24.1...
/tmp/ruby/src/trunk-random0/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-random0/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk-random0/.bundle/.timestamp/rbs.revision unchanged
Extracting bundle gem rake-13.2.1...
Extracting bundle gem test-unit-3.6.2...
Extracting bundle gem rexml-3.3.1...
Unpacked gems/minitest-5.24.1.gem
Unpacked gems/rake-13.2.1.gem
Extracting bundle gem rss-0.3.0...
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/rexml-3.3.1.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-ftp-0.3.7.gem
Extracting bundle gem net-smtp-0.5.0...
Unpacked gems/net-imap-0.4.14.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem debug-1.9.2...
Unpacked gems/matrix-0.4.2.gem
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem racc-1.8.0...
Extracting bundle gem mutex_m-0.2.0...
Unpacked gems/net-smtp-0.5.0.gem
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/debug-1.9.2.gem
Extracting bundle gem base64-0.2.0...
Unpacked gems/racc-1.8.0.gem
Extracting bundle gem bigdecimal-3.1.8...
Unpacked gems/mutex_m-0.2.0.gem
Extracting bundle gem observer-0.1.2...
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem abbrev-0.1.2...
Unpacked gems/base64-0.2.0.gem
Extracting bundle gem resolv-replace-0.1.1...
Unpacked gems/observer-0.1.2.gem
Unpacked gems/bigdecimal-3.1.8.gem
Extracting bundle gem rinda-0.2.0...
Extracting bundle gem drb-2.2.1...
Unpacked gems/abbrev-0.1.2.gem
Extracting bundle gem nkf-0.2.0...
Unpacked gems/resolv-replace-0.1.1.gem
Extracting bundle gem syslog-0.1.2...
Unpacked gems/rinda-0.2.0.gem
Extracting bundle gem csv-3.3.0...
Unpacked gems/drb-2.2.1.gem
Unpacked gems/nkf-0.2.0.gem
Unpacked gems/syslog-0.1.2.gem
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-random0/gems/power_assert-2.0.3.gem
Unpacked gems/csv-3.3.0.gem
Extracting bundle gem rbs-3.5.1...
Extracting bundle gem typeprof-0.21.11...
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
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/typeprof-0.21.11.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-random0/include -I/tmp/ruby/src/trunk-random0 -I/tmp/ruby/src/trunk-random0/prism -I/tmp/ruby/src/trunk-random0/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-random0/yjit/target/release/' /tmp/ruby/src/trunk-random0/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-random0/main.c
compiling /tmp/ruby/src/trunk-random0/dmydln.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-random0/miniinit.c
compiling /tmp/ruby/src/trunk-random0/ast.c
compiling /tmp/ruby/src/trunk-random0/bignum.c
compiling /tmp/ruby/src/trunk-random0/class.c
compiling /tmp/ruby/src/trunk-random0/compar.c
compiling /tmp/ruby/src/trunk-random0/compile.c
compiling /tmp/ruby/src/trunk-random0/complex.c
compiling /tmp/ruby/src/trunk-random0/cont.c
compiling /tmp/ruby/src/trunk-random0/debug.c
compiling /tmp/ruby/src/trunk-random0/debug_counter.c
compiling /tmp/ruby/src/trunk-random0/dir.c
compiling /tmp/ruby/src/trunk-random0/dln_find.c
compiling /tmp/ruby/src/trunk-random0/encoding.c
compiling /tmp/ruby/src/trunk-random0/enum.c
compiling /tmp/ruby/src/trunk-random0/enumerator.c
compiling /tmp/ruby/src/trunk-random0/error.c
compiling /tmp/ruby/src/trunk-random0/eval.c
compiling /tmp/ruby/src/trunk-random0/file.c
compiling /tmp/ruby/src/trunk-random0/gc.c
compiling /tmp/ruby/src/trunk-random0/gc_impl.c
compiling /tmp/ruby/src/trunk-random0/hash.c
compiling /tmp/ruby/src/trunk-random0/inits.c
compiling /tmp/ruby/src/trunk-random0/imemo.c
compiling /tmp/ruby/src/trunk-random0/io.c
compiling /tmp/ruby/src/trunk-random0/io_buffer.c
compiling /tmp/ruby/src/trunk-random0/iseq.c
compiling /tmp/ruby/src/trunk-random0/load.c
compiling /tmp/ruby/src/trunk-random0/marshal.c
compiling /tmp/ruby/src/trunk-random0/math.c
compiling /tmp/ruby/src/trunk-random0/memory_view.c
compiling /tmp/ruby/src/trunk-random0/rjit.c
compiling /tmp/ruby/src/trunk-random0/rjit_c.c
compiling /tmp/ruby/src/trunk-random0/node.c
compiling /tmp/ruby/src/trunk-random0/node_dump.c
compiling /tmp/ruby/src/trunk-random0/numeric.c
compiling /tmp/ruby/src/trunk-random0/object.c
compiling /tmp/ruby/src/trunk-random0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-random0/parser_st.c
compiling /tmp/ruby/src/trunk-random0/proc.c
compiling /tmp/ruby/src/trunk-random0/process.c
compiling /tmp/ruby/src/trunk-random0/ractor.c
compiling /tmp/ruby/src/trunk-random0/random.c
compiling /tmp/ruby/src/trunk-random0/range.c
compiling /tmp/ruby/src/trunk-random0/rational.c
compiling /tmp/ruby/src/trunk-random0/re.c
compiling /tmp/ruby/src/trunk-random0/regcomp.c
compiling /tmp/ruby/src/trunk-random0/regenc.c
compiling /tmp/ruby/src/trunk-random0/regerror.c
compiling /tmp/ruby/src/trunk-random0/regexec.c
compiling /tmp/ruby/src/trunk-random0/regparse.c
compiling /tmp/ruby/src/trunk-random0/regsyntax.c
compiling /tmp/ruby/src/trunk-random0/ruby.c
compiling /tmp/ruby/src/trunk-random0/ruby_parser.c
compiling /tmp/ruby/src/trunk-random0/scheduler.c
compiling /tmp/ruby/src/trunk-random0/shape.c
compiling /tmp/ruby/src/trunk-random0/signal.c
compiling /tmp/ruby/src/trunk-random0/sprintf.c
compiling /tmp/ruby/src/trunk-random0/st.c
compiling /tmp/ruby/src/trunk-random0/strftime.c
compiling /tmp/ruby/src/trunk-random0/string.c
compiling /tmp/ruby/src/trunk-random0/struct.c
compiling /tmp/ruby/src/trunk-random0/symbol.c
compiling /tmp/ruby/src/trunk-random0/thread.c
compiling /tmp/ruby/src/trunk-random0/time.c
compiling /tmp/ruby/src/trunk-random0/transcode.c
compiling /tmp/ruby/src/trunk-random0/util.c
compiling /tmp/ruby/src/trunk-random0/variable.c
compiling /tmp/ruby/src/trunk-random0/version.c
compiling /tmp/ruby/src/trunk-random0/vm.c
compiling /tmp/ruby/src/trunk-random0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-random0/vm_dump.c
compiling /tmp/ruby/src/trunk-random0/vm_sync.c
compiling /tmp/ruby/src/trunk-random0/vm_trace.c
compiling /tmp/ruby/src/trunk-random0/weakmap.c
compiling /tmp/ruby/src/trunk-random0/yjit.c
building Rust YJIT (release mode)
compiling /tmp/ruby/src/trunk-random0/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-random0/addr2line.c
compiling /tmp/ruby/src/trunk-random0/array.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-random0/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk-random0/prism/encoding.c
compiling /tmp/ruby/src/trunk-random0/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-random0/prism/options.c
compiling /tmp/ruby/src/trunk-random0/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-random0/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-random0/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-random0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-random0/prism/prism.c
compiling /tmp/ruby/src/trunk-random0/prism_init.c
assembling /tmp/ruby/src/trunk-random0/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-random0/enc/ascii.c
compiling /tmp/ruby/src/trunk-random0/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-random0/enc/unicode.c
compiling /tmp/ruby/src/trunk-random0/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-random0/include -I/tmp/ruby/src/trunk-random0 -I/tmp/ruby/src/trunk-random0/prism -I/tmp/ruby/src/trunk-random0/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-random0/yjit/target/release/' /tmp/ruby/src/trunk-random0/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-random0/dln.c
compiling /tmp/ruby/src/trunk-random0/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-random0/dmyext.c
compiling /tmp/ruby/src/trunk-random0/dmyenc.c
compiling /tmp/ruby/src/trunk-random0/loadpath.c
builtin_binary.inc updated
eed5aef30cb76bdc3c5bab1bc5436c64065e644819a43e0b85f0be05c2618322  builtin_binary.inc
compiling /tmp/ruby/src/trunk-random0/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-random0/include -I/tmp/ruby/src/trunk-random0 -I/tmp/ruby/src/trunk-random0/prism -I/tmp/ruby/src/trunk-random0/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-random0/yjit/target/release/' /tmp/ruby/src/trunk-random0/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-random0'
compiling /tmp/ruby/src/trunk-random0/enc/encdb.c
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
generating transdb.h
compiling /tmp/ruby/src/trunk-random0/enc/big5.c
compiling /tmp/ruby/src/trunk-random0/enc/cesu_8.c
compiling /tmp/ruby/src/trunk-random0/enc/cp949.c
transdb.h updated
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
compiling /tmp/ruby/src/trunk-random0/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk-random0/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-random0/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-random0/enc/euc_kr.c
generating table from /tmp/ruby/src/trunk-random0/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-random0/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-random0/enc/gb2312.c
compiling /tmp/ruby/src/trunk-random0/enc/gb18030.c
compiling /tmp/ruby/src/trunk-random0/enc/gbk.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-random0/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-random0/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-random0/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-random0/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-random0/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-random0/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-random0/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-random0/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-random0/enc/windows_31j.c
compiling /tmp/ruby/src/trunk-random0/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-random0/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-random0/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-random0/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-random0/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-random0/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
generating table from /tmp/ruby/src/trunk-random0/enc/trans/cesu_8.c
linking encoding gb18030.so
generating table from /tmp/ruby/src/trunk-random0/enc/trans/chinese.c
generating /tmp/ruby/src/trunk-random0/enc/trans/cesu_8.c ...
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
generating /tmp/ruby/src/trunk-random0/enc/trans/big5.c ...
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
generating table from /tmp/ruby/src/trunk-random0/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk-random0/enc/trans/ebcdic.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/emoji.c
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
generating /tmp/ruby/src/trunk-random0/enc/trans/emoji.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/emoji_iso2022_kddi.c
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_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-random0'
generating table from /tmp/ruby/src/trunk-random0/enc/trans/emoji_sjis_docomo.c
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
generating /tmp/ruby/src/trunk-random0/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-random0/enc/trans/emoji_iso2022_kddi.c ...
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
generating table from /tmp/ruby/src/trunk-random0/enc/trans/emoji_sjis_softbank.c
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/asan
configuring -test-/bignum
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
generating /tmp/ruby/src/trunk-random0/enc/trans/emoji_sjis_docomo.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/escape.c
generating /tmp/ruby/src/trunk-random0/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-random0/enc/trans/emoji_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-random0/enc/trans/emoji_sjis_kddi.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-random0/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-random0/enc/trans/japanese.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-random0/enc/trans/gbk.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-random0/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/korean.c
generating /tmp/ruby/src/trunk-random0/enc/trans/gb18030.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-random0/enc/trans/japanese_euc.c ...
configuring -test-/float
configuring cgi/escape
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
generating /tmp/ruby/src/trunk-random0/enc/trans/single_byte.c ...
configuring -test-/hash
configuring -test-/integer
generating table from /tmp/ruby/src/trunk-random0/enc/trans/utf8_mac.c
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
configuring continuation
generating /tmp/ruby/src/trunk-random0/enc/trans/korean.c ...
generating table from /tmp/ruby/src/trunk-random0/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-random0/enc/trans/utf_16_32.c ...
linking transcoder transdb.so
configuring coverage
compiling /tmp/ruby/src/trunk-random0/enc/trans/big5.c
configuring date
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 -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
generating /tmp/ruby/src/trunk-random0/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-random0/enc/trans/cesu_8.c
configuring digest
configuring digest/bubblebabble
configuring digest/md5
compiling /tmp/ruby/src/trunk-random0/enc/trans/chinese.c
configuring digest/rmd160
configuring erb/escape
configuring etc
configuring digest/sha1
compiling /tmp/ruby/src/trunk-random0/enc/trans/ebcdic.c
configuring digest/sha2
compiling /tmp/ruby/src/trunk-random0/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/emoji_sjis_docomo.c
configuring fcntl
configuring fiddle
compiling /tmp/ruby/src/trunk-random0/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/korean.c
configuring io/console
compiling /tmp/ruby/src/trunk-random0/enc/trans/single_byte.c
configuring json
configuring json/generator
configuring json/parser
compiling /tmp/ruby/src/trunk-random0/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-random0/enc/trans/utf_16_32.c
linking transcoder big5.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
making encs
configuring monitor
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring io/nonblock
configuring io/wait
configuring stringio
configuring strscan
configuring zlib
configuring bigdecimal-3.1.8/ext/bigdecimal
configuring debug-1.9.2/ext/debug
configuring nkf-0.2.0/ext/nkf
configuring racc-1.8.0/ext/racc/cparse
configuring rbs-3.5.1/ext/rbs_extension
configuring syslog-0.1.2/ext/syslog
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-random0/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-random0/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/array/resize/resize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/asan'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/asan/asan.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bignum/big2str.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/asan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/asan'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bug-3571/bug.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bignum/bigzero.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_3571.so
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/class'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/class/class2name.c
linking shared-object -test-/bug_5832.so
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bignum/div.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/debug/init.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/class/init.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bignum/init.c
linking shared-object -test-/dln/empty.so
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/econv/append.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/debug/profile_frames.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bignum/intpack.c
linking shared-object -test-/debug.so
compiling /tmp/ruby/src/trunk-random0/ext/-test-/econv/init.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/eval/eval.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bignum/mul.c
linking shared-object -test-/econv.so
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/fatal/init.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/exception/enc_raise.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/file'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/bignum/str2big.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/exception/ensured.c
linking shared-object -test-/bignum.so
compiling /tmp/ruby/src/trunk-random0/ext/-test-/file/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/file/newline_conv.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/file/stat.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/float'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/float/init.c
linking shared-object -test-/fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/funcall/funcall.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/file.so
compiling /tmp/ruby/src/trunk-random0/ext/-test-/float/nextafter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/hash/delete.c
linking shared-object -test-/funcall.so
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/integer/core_ext.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/hash/init.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/iter/init.c
linking shared-object -test-/hash.so
compiling /tmp/ruby/src/trunk-random0/ext/-test-/iter/yield.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/load/dot.dot/dot.dot.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/integer/init.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
linking shared-object -test-/load/dot.dot.so
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/load/stringify_symbols/stringify_symbols.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/integer/my_integer.c
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/load/stringify_target/stringify_target.c
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/marshal/compat'
linking shared-object -test-/integer.so
compiling /tmp/ruby/src/trunk-random0/ext/-test-/marshal/compat/usrcompat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/load/stringify_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/method'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/method/arity.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/notimplement/bug.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/num2int/num2int.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/method/init.c
linking shared-object -test-/memory_view.so
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/path_to_class/path_to_class.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/num2int.so
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/printf/printf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/proc/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/random'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/random/bad_version.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/rational/rat.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/proc/receiver.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/random/loop.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/recursion/recursion.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/regexp/init.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/st/numhash/numhash.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/scan_args.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/capacity.c
linking shared-object -test-/st/numhash.so
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/st/numhash'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/struct/data.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/symbol/init.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/thread/id/id.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/struct/duplicate.c
linking shared-object -test-/thread/id.so
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/struct/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/struct/len.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/struct/member.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/enc_associate.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/fstring.c
linking shared-object -test-/thread/instrumentation.so
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/nofree.c
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/thread_fd/thread_fd.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/rb_interned_str.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/time'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/string/set_len.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/time/new.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/tracepoint/gc_hook.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk-random0/ext/-test-/tracepoint/tracepoint.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/vm/at_exit.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-random0/ext/-test-/wait/wait.c
linking shared-object -test-/typeddata.so
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-random0/ext/cgi/escape/escape.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/continuation'
compiling /tmp/ruby/src/trunk-random0/ext/continuation/continuation.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/coverage'
compiling /tmp/ruby/src/trunk-random0/ext/coverage/coverage.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/date'
compiling /tmp/ruby/src/trunk-random0/ext/date/date_core.c
linking shared-object cgi/escape.so
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest'
compiling /tmp/ruby/src/trunk-random0/ext/digest/digest.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/continuation'
installing default coverage libraries
installing digest libraries
installing default digest libraries
compiling /tmp/ruby/src/trunk-random0/ext/date/date_parse.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/erb/escape'
compiling /tmp/ruby/src/trunk-random0/ext/erb/escape/escape.c
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/etc'
compiling /tmp/ruby/src/trunk-random0/ext/etc/etc.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/fcntl'
compiling /tmp/ruby/src/trunk-random0/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/fiddle'
compiling /tmp/ruby/src/trunk-random0/ext/fiddle/closure.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/io/console'
compiling /tmp/ruby/src/trunk-random0/ext/io/console/console.c
compiling /tmp/ruby/src/trunk-random0/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-random0/ext/fiddle/fiddle.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-random0/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk-random0/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-random0/ext/fiddle/function.c
linking shared-object io/nonblock.so
compiling /tmp/ruby/src/trunk-random0/ext/date/date_strptime.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/io/wait'
compiling /tmp/ruby/src/trunk-random0/ext/io/wait/wait.c
linking shared-object io/wait.so
compiling /tmp/ruby/src/trunk-random0/ext/fiddle/handle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/monitor'
compiling /tmp/ruby/src/trunk-random0/ext/monitor/monitor.c
installing default date_core libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/objspace'
compiling /tmp/ruby/src/trunk-random0/ext/objspace/object_tracing.c
installing default monitor libraries
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/openssl'
compiling /tmp/ruby/src/trunk-random0/ext/openssl/openssl_missing.c
linking shared-object date_core.so
compiling /tmp/ruby/src/trunk-random0/ext/fiddle/memory_view.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/pathname'
compiling /tmp/ruby/src/trunk-random0/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk-random0/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-random0/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-random0/ext/objspace/objspace_dump.c
installing default pathname libraries
linking shared-object pathname.so
compiling /tmp/ruby/src/trunk-random0/ext/fiddle/pointer.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/psych'
compiling /tmp/ruby/src/trunk-random0/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-random0/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_asn1.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/pty'
compiling /tmp/ruby/src/trunk-random0/ext/pty/pty.c
linking shared-object fiddle.so
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/fiddle'
installing default pty libraries
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-random0/ext/psych/psych_parser.c
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-random0/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-random0/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-random0/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-random0/ext/psych/psych_yaml_tree.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/ripper'
compiling /tmp/ruby/src/trunk-random0/ext/ripper/eventids1.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/socket'
compiling /tmp/ruby/src/trunk-random0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-random0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-random0/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-random0/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_kdf.c
checking /tmp/ruby/src/trunk-random0/parse.y and /tmp/ruby/src/trunk-random0/ext/ripper/eventids2.c
installing default ripper libraries
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_ns_spki.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/stringio'
compiling /tmp/ruby/src/trunk-random0/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkcs12.c
linking shared-object stringio.so
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkcs7.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/strscan'
compiling /tmp/ruby/src/trunk-random0/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-random0/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey.c
installing default socket libraries
linking shared-object socket.so
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/zlib'
compiling /tmp/ruby/src/trunk-random0/ext/zlib/zlib.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_dsa.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/debug-1.9.2/ext/debug'
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/debug-1.9.2/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_ec.c
ln -sfT ../../../../../src/trunk-random0/.bundle/gems/debug-1.9.2/lib ../../../../../.bundle/gems/debug-1.9.2/lib
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/racc-1.8.0/ext/racc/cparse/cparse.c
ln -sfT ../../../../../src/trunk-random0/.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-random0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension/constants.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension/lexer.c
ln -sfT ../../../../../src/trunk-random0/.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-random0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension/lexstate.c
ln -sfT ../../../../../src/trunk-random0/.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-random0/.bundle/gems/syslog-0.1.2/ext/syslog'
ln -sfT ../../../../../src/trunk-random0/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-random0/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_provider.c
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest/md5'
compiling /tmp/ruby/src/trunk-random0/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension/location.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-random0/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-random0/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-random0/ext/digest/rmd160/rmd160.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-random0/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-random0/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_ssl.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-random0/ext/digest/sha2/sha2init.c
linking shared-object digest/sha1.so
compiling /tmp/ruby/src/trunk-random0/ext/digest/sha2/sha2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/json/generator'
compiling /tmp/ruby/src/trunk-random0/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-random0/.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-random0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/json/parser'
compiling /tmp/ruby/src/trunk-random0/ext/json/parser/parser.c
compiling /tmp/ruby/src/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension/ruby_objs.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/json/generator'
compiling /tmp/ruby/src/trunk-random0/.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-random0/ext/json/parser'
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_ssl_session.c
ln -sfT ../../../../../src/trunk-random0/.bundle/gems/rbs-3.5.1/lib ../../../../../.bundle/gems/rbs-3.5.1/lib
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_x509.c
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_x509store.c
installing default openssl libraries
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0'
linking ruby
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-random0/tool/ifchange /tmp/ruby/src/trunk-random0/.bundle/.timestamp/power_assert.revision -
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-random0/tool/ifchange /tmp/ruby/src/trunk-random0/.bundle/.timestamp/rbs.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-random0/tool/ifchange /tmp/ruby/src/trunk-random0/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random0/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-random0/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk-random0/.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-random0/include -I/tmp/ruby/src/trunk-random0 -I/tmp/ruby/src/trunk-random0/prism -I/tmp/ruby/src/trunk-random0/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-random0/yjit/target/release/' /tmp/ruby/src/trunk-random0/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 srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
generating transdb.h
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-random0/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-random0'
compiling /tmp/ruby/src/trunk-random0/enc/trans/transdb.c
  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...
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/array/concat'
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/array/concat'
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]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/protect'
linking shared-object -test-/load/dot.dot.so
linking shared-object -test-/load/protect.so
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/load/protect'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/-test-/st/foreach'
linking shared-object -test-/st/foreach.so
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/openssl'
linking transcoder transdb.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
making encs
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/json/generator'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
./miniruby -I/tmp/ruby/src/trunk-random0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-random0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-random0/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-random0/bin
installing base libraries:          /tmp/ruby/install/trunk-random0/lib
installing arch files:              /tmp/ruby/install/trunk-random0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-random0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-random0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-random0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-random0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-random0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-random0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-random0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-random0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-random0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-random0/bin
installing library scripts:         /tmp/ruby/install/trunk-random0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-random0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-random0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-random0/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-random0/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-random0/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-random0/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    power_assert-2.0.4dev.gem       not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1974 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS="--test-order=random"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random0/include -I/tmp/ruby/src/trunk-random0 -I/tmp/ruby/src/trunk-random0/prism -I/tmp/ruby/src/trunk-random0/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-random0/yjit/target/release/' /tmp/ruby/src/trunk-random0/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-random0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-random0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-random0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-random0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-random0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-random0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-random0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-random0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-random0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-random0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-random0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-random0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-random0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-random0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-random0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-random0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-random0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-random0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-random0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-random0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-random0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-random0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-random0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-random0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-random0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-random0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-random0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-random0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-random0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-random0/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=\"--test-order=random\"" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS="--test-order=random"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random0/include -I/tmp/ruby/src/trunk-random0 -I/tmp/ruby/src/trunk-random0/prism -I/tmp/ruby/src/trunk-random0/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-random0/yjit/target/release/' /tmp/ruby/src/trunk-random0/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-random0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
Run options: 
  --seed=19466
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-random0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-random0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-random0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --test-order=random

# Running tests:

Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 45055>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 8 : #<TCPServer:fd 8, AF_INET6, ::1, 35335>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 40339>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 45545>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 9
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 10
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 39961>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 41053>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 9
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 10
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 33807>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 34651>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 33807>
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: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 12
Closed file descriptor: TestIO#test_recycled_fd_close: 7
Closed file descriptor: TestIO#test_recycled_fd_close: 8
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f54216e4390 /tmp/ruby/build/trunk-random0/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f54216e4390 /tmp/ruby/build/trunk-random0/.ext/common/socket.rb:709 dead>
SSL error: SSL_accept returned=1 errno=0 peeraddr=127.0.0.1:41400 state=error: tlsv1 alert unknown ca (SSL alert number 48)
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 39319>
SSL error: SSL_accept returned=1 errno=0 peeraddr=127.0.0.1:37068 state=error: tlsv1 alert unknown ca (SSL alert number 48)
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 8 : #<TCPServer:fd 8, AF_INET, 0.0.0.0, 38473>
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 8
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 8 : #<TCPServer:fd 8, AF_INET, 0.0.0.0, 37677>
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, 32905>
Leaked thread: TestOpenURISSL#test_proxy_cacert_dir: #<Thread:0x00007f5419d39ce8 /tmp/ruby/src/trunk-random0/test/open-uri/utils.rb:164 run>
Leaked thread: TestOpenURISSL#test_proxy_cacert_file: #<Thread:0x00007f539fc99fb0 /tmp/ruby/src/trunk-random0/test/open-uri/utils.rb:164 run>
Leaked file descriptor: TestOpenURISSL#test_validation_failure: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41303>
Closed file descriptor: TestOpenURISSL#test_ssl_min_version: 9
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39463>
$$$ #<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-random0 --incremental --process-num=4
     12      14      12      12 ?             -1 Sl    1001   0:00 ruby ./br.rb build_report trunk-random0 --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-random0 --logfile=/home/ko1/ruby/logs/brlog.trunk-random0.20240708-090431 --root_dir=/tmp/ruby --timeout=10800 --test_opts='TESTS="--test-order=random"' --incremental --process-num=4
     17      18      12      12 ?             -1 Sl    1001   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-random0 --logfile=/home/ko1/ruby/logs/brlog.trunk-random0.20240708-090431 --root_dir=/tmp/ruby --timeout=10800 --test_opts=TESTS="--test-order=random" --incremental --process-num=4
     18   55920      12      12 ?             -1 S     1001   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS="--test-order=random"
  55920   55921      12      12 ?             -1 S     1001   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=--test-order=random
  55921   56239      12      12 ?             -1 Sl    1001 143:14 /tmp/ruby/src/trunk-random0/test/runner.rb: TestFiberMutex#test_condition_variable
     18   87996      12      12 ?             -1 R     1001   0:00 ps jx
{11=>[12], 12=>[14], 14=>[17], 17=>[18], 18=>[55920, 87996], 55920=>[55921], 55921=>[56239]}
$ timeout 60 gdb -p 56239 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 87995]
[New LWP 87950]
[New LWP 87942]
[New LWP 87226]
[New LWP 65284]
[New LWP 63915]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f543e1a2d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x562854c25970) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                           Frame 
* 1    Thread 0x7f543e0dbc00 (LWP 56239) "ruby"            0x00007f543e1a2d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x562854c25970) at ./nptl/futex-internal.c:57
  2    Thread 0x7f54196556c0 (LWP 87995) "test_mutex.rb:*" 0x00007f543e230cd7 in __GI___select (nfds=8, readfds=0x7f53a8006a70, writefds=0x7f53a80069e0, exceptfds=0x7f53a8006950, timeout=0x0) at ../sysdeps/unix/sysv/linux/select.c:69
  3    Thread 0x7f541977e6c0 (LWP 87950) "utils.rb:164"    gc_sweep_plane (heap=<optimized out>, ctx=<synthetic pointer>, bitset=8191, p=139999214167080, objspace=0x562854c20440) at /tmp/ruby/src/trunk-random0/gc_impl.c:3749
  4    Thread 0x7f54194286c0 (LWP 87942) "utils.rb:164"    0x00007f543e1a2d61 in __futex_abstimed_wait_common64 (private=32595, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7f53d4008674) at ./nptl/futex-internal.c:57
  5    Thread 0x7f5424a9f6c0 (LWP 87226) "ruby"            0x00007f543e234042 in epoll_wait (epfd=4, events=events@entry=0x7f543eb44a7c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=10) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  6    Thread 0x7f541b15f6c0 (LWP 65284) "Gem::Timeout st" 0x00007f543e1a2d61 in __futex_abstimed_wait_common64 (private=32596, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x56285ca3be34) at ./nptl/futex-internal.c:57
  7    Thread 0x7f541b11d6c0 (LWP 63915) "Timeout stdlib " 0x00007f543e1a2d61 in __futex_abstimed_wait_common64 (private=32596, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x56285a31b384) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 7 (Thread 0x7f541b11d6c0 (LWP 63915) "Timeout stdlib "):
#0  0x00007f543e1a2d61 in __futex_abstimed_wait_common64 (private=32596, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x56285a31b384) 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=32596, abstime=0x0, clockid=0, expected=0, futex_word=0x56285a31b384) 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=0x56285a31b384, 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  0x00007f543e1a57dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x562854c25ac0, cond=0x56285a31b358) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f543e1a54a0 <__condvar_cleanup_waiting>, __arg = 0x7f541b11c640, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 483, cond = 0x56285a31b358, mutex = 0x562854c25ac0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 483
        seq = 241
        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=0x56285a31b358, mutex=mutex@entry=0x562854c25ac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007f543e7b0bcd in rb_native_cond_wait (cond=cond@entry=0x56285a31b358, mutex=mutex@entry=0x562854c25ac0) at /tmp/ruby/src/trunk-random0/thread_pthread.c:222
        r = <optimized out>
#6  0x00007f543e7b2299 in thread_sched_wait_running_turn (sched=sched@entry=0x562854c25ac0, th=th@entry=0x56285d437e30, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-random0/thread_pthread.c:863
        next_th = 0x7f53bc0b8eb0
#7  0x00007f543e7b2ad3 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x562854c25ac0, th=th@entry=0x56285d437e30) at /tmp/ruby/src/trunk-random0/thread_pthread.c:1105
        can_direct_transfer = <optimized out>
#8  0x00007f543e7bc9d3 in native_sleep (rel=0x0, th=<optimized out>) at /tmp/ruby/src/trunk-random0/thread_pthread.c:3329
        sched = 0x562854c25ac0
        sched = <optimized out>
#9  sleep_forever (fl=1, th=<optimized out>) at /tmp/ruby/src/trunk-random0/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-random0/thread.c:1396
        scheduler = <optimized out>
#11 0x00007f543e7bcbb8 in queue_sleep (_args=_args@entry=139999208130704) at /tmp/ruby/src/trunk-random0/thread_sync.c:1028
        args = 0x7f541b11c890
#12 0x00007f543e61d510 in rb_ensure (b_proc=b_proc@entry=0x7f543e7bcba0 <queue_sleep>, data1=data1@entry=139999208130704, e_proc=e_proc@entry=0x7f543e7acd40 <queue_sleep_done>, data2=data2@entry=139999208130736) at /tmp/ruby/src/trunk-random0/eval.c:1059
        _ec = 0x56285a601b20
        _tag = {tag = 36, retval = 139999802549253, buf = {0x0, 0x7f543e61d5f0 <rb_ensure+512>, 0x0, 0x7f541b11c7b0, 0x4}, prev = 0x7f541b11cad0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x56285a601b20
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f543e7acd40 <queue_sleep_done>, data2 = 139999208130736}}
#13 0x00007f543e7b6351 in queue_do_pop (self=139999351249280, q=0x562854f2a240, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-random0/thread_sync.c:1103
        ec = <optimized out>
        queue_waiter = {w = {self = 139999351249280, th = 0x56285d437e30, fiber = 0x0, node = {next = 0x562854f2a240, prev = 0x562854f2a240}}, as = {q = 0x562854f2a240, sq = 0x562854f2a240}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x562854f2a240
        queue_sleep_arg = {self = 139999351249280, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00007f543e80aef0 in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/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-random0/vm_insnhelper.c:7295
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#16 vm_exec_core (ec=0x56285a31b384, ec@entry=0x56285a601b20) at ../../src/trunk-random0/insns.def:1608
        bf = 0x0
        index = 18446744073709551104
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x562854d16e08
        reg_cfp = 0x56285d9f4358
        insns_address_table = {0x7f543e8091de <vm_exec_core+1006>, 0x7f543e80916a <vm_exec_core+890>, 0x7f543e8090f5 <vm_exec_core+773>, 0x7f543e809076 <vm_exec_core+646>, 0x7f543e809743 <vm_exec_core+2387>, 0x7f543e8096c1 <vm_exec_core+2257>, 0x7f543e80964b <vm_exec_core+2139>, 0x7f543e8095e6 <vm_exec_core+2038>, 0x7f543e809581 <vm_exec_core+1937>, 0x7f543e8094b7 <vm_exec_core+1735>, 0x7f543e80938e <vm_exec_core+1438>, 0x7f543e809208 <vm_exec_core+1048>, 0x7f543e809cbe <vm_exec_core+3790>, 0x7f543e809c58 <vm_exec_core+3688>, 0x7f543e809be3 <vm_exec_core+3571>, 0x7f543e809b9e <vm_exec_core+3502>, 0x7f543e809b5e <vm_exec_core+3438>, 0x7f543e809b21 <vm_exec_core+3377>, 0x7f543e809ae4 <vm_exec_core+3316>, 0x7f543e809aa7 <vm_exec_core+3255>, 0x7f543e809a3c <vm_exec_core+3148>, 0x7f543e8099f0 <vm_exec_core+3072>, 0x7f543e8099a1 <vm_exec_core+2993>, 0x7f543e809941 <vm_exec_core+2897>, 0x7f543e8098f3 <vm_exec_core+2819>, 0x7f543e80986c <vm_exec_core+2684>, 0x7f543e80982a <vm_exec_core+2618>, 0x7f543e8097c5 <vm_exec_core+2517>, 0x7f543e80ab41 <vm_exec_core+7505>, 0x7f543e80aadf <vm_exec_core+7407>, 0x7f543e80abc0 <vm_exec_core+7632>, 0x7f543e80aa9a <vm_exec_core+7338>, 0x7f543e80a88d <vm_exec_core+6813>, 0x7f543e80a7f7 <vm_exec_core+6663>, 0x7f543e80a791 <vm_exec_core+6561>, 0x7f543e80a731 <vm_exec_core+6465>, 0x7f543e80a6cf <vm_exec_core+6367>, 0x7f543e80a67a <vm_exec_core+6282>, 0x7f543e80a61c <vm_exec_core+6188>, 0x7f543e80a5ca <vm_exec_core+6106>, 0x7f543e80a59b <vm_exec_core+6059>, 0x7f543e80a558 <vm_exec_core+5992>, 0x7f543e80a4ff <vm_exec_core+5903>, 0x7f543e80a4c3 <vm_exec_core+5843>, 0x7f543e80a40d <vm_exec_core+5661>, 0x7f543e80a3c2 <vm_exec_core+5586>, 0x7f543e80a376 <vm_exec_core+5510>, 0x7f543e80a33c <vm_exec_core+5452>, 0x7f543e80a2c5 <vm_exec_core+5333>, 0x7f543e80a25b <vm_exec_core+5227>, 0x7f543e80a204 <vm_exec_core+5140>, 0x7f543e80a18d <vm_exec_core+5021>, 0x7f543e80a101 <vm_exec_core+4881>, 0x7f543e809fe0 <vm_exec_core+4592>, 0x7f543e809f9c <vm_exec_core+4524>, 0x7f543e809f4d <vm_exec_core+4445>, 0x7f543e809edb <vm_exec_core+4331>, 0x7f543e809e0c <vm_exec_core+4124>, 0x7f543e808e60 <vm_exec_core+112>, 0x7f543e809d62 <vm_exec_core+3954>, 0x7f543e809d0b <vm_exec_core+3867>, 0x7f543e80cbf9 <vm_exec_core+15881>, 0x7f543e80b616 <vm_exec_core+10278>, 0x7f543e80b583 <vm_exec_core+10131>, 0x7f543e80b46e <vm_exec_core+9854>, 0x7f543e80b2f4 <vm_exec_core+9476>, 0x7f543e80b21c <vm_exec_core+9260>, 0x7f543e80b189 <vm_exec_core+9113>, 0x7f543e80b8bf <vm_exec_core+10959>, 0x7f543e80b781 <vm_exec_core+10641>, 0x7f543e80b719 <vm_exec_core+10537>, 0x7f543e80b6b1 <vm_exec_core+10433>, 0x7f543e80b66d <vm_exec_core+10365>, 0x7f543e80b7ca <vm_exec_core+10714>, 0x7f543e80b0eb <vm_exec_core+8955>, 0x7f543e80cb1e <vm_exec_core+15662>, 0x7f543e80cb8d <vm_exec_core+15773>, 0x7f543e80c2dc <vm_exec_core+13548>, 0x7f543e80c37d <vm_exec_core+13709>, 0x7f543e80c400 <vm_exec_core+13840>, 0x7f543e80c67e <vm_exec_core+14478>, 0x7f543e80c507 <vm_exec_core+14103>, 0x7f543e80c6dc <vm_exec_core+14572>, 0x7f543e80c4a1 <vm_exec_core+14001>, 0x7f543e80c742 <vm_exec_core+14674>, 0x7f543e80c58d <vm_exec_core+14237>, 0x7f543e80c5f3 <vm_exec_core+14339>, 0x7f543e80c7a8 <vm_exec_core+14776>, 0x7f543e80ca09 <vm_exec_core+15385>, 0x7f543e80c904 <vm_exec_core+15124>, 0x7f543e80c977 <vm_exec_core+15239>, 0x7f543e80b032 <vm_exec_core+8770>, 0x7f543e80af8c <vm_exec_core+8604>, 0x7f543e80cc4b <vm_exec_core+15963>, 0x7f543e80cc9b <vm_exec_core+16043>, 0x7f543e80ca64 <vm_exec_core+15476>, 0x7f543e80cac0 <vm_exec_core+15568>, 0x7f543e80c7fc <vm_exec_core+14860>, 0x7f543e80c871 <vm_exec_core+14977>, 0x7f543e80af13 <vm_exec_core+8483>, 0x7f543e80ae8b <vm_exec_core+8347>, 0x7f543e80adcb <vm_exec_core+8155>, 0x7f543e80ad7c <vm_exec_core+8076>, 0x7f543e80ad29 <vm_exec_core+7993>, 0x7f543e80acd8 <vm_exec_core+7912>, 0x7f543e80ac7f <vm_exec_core+7823>, 0x7f543e80ac42 <vm_exec_core+7762>, 0x7f543e80ac05 <vm_exec_core+7701>, 0x7f543e8091cd <vm_exec_core+989>, 0x7f543e809159 <vm_exec_core+873>, 0x7f543e8090e4 <vm_exec_core+756>, 0x7f543e809065 <vm_exec_core+629>, 0x7f543e809732 <vm_exec_core+2370>, 0x7f543e8096b0 <vm_exec_core+2240>, 0x7f543e80963a <vm_exec_core+2122>, 0x7f543e8095d5 <vm_exec_core+2021>, 0x7f543e809570 <vm_exec_core+1920>, 0x7f543e8094a6 <vm_exec_core+1718>, 0x7f543e80937d <vm_exec_core+1421>, 0x7f543e8091f7 <vm_exec_core+1031>, 0x7f543e809cad <vm_exec_core+3773>, 0x7f543e809c47 <vm_exec_core+3671>, 0x7f543e809bd2 <vm_exec_core+3554>, 0x7f543e809b8d <vm_exec_core+3485>, 0x7f543e809b4d <vm_exec_core+3421>, 0x7f543e809b10 <vm_exec_core+3360>, 0x7f543e809ad3 <vm_exec_core+3299>, 0x7f543e809a96 <vm_exec_core+3238>, 0x7f543e809a2b <vm_exec_core+3131>, 0x7f543e8099df <vm_exec_core+3055>, 0x7f543e809990 <vm_exec_core+2976>, 0x7f543e809930 <vm_exec_core+2880>, 0x7f543e8098e2 <vm_exec_core+2802>, 0x7f543e80985b <vm_exec_core+2667>, 0x7f543e809819 <vm_exec_core+2601>, 0x7f543e8097b4 <vm_exec_core+2500>, 0x7f543e80ab30 <vm_exec_core+7488>, 0x7f543e80aace <vm_exec_core+7390>, 0x7f543e80abaf <vm_exec_core+7615>, 0x7f543e80aa89 <vm_exec_core+7321>, 0x7f543e80a87c <vm_exec_core+6796>, 0x7f543e80a7e6 <vm_exec_core+6646>, 0x7f543e80a780 <vm_exec_core+6544>, 0x7f543e80a720 <vm_exec_core+6448>, 0x7f543e80a6be <vm_exec_core+6350>, 0x7f543e80a669 <vm_exec_core+6265>, 0x7f543e80a60b <vm_exec_core+6171>, 0x7f543e80a5b9 <vm_exec_core+6089>, 0x7f543e80a58a <vm_exec_core+6042>, 0x7f543e80a547 <vm_exec_core+5975>, 0x7f543e80a4ee <vm_exec_core+5886>, 0x7f543e80a4b2 <vm_exec_core+5826>, 0x7f543e80a3fc <vm_exec_core+5644>, 0x7f543e80a3b1 <vm_exec_core+5569>, 0x7f543e80a365 <vm_exec_core+5493>, 0x7f543e80a32b <vm_exec_core+5435>, 0x7f543e80a2b4 <vm_exec_core+5316>, 0x7f543e80a24a <vm_exec_core+5210>, 0x7f543e80a1f3 <vm_exec_core+5123>, 0x7f543e80a17c <vm_exec_core+5004>, 0x7f543e80a0f0 <vm_exec_core+4864>, 0x7f543e809fcf <vm_exec_core+4575>, 0x7f543e809f8b <vm_exec_core+4507>, 0x7f543e809f3c <vm_exec_core+4428>, 0x7f543e809eca <vm_exec_core+4314>, 0x7f543e809dfb <vm_exec_core+4107>, 0x7f543e80c0f1 <vm_exec_core+13057>, 0x7f543e809d51 <vm_exec_core+3937>, 0x7f543e809cfa <vm_exec_core+3850>, 0x7f543e80c107 <vm_exec_core+13079>, 0x7f543e80b605 <vm_exec_core+10261>, 0x7f543e80b572 <vm_exec_core+10114>, 0x7f543e80b45d <vm_exec_core+9837>, 0x7f543e80b2e3 <vm_exec_core+9459>, 0x7f543e80b20b <vm_exec_core+9243>, 0x7f543e80b178 <vm_exec_core+9096>, 0x7f543e80b8ae <vm_exec_core+10942>, 0x7f543e80b770 <vm_exec_core+10624>, 0x7f543e80b708 <vm_exec_core+10520>, 0x7f543e80b6a0 <vm_exec_core+10416>, 0x7f543e80b65c <vm_exec_core+10348>, 0x7f543e80b7b9 <vm_exec_core+10697>, 0x7f543e80b0da <vm_exec_core+8938>, 0x7f543e80c11d <vm_exec_core+13101>, 0x7f543e80c133 <vm_exec_core+13123>, 0x7f543e80c149 <vm_exec_core+13145>, 0x7f543e80c15f <vm_exec_core+13167>, 0x7f543e80c175 <vm_exec_core+13189>, 0x7f543e80c18b <vm_exec_core+13211>, 0x7f543e80c1a1 <vm_exec_core+13233>, 0x7f543e80c1be <vm_exec_core+13262>, 0x7f543e80c1d4 <vm_exec_core+13284>, 0x7f543e80c1ea <vm_exec_core+13306>, 0x7f543e80c200 <vm_exec_core+13328>, 0x7f543e80c216 <vm_exec_core+13350>, 0x7f543e80c22c <vm_exec_core+13372>, 0x7f543e80c242 <vm_exec_core+13394>, 0x7f543e80c258 <vm_exec_core+13416>, 0x7f543e80c26e <vm_exec_core+13438>, 0x7f543e80b021 <vm_exec_core+8753>...}
#17 0x00007f543e80f819 in rb_vm_exec (ec=0x56285a601b20) at /tmp/ruby/src/trunk-random0/vm.c:2567
        _ec = 0x56285a601b20
        _tag = {tag = 36, retval = 4, buf = {0x7f541b11cbd0, 0x7f543e80f820 <rb_vm_exec+400>, 0x0, 0x7f541b11cab0, 0x3000000028}, prev = 0x7f541b11ccd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00007f543e81510e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f542399aab0, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007f543e815486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x5628579a9fb0, argc=argc@entry=0, argv=argv@entry=0x7f541b11cb80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-random0/vm.c:1743
        self = <optimized out>
#20 0x00007f543e7bad60 in thread_do_start_proc (th=th@entry=0x56285d437e30) at /tmp/ruby/src/trunk-random0/thread.c:598
        args = 139999182351400
        args_ptr = 0x7f541b11cb80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x5628579a9fb0
#21 0x00007f543e7bb152 in thread_do_start (th=0x56285d437e30) at /tmp/ruby/src/trunk-random0/thread.c:615
        result = 36
        result = <optimized out>
#22 thread_start_func_2 (th=th@entry=0x56285d437e30, stack_start=stack_start@entry=0x7f541b11cda8) at /tmp/ruby/src/trunk-random0/thread.c:670
        _ec = 0x56285a601b20
        _tag = {tag = 36, retval = 9954478181269174528, buf = {0x7f541b11cda8, 0x7f543e7bb0d0 <thread_start_func_2+624>, 0x0, 0x7f541b11cbe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x562854c20060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#23 0x00007f543e7bc04d in call_thread_start_func_2 (th=0x56285d437e30) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7f541b11cda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#24 nt_start (ptr=0x56285a31b330) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2281
        th = 0x56285d437e30
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007f543e1a6a94 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 = {139999208134336, -3532388316155932377, 139999208134336, -256, 10, 140724110453616, -3532388316143349465, -3532469597637504729}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007f543e233c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 6 (Thread 0x7f541b15f6c0 (LWP 65284) "Gem::Timeout st"):
#0  0x00007f543e1a2d61 in __futex_abstimed_wait_common64 (private=32596, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x56285ca3be34) 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=32596, abstime=0x0, clockid=0, expected=0, futex_word=0x56285ca3be34) 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=0x56285ca3be34, 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  0x00007f543e1a57dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x562854c25ac0, cond=0x56285ca3be08) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f543e1a54a0 <__condvar_cleanup_waiting>, __arg = 0x7f541b15e640, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 105, cond = 0x56285ca3be08, mutex = 0x562854c25ac0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 105
        seq = 52
        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=0x56285ca3be08, mutex=mutex@entry=0x562854c25ac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007f543e7b0bcd in rb_native_cond_wait (cond=cond@entry=0x56285ca3be08, mutex=mutex@entry=0x562854c25ac0) at /tmp/ruby/src/trunk-random0/thread_pthread.c:222
        r = <optimized out>
#6  0x00007f543e7b2299 in thread_sched_wait_running_turn (sched=sched@entry=0x562854c25ac0, th=th@entry=0x56285ca3b950, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-random0/thread_pthread.c:863
        next_th = 0x56285e1f04a0
#7  0x00007f543e7b2ad3 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x562854c25ac0, th=th@entry=0x56285ca3b950) at /tmp/ruby/src/trunk-random0/thread_pthread.c:1105
        can_direct_transfer = <optimized out>
#8  0x00007f543e7bc9d3 in native_sleep (rel=0x0, th=<optimized out>) at /tmp/ruby/src/trunk-random0/thread_pthread.c:3329
        sched = 0x562854c25ac0
        sched = <optimized out>
#9  sleep_forever (fl=1, th=<optimized out>) at /tmp/ruby/src/trunk-random0/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-random0/thread.c:1396
        scheduler = <optimized out>
#11 0x00007f543e7bcbb8 in queue_sleep (_args=_args@entry=139999208401040) at /tmp/ruby/src/trunk-random0/thread_sync.c:1028
        args = 0x7f541b15e890
#12 0x00007f543e61d510 in rb_ensure (b_proc=b_proc@entry=0x7f543e7bcba0 <queue_sleep>, data1=data1@entry=139999208401040, e_proc=e_proc@entry=0x7f543e7acd40 <queue_sleep_done>, data2=data2@entry=139999208401072) at /tmp/ruby/src/trunk-random0/eval.c:1059
        _ec = 0x56285ca3bb70
        _tag = {tag = 36, retval = 139999802549253, buf = {0x0, 0x7f543e61d5f0 <rb_ensure+512>, 0x0, 0x7f541b15e7b0, 0x4}, prev = 0x7f541b15ead0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x56285ca3bb70
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f543e7acd40 <queue_sleep_done>, data2 = 139999208401072}}
#13 0x00007f543e7b6351 in queue_do_pop (self=139999318625800, q=0x56285a3aabc0, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-random0/thread_sync.c:1103
        ec = <optimized out>
        queue_waiter = {w = {self = 139999318625800, th = 0x56285ca3b950, fiber = 0x0, node = {next = 0x56285a3aabc0, prev = 0x56285a3aabc0}}, as = {q = 0x56285a3aabc0, sq = 0x56285a3aabc0}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x56285a3aabc0
        queue_sleep_arg = {self = 139999318625800, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00007f543e80aef0 in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/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-random0/vm_insnhelper.c:7295
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#16 vm_exec_core (ec=0x56285ca3be34, ec@entry=0x56285ca3bb70) at ../../src/trunk-random0/insns.def:1608
        bf = 0x0
        index = 18446744073709551104
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x562854d16e08
        reg_cfp = 0x56285dbacac8
        insns_address_table = {0x7f543e8091de <vm_exec_core+1006>, 0x7f543e80916a <vm_exec_core+890>, 0x7f543e8090f5 <vm_exec_core+773>, 0x7f543e809076 <vm_exec_core+646>, 0x7f543e809743 <vm_exec_core+2387>, 0x7f543e8096c1 <vm_exec_core+2257>, 0x7f543e80964b <vm_exec_core+2139>, 0x7f543e8095e6 <vm_exec_core+2038>, 0x7f543e809581 <vm_exec_core+1937>, 0x7f543e8094b7 <vm_exec_core+1735>, 0x7f543e80938e <vm_exec_core+1438>, 0x7f543e809208 <vm_exec_core+1048>, 0x7f543e809cbe <vm_exec_core+3790>, 0x7f543e809c58 <vm_exec_core+3688>, 0x7f543e809be3 <vm_exec_core+3571>, 0x7f543e809b9e <vm_exec_core+3502>, 0x7f543e809b5e <vm_exec_core+3438>, 0x7f543e809b21 <vm_exec_core+3377>, 0x7f543e809ae4 <vm_exec_core+3316>, 0x7f543e809aa7 <vm_exec_core+3255>, 0x7f543e809a3c <vm_exec_core+3148>, 0x7f543e8099f0 <vm_exec_core+3072>, 0x7f543e8099a1 <vm_exec_core+2993>, 0x7f543e809941 <vm_exec_core+2897>, 0x7f543e8098f3 <vm_exec_core+2819>, 0x7f543e80986c <vm_exec_core+2684>, 0x7f543e80982a <vm_exec_core+2618>, 0x7f543e8097c5 <vm_exec_core+2517>, 0x7f543e80ab41 <vm_exec_core+7505>, 0x7f543e80aadf <vm_exec_core+7407>, 0x7f543e80abc0 <vm_exec_core+7632>, 0x7f543e80aa9a <vm_exec_core+7338>, 0x7f543e80a88d <vm_exec_core+6813>, 0x7f543e80a7f7 <vm_exec_core+6663>, 0x7f543e80a791 <vm_exec_core+6561>, 0x7f543e80a731 <vm_exec_core+6465>, 0x7f543e80a6cf <vm_exec_core+6367>, 0x7f543e80a67a <vm_exec_core+6282>, 0x7f543e80a61c <vm_exec_core+6188>, 0x7f543e80a5ca <vm_exec_core+6106>, 0x7f543e80a59b <vm_exec_core+6059>, 0x7f543e80a558 <vm_exec_core+5992>, 0x7f543e80a4ff <vm_exec_core+5903>, 0x7f543e80a4c3 <vm_exec_core+5843>, 0x7f543e80a40d <vm_exec_core+5661>, 0x7f543e80a3c2 <vm_exec_core+5586>, 0x7f543e80a376 <vm_exec_core+5510>, 0x7f543e80a33c <vm_exec_core+5452>, 0x7f543e80a2c5 <vm_exec_core+5333>, 0x7f543e80a25b <vm_exec_core+5227>, 0x7f543e80a204 <vm_exec_core+5140>, 0x7f543e80a18d <vm_exec_core+5021>, 0x7f543e80a101 <vm_exec_core+4881>, 0x7f543e809fe0 <vm_exec_core+4592>, 0x7f543e809f9c <vm_exec_core+4524>, 0x7f543e809f4d <vm_exec_core+4445>, 0x7f543e809edb <vm_exec_core+4331>, 0x7f543e809e0c <vm_exec_core+4124>, 0x7f543e808e60 <vm_exec_core+112>, 0x7f543e809d62 <vm_exec_core+3954>, 0x7f543e809d0b <vm_exec_core+3867>, 0x7f543e80cbf9 <vm_exec_core+15881>, 0x7f543e80b616 <vm_exec_core+10278>, 0x7f543e80b583 <vm_exec_core+10131>, 0x7f543e80b46e <vm_exec_core+9854>, 0x7f543e80b2f4 <vm_exec_core+9476>, 0x7f543e80b21c <vm_exec_core+9260>, 0x7f543e80b189 <vm_exec_core+9113>, 0x7f543e80b8bf <vm_exec_core+10959>, 0x7f543e80b781 <vm_exec_core+10641>, 0x7f543e80b719 <vm_exec_core+10537>, 0x7f543e80b6b1 <vm_exec_core+10433>, 0x7f543e80b66d <vm_exec_core+10365>, 0x7f543e80b7ca <vm_exec_core+10714>, 0x7f543e80b0eb <vm_exec_core+8955>, 0x7f543e80cb1e <vm_exec_core+15662>, 0x7f543e80cb8d <vm_exec_core+15773>, 0x7f543e80c2dc <vm_exec_core+13548>, 0x7f543e80c37d <vm_exec_core+13709>, 0x7f543e80c400 <vm_exec_core+13840>, 0x7f543e80c67e <vm_exec_core+14478>, 0x7f543e80c507 <vm_exec_core+14103>, 0x7f543e80c6dc <vm_exec_core+14572>, 0x7f543e80c4a1 <vm_exec_core+14001>, 0x7f543e80c742 <vm_exec_core+14674>, 0x7f543e80c58d <vm_exec_core+14237>, 0x7f543e80c5f3 <vm_exec_core+14339>, 0x7f543e80c7a8 <vm_exec_core+14776>, 0x7f543e80ca09 <vm_exec_core+15385>, 0x7f543e80c904 <vm_exec_core+15124>, 0x7f543e80c977 <vm_exec_core+15239>, 0x7f543e80b032 <vm_exec_core+8770>, 0x7f543e80af8c <vm_exec_core+8604>, 0x7f543e80cc4b <vm_exec_core+15963>, 0x7f543e80cc9b <vm_exec_core+16043>, 0x7f543e80ca64 <vm_exec_core+15476>, 0x7f543e80cac0 <vm_exec_core+15568>, 0x7f543e80c7fc <vm_exec_core+14860>, 0x7f543e80c871 <vm_exec_core+14977>, 0x7f543e80af13 <vm_exec_core+8483>, 0x7f543e80ae8b <vm_exec_core+8347>, 0x7f543e80adcb <vm_exec_core+8155>, 0x7f543e80ad7c <vm_exec_core+8076>, 0x7f543e80ad29 <vm_exec_core+7993>, 0x7f543e80acd8 <vm_exec_core+7912>, 0x7f543e80ac7f <vm_exec_core+7823>, 0x7f543e80ac42 <vm_exec_core+7762>, 0x7f543e80ac05 <vm_exec_core+7701>, 0x7f543e8091cd <vm_exec_core+989>, 0x7f543e809159 <vm_exec_core+873>, 0x7f543e8090e4 <vm_exec_core+756>, 0x7f543e809065 <vm_exec_core+629>, 0x7f543e809732 <vm_exec_core+2370>, 0x7f543e8096b0 <vm_exec_core+2240>, 0x7f543e80963a <vm_exec_core+2122>, 0x7f543e8095d5 <vm_exec_core+2021>, 0x7f543e809570 <vm_exec_core+1920>, 0x7f543e8094a6 <vm_exec_core+1718>, 0x7f543e80937d <vm_exec_core+1421>, 0x7f543e8091f7 <vm_exec_core+1031>, 0x7f543e809cad <vm_exec_core+3773>, 0x7f543e809c47 <vm_exec_core+3671>, 0x7f543e809bd2 <vm_exec_core+3554>, 0x7f543e809b8d <vm_exec_core+3485>, 0x7f543e809b4d <vm_exec_core+3421>, 0x7f543e809b10 <vm_exec_core+3360>, 0x7f543e809ad3 <vm_exec_core+3299>, 0x7f543e809a96 <vm_exec_core+3238>, 0x7f543e809a2b <vm_exec_core+3131>, 0x7f543e8099df <vm_exec_core+3055>, 0x7f543e809990 <vm_exec_core+2976>, 0x7f543e809930 <vm_exec_core+2880>, 0x7f543e8098e2 <vm_exec_core+2802>, 0x7f543e80985b <vm_exec_core+2667>, 0x7f543e809819 <vm_exec_core+2601>, 0x7f543e8097b4 <vm_exec_core+2500>, 0x7f543e80ab30 <vm_exec_core+7488>, 0x7f543e80aace <vm_exec_core+7390>, 0x7f543e80abaf <vm_exec_core+7615>, 0x7f543e80aa89 <vm_exec_core+7321>, 0x7f543e80a87c <vm_exec_core+6796>, 0x7f543e80a7e6 <vm_exec_core+6646>, 0x7f543e80a780 <vm_exec_core+6544>, 0x7f543e80a720 <vm_exec_core+6448>, 0x7f543e80a6be <vm_exec_core+6350>, 0x7f543e80a669 <vm_exec_core+6265>, 0x7f543e80a60b <vm_exec_core+6171>, 0x7f543e80a5b9 <vm_exec_core+6089>, 0x7f543e80a58a <vm_exec_core+6042>, 0x7f543e80a547 <vm_exec_core+5975>, 0x7f543e80a4ee <vm_exec_core+5886>, 0x7f543e80a4b2 <vm_exec_core+5826>, 0x7f543e80a3fc <vm_exec_core+5644>, 0x7f543e80a3b1 <vm_exec_core+5569>, 0x7f543e80a365 <vm_exec_core+5493>, 0x7f543e80a32b <vm_exec_core+5435>, 0x7f543e80a2b4 <vm_exec_core+5316>, 0x7f543e80a24a <vm_exec_core+5210>, 0x7f543e80a1f3 <vm_exec_core+5123>, 0x7f543e80a17c <vm_exec_core+5004>, 0x7f543e80a0f0 <vm_exec_core+4864>, 0x7f543e809fcf <vm_exec_core+4575>, 0x7f543e809f8b <vm_exec_core+4507>, 0x7f543e809f3c <vm_exec_core+4428>, 0x7f543e809eca <vm_exec_core+4314>, 0x7f543e809dfb <vm_exec_core+4107>, 0x7f543e80c0f1 <vm_exec_core+13057>, 0x7f543e809d51 <vm_exec_core+3937>, 0x7f543e809cfa <vm_exec_core+3850>, 0x7f543e80c107 <vm_exec_core+13079>, 0x7f543e80b605 <vm_exec_core+10261>, 0x7f543e80b572 <vm_exec_core+10114>, 0x7f543e80b45d <vm_exec_core+9837>, 0x7f543e80b2e3 <vm_exec_core+9459>, 0x7f543e80b20b <vm_exec_core+9243>, 0x7f543e80b178 <vm_exec_core+9096>, 0x7f543e80b8ae <vm_exec_core+10942>, 0x7f543e80b770 <vm_exec_core+10624>, 0x7f543e80b708 <vm_exec_core+10520>, 0x7f543e80b6a0 <vm_exec_core+10416>, 0x7f543e80b65c <vm_exec_core+10348>, 0x7f543e80b7b9 <vm_exec_core+10697>, 0x7f543e80b0da <vm_exec_core+8938>, 0x7f543e80c11d <vm_exec_core+13101>, 0x7f543e80c133 <vm_exec_core+13123>, 0x7f543e80c149 <vm_exec_core+13145>, 0x7f543e80c15f <vm_exec_core+13167>, 0x7f543e80c175 <vm_exec_core+13189>, 0x7f543e80c18b <vm_exec_core+13211>, 0x7f543e80c1a1 <vm_exec_core+13233>, 0x7f543e80c1be <vm_exec_core+13262>, 0x7f543e80c1d4 <vm_exec_core+13284>, 0x7f543e80c1ea <vm_exec_core+13306>, 0x7f543e80c200 <vm_exec_core+13328>, 0x7f543e80c216 <vm_exec_core+13350>, 0x7f543e80c22c <vm_exec_core+13372>, 0x7f543e80c242 <vm_exec_core+13394>, 0x7f543e80c258 <vm_exec_core+13416>, 0x7f543e80c26e <vm_exec_core+13438>, 0x7f543e80b021 <vm_exec_core+8753>...}
#17 0x00007f543e80f819 in rb_vm_exec (ec=0x56285ca3bb70) at /tmp/ruby/src/trunk-random0/vm.c:2567
        _ec = 0x56285ca3bb70
        _tag = {tag = 36, retval = 4, buf = {0x7f541b15ebd0, 0x7f543e80f820 <rb_vm_exec+400>, 0x0, 0x7f541b15eab0, 0x3000000028}, prev = 0x7f541b15ecd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00007f543e81510e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f5421a7dce0, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007f543e815486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x56285ca3bdb0, argc=argc@entry=0, argv=argv@entry=0x7f541b15eb80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-random0/vm.c:1743
        self = <optimized out>
#20 0x00007f543e7bad60 in thread_do_start_proc (th=th@entry=0x56285ca3b950) at /tmp/ruby/src/trunk-random0/thread.c:598
        args = 139999317760520
        args_ptr = 0x7f541b15eb80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x56285ca3bdb0
#21 0x00007f543e7bb152 in thread_do_start (th=0x56285ca3b950) at /tmp/ruby/src/trunk-random0/thread.c:615
        result = 36
        result = <optimized out>
#22 thread_start_func_2 (th=th@entry=0x56285ca3b950, stack_start=stack_start@entry=0x7f541b15eda8) at /tmp/ruby/src/trunk-random0/thread.c:670
        _ec = 0x56285ca3bb70
        _tag = {tag = 36, retval = 9954478181269174528, buf = {0x7f541b15eda8, 0x7f543e7bb0d0 <thread_start_func_2+624>, 0x0, 0x7f541b15ebe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x562854c20060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#23 0x00007f543e7bc04d in call_thread_start_func_2 (th=0x56285ca3b950) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7f541b15eda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#24 nt_start (ptr=0x56285ca3bde0) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2281
        th = 0x56285ca3b950
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007f543e1a6a94 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 = {139999208404672, -3532388349441928921, 139999208404672, -256, 2, 140724110453616, -3532388349429346009, -3532469597637504729}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007f543e233c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 5 (Thread 0x7f5424a9f6c0 (LWP 87226) "ruby"):
#0  0x00007f543e234042 in epoll_wait (epfd=4, events=events@entry=0x7f543eb44a7c <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  0x00007f543e7b57e5 in event_wait (vm=0x562854c1dad0) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2925
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x562854c1dad0) at /tmp/ruby/src/trunk-random0/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=0x562854c1dad0) at /tmp/ruby/src/trunk-random0/thread_pthread.c:3052
        vm = 0x562854c1dad0
#4  0x00007f543e1a6a94 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 = {139999369098944, -3532492287650492121, 139999369098944, -256, 25, 140724110454016, -3532492287637909209, -3532469597637504729}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f543e233c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7f54194286c0 (LWP 87942) "utils.rb:164"):
#0  0x00007f543e1a2d61 in __futex_abstimed_wait_common64 (private=32595, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7f53d4008674) 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=32595, abstime=0x0, clockid=0, expected=0, futex_word=0x7f53d4008674) 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=0x7f53d4008674, 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  0x00007f543e1a57dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x562854c25ac0, cond=0x7f53d4008648) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f543e1a54a0 <__condvar_cleanup_waiting>, __arg = 0x7f54194277e0, __canceltype = 1500029280, __prev = 0x0}
        cbuffer = {wseq = 82095, cond = 0x7f53d4008648, mutex = 0x562854c25ac0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 82095
        seq = 41047
        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=0x7f53d4008648, mutex=mutex@entry=0x562854c25ac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007f543e7b0bcd in rb_native_cond_wait (cond=cond@entry=0x7f53d4008648, mutex=mutex@entry=0x562854c25ac0) at /tmp/ruby/src/trunk-random0/thread_pthread.c:222
        r = <optimized out>
#6  0x00007f543e7b2299 in thread_sched_wait_running_turn (sched=sched@entry=0x562854c25ac0, th=th@entry=0x7f53d400b080, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-random0/thread_pthread.c:863
        next_th = 0x7f53bc0b8eb0
#7  0x00007f543e7b76b2 in thread_sched_yield (th=0x7f53d400b080, sched=0x562854c25ac0) at /tmp/ruby/src/trunk-random0/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-random0/thread.c:1456
        th = 0x7f53d400b080
#9  0x00007f543e7b7a25 in rb_threadptr_execute_interrupts (th=0x7f53d400b080, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk-random0/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 0x00007f543e7b7db6 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk-random0/thread.c:2452
        interrupt = <optimized out>
        postponed_job_interrupt = 0
        ret = 0
        sig = <optimized out>
        timer_interrupt = <optimized out>
        pending_interrupt = <optimized out>
        trap_interrupt = <optimized out>
        terminate_interrupt = <optimized out>
        _lev = <optimized out>
        prev_status = <optimized out>
        err = <optimized out>
        limits_us = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#11 0x00007f543e7f7736 in rb_vm_check_ints (ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm_core.h:2106
No locals.
#12 rb_vm_check_ints (ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm_core.h:2097
No locals.
#13 vm_pop_frame (ep=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:456
        flags = <optimized out>
        flags = <optimized out>
#14 rb_vm_pop_frame (ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:465
No locals.
#15 vm_exec_handle_exception (ec=0x7f53d40083e0, state=<optimized out>, state@entry=RUBY_TAG_RAISE, errinfo=139997139833760) at /tmp/ruby/src/trunk-random0/vm.c:2633
        i = <optimized out>
        cfp = <optimized out>
        entry = <optimized out>
        ct = <error reading variable ct (Cannot access memory at address 0x0)>
        cont_sp = <optimized out>
        args = <optimized out>
        catch_iseq = <optimized out>
        type = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        epc = <optimized out>
        cont_pc = <optimized out>
        escape_cfp = <optimized out>
        err = 0x7f539fca13a0
#16 0x00007f543e80f883 in vm_exec_loop (result=<optimized out>, tag=0x7f5419427ad0, state=RUBY_TAG_RAISE, ec=0x7f53d40083e0) at /tmp/ruby/src/trunk-random0/vm.c:2590
        vm_loop_start = <optimized out>
#17 rb_vm_exec (ec=0x7f53d40083e0) at /tmp/ruby/src/trunk-random0/vm.c:2573
        _ec = 0x7f53d40083e0
        _tag = {tag = 36, retval = 4, buf = {0x7f5419427bd0, 0x7f543e80f820 <rb_vm_exec+400>, 0x0, 0x7f5419427ab0, 0x3000000028}, prev = 0x7f5419427cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#18 0x00007f543e81510e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f5422f4f5b0, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007f543e815486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x7f53d400b5e0, argc=argc@entry=0, argv=argv@entry=0x7f5419427b80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-random0/vm.c:1743
        self = <optimized out>
#20 0x00007f543e7bad60 in thread_do_start_proc (th=th@entry=0x7f53d400b080) at /tmp/ruby/src/trunk-random0/thread.c:598
        args = 139999187279040
        args_ptr = 0x7f5419427b80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x7f53d400b5e0
#21 0x00007f543e7bb152 in thread_do_start (th=0x7f53d400b080) at /tmp/ruby/src/trunk-random0/thread.c:615
        result = 36
        result = <optimized out>
#22 thread_start_func_2 (th=th@entry=0x7f53d400b080, stack_start=stack_start@entry=0x7f5419427da8) at /tmp/ruby/src/trunk-random0/thread.c:670
        _ec = 0x7f53d40083e0
        _tag = {tag = 36, retval = 9954478181269174528, buf = {0x7f5419427da8, 0x7f543e7bb0d0 <thread_start_func_2+624>, 0x0, 0x7f5419427be0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x562854c20060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#23 0x00007f543e7bc04d in call_thread_start_func_2 (th=0x7f53d400b080) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7f5419427da8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#24 nt_start (ptr=0x7f53d4008620) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2281
        th = 0x7f53d400b080
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007f543e1a6a94 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 = {139999177770688, -3532393113097531097, 139999177770688, -256, 0, 139999180722656, -3532393113084948185, -3532469597637504729}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007f543e233c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7f541977e6c0 (LWP 87950) "utils.rb:164"):
#0  gc_sweep_plane (heap=<optimized out>, ctx=<synthetic pointer>, bitset=8191, p=139999214167080, objspace=0x562854c20440) at /tmp/ruby/src/trunk-random0/gc_impl.c:3749
        vp = <optimized out>
        sweep_page = <optimized out>
        slot_size = <optimized out>
        slot_bits = <optimized out>
        sweep_page = <optimized out>
        slot_size = <optimized out>
        slot_bits = <optimized out>
        __func__ = <optimized out>
        vp = <optimized out>
        has_object_id = <optimized out>
        _zzq_args = <optimized out>
        _zzq_result = <optimized out>
#1  gc_sweep_page (ctx=<synthetic pointer>, heap=<optimized out>, objspace=0x562854c20440) at /tmp/ruby/src/trunk-random0/gc_impl.c:3799
        i = <optimized out>
        sweep_page = <optimized out>
        bits = <optimized out>
        page_rvalue_count = <optimized out>
        out_of_range_bits = <optimized out>
        bitmap_plane_count = <optimized out>
        p = 139999214165000
        bitset = <optimized out>
        sweep_page = <optimized out>
        __func__ = <optimized out>
        p = <optimized out>
        bits = <optimized out>
        bitset = <optimized out>
        page_rvalue_count = <optimized out>
        out_of_range_bits = <optimized out>
        bitmap_plane_count = <optimized out>
        i = <optimized out>
#2  gc_sweep_step (objspace=objspace@entry=0x562854c20440, size_pool=size_pool@entry=0x562854c20460, heap=heap@entry=0x562854c204b0) at /tmp/ruby/src/trunk-random0/gc_impl.c:4096
        ctx = {page = <optimized out>, final_slots = <optimized out>, freed_slots = 0, empty_slots = 1458}
        free_slots = <optimized out>
        sweep_page = <optimized out>
        unlink_limit = 3
        swept_slots = 0
        pooled_slots = 1638
#3  0x00007f543e63cb4e in gc_sweep_rest (objspace=<optimized out>) at /tmp/ruby/src/trunk-random0/gc_impl.c:4153
        size_pool = 0x562854c20460
        i = 0
#4  gc_sweep_continue (heap=0x8a25692a2eecf900, sweep_size_pool=0x562854c20620, objspace=0x562854c20440) at /tmp/ruby/src/trunk-random0/gc_impl.c:4176
        size_pool = 0x562854c20620
        i = 2
        __func__ = <optimized out>
        i = <optimized out>
        size_pool = <optimized out>
#5  gc_continue (objspace=objspace@entry=0x562854c20440, size_pool=size_pool@entry=0x562854c20620, heap=heap@entry=0x562854c20670) at /tmp/ruby/src/trunk-random0/gc_impl.c:2275
        lock_lev = 0
#6  0x00007f543e63e9ff in heap_prepare (heap=<optimized out>, size_pool=<optimized out>, objspace=0x562854c20440) at /tmp/ruby/src/trunk-random0/gc_impl.c:2287
        __func__ = <optimized out>
#7  heap_next_free_page (heap=<optimized out>, size_pool=<optimized out>, objspace=0x562854c20440) at /tmp/ruby/src/trunk-random0/gc_impl.c:2476
        page = <optimized out>
        page = <optimized out>
        __func__ = <optimized out>
#8  newobj_alloc (vm_locked=true, size_pool_idx=<optimized out>, cache=0x562854c25bb0, objspace=0x562854c20440) at /tmp/ruby/src/trunk-random0/gc_impl.c:2585
        page = <optimized out>
        lev = 1
        unlock_vm = true
        size_pool = <optimized out>
        heap = <optimized out>
        obj = <optimized out>
        size_pool = <optimized out>
        heap = <optimized out>
        obj = <optimized out>
        lev = <optimized out>
        unlock_vm = <optimized out>
        page = <optimized out>
#9  rb_gc_impl_new_obj (objspace_ptr=0x562854c20440, cache_ptr=cache_ptr@entry=0x562854c25bb0, klass=klass@entry=139999369423960, flags=flags@entry=5, v1=v1@entry=0, v2=v2@entry=0, v3=0, wb_protected=true, alloc_size=145) at /tmp/ruby/src/trunk-random0/gc_impl.c:2678
        obj = <optimized out>
        objspace = 0x562854c20440
        size_pool_idx = <optimized out>
        cache = 0x562854c25bb0
        cnt = <optimized out>
        i = <optimized out>
#10 0x00007f543e62cf66 in newobj_of (cr=<optimized out>, size=145, wb_protected=true, v3=0, v2=0, v1=0, flags=5, klass=139999369423960) at /tmp/ruby/src/trunk-random0/gc.c:986
        obj = <optimized out>
        obj = <optimized out>
        lev = <optimized out>
#11 rb_wb_protected_newobj_of (ec=<optimized out>, klass=139999369423960, flags=flags@entry=5, size=size@entry=145) at /tmp/ruby/src/trunk-random0/gc.c:1013
No locals.
#12 0x00007f543e788bf4 in str_alloc_embed (capa=121, klass=<optimized out>) at /tmp/ruby/src/trunk-random0/string.c:912
        size = 145
        str = <optimized out>
        size = <optimized out>
        str = <optimized out>
#13 0x00007f543e7709e1 in rb_enc_vsprintf (enc=0x0, fmt=0x7f543e9af8f0 <closed_stream> "closed stream", ap=0x7f541977cec0) at /tmp/ruby/src/trunk-random0/sprintf.c:1182
        initial_len = 120
        result = <optimized out>
#14 0x00007f543e612a63 in rb_vraise (exc=139999369231680, fmt=<optimized out>, ap=ap@entry=0x7f541977cec0) at /tmp/ruby/src/trunk-random0/error.c:3624
No locals.
#15 0x00007f543e612b1a in rb_raise (exc=<optimized out>, fmt=fmt@entry=0x7f543e9af8f0 <closed_stream> "closed stream") at /tmp/ruby/src/trunk-random0/error.c:3632
        args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7f541977cfa0, reg_save_area = 0x7f541977cee0}}
#16 0x00007f543e6559a3 in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-random0/io.c:748
No locals.
#17 0x00007f543e658dbb in io_fd_check_closed (fd=<optimized out>) at /tmp/ruby/src/trunk-random0/io.c:778
No locals.
#18 rb_io_check_closed (fptr=fptr@entry=0x7f53bc00f320) at /tmp/ruby/src/trunk-random0/io.c:777
No locals.
#19 0x00007f543df16812 in rsock_s_accept (klass=139999345152600, io=139997139804120, sockaddr=sockaddr@entry=0x7f541977d040, len=len@entry=0x7f541977d03c) at /tmp/ruby/src/trunk-random0/ext/socket/init.c:708
        fptr = 0x7f53bc00f320
        accept_arg = {fd = 0, sockaddr = 0x0, len = 0x3e1a54a0}
        retry = <optimized out>
        peer = <optimized out>
        retry = <optimized out>
#20 0x00007f543df27992 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-random0/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 53828, sa_data = "\016\274S\177\000\000R\223\032>T\177\000"}, in = {sin_family = 53828, sin_port = 48142, sin_addr = {s_addr = 32595}, sin_zero = "R\223\032>T\177\000"}, in6 = {sin6_family = 53828, sin6_port = 48142, sin6_flowinfo = 32595, sin6_addr = {__in6_u = {__u6_addr8 = "R\223\032>T\177\000\000p\320w\031T\177\000", __u6_addr16 = {37714, 15898, 32596, 0, 53360, 6519, 32596, 0}, __u6_addr32 = {1041929042, 32596, 427282544, 32596}}}, sin6_scope_id = 1}, un = {sun_family = 53828, sun_path = "\016\274S\177\000\000R\223\032>T\177\000\000p\320w\031T\177\000\000\001\000\000\000(V\000\000\023\000\000\000\000\000\000\000<\322\016\274S\177\000\000\326 \230>T\177\000\000\023\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000,\322\016\274S\177\000\000\300\320w\031T\177\000\000\000\371\354.\000\000\000\000\004\000\000\000\000\000\000\000\017\000\000\000\000"}, storage = {ss_family = 53828, __ss_padding = "\016\274S\177\000\000R\223\032>T\177\000\000p\320w\031T\177\000\000\001\000\000\000(V\000\000\023\000\000\000\000\000\000\000<\322\016\274S\177\000\000\326 \230>T\177\000\000\023\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000,\322\016\274S\177\000\000\300\320w\031T\177\000\000\000\371\354.\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 = "D\322\016\274S\177\000\000R\223\032>T\177\000\000p\320w\031T\177\000\000\001\000\000\000(V\000\000\023\000\000\000\000\000\000\000<\322\016\274S\177\000\000\326 \230>T\177\000\000\023\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000,\322\016\274S\177\000\000\300\320w\031T\177\000\000\000\371\354.\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\240T\032>T\177\000\000\340\320w\031T\177\000\000Џ\v\274S\177\000\000\320\332\301T(V\000\000\000\000\000\000\000\000\000\000]\371z>T\177\000\000\300Z\302T(V\000\000\322\r{>T\177\000\000\254\321w\031T\177\000\000\000"...}
        length = 2048
#21 0x00007f543e7f5cec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f53bc1f0650, ec=0x7f53bc0abfc0) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:3780
        ci = 0x1040100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f54214b47a0
        cfunc = 0x562855562488
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#22 vm_call_cfunc_with_frame (ec=0x7f53bc0abfc0, reg_cfp=0x7f53bc1f0650, calling=<optimized out>) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:3826
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#23 0x00007f543e808fcd 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-random0/vm_callinfo.h:412
        val = 94731232685632
        ci = 0x56285af43d90
        cc = <optimized out>
        recv = 1
        argc = <optimized out>
        calling = {cd = 0x562855792e40, cc = 0x7f542113fef8, block_handler = 0, recv = 139997139804120, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#24 vm_exec_core (ec=0x56285af43d90, ec@entry=0x7f53bc0abfc0) at ../../src/trunk-random0/insns.def:918
        bh = <optimized out>
        cd = 0x562855792e40
        leaf = <optimized out>
        val = 94731232685632
        reg_pc = 0x562855586820
        reg_cfp = 0x7f53bc1f0650
        insns_address_table = {0x7f543e8091de <vm_exec_core+1006>, 0x7f543e80916a <vm_exec_core+890>, 0x7f543e8090f5 <vm_exec_core+773>, 0x7f543e809076 <vm_exec_core+646>, 0x7f543e809743 <vm_exec_core+2387>, 0x7f543e8096c1 <vm_exec_core+2257>, 0x7f543e80964b <vm_exec_core+2139>, 0x7f543e8095e6 <vm_exec_core+2038>, 0x7f543e809581 <vm_exec_core+1937>, 0x7f543e8094b7 <vm_exec_core+1735>, 0x7f543e80938e <vm_exec_core+1438>, 0x7f543e809208 <vm_exec_core+1048>, 0x7f543e809cbe <vm_exec_core+3790>, 0x7f543e809c58 <vm_exec_core+3688>, 0x7f543e809be3 <vm_exec_core+3571>, 0x7f543e809b9e <vm_exec_core+3502>, 0x7f543e809b5e <vm_exec_core+3438>, 0x7f543e809b21 <vm_exec_core+3377>, 0x7f543e809ae4 <vm_exec_core+3316>, 0x7f543e809aa7 <vm_exec_core+3255>, 0x7f543e809a3c <vm_exec_core+3148>, 0x7f543e8099f0 <vm_exec_core+3072>, 0x7f543e8099a1 <vm_exec_core+2993>, 0x7f543e809941 <vm_exec_core+2897>, 0x7f543e8098f3 <vm_exec_core+2819>, 0x7f543e80986c <vm_exec_core+2684>, 0x7f543e80982a <vm_exec_core+2618>, 0x7f543e8097c5 <vm_exec_core+2517>, 0x7f543e80ab41 <vm_exec_core+7505>, 0x7f543e80aadf <vm_exec_core+7407>, 0x7f543e80abc0 <vm_exec_core+7632>, 0x7f543e80aa9a <vm_exec_core+7338>, 0x7f543e80a88d <vm_exec_core+6813>, 0x7f543e80a7f7 <vm_exec_core+6663>, 0x7f543e80a791 <vm_exec_core+6561>, 0x7f543e80a731 <vm_exec_core+6465>, 0x7f543e80a6cf <vm_exec_core+6367>, 0x7f543e80a67a <vm_exec_core+6282>, 0x7f543e80a61c <vm_exec_core+6188>, 0x7f543e80a5ca <vm_exec_core+6106>, 0x7f543e80a59b <vm_exec_core+6059>, 0x7f543e80a558 <vm_exec_core+5992>, 0x7f543e80a4ff <vm_exec_core+5903>, 0x7f543e80a4c3 <vm_exec_core+5843>, 0x7f543e80a40d <vm_exec_core+5661>, 0x7f543e80a3c2 <vm_exec_core+5586>, 0x7f543e80a376 <vm_exec_core+5510>, 0x7f543e80a33c <vm_exec_core+5452>, 0x7f543e80a2c5 <vm_exec_core+5333>, 0x7f543e80a25b <vm_exec_core+5227>, 0x7f543e80a204 <vm_exec_core+5140>, 0x7f543e80a18d <vm_exec_core+5021>, 0x7f543e80a101 <vm_exec_core+4881>, 0x7f543e809fe0 <vm_exec_core+4592>, 0x7f543e809f9c <vm_exec_core+4524>, 0x7f543e809f4d <vm_exec_core+4445>, 0x7f543e809edb <vm_exec_core+4331>, 0x7f543e809e0c <vm_exec_core+4124>, 0x7f543e808e60 <vm_exec_core+112>, 0x7f543e809d62 <vm_exec_core+3954>, 0x7f543e809d0b <vm_exec_core+3867>, 0x7f543e80cbf9 <vm_exec_core+15881>, 0x7f543e80b616 <vm_exec_core+10278>, 0x7f543e80b583 <vm_exec_core+10131>, 0x7f543e80b46e <vm_exec_core+9854>, 0x7f543e80b2f4 <vm_exec_core+9476>, 0x7f543e80b21c <vm_exec_core+9260>, 0x7f543e80b189 <vm_exec_core+9113>, 0x7f543e80b8bf <vm_exec_core+10959>, 0x7f543e80b781 <vm_exec_core+10641>, 0x7f543e80b719 <vm_exec_core+10537>, 0x7f543e80b6b1 <vm_exec_core+10433>, 0x7f543e80b66d <vm_exec_core+10365>, 0x7f543e80b7ca <vm_exec_core+10714>, 0x7f543e80b0eb <vm_exec_core+8955>, 0x7f543e80cb1e <vm_exec_core+15662>, 0x7f543e80cb8d <vm_exec_core+15773>, 0x7f543e80c2dc <vm_exec_core+13548>, 0x7f543e80c37d <vm_exec_core+13709>, 0x7f543e80c400 <vm_exec_core+13840>, 0x7f543e80c67e <vm_exec_core+14478>, 0x7f543e80c507 <vm_exec_core+14103>, 0x7f543e80c6dc <vm_exec_core+14572>, 0x7f543e80c4a1 <vm_exec_core+14001>, 0x7f543e80c742 <vm_exec_core+14674>, 0x7f543e80c58d <vm_exec_core+14237>, 0x7f543e80c5f3 <vm_exec_core+14339>, 0x7f543e80c7a8 <vm_exec_core+14776>, 0x7f543e80ca09 <vm_exec_core+15385>, 0x7f543e80c904 <vm_exec_core+15124>, 0x7f543e80c977 <vm_exec_core+15239>, 0x7f543e80b032 <vm_exec_core+8770>, 0x7f543e80af8c <vm_exec_core+8604>, 0x7f543e80cc4b <vm_exec_core+15963>, 0x7f543e80cc9b <vm_exec_core+16043>, 0x7f543e80ca64 <vm_exec_core+15476>, 0x7f543e80cac0 <vm_exec_core+15568>, 0x7f543e80c7fc <vm_exec_core+14860>, 0x7f543e80c871 <vm_exec_core+14977>, 0x7f543e80af13 <vm_exec_core+8483>, 0x7f543e80ae8b <vm_exec_core+8347>, 0x7f543e80adcb <vm_exec_core+8155>, 0x7f543e80ad7c <vm_exec_core+8076>, 0x7f543e80ad29 <vm_exec_core+7993>, 0x7f543e80acd8 <vm_exec_core+7912>, 0x7f543e80ac7f <vm_exec_core+7823>, 0x7f543e80ac42 <vm_exec_core+7762>, 0x7f543e80ac05 <vm_exec_core+7701>, 0x7f543e8091cd <vm_exec_core+989>, 0x7f543e809159 <vm_exec_core+873>, 0x7f543e8090e4 <vm_exec_core+756>, 0x7f543e809065 <vm_exec_core+629>, 0x7f543e809732 <vm_exec_core+2370>, 0x7f543e8096b0 <vm_exec_core+2240>, 0x7f543e80963a <vm_exec_core+2122>, 0x7f543e8095d5 <vm_exec_core+2021>, 0x7f543e809570 <vm_exec_core+1920>, 0x7f543e8094a6 <vm_exec_core+1718>, 0x7f543e80937d <vm_exec_core+1421>, 0x7f543e8091f7 <vm_exec_core+1031>, 0x7f543e809cad <vm_exec_core+3773>, 0x7f543e809c47 <vm_exec_core+3671>, 0x7f543e809bd2 <vm_exec_core+3554>, 0x7f543e809b8d <vm_exec_core+3485>, 0x7f543e809b4d <vm_exec_core+3421>, 0x7f543e809b10 <vm_exec_core+3360>, 0x7f543e809ad3 <vm_exec_core+3299>, 0x7f543e809a96 <vm_exec_core+3238>, 0x7f543e809a2b <vm_exec_core+3131>, 0x7f543e8099df <vm_exec_core+3055>, 0x7f543e809990 <vm_exec_core+2976>, 0x7f543e809930 <vm_exec_core+2880>, 0x7f543e8098e2 <vm_exec_core+2802>, 0x7f543e80985b <vm_exec_core+2667>, 0x7f543e809819 <vm_exec_core+2601>, 0x7f543e8097b4 <vm_exec_core+2500>, 0x7f543e80ab30 <vm_exec_core+7488>, 0x7f543e80aace <vm_exec_core+7390>, 0x7f543e80abaf <vm_exec_core+7615>, 0x7f543e80aa89 <vm_exec_core+7321>, 0x7f543e80a87c <vm_exec_core+6796>, 0x7f543e80a7e6 <vm_exec_core+6646>, 0x7f543e80a780 <vm_exec_core+6544>, 0x7f543e80a720 <vm_exec_core+6448>, 0x7f543e80a6be <vm_exec_core+6350>, 0x7f543e80a669 <vm_exec_core+6265>, 0x7f543e80a60b <vm_exec_core+6171>, 0x7f543e80a5b9 <vm_exec_core+6089>, 0x7f543e80a58a <vm_exec_core+6042>, 0x7f543e80a547 <vm_exec_core+5975>, 0x7f543e80a4ee <vm_exec_core+5886>, 0x7f543e80a4b2 <vm_exec_core+5826>, 0x7f543e80a3fc <vm_exec_core+5644>, 0x7f543e80a3b1 <vm_exec_core+5569>, 0x7f543e80a365 <vm_exec_core+5493>, 0x7f543e80a32b <vm_exec_core+5435>, 0x7f543e80a2b4 <vm_exec_core+5316>, 0x7f543e80a24a <vm_exec_core+5210>, 0x7f543e80a1f3 <vm_exec_core+5123>, 0x7f543e80a17c <vm_exec_core+5004>, 0x7f543e80a0f0 <vm_exec_core+4864>, 0x7f543e809fcf <vm_exec_core+4575>, 0x7f543e809f8b <vm_exec_core+4507>, 0x7f543e809f3c <vm_exec_core+4428>, 0x7f543e809eca <vm_exec_core+4314>, 0x7f543e809dfb <vm_exec_core+4107>, 0x7f543e80c0f1 <vm_exec_core+13057>, 0x7f543e809d51 <vm_exec_core+3937>, 0x7f543e809cfa <vm_exec_core+3850>, 0x7f543e80c107 <vm_exec_core+13079>, 0x7f543e80b605 <vm_exec_core+10261>, 0x7f543e80b572 <vm_exec_core+10114>, 0x7f543e80b45d <vm_exec_core+9837>, 0x7f543e80b2e3 <vm_exec_core+9459>, 0x7f543e80b20b <vm_exec_core+9243>, 0x7f543e80b178 <vm_exec_core+9096>, 0x7f543e80b8ae <vm_exec_core+10942>, 0x7f543e80b770 <vm_exec_core+10624>, 0x7f543e80b708 <vm_exec_core+10520>, 0x7f543e80b6a0 <vm_exec_core+10416>, 0x7f543e80b65c <vm_exec_core+10348>, 0x7f543e80b7b9 <vm_exec_core+10697>, 0x7f543e80b0da <vm_exec_core+8938>, 0x7f543e80c11d <vm_exec_core+13101>, 0x7f543e80c133 <vm_exec_core+13123>, 0x7f543e80c149 <vm_exec_core+13145>, 0x7f543e80c15f <vm_exec_core+13167>, 0x7f543e80c175 <vm_exec_core+13189>, 0x7f543e80c18b <vm_exec_core+13211>, 0x7f543e80c1a1 <vm_exec_core+13233>, 0x7f543e80c1be <vm_exec_core+13262>, 0x7f543e80c1d4 <vm_exec_core+13284>, 0x7f543e80c1ea <vm_exec_core+13306>, 0x7f543e80c200 <vm_exec_core+13328>, 0x7f543e80c216 <vm_exec_core+13350>, 0x7f543e80c22c <vm_exec_core+13372>, 0x7f543e80c242 <vm_exec_core+13394>, 0x7f543e80c258 <vm_exec_core+13416>, 0x7f543e80c26e <vm_exec_core+13438>, 0x7f543e80b021 <vm_exec_core+8753>...}
#25 0x00007f543e80fab9 in vm_exec_loop (result=<optimized out>, tag=0x7f541977dad0, state=<optimized out>, ec=0x7f53bc0abfc0) at /tmp/ruby/src/trunk-random0/vm.c:2594
        vm_loop_start = <optimized out>
#26 rb_vm_exec (ec=0x7f53bc0abfc0) at /tmp/ruby/src/trunk-random0/vm.c:2573
        _ec = 0x7f53bc0abfc0
        _tag = {tag = 36, retval = 4, buf = {0x7f541977dbd0, 0x7f543e80f820 <rb_vm_exec+400>, 0x0, 0x7f541977dab0, 0x3000000028}, prev = 0x7f541977dcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#27 0x00007f543e81510e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f5422f4f5b0, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#28 0x00007f543e815486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x7f53bc0ee350, argc=argc@entry=0, argv=argv@entry=0x7f541977db80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-random0/vm.c:1743
        self = <optimized out>
#29 0x00007f543e7bad60 in thread_do_start_proc (th=th@entry=0x7f53bc0b8eb0) at /tmp/ruby/src/trunk-random0/thread.c:598
        args = 139997139804000
        args_ptr = 0x7f541977db80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x7f53bc0ee350
#30 0x00007f543e7bb152 in thread_do_start (th=0x7f53bc0b8eb0) at /tmp/ruby/src/trunk-random0/thread.c:615
        result = 36
        result = <optimized out>
#31 thread_start_func_2 (th=th@entry=0x7f53bc0b8eb0, stack_start=stack_start@entry=0x7f541977dda8) at /tmp/ruby/src/trunk-random0/thread.c:670
        _ec = 0x7f53bc0abfc0
        _tag = {tag = 36, retval = 9954478181269174528, buf = {0x7f541977dda8, 0x7f543e7bb0d0 <thread_start_func_2+624>, 0x0, 0x7f541977dbe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x562854c20060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#32 0x00007f543e7bc04d in call_thread_start_func_2 (th=0x7f53bc0b8eb0) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7f541977dda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#33 nt_start (ptr=0x7f53bc0ed1f0) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2281
        th = 0x7f53bc0b8eb0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#34 0x00007f543e1a6a94 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 = {139999181268672, -3532393006797090521, 139999181268672, -256, 0, 139999181533664, -3532393006784507609, -3532469597637504729}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#35 0x00007f543e233c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7f54196556c0 (LWP 87995) "test_mutex.rb:*"):
#0  0x00007f543e230cd7 in __GI___select (nfds=8, readfds=0x7f53a8006a70, writefds=0x7f53a80069e0, exceptfds=0x7f53a8006950, timeout=0x0) at ../sysdeps/unix/sysv/linux/select.c:69
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        s = <optimized out>
        us = <optimized out>
        ns = <optimized out>
        ts64 = {tv_sec = 94731352660544, tv_nsec = 139999802226989}
        pts64 = 0x0
        r = <optimized out>
#1  0x00007f543e7bd177 in rb_fd_select (n=<optimized out>, readfds=<optimized out>, writefds=<optimized out>, exceptfds=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-random0/thread.c:4140
        r = <optimized out>
        w = <optimized out>
        e = <optimized out>
#2  0x00007f543e7bd5af in native_fd_select (th=<optimized out>, timeout=<optimized out>, exceptfds=<optimized out>, writefds=<optimized out>, readfds=<optimized out>, n=<optimized out>) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2439
No locals.
#3  do_select (p=p@entry=139999180047680) at /tmp/ruby/src/trunk-random0/thread.c:4291
        tv = {tv_sec = 0, tv_usec = 94731343539168}
        __region = {prev_status = THREAD_RUNNABLE}
        set = <optimized out>
        result = 0
        lerrno = 0
        to = <optimized out>
        rel = 94731429471848
        end = <optimized out>
        endtime = 0
#4  0x00007f543e61d510 in rb_ensure (b_proc=b_proc@entry=0x7f543e7bd280 <do_select>, data1=data1@entry=139999180047680, e_proc=e_proc@entry=0x7f543e7bcda0 <select_set_free>, data2=data2@entry=139999180047680) at /tmp/ruby/src/trunk-random0/eval.c:1059
        _ec = 0x56285c14abe0
        _tag = {tag = 36, retval = 0, buf = {0x7f5419654810, 0x7f543e61d5f0 <rb_ensure+512>, 0x0, 0x7f5419654460, 0x80}, prev = 0x7f54196546f0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x56285c14abe0
        ensure_list = {next = 0x7f54196546d0, entry = {marker = 0, e_proc = 0x7f543e7bcda0 <select_set_free>, data2 = 139999180047680}}
#5  0x00007f543e7bdaa9 in rb_thread_fd_select (max=max@entry=8, read=read@entry=0x7f54196547f0, write=write@entry=0x7f5419654800, except=except@entry=0x7f5419654810, timeout=<optimized out>) at /tmp/ruby/src/trunk-random0/thread.c:4351
        set = {max = 8, th = 0x56285c9fda40, rset = 0x7f54196547f0, wset = 0x7f5419654800, eset = 0x7f5419654810, orig_rset = {maxfd = 8, fdset = 0x7f53a8006c20}, orig_wset = {maxfd = 8, fdset = 0x7f53a8006b90}, orig_eset = {maxfd = 8, fdset = 0x7f53a8006b00}, timeout = 0x0}
#6  0x00007f543e65a276 in select_internal (fds=0x7f54196547f0, tp=<optimized out>, except=<optimized out>, write=<optimized out>, read=139997139566240) at /tmp/ruby/src/trunk-random0/io.c:10633
        res = <optimized out>
        rp = <optimized out>
        ep = 0x7f5419654810
        max = 8
        n = <optimized out>
        list = <optimized out>
        wp = 0x7f5419654800
        fptr = <optimized out>
        i = <optimized out>
        pending = 0
        timerec = {tv_sec = 0, tv_usec = 139999802658877}
        res = <optimized out>
        list = <optimized out>
        rp = <optimized out>
        wp = <optimized out>
        ep = <optimized out>
        fptr = <optimized out>
        i = <optimized out>
        max = <optimized out>
        n = <optimized out>
        pending = <optimized out>
        timerec = <optimized out>
        write_io = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        errno_to_fail = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
#7  select_call (arg=arg@entry=139999180048336) at /tmp/ruby/src/trunk-random0/io.c:10703
        p = 0x7f54196547d0
#8  0x00007f543e61d510 in rb_ensure (b_proc=b_proc@entry=0x7f543e65a1e0 <select_call>, data1=data1@entry=139999180048336, e_proc=e_proc@entry=0x7f543e655460 <select_end>, data2=data2@entry=139999180048336) at /tmp/ruby/src/trunk-random0/eval.c:1059
        _ec = 0x56285c14abe0
        _tag = {tag = 36, retval = 139999369426360, buf = {0x4, 0x7f543e61d5f0 <rb_ensure+512>, 0x0, 0x7f54196546a0, 0x4}, prev = 0x7f5419654ad0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x56285c14abe0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f543e655460 <select_end>, data2 = 139999180048336}}
#9  0x00007f543e6553e0 in rb_f_select (argc=4, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk-random0/io.c:11059
        scheduler = <optimized out>
        timeout = 4
        args = {read = 139997139566240, write = 139997139566200, except = 139997139566160, timeout = 0x0, fdsets = {{maxfd = 8, fdset = 0x7f53a8006a70}, {maxfd = 8, fdset = 0x7f53a80069e0}, {maxfd = 8, fdset = 0x7f53a8006950}, {maxfd = 0, fdset = 0x7f53a80068c0}}}
        timerec = {tv_sec = 139999339984360, tv_usec = 3217}
        i = 4
#10 0x00007f543e7f5cec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=4, calling=<optimized out>, reg_cfp=0x56286133e6d8, ec=0x56285c14abe0) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:3780
        ci = 0x15d100100009
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f542397cd80
        cfunc = 0x562854c81d28
        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>
#11 vm_call_cfunc_with_frame (ec=0x56285c14abe0, reg_cfp=0x56286133e6d8, calling=<optimized out>) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:3826
        argc = 4
        stack_bottom = <optimized out>
        argv = <optimized out>
#12 0x00007f543e808fcd 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-random0/vm_callinfo.h:412
        val = 94731233618496
        ci = 0x8
        cc = <optimized out>
        recv = 139997277612512
        argc = <optimized out>
        calling = {cd = 0x562855876a40, cc = 0x7f54234611e8, block_handler = 0, recv = 139999369231040, argc = 4, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#13 vm_exec_core (ec=0x8, ec@entry=0x56285c14abe0) at ../../src/trunk-random0/insns.def:918
        bh = <optimized out>
        cd = 0x562855876a40
        leaf = <optimized out>
        val = 94731233618496
        reg_pc = 0x5628558761e0
        reg_cfp = 0x56286133e6d8
        insns_address_table = {0x7f543e8091de <vm_exec_core+1006>, 0x7f543e80916a <vm_exec_core+890>, 0x7f543e8090f5 <vm_exec_core+773>, 0x7f543e809076 <vm_exec_core+646>, 0x7f543e809743 <vm_exec_core+2387>, 0x7f543e8096c1 <vm_exec_core+2257>, 0x7f543e80964b <vm_exec_core+2139>, 0x7f543e8095e6 <vm_exec_core+2038>, 0x7f543e809581 <vm_exec_core+1937>, 0x7f543e8094b7 <vm_exec_core+1735>, 0x7f543e80938e <vm_exec_core+1438>, 0x7f543e809208 <vm_exec_core+1048>, 0x7f543e809cbe <vm_exec_core+3790>, 0x7f543e809c58 <vm_exec_core+3688>, 0x7f543e809be3 <vm_exec_core+3571>, 0x7f543e809b9e <vm_exec_core+3502>, 0x7f543e809b5e <vm_exec_core+3438>, 0x7f543e809b21 <vm_exec_core+3377>, 0x7f543e809ae4 <vm_exec_core+3316>, 0x7f543e809aa7 <vm_exec_core+3255>, 0x7f543e809a3c <vm_exec_core+3148>, 0x7f543e8099f0 <vm_exec_core+3072>, 0x7f543e8099a1 <vm_exec_core+2993>, 0x7f543e809941 <vm_exec_core+2897>, 0x7f543e8098f3 <vm_exec_core+2819>, 0x7f543e80986c <vm_exec_core+2684>, 0x7f543e80982a <vm_exec_core+2618>, 0x7f543e8097c5 <vm_exec_core+2517>, 0x7f543e80ab41 <vm_exec_core+7505>, 0x7f543e80aadf <vm_exec_core+7407>, 0x7f543e80abc0 <vm_exec_core+7632>, 0x7f543e80aa9a <vm_exec_core+7338>, 0x7f543e80a88d <vm_exec_core+6813>, 0x7f543e80a7f7 <vm_exec_core+6663>, 0x7f543e80a791 <vm_exec_core+6561>, 0x7f543e80a731 <vm_exec_core+6465>, 0x7f543e80a6cf <vm_exec_core+6367>, 0x7f543e80a67a <vm_exec_core+6282>, 0x7f543e80a61c <vm_exec_core+6188>, 0x7f543e80a5ca <vm_exec_core+6106>, 0x7f543e80a59b <vm_exec_core+6059>, 0x7f543e80a558 <vm_exec_core+5992>, 0x7f543e80a4ff <vm_exec_core+5903>, 0x7f543e80a4c3 <vm_exec_core+5843>, 0x7f543e80a40d <vm_exec_core+5661>, 0x7f543e80a3c2 <vm_exec_core+5586>, 0x7f543e80a376 <vm_exec_core+5510>, 0x7f543e80a33c <vm_exec_core+5452>, 0x7f543e80a2c5 <vm_exec_core+5333>, 0x7f543e80a25b <vm_exec_core+5227>, 0x7f543e80a204 <vm_exec_core+5140>, 0x7f543e80a18d <vm_exec_core+5021>, 0x7f543e80a101 <vm_exec_core+4881>, 0x7f543e809fe0 <vm_exec_core+4592>, 0x7f543e809f9c <vm_exec_core+4524>, 0x7f543e809f4d <vm_exec_core+4445>, 0x7f543e809edb <vm_exec_core+4331>, 0x7f543e809e0c <vm_exec_core+4124>, 0x7f543e808e60 <vm_exec_core+112>, 0x7f543e809d62 <vm_exec_core+3954>, 0x7f543e809d0b <vm_exec_core+3867>, 0x7f543e80cbf9 <vm_exec_core+15881>, 0x7f543e80b616 <vm_exec_core+10278>, 0x7f543e80b583 <vm_exec_core+10131>, 0x7f543e80b46e <vm_exec_core+9854>, 0x7f543e80b2f4 <vm_exec_core+9476>, 0x7f543e80b21c <vm_exec_core+9260>, 0x7f543e80b189 <vm_exec_core+9113>, 0x7f543e80b8bf <vm_exec_core+10959>, 0x7f543e80b781 <vm_exec_core+10641>, 0x7f543e80b719 <vm_exec_core+10537>, 0x7f543e80b6b1 <vm_exec_core+10433>, 0x7f543e80b66d <vm_exec_core+10365>, 0x7f543e80b7ca <vm_exec_core+10714>, 0x7f543e80b0eb <vm_exec_core+8955>, 0x7f543e80cb1e <vm_exec_core+15662>, 0x7f543e80cb8d <vm_exec_core+15773>, 0x7f543e80c2dc <vm_exec_core+13548>, 0x7f543e80c37d <vm_exec_core+13709>, 0x7f543e80c400 <vm_exec_core+13840>, 0x7f543e80c67e <vm_exec_core+14478>, 0x7f543e80c507 <vm_exec_core+14103>, 0x7f543e80c6dc <vm_exec_core+14572>, 0x7f543e80c4a1 <vm_exec_core+14001>, 0x7f543e80c742 <vm_exec_core+14674>, 0x7f543e80c58d <vm_exec_core+14237>, 0x7f543e80c5f3 <vm_exec_core+14339>, 0x7f543e80c7a8 <vm_exec_core+14776>, 0x7f543e80ca09 <vm_exec_core+15385>, 0x7f543e80c904 <vm_exec_core+15124>, 0x7f543e80c977 <vm_exec_core+15239>, 0x7f543e80b032 <vm_exec_core+8770>, 0x7f543e80af8c <vm_exec_core+8604>, 0x7f543e80cc4b <vm_exec_core+15963>, 0x7f543e80cc9b <vm_exec_core+16043>, 0x7f543e80ca64 <vm_exec_core+15476>, 0x7f543e80cac0 <vm_exec_core+15568>, 0x7f543e80c7fc <vm_exec_core+14860>, 0x7f543e80c871 <vm_exec_core+14977>, 0x7f543e80af13 <vm_exec_core+8483>, 0x7f543e80ae8b <vm_exec_core+8347>, 0x7f543e80adcb <vm_exec_core+8155>, 0x7f543e80ad7c <vm_exec_core+8076>, 0x7f543e80ad29 <vm_exec_core+7993>, 0x7f543e80acd8 <vm_exec_core+7912>, 0x7f543e80ac7f <vm_exec_core+7823>, 0x7f543e80ac42 <vm_exec_core+7762>, 0x7f543e80ac05 <vm_exec_core+7701>, 0x7f543e8091cd <vm_exec_core+989>, 0x7f543e809159 <vm_exec_core+873>, 0x7f543e8090e4 <vm_exec_core+756>, 0x7f543e809065 <vm_exec_core+629>, 0x7f543e809732 <vm_exec_core+2370>, 0x7f543e8096b0 <vm_exec_core+2240>, 0x7f543e80963a <vm_exec_core+2122>, 0x7f543e8095d5 <vm_exec_core+2021>, 0x7f543e809570 <vm_exec_core+1920>, 0x7f543e8094a6 <vm_exec_core+1718>, 0x7f543e80937d <vm_exec_core+1421>, 0x7f543e8091f7 <vm_exec_core+1031>, 0x7f543e809cad <vm_exec_core+3773>, 0x7f543e809c47 <vm_exec_core+3671>, 0x7f543e809bd2 <vm_exec_core+3554>, 0x7f543e809b8d <vm_exec_core+3485>, 0x7f543e809b4d <vm_exec_core+3421>, 0x7f543e809b10 <vm_exec_core+3360>, 0x7f543e809ad3 <vm_exec_core+3299>, 0x7f543e809a96 <vm_exec_core+3238>, 0x7f543e809a2b <vm_exec_core+3131>, 0x7f543e8099df <vm_exec_core+3055>, 0x7f543e809990 <vm_exec_core+2976>, 0x7f543e809930 <vm_exec_core+2880>, 0x7f543e8098e2 <vm_exec_core+2802>, 0x7f543e80985b <vm_exec_core+2667>, 0x7f543e809819 <vm_exec_core+2601>, 0x7f543e8097b4 <vm_exec_core+2500>, 0x7f543e80ab30 <vm_exec_core+7488>, 0x7f543e80aace <vm_exec_core+7390>, 0x7f543e80abaf <vm_exec_core+7615>, 0x7f543e80aa89 <vm_exec_core+7321>, 0x7f543e80a87c <vm_exec_core+6796>, 0x7f543e80a7e6 <vm_exec_core+6646>, 0x7f543e80a780 <vm_exec_core+6544>, 0x7f543e80a720 <vm_exec_core+6448>, 0x7f543e80a6be <vm_exec_core+6350>, 0x7f543e80a669 <vm_exec_core+6265>, 0x7f543e80a60b <vm_exec_core+6171>, 0x7f543e80a5b9 <vm_exec_core+6089>, 0x7f543e80a58a <vm_exec_core+6042>, 0x7f543e80a547 <vm_exec_core+5975>, 0x7f543e80a4ee <vm_exec_core+5886>, 0x7f543e80a4b2 <vm_exec_core+5826>, 0x7f543e80a3fc <vm_exec_core+5644>, 0x7f543e80a3b1 <vm_exec_core+5569>, 0x7f543e80a365 <vm_exec_core+5493>, 0x7f543e80a32b <vm_exec_core+5435>, 0x7f543e80a2b4 <vm_exec_core+5316>, 0x7f543e80a24a <vm_exec_core+5210>, 0x7f543e80a1f3 <vm_exec_core+5123>, 0x7f543e80a17c <vm_exec_core+5004>, 0x7f543e80a0f0 <vm_exec_core+4864>, 0x7f543e809fcf <vm_exec_core+4575>, 0x7f543e809f8b <vm_exec_core+4507>, 0x7f543e809f3c <vm_exec_core+4428>, 0x7f543e809eca <vm_exec_core+4314>, 0x7f543e809dfb <vm_exec_core+4107>, 0x7f543e80c0f1 <vm_exec_core+13057>, 0x7f543e809d51 <vm_exec_core+3937>, 0x7f543e809cfa <vm_exec_core+3850>, 0x7f543e80c107 <vm_exec_core+13079>, 0x7f543e80b605 <vm_exec_core+10261>, 0x7f543e80b572 <vm_exec_core+10114>, 0x7f543e80b45d <vm_exec_core+9837>, 0x7f543e80b2e3 <vm_exec_core+9459>, 0x7f543e80b20b <vm_exec_core+9243>, 0x7f543e80b178 <vm_exec_core+9096>, 0x7f543e80b8ae <vm_exec_core+10942>, 0x7f543e80b770 <vm_exec_core+10624>, 0x7f543e80b708 <vm_exec_core+10520>, 0x7f543e80b6a0 <vm_exec_core+10416>, 0x7f543e80b65c <vm_exec_core+10348>, 0x7f543e80b7b9 <vm_exec_core+10697>, 0x7f543e80b0da <vm_exec_core+8938>, 0x7f543e80c11d <vm_exec_core+13101>, 0x7f543e80c133 <vm_exec_core+13123>, 0x7f543e80c149 <vm_exec_core+13145>, 0x7f543e80c15f <vm_exec_core+13167>, 0x7f543e80c175 <vm_exec_core+13189>, 0x7f543e80c18b <vm_exec_core+13211>, 0x7f543e80c1a1 <vm_exec_core+13233>, 0x7f543e80c1be <vm_exec_core+13262>, 0x7f543e80c1d4 <vm_exec_core+13284>, 0x7f543e80c1ea <vm_exec_core+13306>, 0x7f543e80c200 <vm_exec_core+13328>, 0x7f543e80c216 <vm_exec_core+13350>, 0x7f543e80c22c <vm_exec_core+13372>, 0x7f543e80c242 <vm_exec_core+13394>, 0x7f543e80c258 <vm_exec_core+13416>, 0x7f543e80c26e <vm_exec_core+13438>, 0x7f543e80b021 <vm_exec_core+8753>...}
#14 0x00007f543e80f819 in rb_vm_exec (ec=0x56285c14abe0) at /tmp/ruby/src/trunk-random0/vm.c:2567
        _ec = 0x56285c14abe0
        _tag = {tag = 36, retval = 4, buf = {0x7f5419654bd0, 0x7f543e80f820 <rb_vm_exec+400>, 0x0, 0x7f5419654ab0, 0x3000000028}, prev = 0x7f5419654cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x00007f543e81510e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f54218c0290, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm.c:1524
        arg_size = <optimized out>
        arg_size = <optimized out>
#16 0x00007f543e815486 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x56285c6ae410, argc=argc@entry=0, argv=argv@entry=0x7f5419654b80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-random0/vm.c:1743
        self = <optimized out>
#17 0x00007f543e7bad60 in thread_do_start_proc (th=th@entry=0x56285c9fda40) at /tmp/ruby/src/trunk-random0/thread.c:598
        args = 139999187282280
        args_ptr = 0x7f5419654b80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x56285c6ae410
#18 0x00007f543e7bb152 in thread_do_start (th=0x56285c9fda40) at /tmp/ruby/src/trunk-random0/thread.c:615
        result = 36
        result = <optimized out>
#19 thread_start_func_2 (th=th@entry=0x56285c9fda40, stack_start=stack_start@entry=0x7f5419654da8) at /tmp/ruby/src/trunk-random0/thread.c:670
        _ec = 0x56285c14abe0
        _tag = {tag = 36, retval = 9954478181269174528, buf = {0x7f5419654da8, 0x7f543e7bb0d0 <thread_start_func_2+624>, 0x0, 0x7f5419654be0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x562854c20060
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#20 0x00007f543e7bc04d in call_thread_start_func_2 (th=0x56285c9fda40) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2236
        stack_start = 0
        stack_start_addr = 0x7f5419654da8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#21 nt_start (ptr=0x56285b686730) at /tmp/ruby/src/trunk-random0/thread_pthread.c:2281
        th = 0x56285c9fda40
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#22 0x00007f543e1a6a94 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 = {139999180052160, -3532392881706168025, 139999180052160, -256, 10, 140724110454784, -3532392881693585113, -3532469597637504729}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#23 0x00007f543e233c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7f543e0dbc00 (LWP 56239) "ruby"):
#0  0x00007f543e1a2d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x562854c25970) 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=0x562854c25970) 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=0x562854c25970, 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  0x00007f543e1a57dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x562854c25ac0, cond=0x562854c25948) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f543e1a54a0 <__condvar_cleanup_waiting>, __arg = 0x7ffce29d73b0, __canceltype = 1422023680, __prev = 0x0}
        cbuffer = {wseq = 29490, cond = 0x562854c25948, mutex = 0x562854c25ac0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 29490
        seq = 14745
        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=0x562854c25948, mutex=mutex@entry=0x562854c25ac0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007f543e7b0bcd in rb_native_cond_wait (cond=cond@entry=0x562854c25948, mutex=mutex@entry=0x562854c25ac0) at /tmp/ruby/src/trunk-random0/thread_pthread.c:222
        r = <optimized out>
#6  0x00007f543e7b2299 in thread_sched_wait_running_turn (sched=sched@entry=0x562854c25ac0, th=th@entry=0x562854c20060, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-random0/thread_pthread.c:863
        next_th = 0x7f53d400b080
#7  0x00007f543e7b2ad3 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x562854c25ac0, th=th@entry=0x562854c20060) at /tmp/ruby/src/trunk-random0/thread_pthread.c:1105
        can_direct_transfer = <optimized out>
#8  0x00007f543e7bc520 in native_sleep (rel=0x0, th=0x562854c20060) at /tmp/ruby/src/trunk-random0/thread_pthread.c:3329
        sched = 0x562854c25ac0
        sched = <optimized out>
#9  sleep_forever (fl=13, th=0x562854c20060) at /tmp/ruby/src/trunk-random0/thread.c:1351
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 thread_join_sleep (arg=arg@entry=140724110456352) at /tmp/ruby/src/trunk-random0/thread.c:1056
        scheduler = <optimized out>
        p = 0x7ffce29d7620
        target_th = 0x56285c9fda40
        th = 0x562854c20060
        end = 0
        limit = <optimized out>
#11 0x00007f543e61d510 in rb_ensure (b_proc=b_proc@entry=0x7f543e7bc3f0 <thread_join_sleep>, data1=data1@entry=140724110456352, e_proc=e_proc@entry=0x7f543e7acd90 <remove_from_join_list>, data2=data2@entry=140724110456352) at /tmp/ruby/src/trunk-random0/eval.c:1059
        _ec = 0x562854c25c60
        _tag = {tag = 36, retval = 1, buf = {0x4, 0x7f543e61d5f0 <rb_ensure+512>, 0x0, 0x7ffce29d7510, 0x0}, prev = 0x7ffce29d78f0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x562854c25c60
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f543e7acd90 <remove_from_join_list>, data2 = 140724110456352}}
#12 0x00007f543e7ade30 in thread_join (limit=0x0, timeout=4, target_th=0x56285c9fda40) at /tmp/ruby/src/trunk-random0/thread.c:1105
        waiter = {next = 0x0, thread = 0x562854c20060, fiber = 0x0}
        arg = {waiter = 0x7ffce29d7600, target = 0x56285c9fda40, timeout = 4, limit = 0x0}
        ec = <optimized out>
        th = <optimized out>
        fiber = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        fiber = <optimized out>
        waiter = <optimized out>
        arg = <optimized out>
        err = <optimized out>
#13 thread_join_m (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk-random0/thread.c:1202
        timeout = <optimized out>
        rel = 0
        limit = 0x0
#14 0x00007f543e7f5cec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f543e0799f0, ec=0x562854c25c60) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:3780
        ci = 0x34a100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f5424aa8758
        cfunc = 0x562854ca8678
        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>
#15 vm_call_cfunc_with_frame (ec=0x562854c25c60, reg_cfp=0x7f543e0799f0, calling=<optimized out>) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:3826
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#16 0x00007f543e808fcd 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-random0/vm_callinfo.h:412
        val = 94731224733984
        ci = 0x562854c25970
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x562854ffd920, cc = 0x7f5421681678, block_handler = 0, recv = 139999187282320, 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>
#17 vm_exec_core (ec=0x562854c25970, ec@entry=0x562854c25c60) at ../../src/trunk-random0/insns.def:918
        bh = <optimized out>
        cd = 0x562854ffd920
        leaf = <optimized out>
        val = 94731224733984
        reg_pc = 0x562854ffd6a0
        reg_cfp = 0x7f543e0799f0
        insns_address_table = {0x7f543e8091de <vm_exec_core+1006>, 0x7f543e80916a <vm_exec_core+890>, 0x7f543e8090f5 <vm_exec_core+773>, 0x7f543e809076 <vm_exec_core+646>, 0x7f543e809743 <vm_exec_core+2387>, 0x7f543e8096c1 <vm_exec_core+2257>, 0x7f543e80964b <vm_exec_core+2139>, 0x7f543e8095e6 <vm_exec_core+2038>, 0x7f543e809581 <vm_exec_core+1937>, 0x7f543e8094b7 <vm_exec_core+1735>, 0x7f543e80938e <vm_exec_core+1438>, 0x7f543e809208 <vm_exec_core+1048>, 0x7f543e809cbe <vm_exec_core+3790>, 0x7f543e809c58 <vm_exec_core+3688>, 0x7f543e809be3 <vm_exec_core+3571>, 0x7f543e809b9e <vm_exec_core+3502>, 0x7f543e809b5e <vm_exec_core+3438>, 0x7f543e809b21 <vm_exec_core+3377>, 0x7f543e809ae4 <vm_exec_core+3316>, 0x7f543e809aa7 <vm_exec_core+3255>, 0x7f543e809a3c <vm_exec_core+3148>, 0x7f543e8099f0 <vm_exec_core+3072>, 0x7f543e8099a1 <vm_exec_core+2993>, 0x7f543e809941 <vm_exec_core+2897>, 0x7f543e8098f3 <vm_exec_core+2819>, 0x7f543e80986c <vm_exec_core+2684>, 0x7f543e80982a <vm_exec_core+2618>, 0x7f543e8097c5 <vm_exec_core+2517>, 0x7f543e80ab41 <vm_exec_core+7505>, 0x7f543e80aadf <vm_exec_core+7407>, 0x7f543e80abc0 <vm_exec_core+7632>, 0x7f543e80aa9a <vm_exec_core+7338>, 0x7f543e80a88d <vm_exec_core+6813>, 0x7f543e80a7f7 <vm_exec_core+6663>, 0x7f543e80a791 <vm_exec_core+6561>, 0x7f543e80a731 <vm_exec_core+6465>, 0x7f543e80a6cf <vm_exec_core+6367>, 0x7f543e80a67a <vm_exec_core+6282>, 0x7f543e80a61c <vm_exec_core+6188>, 0x7f543e80a5ca <vm_exec_core+6106>, 0x7f543e80a59b <vm_exec_core+6059>, 0x7f543e80a558 <vm_exec_core+5992>, 0x7f543e80a4ff <vm_exec_core+5903>, 0x7f543e80a4c3 <vm_exec_core+5843>, 0x7f543e80a40d <vm_exec_core+5661>, 0x7f543e80a3c2 <vm_exec_core+5586>, 0x7f543e80a376 <vm_exec_core+5510>, 0x7f543e80a33c <vm_exec_core+5452>, 0x7f543e80a2c5 <vm_exec_core+5333>, 0x7f543e80a25b <vm_exec_core+5227>, 0x7f543e80a204 <vm_exec_core+5140>, 0x7f543e80a18d <vm_exec_core+5021>, 0x7f543e80a101 <vm_exec_core+4881>, 0x7f543e809fe0 <vm_exec_core+4592>, 0x7f543e809f9c <vm_exec_core+4524>, 0x7f543e809f4d <vm_exec_core+4445>, 0x7f543e809edb <vm_exec_core+4331>, 0x7f543e809e0c <vm_exec_core+4124>, 0x7f543e808e60 <vm_exec_core+112>, 0x7f543e809d62 <vm_exec_core+3954>, 0x7f543e809d0b <vm_exec_core+3867>, 0x7f543e80cbf9 <vm_exec_core+15881>, 0x7f543e80b616 <vm_exec_core+10278>, 0x7f543e80b583 <vm_exec_core+10131>, 0x7f543e80b46e <vm_exec_core+9854>, 0x7f543e80b2f4 <vm_exec_core+9476>, 0x7f543e80b21c <vm_exec_core+9260>, 0x7f543e80b189 <vm_exec_core+9113>, 0x7f543e80b8bf <vm_exec_core+10959>, 0x7f543e80b781 <vm_exec_core+10641>, 0x7f543e80b719 <vm_exec_core+10537>, 0x7f543e80b6b1 <vm_exec_core+10433>, 0x7f543e80b66d <vm_exec_core+10365>, 0x7f543e80b7ca <vm_exec_core+10714>, 0x7f543e80b0eb <vm_exec_core+8955>, 0x7f543e80cb1e <vm_exec_core+15662>, 0x7f543e80cb8d <vm_exec_core+15773>, 0x7f543e80c2dc <vm_exec_core+13548>, 0x7f543e80c37d <vm_exec_core+13709>, 0x7f543e80c400 <vm_exec_core+13840>, 0x7f543e80c67e <vm_exec_core+14478>, 0x7f543e80c507 <vm_exec_core+14103>, 0x7f543e80c6dc <vm_exec_core+14572>, 0x7f543e80c4a1 <vm_exec_core+14001>, 0x7f543e80c742 <vm_exec_core+14674>, 0x7f543e80c58d <vm_exec_core+14237>, 0x7f543e80c5f3 <vm_exec_core+14339>, 0x7f543e80c7a8 <vm_exec_core+14776>, 0x7f543e80ca09 <vm_exec_core+15385>, 0x7f543e80c904 <vm_exec_core+15124>, 0x7f543e80c977 <vm_exec_core+15239>, 0x7f543e80b032 <vm_exec_core+8770>, 0x7f543e80af8c <vm_exec_core+8604>, 0x7f543e80cc4b <vm_exec_core+15963>, 0x7f543e80cc9b <vm_exec_core+16043>, 0x7f543e80ca64 <vm_exec_core+15476>, 0x7f543e80cac0 <vm_exec_core+15568>, 0x7f543e80c7fc <vm_exec_core+14860>, 0x7f543e80c871 <vm_exec_core+14977>, 0x7f543e80af13 <vm_exec_core+8483>, 0x7f543e80ae8b <vm_exec_core+8347>, 0x7f543e80adcb <vm_exec_core+8155>, 0x7f543e80ad7c <vm_exec_core+8076>, 0x7f543e80ad29 <vm_exec_core+7993>, 0x7f543e80acd8 <vm_exec_core+7912>, 0x7f543e80ac7f <vm_exec_core+7823>, 0x7f543e80ac42 <vm_exec_core+7762>, 0x7f543e80ac05 <vm_exec_core+7701>, 0x7f543e8091cd <vm_exec_core+989>, 0x7f543e809159 <vm_exec_core+873>, 0x7f543e8090e4 <vm_exec_core+756>, 0x7f543e809065 <vm_exec_core+629>, 0x7f543e809732 <vm_exec_core+2370>, 0x7f543e8096b0 <vm_exec_core+2240>, 0x7f543e80963a <vm_exec_core+2122>, 0x7f543e8095d5 <vm_exec_core+2021>, 0x7f543e809570 <vm_exec_core+1920>, 0x7f543e8094a6 <vm_exec_core+1718>, 0x7f543e80937d <vm_exec_core+1421>, 0x7f543e8091f7 <vm_exec_core+1031>, 0x7f543e809cad <vm_exec_core+3773>, 0x7f543e809c47 <vm_exec_core+3671>, 0x7f543e809bd2 <vm_exec_core+3554>, 0x7f543e809b8d <vm_exec_core+3485>, 0x7f543e809b4d <vm_exec_core+3421>, 0x7f543e809b10 <vm_exec_core+3360>, 0x7f543e809ad3 <vm_exec_core+3299>, 0x7f543e809a96 <vm_exec_core+3238>, 0x7f543e809a2b <vm_exec_core+3131>, 0x7f543e8099df <vm_exec_core+3055>, 0x7f543e809990 <vm_exec_core+2976>, 0x7f543e809930 <vm_exec_core+2880>, 0x7f543e8098e2 <vm_exec_core+2802>, 0x7f543e80985b <vm_exec_core+2667>, 0x7f543e809819 <vm_exec_core+2601>, 0x7f543e8097b4 <vm_exec_core+2500>, 0x7f543e80ab30 <vm_exec_core+7488>, 0x7f543e80aace <vm_exec_core+7390>, 0x7f543e80abaf <vm_exec_core+7615>, 0x7f543e80aa89 <vm_exec_core+7321>, 0x7f543e80a87c <vm_exec_core+6796>, 0x7f543e80a7e6 <vm_exec_core+6646>, 0x7f543e80a780 <vm_exec_core+6544>, 0x7f543e80a720 <vm_exec_core+6448>, 0x7f543e80a6be <vm_exec_core+6350>, 0x7f543e80a669 <vm_exec_core+6265>, 0x7f543e80a60b <vm_exec_core+6171>, 0x7f543e80a5b9 <vm_exec_core+6089>, 0x7f543e80a58a <vm_exec_core+6042>, 0x7f543e80a547 <vm_exec_core+5975>, 0x7f543e80a4ee <vm_exec_core+5886>, 0x7f543e80a4b2 <vm_exec_core+5826>, 0x7f543e80a3fc <vm_exec_core+5644>, 0x7f543e80a3b1 <vm_exec_core+5569>, 0x7f543e80a365 <vm_exec_core+5493>, 0x7f543e80a32b <vm_exec_core+5435>, 0x7f543e80a2b4 <vm_exec_core+5316>, 0x7f543e80a24a <vm_exec_core+5210>, 0x7f543e80a1f3 <vm_exec_core+5123>, 0x7f543e80a17c <vm_exec_core+5004>, 0x7f543e80a0f0 <vm_exec_core+4864>, 0x7f543e809fcf <vm_exec_core+4575>, 0x7f543e809f8b <vm_exec_core+4507>, 0x7f543e809f3c <vm_exec_core+4428>, 0x7f543e809eca <vm_exec_core+4314>, 0x7f543e809dfb <vm_exec_core+4107>, 0x7f543e80c0f1 <vm_exec_core+13057>, 0x7f543e809d51 <vm_exec_core+3937>, 0x7f543e809cfa <vm_exec_core+3850>, 0x7f543e80c107 <vm_exec_core+13079>, 0x7f543e80b605 <vm_exec_core+10261>, 0x7f543e80b572 <vm_exec_core+10114>, 0x7f543e80b45d <vm_exec_core+9837>, 0x7f543e80b2e3 <vm_exec_core+9459>, 0x7f543e80b20b <vm_exec_core+9243>, 0x7f543e80b178 <vm_exec_core+9096>, 0x7f543e80b8ae <vm_exec_core+10942>, 0x7f543e80b770 <vm_exec_core+10624>, 0x7f543e80b708 <vm_exec_core+10520>, 0x7f543e80b6a0 <vm_exec_core+10416>, 0x7f543e80b65c <vm_exec_core+10348>, 0x7f543e80b7b9 <vm_exec_core+10697>, 0x7f543e80b0da <vm_exec_core+8938>, 0x7f543e80c11d <vm_exec_core+13101>, 0x7f543e80c133 <vm_exec_core+13123>, 0x7f543e80c149 <vm_exec_core+13145>, 0x7f543e80c15f <vm_exec_core+13167>, 0x7f543e80c175 <vm_exec_core+13189>, 0x7f543e80c18b <vm_exec_core+13211>, 0x7f543e80c1a1 <vm_exec_core+13233>, 0x7f543e80c1be <vm_exec_core+13262>, 0x7f543e80c1d4 <vm_exec_core+13284>, 0x7f543e80c1ea <vm_exec_core+13306>, 0x7f543e80c200 <vm_exec_core+13328>, 0x7f543e80c216 <vm_exec_core+13350>, 0x7f543e80c22c <vm_exec_core+13372>, 0x7f543e80c242 <vm_exec_core+13394>, 0x7f543e80c258 <vm_exec_core+13416>, 0x7f543e80c26e <vm_exec_core+13438>, 0x7f543e80b021 <vm_exec_core+8753>...}
#18 0x00007f543e80fab9 in vm_exec_loop (result=<optimized out>, tag=0x7ffce29d78f0, state=<optimized out>, ec=0x562854c25c60) at /tmp/ruby/src/trunk-random0/vm.c:2594
        vm_loop_start = <optimized out>
#19 rb_vm_exec (ec=0x562854c25c60) at /tmp/ruby/src/trunk-random0/vm.c:2573
        _ec = 0x562854c25c60
        _tag = {tag = 36, retval = 4, buf = {0x562854c25c60, 0x7f543e80f820 <rb_vm_exec+400>, 0x0, 0x7ffce29d78d0, 0xa}, prev = 0x7ffce29d7ae0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#20 0x00007f543e8100a7 in rb_iseq_eval (iseq=iseq@entry=0x7f54239f4290) at /tmp/ruby/src/trunk-random0/vm.c:2822
        ec = <optimized out>
        val = <optimized out>
#21 0x00007f543e685ca5 in load_iseq_eval (fname=139999351621320, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/load.c:781
        iseq = 0x7f54239f4290
        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>
#22 require_internal (ec=ec@entry=0x562854c25c60, fname=<optimized out>, fname@entry=139999351621360, exception=exception@entry=1, warn=<optimized out>) at /tmp/ruby/src/trunk-random0/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 = 0x562854c25c60
        _tag = {tag = 36, retval = 139999806010064, buf = {0x562854c25c60, 0x7f543e685408 <require_internal+1160>, 0x0, 0x7ffce29d7980, 0x7ffce29d7b70}, prev = 0x7ffce29d81c0, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = <optimized out>
        saved = {wrapper = 0, self = 139999369350680, errinfo = 4, ec = 0x562854c25c60}
        state = RUBY_TAG_NONE
        ftptr = 0x562854de1860 "/tmp/ruby/src/trunk-random0/tool/test/runner.rb"
        path = 139999351621320
        saved_path = 139999351621320
        realpath = 139999351709720
        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>
#23 0x00007f543e686042 in rb_require_string_internal (resurrect=false, fname=139999351621360) at /tmp/ruby/src/trunk-random0/load.c:1386
        ec = 0x562854c25c60
        result = <optimized out>
        ec = <optimized out>
        result = <optimized out>
#24 rb_f_require_relative (obj=<optimized out>, fname=<optimized out>) at /tmp/ruby/src/trunk-random0/load.c:1041
        base = <optimized out>
#25 0x00007f543e7f6044 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-random0/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>
#26 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:3826
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#27 vm_call_cfunc_other (ec=0x562854c25c60, reg_cfp=0x7f543e079fa0, calling=<optimized out>) at /tmp/ruby/src/trunk-random0/vm_insnhelper.c:3852
        ci = <optimized out>
        argv_ary = <optimized out>
#28 0x00007f543e808fcd 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-random0/vm_callinfo.h:412
        val = 94731222485232
        ci = 0x562854c25970
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x562854dd88f0, cc = 0x7f54239f4718, block_handler = 0, recv = 139999369350680, 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>
#29 vm_exec_core (ec=0x562854c25970, ec@entry=0x562854c25c60) at ../../src/trunk-random0/insns.def:918
        bh = <optimized out>
        cd = 0x562854dd88f0
        leaf = <optimized out>
        val = 94731222485232
        reg_pc = 0x562854db0c78
        reg_cfp = 0x7f543e079fa0
        insns_address_table = {0x7f543e8091de <vm_exec_core+1006>, 0x7f543e80916a <vm_exec_core+890>, 0x7f543e8090f5 <vm_exec_core+773>, 0x7f543e809076 <vm_exec_core+646>, 0x7f543e809743 <vm_exec_core+2387>, 0x7f543e8096c1 <vm_exec_core+2257>, 0x7f543e80964b <vm_exec_core+2139>, 0x7f543e8095e6 <vm_exec_core+2038>, 0x7f543e809581 <vm_exec_core+1937>, 0x7f543e8094b7 <vm_exec_core+1735>, 0x7f543e80938e <vm_exec_core+1438>, 0x7f543e809208 <vm_exec_core+1048>, 0x7f543e809cbe <vm_exec_core+3790>, 0x7f543e809c58 <vm_exec_core+3688>, 0x7f543e809be3 <vm_exec_core+3571>, 0x7f543e809b9e <vm_exec_core+3502>, 0x7f543e809b5e <vm_exec_core+3438>, 0x7f543e809b21 <vm_exec_core+3377>, 0x7f543e809ae4 <vm_exec_core+3316>, 0x7f543e809aa7 <vm_exec_core+3255>, 0x7f543e809a3c <vm_exec_core+3148>, 0x7f543e8099f0 <vm_exec_core+3072>, 0x7f543e8099a1 <vm_exec_core+2993>, 0x7f543e809941 <vm_exec_core+2897>, 0x7f543e8098f3 <vm_exec_core+2819>, 0x7f543e80986c <vm_exec_core+2684>, 0x7f543e80982a <vm_exec_core+2618>, 0x7f543e8097c5 <vm_exec_core+2517>, 0x7f543e80ab41 <vm_exec_core+7505>, 0x7f543e80aadf <vm_exec_core+7407>, 0x7f543e80abc0 <vm_exec_core+7632>, 0x7f543e80aa9a <vm_exec_core+7338>, 0x7f543e80a88d <vm_exec_core+6813>, 0x7f543e80a7f7 <vm_exec_core+6663>, 0x7f543e80a791 <vm_exec_core+6561>, 0x7f543e80a731 <vm_exec_core+6465>, 0x7f543e80a6cf <vm_exec_core+6367>, 0x7f543e80a67a <vm_exec_core+6282>, 0x7f543e80a61c <vm_exec_core+6188>, 0x7f543e80a5ca <vm_exec_core+6106>, 0x7f543e80a59b <vm_exec_core+6059>, 0x7f543e80a558 <vm_exec_core+5992>, 0x7f543e80a4ff <vm_exec_core+5903>, 0x7f543e80a4c3 <vm_exec_core+5843>, 0x7f543e80a40d <vm_exec_core+5661>, 0x7f543e80a3c2 <vm_exec_core+5586>, 0x7f543e80a376 <vm_exec_core+5510>, 0x7f543e80a33c <vm_exec_core+5452>, 0x7f543e80a2c5 <vm_exec_core+5333>, 0x7f543e80a25b <vm_exec_core+5227>, 0x7f543e80a204 <vm_exec_core+5140>, 0x7f543e80a18d <vm_exec_core+5021>, 0x7f543e80a101 <vm_exec_core+4881>, 0x7f543e809fe0 <vm_exec_core+4592>, 0x7f543e809f9c <vm_exec_core+4524>, 0x7f543e809f4d <vm_exec_core+4445>, 0x7f543e809edb <vm_exec_core+4331>, 0x7f543e809e0c <vm_exec_core+4124>, 0x7f543e808e60 <vm_exec_core+112>, 0x7f543e809d62 <vm_exec_core+3954>, 0x7f543e809d0b <vm_exec_core+3867>, 0x7f543e80cbf9 <vm_exec_core+15881>, 0x7f543e80b616 <vm_exec_core+10278>, 0x7f543e80b583 <vm_exec_core+10131>, 0x7f543e80b46e <vm_exec_core+9854>, 0x7f543e80b2f4 <vm_exec_core+9476>, 0x7f543e80b21c <vm_exec_core+9260>, 0x7f543e80b189 <vm_exec_core+9113>, 0x7f543e80b8bf <vm_exec_core+10959>, 0x7f543e80b781 <vm_exec_core+10641>, 0x7f543e80b719 <vm_exec_core+10537>, 0x7f543e80b6b1 <vm_exec_core+10433>, 0x7f543e80b66d <vm_exec_core+10365>, 0x7f543e80b7ca <vm_exec_core+10714>, 0x7f543e80b0eb <vm_exec_core+8955>, 0x7f543e80cb1e <vm_exec_core+15662>, 0x7f543e80cb8d <vm_exec_core+15773>, 0x7f543e80c2dc <vm_exec_core+13548>, 0x7f543e80c37d <vm_exec_core+13709>, 0x7f543e80c400 <vm_exec_core+13840>, 0x7f543e80c67e <vm_exec_core+14478>, 0x7f543e80c507 <vm_exec_core+14103>, 0x7f543e80c6dc <vm_exec_core+14572>, 0x7f543e80c4a1 <vm_exec_core+14001>, 0x7f543e80c742 <vm_exec_core+14674>, 0x7f543e80c58d <vm_exec_core+14237>, 0x7f543e80c5f3 <vm_exec_core+14339>, 0x7f543e80c7a8 <vm_exec_core+14776>, 0x7f543e80ca09 <vm_exec_core+15385>, 0x7f543e80c904 <vm_exec_core+15124>, 0x7f543e80c977 <vm_exec_core+15239>, 0x7f543e80b032 <vm_exec_core+8770>, 0x7f543e80af8c <vm_exec_core+8604>, 0x7f543e80cc4b <vm_exec_core+15963>, 0x7f543e80cc9b <vm_exec_core+16043>, 0x7f543e80ca64 <vm_exec_core+15476>, 0x7f543e80cac0 <vm_exec_core+15568>, 0x7f543e80c7fc <vm_exec_core+14860>, 0x7f543e80c871 <vm_exec_core+14977>, 0x7f543e80af13 <vm_exec_core+8483>, 0x7f543e80ae8b <vm_exec_core+8347>, 0x7f543e80adcb <vm_exec_core+8155>, 0x7f543e80ad7c <vm_exec_core+8076>, 0x7f543e80ad29 <vm_exec_core+7993>, 0x7f543e80acd8 <vm_exec_core+7912>, 0x7f543e80ac7f <vm_exec_core+7823>, 0x7f543e80ac42 <vm_exec_core+7762>, 0x7f543e80ac05 <vm_exec_core+7701>, 0x7f543e8091cd <vm_exec_core+989>, 0x7f543e809159 <vm_exec_core+873>, 0x7f543e8090e4 <vm_exec_core+756>, 0x7f543e809065 <vm_exec_core+629>, 0x7f543e809732 <vm_exec_core+2370>, 0x7f543e8096b0 <vm_exec_core+2240>, 0x7f543e80963a <vm_exec_core+2122>, 0x7f543e8095d5 <vm_exec_core+2021>, 0x7f543e809570 <vm_exec_core+1920>, 0x7f543e8094a6 <vm_exec_core+1718>, 0x7f543e80937d <vm_exec_core+1421>, 0x7f543e8091f7 <vm_exec_core+1031>, 0x7f543e809cad <vm_exec_core+3773>, 0x7f543e809c47 <vm_exec_core+3671>, 0x7f543e809bd2 <vm_exec_core+3554>, 0x7f543e809b8d <vm_exec_core+3485>, 0x7f543e809b4d <vm_exec_core+3421>, 0x7f543e809b10 <vm_exec_core+3360>, 0x7f543e809ad3 <vm_exec_core+3299>, 0x7f543e809a96 <vm_exec_core+3238>, 0x7f543e809a2b <vm_exec_core+3131>, 0x7f543e8099df <vm_exec_core+3055>, 0x7f543e809990 <vm_exec_core+2976>, 0x7f543e809930 <vm_exec_core+2880>, 0x7f543e8098e2 <vm_exec_core+2802>, 0x7f543e80985b <vm_exec_core+2667>, 0x7f543e809819 <vm_exec_core+2601>, 0x7f543e8097b4 <vm_exec_core+2500>, 0x7f543e80ab30 <vm_exec_core+7488>, 0x7f543e80aace <vm_exec_core+7390>, 0x7f543e80abaf <vm_exec_core+7615>, 0x7f543e80aa89 <vm_exec_core+7321>, 0x7f543e80a87c <vm_exec_core+6796>, 0x7f543e80a7e6 <vm_exec_core+6646>, 0x7f543e80a780 <vm_exec_core+6544>, 0x7f543e80a720 <vm_exec_core+6448>, 0x7f543e80a6be <vm_exec_core+6350>, 0x7f543e80a669 <vm_exec_core+6265>, 0x7f543e80a60b <vm_exec_core+6171>, 0x7f543e80a5b9 <vm_exec_core+6089>, 0x7f543e80a58a <vm_exec_core+6042>, 0x7f543e80a547 <vm_exec_core+5975>, 0x7f543e80a4ee <vm_exec_core+5886>, 0x7f543e80a4b2 <vm_exec_core+5826>, 0x7f543e80a3fc <vm_exec_core+5644>, 0x7f543e80a3b1 <vm_exec_core+5569>, 0x7f543e80a365 <vm_exec_core+5493>, 0x7f543e80a32b <vm_exec_core+5435>, 0x7f543e80a2b4 <vm_exec_core+5316>, 0x7f543e80a24a <vm_exec_core+5210>, 0x7f543e80a1f3 <vm_exec_core+5123>, 0x7f543e80a17c <vm_exec_core+5004>, 0x7f543e80a0f0 <vm_exec_core+4864>, 0x7f543e809fcf <vm_exec_core+4575>, 0x7f543e809f8b <vm_exec_core+4507>, 0x7f543e809f3c <vm_exec_core+4428>, 0x7f543e809eca <vm_exec_core+4314>, 0x7f543e809dfb <vm_exec_core+4107>, 0x7f543e80c0f1 <vm_exec_core+13057>, 0x7f543e809d51 <vm_exec_core+3937>, 0x7f543e809cfa <vm_exec_core+3850>, 0x7f543e80c107 <vm_exec_core+13079>, 0x7f543e80b605 <vm_exec_core+10261>, 0x7f543e80b572 <vm_exec_core+10114>, 0x7f543e80b45d <vm_exec_core+9837>, 0x7f543e80b2e3 <vm_exec_core+9459>, 0x7f543e80b20b <vm_exec_core+9243>, 0x7f543e80b178 <vm_exec_core+9096>, 0x7f543e80b8ae <vm_exec_core+10942>, 0x7f543e80b770 <vm_exec_core+10624>, 0x7f543e80b708 <vm_exec_core+10520>, 0x7f543e80b6a0 <vm_exec_core+10416>, 0x7f543e80b65c <vm_exec_core+10348>, 0x7f543e80b7b9 <vm_exec_core+10697>, 0x7f543e80b0da <vm_exec_core+8938>, 0x7f543e80c11d <vm_exec_core+13101>, 0x7f543e80c133 <vm_exec_core+13123>, 0x7f543e80c149 <vm_exec_core+13145>, 0x7f543e80c15f <vm_exec_core+13167>, 0x7f543e80c175 <vm_exec_core+13189>, 0x7f543e80c18b <vm_exec_core+13211>, 0x7f543e80c1a1 <vm_exec_core+13233>, 0x7f543e80c1be <vm_exec_core+13262>, 0x7f543e80c1d4 <vm_exec_core+13284>, 0x7f543e80c1ea <vm_exec_core+13306>, 0x7f543e80c200 <vm_exec_core+13328>, 0x7f543e80c216 <vm_exec_core+13350>, 0x7f543e80c22c <vm_exec_core+13372>, 0x7f543e80c242 <vm_exec_core+13394>, 0x7f543e80c258 <vm_exec_core+13416>, 0x7f543e80c26e <vm_exec_core+13438>, 0x7f543e80b021 <vm_exec_core+8753>...}
#30 0x00007f543e80f819 in rb_vm_exec (ec=0x562854c25c60) at /tmp/ruby/src/trunk-random0/vm.c:2567
        _ec = 0x562854c25c60
        _tag = {tag = 36, retval = 4, buf = {0x562854c25c60, 0x7f543e80f820 <rb_vm_exec+400>, 0x0, 0x7ffce29d81a0, 0x7f543eb85000 <_rtld_global>}, prev = 0x7ffce29d8270, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#31 0x00007f543e81022b in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-random0/vm.c:2833
        ec = <optimized out>
        val = <optimized out>
#32 0x00007f543e61b545 in rb_ec_exec_node (ec=ec@entry=0x562854c25c60, n=n@entry=0x7f54239f47e0) at /tmp/ruby/src/trunk-random0/eval.c:281
        _ec = 0x562854c25c60
        _tag = {tag = 36, retval = 94731220704352, buf = {0x562854c25c60, 0x7f543e61b5a0 <rb_ec_exec_node+256>, 0x0, 0x7ffce29d8250, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f54239f47e0
#33 0x00007f543e61f233 in ruby_run_node (n=0x7f54239f47e0) at /tmp/ruby/src/trunk-random0/eval.c:319
        ec = 0x562854c25c60
        status = 32764
#34 0x000056285375b186 in rb_main (argv=0x7ffce29d8488, argc=9) at /tmp/ruby/src/trunk-random0/main.c:43
        variable_in_this_stack_frame = 0
#35 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-random0/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x562854c20060, native_id: 0x7f543e0dbc00
-- Control frame information -----------------------------------------------
c:0029 p:---- s:0175 e:000174 CFUNC  :join
c:0028 p:0022 s:0171 E:000b28 METHOD /tmp/ruby/src/trunk-random0/test/fiber/test_mutex.rb:135
c:0027 p:0037 s:0164 e:000163 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit/testcase.rb:202
c:0026 p:0052 s:0158 e:000157 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit/testcase.rb:170
c:0025 p:0083 s:0149 e:000148 BLOCK  /tmp/ruby/src/trunk-random0/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-random0/tool/lib/test/unit.rb:1656
c:0022 p:0035 s:0122 e:000121 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1360
c:0021 p:0010 s:0115 e:000113 BLOCK  /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:821
c:0020 p:0027 s:0109 E:0000e0 METHOD <internal:array>:54
c:0019 p:0047 s:0103 E:000478 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:819
c:0018 p:0008 s:0096 E:0019e8 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:856
c:0017 p:0127 s:0089 E:000848 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1602
c:0016 p:0016 s:0076 E:002348 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1297
c:0015 p:0005 s:0071 E:0004e0 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1767
c:0014 p:0006 s:0067 E:000ed8 BLOCK  /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1754
c:0013 p:0027 s:0063 E:0006c0 METHOD <internal:array>:54
c:0012 p:0042 s:0057 E:001828 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1753
c:0011 p:0013 s:0052 E:000488 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1797
c:0010 p:0008 s:0047 E:0023c0 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1044
c:0009 p:0008 s:0041 E:0010e0 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:889
c:0008 p:0017 s:0035 E:000188 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 E:002428 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1281
c:0006 p:0032 s:0025 E:001550 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1880
c:0005 p:0009 s:0021 E:0007b8 METHOD /tmp/ruby/src/trunk-random0/tool/lib/test/unit.rb:1884
c:0004 p:0065 s:0016 E:002578 TOP    /tmp/ruby/src/trunk-random0/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 E:001e90 EVAL   /tmp/ruby/src/trunk-random0/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:000240 DUMMY  [FINISH]

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

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

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

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

th: 0x56285c9fda40, native_id: 0x7f54196556c0
-- Control frame information -----------------------------------------------
c:0004 p:---- s:0025 e:000024 CFUNC  :select
c:0003 p:0034 s:0017 e:000016 METHOD /tmp/ruby/src/trunk-random0/test/fiber/scheduler.rb:73
c:0002 p:0029 s:0007 E:001b28 BLOCK  /tmp/ruby/src/trunk-random0/test/fiber/test_mutex.rb:134 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

$ timeout 60 gdb -p 87996 -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