# Logfile created on 2024-05-27 10:27:29 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055797a59a5a8 @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'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20240527-102729", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055797a61e4c0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055797a61e330 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055797a61e100 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240527-102729", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240527-102729>, @binmode=false, @mon_data=#<Monitor:0x000055797a61e038>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-O0
Cloning into 'trunk-O0'...
Updating files:  83% (10157/12149)
Updating files:  84% (10206/12149)
Updating files:  85% (10327/12149)
Updating files:  86% (10449/12149)
Updating files:  87% (10570/12149)
Updating files:  88% (10692/12149)
Updating files:  89% (10813/12149)
Updating files:  90% (10935/12149)
Updating files:  91% (11056/12149)
Updating files:  92% (11178/12149)
Updating files:  93% (11299/12149)
Updating files:  94% (11421/12149)
Updating files:  95% (11542/12149)
Updating files:  96% (11664/12149)
Updating files:  97% (11785/12149)
Updating files:  98% (11907/12149)
Updating files:  99% (12028/12149)
Updating files: 100% (12149/12149)
Updating files: 100% (12149/12149), done.
$$$[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
configure: WARNING: something wrong with CXXFLAGS=""
checking whether CXXFLAGS is valid... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for stdio.h... (cached) yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for sys/event.h... no
checking for stdckdint.h... no
checking for 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 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 if Ruby is build with shared GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking 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
   * with shared GC:      no
   * 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-download -j4
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.23.1...
Downloading bundled gem rake-13.2.1...
Downloading bundled gem test-unit-3.6.2...
Downloading bundled gem rexml-3.2.8...
Downloading bundled gem rss-0.3.0...
Downloading bundled gem net-ftp-0.3.4...
Downloading bundled gem net-imap-0.4.11...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.5.0...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem debug-1.9.2...
Downloading bundled gem racc-1.8.0...
Downloading bundled gem mutex_m-0.2.0...
Downloading bundled gem getoptlong-0.2.1...
Downloading bundled gem base64-0.2.0...
Downloading bundled gem bigdecimal-3.1.8...
Downloading bundled gem observer-0.1.2...
Downloading bundled gem abbrev-0.1.2...
Downloading bundled gem resolv-replace-0.1.1...
Downloading bundled gem rinda-0.2.0...
Downloading bundled gem drb-2.2.1...
Downloading bundled gem nkf-0.2.0...
Downloading bundled gem syslog-0.1.2...
Downloading bundled gem csv-3.3.0...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/gems/src
Cloning https://github.com/ruby/power_assert
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'...
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
From https://github.com/ruby/power_assert
 * branch            84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD
HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-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 power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-O0/gems/power_assert-2.0.3.gem
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
From https://github.com/ruby/typeprof
 * branch            b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD
HEAD is now at b19a641 Add support for future `putchilledstring` instruction
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision updated
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Building typeprof@b19a6416da3a05d57fadd6ffdadb382b6d236ca5 to /tmp/ruby/src/trunk-O0/gems/typeprof-0.21.11.gem
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
  Successfully built RubyGem
  Name: typeprof
  Version: 0.21.11
  File: typeprof-0.21.11.gem
From https://github.com/ruby/rbs
 * branch              ba7872795d5de04adb8ff500c0e6afdc81a041dd -> FETCH_HEAD
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
Building rbs@ba7872795d5de04adb8ff500c0e6afdc81a041dd to /tmp/ruby/src/trunk-O0/gems/rbs-3.4.4.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-src      -j4
Already up to date.
Latest commit hash = bc47ca5546
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
id.h updated
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
generating vm_call_iseq_optimized.inc
known_errors.inc updated
vm_call_iseq_optimized.inc updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/enc/jis
+ cp /tmp/ruby/src/trunk-O0/enc/jis/props.h.blt /tmp/ruby/src/trunk-O0/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-O0/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-O0/probes.d > probes.dmyh
/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
id.c updated
making /tmp/ruby/src/trunk-O0/ast.rbinc
making /tmp/ruby/src/trunk-O0/dir.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-O0/gc.rbinc
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
generating eventids1.c from ../../parse.y
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.h 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 eventids2table.c from ./eventids2.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/socket'
generating miniprelude.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/etc'
generating golf_prelude.c
golf_prelude.c updated
compiling compiler ripper.y
miniprelude.c updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating ripper_init.c from ./ripper_init.c.tmpl
/bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-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
generating enc/trans/gbk.c ...
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-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/japanese_sjis.c
generating table from enc/trans/korean.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/japanese_sjis.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/single_byte.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating enc/trans/korean.c ...
generating enc/trans/utf8_mac.c ...
generating enc/trans/japanese_euc.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
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 -
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
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/power_assert.revision unchanged
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/.bundle/gems
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
Extracting bundle gem minitest-5.23.1...
Extracting bundle gem rake-13.2.1...
Extracting bundle gem test-unit-3.6.2...
Extracting bundle gem rexml-3.2.8...
Unpacked gems/test-unit-3.6.2.gem
Extracting bundle gem rss-0.3.0...
Unpacked gems/rake-13.2.1.gem
Extracting bundle gem net-ftp-0.3.4...
Unpacked gems/minitest-5.23.1.gem
Extracting bundle gem net-imap-0.4.11...
Unpacked gems/rexml-3.2.8.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/rss-0.3.0.gem
Unpacked gems/net-ftp-0.3.4.gem
Extracting bundle gem net-smtp-0.5.0...
Extracting bundle gem matrix-0.4.2...
Unpacked gems/net-imap-0.4.11.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem debug-1.9.2...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem racc-1.8.0...
Unpacked gems/net-smtp-0.5.0.gem
Extracting bundle gem mutex_m-0.2.0...
Unpacked gems/racc-1.8.0.gem
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem base64-0.2.0...
Unpacked gems/mutex_m-0.2.0.gem
Extracting bundle gem bigdecimal-3.1.8...
Unpacked gems/debug-1.9.2.gem
Extracting bundle gem observer-0.1.2...
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem abbrev-0.1.2...
Unpacked gems/base64-0.2.0.gem
Extracting bundle gem resolv-replace-0.1.1...
Unpacked gems/bigdecimal-3.1.8.gem
Extracting bundle gem rinda-0.2.0...
Unpacked gems/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/resolv-replace-0.1.1.gem
Extracting bundle gem syslog-0.1.2...
Unpacked gems/rinda-0.2.0.gem
Extracting bundle gem csv-3.3.0...
Unpacked gems/drb-2.2.1.gem
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-O0/gems/power_assert-2.0.3.gem
Unpacked gems/nkf-0.2.0.gem
Unpacked gems/syslog-0.1.2.gem
Unpacked gems/csv-3.3.0.gem
Extracting bundle gem rbs-3.4.4...
  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 typeprof-0.21.11...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
Unpacked gems/typeprof-0.21.11.gem
Unpacked gems/rbs-3.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_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
2b881d6524dcb1dc6e57b91bf4b78ac81e513eed9516c9484073fbdc4c65259f  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 enc.mk
generating encdb.h
encdb.h updated
making srcs under enc
making enc
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
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
compiling /tmp/ruby/src/trunk-O0/enc/cp949.c
compiling /tmp/ruby/src/trunk-O0/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_jp.c
transdb.h updated
compiling /tmp/ruby/src/trunk-O0/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-O0/enc/gb2312.c
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
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_4.c
ext/configure-ext.mk updated
making trans
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_6.c
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/transdb.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_7.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_8.c
generating /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/chinese.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
generating table from /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_15.c
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_iso2022_kddi.c
generating /tmp/ruby/src/trunk-O0/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.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
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
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
compiling /tmp/ruby/src/trunk-O0/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16le.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
compiling /tmp/ruby/src/trunk-O0/enc/utf_32be.c
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
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
compiling /tmp/ruby/src/trunk-O0/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1252.c
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
compiling /tmp/ruby/src/trunk-O0/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
generating /tmp/ruby/src/trunk-O0/enc/trans/big5.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
generating /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/korean.c
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
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
generating /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/asan
configuring -test-/bignum
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
generating /tmp/ruby/src/trunk-O0/enc/trans/korean.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c
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/japanese_euc.c ...
compiling /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/chinese.c
generating /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
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
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/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/trans/escape.c
configuring -test-/struct
configuring -test-/symbol
compiling /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
configuring cgi/escape
configuring continuation
configuring coverage
compiling /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
configuring date
configuring digest
configuring digest/bubblebabble
configuring digest/md5
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 digest/rmd160
configuring digest/sha1
compiling /tmp/ruby/src/trunk-O0/enc/trans/korean.c
configuring digest/sha2
compiling /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
configuring etc
configuring erb/escape
configuring fcntl
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c
configuring fiddle
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 io/console
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring io/nonblock
configuring io/wait
configuring stringio
configuring strscan
configuring zlib
configuring bigdecimal-3.1.8/ext/bigdecimal
configuring debug-1.9.2/ext/debug
configuring nkf-0.2.0/ext/nkf
configuring racc-1.8.0/ext/racc/cparse
configuring rbs-3.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'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/abi'
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/extract'
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
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/array/to_ary_concat.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-/asan'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/asan/asan.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-/bignum'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/big2str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
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-/array/resize.so
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-3571'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-3571/bug.c
linking shared-object -test-/asan.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/bigzero.c
linking shared-object -test-/bug_14834.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-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
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/div.c
linking shared-object -test-/bug_reporter.so
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
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-5832'
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-/bignum/init.c
linking shared-object -test-/dln/empty.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/inspector.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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/intpack.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/mul.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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/str2big.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
linking shared-object -test-/econv.so
linking shared-object -test-/eval.so
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
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
linking shared-object -test-/bignum.so
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/nextafter.c
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/newline_conv.c
linking shared-object -test-/float.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
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-/fatal.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/stat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
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-/exception.so
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/delete.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/core_ext.c
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
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/init.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
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
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/yield.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/my_integer.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/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
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
linking shared-object -test-/integer.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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
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
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'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/resolve_symbol_target'
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
linking shared-object -test-/load/stringify_target.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
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/compat.so
linking shared-object -test-/marshal/internal_ivar.so
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'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/arity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
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
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-/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
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-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/init.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/receiver.c
linking shared-object -test-/postponed_job.so
linking shared-object -test-/printf.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
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-/random/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/super.c
linking shared-object -test-/rb_call_super_kw.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/loop.c
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-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/init.c
linking shared-object -test-/random.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-/scan_args'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/scan_args/scan_args.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
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
linking shared-object -test-/rational.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/parse_depth_limit.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
linking shared-object -test-/scan_args.so
linking shared-object -test-/st/foreach.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'
linking shared-object -test-/regexp.so
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-/regexp'
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-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
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-/string/chilled.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-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/coderange.c
linking shared-object -test-/thread/instrumentation.so
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
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/cstr.c
linking shared-object -test-/thread/lock_native_thread.so
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/member.c
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/ellipsize.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/leap_second.c
linking shared-object -test-/struct.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/tracepoint.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
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/enc_associate.c
linking shared-object -test-/tracepoint.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_dummy.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
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
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
linking shared-object -test-/wait.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/new.c
linking shared-object -test-/vm/at_exit.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_str_buf_cat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-O0/ext/cgi/escape/escape.c
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
linking shared-object -test-/time.so
linking shared-object continuation.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/continuation'
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
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/cgi/escape'
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/-test-/string/init.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
installing default coverage libraries
linking shared-object coverage.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/modify.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/etc'
compiling /tmp/ruby/src/trunk-O0/ext/etc/etc.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
compiling /tmp/ruby/src/trunk-O0/ext/fcntl/fcntl.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/new.c
linking shared-object fcntl.so
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/closure.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/etc'
compiling /tmp/ruby/src/trunk-O0/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/fiddle.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/set_len.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/function.c
installing default date_core libraries
linking shared-object date_core.so
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/handle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
compiling /tmp/ruby/src/trunk-O0/ext/io/console/console.c
linking shared-object -test-/string.so
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/memory_view.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-O0/ext/io/nonblock/nonblock.c
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/console.so
installing default console libraries
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
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pinned.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
compiling /tmp/ruby/src/trunk-O0/ext/monitor/monitor.c
linking shared-object io/wait.so
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
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pointer.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/objspace/objspace.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl.c
linking shared-object fiddle.so
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych.c
installing default pathname libraries
linking shared-object pathname.so
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
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/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_emitter.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_parser.c
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/limits.c
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/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bio.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
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
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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_cipher.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/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.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/openssl/ossl_hmac.c
installing default socket libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/stringio'
compiling /tmp/ruby/src/trunk-O0/ext/stringio/stringio.c
linking shared-object ripper.so
linking shared-object socket.so
installing default ripper libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
compiling /tmp/ruby/src/trunk-O0/ext/strscan/strscan.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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_kdf.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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.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/.bundle/gems/debug-1.9.2/ext/debug'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.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/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/openssl/ossl_ocsp.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/debug-1.9.2/lib ../../../../../.bundle/gems/debug-1.9.2/lib
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/racc-1.8.0/ext/racc/cparse/cparse.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/racc-1.8.0/lib ../../../../../../.bundle/gems/racc-1.8.0/lib
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs7.c
linking shared-object bigdecimal.so
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/bigdecimal-3.1.8/ext/bigdecimal'
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension/unescape.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dsa.c
linking shared-object rbs_extension.so
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/rbs-3.4.4/lib ../../../../../.bundle/gems/rbs-3.4.4/lib
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_ec.c
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'
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_pkey_rsa.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_provider.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
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/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-O0/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl.c
linking shared-object digest/bubblebabble.so
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_ssl_session.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5.c
linking shared-object digest/md5.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509crl.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/sha1'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509req.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
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_x509revoked.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509store.c
installing default openssl libraries
installing default sha2 libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/json/generator/generator.c
linking shared-object digest/sha2.so
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 openssl.so
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
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 power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
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/power_assert.revision unchanged
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
	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
/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 -
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.

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

Failed tests:
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)
TestRubyOptimization#test_clear_unreachable_keyword_args: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (60 sec)
TestGc#test_gc_parameter: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec)
TestGc#test_thrashing_for_young_objects: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
TestGc#test_profiler_clear: Test::Unit::PendedError: for now

