# Logfile created on 2024-01-15 22:28:51 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000557426bbe230 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20240115-222851", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000557426c46900 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000557426c467c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000557426c46630 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240115-222851", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240115-222851>, @binmode=false, @mon_data=#<Monitor:0x0000557426c46568>, @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:  92% (11318/12180)
Updating files:  93% (11328/12180)
Updating files:  94% (11450/12180)
Updating files:  95% (11571/12180)
Updating files:  96% (11693/12180)
Updating files:  97% (11815/12180)
Updating files:  98% (11937/12180)
Updating files:  99% (12059/12180)
Updating files: 100% (12180/12180)
Updating files: 100% (12180/12180), 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
checking whether CXXFLAGS is valid... no
configure: WARNING: something wrong with CXXFLAGS=""
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for stdio.h... (cached) yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for sys/event.h... no
checking for x86intrin.h... yes
checking for x86intrin.h when defined(__x86_64__)... yes
checking for gmp.h... yes
checking for library containing __gmpz_init... -lgmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... typeof
checking for C/C++ restrict keyword... __restrict__
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 16
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking word size... 8
checking packed struct attribute... x __attribute__((packed))
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for off_t... (cached) yes
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__depreacted__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for pid_t... (cached) yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... no
checking for atan2l... yes
checking for atan2f... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for daemon... (cached) no
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchdir... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for grantpt... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for malloc_trim... yes
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for snprintf... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for system... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for tzset... yes
checking for umask... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking for statx... yes
checking if getcwd allocates buffer if NULL is given... yes
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_add_overflow... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking for __builtin_mul_overflow with long long arguments... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage sepcifier... _Thread_local
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... yes
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -fPIE is accepted as CFLAGS... yes
checking whether -pie is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ()
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for sigsetjmp as a macro or function... no
checking for setjmp type... __builtin_setjmp
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.4.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.4.0

   * Installation prefix: /tmp/ruby/install/trunk-O0
   * exec prefix:         ${prefix}
   * arch:                x86_64-linux
   * site arch:           ${arch}
   * RUBY_BASE_NAME:      ruby
   * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
   * site libraries path: ${rubylibprefix}/${sitearch}
   * vendor path:         ${rubylibprefix}/vendor_ruby
   * target OS:           linux
   * compiler:            gcc
   * with thread:         pthread
   * with coroutine:      amd64
   * enable shared libs:  no
   * dynamic library ext: so
   * CFLAGS:              ${optflags} ${debugflags} ${warnflags}
   * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic
   * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
   * optflags:            -O0 -fno-fast-math
   * debugflags:          -ggdb3
   * warnflags:           -Wall -Wextra -Wdeprecated-declarations \
                          -Wdiv-by-zero -Wduplicated-cond \
                          -Wimplicit-function-declaration -Wimplicit-int \
                          -Wpointer-arith -Wwrite-strings \
                          -Wold-style-definition -Wimplicit-fallthrough=0 \
                          -Wmissing-noreturn -Wno-cast-function-type \
                          -Wno-constant-logical-operand -Wno-long-long \
                          -Wno-missing-field-initializers \
                          -Wno-overlength-strings \
                          -Wno-packed-bitfield-compat \
                          -Wno-parentheses-equality -Wno-self-assign \
                          -Wno-tautological-compare -Wno-unused-parameter \
                          -Wno-unused-value -Wsuggest-attribute=format \
                          -Wsuggest-attribute=noreturn -Wunused-variable \
                          -Wmisleading-indentation -Wundef
   * strip command:       strip -S -x
   * install doc:         no
   * YJIT support:        yes
   * RJIT support:        yes
   * man page type:       man
   * BASERUBY -v:         ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) \
                          [x86_64-linux-gnu]

