# Logfile created on 2024-03-26 02:00:41 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000560e3f636020 @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-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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-O0.20240326-020041", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000560e3f6d6840 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000560e3f6d6700 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000560e3f6d6570 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240326-020041", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240326-020041>, @binmode=false, @mon_data=#<Monitor:0x0000560e3f6d64a8>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-O0
Cloning into 'trunk-O0'...
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-O0" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-O0/configure --prefix=/tmp/ruby/install/trunk-O0 --disable-install-doc optflags=-O0
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... none needed
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 -O0 -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 CFLAGS... 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 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... no
checking for strlcpy... no
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... no
checking for atan2l... yes
checking for atan2f... 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 grantpt... 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 sepcifier... _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... yes
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 -fPIE is accepted as CFLAGS... yes
checking whether -pie is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ()
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for sigsetjmp as a macro or function... no
checking for setjmp type... __builtin_setjmp
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.4.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.4.0

   * Installation prefix: /tmp/ruby/install/trunk-O0
   * exec prefix:         ${prefix}
   * arch:                x86_64-linux
   * site arch:           ${arch}
   * RUBY_BASE_NAME:      ruby
   * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
   * site libraries path: ${rubylibprefix}/${sitearch}
   * vendor path:         ${rubylibprefix}/vendor_ruby
   * target OS:           linux
   * compiler:            gcc
   * with thread:         pthread
   * with coroutine:      amd64
   * enable shared libs:  no
   * dynamic library ext: so
   * CFLAGS:              ${optflags} ${debugflags} ${warnflags}
   * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic
   * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
   * optflags:            -O0 -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
   * strip command:       strip -S -x
   * install doc:         no
   * YJIT support:        yes
   * RJIT support:        yes
   * man page type:       man
   * BASERUBY -v:         ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) \
                          [x86_64-linux-gnu]

---
$$$[end] "/tmp/ruby/src/trunk-O0/configure --prefix=/tmp/ruby/install/trunk-O0 --disable-install-doc optflags=-O0" exit with 0.
$$$[beg] make update-unicode  -j4
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... done
downloading 15.0.0/ucd/CompositionExclusions.txt ... done
downloading 15.0.0/ucd/CompositionExclusions.txt ... done
downloading 15.0.0/ucd/NormalizationTest.txt ... done
downloading 15.0.0/ucd/NormalizationTest.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
downloading 15.0.0/ucd/NormalizationTest.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
downloading 15.0.0/ucd/NormalizationTest.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
downloading 15.0.0/ucd/Blocks.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Blocks.txt already exists
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyAliases.txt already exists
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
Downloading Unicode 15.0.0 data and property files...
done
Downloading Unicode 15.0.0 auxiliary files...
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/UnicodeData.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Blocks.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropList.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Scripts.txt already exists
Downloading Unicode 15.0.0 auxiliary files...
done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
Downloading Unicode emoji 15.0 files...
done
Downloading Unicode emoji 15.0 files...
done
downloading emoji/15.0/emoji-sequences.txt ... Downloading Unicode emoji 15.0 files...
downloading emoji/15.0/emoji-sequences.txt ... downloading emoji/15.0/emoji-sequences.txt ... done
done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
done
done
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem test-unit-3.6.2...
Downloading bundled gem rake-13.1.0...
Downloading bundled gem rexml-3.2.6...
Downloading bundled gem rss-0.3.0...
Downloading bundled gem net-ftp-0.3.4...
Downloading bundled gem net-imap-0.4.10...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.4.0.1...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem racc-1.7.3...
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.7...
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-O0/.bundle/.timestamp
Downloading bundled gem csv-3.3.0...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/gems/src
Cloning https://github.com/minitest/minitest
Cloning https://github.com/ruby/power_assert
Cloning into '/tmp/ruby/src/trunk-O0/gems/src/minitest'...
Cloning into '/tmp/ruby/src/trunk-O0/gems/src/power_assert'...
Cloning https://github.com/ruby/rbs
Cloning into '/tmp/ruby/src/trunk-O0/gems/src/rbs'...
Cloning https://github.com/ruby/typeprof
Cloning into '/tmp/ruby/src/trunk-O0/gems/src/typeprof'...
Cloning https://github.com/ruby/debug
Cloning into '/tmp/ruby/src/trunk-O0/gems/src/debug'...
Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520
echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision updated
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision updated
Building minitest@287b35d60c8e19c11ba090efc6eeb225325a8520 to /tmp/ruby/src/trunk-O0/gems/minitest-5.22.3.gem
  Successfully built RubyGem
  Name: minitest
  Version: 5.22.3
  File: minitest-5.22.3.gem
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-O0/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 debug to 2d602636d99114d55a32fedd652c9c704446a749
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
From https://github.com/ruby/debug
 * branch            2d602636d99114d55a32fedd652c9c704446a749 -> FETCH_HEAD
HEAD is now at 2d60263 Use ruby/actions workflow for ruby versions
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision updated
Building debug@2d602636d99114d55a32fedd652c9c704446a749 to /tmp/ruby/src/trunk-O0/gems/debug-1.9.1.gem
From https://github.com/ruby/rbs
 * branch              ba7872795d5de04adb8ff500c0e6afdc81a041dd -> FETCH_HEAD
  Successfully built RubyGem
  Name: debug
  Version: 1.9.1
  File: debug-1.9.1.gem