Retrying...
Finished tests in 1805.231439s, 14.3815 tests/s, 3482.6798 assertions/s.
25962 tests, 6287043 assertions, 0 failures, 0 errors, 324 skips

ruby -v: ruby 3.4.0dev (2024-05-27T09:16:28Z master bc47ca5546) [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 -j' 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.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.2/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.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.0/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 -fy -o /tmp/rubytest.br5f76/1-mspec-multi-0
$ /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 -fy -o /tmp/rubytest.br5f76/2-mspec-multi-1
$ /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 -fy -o /tmp/rubytest.br5f76/3-mspec-multi-2
$ /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 -fy -o /tmp/rubytest.br5f76/4-mspec-multi-3
$ /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 -fy -o /tmp/rubytest.br5f76/5-mspec-multi-4
$ /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 -fy -o /tmp/rubytest.br5f76/6-mspec-multi-5
$ /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 -fy -o /tmp/rubytest.br5f76/7-mspec-multi-6
$ /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 -fy -o /tmp/rubytest.br5f76/8-mspec-multi-7
$ /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 -fy -o /tmp/rubytest.br5f76/9-mspec-multi-8
$ /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 -fy -o /tmp/rubytest.br5f76/10-mspec-multi-9
$ /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 -fy -o /tmp/rubytest.br5f76/11-mspec-multi-10
$ /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 -fy -o /tmp/rubytest.br5f76/12-mspec-multi-11
$ /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 -fy -o /tmp/rubytest.br5f76/13-mspec-multi-12
$ /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 -fy -o /tmp/rubytest.br5f76/14-mspec-multi-13
$ /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 -fy -o /tmp/rubytest.br5f76/15-mspec-multi-14
$ /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 -fy -o /tmp/rubytest.br5f76/16-mspec-multi-15
ruby 3.4.0dev (2024-05-27T09:16:28Z master bc47ca5546) [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 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................


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>:54: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>:54: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>:54: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'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:77: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>:54: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>:54: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>:54: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>:54: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'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:77: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>:54: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>:54: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>:54: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>:54: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'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:77: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>:54: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>:54: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>:54: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>:54: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'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:77: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>:54: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>:54: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>:54: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>:54: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'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:77: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>:54: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>:54: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>:54: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'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:77: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>:54: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>:54: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>:54: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'
/tmp/ruby/src/trunk-O0/spec/mspec/lib/mspec/runner/mspec.rb:77: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 81.709606 seconds

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

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.57696.ruby -x gdbscript
[New LWP 57696]
[New LWP 57698]
[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  RB_BUILTIN_TYPE (obj=140508272079920) 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 0x7fcabc0d07c0 (LWP 57696))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7fcabc0d07c0 (LWP 57696) RB_BUILTIN_TYPE (obj=140508272079920) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:190
  2    Thread 0x7fcaa2aef640 (LWP 57698) 0x00007fcabc1fafde in epoll_wait (epfd=4, events=0x55df4c42045c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fcaa2aef640 (LWP 57698)):
#0  0x00007fcabc1fafde in epoll_wait (epfd=4, events=0x55df4c42045c <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  0x000055df4bef45ba in event_wait (vm=0x55df4d7462a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:865
        r = 21983
#2  0x000055df4bef45de in timer_thread_polling (vm=0x55df4d7462a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:887
        r = -1517172186
#3  0x000055df4bef4c9e in timer_thread_func (ptr=0x55df4d7462a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3051
        vm = 0x55df4d7462a0
#4  0x00007fcabc169b43 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 = {140728080535584, -2399753899970670762, 140508289496640, 25, 140508715718736, 140728080535936, 2388906538554347350, 2388918430936977238}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fcabc1fabb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fcabc0d07c0 (LWP 57696)):
#0  RB_BUILTIN_TYPE (obj=140508272079920) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:190
        ret = 140508272079920
#1  0x000055df4bd8f552 in gc_sweep_plane (objspace=0x55df4d748c10, heap=0x55df4d748c80, p=140508272079920, bitset=1, ctx=0x7ffdcf400420) at /tmp/ruby/src/trunk-O0/gc.c:5317
        vp = 140508272079920
        sweep_page = 0x55df4d8ad570
        slot_size = 40
        slot_bits = 1
        __func__ = <optimized out>
#2  0x000055df4bd8f8fa in gc_sweep_page (objspace=0x55df4d748c10, heap=0x55df4d748c80, ctx=0x7ffdcf400420) at /tmp/ruby/src/trunk-O0/gc.c:5411
        i = 5
        sweep_page = 0x55df4d8ad570
        __func__ = <optimized out>
        p = 140508272079360
        bits = 0x55df4d8ad680
        bitset = 16384
        page_rvalue_count = 1637
        out_of_range_bits = 38
        bitmap_plane_count = 26
#3  0x000055df4bd90269 in gc_sweep_step (objspace=0x55df4d748c10, size_pool=0x55df4d748c30, heap=0x55df4d748c80) at /tmp/ruby/src/trunk-O0/gc.c:5690
        ctx = {page = 0x55df4d8ad570, final_slots = 0, freed_slots = 0, empty_slots = 10}
        free_slots = 308
        sweep_page = 0x55df4d8ad570
        unlink_limit = 3
        swept_slots = 0
        pooled_slots = 471
#4  0x000055df4bd9049d in gc_sweep_rest (objspace=0x55df4d748c10) at /tmp/ruby/src/trunk-O0/gc.c:5747
        size_pool = 0x55df4d748c30
        i = 0
#5  0x000055df4bd90a9e in gc_sweep (objspace=0x55df4d748c10) at /tmp/ruby/src/trunk-O0/gc.c:5905
        immediate_sweep = 1
#6  0x000055df4bd9735a in gc_start (objspace=0x55df4d748c10, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9086
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 21983
#7  0x000055df4bd96fdf in garbage_collect (objspace=0x55df4d748c10, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:8966
        _lev = 8192
        ret = 0
#8  0x000055df4bd97a91 in garbage_collect_with_gvl (objspace=0x55df4d748c10, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9351
No locals.
#9  0x000055df4bd9e44a in objspace_malloc_gc_stress (objspace=0x55df4d748c10) at /tmp/ruby/src/trunk-O0/gc.c:11741
        reason = 45568
#10 0x000055df4bd9e72d in objspace_xmalloc0 (objspace=0x55df4d748c10, size=61) at /tmp/ruby/src/trunk-O0/gc.c:11943
        gpr = 107008
        mem = 0x3d
#11 0x000055df4bd9eafb in ruby_xmalloc2_body (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12190
No locals.
#12 0x000055df4bda2388 in ruby_xmalloc2 (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:13781
No locals.
#13 0x000055df4becb99b in str_make_independent_expand (str=140508271669280, len=6, expand=54, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:2496
        ptr = 0x7ffdcf400660 "\340\006@\317\375\177"
        oldptr = 0x55df4bec57a7 <STR_EMBED_P+29> "H\205\300\017\224\300\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276"
        capa = 60
#14 0x000055df4becd720 in rb_str_resize (str=140508271669280, len=60) at /tmp/ruby/src/trunk-O0/string.c:3192
        capa = 3145728
        termlen = 1
        independent = 1
        slen = 6
#15 0x000055df4bebfb4d in ruby__sfvwrite (fp=0x7ffdcf400e90, uio=0x7ffdcf400820) at /tmp/ruby/src/trunk-O0/sprintf.c:1083
        cr = 1048576
        iov = 0xcf400850
        result = 140508271669280
        buf = 0x7fcaa19ef03e ""
        len = 41
        n = 140508271669280
        blen = 6
        bsiz = 60
#16 0x000055df4bebc5c4 in BSD__sprint (fp=0x7ffdcf400e90, uio=0x7ffdcf400820) at /tmp/ruby/src/trunk-O0/vsnprintf.c:318
        err = -817883944
#17 0x000055df4bebf3d4 in BSD_vfprintf (fp=0x7ffdcf400e90, fmt0=0x55df4c208114 "from %li\v\n", ap=0x7ffdcf400f30) at /tmp/ruby/src/trunk-O0/vsnprintf.c:1215
        nc = 5
        PRI_EXTRA_MARK_LEN = 1
        fmt = <optimized out>
        ch = 105
        n = -817883944
        cp = 0x7fcaa19df3e0 "<internal:numeric>:238:in 'Integer#times'"
        iovp = 0x7ffdcf400850
        flags = 16
        ret = 46
        width = 0
        prec = -1
        sign = 0 '\000'
        softsign = 0 '\000'
        _double = 0
        expt = -1141051080
        expsize = 0
        ndig = 0
        fprec = 0
        expstr = "\016\331K\337U\000"
        ulval = 140508271604680
        base = 0
        dprec = 0
        fieldsz = 41
        realsz = 41
        size = 0
        xdigs = 0x0
        uio = {uio_iov = 0x7ffdcf400840, uio_iovcnt = 1, uio_resid = 41}
        iov = {{iov_base = 0x7fcaa19df3e0, iov_len = 41}, {iov_base = 0x20, iov_len = 140508271746560}, {iov_base = 0x7ffdcf400880, iov_len = 94417538535754}, {iov_base = 0x20, iov_len = 140508271746560}, {iov_base = 0x20, iov_len = 140508271585160}, {iov_base = 0x7ffdcf4008b0, iov_len = 94417538535754}, {iov_base = 0x20, iov_len = 140508271585160}, {iov_base = 0x7ffdcf4008c8, iov_len = 8}}
        buf = "\210\247\235\241\312\177\000\000\230\220tM\337U\000\000\b\365\223\241\312\177\000\000\330\024@\317\375\177\000\000\020\t@\317\375\177\000\000'\037\331K\337U\000\000\210\247\235\241\312\177\000\000\020\214tM\337U\000\000\060\t@\317\375\177\000\000\362 \331K\337U\000\000\210\247\235\241\312\177\000\000\020\214tM\337U\000\000P\t@\317\375\177\000\000\350\"\331K\337U\000\000 \000\000\000\000\000\000\000\000\036\240\241\312\177\000\000p\t@\317\375\177\000\000JQ\330K\337U\000\000 \000\000\000\000\000\000\000\000\036\240\241\312\177\000\000 \000\000\000\000\000\000\000\210\247\235\241\312\177\000\000\240\t@\317\375\177\000\000JQ\330K\337U\000\000 \000\000\000\000\000\000\000"...
        ox = "\177\000\000>"
        ebuf = 0x7ffdcf400e07 ""
        ln = -41
        blanks = ' ' <repeats 16 times>
        zeroes = '0' <repeats 16 times>
#18 0x000055df4bebff40 in ruby_vsprintf0 (result=140508271669280, p=0x7fcaa19ef039 "from ", fmt=0x55df4c208114 "from %li\v\n", ap=0x7ffdcf400f30) at /tmp/ruby/src/trunk-O0/sprintf.c:1168
        buffer = {base = {_p = 0x7fcaa19ef03e "", _w = 15, _flags = 520, _file = -24162, _bf = {_base = 0x7fcaa19ef020 "\005", _size = 0}, vwrite = 0x55df4bebfa32 <ruby__sfvwrite>, vextra = 0x55df4bebfc17 <ruby__sfvextra>}, value = 140508271604680}
        klass = 140508289821760
        coderange = 0
        scanned = 0
        blen = 140508271660880
#19 0x000055df4bec02d7 in rb_str_vcatf (str=140508271669280, fmt=0x55df4c208114 "from %li\v\n", ap=0x7ffdcf400f30) at /tmp/ruby/src/trunk-O0/sprintf.c:1236
No locals.
#20 0x000055df4bec0399 in rb_str_catf (str=140508271669280, format=0x55df4c208114 "from %li\v\n") at /tmp/ruby/src/trunk-O0/sprintf.c:1247
        ap = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffdcf401010, reg_save_area = 0x7ffdcf400f50}}