---
$$$[end] "/tmp/ruby/src/trunk-O0/configure --prefix=/tmp/ruby/install/trunk-O0 --disable-install-doc optflags=-O0" exit with 0.
$$$[beg] make update-unicode  -j4
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... done
downloading 15.0.0/ucd/CompositionExclusions.txt ... done
downloading 15.0.0/ucd/NormalizationTest.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
downloading 15.0.0/ucd/NormalizationTest.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
downloading 15.0.0/ucd/NormalizationTest.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
downloading 15.0.0/ucd/NormalizationTest.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyAliases.txt already exists
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
Downloading Unicode 15.0.0 data and property files...
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/UnicodeData.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Blocks.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropList.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Scripts.txt already exists
Downloading Unicode 15.0.0 auxiliary files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... done
Downloading Unicode 15.0.0 auxiliary files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Blocks.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropList.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Scripts.txt already exists
Downloading Unicode UCD emoji 15.0 files...
done
Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
Downloading Unicode emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... downloading emoji/15.0/emoji-sequences.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Blocks.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropList.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Scripts.txt already exists
Downloading Unicode emoji 15.0 files...
downloading emoji/15.0/emoji-sequences.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
Downloading Unicode emoji 15.0 files...
/tmp/ruby/src/trunk-O0/enc/unicode/data/emoji/15.0/emoji-sequences.txt already exists
downloading emoji/15.0/emoji-test.txt ... done
done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
done
done
/tmp/ruby/src/trunk-O0/enc/unicode/data/emoji/15.0/emoji-zwj-sequences.txt already exists
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.21.1...
Downloading bundled gem power_assert-2.0.3...
Downloading bundled gem rake-13.1.0...
Downloading bundled gem test-unit-3.6.1...
Downloading bundled gem rexml-3.2.6...
Downloading bundled gem rss-0.3.0...
Downloading bundled gem net-ftp-0.3.4...
Downloading bundled gem net-imap-0.4.9.1...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.4.0.1...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem rbs-3.4.1...
Downloading bundled gem typeprof-0.21.9...
Downloading bundled gem debug-1.9.1...
Downloading bundled gem racc-1.7.3...
Downloading bundled gem mutex_m-0.2.0...
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = 6a175902f4
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
id.h updated
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
known_errors.inc updated
generating vm_call_iseq_optimized.inc
vm_call_iseq_optimized.inc updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-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
making /tmp/ruby/src/trunk-O0/ast.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-O0/dir.rbinc
id.c updated
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
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'
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
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/etc'
generating constant definitions
generating eventids1.c from ../../parse.y
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/etc'
generating miniprelude.c
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
compiling compiler ripper.y
miniprelude.c updated
generating golf_prelude.c
/tmp/ruby/src/trunk-O0/lib/unicode_normalize/tables.rb unchanged
golf_prelude.c updated
generating ripper_init.c from ./ripper_init.c.tmpl
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/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 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 enc/trans/gbk.c ...
generating table from enc/trans/korean.c
generating enc/trans/japanese_sjis.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/single_byte.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating enc/trans/korean.c ...
generating enc/trans/japanese_euc.c ...
generating enc/trans/utf8_mac.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/.bundle/gems
Extracting bundle gem minitest-5.21.1...
Extracting bundle gem power_assert-2.0.3...
Extracting bundle gem rake-13.1.0...
Extracting bundle gem test-unit-3.6.1...
Unpacked gems/power_assert-2.0.3.gem
Extracting bundle gem rexml-3.2.6...
Unpacked gems/minitest-5.21.1.gem
Extracting bundle gem rss-0.3.0...
Unpacked gems/rake-13.1.0.gem
Extracting bundle gem net-ftp-0.3.4...
Unpacked gems/test-unit-3.6.1.gem
Extracting bundle gem net-imap-0.4.9.1...
Unpacked gems/rexml-3.2.6.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem net-smtp-0.4.0.1...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/net-ftp-0.3.4.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/net-imap-0.4.9.1.gem
Extracting bundle gem rbs-3.4.1...
Unpacked gems/net-smtp-0.4.0.1.gem
Extracting bundle gem typeprof-0.21.9...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem debug-1.9.1...
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem racc-1.7.3...
Unpacked gems/typeprof-0.21.9.gem
Extracting bundle gem mutex_m-0.2.0...
Unpacked gems/racc-1.7.3.gem
Unpacked gems/debug-1.9.1.gem
Unpacked gems/rbs-3.4.1.gem
Unpacked gems/mutex_m-0.2.0.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
compiling /tmp/ruby/src/trunk-O0/dmyext.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/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/dmyenc.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 /tmp/ruby/src/trunk-O0/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 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_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_state_stack.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_string_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
assembling /tmp/ruby/src/trunk-O0/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-O0/enc/ascii.c
compiling /tmp/ruby/src/trunk-O0/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-O0/enc/unicode.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_8.c
compiling enc/trans/newline.c
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-O0/dln.c
compiling /tmp/ruby/src/trunk-O0/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-O0/loadpath.c
builtin_binary.inc updated
2d8ac6ccf8b14a77287820d97d15d7fbc3bbd5ad6bad5d6e51091891ab9e6785  builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h updated
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
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
transdb.h updated
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk-O0/enc/cp949.c
compiling /tmp/ruby/src/trunk-O0/enc/emacs_mule.c
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/transdb.c
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_kr.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/big5.c
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/bignum
compiling /tmp/ruby/src/trunk-O0/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-O0/enc/gb2312.c
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
compiling /tmp/ruby/src/trunk-O0/enc/gb18030.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/cesu_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/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_4.c
generating /tmp/ruby/src/trunk-O0/enc/trans/chinese.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_5.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_6.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
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_8.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_docomo.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_10.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
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_11.c
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/random
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c ...
configuring -test-/rational
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
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/iso_8859_13.c
configuring -test-/struct
configuring -test-/symbol
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_14.c
configuring -test-/thread/instrumentation
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_15.c
configuring bigdecimal
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c ...
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_16.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.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_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/escape.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/big5.c ...
compiling /tmp/ruby/src/trunk-O0/enc/utf_16be.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_31j.c
generating /tmp/ruby/src/trunk-O0/enc/trans/gbk.c ...
compiling /tmp/ruby/src/trunk-O0/enc/windows_1250.c
configuring cgi/escape
configuring continuation
compiling /tmp/ruby/src/trunk-O0/enc/windows_1251.c
configuring coverage
compiling /tmp/ruby/src/trunk-O0/enc/windows_1252.c
configuring date
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
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
generating /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c ...
linking encoding euc_kr.so
generating table from /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
linking encoding euc_tw.so
linking encoding gb2312.so
generating /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese.c
linking encoding gb18030.so
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
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
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/korean.c
configuring digest/sha1
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
configuring digest/sha2
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 erb/escape
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
configuring etc
generating /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c
configuring fcntl
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
configuring io/console
configuring fiddle
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 json
configuring json/generator
configuring json/parser
configuring monitor
configuring nkf
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 syslog
configuring zlib
configuring debug-1.9.1/ext/debug
configuring racc-1.7.3/ext/racc/cparse
configuring rbs-3.4.1/ext/rbs_extension
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-/abi'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/abi/abi.c
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-/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/extract.so
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/array/resize/resize.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/big2str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-14834'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-14834/bug-14384.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-3571/bug.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/bigzero.c
linking shared-object -test-/bug_3571.so
linking shared-object -test-/bug_14834.so
linking shared-object -test-/array/resize.so
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-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-3571'
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/init.c
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/dln/empty/empty.c
linking shared-object -test-/class.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/class'
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-/debug/inspector.c
linking shared-object -test-/dln/empty.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/econv/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/intpack.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-/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
linking shared-object -test-/econv.so
linking shared-object -test-/debug.so
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/eval/eval.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/dataerror.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/eval.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/enc_raise.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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/str2big.c
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
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/ensured.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/init.c
linking shared-object -test-/bignum.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/funcall/funcall.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/nextafter.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/newline_conv.c
linking shared-object -test-/funcall.so
linking shared-object -test-/exception.so
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/stat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/delete.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/core_ext.c
linking shared-object -test-/gvl/call_without_gvl.so
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iseq_load/iseq_load.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/break.c
linking shared-object -test-/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/dot.dot'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/dot.dot/dot.dot.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/protect'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/yield.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_target'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/resolve_symbol_target/resolve_symbol_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-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/stringify_symbols/stringify_symbols.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/my_integer.c
linking shared-object -test-/iter.so
linking shared-object -test-/load/resolve_symbol_target.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_target'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/stringify_target/stringify_target.c
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/compat'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/load/stringify_target.so
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/memory_view/memory_view.c
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
linking shared-object -test-/marshal/internal_ivar.so
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-/memory_view.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/init.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/num2int/num2int.c
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
linking shared-object -test-/method.so
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'
linking shared-object -test-/path_to_class.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
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
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/init.c
linking shared-object -test-/postponed_job.so
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.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-/random'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/bad_version.c
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/receiver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/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
linking shared-object -test-/rb_call_super_kw.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/super.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-/recursion.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/loop.c
linking shared-object -test-/proc.so
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/scan_args/scan_args.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/foreach'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/foreach/foreach.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/random.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
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-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/capacity.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/data.c
linking shared-object -test-/st/update.so
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/type.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_fd'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread_fd/thread_fd.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/init.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/ellipsize.c
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'
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-/struct/len.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/member.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/new.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/init.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
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-/time.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-O0/ext/bigdecimal/bigdecimal.c
linking shared-object -test-/wait.so
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/qsort.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/continuation'
compiling /tmp/ruby/src/trunk-O0/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_interned_str.c
linking shared-object continuation.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_str_dup.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/continuation'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/set_len.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
compiling /tmp/ruby/src/trunk-O0/ext/date/date_core.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
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/bigdecimal/missing.c
installing default coverage libraries
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/erb/escape'
compiling /tmp/ruby/src/trunk-O0/ext/erb/escape/escape.c
linking shared-object digest.so
linking shared-object erb/escape.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/etc'
compiling /tmp/ruby/src/trunk-O0/ext/etc/etc.c
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/erb/escape'
installing default bigdecimal libraries
compiling /tmp/ruby/src/trunk-O0/ext/date/date_parse.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
compiling /tmp/ruby/src/trunk-O0/ext/fcntl/fcntl.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'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
compiling /tmp/ruby/src/trunk-O0/ext/io/console/console.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strftime.c
installing default console libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-O0/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/conversions.c
linking shared-object io/console.so
linking shared-object io/nonblock.so
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strptime.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
compiling /tmp/ruby/src/trunk-O0/ext/io/wait/wait.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
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'
compiling /tmp/ruby/src/trunk-O0/ext/monitor/monitor.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/fiddle.c
linking shared-object io/wait.so
installing default monitor libraries
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
compiling /tmp/ruby/src/trunk-O0/ext/nkf/nkf.c
installing default date_core libraries
linking shared-object date_core.so
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/function.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
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/date'
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/handle.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/memory_view.c
installing default nkf libraries
linking shared-object nkf.so
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
compiling /tmp/ruby/src/trunk-O0/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pointer.c
installing default pathname libraries
linking shared-object pathname.so
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych.c
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
compiling /tmp/ruby/src/trunk-O0/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bio.c
linking shared-object fiddle.so
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_emitter.c
installing default pty libraries
linking shared-object pty.so
installing default fiddle libraries
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bn.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'
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_to_ruby.c
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_cipher.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/stringio'
compiling /tmp/ruby/src/trunk-O0/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
compiling /tmp/ruby/src/trunk-O0/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
linking shared-object strscan.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_digest.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/syslog/syslog.c
linking shared-object syslog.so
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
installing default syslog libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
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_engine.c
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
linking shared-object ripper.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/.bundle/gems/debug-1.9.1/ext/debug'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_hmac.c
linking shared-object zlib.so
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse/cparse.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_kdf.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/racc-1.7.3/lib ../../../../../../.bundle/gems/racc-1.7.3/lib
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/constants.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/debug-1.9.1/lib ../../../../../.bundle/gems/debug-1.9.1/lib
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-O0/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/lexer.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/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/lexstate.c
linking shared-object digest/md5.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ocsp.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/.bundle/gems/rbs-3.4.1/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
linking shared-object digest/rmd160.so
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/parser.c
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_pkcs12.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/parserstate.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/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/unescape.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/rbs-3.4.1/lib ../../../../../.bundle/gems/rbs-3.4.1/lib
linking shared-object rbs_extension.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/json/parser/parser.c
installing default socket libraries
linking shared-object socket.so
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dh.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dsa.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl.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/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509store.c
installing default openssl libraries
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	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
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/transdb.c
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/compat.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
linking shared-object -test-/marshal/internal_ivar.so
linking transcoder transdb.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering 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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
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/json/generator'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    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
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.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
                                    bigdecimal 3.1.5
                                    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.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.1
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1874 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.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
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 '/tmp/ruby/src/trunk-O0/enc/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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
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/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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'
Run options: 
  --seed=7970
  "--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
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1728.342179s, 15.6682 tests/s, 5544.4727 assertions/s.
27080 tests, 9582746 assertions, 0 failures, 0 errors, 223 skips