HEAD is now at ba787279 Make the test suite compatible with `--enable-frozen-string-literal`
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision updated
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision updated
Building rbs@ba7872795d5de04adb8ff500c0e6afdc81a041dd to /tmp/ruby/src/trunk-O0/gems/rbs-3.4.4.gem
Building typeprof@b19a6416da3a05d57fadd6ffdadb382b6d236ca5 to /tmp/ruby/src/trunk-O0/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.21.11
  File: typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.4.4
  File: rbs-3.4.4.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = de742b425f
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
id.h updated
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
generating vm_call_iseq_optimized.inc
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/enc/jis
known_errors.inc updated
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-O0/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-O0/probes.d > probes.dmyh
+ cp /tmp/ruby/src/trunk-O0/enc/jis/props.h.blt /tmp/ruby/src/trunk-O0/enc/jis/props.h
vm_call_iseq_optimized.inc updated
/tmp/ruby/src/trunk-O0/revision.h updated
generating /tmp/ruby/src/trunk-O0/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating id.c
making /tmp/ruby/src/trunk-O0/ast.rbinc
id.c updated
making /tmp/ruby/src/trunk-O0/dir.rbinc
making /tmp/ruby/src/trunk-O0/gc.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-O0/numeric.rbinc
making /tmp/ruby/src/trunk-O0/io.rbinc
making /tmp/ruby/src/trunk-O0/marshal.rbinc
making /tmp/ruby/src/trunk-O0/rjit.rbinc
making /tmp/ruby/src/trunk-O0/rjit_c.rbinc
making /tmp/ruby/src/trunk-O0/pack.rbinc
making /tmp/ruby/src/trunk-O0/trace_point.rbinc
making /tmp/ruby/src/trunk-O0/warning.rbinc
making /tmp/ruby/src/trunk-O0/array.rbinc
making /tmp/ruby/src/trunk-O0/kernel.rbinc
making /tmp/ruby/src/trunk-O0/ractor.rbinc
making /tmp/ruby/src/trunk-O0/symbol.rbinc
making /tmp/ruby/src/trunk-O0/timev.rbinc
making /tmp/ruby/src/trunk-O0/thread_sync.rbinc
making /tmp/ruby/src/trunk-O0/nilclass.rbinc
making /tmp/ruby/src/trunk-O0/prelude.rbinc
making /tmp/ruby/src/trunk-O0/gem_prelude.rbinc
making /tmp/ruby/src/trunk-O0/yjit.rbinc
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
extracting ripper.y from ../../parse.y
generating /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
generating eventids1.c from ../../parse.y
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/socket'
generating constant definitions
generating eventids1.h from ../../parse.y
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/etc'
generating constant definitions
generating eventids2table.c from ./eventids2.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/etc'
compiling compiler ripper.y
generating miniprelude.c
miniprelude.c updated
generating golf_prelude.c
golf_prelude.c updated
/tmp/ruby/src/trunk-O0/lib/unicode_normalize/tables.rb unchanged
generating x86_64-linux-fake.rb
/bin/sh /tmp/ruby/src/trunk-O0/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-O0'
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
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
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 table from enc/trans/japanese_sjis.c
generating enc/trans/gbk.c ...
generating table from enc/trans/korean.c
generating enc/trans/japanese_sjis.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/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/japanese_euc.c ...
generating enc/trans/utf8_mac.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision -
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision unchanged
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision unchanged
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision -
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision unchanged
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/.bundle/gems
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
Extracting bundle gem rake-13.1.0...
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
Extracting bundle gem test-unit-3.6.2...
Extracting bundle gem rexml-3.2.6...
Extracting bundle gem rss-0.3.0...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem net-ftp-0.3.4...
Unpacked gems/rake-13.1.0.gem
Extracting bundle gem net-imap-0.4.10...
Unpacked gems/test-unit-3.6.2.gem
Unpacked gems/rexml-3.2.6.gem
Extracting bundle gem net-pop-0.1.2...
Extracting bundle gem net-smtp-0.4.0.1...
Unpacked gems/net-smtp-0.4.0.1.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/net-imap-0.4.10.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/net-ftp-0.3.4.gem
Extracting bundle gem racc-1.7.3...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem mutex_m-0.2.0...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/racc-1.7.3.gem
Extracting bundle gem base64-0.2.0...
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem bigdecimal-3.1.7...
Unpacked gems/mutex_m-0.2.0.gem
Extracting bundle gem observer-0.1.2...
Unpacked gems/base64-0.2.0.gem
Extracting bundle gem abbrev-0.1.2...
Unpacked gems/getoptlong-0.2.1.gem
Unpacked gems/bigdecimal-3.1.7.gem
Extracting bundle gem resolv-replace-0.1.1...
Extracting bundle gem rinda-0.2.0...
Unpacked gems/observer-0.1.2.gem
Extracting bundle gem drb-2.2.1...
Unpacked gems/abbrev-0.1.2.gem
Extracting bundle gem nkf-0.2.0...
Unpacked gems/rinda-0.2.0.gem
Unpacked gems/resolv-replace-0.1.1.gem
Extracting bundle gem syslog-0.1.2...
Extracting bundle gem csv-3.3.0...
Unpacked gems/drb-2.2.1.gem
Unpacked gems/nkf-0.2.0.gem
Extracting bundle gem minitest-5.22.3...
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-O0/gems/power_assert-2.0.3.gem
Unpacked gems/syslog-0.1.2.gem
Unpacked gems/csv-3.3.0.gem
Unpacked gems/minitest-5.22.3.gem
Extracting bundle gem typeprof-0.21.11...
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Extracting bundle gem debug-1.9.1...
Extracting bundle gem rbs-3.4.4...
Unpacked gems/typeprof-0.21.11.gem
Unpacked gems/debug-1.9.1.gem
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
Unpacked gems/rbs-3.4.4.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 = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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-O0/main.c
compiling /tmp/ruby/src/trunk-O0/dmydln.c
compiling /tmp/ruby/src/trunk-O0/miniinit.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/bignum.c
compiling /tmp/ruby/src/trunk-O0/class.c
compiling /tmp/ruby/src/trunk-O0/compar.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/complex.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/debug.c
compiling /tmp/ruby/src/trunk-O0/debug_counter.c
compiling /tmp/ruby/src/trunk-O0/dir.c
compiling /tmp/ruby/src/trunk-O0/dln_find.c
compiling /tmp/ruby/src/trunk-O0/encoding.c
compiling /tmp/ruby/src/trunk-O0/enum.c
compiling /tmp/ruby/src/trunk-O0/enumerator.c
compiling /tmp/ruby/src/trunk-O0/error.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/file.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/inits.c
compiling /tmp/ruby/src/trunk-O0/imemo.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/io_buffer.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/marshal.c
compiling /tmp/ruby/src/trunk-O0/math.c
compiling /tmp/ruby/src/trunk-O0/memory_view.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/node.c
compiling /tmp/ruby/src/trunk-O0/node_dump.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/object.c
compiling /tmp/ruby/src/trunk-O0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-O0/parser_st.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/range.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/regcomp.c
compiling /tmp/ruby/src/trunk-O0/regenc.c
compiling /tmp/ruby/src/trunk-O0/regerror.c
compiling /tmp/ruby/src/trunk-O0/regexec.c
compiling /tmp/ruby/src/trunk-O0/regparse.c
compiling /tmp/ruby/src/trunk-O0/regsyntax.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/ruby_parser.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/shape.c
compiling /tmp/ruby/src/trunk-O0/signal.c
compiling /tmp/ruby/src/trunk-O0/sprintf.c
compiling /tmp/ruby/src/trunk-O0/st.c
compiling /tmp/ruby/src/trunk-O0/strftime.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/struct.c
compiling /tmp/ruby/src/trunk-O0/symbol.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/time.c
compiling /tmp/ruby/src/trunk-O0/transcode.c
compiling /tmp/ruby/src/trunk-O0/util.c
compiling /tmp/ruby/src/trunk-O0/variable.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_sync.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling /tmp/ruby/src/trunk-O0/weakmap.c
compiling /tmp/ruby/src/trunk-O0/yjit.c
building Rust YJIT (release mode)
compiling /tmp/ruby/src/trunk-O0/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-O0/missing/strlcat.c
compiling /tmp/ruby/src/trunk-O0/missing/strlcpy.c
compiling /tmp/ruby/src/trunk-O0/addr2line.c
compiling /tmp/ruby/src/trunk-O0/array.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk-O0/prism/encoding.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-O0/prism/options.c
compiling /tmp/ruby/src/trunk-O0/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-O0/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-O0/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_state_stack.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_string_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
assembling /tmp/ruby/src/trunk-O0/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-O0/enc/ascii.c
compiling /tmp/ruby/src/trunk-O0/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-O0/enc/unicode.c
compiling /tmp/ruby/src/trunk-O0/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 = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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-O0/dln.c
compiling /tmp/ruby/src/trunk-O0/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-O0/dmyext.c
compiling /tmp/ruby/src/trunk-O0/dmyenc.c
compiling /tmp/ruby/src/trunk-O0/loadpath.c
builtin_binary.inc updated
49160f944de93c22f3911dfd0790ba320d9c30dcfd496d45b545c1262b75608a  builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
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 = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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
encdb.h updated
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/encdb.c
compiling /tmp/ruby/src/trunk-O0/enc/big5.c
compiling /tmp/ruby/src/trunk-O0/enc/cesu_8.c
transdb.h updated
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk-O0/enc/cp949.c
compiling /tmp/ruby/src/trunk-O0/enc/emacs_mule.c
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/transdb.c
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_kr.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/big5.c
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/asan
configuring -test-/bignum
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
compiling /tmp/ruby/src/trunk-O0/enc/euc_tw.c
configuring -test-/bug_reporter
configuring -test-/class
compiling /tmp/ruby/src/trunk-O0/enc/gb2312.c
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
compiling /tmp/ruby/src/trunk-O0/enc/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-O0/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-O0/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-O0/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_31j.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1250.c
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
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
compiling /tmp/ruby/src/trunk-O0/enc/windows_1251.c
configuring -test-/method
compiling /tmp/ruby/src/trunk-O0/enc/windows_1252.c
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-/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
compiling /tmp/ruby/src/trunk-O0/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1254.c
configuring -test-/struct
configuring -test-/symbol
compiling /tmp/ruby/src/trunk-O0/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
linking encoding emacs_mule.so
linking encoding euc_jp.so
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
configuring cgi/escape
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
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
configuring continuation
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
generating table from /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/chinese.c
generating /tmp/ruby/src/trunk-O0/enc/trans/big5.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
configuring coverage
generating /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji.c
configuring date
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_iso2022_kddi.c
configuring digest
configuring digest/bubblebabble
configuring digest/md5
generating /tmp/ruby/src/trunk-O0/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c
configuring digest/rmd160
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_iso2022_kddi.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
configuring digest/sha1
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/escape.c
configuring digest/sha2
generating /tmp/ruby/src/trunk-O0/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
configuring erb/escape
configuring etc
configuring fcntl
configuring fiddle
generating /tmp/ruby/src/trunk-O0/enc/trans/gbk.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/korean.c
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-O0/enc/trans/korean.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c
configuring io/console
generating /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c ...
linking transcoder transdb.so
compiling /tmp/ruby/src/trunk-O0/enc/trans/big5.c
generating /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
configuring json
configuring json/generator
configuring json/parser
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
configuring monitor
configuring objspace
compiling /tmp/ruby/src/trunk-O0/enc/trans/korean.c
configuring openssl
compiling /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-O0/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-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
configuring pathname
configuring psych
configuring io/nonblock
configuring pty
configuring rbconfig/sizeof
configuring io/wait
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring zlib
configuring bigdecimal-3.1.7/ext/bigdecimal
configuring debug-1.9.1/ext/debug
configuring nkf-0.2.0/ext/nkf
configuring racc-1.7.3/ext/racc/cparse
configuring rbs-3.4.4/ext/rbs_extension
configuring syslog-0.1.2/ext/syslog
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/RUBY_ALIGNOF/c.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-O0/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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/array/resize/resize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/asan'
linking shared-object -test-/array/to_ary_concat.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/asan/asan.c
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/big2str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/asan.so
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/asan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
linking shared-object -test-/bug_14834.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-3571/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-5832/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug_reporter/bug_reporter.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/bigzero.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/class'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/class2name.c
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_reporter.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/div.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/inspector.c
linking shared-object -test-/dln/empty.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/econv/append.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/profile_frames.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/econv/init.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/eval/eval.c
linking shared-object -test-/debug.so
linking shared-object -test-/econv.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/mul.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/dataerror.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/fatal/init.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/str2big.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/fatal/invalid.c
linking shared-object -test-/bignum.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/init.c
linking shared-object -test-/fatal.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/newline_conv.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/nextafter.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/funcall/funcall.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/float.so
linking shared-object -test-/funcall.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/stat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/delete.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/core_ext.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/file.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/break.c
linking shared-object -test-/iseq_load.so
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/dot.dot/dot.dot.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/my_integer.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/yield.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/resolve_symbol_resolver'
linking shared-object -test-/integer.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/stringify_symbols/stringify_symbols.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/stringify_target/stringify_target.c
linking shared-object -test-/load/resolve_symbol_resolver.so
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/compat/usrcompat.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/load/stringify_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/arity.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/notimplement/bug.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/num2int/num2int.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/notimplement.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-O0/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
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/printf/printf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/bad_version.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rational/rat.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/receiver.c
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/loop.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/recursion/recursion.c
linking shared-object -test-/random.so
linking shared-object -test-/proc.so
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/foreach/foreach.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/numhash/numhash.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/scan_args.so
linking shared-object -test-/st/foreach.so
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/data.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/init.c
linking shared-object -test-/st/update.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/duplicate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/type.c
linking shared-object -test-/thread/instrumentation.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/cstr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/len.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/thread/lock_native_thread.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/member.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/init.c
linking shared-object -test-/thread_fd.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/leap_second.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_dummy.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/modify.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/nofree.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/vm/at_exit.c
linking shared-object -test-/typeddata.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/normalize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/wait/wait.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-O0/ext/cgi/escape/escape.c
linking shared-object -test-/vm/at_exit.so
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/continuation'
compiling /tmp/ruby/src/trunk-O0/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/qsort.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
linking shared-object cgi/escape.so
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
compiling /tmp/ruby/src/trunk-O0/ext/date/date_core.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/continuation'
compiling /tmp/ruby/src/trunk-O0/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_interned_str.c
installing default coverage libraries
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_str_dup.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
compiling /tmp/ruby/src/trunk-O0/ext/digest/digest.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/set_len.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/erb/escape'
compiling /tmp/ruby/src/trunk-O0/ext/erb/escape/escape.c
linking shared-object -test-/string.so
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strptime.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/erb/escape'
installing default date_core libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/etc'
compiling /tmp/ruby/src/trunk-O0/ext/fcntl/fcntl.c
compiling /tmp/ruby/src/trunk-O0/ext/etc/etc.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/closure.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
linking shared-object date_core.so
compiling /tmp/ruby/src/trunk-O0/ext/io/console/console.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-O0/ext/io/nonblock/nonblock.c
linking shared-object etc.so
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/conversions.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
compiling /tmp/ruby/src/trunk-O0/ext/io/wait/wait.c
linking shared-object io/nonblock.so
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
linking shared-object io/wait.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/fiddle.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
compiling /tmp/ruby/src/trunk-O0/ext/monitor/monitor.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/openssl_missing.c
installing default monitor libraries
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
compiling /tmp/ruby/src/trunk-O0/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/handle.c
installing default pathname libraries
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_parser.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
compiling /tmp/ruby/src/trunk-O0/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pointer.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_to_ruby.c
installing default pty libraries
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_yaml_tree.c
linking shared-object fiddle.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bn.c
installing default fiddle libraries
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/limits.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
linking shared-object rbconfig/sizeof.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/stringio'
compiling /tmp/ruby/src/trunk-O0/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
compiling /tmp/ruby/src/trunk-O0/ext/strscan/strscan.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/zlib'
compiling /tmp/ruby/src/trunk-O0/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_digest.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal/missing.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_kdf.c
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/bigdecimal-3.1.7/lib ../../../../../.bundle/gems/bigdecimal-3.1.7/lib
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ns_spki.c
linking shared-object ripper.so
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug/iseq_collector.c
installing default ripper libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/debug-1.9.1/lib ../../../../../.bundle/gems/debug-1.9.1/lib
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse/cparse.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/racc-1.7.3/lib ../../../../../../.bundle/gems/racc-1.7.3/lib
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/constants.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
ln -sfT ../../../../../src/trunk-O0/.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-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/syslog-0.1.2/lib ../../../../../.bundle/gems/syslog-0.1.2/lib
linking shared-object syslog.so
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/lexstate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey.c
installing default socket libraries
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/parser.c
linking shared-object socket.so
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/parserstate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-O0/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/ruby_objs.c
linking shared-object digest/bubblebabble.so
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/unescape.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dsa.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/rbs-3.4.4/lib ../../../../../.bundle/gems/rbs-3.4.4/lib
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160init.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_rsa.c
linking shared-object digest/sha1.so
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_provider.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/json/parser/parser.c
linking shared-object json/ext/generator.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_rand.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509store.c
installing default openssl libraries
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision -
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision unchanged
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision unchanged
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision -
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision unchanged
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-O0/gems/power_assert-2.0.3.gem
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
  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
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/transdb.c
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
linking shared-object -test-/array/to_ary_concat.so
linking transcoder transdb.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/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 to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/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.12.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.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.24.0
                                    pstore 0.1.3
                                    rdoc 6.6.3.1
                                    readline 0.0.4
                                    reline 0.5.0
                                    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-O0/lib/ruby/gems/3.4.0+0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.22.3
                                    rake 13.1.0
                                    test-unit 3.6.2
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.10
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.4
                                    typeprof 0.21.11
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.7
                                    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-O0/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 1924 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=12785
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/876] 55875=test_internal_ivar
[  2/876] 55875=test_config
[  3/876] 55876=test_error_highlight
[  4/876] 55878=test_stringscanner
[  5/876] 55877=test_resize
[  6/876] 55877=test_io_m17n
[  7/876] 55878=test_have_macro
[  8/876] 55878=test_pipe
[  9/876] 55876=desugar_compiler_test
[ 10/876] 55875=test_gem_resolver_specification
[ 11/876] 55876=test_tracepoint
[ 12/876] 55878=test_convertible
[ 13/876] 55875=test_env
[ 14/876] 55876=test_rdoc_markup_pre_process
[ 15/876] 55876=test_time
[ 16/876] 55876=test_sprintf_comb
[ 17/876] 55877=heredoc_dedent_test
[ 18/876] 55877=memsize_test
[ 19/876] 55877=test_method_cache
[ 20/876] 55877=test_gem_package_old
[ 21/876] 55876=test_ocsp
[ 22/876] 55876=test_super
[ 23/876] 55877=test_win32ole_param
[ 24/876] 55877=test_gem_text
[ 25/876] 55877=test_settracefunc
[ 26/876] 55876=test_variable
[ 27/876] 55876=test_pstore
[ 28/876] 55876=test_lambda
[ 29/876] 55876=test_readpartial
[ 30/876] 55876=test_gem_request_set_gem_dependency_api
[ 31/876] 55877=test_win32ole
[ 32/876] 55877=test_regexp
[ 33/876] 55876=test_extlibs
[ 34/876] 55878=test_file_exhaustive
[ 35/876] 55875=pattern_test
[ 36/876] 55875=test_iterator
[ 37/876] 55875=test_variable_name_check
[ 38/876] 55875=test_string
[ 39/876] 55875=compiler_test
[ 40/876] 55875=test_printf
[ 41/876] 55875=test_case
[ 42/876] 55875=test_gem_remote_fetcher
[ 43/876] 55876=test_rdoc_generator_pot
[ 44/876] 55876=test_gem_uninstaller
[ 45/876] 55878=test_storage
[ 46/876] 55878=test_zlib
[ 47/876] 55875=test_eval
[ 48/876] 55875=test_proc
[ 49/876] 55876=test_alias
[ 50/876] 55876=test_gem_gem_runner
[ 51/876] 55875=test_pointer
[ 52/876] 55876=test_dir_m17n
[ 53/876] 55878=test_helper
[ 54/876] 55878=test_rdoc_generator_pot_po_entry
[ 55/876] 55878=test_cgi_header
[ 56/876] 55878=test_rdoc_markup_to_rdoc
[ 57/876] 55878=test_singleton_function
[ 58/876] 55878=test_protocol
[ 59/876] 55878=test_dns
[ 60/876] 55878=test_process
[ 61/876] 55878=test_gem_commands_info_command
[ 62/876] 55875=test_addr
[ 63/876] 55875=test_getopts
[ 64/876] 55875=test_flush
[ 65/876] 55875=test_resolve_symbol
[ 66/876] 55875=parse_stream_test
[ 67/876] 55875=test_pair
[ 68/876] 55878=test_stat
[ 69/876] 55878=test_gem_local_remote_options
[ 70/876] 55878=test_gc
[ 71/876] 55875=test_gem_commands_owner_command
[ 72/876] 55876=test_cgi_modruby
[ 73/876] 55876=test_rational
[ 74/876] 55876=test_trace
[ 75/876] 55876=test_nil
[ 76/876] 55876=test_rdoc_markup_attribute_manager
[ 77/876] 55876=test_rdoc_class_module
[ 78/876] 55875=test_win32ole_variant
[ 79/876] 55875=test_summary
[ 80/876] 55875=test_gem_resolver_composed_set
[ 81/876] 55875=test_object
[ 82/876] 55875=test_arity
[ 83/876] 55875=test_find
[ 84/876] 55875=test_func
[ 85/876] 55876=test_jaro_winkler
[ 86/876] 55876=test_install
[ 87/876] 55876=test_foreach
[ 88/876] 55876=unescape_test
[ 89/876] 55875=test_yamldbm
[ 90/876] 55875=test_yaml_special_cases
[ 91/876] 55875=test_gem_source_list
[ 92/876] 55875=parameters_signature_test
[ 93/876] 55875=test_rdoc_parser_changelog
[ 94/876] 55875=test_kill_ring
[ 95/876] 55875=test_boolean
[ 96/876] 55875=test_c_struct_entry
[ 97/876] 55875=test_random
[ 98/876] 55875=test_rdoc_context
[ 99/876] 55876=test_nonblock
[100/876] 55876=test_lexer
[101/876] 55876=test_date
[102/876] 55876=test_open-uri
[103/876] 55876=index_write_test
[104/876] 55876=test_mailto
[105/876] 55876=test_enumerator_kw
[106/876] 55876=test_gem_commands_install_command
[107/876] 55875=test_transcode
[108/876] 55875=static_inspect_test
[109/876] 55875=test_iso_8859
[110/876] 55875=test_coderange
[111/876] 55875=test_dir
[112/876] 55875=json_ext_parser_test
[113/876] 55875=test_gem_resolver_vendor_specification
[114/876] 55875=test_koi8
[115/876] 55875=test_ostruct
[116/876] 55875=test_not
[117/876] 55875=test_rdoc_attr
[118/876] 55875=test_gem_ext_configure_builder
[119/876] 55875=test_gem_dependency_list
[120/876] 55876=test_rdoc_generator_markup
[121/876] 55876=test_rendering
[122/876] 55875=test_filter
[123/876] 55875=test_inlinecache
[124/876] 55876=test_scanner_events
[125/876] 55877=test_gem_package_task
[126/876] 55875=test_err_in_callback
[127/876] 55877=test_rdoc_parser_markdown
[128/876] 55875=test_gem_source_fetch_problem
[129/876] 55875=test_rdoc_i18n_text
[130/876] 55876=test_rdoc_markup_indented_paragraph
[131/876] 55876=test_gem_commands_lock_command
[132/876] 55875=test_rdoc_markup_to_html_snippet
[133/876] 55876=test_data
[134/876] 55876=test_gem_commands_contents_command
[135/876] 55875=test_have_func
[136/876] 55876=test_ractor_compatibility
[137/876] 55877=test_win32ole_variant_outarg
[138/876] 55877=test_erb_command
[139/876] 55877=test_gem_rdoc
[140/876] 55877=test_ws
[141/876] 55877=test_regex_casefold
[142/876] 55876=test_unix
[143/876] 55876=test_gem_source_git
[144/876] 55875=test_http
[145/876] 55877=test_fd_setsize
[146/876] 55877=test_symbol
[147/876] 55876=test_coder
[148/876] 55876=test_context
[149/876] 55876=test_gem_commands_sources_command
[150/876] 55876=test_rdoc_tom_doc
[151/876] 55876=test_gem_commands_fetch_command
[152/876] 55876=ractor_test
[153/876] 55876=test_normalize
[154/876] 55876=test_sleep
[155/876] 55876=test_bignum
[156/876] 55876=test_rdoc_markup
[157/876] 55876=test_gem_resolver_git_specification
[158/876] 55876=test_files_test_2
[159/876] 55875=test_singleton
[160/876] 55875=test_spell_checker
[161/876] 55875=test_ancdata
[162/876] 55875=test_name_error_extension
[163/876] 55875=test_rdoc_ri_paths
[164/876] 55875=test_rdoc_rd_block_parser
[165/876] 55875=test_https_proxy
[166/876] 55875=test_stringify_symbols
[167/876] 55875=test_pack
[168/876] 55875=test_basicinstructions
[169/876] 55875=test_update
[170/876] 55875=test_verbose
[171/876] 55875=test_ractor
[172/876] 55875=command_line_test
[173/876] 55875=test_key_actor_emacs
[174/876] 55875=test_exit
[175/876] 55875=test_gem_commands_query_command
[176/876] 55877=test_optimization
[177/876] 55875=test_rdoc_rd
[178/876] 55875=test_range
[179/876] 55878=test_formatter
[180/876] 55878=test_weakkeymap
[181/876] 55875=test_lazy_enumerator
[182/876] 55878=test_key_actor_vi
[183/876] 55878=test_rdoc_markup_document
[184/876] 55878=test_ts
[185/876] 55878=test_find_executable
[186/876] 55878=test_require
[187/876] 55875=test_locale
[188/876] 55875=test_history
[189/876] 55875=test_dup
[190/876] 55876=test_pattern_key_name_check
[191/876] 55876=test_thread
[192/876] 55875=test_require
[193/876] 55875=test_remote_fetch_error
[194/876] 55875=test_open3
[195/876] 55876=test_udp
[196/876] 55876=test_pinned
[197/876] 55876=test_force_exit
[198/876] 55876=test_ast
[199/876] 55878=fuzzer_test
[200/876] 55878=test_struct
[201/876] 55878=test_propertyputref
[202/876] 55878=test_instrumentation_api
[203/876] 55878=test_default_gems
[204/876] 55878=test_serialize_subclasses
[205/876] 55878=test_rand
[206/876] 55878=test_gem_safe_marshal
[207/876] 55878=ruby_api_test
[208/876] 55878=test_date_strptime
[209/876] 55878=test_gem_doctor
[210/876] 55878=test_gem_request_set_lockfile_tokenizer
[211/876] 55878=json_common_interface_test
[212/876] 55878=test_ractor
[213/876] 55878=test_grapheme_breaks
[214/876] 55875=test_rdoc_parser_simple
[215/876] 55878=test_too_many_dummy_encodings
[216/876] 55875=test_signedness
[217/876] 55878=test_enumerable
[218/876] 55878=test_buffering
[219/876] 55878=test_svcb_https
[220/876] 55878=test_gem_commands_stale_command
[221/876] 55878=location_test
[222/876] 55878=test_gem_resolver_api_specification
[223/876] 55878=test_gem_package
[224/876] 55878=test_gem_security_signer
[225/876] 55878=test_date_arith
[226/876] 55878=test_gem_util
[227/876] 55877=test_euc_jp
[228/876] 55877=test_tree_spell_checker
[229/876] 55878=test_require_lib
[230/876] 55877=test_interned_str
[231/876] 55877=test_gem_ext_cmake_builder
[232/876] 55877=test_objectspace
[233/876] 55875=test_integer
[234/876] 55877=test_sexp
[235/876] 55877=test_compile_prism
[236/876] 55877=test_io
[237/876] 55878=test_key_event_record
[238/876] 55878=test_array_create
[239/876] 55878=test_scalar_scanner
[240/876] 55878=test_notimplement
[241/876] 55878=test_struct
[242/876] 55875=test_etc
[243/876] 55875=test_mutex
[244/876] 55878=test_option
[245/876] 55875=test_tracer
[246/876] 55875=test_win32ole_event
[247/876] 55875=test_completion
[248/876] 55878=test_buffered_io
[249/876] 55878=test_constant
[250/876] 55875=test_addrinfo
[251/876] 55875=test_gem
[252/876] 55878=test_to_ary_concat
[253/876] 55875=ruby_parser_test
[254/876] 55875=test_encoding
[255/876] 55875=test_gem_ext_cargo_builder_unit
[256/876] 55875=test_delegate
[257/876] 55875=test_bash_completion
[258/876] 55875=test_signal
[259/876] 55875=test_fixnum
[260/876] 55875=test_bug-14834
[261/876] 55877=test_cgi_core
[262/876] 55877=test_parser
[263/876] 55877=test_rdoc_require
[264/876] 55875=test_rational2
[265/876] 55877=test_fiber
[266/876] 55875=test_terminfo
[267/876] 55875=test_rdoc_markup_to_bs
[268/876] 55875=test_raise_exception
[269/876] 55878=test_marshal
[270/876] 55875=json_encoding_test
[271/876] 55875=test_gem_commands_update_command
[272/876] 55877=test_optparse
[273/876] 55877=test_evaluation
[274/876] 55877=test_case_options
[275/876] 55877=test_ssl
[276/876] 55877=test_rdoc_markup_to_tt_only
[277/876] 55877=test_https
[278/876] 55877=test_gem_console_ui
[279/876] 55877=test_ractor
[280/876] 55878=test_objspace
[281/876] 55875=test_gem_commands_server_command
[282/876] 55875=test_httpresponses
[283/876] 55875=test_timeout
[284/876] 55875=test_within_pipe
[285/876] 55875=test_rdoc_generator_darkfish
[286/876] 55877=test_mixed_unicode_escapes
[287/876] 55877=test_load
[288/876] 55877=test_have_library
[289/876] 55875=test_beginendblock
[290/876] 55877=test_httpresponse
[291/876] 55877=test_rdoc_parser_ruby
[292/876] 55875=test_cipher
[293/876] 55875=test_new
[294/876] 55875=test_big5
[295/876] 55875=test_time_tz
[296/876] 55875=version_test
[297/876] 55875=test_cgi_cookie
[298/876] 55875=test_object_references
[299/876] 55875=test_scheduler
[300/876] 55875=test_win32ole_variable
[301/876] 55875=test_gem_resolver
[302/876] 55875=test_gem_specification
[303/876] 55877=test_gem_package_tar_reader_entry
[304/876] 55877=test_rdoc_markup_to_label
[305/876] 55877=test_tsort
[306/876] 55877=test_gem_commands_exec_command
[307/876] 55877=test_metaclass
[308/876] 55877=test_files_sample
[309/876] 55877=test_rbconfig
[310/876] 55877=test_logger
[311/876] 55877=test_ssl
[312/876] 55877=test_digest_extend
[313/876] 55875=test_key_error
[314/876] 55877=test_module
[315/876] 55875=test_rb_str_dup
[316/876] 55875=test_append
[317/876] 55875=test_symbol
[318/876] 55875=test_engine
[319/876] 55875=test_pp
[320/876] 55875=test_x509cert
[321/876] 55875=test_gem_commands_unpack_command
[322/876] 55875=test_rdoc_markup_to_table_of_contents
[323/876] 55875=test_enc_associate
[324/876] 55875=test_last_thread
[325/876] 55875=test_import
[326/876] 55877=test_logdevice
[327/876] 55875=test_ftp
[328/876] 55875=test_ractor
[329/876] 55875=test_rubyvm
[330/876] 55875=test_config
[331/876] 55877=test_gem_request_connection_pools
[332/876] 55875=test_arith_seq_extract
[333/876] 55877=test_pack
[334/876] 55875=test_logperiod
[335/876] 55875=test_io_console
[336/876] 55877=test_bn
[337/876] 55877=test_rdoc_markup_attributes
[338/876] 55877=test_cparser
[339/876] 55875=test_unicode_escape
[340/876] 55875=test_string_processing
[341/876] 55875=test_c_union_entity
[342/876] 55875=test_recursion
[343/876] 55875=test_pkcs7
[344/876] 55875=test_cgi_session
[345/876] 55875=test_x509crl
[346/876] 55875=test_hash
[347/876] 55877=test_ensured
[348/876] 55877=test_keyword
[349/876] 55877=test_iter_break
[350/876] 55877=test_gem_install_update_options
[351/876] 55877=test_num2int
[352/876] 55877=test_project_sanity
[353/876] 55877=test_refinement
[354/876] 55877=test_gem_command_manager
[355/876] 55877=test_address_resolve
[356/876] 55875=test_gem_requirement
[357/876] 55877=test_numeric
[358/876] 55877=test_word
[359/876] 55877=test_gem_resolver_installed_specification
[360/876] 55877=test_gem_commands_list_command
[361/876] 55877=test_cmethod
[362/876] 55877=test_gem_resolver_vendor_set
[363/876] 55877=test_gem_ext_rake_builder
[364/876] 55875=test_parser
[365/876] 55875=test_irb
[366/876] 55875=test_yield_block
[367/876] 55875=test_pkg_config
[368/876] 55875=test_rdoc_include
[369/876] 55875=test_set
[370/876] 55875=test_gem_commands_help_command
[371/876] 55877=test_closure
[372/876] 55875=test_at_exit
[373/876] 55875=test_dln
[374/876] 55875=test_rdoc_options
[375/876] 55875=test_digest
[376/876] 55875=test_object
[377/876] 55875=test_gem_resolver_local_specification
[378/876] 55875=test_yjit
[379/876] 55877=test_frozen_error
[380/876] 55877=test_m17n
[381/876] 55877=test_console_attr
[382/876] 55877=test_argf
[383/876] 55877=test_array
[384/876] 55875=test_gem_ext_cargo_builder_link_flag_converter
[385/876] 55875=test_x509req
[386/876] 55875=test_files_ext
[387/876] 55875=test_ruby_lex
[388/876] 55875=test_win32ole_record
[389/876] 55875=test_eval_history
[390/876] 55875=dispatcher_test
[391/876] 55875=test_complex2
[392/876] 55875=test_gem_version_option
[393/876] 55875=test_insns_leaf
[394/876] 55875=test_ubf_async_safe
[395/876] 55875=test_ossl
[396/876] 55875=test_omap
[397/876] 55875=test_gem_uri_formatter
[398/876] 55875=test_sockopt
[399/876] 55875=test_yaml_tree
[400/876] 55875=test_shellwords
[401/876] 55875=test_windows_1251
[402/876] 55875=test_encoding
[403/876] 55875=test_thread_queue
[404/876] 55875=test_vm_dump
[405/876] 55875=test_nesting_parser
[406/876] 55875=test_nowrite
[407/876] 55875=test_gem_resolver_conflict
[408/876] 55875=test_gb18030
[409/876] 55875=test_gem_package_tar_writer
[410/876] 55875=test_fileutils
[411/876] 55875=errors_test
[412/876] 55875=test_gem_gemcutter_utilities
[413/876] 55875=test_method_cache
[414/876] 55875=test_history
[415/876] 55875=test_float
[416/876] 55875=test_mul
[417/876] 55875=test_primitive
[418/876] 55875=test_passing_block
[419/876] 55875=test_gem_commands_which_command
[420/876] 55875=test_yjit_exit_locations
[421/876] 55875=test_data_error
[422/876] 55875=test_monitor
[423/876] 55875=test_gem_resolver_best_set
[424/876] 55875=test_whileuntil
[425/876] 55875=test_gem_config_file
[426/876] 55875=test_cstr
[427/876] 55877=test_document
[428/876] 55877=test_marshalable
[429/876] 55877=test_webauthn_poller
[430/876] 55877=test_rdoc_parser_rd
[431/876] 55877=test_unicode
[432/876] 55875=test_x509attr
[433/876] 55875=test_set_len
[434/876] 55875=test_rdoc_parser
[435/876] 55875=test_thread_cv
[436/876] 55877=test_pattern_matching
[437/876] 55877=test_webauthn_listener
[438/876] 55875=test_coverage
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 38405>
[439/876] 55877=test_pathname
[440/876] 55877=test_gem_path_support
[441/876] 55877=test_case
[442/876] 55877=test_helper
[443/876] 55877=test_x509ext
[444/876] 55877=test_wss
[445/876] 55877=test_class
[446/876] 55877=test_fips
[447/876] 55878=test_configuration
[448/876] 55878=test_math
[449/876] 55877=test_gc
[450/876] 55877=test_libs
[451/876] 55877=test_x509name
[452/876] 55877=test_fnmatch
[453/876] 55878=test_rdoc_markup_heading
[454/876] 55877=test_pack
[455/876] 55878=test_gem_source
[456/876] 55877=test_random_formatter
[457/876] 55877=test_depth_first
[458/876] 55877=test_benchmark
[459/876] 55875=test_framework
[460/876] 55875=test_socket
[461/876] 55878=test_rdoc_markup_to_html_crossref
[462/876] 55877=test_yamlstore
[463/876] 55877=test_class2name
[464/876] 55877=test_erb_m17n
[465/876] 55877=test_gem_commands_uninstall_command
[466/876] 55878=test_rdoc_code_object
[467/876] 55875=test_yaml
[468/876] 55875=comments_test
[469/876] 55875=test_debug
[470/876] 55875=test_array
[471/876] 55875=test_reline
[472/876] 55877=test_mkmf
[473/876] 55875=test_raise
[474/876] 55875=test_assembler
[475/876] 55875=test_gem_stub_specification
[476/876] 55877=test_string
[477/876] 55877=test_function
[478/876] 55877=test_resource
[479/876] 55877=test_zsh_completion
[480/876] 55877=library_symbols_test
[481/876] 55877=test_system
[482/876] 55878=test_gem_commands_signin_command
[483/876] 55875=test_file
[484/876] 55875=test_date_strftime
[485/876] 55878=test_reqarg
[486/876] 55878=test_set
[487/876] 55878=test_init
[488/876] 55875=test_date_attr
[489/876] 55875=test_rdoc_rd_inline_parser
[490/876] 55875=test_color_printer
[491/876] 55875=warnings_test
[492/876] 55875=test_basicsocket
[493/876] 55875=test_sleep
[494/876] 55877=test_condition
[495/876] 55877=test_gem_commands_search_command
[496/876] 55877=test_cp949
[497/876] 55877=integer_parse_test
[498/876] 55877=test_defined
[499/876] 55878=test_sizeof
[500/876] 55875=test_face
[501/876] 55875=test_emoji
[502/876] 55877=test_sorted_set
[503/876] 55875=test_iseq
[504/876] 55877=json_string_matching_test
[505/876] 55877=test_rdoc_markup_paragraph
[506/876] 55877=test_path
[507/876] 55877=test_fstring
[508/876] 55877=test_nomethod_error
[509/876] 55877=test_euc_tw
[510/876] 55877=test_rdoc_markup_raw
[511/876] 55877=test_date_new
[512/876] 55877=test_gem_commands_cert_command
[513/876] 55875=test_wait
[514/876] 55875=test_tempfile
[515/876] 55875=test_object_create_start
[516/876] 55875=test_duplicate
[517/876] 55875=magic_comment_test
[518/876] 55875=test_require_path_check
[519/876] 55877=test_gem_unsatisfiable_dependency_error
[520/876] 55877=test_utf16
[521/876] 55877=test_rdoc_markup_parser
[522/876] 55875=test_method
[523/876] 55877=test_gem_source_specific_file
[524/876] 55878=test_gem_installer
[525/876] 55877=test_pkcs12
[526/876] 55877=test_deprecate
[527/876] 55877=test_rdoc_constant
[528/876] 55877=test_rdoc_markdown
[529/876] 55877=test_rdoc_rd_inline
[530/876] 55877=test_gem_package_tar_reader
[531/876] 55877=test_rdoc_normal_class
[532/876] 55877=test_comparable
[533/876] 55877=test_ipaddr
[534/876] 55877=test_const
[535/876] 55877=test_rdoc_encoding
[536/876] 55877=test_class
[537/876] 55877=test_files_test_1
[538/876] 55877=test_io_timeout
[539/876] 55877=test_bmethod
[540/876] 55877=encoding_test
[541/876] 55878=test_pty
[542/876] 55877=test_erb
[543/876] 55877=test_gem_commands_environment_command
[544/876] 55877=test_numeric
[545/876] 55877=test_postponed_job
[546/876] 55878=test_gem_request_set_lockfile
[547/876] 55877=test_uncorrectable_name_check
[548/876] 55877=test_method_name_check
[549/876] 55878=test_parse
[550/876] 55877=test_hmac
[551/876] 55877=test_gem_commands_setup_command
[552/876] 55878=test_rdoc_top_level
[553/876] 55877=test_color
[554/876] 55877=test_ldap
[555/876] 55877=test_rdoc_task
[556/876] 55877=test_numhash
[557/876] 55877=test_macro
[558/876] 55877=test_rdoc_markup_to_html
[559/876] 55877=test_pkey_rsa
[560/876] 55877=test_backtrace
[561/876] 55878=test_bigzero
[562/876] 55878=test_stack
[563/876] 55877=test_gem_platform
[564/876] 55877=test_rdoc_parser_c
[565/876] 55877=test_emitter
[566/876] 55877=test_rdoc_markup_verbatim
[567/876] 55877=json_fixtures_test
[568/876] 55877=newline_test
[569/876] 55878=test_econv
[570/876] 55877=test_alias_and_anchor
[571/876] 55877=test_config
[572/876] 55877=test_rdoc_any_method
[573/876] 55877=test_abi
[574/876] 55877=test_complexrational
[575/876] 55877=test_hash
[576/876] 55877=test_win32ole_method_event
[577/876] 55877=test_gem_ext_ext_conf_builder
[578/876] 55878=test_gem_resolver_activation_request
[579/876] 55878=test_function_entry
[580/876] 55878=test_path_to_class
[581/876] 55878=test_pkey_dh
[582/876] 55878=test_securerandom
[583/876] 55878=test_http_request
[584/876] 55878=test_date_ractor
[585/876] 55878=test_undef
[586/876] 55878=test_gem_name_tuple
[587/876] 55878=test_gem_request_set
[588/876] 55878=constant_path_node_test
[589/876] 55878=test_win32ole_typelib
[590/876] 55878=test_bundled_ca
[591/876] 55875=test_external_new
[592/876] 55877=test_ifunless
[593/876] 55877=test_ractor
[594/876] 55875=test_key_stroke
[595/876] 55875=test_config
[596/876] 55877=test_process
[597/876] 55875=test_mdns
[598/876] 55875=test_rat
[599/876] 55875=test_rdoc_extend
[600/876] 55875=test_to_ruby
[601/876] 55875=test_merge_keys
[602/876] 55875=test_gem_resolver_index_specification
[603/876] 55875=test_c_struct_builder
[604/876] 55878=test_io_buffer
[605/876] 55878=test_gem_ext_cargo_builder
[606/876] 55878=test_gem_package_tar_header
[607/876] 55878=test_rdoc_context_section
[608/876] 55878=test_gem_security_policy
[609/876] 55875=test_io
[610/876] 55875=test_emitter
[611/876] 55875=test_ellipsize
[612/876] 55875=test_queue
[613/876] 55875=test_gem_commands_check_command
[614/876] 55875=test_rdoc_alias
[615/876] 55875=test_gem_commands_yank_command
[616/876] 55878=test_big2str
[617/876] 55878=test_data
[618/876] 55878=test_stream
[619/876] 55878=test_gem_ext_builder
[620/876] 55875=test_prettyprint
[621/876] 55875=test_threadgroup
[622/876] 55875=test_human_typo
[623/876] 55875=test_change_word
[624/876] 55875=test_noarg
[625/876] 55875=test_tmpdir
[626/876] 55875=test_gem_commands_pristine_command
[627/876] 55878=test_type_completor
[628/876] 55878=test_utf32
[629/876] 55878=test_iseq_load
[630/876] 55875=test_rdoc_markup_to_markdown
[631/876] 55875=test_trick
[632/876] 55878=test_key_name_check
[633/876] 55878=test_scalar
[634/876] 55878=test_gem_resolver_requirement_list
[635/876] 55878=test_arith_seq_beg_len_step
[636/876] 55878=test_gem_resolver_dependency_request
[637/876] 55878=test_ns_spki
[638/876] 55878=test_random
[639/876] 55878=test_rdoc_normal_module
[640/876] 55878=test_rdoc_markdown_test
[641/876] 55878=test_gem_version
[642/876] 55878=test_ssl_session
[643/876] 55878=test_rdoc_markup_hard_break
[644/876] 55878=test_lock_native_thread
[645/876] 55878=test_gem_resolver_api_set
[646/876] 55878=test_forwardable
[647/876] 55878=parse_comments_test
[648/876] 55875=test_ractor
[649/876] 55878=test_dryrun
[650/876] 55878=test_line_editor
[651/876] 55878=test_gem_security_trust_dir
[652/876] 55875=test_integer
[653/876] 55878=test_kwargs
[654/876] 55875=test_yield
[655/876] 55878=test_acceptable
[656/876] 55878=test_io_wait
[657/876] 55878=test_string_memory
[658/876] 55878=test_pkey
[659/876] 55878=test_stream
[660/876] 55878=test_nextafter
[661/876] 55878=test_thread
[662/876] 55878=test_capacity
[663/876] 55878=test_rubyoptions
[664/876] 55875=test_httpheader
[665/876] 55875=test_rdoc_ri_driver
[666/876] 55875=test_shapes
[667/876] 55875=test_gem_commands_mirror
[668/876] 55875=test_gem_commands_cleanup_command
[669/876] 55875=test_euc_kr
[670/876] 55875=test_literal
[671/876] 55875=test_date_marshal
[672/876] 55875=test_typeddata
[673/876] 55875=test_rdoc_markup_include
[674/876] 55875=test_cesu8
[675/876] 55875=test_protect
[676/876] 55875=test_tree_builder
[677/876] 55875=test_rdoc_generator_pot_po
[678/876] 55875=test_rdoc_servlet
[679/876] 55875=test_clone
[680/876] 55875=test_deprecated
[681/876] 55875=test_integer_comb
[682/876] 55876=test_nil2vtempty
[683/876] 55876=test_kernel
[684/876] 55876=test_div
[685/876] 55876=test_profile_frames
[686/876] 55876=json_parser_test
[687/876] 55876=test_gbk
[688/876] 55876=parse_test
[689/876] 55878=test_rendering
[690/876] 55878=!Nothing_to_test
[691/876] 55878=test_gem_commands_outdated_command
[692/876] 55878=test_gem_validator
[693/876] 55878=test_usrmarshal
[694/876] 55878=test_rdoc_markup_formatter
[695/876] 55878=test_gem_available_set
[696/876] 55878=test_memory_view
[697/876] 55878=test_modify_expand
[698/876] 55878=test_assignment
[699/876] 55877=test_my_integer
[700/876] 55877=test_debugger_integration
[701/876] 55877=test_gem_source_vendor
[702/876] 55877=test_require
[703/876] 55877=test_call
[704/876] 55877=test_ansi_without_terminfo
[705/876] 55877=test_rdoc_text
[706/876] 55877=test_autoload
[707/876] 55875=test_cgi_util
[708/876] 55878=test_gem_dependency
[709/876] 55878=test_windows_1252
[710/876] 55878=test_null
[711/876] 55878=test_win32ole_type
[712/876] 55878=test_exception
[713/876] 55875=test_x509store
[714/876] 55878=test_generic
[715/876] 55878=test_enc_str_buf_cat
[716/876] 55878=regexp_test
[717/876] 55878=test_input_method
[718/876] 55875=test_gem_source_lock
[719/876] 55878=test_gem_dependency_installer
[720/876] 55875=test_ripper
[721/876] 55875=test_optarg
[722/876] 55875=test_placearg
[723/876] 55875=attribute_write_test
[724/876] 55875=test_len
[725/876] 55875=test_asn1
[726/876] 55875=test_gem_commands_specification_command
[727/876] 55875=test_popen_deadlock
[728/876] 55875=test_str2big
[729/876] 55875=test_continuation
[730/876] 55875=test_gem_impossible_dependencies_error
[731/876] 55875=json_generator_test
[732/876] 55875=test_gc_compact
[733/876] 55878=test_delete
[734/876] 55878=test_rdoc_markup_to_ansi
[735/876] 55878=test_parser_events
[736/876] 55878=test_gem_request_set_lockfile_parser
[737/876] 55878=test_io_wait_uncommon
[738/876] 55878=test_gem_silent_ui
[739/876] 55878=test_gem_commands_signout_command
[740/876] 55878=test_gem_ci_detector
[741/876] 55878=test_gem_bundler_version_finder
[742/876] 55878=test_time
[743/876] 55878=test_files_test
[744/876] 55878=test_rdoc_stats
[745/876] 55878=test_gem_dependency_resolution_error
[746/876] 55878=test_provider
[747/876] 55876=test_exception
[748/876] 55878=test_case_comprehensive
[749/876] 55877=test_syntax
[750/876] 55876=test_rdoc_store
[751/876] 55875=test_enc_raise
[752/876] 55875=test_inadvertent_creation
[753/876] 55875=test_webauthn_listener_response
[754/876] 55875=test_folderitem2_invokeverb
[755/876] 55875=test_gem_spec_fetcher
[756/876] 55875=test_date_parse
[757/876] 55875=test_enum
[758/876] 55876=test_recorder
[759/876] 55876=test_rdoc_token_stream
[760/876] 55876=test_thread
[761/876] 55876=test_gem_request
[762/876] 55876=test_pkey_ec
[763/876] 55876=test_gem_resolver_index_set
[764/876] 55876=test_cgi_tag_helper
[765/876] 55876=test_rdoc_generator_json_index
[766/876] 55876=test_rdoc_single_class
[767/876] 55876=test_workspace
[768/876] 55876=test_win32ole_param_event
[769/876] 55876=json_addition_test
[770/876] 55876=test_gem_commands_build_command
[771/876] 55876=test_qsort
[772/876] 55876=json_generic_object_test
[773/876] 55876=test_complex
[774/876] 55876=test_backtrace
[775/876] 55876=test_type
[776/876] 55876=test_class_name_check
[777/876] 55875=test_common
[778/876] 55876=test_m17n_comb
[779/876] 55875=test_gem_commands_push_command
[780/876] 55875=test_enumerator
[781/876] 55875=test_exception_at_throwing
[782/876] 55875=test_memory_view
[783/876] 55875=test_stringio
[784/876] 55875=test_gem_uri
[785/876] 55875=test_sprintf
[786/876] 55875=ripper_test
[787/876] 55875=static_literals_test
[788/876] 55875=test_win32ole_type_event
[789/876] 55875=test_rdoc_method_attr
[790/876] 55875=test_dot_dot
[791/876] 55875=test_scan_args
[792/876] 55875=test_date_conv
[793/876] 55875=test_date_compat
[794/876] 55875=test_gem_source_subpath_problem
[795/876] 55875=test_case_mapping
[796/876] 55875=test_weakmap
[797/876] 55877=test_egrep_cpp
[798/876] 55877=test_gem_source_local
[799/876] 55877=test_flip
[800/876] 55877=test_frozen
[801/876] 55877=test_win32ole_method
[802/876] 55877=test_bug_reporter
[803/876] 55877=test_io_buffer
[804/876] 55877=test_autoconf
[805/876] 55877=test_cgi_multipart
[806/876] 55877=test_json_tree
[807/876] 55877=test_rdoc_comment
[808/876] 55877=test_kdf
[809/876] 55877=test_gem_safe_yaml
[810/876] 55877=test_tcp
[811/876] 55877=test_win32ole_variant_m
[812/876] 55877=test_rdoc_rdoc
[813/876] 55876=test_cclass
[814/876] 55877=test_gem_resolver_installer_set
[815/876] 55877=test_psych
[816/876] 55876=test_flags
[817/876] 55877=test_ole_methods
[818/876] 55877=test_gem_resolver_lock_set
[819/876] 55877=test_rdoc_i18n_locale
[820/876] 55877=test_gem_source_installed
[821/876] 55877=test_load
[822/876] 55877=test_severity
[823/876] 55877=test_ractor
[824/876] 55877=test_arithmetic_sequence
[825/876] 55877=test_gem_update_suggestion
[826/876] 55877=test_http
[827/876] 55877=test_command
[828/876] 55877=test_stringchar
[829/876] 55876=format_errors_test
[830/876] 55876=test_rubygems
[831/876] 55877=test_gem_security
[832/876] 55876=test_member
[833/876] 55876=test_eval
[834/876] 55876=test_shift_jis
[835/876] 55876=test_rdoc_cross_reference
[836/876] 55876=test_help
[837/876] 55876=test_digest
[838/876] 55876=test_files_lib
[839/876] 55876=test_store
[840/876] 55877=test_show_source
[841/876] 55877=test_bug-5832
[842/876] 55877=test_gem_commands_open_command
[843/876] 55876=test_fiddle
[844/876] 55877=test_gem_resolver_lock_specification
[845/876] 55877=test_gem_resolver_git_set
[846/876] 55876=test_nofree
[847/876] 55876=test_ractor
[848/876] 55876=test_emoji_breaks
[849/876] 55877=test_gem_command
[850/876] 55877=test_hash_create
[851/876] 55877=test_thread_fd_close
[852/876] 55877=test_file
[853/876] 55877=test_rdoc_generator_ri
[854/876] 55877=test_gem_stream_ui
[855/876] 55877=test_ansi_with_terminfo
[856/876] 55877=test_safe_load
[857/876] 55877=bom_test
[858/876] 55877=test_string
[859/876] 55876=locals_test
[860/876] 55876=test_name_error
[861/876] 55876=test_weakref
[862/876] 55876=test_timeout
[863/876] 55876=test_enumerator
[864/876] 55875=test_switch_hitter
[865/876] 55875=test_pkey_dsa
[866/876] 55875=test_rdoc_rubygems_hook
[867/876] 55875=test_gem_commands_dependency_command
[868/876] 55875=parser_test
[869/876] 55875=test_arity
[870/876] 55875=test_rdoc_markup_to_joined_paragraph
[871/876] 55875=test_date_time
[872/876] 55875=test_did_you_mean
[873/876] 55875=test_handle
[874/876] 55875=test_bug-3571
[875/876] 55875=test_unicode_normalize
[876/876] 55875=test_reline_key