#21 0x000055df4bd72873 in print_backtrace (eclass=140508289815520, errat=140508271671680, str=140508271672120, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:259
        bt = 140508271669280
        line = 140508271604680
        i = 1
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#22 0x000055df4bd72e63 in rb_error_write (errinfo=140508271671840, emesg=4, errat=140508271671680, str=140508271672120, opt=140508271605160, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:349
        eclass = 140508289815520
        shown_causes = 0
        backtrace_limit = -1
#23 0x000055df4bd73117 in rb_ec_error_print_detailed (ec=0x55df4d74e410, errinfo=140508271671840, str=140508271672120, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
        _ec = 0x55df4d74e410
        _tag = {tag = 36, retval = 0, buf = {0x7ffdcf401240, 0x55df4bd7302c <rb_ec_error_print_detailed+372>, 0x0, 0x7ffdcf401170, 0x0}, prev = 0x7ffdcf4012b0, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140508271671680
        written = true
        emesg = 4
        opt = 140508271605160
        highlight = 0
#24 0x000055df4bd746da in rb_ec_cleanup (ec=0x55df4d74e410, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:225
        err = 140508271671840
        mode0 = 0
        mode1 = 3
        _ec = 0x55df4d74e410
        _tag = {tag = 36, retval = 94417538465792, buf = {0x7ffdcf401330, 0x55df4bd744d2 <rb_ec_cleanup+295>, 0x0, 0x7ffdcf401250, 0x55df4d74e410}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x55df4d748830
        th0 = 0x55df4d748830
        step = 2
        message = 4
        buf = 140508271672120
#25 0x000055df4bd74b6f in ruby_run_node (n=0x7fcaa1a02080) at /tmp/ruby/src/trunk-O0/eval.c:319
        ec = 0x55df4d74e410
        status = 21983
#26 0x000055df4bd7012e in rb_main (argc=2, argv=0x7ffdcf4014d8) at /tmp/ruby/src/trunk-O0/main.c:40
        variable_in_this_stack_frame = 140728080536496
#27 0x000055df4bd7018f in main (argc=2, argv=0x7ffdcf4014d8) 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.68335.ruby -x gdbscript
[New LWP 68335]
[New LWP 68337]
[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  0x000055ccb2672147 in cc_table_mark_i (id=4625, ccs_ptr=94337667731264, data=0x7f811441cc78) at /tmp/ruby/src/trunk-O0/imemo.c:188
188	    if (METHOD_ENTRY_INVALIDATED(ccs->cme)) {
[Current thread is 1 (Thread 0x7f812eab97c0 (LWP 68335))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7f812eab97c0 (LWP 68335) 0x000055ccb2672147 in cc_table_mark_i (id=4625, ccs_ptr=94337667731264, data=0x7f811441cc78) at /tmp/ruby/src/trunk-O0/imemo.c:188
  2    Thread 0x7f81154df640 (LWP 68337) 0x00007f812ebe3fde in epoll_wait (epfd=4, events=0x55ccb2ce345c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f81154df640 (LWP 68337)):
#0  0x00007f812ebe3fde in epoll_wait (epfd=4, events=0x55ccb2ce345c <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  0x000055ccb27b75ba in event_wait (vm=0x55ccb31e62a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:865
        r = 21964
#2  0x000055ccb27b75de in timer_thread_polling (vm=0x55ccb31e62a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:887
        r = 1475772515
#3  0x000055ccb27b7c9e in timer_thread_func (ptr=0x55ccb31e62a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3051
        vm = 0x55ccb31e62a0
#4  0x00007f812eb52b43 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 = {140729009193024, 648572569867182894, 140192384939584, 25, 140192811133008, 140729009193376, -719982430689238226, -719893990983539922}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f812ebe3bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f812eab97c0 (LWP 68335)):
#0  0x000055ccb2672147 in cc_table_mark_i (id=4625, ccs_ptr=94337667731264, data=0x7f811441cc78) at /tmp/ruby/src/trunk-O0/imemo.c:188
        ccs = 0x55ccb32c8f40
#1  0x000055ccb27afbd3 in rb_id_table_foreach (tbl=0x55ccb32c93d0, func=0x55ccb267211f <cc_table_mark_i>, data=0x7f811441cc78) at /tmp/ruby/src/trunk-O0/id_table.c:278
        key = 289
        ret = ID_TABLE_CONTINUE
        i = 2
        capa = 16
#2  0x000055ccb26721f4 in rb_cc_table_mark (klass=140192367365240) at /tmp/ruby/src/trunk-O0/imemo.c:210
        cc_tbl = 0x55ccb32c93d0
#3  0x000055ccb265585f in gc_mark_children (objspace=0x55ccb31e8c10, obj=140192367365240) at /tmp/ruby/src/trunk-O0/gc.c:6891
        any = 0x7f811441cc78
#4  0x000055ccb26560be in gc_mark_stacked_objects (objspace=0x55ccb31e8c10, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7078
        mstack = 0x55ccb31e9098
        obj = 140192367365240
        marked_slots_at_the_beginning = 237
        popped_count = 0
#5  0x000055ccb265623e in gc_mark_stacked_objects_all (objspace=0x55ccb31e8c10) at /tmp/ruby/src/trunk-O0/gc.c:7116
No locals.
#6  0x000055ccb26586a2 in gc_marks_rest (objspace=0x55ccb31e8c10) at /tmp/ruby/src/trunk-O0/gc.c:8322
No locals.
#7  0x000055ccb26587d6 in gc_marks (objspace=0x55ccb31e8c10, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8380
        marking_finished = false
#8  0x000055ccb265a34a in gc_start (objspace=0x55ccb31e8c10, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9085
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 21964
#9  0x000055ccb2659fdf in garbage_collect (objspace=0x55ccb31e8c10, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:8966
        _lev = 110767632
        ret = 32766
#10 0x000055ccb264d5e7 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cache=0x55ccb31ee358, objspace=0x55ccb31e8c10, flags=12, klass=140192385050040) at /tmp/ruby/src/trunk-O0/gc.c:2882
        obj = 1
        lev = 1
#11 newobj_slowpath_wb_protected (klass=140192385050040, flags=12, objspace=0x55ccb31e8c10, cache=0x55ccb31ee358, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2906
No locals.
#12 0x000055ccb264d997 in newobj_of (cr=0x55ccb31ee160, klass=140192385050040, flags=12, v1=94337661459776, v2=1, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2946
        obj = 140729009188536
        objspace = 0x55ccb31e8c10
        size_pool_idx = 0
        cache = 0x55ccb31ee358
        i = <optimized out>
        cnt = <optimized out>
#13 0x000055ccb264dc97 in typed_data_alloc (klass=140192385050040, typed_flag=0, datap=0x0, type=0x55ccb2ccdd40 <backtrace_data_type>, size=40) at /tmp/ruby/src/trunk-O0/gc.c:3002
        wb_protected = true
#14 0x000055ccb264ddff in rb_data_typed_object_zalloc (klass=140192385050040, size=144, type=0x55ccb2ccdd40 <backtrace_data_type>) at /tmp/ruby/src/trunk-O0/gc.c:3031
        obj = 4
#15 0x000055ccb2831fc7 in backtrace_alloc_capa (num_frames=5, backtrace=0x7ffe069a3010) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:567
        memsize = 144
        btobj = 94337666835472
#16 0x000055ccb2832283 in rb_ec_partial_backtrace_object (ec=0x55ccb31ee410, start_frame=0, num_frames=5, start_too_large=0x0, skip_internal=false, do_yield=false) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:667
        cfp = 0x7f812eab7ef8
        end_cfp = 0x7f812eab7fd8
        size = 5
        bt = 0x0
        btobj = 4
        loc = 0x0
        cfunc_counter = 0
        skip_next_frame = false
#17 0x000055ccb2832654 in rb_ec_backtrace_object (ec=0x55ccb31ee410) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:737
No locals.
#18 0x000055ccb26383a5 in setup_exception (ec=0x55ccb31ee410, tag=RUBY_TAG_RAISE, mesg=140192367247080, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        at = 140192385173880
        bt = 4
        _ec = 0x55ccb31ee410
        _tag = {tag = 36, retval = 140192787987224, buf = {0x7ffe069a31e0, 0x55ccb263826e <setup_exception+313>, 0x0, 0x7ffe069a3090, 0x7f812d53fb18}, prev = 0x7ffe069a41e0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 12998725021910117888
        line = 14
        file = 0x7f811551fda8 "-"
        file0 = 0x7f811551fda8 "-"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#19 0x000055ccb263893a in rb_longjmp (ec=0x55ccb31ee410, tag=RUBY_TAG_RAISE, mesg=140192367247080, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:650
No locals.
#20 0x000055ccb26389c0 in rb_exc_exception (mesg=140192367247080, tag=RUBY_TAG_RAISE, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:665
No locals.
#21 0x000055ccb26389e6 in rb_exc_raise (mesg=140192367247080) at /tmp/ruby/src/trunk-O0/eval.c:678
No locals.
#22 0x000055ccb27bf241 in rb_threadptr_execute_interrupts (th=0x55ccb31e8830, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2508
        err = 140192367247080
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#23 0x000055ccb27f2f15 in rb_vm_check_ints (ec=0x55ccb31ee410) at /tmp/ruby/src/trunk-O0/vm_core.h:2118
No locals.
#24 0x000055ccb27fa99a in vm_pop_frame (ec=0x55ccb31ee410, cfp=0x7f812eab7ef8, ep=0x7f812e9b80a8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:446
        flags = 1431634051
#25 0x000055ccb27fa9e6 in rb_vm_pop_frame (ec=0x55ccb31ee410) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:455
No locals.
#26 0x000055ccb2804ebd in vm_call_cfunc_with_frame_ (ec=0x55ccb31ee410, reg_cfp=0x7f812eab7f30, calling=0x7ffe069a3530, argc=1, argv=0x7f812e9b8090, stack_bottom=0x7f812e9b8088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3598
        ci = 0x396100100003
        cc = 0x7f81143fff38
        val = 140192367246680
        me = 0x7f81154ea168
        cfunc = 0x55ccb32700a8
        recv = 140192385049400
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#27 0x000055ccb28050cf in vm_call_cfunc_with_frame (ec=0x55ccb31ee410, reg_cfp=0x7f812eab7f30, calling=0x7ffe069a3530) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3640
        argc = 1
        stack_bottom = 0x7f812e9b8088
        argv = 0x7f812e9b8090
#28 0x000055ccb280b50b in vm_sendish (ec=0x55ccb31ee410, reg_cfp=0x7f812eab7f30, cd=0x55ccb3385590, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5723
        val = 36
        ci = 0x396100100003
        cc = 0x7f81143fff38
        argc = 1
        recv = 140192385049400
        calling = {cd = 0x55ccb3385590, cc = 0x7f81143fff38, block_handler = 0, recv = 140192385049400, argc = 1, kw_splat = false, heap_argv = 0}
#29 0x000055ccb2812e7a in vm_exec_core (ec=0x55ccb31ee410) at ../../src/trunk-O0/insns.def:891
        bh = 0
        cd = 0x55ccb3385590
        leaf = false
        val = 140192367246920
        reg_pc = 0x55ccb3383cf0
        reg_cfp = 0x7f812eab7f30
        insns_address_table = {0x55ccb280f1a7 <vm_exec_core+108>, 0x55ccb280f209 <vm_exec_core+206>, 0x55ccb280f31c <vm_exec_core+481>, 0x55ccb280f430 <vm_exec_core+757>, 0x55ccb280f5ce <vm_exec_core+1171>, 0x55ccb280f6fe <vm_exec_core+1475>, 0x55ccb280f910 <vm_exec_core+2005>, 0x55ccb280fa22 <vm_exec_core+2279>, 0x55ccb280fafb <vm_exec_core+2496>, 0x55ccb280fc02 <vm_exec_core+2759>, 0x55ccb280fd09 <vm_exec_core+3022>, 0x55ccb280fe17 <vm_exec_core+3292>, 0x55ccb280ff29 <vm_exec_core+3566>, 0x55ccb280fff9 <vm_exec_core+3774>, 0x55ccb2810102 <vm_exec_core+4039>, 0x55ccb28101fc <vm_exec_core+4289>, 0x55ccb28102bf <vm_exec_core+4484>, 0x55ccb2810382 <vm_exec_core+4679>, 0x55ccb281040b <vm_exec_core+4816>, 0x55ccb2810497 <vm_exec_core+4956>, 0x55ccb281053d <vm_exec_core+5122>, 0x55ccb2810615 <vm_exec_core+5338>, 0x55ccb28106e7 <vm_exec_core+5548>, 0x55ccb28107b9 <vm_exec_core+5758>, 0x55ccb2810897 <vm_exec_core+5980>, 0x55ccb2810959 <vm_exec_core+6174>, 0x55ccb2810a98 <vm_exec_core+6493>, 0x55ccb2810b3e <vm_exec_core+6659>, 0x55ccb2810c23 <vm_exec_core+6888>, 0x55ccb2810d52 <vm_exec_core+7191>, 0x55ccb2810e23 <vm_exec_core+7400>, 0x55ccb2810ee6 <vm_exec_core+7595>, 0x55ccb2810fa9 <vm_exec_core+7790>, 0x55ccb28110a0 <vm_exec_core+8037>, 0x55ccb2811162 <vm_exec_core+8231>, 0x55ccb2811224 <vm_exec_core+8425>, 0x55ccb281131e <vm_exec_core+8675>, 0x55ccb28113fd <vm_exec_core+8898>, 0x55ccb28114ea <vm_exec_core+9135>, 0x55ccb28115fa <vm_exec_core+9407>, 0x55ccb28116f4 <vm_exec_core+9657>, 0x55ccb281176f <vm_exec_core+9780>, 0x55ccb2811830 <vm_exec_core+9973>, 0x55ccb281191e <vm_exec_core+10211>, 0x55ccb28119ce <vm_exec_core+10387>, 0x55ccb2811b4d <vm_exec_core+10770>, 0x55ccb2811c27 <vm_exec_core+10988>, 0x55ccb2811d13 <vm_exec_core+11224>, 0x55ccb2811da4 <vm_exec_core+11369>, 0x55ccb2811eff <vm_exec_core+11716>, 0x55ccb28124b9 <vm_exec_core+13182>, 0x55ccb28125b5 <vm_exec_core+13434>, 0x55ccb28126b8 <vm_exec_core+13693>, 0x55ccb28127a4 <vm_exec_core+13929>, 0x55ccb28129bd <vm_exec_core+14466>, 0x55ccb2812aaf <vm_exec_core+14708>, 0x55ccb2812bb5 <vm_exec_core+14970>, 0x55ccb2812dc0 <vm_exec_core+15493>, 0x55ccb2812f77 <vm_exec_core+15932>, 0x55ccb28130ab <vm_exec_core+16240>, 0x55ccb2813220 <vm_exec_core+16613>, 0x55ccb2813354 <vm_exec_core+16921>, 0x55ccb28134c9 <vm_exec_core+17294>, 0x55ccb2813726 <vm_exec_core+17899>, 0x55ccb2813931 <vm_exec_core+18422>, 0x55ccb2813ae8 <vm_exec_core+18861>, 0x55ccb2813c0a <vm_exec_core+19151>, 0x55ccb2813cb1 <vm_exec_core+19318>, 0x55ccb2813d75 <vm_exec_core+19514>, 0x55ccb2813e5e <vm_exec_core+19747>, 0x55ccb2813f4a <vm_exec_core+19983>, 0x55ccb2814033 <vm_exec_core+20216>, 0x55ccb2814147 <vm_exec_core+20492>, 0x55ccb281426e <vm_exec_core+20787>, 0x55ccb28143ad <vm_exec_core+21106>, 0x55ccb28144ec <vm_exec_core+21425>, 0x55ccb281462b <vm_exec_core+21744>, 0x55ccb281476a <vm_exec_core+22063>, 0x55ccb28148a9 <vm_exec_core+22382>, 0x55ccb28149f3 <vm_exec_core+22712>, 0x55ccb2814b76 <vm_exec_core+23099>, 0x55ccb2814cb5 <vm_exec_core+23418>, 0x55ccb2814df4 <vm_exec_core+23737>, 0x55ccb2814f33 <vm_exec_core+24056>, 0x55ccb2815072 <vm_exec_core+24375>, 0x55ccb28151b1 <vm_exec_core+24694>, 0x55ccb28152f0 <vm_exec_core+25013>, 0x55ccb281542f <vm_exec_core+25332>, 0x55ccb281556e <vm_exec_core+25651>, 0x55ccb28156c6 <vm_exec_core+25995>, 0x55ccb281588c <vm_exec_core+26449>, 0x55ccb2815a13 <vm_exec_core+26840>, 0x55ccb2815b3b <vm_exec_core+27136>, 0x55ccb2815c63 <vm_exec_core+27432>, 0x55ccb2815d86 <vm_exec_core+27723>, 0x55ccb2815ea9 <vm_exec_core+28014>, 0x55ccb2815fdd <vm_exec_core+28322>, 0x55ccb281611c <vm_exec_core+28641>, 0x55ccb2816207 <vm_exec_core+28876>, 0x55ccb281630c <vm_exec_core+29137>, 0x55ccb2816445 <vm_exec_core+29450>, 0x55ccb2816534 <vm_exec_core+29689>, 0x55ccb2816623 <vm_exec_core+29928>, 0x55ccb28166f8 <vm_exec_core+30141>, 0x55ccb28167cd <vm_exec_core+30354>, 0x55ccb2816849 <vm_exec_core+30478>, 0x55ccb28168c5 <vm_exec_core+30602>, 0x55ccb28168e3 <vm_exec_core+30632>, 0x55ccb2816901 <vm_exec_core+30662>, 0x55ccb281691f <vm_exec_core+30692>, 0x55ccb281693d <vm_exec_core+30722>, 0x55ccb281695b <vm_exec_core+30752>, 0x55ccb2816979 <vm_exec_core+30782>, 0x55ccb2816997 <vm_exec_core+30812>, 0x55ccb28169b5 <vm_exec_core+30842>, 0x55ccb28169d3 <vm_exec_core+30872>, 0x55ccb28169f1 <vm_exec_core+30902>, 0x55ccb2816a0f <vm_exec_core+30932>, 0x55ccb2816a2d <vm_exec_core+30962>, 0x55ccb2816a4b <vm_exec_core+30992>, 0x55ccb2816a69 <vm_exec_core+31022>, 0x55ccb2816a87 <vm_exec_core+31052>, 0x55ccb2816aa5 <vm_exec_core+31082>, 0x55ccb2816ac3 <vm_exec_core+31112>, 0x55ccb2816ae1 <vm_exec_core+31142>, 0x55ccb2816aff <vm_exec_core+31172>, 0x55ccb2816b1d <vm_exec_core+31202>, 0x55ccb2816b3b <vm_exec_core+31232>, 0x55ccb2816b59 <vm_exec_core+31262>, 0x55ccb2816b77 <vm_exec_core+31292>, 0x55ccb2816b95 <vm_exec_core+31322>, 0x55ccb2816bb3 <vm_exec_core+31352>, 0x55ccb2816bd1 <vm_exec_core+31382>, 0x55ccb2816bef <vm_exec_core+31412>, 0x55ccb2816c0d <vm_exec_core+31442>, 0x55ccb2816c2b <vm_exec_core+31472>, 0x55ccb2816c49 <vm_exec_core+31502>, 0x55ccb2816c67 <vm_exec_core+31532>, 0x55ccb2816c85 <vm_exec_core+31562>, 0x55ccb2816ca3 <vm_exec_core+31592>, 0x55ccb2816cc1 <vm_exec_core+31622>, 0x55ccb2816cdf <vm_exec_core+31652>, 0x55ccb2816cfd <vm_exec_core+31682>, 0x55ccb2816d1b <vm_exec_core+31712>, 0x55ccb2816d39 <vm_exec_core+31742>, 0x55ccb2816d57 <vm_exec_core+31772>, 0x55ccb2816d75 <vm_exec_core+31802>, 0x55ccb2816d93 <vm_exec_core+31832>, 0x55ccb2816db1 <vm_exec_core+31862>, 0x55ccb2816dcf <vm_exec_core+31892>, 0x55ccb2816ded <vm_exec_core+31922>, 0x55ccb2816e0b <vm_exec_core+31952>, 0x55ccb2816e29 <vm_exec_core+31982>, 0x55ccb2816e47 <vm_exec_core+32012>, 0x55ccb2816e65 <vm_exec_core+32042>, 0x55ccb2816e83 <vm_exec_core+32072>, 0x55ccb2816ea1 <vm_exec_core+32102>, 0x55ccb2816ebf <vm_exec_core+32132>, 0x55ccb2816edd <vm_exec_core+32162>, 0x55ccb2816efb <vm_exec_core+32192>, 0x55ccb2816f19 <vm_exec_core+32222>, 0x55ccb2816f37 <vm_exec_core+32252>, 0x55ccb2816f55 <vm_exec_core+32282>, 0x55ccb2816f73 <vm_exec_core+32312>, 0x55ccb2816f91 <vm_exec_core+32342>, 0x55ccb2816faf <vm_exec_core+32372>, 0x55ccb2816fcd <vm_exec_core+32402>, 0x55ccb2816feb <vm_exec_core+32432>, 0x55ccb2817009 <vm_exec_core+32462>, 0x55ccb2817027 <vm_exec_core+32492>, 0x55ccb2817045 <vm_exec_core+32522>, 0x55ccb2817063 <vm_exec_core+32552>, 0x55ccb2817081 <vm_exec_core+32582>, 0x55ccb281709f <vm_exec_core+32612>, 0x55ccb28170bd <vm_exec_core+32642>, 0x55ccb28170db <vm_exec_core+32672>, 0x55ccb28170f9 <vm_exec_core+32702>, 0x55ccb2817117 <vm_exec_core+32732>, 0x55ccb2817135 <vm_exec_core+32762>, 0x55ccb2817153 <vm_exec_core+32792>, 0x55ccb2817171 <vm_exec_core+32822>, 0x55ccb281718f <vm_exec_core+32852>, 0x55ccb28171ad <vm_exec_core+32882>, 0x55ccb28171cb <vm_exec_core+32912>, 0x55ccb28171e9 <vm_exec_core+32942>, 0x55ccb2817207 <vm_exec_core+32972>, 0x55ccb2817238 <vm_exec_core+33021>, 0x55ccb2817256 <vm_exec_core+33051>, 0x55ccb2817274 <vm_exec_core+33081>, 0x55ccb2817292 <vm_exec_core+33111>, 0x55ccb28172b0 <vm_exec_core+33141>, 0x55ccb28172ce <vm_exec_core+33171>, 0x55ccb28172ec <vm_exec_core+33201>, 0x55ccb281730a <vm_exec_core+33231>, 0x55ccb2817328 <vm_exec_core+33261>, 0x55ccb2817346 <vm_exec_core+33291>, 0x55ccb2817364 <vm_exec_core+33321>, 0x55ccb2817382 <vm_exec_core+33351>, 0x55ccb28173a0 <vm_exec_core+33381>, 0x55ccb28173be <vm_exec_core+33411>...}
#30 0x000055ccb282a84b in rb_vm_exec (ec=0x55ccb31ee410) at /tmp/ruby/src/trunk-O0/vm.c:2560
        _ec = 0x55ccb31ee410
        _tag = {tag = 36, retval = 4, buf = {0x7ffe069a4260, 0x55ccb282a7c9 <rb_vm_exec+190>, 0x0, 0x7ffe069a41b0, 0x55ccb326ee00}, prev = 0x7ffe069a42d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#31 0x000055ccb282b6aa in rb_iseq_eval_main (iseq=0x7f8114435318) at /tmp/ruby/src/trunk-O0/vm.c:2826
        ec = 0x55ccb31ee410
        val = 140729009193696
#32 0x000055ccb26379ee in rb_ec_exec_node (ec=0x55ccb31ee410, n=0x7f8114435318) at /tmp/ruby/src/trunk-O0/eval.c:281
        _ec = 0x55ccb31ee410
        _tag = {tag = 36, retval = 94337654550528, buf = {0x7ffe069a4350, 0x55ccb263799a <rb_ec_exec_node+212>, 0x0, 0x7ffe069a42a0, 0x55ccb31ee410}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f8114435318
#33 0x000055ccb2637b5f in ruby_run_node (n=0x7f8114435318) at /tmp/ruby/src/trunk-O0/eval.c:319
        ec = 0x55ccb31ee410
        status = 21964
#34 0x000055ccb263312e in rb_main (argc=120, argv=0x7ffe069a44f8) at /tmp/ruby/src/trunk-O0/main.c:40
        variable_in_this_stack_frame = 140729009193936
#35 0x000055ccb263318f in main (argc=120, argv=0x7ffe069a44f8) at /tmp/ruby/src/trunk-O0/main.c:59
No locals.

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