ruby -v: ruby 3.4.0dev (2024-01-15T22:12:53Z master 6a175902f4) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
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/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-15T22:12:53Z master 6a175902f4) [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 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 357.850974 seconds

3728 files, 32492 examples, 146497 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.61850.ruby -x gdbscript
[New LWP 61850]
[New LWP 61852]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055feaf693044 in gc_mark_ptr (objspace=0x55feb00ad470, obj=140592449076880) at /tmp/ruby/src/trunk-O0/gc.c:7056
7056	    if (LIKELY(during_gc)) {
[Current thread is 1 (Thread 0x7fde556707c0 (LWP 61850))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7fde556707c0 (LWP 61850) 0x000055feaf693044 in gc_mark_ptr (objspace=0x55feb00ad470, obj=140592449076880) at /tmp/ruby/src/trunk-O0/gc.c:7056
  2    Thread 0x7fde3c08f640 (LWP 61852) 0x00007fde55798fde in epoll_wait (epfd=4, events=0x55feafcbf83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fde3c08f640 (LWP 61852)):
#0  0x00007fde55798fde in epoll_wait (epfd=4, events=0x55feafcbf83c <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  0x000055feaf822605 in event_wait (vm=0x55feb00aab10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22014
#2  0x000055feaf822629 in timer_thread_polling (vm=0x55feb00aab10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -350272038
#3  0x000055feaf822ce9 in timer_thread_func (ptr=0x55feb00aab10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55feb00aab10
#4  0x00007fde55707b43 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 = {140737315934000, -2465348952112484017, 140592466687552, 25, 140592892901456, 140737315934352, 2482937092904333647, 2483164343268946255}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fde55798bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fde556707c0 (LWP 61850)):
#0  0x000055feaf693044 in gc_mark_ptr (objspace=0x55feb00ad470, obj=140592449076880) at /tmp/ruby/src/trunk-O0/gc.c:7056
        __func__ = "gc_mark_ptr"
#1  0x000055feaf6932e9 in gc_mark (objspace=0x55feb00ad470, obj=140592449076880) at /tmp/ruby/src/trunk-O0/gc.c:7110
No locals.
#2  0x000055feaf69261c in mark_method_entry (objspace=0x55feb00ad470, me=0x7fde3afe66c0) at /tmp/ruby/src/trunk-O0/gc.c:6736
        def = 0x55feb0258ac0
#3  0x000055feaf693868 in gc_mark_imemo (objspace=0x55feb00ad470, obj=140592449218240) at /tmp/ruby/src/trunk-O0/gc.c:7260
        __func__ = <optimized out>
#4  0x000055feaf693a76 in gc_mark_children (objspace=0x55feb00ad470, obj=140592449218240) at /tmp/ruby/src/trunk-O0/gc.c:7356
        any = 0x7fde3afe66c0
#5  0x000055feaf6943f6 in gc_mark_stacked_objects (objspace=0x55feb00ad470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x55feb00ad8f8
        obj = 140592449218240
        marked_slots_at_the_beginning = 758
        popped_count = 0
#6  0x000055feaf694576 in gc_mark_stacked_objects_all (objspace=0x55feb00ad470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#7  0x000055feaf6968ea in gc_marks_rest (objspace=0x55feb00ad470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#8  0x000055feaf696a1e in gc_marks (objspace=0x55feb00ad470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#9  0x000055feaf6987c1 in gc_start (objspace=0x55feb00ad470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#10 0x000055feaf698456 in garbage_collect (objspace=0x55feb00ad470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 4122538064
        ret = 32767
#11 0x000055feaf698f1d in garbage_collect_with_gvl (objspace=0x55feb00ad470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#12 0x000055feaf6a00fc in objspace_malloc_gc_stress (objspace=0x55feb00ad470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#13 0x000055feaf6a03df in objspace_xmalloc0 (objspace=0x55feb00ad470, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12625
        gpr = 107008
        mem = 0x20b000020b1
#14 0x000055feaf6a06fc in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12849
No locals.
#15 0x000055feaf6a0732 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12858
No locals.
#16 0x000055feaf6a419f in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14463
No locals.
#17 0x000055feaf867c01 in vm_ccs_create (klass=140592467010600, cc_tbl=0x55feb05dec80, mid=8369, cme=0x7fde55558738) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1955
        ccs = 0xffffffff0000020b
#18 0x000055feaf883a0a in cache_callable_method_entry (klass=140592467010600, mid=8369, cme=0x7fde55558738) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x55feb05dec80
        ccs_data = 94552354993809
#19 0x000055feaf883bcc in callable_method_entry_or_negative (klass=140592467010600, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140592467011560
        me = 0x7fde55558738
        _lev = 22014
        cme = 0x7fde55558738
#20 0x000055feaf883c5e in callable_method_entry (klass=140592467010600, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7fde3afd6bf8
#21 0x000055feaf883cc1 in rb_callable_method_entry (klass=140592467010600, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#22 0x000055feaf8860dc in rb_method_basic_definition_p (klass=140592467010600, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7fde3af4ca48
#23 0x000055feafa848d0 in rb_get_backtrace (exc=140592448588360) at /tmp/ruby/src/trunk-O0/error.c:1762
        mid = 8369
        info = 0
#24 0x000055feaf675524 in setup_exception (ec=0x55feb00ae4e0, tag=6, mesg=140592448588360, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        bt = 1425
        _ec = 0x55feb00ae4e0
        _tag = {tag = 36, retval = 140592869736032, buf = {0x7ffff5b8f450, 0x55feaf6754ad <setup_exception+313>, 0x0, 0x7ffff5b8f300, 0x7fde540efe60}, prev = 0x7ffff5b910d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 12652305642728802304
        line = 13
        file = 0x7fde5555fd70 "-"
        file0 = 0x7fde5555fd70 "-"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#25 0x000055feaf675b79 in rb_longjmp (ec=0x55feb00ae4e0, tag=6, mesg=140592448588360, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#26 0x000055feaf675bff in rb_exc_exception (mesg=140592448588360, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#27 0x000055feaf675c25 in rb_exc_raise (mesg=140592448588360) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#28 0x000055feaf82a0f1 in rb_threadptr_execute_interrupts (th=0x55feb00ad090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2490
        err = 140592448588360
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#29 0x000055feaf85d112 in rb_vm_check_ints (ec=0x55feb00ae4e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2084
No locals.
#30 0x000055feaf864c90 in vm_pop_frame (ec=0x55feb00ae4e0, cfp=0x7fde5566ee88, ep=0x7fde5556f108) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#31 0x000055feaf864cdc in rb_vm_pop_frame (ec=0x55feb00ae4e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#32 0x000055feaf88734f in vm_call0_cfunc_with_frame (ec=0x55feb00ae4e0, calling=0x7ffff5b8f880, argv=0x7ffff5b8f970) at /tmp/ruby/src/trunk-O0/vm_eval.c:176
        reg_cfp = 0x7fde5566eec0
        ci = 0x7ffff5b8f850
        val = 140592448588480
        me = 0x7fde5555b208
        cfunc = 0x55feb00de268
        len = 1
        recv = 140592448588480
        argc = 1
        mid = 3153
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#33 0x000055feaf887418 in vm_call0_cfunc (ec=0x55feb00ae4e0, calling=0x7ffff5b8f880, argv=0x7ffff5b8f970) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#34 0x000055feaf887696 in vm_call0_body (ec=0x55feb00ae4e0, calling=0x7ffff5b8f880, argv=0x7ffff5b8f970) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffff5b8f850
        cc = 0x7fde3af4ca70
        ret = 36
#35 0x000055feaf886ee6 in vm_call0_cc (ec=0x55feb00ae4e0, recv=140592448588480, id=3153, argc=1, argv=0x7ffff5b8f970, cc=0x7fde3af4ca70, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffff5b8f970
        av = {140592448588480, 7237952021}
        calling = {cd = 0x7ffff5b8f840, cc = 0x7fde3af4ca70, block_handler = 0, recv = 140592448588480, argc = 1, kw_splat = false, heap_argv = 0}
#36 0x000055feaf889e3b in rb_funcallv_scope (recv=140592448588480, mid=3153, argc=1, argv=0x7ffff5b8f970, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1069
        ec = 0x55feb00ae4e0
        cc = 0x7fde3af4ca70
        self = 140592448588480
#37 0x000055feaf889eab in rb_funcallv (recv=140592448588480, mid=3153, argc=1, argv=0x7ffff5b8f970) at /tmp/ruby/src/trunk-O0/vm_eval.c:1084
No locals.
#38 0x000055feaf88a2aa in rb_funcall (recv=140592448588480, mid=3153, n=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:1141
        argv = 0x7ffff5b8f970
        ar = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffff5b8fa90, reg_save_area = 0x7ffff5b8f9d0}}
#39 0x000055feaf727570 in rb_obj_init_dup_clone (obj=140592448588480, orig=140592448731360) at /tmp/ruby/src/trunk-O0/object.c:647
No locals.
#40 0x000055feaf86de2e in ractor_safe_call_cfunc_1 (recv=140592448588480, argc=1, argv=0x7ffff5b8fe80, func=0x55feaf72753a <rb_obj_init_dup_clone>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3315
        f = 0x55feaf72753a <rb_obj_init_dup_clone>
#41 0x000055feaf8872ef in vm_call0_cfunc_with_frame (ec=0x55feb00ae4e0, calling=0x7ffff5b8fd90, argv=0x7ffff5b8fe80) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7fde5566eef8
        ci = 0x7ffff5b8fd60
        val = 140737315928992
        me = 0x7fde3afdb888
        cfunc = 0x55feb00d6b28
        len = 1
        recv = 140592448588480
        argc = 1
        mid = 3185
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#42 0x000055feaf887418 in vm_call0_cfunc (ec=0x55feb00ae4e0, calling=0x7ffff5b8fd90, argv=0x7ffff5b8fe80) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#43 0x000055feaf887696 in vm_call0_body (ec=0x55feb00ae4e0, calling=0x7ffff5b8fd90, argv=0x7ffff5b8fe80) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffff5b8fd60
        cc = 0x7fde3af4ca98
        ret = 36
#44 0x000055feaf886ee6 in vm_call0_cc (ec=0x55feb00ae4e0, recv=140592448588480, id=3185, argc=1, argv=0x7ffff5b8fe80, cc=0x7fde3af4ca98, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffff5b8fe80
        av = {140592448588560, 4294967296}
        calling = {cd = 0x7ffff5b8fd50, cc = 0x7fde3af4ca98, block_handler = 0, recv = 140592448588480, argc = 1, kw_splat = false, heap_argv = 0}
#45 0x000055feaf889e3b in rb_funcallv_scope (recv=140592448588480, mid=3185, argc=1, argv=0x7ffff5b8fe80, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1069
        ec = 0x55feb00ae4e0
        cc = 0x7fde3af4ca98
        self = 140592448588560
#46 0x000055feaf889eab in rb_funcallv (recv=140592448588480, mid=3185, argc=1, argv=0x7ffff5b8fe80) at /tmp/ruby/src/trunk-O0/vm_eval.c:1084
No locals.
#47 0x000055feaf88a2aa in rb_funcall (recv=140592448588480, mid=3185, n=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:1141
        argv = 0x7ffff5b8fe80
        ar = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffff5b8ffa0, reg_save_area = 0x7ffff5b8fee0}}