Failed tests:
TestGc#test_gc_parameter: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec)
TestGc#test_profiler_clear: Test::Unit::PendedError: for now
TestGc#test_thrashing_for_young_objects: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
TestRequire#test_require_with_public_method_missing: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
TestRequire#test_require_nonascii_path: Test::Unit::PendedError: cannot convert path encoding to filesystem
TestRubyOptimization#test_clear_unreachable_keyword_args: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (60 sec)
TestRefinement#test_prepend_after_refine_wb_miss: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_normal_exit expired timeout (60 sec)
TestArgf#test_inplace_nonascii: Test::Unit::PendedError: no name to test
TestArgf#test_inplace_bug_17117: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec)
TestStringMemory#test_byteslice_prefix: Test::Unit::AssertionFailedError: <1> expected but was

Retrying...
Finished tests in 1932.885757s, 13.5890 tests/s, 4916.9150 assertions/s.
26266 tests, 9503835 assertions, 0 failures, 0 errors, 279 skips

ruby -v: ruby 3.4.0dev (2024-03-25T21:50:40Z master de742b425f) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-03-25T21:50:40Z master de742b425f) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .....E...................................................................
  3000 .........................................................................
  3073 .........................................................................
  3146 .........................................................................
  3219 .........................................................................
  3292 .........................................................................
  3365 .....................................................................

1)
Socket.gethostbyaddr using an IPv6 address without an explicit address family returns an Array ERROR
SocketError: host not found
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:73:in 'Socket.gethostbyaddr'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:73:in 'block (6 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/helpers/warning.rb:8:in 'Object#suppress_warning'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:73:in 'block (5 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'block in ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'Array#all?'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:212:in 'block (2 levels) in ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:285:in 'MSpec.repeat'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:204:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:203:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:56:in 'MSpec.describe'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/object.rb:11:in 'Object#describe'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'Kernel.load'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block (2 levels) in MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block in MSpec.files'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:91:in 'MSpec.each_file'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:96:in 'MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:64:in 'MSpec.process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in 'MSpecRun#run'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/utils/script.rb:291:in 'MSpecScript.main'
/tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run:7:in '<main>'

2)
An exception occurred during: before :each
Socket.gethostbyaddr using an IPv6 address without an explicit address family the returned Array includes the hostname as the first value ERROR
SocketError: host not found
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'Socket.gethostbyaddr'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'block (7 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/helpers/warning.rb:8:in 'Object#suppress_warning'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'block (6 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'block in ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'Array#all?'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:209:in 'block (2 levels) in ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:285:in 'MSpec.repeat'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:204:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:203:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:56:in 'MSpec.describe'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/object.rb:11:in 'Object#describe'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'Kernel.load'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block (2 levels) in MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block in MSpec.files'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:91:in 'MSpec.each_file'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:96:in 'MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:64:in 'MSpec.process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in 'MSpecRun#run'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/utils/script.rb:291:in 'MSpecScript.main'
/tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run:7:in '<main>'

3)
An exception occurred during: before :each
Socket.gethostbyaddr using an IPv6 address without an explicit address family the returned Array includes the aliases as the 2nd value ERROR
SocketError: host not found
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'Socket.gethostbyaddr'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'block (7 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/helpers/warning.rb:8:in 'Object#suppress_warning'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'block (6 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'block in ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'Array#all?'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:209:in 'block (2 levels) in ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:285:in 'MSpec.repeat'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:204:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:203:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:56:in 'MSpec.describe'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/object.rb:11:in 'Object#describe'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'Kernel.load'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block (2 levels) in MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block in MSpec.files'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:91:in 'MSpec.each_file'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:96:in 'MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:64:in 'MSpec.process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in 'MSpecRun#run'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/utils/script.rb:291:in 'MSpecScript.main'
/tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run:7:in '<main>'

4)
An exception occurred during: before :each
Socket.gethostbyaddr using an IPv6 address without an explicit address family the returned Array includes the address type as the 3rd value ERROR
SocketError: host not found
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'Socket.gethostbyaddr'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'block (7 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/helpers/warning.rb:8:in 'Object#suppress_warning'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'block (6 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'block in ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'Array#all?'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:209:in 'block (2 levels) in ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:285:in 'MSpec.repeat'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:204:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:203:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:56:in 'MSpec.describe'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/object.rb:11:in 'Object#describe'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'Kernel.load'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block (2 levels) in MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block in MSpec.files'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:91:in 'MSpec.each_file'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:96:in 'MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:64:in 'MSpec.process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in 'MSpecRun#run'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/utils/script.rb:291:in 'MSpecScript.main'
/tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run:7:in '<main>'