#48 0x000055feaf727467 in rb_obj_dup (obj=140592448731360) at /tmp/ruby/src/trunk-O0/object.c:588
        dup = 140592448588480
#49 0x000055feaf6b5558 in rb_io_path (io=140592448588560) at /tmp/ruby/src/trunk-O0/io.c:2951
        fptr = 0x55feb02ab600
#50 0x000055feaf86ddf2 in ractor_safe_call_cfunc_0 (recv=140592448588560, argc=0, argv=0x7fde5556f0c8, func=0x55feaf6b551e <rb_io_path>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3308
        f = 0x55feaf6b551e <rb_io_path>
#51 0x000055feaf86e9f7 in vm_call_cfunc_with_frame_ (ec=0x55feb00ae4e0, reg_cfp=0x7fde5566ef30, calling=0x7ffff5b90440, argc=0, argv=0x7fde5556f0c8, stack_bottom=0x7fde5556f0c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
        ci = 0xe3100100001
        cc = 0x7fde3af4cc00
        val = 140737315930336
        me = 0x7fde3c0b94e8
        cfunc = 0x55feb01102f8
        recv = 140592448588560
        block_handler = 0
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#52 0x000055feaf86ebcc in vm_call_cfunc_with_frame (ec=0x55feb00ae4e0, reg_cfp=0x7fde5566ef30, calling=0x7ffff5b90440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
        argc = 0
        stack_bottom = 0x7fde5556f0c0
        argv = 0x7fde5556f0c8