5)
An exception occurred during: before :each
Socket.gethostbyaddr using an IPv6 address without an explicit address family the returned Array includes all address strings as the remaining values ERROR
SocketError: host not found
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'Socket.gethostbyaddr'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'block (7 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/helpers/warning.rb:8:in 'Object#suppress_warning'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78:in 'block (6 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'block in ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'Array#all?'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:209:in 'block (2 levels) in ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:285:in 'MSpec.repeat'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:204:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:203:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:56:in 'MSpec.describe'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/object.rb:11:in 'Object#describe'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'Kernel.load'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block (2 levels) in MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block in MSpec.files'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:91:in 'MSpec.each_file'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:96:in 'MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:64:in 'MSpec.process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in 'MSpecRun#run'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/utils/script.rb:291:in 'MSpecScript.main'
/tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run:7:in '<main>'

6)
Socket.gethostbyaddr using an IPv6 address with an explicit address family returns an Array when using an Integer as the address family ERROR
SocketError: host not found
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:109:in 'Socket.gethostbyaddr'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:109:in 'block (6 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/helpers/warning.rb:8:in 'Object#suppress_warning'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:109:in 'block (5 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'block in ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'Array#all?'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:212:in 'block (2 levels) in ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:285:in 'MSpec.repeat'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:204:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:203:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:56:in 'MSpec.describe'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/object.rb:11:in 'Object#describe'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'Kernel.load'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block (2 levels) in MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block in MSpec.files'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:91:in 'MSpec.each_file'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:96:in 'MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:64:in 'MSpec.process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in 'MSpecRun#run'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/utils/script.rb:291:in 'MSpecScript.main'
/tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run:7:in '<main>'

7)
Socket.gethostbyaddr using an IPv6 address with an explicit address family returns an Array when using a Symbol as the address family ERROR
SocketError: host not found
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:113:in 'Socket.gethostbyaddr'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:113:in 'block (6 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/helpers/warning.rb:8:in 'Object#suppress_warning'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:113:in 'block (5 levels) in <top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'block in ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'Array#all?'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:176:in 'ContextState#protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:212:in 'block (2 levels) in ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:285:in 'MSpec.repeat'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:204:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:203:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'block in ContextState#process'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/context.rb:235:in 'ContextState#process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:56:in 'MSpec.describe'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/object.rb:11:in 'Object#describe'
/tmp/ruby/src/trunk-O0/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'Kernel.load'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block (2 levels) in MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'BasicObject#instance_exec'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'MSpec.protect'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block in MSpec.files'
<internal:array>:52:in 'Array#each'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:91:in 'MSpec.each_file'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:96:in 'MSpec.files'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:64:in 'MSpec.process'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in 'MSpecRun#run'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/utils/script.rb:291:in 'MSpecScript.main'
/tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run:7:in '<main>'

Finished in 501.454431 seconds