#53 0x000055feaf86ece4 in vm_call_cfunc_other (ec=0x55feb00ae4e0, reg_cfp=0x7fde5566ef30, calling=0x7ffff5b90440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3546
        ci = 0xe3100100001
        argv_ary = 0
#54 0x000055feaf86f113 in vm_call_cfunc (ec=0x55feb00ae4e0, reg_cfp=0x7fde5566ef30, calling=0x7ffff5b90440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3628
        ci = 0xe3100100001
#55 0x000055feaf871c42 in vm_call_method_each_type (ec=0x55feb00ae4e0, cfp=0x7fde5566ef30, calling=0x7ffff5b90440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4419
        aset_mask = 1994
        ivar_mask = 0
        ci = 0xe3100100001
        cc = 0x7fde3af4cc00
        cme = 0x7fde3c0b94e8
        v = 94552368971176
#56 0x000055feaf8726ee in vm_call_method (ec=0x55feb00ae4e0, cfp=0x7fde5566ef30, calling=0x7ffff5b90440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4545
        ci = 0xe3100100001
        cc = 0x7fde3af4cc00
#57 0x000055feaf8728f0 in vm_call_general (ec=0x55feb00ae4e0, reg_cfp=0x7fde5566ef30, calling=0x7ffff5b90440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4589
No locals.
#58 0x000055feaf874f75 in vm_sendish (ec=0x55feb00ae4e0, reg_cfp=0x7fde5566ef30, cd=0x55feb022c700, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
        val = 36
        ci = 0xe3100100001
        cc = 0x7fde3af4cc00
        argc = 0
        recv = 140592448588560
        calling = {cd = 0x55feb022c700, cc = 0x7fde3af4cc00, block_handler = 0, recv = 140592448588560, argc = 0, kw_splat = false, heap_argv = 0}