3427 files, 32540 examples, 136986 expectations, 0 failures, 7 errors, 0 tagged
make: *** [uncommon.mk:1002: yes-test-spec] Error 1
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 512.

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.63139.ruby -x gdbscript
[New LWP 63139]
[New LWP 63141]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  RB_BUILTIN_TYPE (obj=139920427720520) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:190
190	    VALUE ret = RBASIC(obj)->flags & RUBY_T_MASK;
[Current thread is 1 (Thread 0x7f41dcc027c0 (LWP 63139))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7f41dcc027c0 (LWP 63139) RB_BUILTIN_TYPE (obj=139920427720520) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:190
  2    Thread 0x7f41c362f640 (LWP 63141) 0x00007f41dcd2afde in epoll_wait (epfd=4, events=0x5563259a247c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f41c362f640 (LWP 63141)):
#0  0x00007f41dcd2afde in epoll_wait (epfd=4, events=0x5563259a247c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005563254b6663 in event_wait (vm=0x5563261ba2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:865
        r = 21859
#2  0x00005563254b6687 in timer_thread_polling (vm=0x5563261ba2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:887
        r = -784816385
#3  0x00005563254b6d47 in timer_thread_func (ptr=0x5563261ba2a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3054
        vm = 0x5563261ba2a0
#4  0x00007f41dcc99b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733596254352, -1671223102954539480, 139920427644480, 25, 139920853801040, 140733596254704, 1606968906754815528, 1606983394371434024}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f41dcd2abb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f41dcc027c0 (LWP 63139)):
#0  RB_BUILTIN_TYPE (obj=139920427720520) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:190
        ret = 139920427720520
#1  0x000055632531c4aa in gc_sweep_plane (objspace=0x5563261bcc00, heap=0x5563261bce30, p=139920427720520, bitset=67253754720612095, ctx=0x7fff18032880) at /tmp/ruby/src/trunk-O0/gc.c:5289
        vp = 139920427720520
        sweep_page = 0x5563262194d0
        slot_size = 160
        slot_bits = 4
        __func__ = <optimized out>
#2  0x000055632531c852 in gc_sweep_page (objspace=0x5563261bcc00, heap=0x5563261bce30, ctx=0x7fff18032880) at /tmp/ruby/src/trunk-O0/gc.c:5383
        i = 3
        sweep_page = 0x5563262194d0
        __func__ = <optimized out>
        p = 139920427720200
        bits = 0x5563262195e0
        bitset = 17216961208476696558
        page_rvalue_count = 1636
        out_of_range_bits = 36
        bitmap_plane_count = 26
#3  0x000055632531d1d1 in gc_sweep_step (objspace=0x5563261bcc00, size_pool=0x5563261bcde0, heap=0x5563261bce30) at /tmp/ruby/src/trunk-O0/gc.c:5665
        ctx = {page = 0x5563262194d0, final_slots = 0, freed_slots = 0, empty_slots = 42}
        free_slots = 2
        sweep_page = 0x5563262194d0
        unlink_limit = 3
        swept_slots = 0
        pooled_slots = 2
#4  0x000055632531d405 in gc_sweep_rest (objspace=0x5563261bcc00) at /tmp/ruby/src/trunk-O0/gc.c:5722
        size_pool = 0x5563261bcde0
        i = 2
#5  0x000055632531da06 in gc_sweep (objspace=0x5563261bcc00) at /tmp/ruby/src/trunk-O0/gc.c:5880
        immediate_sweep = 1
#6  0x00005563253242bf in gc_start (objspace=0x5563261bcc00, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9058
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 8926
#7  0x0000556325323f44 in garbage_collect (objspace=0x5563261bcc00, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:8938
        _lev = 402860432
        ret = 32767
#8  0x0000556325324a0b in garbage_collect_with_gvl (objspace=0x5563261bcc00, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9326
No locals.
#9  0x000055632532b41c in objspace_malloc_gc_stress (objspace=0x5563261bcc00) at /tmp/ruby/src/trunk-O0/gc.c:11720
        reason = 45568
#10 0x000055632532b6ff in objspace_xmalloc0 (objspace=0x5563261bcc00, size=24) at /tmp/ruby/src/trunk-O0/gc.c:11922
        gpr = 107008
        mem = 0x9b0000009b
#11 0x000055632532ba1c in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12146
No locals.
#12 0x000055632532ba52 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12155
No locals.
#13 0x000055632532f300 in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:13711
No locals.
#14 0x00005563254fc99a in vm_ccs_create (klass=139920427967520, cc_tbl=0x5563262844f0, mid=155, cme=0x7f41c36666b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1988
        ccs = 0xffffffff0000009b
#15 0x00005563255195cd in cache_callable_method_entry (klass=139920427967520, mid=155, cme=0x7f41c36666b8) at /tmp/ruby/src/trunk-O0/vm_method.c:1450
        cc_tbl = 0x5563262844f0
        ccs_data = 93884316226132
#16 0x000055632551978f in callable_method_entry_or_negative (klass=139920427967520, mid=155, defined_class_ptr=0x7fff18032bf8) at /tmp/ruby/src/trunk-O0/vm_method.c:1498
        defined_class = 139920427968480
        me = 0x7f41c36666b8
        _lev = 32577
        cme = 0x7f41c36666b8
#17 0x0000556325519821 in callable_method_entry (klass=139920427967520, mid=155, defined_class_ptr=0x7fff18032bf8) at /tmp/ruby/src/trunk-O0/vm_method.c:1518
        cme = 0x7f41c24cf0f8
#18 0x000055632551bf2a in vm_respond_to (ec=0x5563261bdc60, klass=139920427967520, obj=139920409424120, id=3457, priv=1) at /tmp/ruby/src/trunk-O0/vm_method.c:2874
        defined_class = 139920427968480
        resid = 155
        cme = 0x7fff18032c20
#19 0x000055632551e7b1 in check_funcall_respond_to (ec=0x5563261bdc60, klass=139920427967520, recv=139920409424120, mid=3457) at /tmp/ruby/src/trunk-O0/vm_eval.c:626
No locals.
#20 0x000055632551ebc5 in rb_check_funcall_default_kw (recv=139920409424120, mid=3457, argc=0, argv=0x7fff18032d90, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:700
        klass = 139920427967520
        me = 0x7fff18032d18
        ec = 0x5563261bdc60
        respond = 0
#21 0x000055632551eb6a in rb_check_funcall (recv=139920409424120, mid=3457, argc=0, argv=0x7fff18032d90) at /tmp/ruby/src/trunk-O0/vm_eval.c:689
No locals.
#22 0x0000556325302b55 in make_exception (argc=1, argv=0x7fff18032d88, isstr=0) at /tmp/ruby/src/trunk-O0/eval.c:809
        mesg = 4
        exc = 139920409424120
#23 0x000055632530278c in rb_exc_exception (mesg=139920409424120, tag=RUBY_TAG_RAISE, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:664
No locals.
#24 0x00005563253027db in rb_exc_raise (mesg=139920409424120) at /tmp/ruby/src/trunk-O0/eval.c:679
No locals.
#25 0x00005563254be222 in rb_threadptr_execute_interrupts (th=0x5563261bc820, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2503
        err = 139920409424120
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#26 0x00005563254b045a in rb_vm_check_ints (ec=0x5563261bdc60) at /tmp/ruby/src/trunk-O0/vm_core.h:2103
No locals.
#27 0x00005563254ba272 in unblock_function_set (th=0x5563261bc820, func=0x5563254b4c25 <ubf_select>, arg=0x5563261bc820, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:316
No locals.
#28 0x00005563254bc91f in blocking_region_begin (th=0x5563261bc820, region=0x7fff18032f08, ubf=0x5563254b4c25 <ubf_select>, arg=0x5563261bc820, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:1479
No locals.
#29 0x00005563254bcb8e in rb_nogvl (func=0x55632530738d <no_gvl_stat>, data1=0x7fff18032f90, ubf=0x5563254b4c25 <ubf_select>, data2=0x5563261bc820, flags=0) at /tmp/ruby/src/trunk-O0/thread.c:1543
        __region = {prev_status = THREAD_RUNNABLE}
        val = 0x0
        ec = 0x5563261bdc60
        th = 0x5563261bc820
        vm = 0x5563261ba2a0
        is_main_thread = true
        saved_errno = 0
        ubf_th = 0
#30 0x00005563254bcc9d in rb_thread_call_without_gvl (func=0x55632530738d <no_gvl_stat>, data1=0x7fff18032f90, ubf=0xffffffffffffffff, data2=0x0) at /tmp/ruby/src/trunk-O0/thread.c:1659
No locals.
#31 0x0000556325307418 in stat_without_gvl (path=0x7f41c250fc10 "/tmp/empty20240326-63139-8xoq51.rb", st=0x7fff18033010) at /tmp/ruby/src/trunk-O0/file.c:1171
        data = {st = 0x7fff18033010, file = {path = 0x7f41c250fc10 "/tmp/empty20240326-63139-8xoq51.rb", fd = -1034879984}}
#32 0x000055632530cc13 in rb_check_realpath_internal (basedir=4, path=139920409424280, origenc=0x5563261c3a90, mode=RB_REALPATH_STRICT) at /tmp/ruby/src/trunk-O0/file.c:4583
        unresolved_path = 139920409424280
        resolved_ptr = 0x55632656f080 "\017\317[pfU"
        resolved = 139920409689080
        __func__ = "rb_check_realpath_internal"
        st = {st_dev = 139920409424280, st_ino = 140733596250176, st_nlink = 93884318081790, st_mode = 3259822488, st_uid = 32577, st_gid = 402862176, __pad0 = 32767, st_rdev = 1, st_size = 140733596250224, st_blksize = 93884318090156, st_blocks = 139920409424280, st_atim = {tv_sec = 139920409424280, tv_nsec = 4922923306}, st_mtim = {tv_sec = 5, tv_nsec = 140733596250272}, st_ctim = {tv_sec = 4922934432, tv_nsec = 93884321048992}, __glibc_reserved = {140733596250272, 93884318084899, 7573132104}}
#33 0x000055632530cdab in rb_realpath_internal (basedir=4, path=139920409424280, strict=1) at /tmp/ruby/src/trunk-O0/file.c:4628
        mode = RB_REALPATH_STRICT
#34 0x0000556325375456 in realpath_internal_cached (hash=139920427766600, path=139920409424280) at /tmp/ruby/src/trunk-O0/load.c:729
        ret = 4
        realpath = 93884329508032
#35 0x0000556325376c36 in require_internal (ec=0x5563261bdc60, fname=139920409689160, exception=1, warn=false) at /tmp/ruby/src/trunk-O0/load.c:1278
        handle = 139920830689320
        found = 114
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x5563261bdc60
        _tag = {tag = 36, retval = 139920427969600, buf = {0x7fff180332b0, 0x556325376ac5 <require_internal+504>, 0x0, 0x7fff18033150, 0x7fff18033280}, prev = 0x7fff18034230, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x5563261bc820
        saved = {wrapper = 0, self = 139920427896400, errinfo = 4, ec = 0x5563261bdc60}
        state = RUBY_TAG_NONE
        ftptr = 0x556326699440 "/tmp/empty20240326-63139-8xoq51.rb"
        path = 139920409424280
        saved_path = 139920409424280
        realpath = 0
        realpaths = 139920427766760
        realpath_map = 139920427766600
        reset_ext_config = false
        prev_ext_config = {ractor_safe = 37}
        th2 = 0x7f41c250fc48
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#36 0x00005563253771b5 in rb_require_string_internal (fname=139920409689160, resurrect=false) at /tmp/ruby/src/trunk-O0/load.c:1383
        ec = 0x5563261bdc60
        result = 32577
#37 0x000055632537714e in rb_require_string (fname=139920409689160) at /tmp/ruby/src/trunk-O0/load.c:1376
No locals.
#38 0x0000556325375f9a in rb_f_require (obj=139920427896400, fname=139920409424440) at /tmp/ruby/src/trunk-O0/load.c:1018
No locals.
#39 0x0000556325502fe9 in ractor_safe_call_cfunc_1 (recv=139920427896400, argc=1, argv=0x7f41dcb010c0, func=0x556325375f7a <rb_f_require>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3348
        f = 0x556325375f7a <rb_f_require>
#40 0x0000556325503bb2 in vm_call_cfunc_with_frame_ (ec=0x5563261bdc60, reg_cfp=0x7f41dcc00f30, calling=0x7fff18033550, argc=1, argv=0x7f41dcb010c0, stack_bottom=0x7f41dcb010b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3525
        ci = 0x583100140003
        cc = 0x7f41c2580880
        val = 139920410151040
        me = 0x7f41c25857e0
        cfunc = 0x556326234dd8
        recv = 139920427896400
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#41 0x0000556325503e2a in vm_call_cfunc_with_frame (ec=0x5563261bdc60, reg_cfp=0x7f41dcc00f30, calling=0x7fff18033550) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3571
        argc = 1
        stack_bottom = 0x7f41dcb010b8
        argv = 0x7f41dcb010c0
#42 0x000055632550a266 in vm_sendish (ec=0x5563261bdc60, reg_cfp=0x7f41dcc00f30, cd=0x5563263bff30, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5654
        val = 36
        ci = 0x583100140003
        cc = 0x7f41c2580880
        argc = 1
        recv = 139920427896400
        calling = {cd = 0x5563263bff30, cc = 0x7f41c2580880, block_handler = 0, recv = 139920427896400, argc = 1, kw_splat = false, heap_argv = 0}
#43 0x0000556325511b02 in vm_exec_core (ec=0x5563261bdc60) at ../../src/trunk-O0/insns.def:891
        bh = 0
        cd = 0x5563263bff30
        leaf = false
        val = 139920409424440
        reg_pc = 0x556326419098
        reg_cfp = 0x7f41dcc00f30
        insns_address_table = {0x55632550de2f <vm_exec_core+108>, 0x55632550de91 <vm_exec_core+206>, 0x55632550dfa4 <vm_exec_core+481>, 0x55632550e0b8 <vm_exec_core+757>, 0x55632550e256 <vm_exec_core+1171>, 0x55632550e386 <vm_exec_core+1475>, 0x55632550e598 <vm_exec_core+2005>, 0x55632550e6aa <vm_exec_core+2279>, 0x55632550e783 <vm_exec_core+2496>, 0x55632550e88a <vm_exec_core+2759>, 0x55632550e991 <vm_exec_core+3022>, 0x55632550ea9f <vm_exec_core+3292>, 0x55632550ebb1 <vm_exec_core+3566>, 0x55632550ec81 <vm_exec_core+3774>, 0x55632550ed8a <vm_exec_core+4039>, 0x55632550ee84 <vm_exec_core+4289>, 0x55632550ef47 <vm_exec_core+4484>, 0x55632550f00a <vm_exec_core+4679>, 0x55632550f093 <vm_exec_core+4816>, 0x55632550f11f <vm_exec_core+4956>, 0x55632550f1c5 <vm_exec_core+5122>, 0x55632550f29d <vm_exec_core+5338>, 0x55632550f36f <vm_exec_core+5548>, 0x55632550f441 <vm_exec_core+5758>, 0x55632550f51f <vm_exec_core+5980>, 0x55632550f5e1 <vm_exec_core+6174>, 0x55632550f720 <vm_exec_core+6493>, 0x55632550f7c6 <vm_exec_core+6659>, 0x55632550f8ab <vm_exec_core+6888>, 0x55632550f9da <vm_exec_core+7191>, 0x55632550faab <vm_exec_core+7400>, 0x55632550fb6e <vm_exec_core+7595>, 0x55632550fc31 <vm_exec_core+7790>, 0x55632550fd28 <vm_exec_core+8037>, 0x55632550fdea <vm_exec_core+8231>, 0x55632550feac <vm_exec_core+8425>, 0x55632550ffa6 <vm_exec_core+8675>, 0x556325510085 <vm_exec_core+8898>, 0x556325510172 <vm_exec_core+9135>, 0x556325510282 <vm_exec_core+9407>, 0x55632551037c <vm_exec_core+9657>, 0x5563255103f7 <vm_exec_core+9780>, 0x5563255104b8 <vm_exec_core+9973>, 0x5563255105a6 <vm_exec_core+10211>, 0x556325510656 <vm_exec_core+10387>, 0x5563255107d5 <vm_exec_core+10770>, 0x5563255108af <vm_exec_core+10988>, 0x55632551099b <vm_exec_core+11224>, 0x556325510a2c <vm_exec_core+11369>, 0x556325510b87 <vm_exec_core+11716>, 0x556325511141 <vm_exec_core+13182>, 0x55632551123d <vm_exec_core+13434>, 0x556325511340 <vm_exec_core+13693>, 0x55632551142c <vm_exec_core+13929>, 0x556325511645 <vm_exec_core+14466>, 0x556325511737 <vm_exec_core+14708>, 0x55632551183d <vm_exec_core+14970>, 0x556325511a48 <vm_exec_core+15493>, 0x556325511bff <vm_exec_core+15932>, 0x556325511d33 <vm_exec_core+16240>, 0x556325511ea8 <vm_exec_core+16613>, 0x556325511fdc <vm_exec_core+16921>, 0x556325512151 <vm_exec_core+17294>, 0x556325512333 <vm_exec_core+17776>, 0x55632551253e <vm_exec_core+18299>, 0x5563255126f5 <vm_exec_core+18738>, 0x556325512817 <vm_exec_core+19028>, 0x5563255128be <vm_exec_core+19195>, 0x556325512982 <vm_exec_core+19391>, 0x556325512a6b <vm_exec_core+19624>, 0x556325512b57 <vm_exec_core+19860>, 0x556325512c40 <vm_exec_core+20093>, 0x556325512d54 <vm_exec_core+20369>, 0x556325512e7b <vm_exec_core+20664>, 0x556325512fba <vm_exec_core+20983>, 0x5563255130f9 <vm_exec_core+21302>, 0x556325513238 <vm_exec_core+21621>, 0x556325513377 <vm_exec_core+21940>, 0x5563255134b6 <vm_exec_core+22259>, 0x556325513600 <vm_exec_core+22589>, 0x556325513783 <vm_exec_core+22976>, 0x5563255138c2 <vm_exec_core+23295>, 0x556325513a01 <vm_exec_core+23614>, 0x556325513b40 <vm_exec_core+23933>, 0x556325513c7f <vm_exec_core+24252>, 0x556325513dbe <vm_exec_core+24571>, 0x556325513efd <vm_exec_core+24890>, 0x55632551403c <vm_exec_core+25209>, 0x55632551417b <vm_exec_core+25528>, 0x5563255142d3 <vm_exec_core+25872>, 0x556325514499 <vm_exec_core+26326>, 0x556325514620 <vm_exec_core+26717>, 0x556325514748 <vm_exec_core+27013>, 0x556325514870 <vm_exec_core+27309>, 0x556325514993 <vm_exec_core+27600>, 0x556325514ab6 <vm_exec_core+27891>, 0x556325514bea <vm_exec_core+28199>, 0x556325514d29 <vm_exec_core+28518>, 0x556325514e14 <vm_exec_core+28753>, 0x556325514f19 <vm_exec_core+29014>, 0x556325515052 <vm_exec_core+29327>, 0x556325515141 <vm_exec_core+29566>, 0x556325515230 <vm_exec_core+29805>, 0x556325515305 <vm_exec_core+30018>, 0x5563255153da <vm_exec_core+30231>, 0x556325515456 <vm_exec_core+30355>, 0x5563255154d2 <vm_exec_core+30479>, 0x5563255154f0 <vm_exec_core+30509>, 0x55632551550e <vm_exec_core+30539>, 0x55632551552c <vm_exec_core+30569>, 0x55632551554a <vm_exec_core+30599>, 0x556325515568 <vm_exec_core+30629>, 0x556325515586 <vm_exec_core+30659>, 0x5563255155a4 <vm_exec_core+30689>, 0x5563255155c2 <vm_exec_core+30719>, 0x5563255155e0 <vm_exec_core+30749>, 0x5563255155fe <vm_exec_core+30779>, 0x55632551561c <vm_exec_core+30809>, 0x55632551563a <vm_exec_core+30839>, 0x556325515658 <vm_exec_core+30869>, 0x556325515676 <vm_exec_core+30899>, 0x556325515694 <vm_exec_core+30929>, 0x5563255156b2 <vm_exec_core+30959>, 0x5563255156d0 <vm_exec_core+30989>, 0x5563255156ee <vm_exec_core+31019>, 0x55632551570c <vm_exec_core+31049>, 0x55632551572a <vm_exec_core+31079>, 0x556325515748 <vm_exec_core+31109>, 0x556325515766 <vm_exec_core+31139>, 0x556325515784 <vm_exec_core+31169>, 0x5563255157a2 <vm_exec_core+31199>, 0x5563255157c0 <vm_exec_core+31229>, 0x5563255157de <vm_exec_core+31259>, 0x5563255157fc <vm_exec_core+31289>, 0x55632551581a <vm_exec_core+31319>, 0x556325515838 <vm_exec_core+31349>, 0x556325515856 <vm_exec_core+31379>, 0x556325515874 <vm_exec_core+31409>, 0x556325515892 <vm_exec_core+31439>, 0x5563255158b0 <vm_exec_core+31469>, 0x5563255158ce <vm_exec_core+31499>, 0x5563255158ec <vm_exec_core+31529>, 0x55632551590a <vm_exec_core+31559>, 0x556325515928 <vm_exec_core+31589>, 0x556325515946 <vm_exec_core+31619>, 0x556325515964 <vm_exec_core+31649>, 0x556325515982 <vm_exec_core+31679>, 0x5563255159a0 <vm_exec_core+31709>, 0x5563255159be <vm_exec_core+31739>, 0x5563255159dc <vm_exec_core+31769>, 0x5563255159fa <vm_exec_core+31799>, 0x556325515a18 <vm_exec_core+31829>, 0x556325515a36 <vm_exec_core+31859>, 0x556325515a54 <vm_exec_core+31889>, 0x556325515a72 <vm_exec_core+31919>, 0x556325515a90 <vm_exec_core+31949>, 0x556325515aae <vm_exec_core+31979>, 0x556325515acc <vm_exec_core+32009>, 0x556325515aea <vm_exec_core+32039>, 0x556325515b08 <vm_exec_core+32069>, 0x556325515b26 <vm_exec_core+32099>, 0x556325515b44 <vm_exec_core+32129>, 0x556325515b62 <vm_exec_core+32159>, 0x556325515b80 <vm_exec_core+32189>, 0x556325515b9e <vm_exec_core+32219>, 0x556325515bbc <vm_exec_core+32249>, 0x556325515bda <vm_exec_core+32279>, 0x556325515bf8 <vm_exec_core+32309>, 0x556325515c16 <vm_exec_core+32339>, 0x556325515c34 <vm_exec_core+32369>, 0x556325515c52 <vm_exec_core+32399>, 0x556325515c70 <vm_exec_core+32429>, 0x556325515c8e <vm_exec_core+32459>, 0x556325515cac <vm_exec_core+32489>, 0x556325515cca <vm_exec_core+32519>, 0x556325515ce8 <vm_exec_core+32549>, 0x556325515d06 <vm_exec_core+32579>, 0x556325515d24 <vm_exec_core+32609>, 0x556325515d42 <vm_exec_core+32639>, 0x556325515d60 <vm_exec_core+32669>, 0x556325515d7e <vm_exec_core+32699>, 0x556325515d9c <vm_exec_core+32729>, 0x556325515dba <vm_exec_core+32759>, 0x556325515dd8 <vm_exec_core+32789>, 0x556325515df6 <vm_exec_core+32819>, 0x556325515e14 <vm_exec_core+32849>, 0x556325515e45 <vm_exec_core+32898>, 0x556325515e63 <vm_exec_core+32928>, 0x556325515e81 <vm_exec_core+32958>, 0x556325515e9f <vm_exec_core+32988>, 0x556325515ebd <vm_exec_core+33018>, 0x556325515edb <vm_exec_core+33048>, 0x556325515ef9 <vm_exec_core+33078>, 0x556325515f17 <vm_exec_core+33108>, 0x556325515f35 <vm_exec_core+33138>, 0x556325515f53 <vm_exec_core+33168>, 0x556325515f71 <vm_exec_core+33198>, 0x556325515f8f <vm_exec_core+33228>, 0x556325515fad <vm_exec_core+33258>, 0x556325515fcb <vm_exec_core+33288>...}
#44 0x00005563255294b7 in vm_exec_loop (ec=0x5563261bdc60, state=RUBY_TAG_BREAK, tag=0x7fff18034230, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2579
No locals.
#45 0x00005563255293ff in rb_vm_exec (ec=0x5563261bdc60) at /tmp/ruby/src/trunk-O0/vm.c:2558
        _ec = 0x5563261bdc60
        _tag = {tag = 36, retval = 4, buf = {0x7fff180342b0, 0x55632552932a <rb_vm_exec+190>, 0x0, 0x7fff18034200, 0x7fff18034548}, prev = 0x7fff18034320, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#46 0x000055632552a20b in rb_iseq_eval_main (iseq=0x7f41c25889b8) at /tmp/ruby/src/trunk-O0/vm.c:2818
        ec = 0x5563261bdc60
        val = 140733596255024
#47 0x00005563253017e3 in rb_ec_exec_node (ec=0x5563261bdc60, n=0x7f41c25889b8) at /tmp/ruby/src/trunk-O0/eval.c:282
        _ec = 0x5563261bdc60
        _tag = {tag = 36, retval = 93884314029557, buf = {0x7fff180343a0, 0x55632530178f <rb_ec_exec_node+212>, 0x0, 0x7fff180342f0, 0x5563261bdc60}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f41c25889b8
#48 0x0000556325301954 in ruby_run_node (n=0x7f41c25889b8) at /tmp/ruby/src/trunk-O0/eval.c:320
        ec = 0x5563261bdc60
        status = 21859
#49 0x00005563252fcf1e in rb_main (argc=121, argv=0x7fff18034548) at /tmp/ruby/src/trunk-O0/main.c:40
        variable_in_this_stack_frame = 140733596255264
#50 0x00005563252fcf7f in main (argc=121, argv=0x7fff18034548) at /tmp/ruby/src/trunk-O0/main.c:59
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.65282.ruby -x gdbscript
[New LWP 65282]
[New LWP 65296]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0  RB_FL_TEST_RAW (obj=140683064316640, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
472	    return RBASIC(obj)->flags & flags;
[Current thread is 1 (Thread 0x7ff36e8477c0 (LWP 65282))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7ff36e8477c0 (LWP 65282) RB_FL_TEST_RAW (obj=140683064316640, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
  2    Thread 0x7ff35526f640 (LWP 65296) 0x00007ff36e96ffde in epoll_wait (epfd=4, events=0x564f68c7f47c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7ff35526f640 (LWP 65296)):
#0  0x00007ff36e96ffde in epoll_wait (epfd=4, events=0x564f68c7f47c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000564f68793663 in event_wait (vm=0x564f6a9fd2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:865
        r = 22095
#2  0x0000564f68793687 in timer_thread_polling (vm=0x564f6a9fd2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:887
        r = -623391714
#3  0x0000564f68793d47 in timer_thread_func (ptr=0x564f6a9fd2a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3054
        vm = 0x564f6a9fd2a0
#4  0x00007ff36e8deb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140729750243536, -4976686452350277020, 140683082397248, 25, 140683508574288, 140729750243888, 4974762658586274404, 4974682162456144484}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007ff36e96fbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7ff36e8477c0 (LWP 65282)):
#0  RB_FL_TEST_RAW (obj=140683064316640, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1  0x0000564f685eef2e in RB_FL_ANY_RAW (obj=140683064316640, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#2  0x0000564f685ef2db in RB_OBJ_PROMOTED_RAW (obj=140683064316640) at /tmp/ruby/src/trunk-O0/include/ruby/internal/gc.h:725
No locals.
#3  0x0000564f685f231f in RVALUE_OLD_P (obj=140683064316640) at /tmp/ruby/src/trunk-O0/gc.c:1772
        __func__ = <optimized out>
#4  0x0000564f685fbd95 in rgengc_check_relation (objspace=0x564f6a9ffc00, obj=140683064316640) at /tmp/ruby/src/trunk-O0/gc.c:6598
        old_parent = 140683064317720
        __func__ = <optimized out>
#5  0x0000564f685fbfca in gc_mark_ptr (objspace=0x564f6a9ffc00, obj=140683064316640) at /tmp/ruby/src/trunk-O0/gc.c:6651
        __func__ = "gc_mark_ptr"
#6  0x0000564f685fc325 in rb_gc_mark_and_move (ptr=0x564f6ab634c0) at /tmp/ruby/src/trunk-O0/gc.c:6732
        objspace = 0x564f6a9ffc00
        __func__ = <optimized out>
#7  0x0000564f686448db in iseq_scan_bits (page=1, bits=159070065664, code=0x564f6ab63270, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:223
        op = 140683064316640
        newop = 140683064316920
        offset = 10
        page_offset = 64
#8  0x0000564f68644b4c in rb_iseq_mark_and_move_each_value (iseq=0x7ff354131718, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:284
        bits = 159070065701
        i = 1
        size = 103
        code = 0x564f6ab63270
        body = 0x564f6ab810b0
        is_entries = 0x564f6ab39380
#9  0x0000564f68644c8b in rb_iseq_mark_and_move (iseq=0x7ff354131718, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:324
        body = 0x564f6ab810b0
#10 0x0000564f68619745 in rb_imemo_mark_and_move (obj=140683064317720, reference_updating=false) at /tmp/ruby/src/trunk-O0/imemo.c:378
No locals.
#11 0x0000564f685fc6af in gc_mark_children (objspace=0x564f6a9ffc00, obj=140683064317720) at /tmp/ruby/src/trunk-O0/gc.c:6840
        any = 0x7ff354131718
#12 0x0000564f685fd01b in gc_mark_stacked_objects (objspace=0x564f6a9ffc00, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7049
        mstack = 0x564f6aa00088
        obj = 140683064317720
        marked_slots_at_the_beginning = 230
        popped_count = 0
#13 0x0000564f685fd19b in gc_mark_stacked_objects_all (objspace=0x564f6a9ffc00) at /tmp/ruby/src/trunk-O0/gc.c:7087
No locals.
#14 0x0000564f685ff60b in gc_marks_rest (objspace=0x564f6a9ffc00) at /tmp/ruby/src/trunk-O0/gc.c:8289
No locals.
#15 0x0000564f685ff73f in gc_marks (objspace=0x564f6a9ffc00, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8347
        marking_finished = false
#16 0x0000564f686012af in gc_start (objspace=0x564f6a9ffc00, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9057
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 8926
#17 0x0000564f68600f44 in garbage_collect (objspace=0x564f6a9ffc00, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:8938
        _lev = 851818208
        ret = 32766
#18 0x0000564f68601a0b in garbage_collect_with_gvl (objspace=0x564f6a9ffc00, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9326
No locals.
#19 0x0000564f6860841c in objspace_malloc_gc_stress (objspace=0x564f6a9ffc00) at /tmp/ruby/src/trunk-O0/gc.c:11720
        reason = 45568
#20 0x0000564f68608b39 in objspace_xcalloc (objspace=0x564f6a9ffc00, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12185
        gpr = 107008
        mem = 0x0
#21 0x0000564f68608bea in ruby_xcalloc_body (n=0, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12192
No locals.
#22 0x0000564f6860c352 in ruby_xcalloc (n=0, size=16) at /tmp/ruby/src/trunk-O0/gc.c:13731
No locals.
#23 0x0000564f6894ec52 in iseq_set_sequence (iseq=0x7ff35418fde0, anchor=0x7ffe32c5b9a0) at /tmp/ruby/src/trunk-O0/compile.c:2553
        insns_info = 0x564f6ac58460
        body = 0x564f6ad799e0
        positions = 0x564f6acaecf0
        list = 0x0
        generated_iseq = 0x564f6ae3cb10
        events = 0
        data = 0
        insn_num = 2
        code_index = 2
        insns_info_index = 22095
        sp = 1
        stack_max = 1
        mark_offset_bits = 0x7ffe32c5b850
        code_size = 0
        tmp = {0}
        needs_bitmap = false
#24 0x0000564f6894c633 in iseq_setup (iseq=0x7ff35418fde0, anchor=0x7ffe32c5b9a0) at /tmp/ruby/src/trunk-O0/compile.c:1641
        str = <optimized out>
#25 0x0000564f6894b27d in rb_iseq_compile_node (iseq=0x7ff35418fde0, node=0x564f6aaec520) at /tmp/ruby/src/trunk-O0/compile.c:980
        ret = {{anchor = {type = ISEQ_ELEMENT_ANCHOR, next = 0x564f6ae4ddc0, prev = 0x0}, last = 0x564f6adff8e0}}
#26 0x0000564f68646d0d in rb_iseq_new_with_opt (ast=0x7ff35418fe18, name=140683064704840, path=140683064704840, realpath=140683064704840, first_lineno=1, parent=0x0, isolated_depth=0, type=ISEQ_TYPE_TOP, option=0x7ffe32c5ba70) at /tmp/ruby/src/trunk-O0/iseq.c:989
        node = 0x564f6aaec520
        iseq = 0x7ff35418fde0
        new_opt = {inline_const_cache = 1, peephole_optimization = 1, tailcall_optimization = 0, specialized_instruction = 1, operands_unification = 1, instructions_unification = 0, frozen_string_literal = -1, debug_frozen_string_literal = 0, coverage_enabled = 0, debug_level = 0}
        script_lines = 4
#27 0x0000564f68647a4c in rb_iseq_compile_with_option (src=140683062647880, file=140683064704840, realpath=140683064704840, line=3, opt=4) at /tmp/ruby/src/trunk-O0/iseq.c:1232
        iseq = 0x0
        option = {inline_const_cache = 1, peephole_optimization = 1, tailcall_optimization = 0, specialized_instruction = 1, operands_unification = 1, instructions_unification = 0, frozen_string_literal = -1, debug_frozen_string_literal = 0, coverage_enabled = 1, debug_level = 0}
        parse = 0x564f686d1f9e <rb_parser_compile_string_path>
        ln = 1
        ast = 0x7ff35418fe08
        name = 140683064704840
#28 0x0000564f686482b0 in iseqw_s_compile (argc=1, argv=0x7ff36e746090, self=140683082506880) at /tmp/ruby/src/trunk-O0/iseq.c:1500
        src = 140683062647880
        file = 140683064704840
        path = 140683064704840
        line = 3
        opt = 4
        i = 1
#29 0x0000564f687dff7b in ractor_safe_call_cfunc_m1 (recv=140683082506880, argc=1, argv=0x7ff36e746090, func=0x564f686480cb <iseqw_s_compile>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3334
        f = 0x564f686480cb <iseqw_s_compile>
#30 0x0000564f687e0bb2 in vm_call_cfunc_with_frame_ (ec=0x564f6aa00c60, reg_cfp=0x7ff36e845f30, calling=0x7ffe32c5bdc0, argc=1, argv=0x7ff36e746090, stack_bottom=0x7ff36e746088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3525
        ci = 0x396100100003
        cc = 0x7ff35418ff70
        val = 140683507949496
        me = 0x7ff35527a178
        cfunc = 0x564f6aa87068
        recv = 140683082506880
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#31 0x0000564f687e0e2a in vm_call_cfunc_with_frame (ec=0x564f6aa00c60, reg_cfp=0x7ff36e845f30, calling=0x7ffe32c5bdc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3571
        argc = 1
        stack_bottom = 0x7ff36e746088
        argv = 0x7ff36e746090
#32 0x0000564f687e7266 in vm_sendish (ec=0x564f6aa00c60, reg_cfp=0x7ff36e845f30, cd=0x564f6ab9b880, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5654
        val = 36
        ci = 0x396100100003
        cc = 0x7ff35418ff70
        argc = 1
        recv = 140683082506880
        calling = {cd = 0x564f6ab9b880, cc = 0x7ff35418ff70, block_handler = 0, recv = 140683082506880, argc = 1, kw_splat = false, heap_argv = 0}
#33 0x0000564f687eeb02 in vm_exec_core (ec=0x564f6aa00c60) at ../../src/trunk-O0/insns.def:891
        bh = 0
        cd = 0x564f6ab9b880
        leaf = false
        val = 140683064704760
        reg_pc = 0x564f6ab90b00
        reg_cfp = 0x7ff36e845f30
        insns_address_table = {0x564f687eae2f <vm_exec_core+108>, 0x564f687eae91 <vm_exec_core+206>, 0x564f687eafa4 <vm_exec_core+481>, 0x564f687eb0b8 <vm_exec_core+757>, 0x564f687eb256 <vm_exec_core+1171>, 0x564f687eb386 <vm_exec_core+1475>, 0x564f687eb598 <vm_exec_core+2005>, 0x564f687eb6aa <vm_exec_core+2279>, 0x564f687eb783 <vm_exec_core+2496>, 0x564f687eb88a <vm_exec_core+2759>, 0x564f687eb991 <vm_exec_core+3022>, 0x564f687eba9f <vm_exec_core+3292>, 0x564f687ebbb1 <vm_exec_core+3566>, 0x564f687ebc81 <vm_exec_core+3774>, 0x564f687ebd8a <vm_exec_core+4039>, 0x564f687ebe84 <vm_exec_core+4289>, 0x564f687ebf47 <vm_exec_core+4484>, 0x564f687ec00a <vm_exec_core+4679>, 0x564f687ec093 <vm_exec_core+4816>, 0x564f687ec11f <vm_exec_core+4956>, 0x564f687ec1c5 <vm_exec_core+5122>, 0x564f687ec29d <vm_exec_core+5338>, 0x564f687ec36f <vm_exec_core+5548>, 0x564f687ec441 <vm_exec_core+5758>, 0x564f687ec51f <vm_exec_core+5980>, 0x564f687ec5e1 <vm_exec_core+6174>, 0x564f687ec720 <vm_exec_core+6493>, 0x564f687ec7c6 <vm_exec_core+6659>, 0x564f687ec8ab <vm_exec_core+6888>, 0x564f687ec9da <vm_exec_core+7191>, 0x564f687ecaab <vm_exec_core+7400>, 0x564f687ecb6e <vm_exec_core+7595>, 0x564f687ecc31 <vm_exec_core+7790>, 0x564f687ecd28 <vm_exec_core+8037>, 0x564f687ecdea <vm_exec_core+8231>, 0x564f687eceac <vm_exec_core+8425>, 0x564f687ecfa6 <vm_exec_core+8675>, 0x564f687ed085 <vm_exec_core+8898>, 0x564f687ed172 <vm_exec_core+9135>, 0x564f687ed282 <vm_exec_core+9407>, 0x564f687ed37c <vm_exec_core+9657>, 0x564f687ed3f7 <vm_exec_core+9780>, 0x564f687ed4b8 <vm_exec_core+9973>, 0x564f687ed5a6 <vm_exec_core+10211>, 0x564f687ed656 <vm_exec_core+10387>, 0x564f687ed7d5 <vm_exec_core+10770>, 0x564f687ed8af <vm_exec_core+10988>, 0x564f687ed99b <vm_exec_core+11224>, 0x564f687eda2c <vm_exec_core+11369>, 0x564f687edb87 <vm_exec_core+11716>, 0x564f687ee141 <vm_exec_core+13182>, 0x564f687ee23d <vm_exec_core+13434>, 0x564f687ee340 <vm_exec_core+13693>, 0x564f687ee42c <vm_exec_core+13929>, 0x564f687ee645 <vm_exec_core+14466>, 0x564f687ee737 <vm_exec_core+14708>, 0x564f687ee83d <vm_exec_core+14970>, 0x564f687eea48 <vm_exec_core+15493>, 0x564f687eebff <vm_exec_core+15932>, 0x564f687eed33 <vm_exec_core+16240>, 0x564f687eeea8 <vm_exec_core+16613>, 0x564f687eefdc <vm_exec_core+16921>, 0x564f687ef151 <vm_exec_core+17294>, 0x564f687ef333 <vm_exec_core+17776>, 0x564f687ef53e <vm_exec_core+18299>, 0x564f687ef6f5 <vm_exec_core+18738>, 0x564f687ef817 <vm_exec_core+19028>, 0x564f687ef8be <vm_exec_core+19195>, 0x564f687ef982 <vm_exec_core+19391>, 0x564f687efa6b <vm_exec_core+19624>, 0x564f687efb57 <vm_exec_core+19860>, 0x564f687efc40 <vm_exec_core+20093>, 0x564f687efd54 <vm_exec_core+20369>, 0x564f687efe7b <vm_exec_core+20664>, 0x564f687effba <vm_exec_core+20983>, 0x564f687f00f9 <vm_exec_core+21302>, 0x564f687f0238 <vm_exec_core+21621>, 0x564f687f0377 <vm_exec_core+21940>, 0x564f687f04b6 <vm_exec_core+22259>, 0x564f687f0600 <vm_exec_core+22589>, 0x564f687f0783 <vm_exec_core+22976>, 0x564f687f08c2 <vm_exec_core+23295>, 0x564f687f0a01 <vm_exec_core+23614>, 0x564f687f0b40 <vm_exec_core+23933>, 0x564f687f0c7f <vm_exec_core+24252>, 0x564f687f0dbe <vm_exec_core+24571>, 0x564f687f0efd <vm_exec_core+24890>, 0x564f687f103c <vm_exec_core+25209>, 0x564f687f117b <vm_exec_core+25528>, 0x564f687f12d3 <vm_exec_core+25872>, 0x564f687f1499 <vm_exec_core+26326>, 0x564f687f1620 <vm_exec_core+26717>, 0x564f687f1748 <vm_exec_core+27013>, 0x564f687f1870 <vm_exec_core+27309>, 0x564f687f1993 <vm_exec_core+27600>, 0x564f687f1ab6 <vm_exec_core+27891>, 0x564f687f1bea <vm_exec_core+28199>, 0x564f687f1d29 <vm_exec_core+28518>, 0x564f687f1e14 <vm_exec_core+28753>, 0x564f687f1f19 <vm_exec_core+29014>, 0x564f687f2052 <vm_exec_core+29327>, 0x564f687f2141 <vm_exec_core+29566>, 0x564f687f2230 <vm_exec_core+29805>, 0x564f687f2305 <vm_exec_core+30018>, 0x564f687f23da <vm_exec_core+30231>, 0x564f687f2456 <vm_exec_core+30355>, 0x564f687f24d2 <vm_exec_core+30479>, 0x564f687f24f0 <vm_exec_core+30509>, 0x564f687f250e <vm_exec_core+30539>, 0x564f687f252c <vm_exec_core+30569>, 0x564f687f254a <vm_exec_core+30599>, 0x564f687f2568 <vm_exec_core+30629>, 0x564f687f2586 <vm_exec_core+30659>, 0x564f687f25a4 <vm_exec_core+30689>, 0x564f687f25c2 <vm_exec_core+30719>, 0x564f687f25e0 <vm_exec_core+30749>, 0x564f687f25fe <vm_exec_core+30779>, 0x564f687f261c <vm_exec_core+30809>, 0x564f687f263a <vm_exec_core+30839>, 0x564f687f2658 <vm_exec_core+30869>, 0x564f687f2676 <vm_exec_core+30899>, 0x564f687f2694 <vm_exec_core+30929>, 0x564f687f26b2 <vm_exec_core+30959>, 0x564f687f26d0 <vm_exec_core+30989>, 0x564f687f26ee <vm_exec_core+31019>, 0x564f687f270c <vm_exec_core+31049>, 0x564f687f272a <vm_exec_core+31079>, 0x564f687f2748 <vm_exec_core+31109>, 0x564f687f2766 <vm_exec_core+31139>, 0x564f687f2784 <vm_exec_core+31169>, 0x564f687f27a2 <vm_exec_core+31199>, 0x564f687f27c0 <vm_exec_core+31229>, 0x564f687f27de <vm_exec_core+31259>, 0x564f687f27fc <vm_exec_core+31289>, 0x564f687f281a <vm_exec_core+31319>, 0x564f687f2838 <vm_exec_core+31349>, 0x564f687f2856 <vm_exec_core+31379>, 0x564f687f2874 <vm_exec_core+31409>, 0x564f687f2892 <vm_exec_core+31439>, 0x564f687f28b0 <vm_exec_core+31469>, 0x564f687f28ce <vm_exec_core+31499>, 0x564f687f28ec <vm_exec_core+31529>, 0x564f687f290a <vm_exec_core+31559>, 0x564f687f2928 <vm_exec_core+31589>, 0x564f687f2946 <vm_exec_core+31619>, 0x564f687f2964 <vm_exec_core+31649>, 0x564f687f2982 <vm_exec_core+31679>, 0x564f687f29a0 <vm_exec_core+31709>, 0x564f687f29be <vm_exec_core+31739>, 0x564f687f29dc <vm_exec_core+31769>, 0x564f687f29fa <vm_exec_core+31799>, 0x564f687f2a18 <vm_exec_core+31829>, 0x564f687f2a36 <vm_exec_core+31859>, 0x564f687f2a54 <vm_exec_core+31889>, 0x564f687f2a72 <vm_exec_core+31919>, 0x564f687f2a90 <vm_exec_core+31949>, 0x564f687f2aae <vm_exec_core+31979>, 0x564f687f2acc <vm_exec_core+32009>, 0x564f687f2aea <vm_exec_core+32039>, 0x564f687f2b08 <vm_exec_core+32069>, 0x564f687f2b26 <vm_exec_core+32099>, 0x564f687f2b44 <vm_exec_core+32129>, 0x564f687f2b62 <vm_exec_core+32159>, 0x564f687f2b80 <vm_exec_core+32189>, 0x564f687f2b9e <vm_exec_core+32219>, 0x564f687f2bbc <vm_exec_core+32249>, 0x564f687f2bda <vm_exec_core+32279>, 0x564f687f2bf8 <vm_exec_core+32309>, 0x564f687f2c16 <vm_exec_core+32339>, 0x564f687f2c34 <vm_exec_core+32369>, 0x564f687f2c52 <vm_exec_core+32399>, 0x564f687f2c70 <vm_exec_core+32429>, 0x564f687f2c8e <vm_exec_core+32459>, 0x564f687f2cac <vm_exec_core+32489>, 0x564f687f2cca <vm_exec_core+32519>, 0x564f687f2ce8 <vm_exec_core+32549>, 0x564f687f2d06 <vm_exec_core+32579>, 0x564f687f2d24 <vm_exec_core+32609>, 0x564f687f2d42 <vm_exec_core+32639>, 0x564f687f2d60 <vm_exec_core+32669>, 0x564f687f2d7e <vm_exec_core+32699>, 0x564f687f2d9c <vm_exec_core+32729>, 0x564f687f2dba <vm_exec_core+32759>, 0x564f687f2dd8 <vm_exec_core+32789>, 0x564f687f2df6 <vm_exec_core+32819>, 0x564f687f2e14 <vm_exec_core+32849>, 0x564f687f2e45 <vm_exec_core+32898>, 0x564f687f2e63 <vm_exec_core+32928>, 0x564f687f2e81 <vm_exec_core+32958>, 0x564f687f2e9f <vm_exec_core+32988>, 0x564f687f2ebd <vm_exec_core+33018>, 0x564f687f2edb <vm_exec_core+33048>, 0x564f687f2ef9 <vm_exec_core+33078>, 0x564f687f2f17 <vm_exec_core+33108>, 0x564f687f2f35 <vm_exec_core+33138>, 0x564f687f2f53 <vm_exec_core+33168>, 0x564f687f2f71 <vm_exec_core+33198>, 0x564f687f2f8f <vm_exec_core+33228>, 0x564f687f2fad <vm_exec_core+33258>, 0x564f687f2fcb <vm_exec_core+33288>...}
#34 0x0000564f688063ac in rb_vm_exec (ec=0x564f6aa00c60) at /tmp/ruby/src/trunk-O0/vm.c:2552
        _ec = 0x564f6aa00c60
        _tag = {tag = 36, retval = 4, buf = {0x7ffe32c5caf0, 0x564f6880632a <rb_vm_exec+190>, 0x0, 0x7ffe32c5ca40, 0x564f6aa85dc0}, prev = 0x7ffe32c5cb60, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#35 0x0000564f6880720b in rb_iseq_eval_main (iseq=0x7ff3541c5378) at /tmp/ruby/src/trunk-O0/vm.c:2818
        ec = 0x564f6aa00c60
        val = 140729750244208
#36 0x0000564f685de7e3 in rb_ec_exec_node (ec=0x564f6aa00c60, n=0x7ff3541c5378) at /tmp/ruby/src/trunk-O0/eval.c:282
        _ec = 0x564f6aa00c60
        _tag = {tag = 36, retval = 94899053387253, buf = {0x7ffe32c5cbe0, 0x564f685de78f <rb_ec_exec_node+212>, 0x0, 0x7ffe32c5cb30, 0x564f6aa00c60}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7ff3541c5378
#37 0x0000564f685de954 in ruby_run_node (n=0x7ff3541c5378) at /tmp/ruby/src/trunk-O0/eval.c:320
        ec = 0x564f6aa00c60
        status = 22095
#38 0x0000564f685d9f1e in rb_main (argc=119, argv=0x7ffe32c5cd88) at /tmp/ruby/src/trunk-O0/main.c:40
        variable_in_this_stack_frame = 140729750244448
#39 0x0000564f685d9f7f in main (argc=119, argv=0x7ffe32c5cd88) at /tmp/ruby/src/trunk-O0/main.c:59
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.71614.ruby -x gdbscript
[New LWP 71614]
[New LWP 71616]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000056242c577b58 in RB_SPECIAL_CONST_P (obj=140384835875600) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
329	    return RB_IMMEDIATE_P(obj) || obj == RUBY_Qfalse;
[Current thread is 1 (Thread 0x7fadfead67c0 (LWP 71614))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7fadfead67c0 (LWP 71614) 0x000056242c577b58 in RB_SPECIAL_CONST_P (obj=140384835875600) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
  2    Thread 0x7fade54ff640 (LWP 71616) 0x00007fadfebfefde in epoll_wait (epfd=4, events=0x56242cc0847c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fade54ff640 (LWP 71616)):
#0  0x00007fadfebfefde in epoll_wait (epfd=4, events=0x56242cc0847c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000056242c71c663 in event_wait (vm=0x56242d3912a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:865
        r = 22052
#2  0x000056242c71c687 in timer_thread_polling (vm=0x56242d3912a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:887
        r = -989732308
#3  0x000056242c71cd47 in timer_thread_func (ptr=0x56242d3912a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3054
        vm = 0x56242d3912a0
#4  0x00007fadfeb6db43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140720784225104, -2462626272895721461, 140384853292608, 25, 140385279465552, 140720784225456, 2488578457689235467, 2488523698613755915}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fadfebfebb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fadfead67c0 (LWP 71614)):
#0  0x000056242c577b58 in RB_SPECIAL_CONST_P (obj=140384835875600) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
No locals.
#1  0x000056242c577d57 in rb_type (obj=140384835875600) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:226
No locals.
#2  0x000056242c577e7a in RB_TYPE_P (obj=140384835875600, t=RUBY_T_NONE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#3  0x000056242c584ff6 in gc_mark_ptr (objspace=0x56242d393c00, obj=140384835875600) at /tmp/ruby/src/trunk-O0/gc.c:6665
        __func__ = "gc_mark_ptr"
#4  0x000056242c585250 in gc_mark (objspace=0x56242d393c00, obj=140384835875600) at /tmp/ruby/src/trunk-O0/gc.c:6704
No locals.
#5  0x000056242c584544 in mark_keyvalue (key=140384835902560, value=140384835875600, data=94713377537024) at /tmp/ruby/src/trunk-O0/gc.c:6288
        objspace = 0x56242d393c00
#6  0x000056242c6eaf94 in apply_functor (k=140384835902560, v=140384835875600, d=140720784221648, _=0) at /tmp/ruby/src/trunk-O0/st.c:1633
        f = 0x7ffc1c5b25d0
#7  0x000056242c6eabf7 in st_general_foreach (tab=0x7fade433cc88, func=0x56242c6eaf51 <apply_functor>, replace=0x0, arg=140720784221648, check_p=0) at /tmp/ruby/src/trunk-O0/st.c:1543
        bin = 94713377537024
        bin_ind = 32
        entries = 0x56242d4c3f80
        curr_entry_ptr = 0x56242d4c5378
        retval = ST_CONTINUE
        i = 213
        rebuilds_num = 4
        hash = 17862510990011336488
        key = 140384835902560
        error_p = 475735392
        packed_p = 0
#8  0x000056242c6eaff2 in rb_st_foreach (tab=0x7fade433cc88, func=0x56242c5844fe <mark_keyvalue>, arg=94713377537024) at /tmp/ruby/src/trunk-O0/st.c:1640
        f = {func = 0x56242c5844fe <mark_keyvalue>, arg = 94713377537024}
#9  0x000056242c598a0e in rb_hash_stlike_foreach (hash=140384834669680, func=0x56242c5844fe <mark_keyvalue>, arg=94713377537024) at /tmp/ruby/src/trunk-O0/hash.c:1418
No locals.
#10 0x000056242c584640 in mark_hash (objspace=0x56242d393c00, hash=140384834669680) at /tmp/ruby/src/trunk-O0/gc.c:6319
No locals.
#11 0x000056242c585a19 in gc_mark_children (objspace=0x56242d393c00, obj=140384834669680) at /tmp/ruby/src/trunk-O0/gc.c:6906
        any = 0x7fade433cc70
#12 0x000056242c58601b in gc_mark_stacked_objects (objspace=0x56242d393c00, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7049
        mstack = 0x56242d394088
        obj = 140384834669680
        marked_slots_at_the_beginning = 235
        popped_count = 0
#13 0x000056242c58619b in gc_mark_stacked_objects_all (objspace=0x56242d393c00) at /tmp/ruby/src/trunk-O0/gc.c:7087
No locals.
#14 0x000056242c58860b in gc_marks_rest (objspace=0x56242d393c00) at /tmp/ruby/src/trunk-O0/gc.c:8289
No locals.
#15 0x000056242c58873f in gc_marks (objspace=0x56242d393c00, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8347
        marking_finished = false
#16 0x000056242c58a2af in gc_start (objspace=0x56242d393c00, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9057
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 8926
#17 0x000056242c589f44 in garbage_collect (objspace=0x56242d393c00, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:8938
        _lev = 8192
        ret = 0
#18 0x000056242c58aa0b in garbage_collect_with_gvl (objspace=0x56242d393c00, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9326
No locals.
#19 0x000056242c59141c in objspace_malloc_gc_stress (objspace=0x56242d393c00) at /tmp/ruby/src/trunk-O0/gc.c:11720
        reason = 45568
#20 0x000056242c5916ff in objspace_xmalloc0 (objspace=0x56242d393c00, size=61) at /tmp/ruby/src/trunk-O0/gc.c:11922
        gpr = 107008
        mem = 0x3d
#21 0x000056242c591acd in ruby_xmalloc2_body (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12169
No locals.
#22 0x000056242c595329 in ruby_xmalloc2 (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:13721
No locals.
#23 0x000056242c6f3951 in str_make_independent_expand (str=140384835462600, len=6, expand=54, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:2487
        ptr = 0x7ffc1c5b2990 "\020*[\034\374\177"
        oldptr = 0x56242c6ed7ae <STR_EMBED_P+29> "H\205\300\017\224\300\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276"
        capa = 60
#24 0x000056242c6f56d6 in rb_str_resize (str=140384835462600, len=60) at /tmp/ruby/src/trunk-O0/string.c:3183
        capa = 3145728
        termlen = 1
        independent = 1
        slen = 6
#25 0x000056242c6e7b12 in ruby__sfvwrite (fp=0x7ffc1c5b31c0, uio=0x7ffc1c5b2b50) at /tmp/ruby/src/trunk-O0/sprintf.c:1083
        cr = 1048576
        iov = 0x1c5b2b80
        result = 140384835462600
        buf = 0x7fade43fe5e6 ""
        len = 41
        n = 140384835462600
        blen = 6
        bsiz = 60
#26 0x000056242c6e4589 in BSD__sprint (fp=0x7ffc1c5b31c0, uio=0x7ffc1c5b2b50) at /tmp/ruby/src/trunk-O0/vsnprintf.c:318
        err = 475740168
#27 0x000056242c6e7399 in BSD_vfprintf (fp=0x7ffc1c5b31c0, fmt0=0x56242c9f3117 "from %li\v\n", ap=0x7ffc1c5b3260) at /tmp/ruby/src/trunk-O0/vsnprintf.c:1215
        nc = 5
        PRI_EXTRA_MARK_LEN = 1
        fmt = <optimized out>
        ch = 105
        n = 475740168
        cp = 0x7fade440e800 "<internal:numeric>:238:in 'Integer#times'"
        iovp = 0x7ffc1c5b2b80
        flags = 16
        ret = 46
        width = 0
        prec = -1
        sign = 0 '\000'
        softsign = 0 '\000'
        _double = 0
        expt = -23244488
        expsize = 0
        ndig = 0
        fprec = 0
        expstr = "=X,$V\000"
        ulval = 140384835528680
        base = 0
        dprec = 0
        fieldsz = 41
        realsz = 41
        size = 0
        xdigs = 0x0
        uio = {uio_iov = 0x7ffc1c5b2b70, uio_iovcnt = 1, uio_resid = 41}
        iov = {{iov_base = 0x7fade440e800, iov_len = 41}, {iov_base = 0x20, iov_len = 140384835664840}, {iov_base = 0x7ffc1c5b2bb0, iov_len = 94713362743086}, {iov_base = 0x20, iov_len = 140384835664840}, {iov_base = 0x20, iov_len = 140384834671920}, {iov_base = 0x7ffc1c5b2be0, iov_len = 94713362743086}, {iov_base = 0x20, iov_len = 140384834671920}, {iov_base = 0x7ffc1c5b2bf8, iov_len = 8}}
        buf = "0\325\063\344\255\177\000\000\210@9-$V\000\000\240dQ\345\255\177\000\000\b8[\034\374\177\000\000@,[\034\374\177\000\000\217NX,$V\000\000\060\325\063\344\255\177\000\000\000<9-$V\000\000`,[\034\374\177\000\000ZPX,$V\000\000\060\325\063\344\255\177\000\000\000<9-$V\000\000\200,[\034\374\177\000\000PRX,$V\000\000 \000\000\000\000\000\000\000\310\373B\344\255\177\000\000\240,[\034\374\177\000\000.\177W,$V\000\000 \000\000\000\000\000\000\000\310\373B\344\255\177\000\000 \000\000\000\000\000\000\000\060\325\063\344\255\177\000\000\320,[\034\374\177\000\000.\177W,$V\000\000 \000\000\000\000\000\000\000"...
        ox = "\177\000\000\246"
        ebuf = 0x7ffc1c5b3137 ""
        ln = -41
        blanks = ' ' <repeats 16 times>
        zeroes = '0' <repeats 16 times>
#28 0x000056242c6e7f05 in ruby_vsprintf0 (result=140384835462600, p=0x7fade43fe5e1 "from ", fmt=0x56242c9f3117 "from %li\v\n", ap=0x7ffc1c5b3260) at /tmp/ruby/src/trunk-O0/sprintf.c:1168
        buffer = {base = {_p = 0x7fade43fe5e6 "", _w = 15, _flags = 520, _file = -7105, _bf = {_base = 0x7fade43fe5c8 "\005", _size = 0}, vwrite = 0x56242c6e79f7 <ruby__sfvwrite>, vextra = 0x56242c6e7bdc <ruby__sfvextra>}, value = 140384835528680}
        klass = 140384853617760
        coderange = 0
        scanned = 0
        blen = 140384835456880
#29 0x000056242c6e829c in rb_str_vcatf (str=140384835462600, fmt=0x56242c9f3117 "from %li\v\n", ap=0x7ffc1c5b3260) at /tmp/ruby/src/trunk-O0/sprintf.c:1236
No locals.
#30 0x000056242c6e835e in rb_str_catf (str=140384835462600, format=0x56242c9f3117 "from %li\v\n") at /tmp/ruby/src/trunk-O0/sprintf.c:1247
        ap = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffc1c5b3340, reg_save_area = 0x7ffc1c5b3280}}
#31 0x000056242c565663 in print_backtrace (eclass=140384853611520, errat=140384835465400, str=140384835466880, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:259
        bt = 140384835462600
        line = 140384835528680
        i = 1
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#32 0x000056242c565c53 in rb_error_write (errinfo=140384835466000, emesg=4, errat=140384835465400, str=140384835466880, opt=140384835529480, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:349
        eclass = 140384853611520
        shown_causes = 0
        backtrace_limit = -1
#33 0x000056242c565f07 in rb_ec_error_print_detailed (ec=0x56242d394c60, errinfo=140384835466000, str=140384835466880, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
        _ec = 0x56242d394c60
        _tag = {tag = 36, retval = 0, buf = {0x7ffc1c5b3570, 0x56242c565e1c <rb_ec_error_print_detailed+372>, 0x0, 0x7ffc1c5b34a0, 0x0}, prev = 0x7ffc1c5b35e0, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140384835465400
        written = true
        emesg = 4
        opt = 140384835529480
        highlight = 0
#34 0x000056242c5674cf in rb_ec_cleanup (ec=0x56242d394c60, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:226
        err = 140384835466000
        mode0 = 0
        mode1 = 3
        _ec = 0x56242d394c60
        _tag = {tag = 36, retval = 94713362673141, buf = {0x7ffc1c5b3660, 0x56242c5672c7 <rb_ec_cleanup+295>, 0x0, 0x7ffc1c5b3580, 0x56242d394c60}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x56242d393820
        th0 = 0x56242d393820
        step = 2
        message = 4
        buf = 140384835466880
#35 0x000056242c567964 in ruby_run_node (n=0x7fade43f0018) at /tmp/ruby/src/trunk-O0/eval.c:320
        ec = 0x56242d394c60
        status = 22052
#36 0x000056242c562f1e in rb_main (argc=2, argv=0x7ffc1c5b3808) at /tmp/ruby/src/trunk-O0/main.c:40
        variable_in_this_stack_frame = 140720784226016
#37 0x000056242c562f7f in main (argc=2, argv=0x7ffc1c5b3808) at /tmp/ruby/src/trunk-O0/main.c:59
No locals.

>>> Dump Ruby level backtrace (if possible)
raw logfile