#59 0x000055feaf87c506 in vm_exec_core (ec=0x55feb00ae4e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55feb022c700
        leaf = false
        val = 20
        reg_pc = 0x55feb02515c8
        reg_cfp = 0x7fde5566ef30
        insns_address_table = {0x55feaf878bdd <vm_exec_core+108>, 0x55feaf878c3f <vm_exec_core+206>, 0x55feaf878d52 <vm_exec_core+481>, 0x55feaf878e66 <vm_exec_core+757>, 0x55feaf879004 <vm_exec_core+1171>, 0x55feaf879134 <vm_exec_core+1475>, 0x55feaf879346 <vm_exec_core+2005>, 0x55feaf879458 <vm_exec_core+2279>, 0x55feaf879531 <vm_exec_core+2496>, 0x55feaf879638 <vm_exec_core+2759>, 0x55feaf87973f <vm_exec_core+3022>, 0x55feaf87984d <vm_exec_core+3292>, 0x55feaf87995f <vm_exec_core+3566>, 0x55feaf879a2f <vm_exec_core+3774>, 0x55feaf879b38 <vm_exec_core+4039>, 0x55feaf879c32 <vm_exec_core+4289>, 0x55feaf879cf5 <vm_exec_core+4484>, 0x55feaf879db8 <vm_exec_core+4679>, 0x55feaf879e41 <vm_exec_core+4816>, 0x55feaf879ecd <vm_exec_core+4956>, 0x55feaf879f73 <vm_exec_core+5122>, 0x55feaf87a04b <vm_exec_core+5338>, 0x55feaf87a118 <vm_exec_core+5543>, 0x55feaf87a1f6 <vm_exec_core+5765>, 0x55feaf87a2b8 <vm_exec_core+5959>, 0x55feaf87a3f7 <vm_exec_core+6278>, 0x55feaf87a49d <vm_exec_core+6444>, 0x55feaf87a582 <vm_exec_core+6673>, 0x55feaf87a6b1 <vm_exec_core+6976>, 0x55feaf87a774 <vm_exec_core+7171>, 0x55feaf87a837 <vm_exec_core+7366>, 0x55feaf87a92e <vm_exec_core+7613>, 0x55feaf87a9f0 <vm_exec_core+7807>, 0x55feaf87aacf <vm_exec_core+8030>, 0x55feaf87ab9c <vm_exec_core+8235>, 0x55feaf87acac <vm_exec_core+8507>, 0x55feaf87ada6 <vm_exec_core+8757>, 0x55feaf87ae21 <vm_exec_core+8880>, 0x55feaf87aee2 <vm_exec_core+9073>, 0x55feaf87afd0 <vm_exec_core+9311>, 0x55feaf87b080 <vm_exec_core+9487>, 0x55feaf87b1ff <vm_exec_core+9870>, 0x55feaf87b2d9 <vm_exec_core+10088>, 0x55feaf87b3c5 <vm_exec_core+10324>, 0x55feaf87b456 <vm_exec_core+10469>, 0x55feaf87b5b1 <vm_exec_core+10816>, 0x55feaf87bb53 <vm_exec_core+12258>, 0x55feaf87bc4f <vm_exec_core+12510>, 0x55feaf87bd52 <vm_exec_core+12769>, 0x55feaf87be3e <vm_exec_core+13005>, 0x55feaf87c057 <vm_exec_core+13542>, 0x55feaf87c149 <vm_exec_core+13784>, 0x55feaf87c24f <vm_exec_core+14046>, 0x55feaf87c44c <vm_exec_core+14555>, 0x55feaf87c5f5 <vm_exec_core+14980>, 0x55feaf87c720 <vm_exec_core+15279>, 0x55feaf87c88c <vm_exec_core+15643>, 0x55feaf87c9b7 <vm_exec_core+15942>, 0x55feaf87cb23 <vm_exec_core+16306>, 0x55feaf87cd05 <vm_exec_core+16788>, 0x55feaf87cf02 <vm_exec_core+17297>, 0x55feaf87d0ab <vm_exec_core+17722>, 0x55feaf87d1cd <vm_exec_core+18012>, 0x55feaf87d274 <vm_exec_core+18179>, 0x55feaf87d338 <vm_exec_core+18375>, 0x55feaf87d421 <vm_exec_core+18608>, 0x55feaf87d50d <vm_exec_core+18844>, 0x55feaf87d5f6 <vm_exec_core+19077>, 0x55feaf87d70a <vm_exec_core+19353>, 0x55feaf87d831 <vm_exec_core+19648>, 0x55feaf87d967 <vm_exec_core+19958>, 0x55feaf87da9d <vm_exec_core+20268>, 0x55feaf87dbd3 <vm_exec_core+20578>, 0x55feaf87dd09 <vm_exec_core+20888>, 0x55feaf87de3f <vm_exec_core+21198>, 0x55feaf87df80 <vm_exec_core+21519>, 0x55feaf87e0fa <vm_exec_core+21897>, 0x55feaf87e230 <vm_exec_core+22207>, 0x55feaf87e366 <vm_exec_core+22517>, 0x55feaf87e49c <vm_exec_core+22827>, 0x55feaf87e5d2 <vm_exec_core+23137>, 0x55feaf87e708 <vm_exec_core+23447>, 0x55feaf87e83e <vm_exec_core+23757>, 0x55feaf87e974 <vm_exec_core+24067>, 0x55feaf87eaaa <vm_exec_core+24377>, 0x55feaf87ebf9 <vm_exec_core+24712>, 0x55feaf87edb3 <vm_exec_core+25154>, 0x55feaf87ef31 <vm_exec_core+25536>, 0x55feaf87f050 <vm_exec_core+25823>, 0x55feaf87f16f <vm_exec_core+26110>, 0x55feaf87f289 <vm_exec_core+26392>, 0x55feaf87f3a3 <vm_exec_core+26674>, 0x55feaf87f4ce <vm_exec_core+26973>, 0x55feaf87f604 <vm_exec_core+27283>, 0x55feaf87f6ef <vm_exec_core+27518>, 0x55feaf87f7f4 <vm_exec_core+27779>, 0x55feaf87f93c <vm_exec_core+28107>, 0x55feaf87fa2b <vm_exec_core+28346>, 0x55feaf87fb05 <vm_exec_core+28564>, 0x55feaf87fbda <vm_exec_core+28777>, 0x55feaf87fcb5 <vm_exec_core+28996>, 0x55feaf87fd31 <vm_exec_core+29120>, 0x55feaf87fdad <vm_exec_core+29244>, 0x55feaf87fdcb <vm_exec_core+29274>, 0x55feaf87fde9 <vm_exec_core+29304>, 0x55feaf87fe07 <vm_exec_core+29334>, 0x55feaf87fe25 <vm_exec_core+29364>, 0x55feaf87fe43 <vm_exec_core+29394>, 0x55feaf87fe61 <vm_exec_core+29424>, 0x55feaf87fe7f <vm_exec_core+29454>, 0x55feaf87fe9d <vm_exec_core+29484>, 0x55feaf87febb <vm_exec_core+29514>, 0x55feaf87fed9 <vm_exec_core+29544>, 0x55feaf87fef7 <vm_exec_core+29574>, 0x55feaf87ff15 <vm_exec_core+29604>, 0x55feaf87ff33 <vm_exec_core+29634>, 0x55feaf87ff51 <vm_exec_core+29664>, 0x55feaf87ff6f <vm_exec_core+29694>, 0x55feaf87ff8d <vm_exec_core+29724>, 0x55feaf87ffab <vm_exec_core+29754>, 0x55feaf87ffc9 <vm_exec_core+29784>, 0x55feaf87ffe7 <vm_exec_core+29814>, 0x55feaf880005 <vm_exec_core+29844>, 0x55feaf880023 <vm_exec_core+29874>, 0x55feaf880041 <vm_exec_core+29904>, 0x55feaf88005f <vm_exec_core+29934>, 0x55feaf88007d <vm_exec_core+29964>, 0x55feaf88009b <vm_exec_core+29994>, 0x55feaf8800b9 <vm_exec_core+30024>, 0x55feaf8800d7 <vm_exec_core+30054>, 0x55feaf8800f5 <vm_exec_core+30084>, 0x55feaf880113 <vm_exec_core+30114>, 0x55feaf880131 <vm_exec_core+30144>, 0x55feaf88014f <vm_exec_core+30174>, 0x55feaf88016d <vm_exec_core+30204>, 0x55feaf88018b <vm_exec_core+30234>, 0x55feaf8801a9 <vm_exec_core+30264>, 0x55feaf8801c7 <vm_exec_core+30294>, 0x55feaf8801e5 <vm_exec_core+30324>, 0x55feaf880203 <vm_exec_core+30354>, 0x55feaf880221 <vm_exec_core+30384>, 0x55feaf88023f <vm_exec_core+30414>, 0x55feaf88025d <vm_exec_core+30444>, 0x55feaf88027b <vm_exec_core+30474>, 0x55feaf880299 <vm_exec_core+30504>, 0x55feaf8802b7 <vm_exec_core+30534>, 0x55feaf8802d5 <vm_exec_core+30564>, 0x55feaf8802f3 <vm_exec_core+30594>, 0x55feaf880311 <vm_exec_core+30624>, 0x55feaf88032f <vm_exec_core+30654>, 0x55feaf88034d <vm_exec_core+30684>, 0x55feaf88036b <vm_exec_core+30714>, 0x55feaf880389 <vm_exec_core+30744>, 0x55feaf8803a7 <vm_exec_core+30774>, 0x55feaf8803c5 <vm_exec_core+30804>, 0x55feaf8803e3 <vm_exec_core+30834>, 0x55feaf880401 <vm_exec_core+30864>, 0x55feaf88041f <vm_exec_core+30894>, 0x55feaf88043d <vm_exec_core+30924>, 0x55feaf88045b <vm_exec_core+30954>, 0x55feaf880479 <vm_exec_core+30984>, 0x55feaf880497 <vm_exec_core+31014>, 0x55feaf8804b5 <vm_exec_core+31044>, 0x55feaf8804d3 <vm_exec_core+31074>, 0x55feaf8804f1 <vm_exec_core+31104>, 0x55feaf88050f <vm_exec_core+31134>, 0x55feaf88052d <vm_exec_core+31164>, 0x55feaf88054b <vm_exec_core+31194>, 0x55feaf880569 <vm_exec_core+31224>, 0x55feaf880587 <vm_exec_core+31254>, 0x55feaf8805a5 <vm_exec_core+31284>, 0x55feaf8805c3 <vm_exec_core+31314>, 0x55feaf8805e1 <vm_exec_core+31344>, 0x55feaf8805ff <vm_exec_core+31374>, 0x55feaf88061d <vm_exec_core+31404>, 0x55feaf88063b <vm_exec_core+31434>, 0x55feaf880659 <vm_exec_core+31464>, 0x55feaf880677 <vm_exec_core+31494>, 0x55feaf8806a8 <vm_exec_core+31543>, 0x55feaf8806c6 <vm_exec_core+31573>, 0x55feaf8806e4 <vm_exec_core+31603>, 0x55feaf880702 <vm_exec_core+31633>, 0x55feaf880720 <vm_exec_core+31663>, 0x55feaf88073e <vm_exec_core+31693>, 0x55feaf88075c <vm_exec_core+31723>, 0x55feaf88077a <vm_exec_core+31753>, 0x55feaf880798 <vm_exec_core+31783>, 0x55feaf8807b6 <vm_exec_core+31813>, 0x55feaf8807d4 <vm_exec_core+31843>, 0x55feaf8807f2 <vm_exec_core+31873>, 0x55feaf880810 <vm_exec_core+31903>, 0x55feaf88082e <vm_exec_core+31933>, 0x55feaf88084c <vm_exec_core+31963>, 0x55feaf88086a <vm_exec_core+31993>, 0x55feaf880888 <vm_exec_core+32023>, 0x55feaf8808a6 <vm_exec_core+32053>, 0x55feaf8808c4 <vm_exec_core+32083>, 0x55feaf8808e2 <vm_exec_core+32113>, 0x55feaf880900 <vm_exec_core+32143>, 0x55feaf88091e <vm_exec_core+32173>...}
#60 0x000055feaf892ffb in vm_exec_loop (ec=0x55feb00ae4e0, state=RUBY_TAG_BREAK, tag=0x7ffff5b910d0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2514
No locals.
#61 0x000055feaf892f43 in rb_vm_exec (ec=0x55feb00ae4e0) at /tmp/ruby/src/trunk-O0/vm.c:2493
        _ec = 0x55feb00ae4e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffff5b91150, 0x55feaf892e6e <rb_vm_exec+190>, 0x0, 0x7ffff5b910a0, 0x7ffff5b913e8}, prev = 0x7ffff5b911c0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#62 0x000055feaf893d4f in rb_iseq_eval_main (iseq=0x7fde3afd8480) at /tmp/ruby/src/trunk-O0/vm.c:2753
        ec = 0x55feb00ae4e0
        val = 94552363558112
#63 0x000055feaf674c0d in rb_ec_exec_node (ec=0x55feb00ae4e0, n=0x7fde3afd8480) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55feb00ad090
        _ec = 0x55feb00ae4e0
        _tag = {tag = 36, retval = 94552352834042, buf = {0x7ffff5b91240, 0x55feaf674ba3 <rb_ec_exec_node+212>, 0x0, 0x7ffff5b91190, 0x55feb00ae4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fde3afd8480
#64 0x000055feaf674d8a in ruby_run_node (n=0x7fde3afd8480) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55feb00ae4e0
        status = 22014
#65 0x000055feaf6705c4 in rb_main (argc=131, argv=0x7ffff5b913e8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140737315934912
#66 0x000055feaf670625 in main (argc=131, argv=0x7ffff5b913e8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.66742.ruby -x gdbscript
[New LWP 66742]
[New LWP 66744]
[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=140517592067320) 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 0x7fcce68147c0 (LWP 66742))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7fcce68147c0 (LWP 66742) RB_BUILTIN_TYPE (obj=140517592067320) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:190
  2    Thread 0x7fcccd23f640 (LWP 66744) 0x00007fcce693cfde in epoll_wait (epfd=4, events=0x55767949383c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fcccd23f640 (LWP 66744)):
#0  0x00007fcce693cfde in epoll_wait (epfd=4, events=0x55767949383c <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  0x0000557678ff6605 in event_wait (vm=0x55767b40cb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21878
#2  0x0000557678ff6629 in timer_thread_polling (vm=0x55767b40cb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 479340491
#3  0x0000557678ff6ce9 in timer_thread_func (ptr=0x55767b40cb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55767b40cb10
#4  0x00007fcce68abb43 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 = {140733208324848, -5581596427243635189, 140517591742016, 25, 140518017906768, 140733208325200, 5553982708575485451, 5554031849020309003}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fcce693cbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fcce68147c0 (LWP 66742)):
#0  RB_BUILTIN_TYPE (obj=140517592067320) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:190
        ret = 140517592067320
#1  0x0000557678e58fa3 in rb_type (obj=140517592067320) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:227
No locals.
#2  0x0000557678e590b3 in RB_TYPE_P (obj=140517592067320, t=RUBY_T_NONE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#3  0x0000557678e6708f in gc_mark_ptr (objspace=0x55767b40f470, obj=140517592067320) at /tmp/ruby/src/trunk-O0/gc.c:7071
        __func__ = "gc_mark_ptr"
#4  0x0000557678e672b1 in gc_mark_and_pin (objspace=0x55767b40f470, obj=140517592067320) at /tmp/ruby/src/trunk-O0/gc.c:7103
No locals.
#5  0x0000557678e66276 in mark_value_pin (key=140517592067320, value=140517592067320, data=93967362356336) at /tmp/ruby/src/trunk-O0/gc.c:6621
        objspace = 0x55767b40f470
#6  0x0000557678fc5d59 in apply_functor (k=140517592067320, v=140517592067320, d=140733208321488, _=0) at /tmp/ruby/src/trunk-O0/st.c:1621
        f = 0x7fff00e3ddd0
#7  0x0000557678fc59bc in st_general_foreach (tab=0x55767b415b70, func=0x557678fc5d16 <apply_functor>, replace=0x0, arg=140733208321488, check_p=0) at /tmp/ruby/src/trunk-O0/st.c:1531
        bin = 140517591754200
        bin_ind = 93967362859328
        entries = 0x55767b49a110
        curr_entry_ptr = 0x55767b49a218
        retval = ST_CONTINUE
        i = 11
        rebuilds_num = 7
        hash = 1110053096192578
        key = 140517592067320
        error_p = 32
        packed_p = 0
#8  0x0000557678fc5db7 in rb_st_foreach (tab=0x55767b415b70, func=0x557678e66243 <mark_value_pin>, arg=93967362356336) at /tmp/ruby/src/trunk-O0/st.c:1628
        f = {func = 0x557678e66243 <mark_value_pin>, arg = 93967362356336}
#9  0x0000557678e66306 in mark_tbl (objspace=0x55767b40f470, tbl=0x55767b415b70) at /tmp/ruby/src/trunk-O0/gc.c:6636
No locals.
#10 0x0000557678e66a71 in rb_mark_tbl (tbl=0x55767b415b70) at /tmp/ruby/src/trunk-O0/gc.c:6925
No locals.
#11 0x00005576790685a0 in rb_vm_mark (ptr=0x55767b40cb10) at /tmp/ruby/src/trunk-O0/vm.c:2928
        i = 1
        len = 1
        vm = 0x55767b40cb10
        r = 0x55767b40c968
        obj_ary = 0x55767b4156a8
#12 0x0000557678e685fd in gc_mark_roots (objspace=0x55767b40f470, categoryp=0x0) at /tmp/ruby/src/trunk-O0/gc.c:7672
        list = 0x55767b40f860
        ec = 0x55767b4104e0
        vm = 0x55767b40cb10
#13 0x0000557678e69823 in gc_marks_start (objspace=0x55767b40f470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8366
No locals.
#14 0x0000557678e6aa03 in gc_marks (objspace=0x55767b40f470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8854
        marking_finished = false
#15 0x0000557678e6c7c1 in gc_start (objspace=0x55767b40f470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#16 0x0000557678e6c456 in garbage_collect (objspace=0x55767b40f470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 8192
        ret = 0
#17 0x0000557678e6cf1d in garbage_collect_with_gvl (objspace=0x55767b40f470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#18 0x0000557678e740fc in objspace_malloc_gc_stress (objspace=0x55767b40f470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#19 0x0000557678e743df in objspace_xmalloc0 (objspace=0x55767b40f470, size=61) at /tmp/ruby/src/trunk-O0/gc.c:12625
        gpr = 107008
        mem = 0x3d
#20 0x0000557678e747ad in ruby_xmalloc2_body (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12872
No locals.
#21 0x0000557678e781c8 in ruby_xmalloc2 (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:14473
No locals.
#22 0x0000557678fce408 in str_make_independent_expand (str=140517573586560, len=6, expand=54, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:2434
        ptr = 0x7fff00e3e130 "\260\341\343"
        oldptr = 0x557678fc8541 <STR_EMBED_P+29> "H\205\300\017\224\300\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276"
        capa = 60
#23 0x0000557678fd016c in rb_str_resize (str=140517573586560, len=60) at /tmp/ruby/src/trunk-O0/string.c:3127
        capa = 3145728
        termlen = 1
        independent = 1
        slen = 6
#24 0x0000557678fc2903 in ruby__sfvwrite (fp=0x7fff00e3e960, uio=0x7fff00e3e2f0) at /tmp/ruby/src/trunk-O0/sprintf.c:1083
        cr = 1048576
        iov = 0xe3e320
        result = 140517573586560
        buf = 0x7fcccc0eee9e ""
        len = 33
        n = 140517573586560
        blen = 6
        bsiz = 60
#25 0x0000557678fbf37a in BSD__sprint (fp=0x7fff00e3e960, uio=0x7fff00e3e2f0) at /tmp/ruby/src/trunk-O0/vsnprintf.c:318
        err = 14938024
#26 0x0000557678fc218a in BSD_vfprintf (fp=0x7fff00e3e960, fmt0=0x55767928d102 "from %li\v\n", ap=0x7fff00e3ea00) at /tmp/ruby/src/trunk-O0/vsnprintf.c:1215
        nc = 5
        PRI_EXTRA_MARK_LEN = 1
        fmt = <optimized out>
        ch = 105
        n = 14938024
        cp = 0x7fcccc0bf210 "<internal:numeric>:237:in `times'"
        iovp = 0x7fff00e3e320
        flags = 16
        ret = 38
        width = 0
        prec = -1
        sign = 0 '\000'
        softsign = 0 '\000'
        _double = 0
        expt = -871564472
        expsize = 0
        ndig = 0
        fprec = 0
        expstr = "\370@{vU\000"
        ulval = 140517573390840
        base = 0
        dprec = 0
        fieldsz = 33
        realsz = 33
        size = -871442312
        xdigs = 0x0
        uio = {uio_iov = 0x7fff00e3e310, uio_iovcnt = 1, uio_resid = 33}
        iov = {{iov_base = 0x7fcccc0bf210, iov_len = 33}, {iov_base = 0xb4300000008, iov_len = 93967327225407}, {iov_base = 0x7fff00e3e380, iov_len = 93967362359856}, {iov_base = 0x7fff00e3e3c0, iov_len = 93967322835519}, {iov_base = 0x20, iov_len = 140517573647840}, {iov_base = 0x7fff00e3e380, iov_len = 140517573647840}, {iov_base = 0x20, iov_len = 8}, {iov_base = 0x7fff00e3e3c0, iov_len = 93967322864757}}
        buf = "\300\230e{vU\000\000\340\335\017\314\314\177\000\000@\200%\315\314\177\000\000\250\357\343\000\377\177\000\000\340\343\343\000\377\177\000\000(o\346xvU\000\000\340\335\017\314\314\177\000\000p\364@{vU\000\000\000\344\343\000\377\177\000\000\363p\346xvU\000\000 \000\000\000\000\000\000\000\340\335\017\314\314\177\000\000 \344\343\000\377\177\000\000\340\335\017\314\314\177\000\000 \000\000\000\000\000\000\000\b\000\000\000\000\000\000\000`\344\343\000\377\177\000\000u\\\346xvU\000\000\340\335\017\314\314\177\000\000\370\370@{vU\000\000\300\230e{vU\000\000\340\335\017\314\314\177\000\000@\200%\315\314\177\000\000\250\357\343\000\377\177\000\000\200\344\343\000\377\177\000\000"...
        ox = "\177\000\000\370"
        ebuf = 0x7fff00e3e8d7 ""
        ln = -33
        blanks = ' ' <repeats 16 times>
        zeroes = '0' <repeats 16 times>
#27 0x0000557678fc2cf6 in ruby_vsprintf0 (result=140517573586560, p=0x7fcccc0eee99 "from ", fmt=0x55767928d102 "from %li\v\n", ap=0x7fff00e3ea00) at /tmp/ruby/src/trunk-O0/sprintf.c:1168
        buffer = {base = {_p = 0x7fcccc0eee9e "", _w = 15, _flags = 520, _file = -13298, _bf = {_base = 0x7fcccc0eee80 "\005", _size = 0}, vwrite = 0x557678fc27e8 <ruby__sfvwrite>, vextra = 0x557678fc29cd <ruby__sfvextra>}, value = 140517573390840}
        klass = 140517592067160
        coderange = 0
        scanned = 0
        blen = 140517573580920
#28 0x0000557678fc308d in rb_str_vcatf (str=140517573586560, fmt=0x55767928d102 "from %li\v\n", ap=0x7fff00e3ea00) at /tmp/ruby/src/trunk-O0/sprintf.c:1236
No locals.
#29 0x0000557678fc314f in rb_str_catf (str=140517573586560, format=0x55767928d102 "from %li\v\n") at /tmp/ruby/src/trunk-O0/sprintf.c:1247
        ap = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fff00e3eae0, reg_save_area = 0x7fff00e3ea20}}
#30 0x0000557678e46a49 in print_backtrace (eclass=140517592060920, errat=140517573589400, str=140517573589720, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:259
        bt = 140517573586560
        line = 140517573390840
        i = 1
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#31 0x0000557678e47039 in rb_error_write (errinfo=140517573589480, emesg=4, errat=140517573589400, str=140517573589720, opt=140517573391320, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:349
        eclass = 140517592060920
        shown_causes = 0
        backtrace_limit = -1
#32 0x0000557678e472ed in rb_ec_error_print_detailed (ec=0x55767b4104e0, errinfo=140517573589480, str=140517573589720, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
        _ec = 0x55767b4104e0
        _tag = {tag = 36, retval = 0, buf = {0x7fff00e3ed10, 0x557678e47202 <rb_ec_error_print_detailed+372>, 0x0, 0x7fff00e3ec40, 0x0}, prev = 0x7fff00e3ed80, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140517573589400
        written = true
        emesg = 4
        opt = 140517573391320
        highlight = 0
#33 0x0000557678e488e3 in rb_ec_cleanup (ec=0x55767b4104e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140517573589480
        mode0 = 0
        mode1 = 3
        _ec = 0x55767b4104e0
        _tag = {tag = 36, retval = 93967322743290, buf = {0x7fff00e3ee00, 0x557678e486cc <rb_ec_cleanup+295>, 0x0, 0x7fff00e3ed20, 0x55767b4104e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x55767b40f090
        th0 = 0x55767b40f090
        step = 2
        message = 4
        buf = 140517573589720
#34 0x0000557678e48d9a in ruby_run_node (n=0x7fcccc13c298) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55767b4104e0
        status = 21878
#35 0x0000557678e445c4 in rb_main (argc=2, argv=0x7fff00e3efa8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140733208325760
#36 0x0000557678e44625 in main (argc=2, argv=0x7fff00e3efa8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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