# Logfile created on 2023-12-19 22:33:15 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000562924b69c40 @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.20231219-223315", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000562924c02710 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000562924c025d0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000562924c02440 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231219-223315", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231219-223315>, @binmode=false, @mon_data=#<Monitor:0x0000562924c02378>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-O0
Cloning into 'trunk-O0'...
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-O0" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-O0/configure --prefix=/tmp/ruby/install/trunk-O0 --disable-install-doc optflags=-O0
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc-ar flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... no
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether ELF binaries are produced... yes
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as LDFLAGS... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... yes
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wimplicit-int is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wold-style-definition is accepted as CFLAGS... yes
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
checking whether -Wno-self-assign is accepted as CFLAGS... yes
checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-unused-value is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no
checking whether -Wmisleading-indentation is accepted as CFLAGS... yes
checking whether -Wundef is accepted as CFLAGS... yes
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -O0 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as LDFLAGS... yes
checking for -fstack-protector... -fstack-protector-strong
checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for pthread.h... yes
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking thread model... pthread
checking whether CXXFLAGS is valid... no
configure: WARNING: something wrong with CXXFLAGS=""
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for stdio.h... (cached) yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for 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.3.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.3.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/CaseFolding.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.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
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
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropList.txt already exists
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyAliases.txt already exists
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
Downloading Unicode 15.0.0 data and property files...
/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...
done
Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
Downloading Unicode UCD emoji 15.0 files...
done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
Downloading Unicode emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... downloading emoji/15.0/emoji-sequences.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
Downloading Unicode emoji 15.0 files...
done
downloading emoji/15.0/emoji-test.txt ... /tmp/ruby/src/trunk-O0/enc/unicode/data/emoji/15.0/emoji-sequences.txt already exists
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
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
done
done
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
$$$[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.20.0...
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.3...
Downloading bundled gem net-imap-0.4.8...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.4.0...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem rbs-3.3.2...
Downloading bundled gem typeprof-0.21.8...
Downloading bundled gem racc-1.7.3...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/gems/src
Cloning https://github.com/ruby/debug
Cloning into '/tmp/ruby/src/trunk-O0/gems/src/debug'...
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
From https://github.com/ruby/debug
 * branch            d4feeae32b69b4f88c94fecfc7a283b475eec4de -> FETCH_HEAD
HEAD is now at d4feeae fix condition of USE_TMP_HOME
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision updated
Building debug@d4feeae32b69b4f88c94fecfc7a283b475eec4de to /tmp/ruby/src/trunk-O0/gems/debug-1.9.0.gem
  Successfully built RubyGem
  Name: debug
  Version: 1.9.0
  File: debug-1.9.0.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = f0b86f8c60
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
id.h updated
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
generating vm_call_iseq_optimized.inc
known_errors.inc updated
vm_call_iseq_optimized.inc updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/enc/jis
+ cp /tmp/ruby/src/trunk-O0/enc/jis/props.h.blt /tmp/ruby/src/trunk-O0/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-O0/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-O0/probes.d > probes.dmyh
/tmp/ruby/src/trunk-O0/revision.h updated
generating /tmp/ruby/src/trunk-O0/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating id.c
id.c updated
making /tmp/ruby/src/trunk-O0/ast.rbinc
making /tmp/ruby/src/trunk-O0/dir.rbinc
making /tmp/ruby/src/trunk-O0/gc.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-O0/numeric.rbinc
making /tmp/ruby/src/trunk-O0/io.rbinc
making /tmp/ruby/src/trunk-O0/marshal.rbinc
making /tmp/ruby/src/trunk-O0/rjit.rbinc
making /tmp/ruby/src/trunk-O0/rjit_c.rbinc
making /tmp/ruby/src/trunk-O0/pack.rbinc
making /tmp/ruby/src/trunk-O0/trace_point.rbinc
making /tmp/ruby/src/trunk-O0/warning.rbinc
making /tmp/ruby/src/trunk-O0/array.rbinc
making /tmp/ruby/src/trunk-O0/kernel.rbinc
making /tmp/ruby/src/trunk-O0/ractor.rbinc
making /tmp/ruby/src/trunk-O0/symbol.rbinc
making /tmp/ruby/src/trunk-O0/timev.rbinc
making /tmp/ruby/src/trunk-O0/thread_sync.rbinc
making /tmp/ruby/src/trunk-O0/nilclass.rbinc
making /tmp/ruby/src/trunk-O0/prelude.rbinc
making /tmp/ruby/src/trunk-O0/gem_prelude.rbinc
making /tmp/ruby/src/trunk-O0/yjit.rbinc
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
extracting ripper.y from ../../parse.y
generating /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
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
golf_prelude.c updated
/tmp/ruby/src/trunk-O0/lib/unicode_normalize/tables.rb unchanged
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating ripper_init.c from ./ripper_init.c.tmpl
/bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
generating table from enc/trans/big5.c
generating table from enc/trans/cesu_8.c
generating enc/trans/cesu_8.c ...
generating table from enc/trans/chinese.c
generating enc/trans/chinese.c ...
generating table from enc/trans/ebcdic.c
generating enc/trans/ebcdic.c ...
generating table from enc/trans/emoji.c
generating enc/trans/emoji.c ...
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji_iso2022_kddi.c ...
generating table from enc/trans/emoji_sjis_docomo.c
generating enc/trans/emoji_sjis_docomo.c ...
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_sjis_kddi.c ...
generating table from enc/trans/emoji_sjis_softbank.c
generating table from enc/trans/escape.c
generating enc/trans/big5.c ...
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating table from enc/trans/gbk.c
generating enc/trans/emoji_sjis_softbank.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/single_byte.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/korean.c ...
generating enc/trans/gb18030.c ...
generating enc/trans/utf8_mac.c ...
generating enc/trans/japanese_euc.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/.bundle/gems
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
Extracting bundle gem minitest-5.20.0...
Extracting bundle gem power_assert-2.0.3...
Extracting bundle gem rake-13.1.0...
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
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.20.0.gem
Extracting bundle gem rss-0.3.0...
Unpacked gems/rake-13.1.0.gem
Extracting bundle gem net-ftp-0.3.3...
Unpacked gems/rexml-3.2.6.gem
Unpacked gems/net-ftp-0.3.3.gem
Extracting bundle gem net-imap-0.4.8...
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem net-smtp-0.4.0...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/net-imap-0.4.8.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/prime-0.1.2.gem
Unpacked gems/net-smtp-0.4.0.gem
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem rbs-3.3.2...
Extracting bundle gem typeprof-0.21.8...
Extracting bundle gem racc-1.7.3...
Unpacked gems/test-unit-3.6.1.gem
Unpacked gems/racc-1.7.3.gem
Extracting bundle gem debug-1.9.0...
Unpacked gems/typeprof-0.21.8.gem
Unpacked gems/rbs-3.3.2.gem
Unpacked gems/debug-1.9.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
1764203db8ecd1374b6b4de29ed00e4064ecbb198e6861e98565c85a65f47e99  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
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'
compiling /tmp/ruby/src/trunk-O0/enc/big5.c
generating transdb.h
compiling /tmp/ruby/src/trunk-O0/enc/cesu_8.c
transdb.h updated
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk-O0/enc/cp949.c
compiling /tmp/ruby/src/trunk-O0/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_jp.c
ext/configure-ext.mk updated
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-O0/enc/gb2312.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-O0/enc/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_4.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/iso_8859_5.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_16.c
generating /tmp/ruby/src/trunk-O0/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk-O0/enc/koi8_r.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/koi8_u.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/shift_jis.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32le.c
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/windows_31j.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1253.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1257.c
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/escape.c
generating /tmp/ruby/src/trunk-O0/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
generating /tmp/ruby/src/trunk-O0/enc/trans/big5.c ...
linking encoding iso_8859_3.so
generating table from /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
linking encoding iso_8859_4.so
linking encoding iso_8859_5.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 iso_8859_6.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 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
generating /tmp/ruby/src/trunk-O0/enc/trans/gbk.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
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
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
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/korean.c
configuring -test-/file
generating /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c ...
configuring bigdecimal
generating /tmp/ruby/src/trunk-O0/enc/trans/korean.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.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 -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
generating /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c ...
configuring -test-/load/dot.dot
configuring -test-/load/protect
compiling /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
compiling /tmp/ruby/src/trunk-O0/enc/trans/chinese.c
configuring -test-/thread/instrumentation
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
configuring cgi/escape
configuring continuation
configuring coverage
configuring date
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
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring erb/escape
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
configuring etc
configuring digest/rmd160
configuring digest/sha1
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c
configuring digest/sha2
compiling /tmp/ruby/src/trunk-O0/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
configuring fcntl
configuring fiddle
compiling /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
configuring io/console
compiling /tmp/ruby/src/trunk-O0/enc/trans/korean.c
configuring json
configuring json/generator
configuring json/parser
compiling /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c
linking transcoder big5.so
configuring monitor
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
configuring nkf
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
configuring objspace
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
configuring openssl
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
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.0/ext/debug
configuring racc-1.7.3/ext/racc/cparse
configuring rbs-3.3.2/ext/rbs_extension
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'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/array/resize/resize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/big2str.c
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-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-14834/bug-14384.c
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-3571/bug.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/bigzero.c
linking shared-object -test-/array/resize.so
linking shared-object -test-/bug_14834.so
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-5832/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/class'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/div.c
linking shared-object -test-/bug_5832.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/init.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/init.c
linking shared-object -test-/class.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/inspector.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-/bignum/intpack.c
linking shared-object -test-/dln/empty.so
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-/econv/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/profile_frames.c
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/mul.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-/eval'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/eval/eval.c
linking shared-object -test-/econv.so
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/str2big.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/fs.c
linking shared-object -test-/bignum.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/enc_raise.c
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
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-/file/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/ensured.c
linking shared-object -test-/funcall.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/nextafter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/stat.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/float.so
linking shared-object -test-/gvl/call_without_gvl.so
linking shared-object -test-/exception.so
linking shared-object -test-/file.so
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'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/core_ext.c
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/init.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
linking shared-object -test-/hash.so
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/init.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
linking shared-object -test-/load/protect.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/my_integer.c
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/yield.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
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-/load/stringify_target'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/stringify_target/stringify_target.c
linking shared-object -test-/load/resolve_symbol_target.so
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/compat/usrcompat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/load/stringify_target.so
linking shared-object -test-/load/stringify_symbols.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-/marshal/usr'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/usr/usrmarshal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_symbols'
linking shared-object -test-/marshal/compat.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/arity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/notimplement/bug.c
linking shared-object -test-/memory_view.so
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/num2int/num2int.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/init.c
linking shared-object -test-/notimplement.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'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/method.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/postponed_job/postponed_job.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
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-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/init.c
linking shared-object -test-/printf.so
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/bad_version.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/printf'
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-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/receiver.c
linking shared-object -test-/rational.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/init.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/recursion/recursion.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-/regexp'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/init.c
linking shared-object -test-/recursion.so
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/scan_args/scan_args.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/foreach/foreach.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/loop.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/regexp.so
linking shared-object -test-/scan_args.so
linking shared-object -test-/random.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/numhash/numhash.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/data.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/capacity.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/coderange.c
linking shared-object -test-/st/numhash.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/duplicate.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/ellipsize.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/len.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/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-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/member.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_dummy.c
linking shared-object -test-/struct.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/typeddata/typeddata.c
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-/vm'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/vm/at_exit.c
linking shared-object -test-/typeddata.so
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/wait/wait.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
linking shared-object -test-/vm/at_exit.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-O0/ext/bigdecimal/bigdecimal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-O0/ext/cgi/escape/escape.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/continuation'
compiling /tmp/ruby/src/trunk-O0/ext/continuation/continuation.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/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/modify.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
compiling /tmp/ruby/src/trunk-O0/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/new.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/digest'
compiling /tmp/ruby/src/trunk-O0/ext/digest/digest.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/nofree.c
linking shared-object digest.so
installing digest libraries
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/normalize.c
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/erb/escape'
compiling /tmp/ruby/src/trunk-O0/ext/erb/escape/escape.c
compiling /tmp/ruby/src/trunk-O0/ext/bigdecimal/missing.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/qsort.c
linking shared-object erb/escape.so
compiling /tmp/ruby/src/trunk-O0/ext/date/date_parse.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/erb/escape'
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_interned_str.c
installing default bigdecimal libraries
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 etc.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_str_dup.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/etc'
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/fcntl'
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/set_len.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strptime.c
linking shared-object io/console.so
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/io/nonblock'
compiling /tmp/ruby/src/trunk-O0/ext/io/nonblock/nonblock.c
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
compiling /tmp/ruby/src/trunk-O0/ext/io/wait/wait.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/fiddle.c
installing default date_core libraries
linking shared-object date_core.so
linking shared-object io/wait.so
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-O0/ext/monitor/monitor.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
compiling /tmp/ruby/src/trunk-O0/ext/nkf/nkf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/function.c
installing default monitor libraries
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/openssl_missing.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.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/fiddle/memory_view.c
installing default nkf libraries
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
linking shared-object nkf.so
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/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_asn1.c
installing default pathname libraries
linking shared-object objspace.so
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych.c
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
compiling /tmp/ruby/src/trunk-O0/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pointer.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_emitter.c
linking shared-object fiddle.so
installing default pty libraries
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/openssl/ossl_bio.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/psych/psych_to_ruby.c
linking shared-object rbconfig/sizeof.so
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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_cipher.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/socket/socket.c
linking shared-object strscan.so
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.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
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_config.c
linking shared-object syslog.so
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/socket/ipsocket.c
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_digest.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.0/ext/debug'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_engine.c
linking shared-object zlib.so
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.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.0/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_hmac.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.3.2/ext/rbs_extension'
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/debug-1.9.0/lib ../../../../../.bundle/gems/debug-1.9.0/lib
linking shared-object debug/debug.so
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/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/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension/lexer.c
linking shared-object digest/bubblebabble.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension/main.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
linking shared-object digest/sha1.so
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension/parserstate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension/ruby_objs.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/.bundle/gems/rbs-3.3.2/ext/rbs_extension/unescape.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/json/parser/parser.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/rbs-3.3.2/lib ../../../../../.bundle/gems/rbs-3.3.2/lib
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs7.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.c
installing default socket libraries
linking shared-object socket.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dsa.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
generating enc.mk
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.

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-/arith_seq/extract'
linking shared-object -test-/arith_seq/extract.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
linking shared-object -test-/array/to_ary_concat.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.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-/array/concat'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
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]: Entering 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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
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/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
linking transcoder transdb.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
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/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering 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/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering 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.3.2/ext/rbs_extension'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/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]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
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.3.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.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.3.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.3.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.5.1
                                    cgi 0.4.1
                                    csv 3.2.8
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    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.10.1
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    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.1
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.0.4
                                    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.3.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.2
                                    io-console 0.7.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.0
                                    strscan 3.0.7
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    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.3
                                    net-imap 0.4.8
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.3.2
                                    typeprof 0.21.8
                                    debug 1.9.0
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1868 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.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/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.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/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=63927
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

Retrying...
Finished tests in 1546.557901s, 17.4607 tests/s, 6185.1541 assertions/s.
27004 tests, 9565699 assertions, 0 failures, 0 errors, 220 skips

ruby -v: ruby 3.3.0dev (2023-12-19T22:29:09Z master f0b86f8c60) [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.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/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.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/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.3.0dev (2023-12-19T22:29:09Z master f0b86f8c60) [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 355.013912 seconds

3728 files, 32495 examples, 143440 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.65033.ruby -x gdbscript
[New LWP 65033]
[New LWP 65035]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  uleb128 (p=0x5587e9e44900) at /tmp/ruby/src/trunk-O0/addr2line.c:223
223		unsigned char b = (unsigned char)*(*p)++;
[Current thread is 1 (Thread 0x7ff2fcf377c0 (LWP 65033))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7ff2fcf377c0 (LWP 65033) uleb128 (p=0x5587e9e44900) at /tmp/ruby/src/trunk-O0/addr2line.c:223
  2    Thread 0x7ff2e395f640 (LWP 65035) 0x00007ff2fd05ffde in epoll_wait (epfd=4, events=0x5587e800585c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7ff2e395f640 (LWP 65035)):
#0  0x00007ff2fd05ffde in epoll_wait (epfd=4, events=0x5587e800585c <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  0x00005587e7b6f1ce in timer_thread_polling (vm=0x5587e9db0b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:724
        r = -483234264
#2  0x00005587e7b6f876 in timer_thread_func (ptr=0x5587e9db0b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2999
        vm = 0x5587e9db0b10
#3  0x00007ff2fcfceb43 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 = {140727094024048, 2436911350603072792, 140681177069120, 25, 140681603246160, 140727094024400, -2435212794722761448, -2435220276400470760}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007ff2fd05fbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7ff2fcf377c0 (LWP 65033)):
#0  uleb128 (p=0x5587e9e44900) at /tmp/ruby/src/trunk-O0/addr2line.c:223
        b = 223 '\337'
        r = 0
        s = 0
#1  0x00005587e7d0ebaf in di_read_die (reader=0x5587e9e448a0, die=0x5587e9e445a0, errout=0x7ff2fd1546a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1448
        abbrev_number = 94042232997208
#2  0x00005587e7d0fb59 in read_abstract_origin (reader=0x5587e9e448a0, form=19, abstract_origin=61934, line=0x5587e9e446f0, errout=0x7ff2fd1546a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1866
        p = 0x7ff2decdfb20 ";k5"
        q = 0x7ff2def2a62e "\021\001\022\006X\vY\005W\v"
        level = 10
        die = {pos = 19, tag = -370915168, has_children = 21895}
#3  0x00005587e7d0ffa4 in debug_info_read (reader=0x5587e9e448a0, num_traces=37, traces=0x5587e8008960 <trace>, lines=0x5587eb02a710, offset=0, errout=0x7ff2fd1546a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1938
        v = {as = {ptr = 0xf1ee <error: Cannot access memory at address 0xf1ee>, uint64 = 61934, int64 = 61934, addr_idx = 61934}, off = 0, at = 49, form = 19, size = 0, type = 3}
        die = {pos = 4825363, tag = 29, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
        line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#4  0x00005587e7d10ef3 in fill_lines (num_traces=37, traces=0x5587e8008960 <trace>, check_debuglink=1, objp=0x5587e9e451c0, lines=0x5587eb02a710, offset=0, errout=0x7ff2fd1546a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x5587ea07f360, file = 0x7ff2de07f000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7ff2decdac32 "\326_\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7ff2df073b06 "\033\067", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7ff2df071b08 "map.rs", debug_line_directories = 0x7ff2df071656 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/vendor/hashbrown/src", p = 0x7ff2dece9e21 "\322L\037", cu_end = 0x7ff2decf0c0c "\032\245\001", pend = 0x7ff2def085be "\001$", q0 = 0x7ff2def2a4aa "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7ff2def2a62e "\021\001\022\006X\vY\005W\v", format = 4, address_size = 8 '\b', level = 10, abbrev_table = {0x7ff2fd162000 "", 0x7ff2def2a4ab "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7ff2def2a4c1 "4", 0x7ff2def2a4ca "\023\001\035\023\003\016\v\v\210\001\017", 0x7ff2def2a4d8 "\r", 0x7ff2def2a4e6 "\017", 0x7ff2def2a4f1 "$", 0x7ff2def2a4fc "9\001\003\016", 0x7ff2def2a503 "\023\001\003\016\v\v\210\001\017", 0x7ff2def2a50f ".\001n\016\003\016:\v;\005I\023 \v", 0x7ff2def2a520 "/", 0x7ff2def2a529 "\005", 0x7ff2def2a536 "4", 0x7ff2def2a546 "\v\001", 0x7ff2def2a54b "4", 0x7ff2def2a55b "4", 0x7ff2def2a568 ".\001n\016\003\016:\v;\005 \v", 0x7ff2def2a577 "4", 0x7ff2def2a584 ".\001n\016\003\016:\v;\vI\023 \v", 0x7ff2def2a595 "\005", 0x7ff2def2a5a2 "\023\001\003\016<\031\210\001\017", 0x7ff2def2a5ae ".\001n\016\003\016:\v;\v \v", 0x7ff2def2a5bd "3\001\025\023", 0x7ff2def2a5c4 "\r", 0x7ff2def2a5d2 "\031\001\026\v", 0x7ff2def2a5d9 "\031\001", 0x7ff2def2a5de ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7ff2def2a5f3 "\005", 0x7ff2def2a602 "\035\001\061\023U\027X\vY\005W\v", 0x7ff2def2a611 "\005", 0x7ff2def2a61a "\v\001U\027", 0x7ff2def2a621 "4", 0x7ff2def2a62a "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7ff2def2a63b "4", 0x7ff2def2a644 "\005", 0x7ff2def2a64d "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7ff2def2a65e "\035", 0x7ff2def2a66f "\v\001\021\001\022\006", 0x7ff2def2a678 "\005", 0x7ff2def2a687 "4", 0x7ff2def2a699 "\035", 0x7ff2def2a6aa "\005", 0x7ff2def2a6b1 "\035\001\061\023U\027X\vY\vW\v", 0x7ff2def2a6c0 "\005", 0x7ff2def2a6c9 "4", 0x7ff2def2a6d2 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7ff2def2a6e5 "\035", 0x7ff2def2a6f4 "4", 0x7ff2def2a6fb "4", 0x7ff2def2a704 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7ff2def2a719 "\005", 0x7ff2def2a728 "4", 0x7ff2def2a73a "\005", 0x7ff2def2a749 ".\001\021\001\022\006@\030\061\023", 0x7ff2def2a756 "\005", 0x7ff2def2a761 "\023", 0x7ff2def2a76d "3\001", 0x7ff2def2a772 "\023", 0x7ff2def2a77e "\027\001\003\016\v\v\210\001\017", 0x7ff2def2a78a "\027\001\003\016<\031\210\001\017", 0x7ff2def2a796 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7ff2def2a7a6 "(", 0x7ff2def2a7af "(", 0x7ff2def2a7b8 "3", 0x7ff2def2a7bd ".\001\003\016:\v;\v \v", 0x7ff2def2a7ca "\001\001I\023", 0x7ff2def2a7d1 "!", 0x7ff2def2a7dc "$", 0x7ff2def2a7e7 "\017", 0x7ff2def2a7f0 ".", 0x7ff2def2a801 "\025\001I\023", 0x7ff2def2a808 "\005", 0x7ff2def2a80f "\025\001", 0x7ff2def2a3b3 "\035", 0x7ff2def2a3c2 ".", 0x7ff2def2a3d3 ".\001\021\001\022\006@\030\003\016:\v;\v?\031", 0x7ff2def2a3e6 ".\001\021\001\022\006@\030\003\016:\v;\005?\031", 0x7ff2def2a3f9 "4", 0x7ff2def2a40b "4", 0x7ff2def2a41a ".\001\003\016:\v;\v \v", 0x7ff2def2a427 ".\001\003\016:\v;\vI\023 \v", 0x7ff2def2a436 ".\001\021\001\022\006@\030\003\016:\v;\vI\023?\031", 0x7ff2def2a44b ".\001\021\001\022\006@\030\003\016:\v;\005I\023?\031", 0x7ff2def2a460 ".", 0x7ff2def2a471 "\001\001I\023", 0x7ff2def2a478 "!", 0x7ff2def2a483 "$", 0x7ff2def2a48e "\017", 0x7ff2def2a497 "\025\001", 0x7ff2def2a49c "\005", 0x7ff2def2a4a3 "\025\001I\023", 0x7ff2def297df "\025\001I\023", 0x7ff2def286f0 "4", 0x7ff2def28702 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7ff2def28715 "\005", 0x7ff2def2871e "4", 0x7ff2def28727 ".", 0x7ff2def28738 "\035\001\061\023\021\001\022\006X\vY\v", 0x7ff2def28747 "4", 0x7ff2def28759 "\035", 0x7ff2def28768 ".", 0x7ff2def2877b "\r", 0x7ff2def28789 "\025\001I\023", 0x7ff2def28790 "\005", 0x7ff2def28797 "\025\001", 0x7ff2def2879c ".\001\003\016:\v;\v \v", 0x7ff2def287a9 ".\001\003\016:\v;\vI\023 \v", 0x7ff2def270b2 "\025\001I\023", 0x7ff2def270b9 "\005", 0x7ff2def270c0 "\025\001", 0x7ff2def270c5 ".\001\003\016:\v;\v \v", 0x7ff2def270d2 ".\001\003\016:\v;\vI\023 \v", 0x7ff2def270e1 ".\001\003\016:\v;\vI\023?\031 \v", 0x7ff2def1ed4f "\005", 0x7ff2def1ed5e ".", 0x7ff2def1aecd "!", 0x7ff2def1aed6 "\r", 0x7ff2def1aeec ".", 0x7ff2def1af00 "\035\001\061\023\021\001\022\aX!%Y!\215\rW!\020\001\023", 0x7ff2def1af17 "\n", 0x7ff2def1af24 ".", 0x7ff2def1af3d "4", 0x7ff2def1af4e ".", 0x7ff2def1af66 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7ff2def1af83 ".\001?\031\003\016:!(;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7ff2def1af9f ".", 0x7ff2def1afb9 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7ff2def1afce "\026", 0x7ff2def1afd8 "\023\001\003\016\v\v:\v;\v\001\023", 0x7ff2def1afe8 "\017", 0x7ff2def1aff0 "$", 0x7ff2def1affc "\026", 0x7ff2def1b00a "&", 0x7ff2def1b010 "\026", 0x7ff2def1b020 "(", 0x7ff2def1b02a "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7ff2def1b03f "\025\001I\023\001\023", 0x7ff2def1b049 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7ff2def1b05e "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7ff2def1b070 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7ff2def1b082 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7ff2def1b095 "\026", 0x7ff2def1b0a8 "!", 0x7ff2def1b0ae "4", 0x7ff2def1b0be ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7ff2def1b0d9 ".", 0x7ff2def1b0f0 ".", 0x7ff2def1b107 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7ff2def1b123 ".", 0x7ff2def1b140 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7ff2def1b161 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7ff2def1b180 ".", 0x7ff2def1b19a ".", 0x7ff2def1b1b6 "4", 0x7ff2def1b1c2 ".", 0x7ff2def1b1dd ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7ff2def1b1f1 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7ff2def1b210 ".", 0x7ff2def1b22b ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7ff2def1b241 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7ff2def1b25e ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7ff2def1b276 ".", 0x7ffd94731bd8 "", 0x5587e9e455f0 "@\354\232\343\362\177", 0x5587e9e455e8 "\320\372z\342\362\177", 0x7ffd94731be0 "", 0x5587e9e44e28 "+\262\361\336\362\177", 0x5587e9e455a8 "", 0x5587e9e455b0 "@\211\017\341\362\177", 0x5587e9e455b8 "\005", 0x5587e9e455c0 "", 0x7ffd94731be8 "p\004\234\347\207U", 0x7ffd94731bf0 " \034s\224\375\177", 0x7ffd94731bf8 "", 0x7ffd94731c00 "", 0x7ffd94731c08 "\225\004\234\347\207U", 0x0, 0x7ffd94731c10 "\030\034s\224\375\177", 0x5587e79c0495 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x5587e79c0470 <_start> "\363\017\036\372\061\355I\211\321^H\211\342H\203\344\360PTE1\300\061\311H\215=;\001", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x5587e9e44f60 "\020V\344\351\207U", 0x5587e9e45200 "PR\344\351\207U", 0x7ff2fd06dcb5 <backtrace_helper+85> "\213S\030\205\322~\021H\213\vHc\362H\213<\361H9|\361\370t\033H\211C\020\203\302\001\211S\030;S\034t\022[1\300A\\]\303\017\037D", 0x5587e9e44f60 "\020V\344\351\207U", 0x5587e9e45050 "", 0x5587e9e45200 "PR\344\351\207U", 0x7ff2fd17b994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x5587e9e45610 ":`\025", 0x5587e9e45608 "@\354\232\343\362\177", 0x5587e9e45618 ""...}}
        i = 0
        j = 306
        shstr = 0x7ff2dface3fb ""
        ehdr = 0x7ff2de07f000
        shdr = 0x7ff2dface5f0
        shstr_shdr = 0x7ff2dfacf170
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7ff2dface6b0
        fd = 5
        filesize = 27591088
        file = 0x7ff2de07f000 "\177ELF\002\001\001"
        symtab_shdr = 0x7ff2dfacf0f0
        strtab_shdr = 0x7ff2dfacf130
        dynsym_shdr = 0x7ff2dface770
        dynstr_shdr = 0x7ff2dface7b0
        obj = 0x5587ea07f360
        dladdr_fbase = 94042194407424
#5  0x00005587e7d1189e in rb_dump_backtrace_with_lines (num_traces=37, traces=0x5587e8008960 <trace>, errout=0x7ff2fd1546a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 140681602621176
        i = 0
        lines = 0x5587eb02a710
        obj = 0x5587ea07f360
        dladdr_fbases = 0x5587ea232f90
        main_path = 0x5587e9e45160 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#6  0x00005587e7beac7b in rb_print_backtrace (errout=0x7ff2fd1546a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x5587e7beac60 <rb_print_backtrace+36>, 0x5587e7beb383 <rb_vm_bugreport+656>, 0x5587e7dcbdc8 <rb_bug_for_fatal_signal+327>, 0x5587e7b31c54 <sigill>, 0x7ff2fcf7c520 <__restore_rt>, 0x5587e7bc1884 <vm_sendish+407>, 0x5587e7bc8e74 <vm_exec_core+14741>, 0x5587e7bdf85e <rb_vm_exec+320>, 0x5587e7bdc44b <invoke_block+216>, 0x5587e7bdc871 <invoke_block_from_c_bh+793>, 0x5587e7bdca6b <vm_yield_with_cref+90>, 0x5587e7bdcaa9 <vm_yield+56>, 0x5587e7bd73ab <rb_yield_0+47>, 0x5587e7bd7412 <rb_yield+66>, 0x5587e7d1ac74 <select_bang_i+88>, 0x5587e79c69c8 <rb_ensure+388>, 0x5587e7d1aefa <rb_ary_select_bang+159>, 0x5587e7d1af64 <rb_ary_keep_if+84>, 0x5587e7bba767 <ractor_safe_call_cfunc_0+48>, 0x5587e7bbb36c <vm_call_cfunc_with_frame_+541>, 0x5587e7bbb541 <vm_call_cfunc_with_frame+121>, 0x5587e7bbb659 <vm_call_cfunc_other+278>, 0x5587e7bbba81 <vm_call_cfunc+302>, 0x5587e7bbe5b0 <vm_call_method_each_type+289>, 0x5587e7bbf05c <vm_call_method+161>, 0x5587e7bbf25e <vm_call_general+47>, 0x5587e7bc18e3 <vm_sendish+502>, 0x5587e7bc8ccb <vm_exec_core+14316>, 0x5587e7bdf85e <rb_vm_exec+320>, 0x5587e7be06bd <rb_iseq_eval_main+61>, 0x5587e79c4bcb <rb_ec_exec_node+318>, 0x5587e79c4d48 <ruby_run_node+150>, 0x5587e79c05b4 <rb_main+76>, 0x5587e79c0615 <main+75>, 0x7ff2fcf63d90 <__libc_start_call_main+128>, 0x7ff2fcf63e40 <__libc_start_main_impl+128>, 0x5587e79c0495 <_start+37>, 0x0 <repeats 987 times>}
        n = 37
#7  0x00005587e7beb383 in rb_vm_bugreport (ctx=0x5587e9e45580, errout=0x7ff2fd1546a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x5587e9db0b10
        ec = 0x5587e9db44e0
#8  0x00005587e7dcbdc8 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x5587e9e45580, fmt=0x5587e7e3368b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7ff2fd1546a0 <_IO_2_1_stderr_>
        file = 0x7ff2e09a0de0 "/tmp/ruby/build/trunk-O0/.ext/common/objspace.rb"
        line = 36
#9  0x00005587e7b31c54 in sigsegv (sig=11, info=0x5587e9e456b0, ctx=0x5587e9e45580) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 0x00005587e7bc1884 in vm_search_method_fastpath (klass=140681177394240, cd=0x5587e9f48a70, cd_owner=140681135686560) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2208
        cc = 0x7ff2e27afad0
#12 vm_sendish (ec=0x5587e9db44e0, reg_cfp=0x7ff2fcf35ef8, cd=0x5587e9f48a70, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5580
        val = 36
        ci = 0x8400100001
        cc = 0x7ff2e27afb20
        argc = 0
        recv = 140681135205400
        calling = {cd = 0x5587e9f48a70, cc = 0x0, block_handler = 0, recv = 140681135205400, argc = 0, kw_splat = false, heap_argv = 0}
#13 0x00005587e7bc8e74 in vm_exec_core (ec=0x5587e9db44e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x5587e9f48a70
        leaf = false
        val = 20
        reg_pc = 0x5587e9f6ec10
        reg_cfp = 0x7ff2fcf35ef8
        insns_address_table = {0x5587e7bc554b <vm_exec_core+108>, 0x5587e7bc55ad <vm_exec_core+206>, 0x5587e7bc56c0 <vm_exec_core+481>, 0x5587e7bc57d4 <vm_exec_core+757>, 0x5587e7bc5972 <vm_exec_core+1171>, 0x5587e7bc5aa2 <vm_exec_core+1475>, 0x5587e7bc5cb4 <vm_exec_core+2005>, 0x5587e7bc5dc6 <vm_exec_core+2279>, 0x5587e7bc5e9f <vm_exec_core+2496>, 0x5587e7bc5fa6 <vm_exec_core+2759>, 0x5587e7bc60ad <vm_exec_core+3022>, 0x5587e7bc61bb <vm_exec_core+3292>, 0x5587e7bc62cd <vm_exec_core+3566>, 0x5587e7bc639d <vm_exec_core+3774>, 0x5587e7bc64a6 <vm_exec_core+4039>, 0x5587e7bc65a0 <vm_exec_core+4289>, 0x5587e7bc6663 <vm_exec_core+4484>, 0x5587e7bc6726 <vm_exec_core+4679>, 0x5587e7bc67af <vm_exec_core+4816>, 0x5587e7bc683b <vm_exec_core+4956>, 0x5587e7bc68e1 <vm_exec_core+5122>, 0x5587e7bc69b9 <vm_exec_core+5338>, 0x5587e7bc6a86 <vm_exec_core+5543>, 0x5587e7bc6b64 <vm_exec_core+5765>, 0x5587e7bc6c26 <vm_exec_core+5959>, 0x5587e7bc6d65 <vm_exec_core+6278>, 0x5587e7bc6e0b <vm_exec_core+6444>, 0x5587e7bc6ef0 <vm_exec_core+6673>, 0x5587e7bc701f <vm_exec_core+6976>, 0x5587e7bc70e2 <vm_exec_core+7171>, 0x5587e7bc71a5 <vm_exec_core+7366>, 0x5587e7bc729c <vm_exec_core+7613>, 0x5587e7bc735e <vm_exec_core+7807>, 0x5587e7bc743d <vm_exec_core+8030>, 0x5587e7bc750a <vm_exec_core+8235>, 0x5587e7bc761a <vm_exec_core+8507>, 0x5587e7bc7714 <vm_exec_core+8757>, 0x5587e7bc778f <vm_exec_core+8880>, 0x5587e7bc7850 <vm_exec_core+9073>, 0x5587e7bc793e <vm_exec_core+9311>, 0x5587e7bc79ee <vm_exec_core+9487>, 0x5587e7bc7b6d <vm_exec_core+9870>, 0x5587e7bc7c47 <vm_exec_core+10088>, 0x5587e7bc7d33 <vm_exec_core+10324>, 0x5587e7bc7dc4 <vm_exec_core+10469>, 0x5587e7bc7f1f <vm_exec_core+10816>, 0x5587e7bc84c1 <vm_exec_core+12258>, 0x5587e7bc85bd <vm_exec_core+12510>, 0x5587e7bc86c0 <vm_exec_core+12769>, 0x5587e7bc87ac <vm_exec_core+13005>, 0x5587e7bc89c5 <vm_exec_core+13542>, 0x5587e7bc8ab7 <vm_exec_core+13784>, 0x5587e7bc8bbd <vm_exec_core+14046>, 0x5587e7bc8dba <vm_exec_core+14555>, 0x5587e7bc8f63 <vm_exec_core+14980>, 0x5587e7bc908e <vm_exec_core+15279>, 0x5587e7bc91fa <vm_exec_core+15643>, 0x5587e7bc9325 <vm_exec_core+15942>, 0x5587e7bc9491 <vm_exec_core+16306>, 0x5587e7bc9673 <vm_exec_core+16788>, 0x5587e7bc9870 <vm_exec_core+17297>, 0x5587e7bc9a19 <vm_exec_core+17722>, 0x5587e7bc9b3b <vm_exec_core+18012>, 0x5587e7bc9be2 <vm_exec_core+18179>, 0x5587e7bc9ca6 <vm_exec_core+18375>, 0x5587e7bc9d8f <vm_exec_core+18608>, 0x5587e7bc9e7b <vm_exec_core+18844>, 0x5587e7bc9f64 <vm_exec_core+19077>, 0x5587e7bca078 <vm_exec_core+19353>, 0x5587e7bca19f <vm_exec_core+19648>, 0x5587e7bca2d5 <vm_exec_core+19958>, 0x5587e7bca40b <vm_exec_core+20268>, 0x5587e7bca541 <vm_exec_core+20578>, 0x5587e7bca677 <vm_exec_core+20888>, 0x5587e7bca7ad <vm_exec_core+21198>, 0x5587e7bca8ee <vm_exec_core+21519>, 0x5587e7bcaa68 <vm_exec_core+21897>, 0x5587e7bcab9e <vm_exec_core+22207>, 0x5587e7bcacd4 <vm_exec_core+22517>, 0x5587e7bcae0a <vm_exec_core+22827>, 0x5587e7bcaf40 <vm_exec_core+23137>, 0x5587e7bcb076 <vm_exec_core+23447>, 0x5587e7bcb1ac <vm_exec_core+23757>, 0x5587e7bcb2e2 <vm_exec_core+24067>, 0x5587e7bcb418 <vm_exec_core+24377>, 0x5587e7bcb567 <vm_exec_core+24712>, 0x5587e7bcb721 <vm_exec_core+25154>, 0x5587e7bcb89f <vm_exec_core+25536>, 0x5587e7bcb9be <vm_exec_core+25823>, 0x5587e7bcbadd <vm_exec_core+26110>, 0x5587e7bcbbf7 <vm_exec_core+26392>, 0x5587e7bcbd11 <vm_exec_core+26674>, 0x5587e7bcbe3c <vm_exec_core+26973>, 0x5587e7bcbf72 <vm_exec_core+27283>, 0x5587e7bcc05d <vm_exec_core+27518>, 0x5587e7bcc162 <vm_exec_core+27779>, 0x5587e7bcc2aa <vm_exec_core+28107>, 0x5587e7bcc399 <vm_exec_core+28346>, 0x5587e7bcc473 <vm_exec_core+28564>, 0x5587e7bcc548 <vm_exec_core+28777>, 0x5587e7bcc623 <vm_exec_core+28996>, 0x5587e7bcc69f <vm_exec_core+29120>, 0x5587e7bcc71b <vm_exec_core+29244>, 0x5587e7bcc739 <vm_exec_core+29274>, 0x5587e7bcc757 <vm_exec_core+29304>, 0x5587e7bcc775 <vm_exec_core+29334>, 0x5587e7bcc793 <vm_exec_core+29364>, 0x5587e7bcc7b1 <vm_exec_core+29394>, 0x5587e7bcc7cf <vm_exec_core+29424>, 0x5587e7bcc7ed <vm_exec_core+29454>, 0x5587e7bcc80b <vm_exec_core+29484>, 0x5587e7bcc829 <vm_exec_core+29514>, 0x5587e7bcc847 <vm_exec_core+29544>, 0x5587e7bcc865 <vm_exec_core+29574>, 0x5587e7bcc883 <vm_exec_core+29604>, 0x5587e7bcc8a1 <vm_exec_core+29634>, 0x5587e7bcc8bf <vm_exec_core+29664>, 0x5587e7bcc8dd <vm_exec_core+29694>, 0x5587e7bcc8fb <vm_exec_core+29724>, 0x5587e7bcc919 <vm_exec_core+29754>, 0x5587e7bcc937 <vm_exec_core+29784>, 0x5587e7bcc955 <vm_exec_core+29814>, 0x5587e7bcc973 <vm_exec_core+29844>, 0x5587e7bcc991 <vm_exec_core+29874>, 0x5587e7bcc9af <vm_exec_core+29904>, 0x5587e7bcc9cd <vm_exec_core+29934>, 0x5587e7bcc9eb <vm_exec_core+29964>, 0x5587e7bcca09 <vm_exec_core+29994>, 0x5587e7bcca27 <vm_exec_core+30024>, 0x5587e7bcca45 <vm_exec_core+30054>, 0x5587e7bcca63 <vm_exec_core+30084>, 0x5587e7bcca81 <vm_exec_core+30114>, 0x5587e7bcca9f <vm_exec_core+30144>, 0x5587e7bccabd <vm_exec_core+30174>, 0x5587e7bccadb <vm_exec_core+30204>, 0x5587e7bccaf9 <vm_exec_core+30234>, 0x5587e7bccb17 <vm_exec_core+30264>, 0x5587e7bccb35 <vm_exec_core+30294>, 0x5587e7bccb53 <vm_exec_core+30324>, 0x5587e7bccb71 <vm_exec_core+30354>, 0x5587e7bccb8f <vm_exec_core+30384>, 0x5587e7bccbad <vm_exec_core+30414>, 0x5587e7bccbcb <vm_exec_core+30444>, 0x5587e7bccbe9 <vm_exec_core+30474>, 0x5587e7bccc07 <vm_exec_core+30504>, 0x5587e7bccc25 <vm_exec_core+30534>, 0x5587e7bccc43 <vm_exec_core+30564>, 0x5587e7bccc61 <vm_exec_core+30594>, 0x5587e7bccc7f <vm_exec_core+30624>, 0x5587e7bccc9d <vm_exec_core+30654>, 0x5587e7bcccbb <vm_exec_core+30684>, 0x5587e7bcccd9 <vm_exec_core+30714>, 0x5587e7bcccf7 <vm_exec_core+30744>, 0x5587e7bccd15 <vm_exec_core+30774>, 0x5587e7bccd33 <vm_exec_core+30804>, 0x5587e7bccd51 <vm_exec_core+30834>, 0x5587e7bccd6f <vm_exec_core+30864>, 0x5587e7bccd8d <vm_exec_core+30894>, 0x5587e7bccdab <vm_exec_core+30924>, 0x5587e7bccdc9 <vm_exec_core+30954>, 0x5587e7bccde7 <vm_exec_core+30984>, 0x5587e7bcce05 <vm_exec_core+31014>, 0x5587e7bcce23 <vm_exec_core+31044>, 0x5587e7bcce41 <vm_exec_core+31074>, 0x5587e7bcce5f <vm_exec_core+31104>, 0x5587e7bcce7d <vm_exec_core+31134>, 0x5587e7bcce9b <vm_exec_core+31164>, 0x5587e7bcceb9 <vm_exec_core+31194>, 0x5587e7bcced7 <vm_exec_core+31224>, 0x5587e7bccef5 <vm_exec_core+31254>, 0x5587e7bccf13 <vm_exec_core+31284>, 0x5587e7bccf31 <vm_exec_core+31314>, 0x5587e7bccf4f <vm_exec_core+31344>, 0x5587e7bccf6d <vm_exec_core+31374>, 0x5587e7bccf8b <vm_exec_core+31404>, 0x5587e7bccfa9 <vm_exec_core+31434>, 0x5587e7bccfc7 <vm_exec_core+31464>, 0x5587e7bccfe5 <vm_exec_core+31494>, 0x5587e7bcd016 <vm_exec_core+31543>, 0x5587e7bcd034 <vm_exec_core+31573>, 0x5587e7bcd052 <vm_exec_core+31603>, 0x5587e7bcd070 <vm_exec_core+31633>, 0x5587e7bcd08e <vm_exec_core+31663>, 0x5587e7bcd0ac <vm_exec_core+31693>, 0x5587e7bcd0ca <vm_exec_core+31723>, 0x5587e7bcd0e8 <vm_exec_core+31753>, 0x5587e7bcd106 <vm_exec_core+31783>, 0x5587e7bcd124 <vm_exec_core+31813>, 0x5587e7bcd142 <vm_exec_core+31843>, 0x5587e7bcd160 <vm_exec_core+31873>, 0x5587e7bcd17e <vm_exec_core+31903>, 0x5587e7bcd19c <vm_exec_core+31933>, 0x5587e7bcd1ba <vm_exec_core+31963>, 0x5587e7bcd1d8 <vm_exec_core+31993>, 0x5587e7bcd1f6 <vm_exec_core+32023>, 0x5587e7bcd214 <vm_exec_core+32053>, 0x5587e7bcd232 <vm_exec_core+32083>, 0x5587e7bcd250 <vm_exec_core+32113>, 0x5587e7bcd26e <vm_exec_core+32143>, 0x5587e7bcd28c <vm_exec_core+32173>...}
#14 0x00005587e7bdf85e in rb_vm_exec (ec=0x5587e9db44e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x5587e9db44e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffd94730470, 0x5587e7bdf7dc <rb_vm_exec+190>, 0x0, 0x7ffd947303c0, 0x7ffd94730460}, prev = 0x7ffd94730780, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#15 0x00005587e7bdc44b in invoke_block (ec=0x5587e9db44e0, iseq=0x7ff2e11e6f00, self=140681601535480, captured=0x7ff2fcf35fb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 1
#16 0x00005587e7bdc871 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffd947306a8, argc=1, self=140681601535480, captured=0x7ff2fcf35fb8, ec=0x5587e9db44e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7ff2e11e6f00
        opt_pc = 0
        type = 572653569
        cfp = 0x7ff2fcf35f68
        sp = 0x7ff2fce36070
        flags = 0
        use_argv = 0x7ffd947306a8
        av = {94042196717688, 140681602621288}
        stack_argv = 0x7ff2fce36070
#17 invoke_block_from_c_bh (ec=0x5587e9db44e0, block_handler=140681602621369, argc=1, argv=0x7ffd947306a8, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1597
        captured = 0x7ff2fcf35fb8
#18 0x00005587e7bdca6b in vm_yield_with_cref (ec=0x5587e9db44e0, argc=1, argv=0x7ffd947306a8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#19 0x00005587e7bdcaa9 in vm_yield (ec=0x5587e9db44e0, argc=1, argv=0x7ffd947306a8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#20 0x00005587e7bd73ab in rb_yield_0 (argc=1, argv=0x7ffd947306a8) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#21 0x00005587e7bd7412 in rb_yield (val=140681137158200) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#22 0x00005587e7d1ac74 in select_bang_i (a=140727094020128) at /tmp/ruby/src/trunk-O0/array.c:3825
        v = 140681137158200
        arg = 0x7ffd94730820
        ary = 140681601546800
        i1 = 27014
        i2 = 27014
#23 0x00005587e79c69c8 in rb_ensure (b_proc=0x5587e7d1ac1c <select_bang_i>, data1=140727094020128, e_proc=0x5587e7d1acf6 <select_bang_ensure>, data2=140727094020128) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x5587e9db44e0
        _tag = {tag = 36, retval = 140681601546800, buf = {0x7ffd94730800, 0x5587e79c696b <rb_ensure+295>, 0x0, 0x7ffd94730710, 0x7ffd947307d8}, prev = 0x7ffd94731910, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 140681601546800
        ec = 0x5587e9db44e0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x5587e7d1acf6 <select_bang_ensure>, data2 = 140727094020128}}
#24 0x00005587e7d1aefa in rb_ary_select_bang (ary=140681601546800) at /tmp/ruby/src/trunk-O0/array.c:3888
        args = {ary = 140681601546800, len = {27014, 27014}}
#25 0x00005587e7d1af64 in rb_ary_keep_if (ary=140681601546800) at /tmp/ruby/src/trunk-O0/array.c:3913
No locals.
#26 0x00005587e7bba767 in ractor_safe_call_cfunc_0 (recv=140681601546800, argc=0, argv=0x7ff2fce36058, func=0x5587e7d1af10 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x5587e7d1af10 <rb_ary_keep_if>
#27 0x00005587e7bbb36c in vm_call_cfunc_with_frame_ (ec=0x5587e9db44e0, reg_cfp=0x7ff2fcf35fa0, calling=0x7ffd94730cb0, argc=0, argv=0x7ff2fce36058, stack_bottom=0x7ff2fce36050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x358100000001
        cc = 0x7ff2e27afb98
        val = 94042232407080
        me = 0x7ff2e112f148
        cfunc = 0x5587e9e05b28
        recv = 140681601546800
        block_handler = 140681602621369
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#28 0x00005587e7bbb541 in vm_call_cfunc_with_frame (ec=0x5587e9db44e0, reg_cfp=0x7ff2fcf35fa0, calling=0x7ffd94730cb0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7ff2fce36050
        argv = 0x7ff2fce36058
#29 0x00005587e7bbb659 in vm_call_cfunc_other (ec=0x5587e9db44e0, reg_cfp=0x7ff2fcf35fa0, calling=0x7ffd94730cb0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x358100000001
        argv_ary = 0
#30 0x00005587e7bbba81 in vm_call_cfunc (ec=0x5587e9db44e0, reg_cfp=0x7ff2fcf35fa0, calling=0x7ffd94730cb0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x358100000001
#31 0x00005587e7bbe5b0 in vm_call_method_each_type (ec=0x5587e9db44e0, cfp=0x7ff2fcf35fa0, calling=0x7ffd94730cb0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x358100000001
        cc = 0x7ff2e27afb98
        cme = 0x7ff2e112f148
        v = 94042233692840
#32 0x00005587e7bbf05c in vm_call_method (ec=0x5587e9db44e0, cfp=0x7ff2fcf35fa0, calling=0x7ffd94730cb0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x358100000001
        cc = 0x7ff2e27afb98
#33 0x00005587e7bbf25e in vm_call_general (ec=0x5587e9db44e0, reg_cfp=0x7ff2fcf35fa0, calling=0x7ffd94730cb0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#34 0x00005587e7bc18e3 in vm_sendish (ec=0x5587e9db44e0, reg_cfp=0x7ff2fcf35fa0, cd=0x5587e9f58830, block_handler=140681602621369, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x358100000001
        cc = 0x7ff2e27afb98
        argc = 0
        recv = 140681601546800
        calling = {cd = 0x5587e9f58830, cc = 0x7ff2e27afb98, block_handler = 140681602621369, recv = 140681601546800, argc = 0, kw_splat = false, heap_argv = 0}
#35 0x00005587e7bc8ccb in vm_exec_core (ec=0x5587e9db44e0) at ../../src/trunk-O0/insns.def:814
        bh = 140681602621369
        cd = 0x5587e9f58830
        blockiseq = 0x7ff2e11e6f00
        leaf = false
        val = 140681158524480
        reg_pc = 0x5587e9f58420
        reg_cfp = 0x7ff2fcf35fa0
        insns_address_table = {0x5587e7bc554b <vm_exec_core+108>, 0x5587e7bc55ad <vm_exec_core+206>, 0x5587e7bc56c0 <vm_exec_core+481>, 0x5587e7bc57d4 <vm_exec_core+757>, 0x5587e7bc5972 <vm_exec_core+1171>, 0x5587e7bc5aa2 <vm_exec_core+1475>, 0x5587e7bc5cb4 <vm_exec_core+2005>, 0x5587e7bc5dc6 <vm_exec_core+2279>, 0x5587e7bc5e9f <vm_exec_core+2496>, 0x5587e7bc5fa6 <vm_exec_core+2759>, 0x5587e7bc60ad <vm_exec_core+3022>, 0x5587e7bc61bb <vm_exec_core+3292>, 0x5587e7bc62cd <vm_exec_core+3566>, 0x5587e7bc639d <vm_exec_core+3774>, 0x5587e7bc64a6 <vm_exec_core+4039>, 0x5587e7bc65a0 <vm_exec_core+4289>, 0x5587e7bc6663 <vm_exec_core+4484>, 0x5587e7bc6726 <vm_exec_core+4679>, 0x5587e7bc67af <vm_exec_core+4816>, 0x5587e7bc683b <vm_exec_core+4956>, 0x5587e7bc68e1 <vm_exec_core+5122>, 0x5587e7bc69b9 <vm_exec_core+5338>, 0x5587e7bc6a86 <vm_exec_core+5543>, 0x5587e7bc6b64 <vm_exec_core+5765>, 0x5587e7bc6c26 <vm_exec_core+5959>, 0x5587e7bc6d65 <vm_exec_core+6278>, 0x5587e7bc6e0b <vm_exec_core+6444>, 0x5587e7bc6ef0 <vm_exec_core+6673>, 0x5587e7bc701f <vm_exec_core+6976>, 0x5587e7bc70e2 <vm_exec_core+7171>, 0x5587e7bc71a5 <vm_exec_core+7366>, 0x5587e7bc729c <vm_exec_core+7613>, 0x5587e7bc735e <vm_exec_core+7807>, 0x5587e7bc743d <vm_exec_core+8030>, 0x5587e7bc750a <vm_exec_core+8235>, 0x5587e7bc761a <vm_exec_core+8507>, 0x5587e7bc7714 <vm_exec_core+8757>, 0x5587e7bc778f <vm_exec_core+8880>, 0x5587e7bc7850 <vm_exec_core+9073>, 0x5587e7bc793e <vm_exec_core+9311>, 0x5587e7bc79ee <vm_exec_core+9487>, 0x5587e7bc7b6d <vm_exec_core+9870>, 0x5587e7bc7c47 <vm_exec_core+10088>, 0x5587e7bc7d33 <vm_exec_core+10324>, 0x5587e7bc7dc4 <vm_exec_core+10469>, 0x5587e7bc7f1f <vm_exec_core+10816>, 0x5587e7bc84c1 <vm_exec_core+12258>, 0x5587e7bc85bd <vm_exec_core+12510>, 0x5587e7bc86c0 <vm_exec_core+12769>, 0x5587e7bc87ac <vm_exec_core+13005>, 0x5587e7bc89c5 <vm_exec_core+13542>, 0x5587e7bc8ab7 <vm_exec_core+13784>, 0x5587e7bc8bbd <vm_exec_core+14046>, 0x5587e7bc8dba <vm_exec_core+14555>, 0x5587e7bc8f63 <vm_exec_core+14980>, 0x5587e7bc908e <vm_exec_core+15279>, 0x5587e7bc91fa <vm_exec_core+15643>, 0x5587e7bc9325 <vm_exec_core+15942>, 0x5587e7bc9491 <vm_exec_core+16306>, 0x5587e7bc9673 <vm_exec_core+16788>, 0x5587e7bc9870 <vm_exec_core+17297>, 0x5587e7bc9a19 <vm_exec_core+17722>, 0x5587e7bc9b3b <vm_exec_core+18012>, 0x5587e7bc9be2 <vm_exec_core+18179>, 0x5587e7bc9ca6 <vm_exec_core+18375>, 0x5587e7bc9d8f <vm_exec_core+18608>, 0x5587e7bc9e7b <vm_exec_core+18844>, 0x5587e7bc9f64 <vm_exec_core+19077>, 0x5587e7bca078 <vm_exec_core+19353>, 0x5587e7bca19f <vm_exec_core+19648>, 0x5587e7bca2d5 <vm_exec_core+19958>, 0x5587e7bca40b <vm_exec_core+20268>, 0x5587e7bca541 <vm_exec_core+20578>, 0x5587e7bca677 <vm_exec_core+20888>, 0x5587e7bca7ad <vm_exec_core+21198>, 0x5587e7bca8ee <vm_exec_core+21519>, 0x5587e7bcaa68 <vm_exec_core+21897>, 0x5587e7bcab9e <vm_exec_core+22207>, 0x5587e7bcacd4 <vm_exec_core+22517>, 0x5587e7bcae0a <vm_exec_core+22827>, 0x5587e7bcaf40 <vm_exec_core+23137>, 0x5587e7bcb076 <vm_exec_core+23447>, 0x5587e7bcb1ac <vm_exec_core+23757>, 0x5587e7bcb2e2 <vm_exec_core+24067>, 0x5587e7bcb418 <vm_exec_core+24377>, 0x5587e7bcb567 <vm_exec_core+24712>, 0x5587e7bcb721 <vm_exec_core+25154>, 0x5587e7bcb89f <vm_exec_core+25536>, 0x5587e7bcb9be <vm_exec_core+25823>, 0x5587e7bcbadd <vm_exec_core+26110>, 0x5587e7bcbbf7 <vm_exec_core+26392>, 0x5587e7bcbd11 <vm_exec_core+26674>, 0x5587e7bcbe3c <vm_exec_core+26973>, 0x5587e7bcbf72 <vm_exec_core+27283>, 0x5587e7bcc05d <vm_exec_core+27518>, 0x5587e7bcc162 <vm_exec_core+27779>, 0x5587e7bcc2aa <vm_exec_core+28107>, 0x5587e7bcc399 <vm_exec_core+28346>, 0x5587e7bcc473 <vm_exec_core+28564>, 0x5587e7bcc548 <vm_exec_core+28777>, 0x5587e7bcc623 <vm_exec_core+28996>, 0x5587e7bcc69f <vm_exec_core+29120>, 0x5587e7bcc71b <vm_exec_core+29244>, 0x5587e7bcc739 <vm_exec_core+29274>, 0x5587e7bcc757 <vm_exec_core+29304>, 0x5587e7bcc775 <vm_exec_core+29334>, 0x5587e7bcc793 <vm_exec_core+29364>, 0x5587e7bcc7b1 <vm_exec_core+29394>, 0x5587e7bcc7cf <vm_exec_core+29424>, 0x5587e7bcc7ed <vm_exec_core+29454>, 0x5587e7bcc80b <vm_exec_core+29484>, 0x5587e7bcc829 <vm_exec_core+29514>, 0x5587e7bcc847 <vm_exec_core+29544>, 0x5587e7bcc865 <vm_exec_core+29574>, 0x5587e7bcc883 <vm_exec_core+29604>, 0x5587e7bcc8a1 <vm_exec_core+29634>, 0x5587e7bcc8bf <vm_exec_core+29664>, 0x5587e7bcc8dd <vm_exec_core+29694>, 0x5587e7bcc8fb <vm_exec_core+29724>, 0x5587e7bcc919 <vm_exec_core+29754>, 0x5587e7bcc937 <vm_exec_core+29784>, 0x5587e7bcc955 <vm_exec_core+29814>, 0x5587e7bcc973 <vm_exec_core+29844>, 0x5587e7bcc991 <vm_exec_core+29874>, 0x5587e7bcc9af <vm_exec_core+29904>, 0x5587e7bcc9cd <vm_exec_core+29934>, 0x5587e7bcc9eb <vm_exec_core+29964>, 0x5587e7bcca09 <vm_exec_core+29994>, 0x5587e7bcca27 <vm_exec_core+30024>, 0x5587e7bcca45 <vm_exec_core+30054>, 0x5587e7bcca63 <vm_exec_core+30084>, 0x5587e7bcca81 <vm_exec_core+30114>, 0x5587e7bcca9f <vm_exec_core+30144>, 0x5587e7bccabd <vm_exec_core+30174>, 0x5587e7bccadb <vm_exec_core+30204>, 0x5587e7bccaf9 <vm_exec_core+30234>, 0x5587e7bccb17 <vm_exec_core+30264>, 0x5587e7bccb35 <vm_exec_core+30294>, 0x5587e7bccb53 <vm_exec_core+30324>, 0x5587e7bccb71 <vm_exec_core+30354>, 0x5587e7bccb8f <vm_exec_core+30384>, 0x5587e7bccbad <vm_exec_core+30414>, 0x5587e7bccbcb <vm_exec_core+30444>, 0x5587e7bccbe9 <vm_exec_core+30474>, 0x5587e7bccc07 <vm_exec_core+30504>, 0x5587e7bccc25 <vm_exec_core+30534>, 0x5587e7bccc43 <vm_exec_core+30564>, 0x5587e7bccc61 <vm_exec_core+30594>, 0x5587e7bccc7f <vm_exec_core+30624>, 0x5587e7bccc9d <vm_exec_core+30654>, 0x5587e7bcccbb <vm_exec_core+30684>, 0x5587e7bcccd9 <vm_exec_core+30714>, 0x5587e7bcccf7 <vm_exec_core+30744>, 0x5587e7bccd15 <vm_exec_core+30774>, 0x5587e7bccd33 <vm_exec_core+30804>, 0x5587e7bccd51 <vm_exec_core+30834>, 0x5587e7bccd6f <vm_exec_core+30864>, 0x5587e7bccd8d <vm_exec_core+30894>, 0x5587e7bccdab <vm_exec_core+30924>, 0x5587e7bccdc9 <vm_exec_core+30954>, 0x5587e7bccde7 <vm_exec_core+30984>, 0x5587e7bcce05 <vm_exec_core+31014>, 0x5587e7bcce23 <vm_exec_core+31044>, 0x5587e7bcce41 <vm_exec_core+31074>, 0x5587e7bcce5f <vm_exec_core+31104>, 0x5587e7bcce7d <vm_exec_core+31134>, 0x5587e7bcce9b <vm_exec_core+31164>, 0x5587e7bcceb9 <vm_exec_core+31194>, 0x5587e7bcced7 <vm_exec_core+31224>, 0x5587e7bccef5 <vm_exec_core+31254>, 0x5587e7bccf13 <vm_exec_core+31284>, 0x5587e7bccf31 <vm_exec_core+31314>, 0x5587e7bccf4f <vm_exec_core+31344>, 0x5587e7bccf6d <vm_exec_core+31374>, 0x5587e7bccf8b <vm_exec_core+31404>, 0x5587e7bccfa9 <vm_exec_core+31434>, 0x5587e7bccfc7 <vm_exec_core+31464>, 0x5587e7bccfe5 <vm_exec_core+31494>, 0x5587e7bcd016 <vm_exec_core+31543>, 0x5587e7bcd034 <vm_exec_core+31573>, 0x5587e7bcd052 <vm_exec_core+31603>, 0x5587e7bcd070 <vm_exec_core+31633>, 0x5587e7bcd08e <vm_exec_core+31663>, 0x5587e7bcd0ac <vm_exec_core+31693>, 0x5587e7bcd0ca <vm_exec_core+31723>, 0x5587e7bcd0e8 <vm_exec_core+31753>, 0x5587e7bcd106 <vm_exec_core+31783>, 0x5587e7bcd124 <vm_exec_core+31813>, 0x5587e7bcd142 <vm_exec_core+31843>, 0x5587e7bcd160 <vm_exec_core+31873>, 0x5587e7bcd17e <vm_exec_core+31903>, 0x5587e7bcd19c <vm_exec_core+31933>, 0x5587e7bcd1ba <vm_exec_core+31963>, 0x5587e7bcd1d8 <vm_exec_core+31993>, 0x5587e7bcd1f6 <vm_exec_core+32023>, 0x5587e7bcd214 <vm_exec_core+32053>, 0x5587e7bcd232 <vm_exec_core+32083>, 0x5587e7bcd250 <vm_exec_core+32113>, 0x5587e7bcd26e <vm_exec_core+32143>, 0x5587e7bcd28c <vm_exec_core+32173>...}
#36 0x00005587e7bdf85e in rb_vm_exec (ec=0x5587e9db44e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x5587e9db44e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffd94731990, 0x5587e7bdf7dc <rb_vm_exec+190>, 0x0, 0x7ffd947318e0, 0x5587e9e38960}, prev = 0x7ffd94731a00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#37 0x00005587e7be06bd in rb_iseq_eval_main (iseq=0x7ff2e28b2478) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x5587e9db44e0
        val = 94042232407264
#38 0x00005587e79c4bcb in rb_ec_exec_node (ec=0x5587e9db44e0, n=0x7ff2e28b2478) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x5587e9db3090
        _ec = 0x5587e9db44e0
        _tag = {tag = 36, retval = 94042194723256, buf = {0x7ffd94731a80, 0x5587e79c4b61 <rb_ec_exec_node+212>, 0x0, 0x7ffd947319d0, 0x5587e9db44e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7ff2e28b2478
#39 0x00005587e79c4d48 in ruby_run_node (n=0x7ff2e28b2478) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5587e9db44e0
        status = 21895
#40 0x00005587e79c05b4 in rb_main (argc=130, argv=0x7ffd94731c28) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140727094024960
#41 0x00005587e79c0615 in main (argc=130, argv=0x7ffd94731c28) 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.65269.ruby -x gdbscript
[New LWP 65269]
[New LWP 65271]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  uleb128 (p=0x558d598ba920) at /tmp/ruby/src/trunk-O0/addr2line.c:223
223		unsigned char b = (unsigned char)*(*p)++;
[Current thread is 1 (Thread 0x7f089dc1b7c0 (LWP 65269))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7f089dc1b7c0 (LWP 65269) uleb128 (p=0x558d598ba920) at /tmp/ruby/src/trunk-O0/addr2line.c:223
  2    Thread 0x7f088463f640 (LWP 65271) 0x00007f089dd43fde in epoll_wait (epfd=4, events=0x558d5899f85c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f088463f640 (LWP 65271)):
#0  0x00007f089dd43fde in epoll_wait (epfd=4, events=0x558d5899f85c <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  0x0000558d585091ce in timer_thread_polling (vm=0x558d59826b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:724
        r = 1281918050
#2  0x0000558d58509876 in timer_thread_func (ptr=0x558d59826b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2999
        vm = 0x558d59826b10
#3  0x00007f089dcb2b43 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 = {140732364473072, -2381970602004865593, 139674557609536, 25, 139674983802960, 140732364473424, 2369037011761995207, 2369088901254061511}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f089dd43bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f089dc1b7c0 (LWP 65269)):
#0  uleb128 (p=0x558d598ba920) at /tmp/ruby/src/trunk-O0/addr2line.c:223
        b = 0 '\000'
        r = 0
        s = 0
#1  0x0000558d586a8d9f in di_skip_records (reader=0x558d598ba8a0, errout=0x7f089de386a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1482
        v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 0, form = 0, size = 0, type = 0}
        at = 3
        form = 14
#2  0x0000558d586a9dc9 in debug_info_read (reader=0x558d598ba8a0, num_traces=36, traces=0x558d589a2960 <trace>, lines=0x558d5a0f7730, offset=0, errout=0x7f089de386a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1906
        die = {pos = 6681991, tag = 19, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
        line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#3  0x0000558d586aaef3 in fill_lines (num_traces=36, traces=0x558d589a2960 <trace>, check_debuglink=1, objp=0x558d598bb1c0, lines=0x558d5a0f7730, offset=0, errout=0x7f089de386a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x558d5a0f8180, file = 0x7f088154f000 "\177ELF\002\001\001", current_version = 5 '\005', current_cu = 0x7f08823723cd "\372u", current_low_pc = 4334728, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f08825a92a7 "2\"", debug_line_format = 4 '\004', debug_line_version = 5, debug_line_files = 0x7f08825a6cd4 "\002\001\037\002\017\312\003P)", debug_line_directories = 0x7f08825a6c5c "\001\001\037\035\036", p = 0x7f0882374f94 "P\024)\b\bf,", cu_end = 0x7f08823799cb "\326\212", pend = 0x7f08823d85be "\001$", q0 = 0x7f0882409dcf "\001(", q = 0x7f0882409f5f "\v:\v;\005\071\v\001\023", format = 4, address_size = 8 '\b', level = 2, abbrev_table = {0x7f089de46000 "", 0x7f0882409dd0 "(", 0x7f0882409dd9 "\005", 0x7f0882409de0 "\r", 0x7f0882409df1 "\005", 0x7f0882409e02 "\005", 0x7f0882409e13 "4", 0x7f0882409e24 "\r", 0x7f0882409e35 ".\001\003\016:\v;\005\071!\001'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f0882409e51 "(", 0x7f0882409e5a "\017", 0x7f0882409e64 "\r", 0x7f0882409e76 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031\001\023", 0x7f0882409e8d "4", 0x7f0882409e9e "\005", 0x7f0882409eaf "\026", 0x7f0882409ebe "\v\001\021\001\022\a", 0x7f0882409ec7 ".\001\003\016:\v;\v9!\001'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f0882409ee3 "&", 0x7f0882409eea "\r", 0x7f0882409efc "4", 0x7f0882409f0d "\r", 0x7f0882409f1c "\023\001\003\016\v\v:\v;\v9\v\001\023", 0x7f0882409f2d "(", 0x7f0882409f36 "\r", 0x7f0882409f47 "4", 0x7f0882409f5a "\023\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f0882409f6b ".\001?\031\003\016:\v;\005\071\v'\031I\023<\031\001\023", 0x7f0882409f82 "\v\001\021\001\022\a\001\023", 0x7f0882409f8d ".\001?\031\003\016:!\032;\005\071!\001'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f0882409fac "\001\001I\023\001\023", 0x7f0882409fb5 "!", 0x7f0882409fbe "\023", 0x7f0882409fc7 ".\001\003\016:\v;\005\071!\001'\031I\023\021\001\022\a@\030z\031\001\023", 0x7f0882409fe3 "$", 0x7f0882409fee "\004\001\003\016>\v\v!\004I\023:\v;\v9\v\001\023", 0x7f088240a004 "\026", 0x7f088240a013 ".\001\003\016:\v;\v9!\001'\031I\023\021\001\022\a@\030z\031\001\023", 0x7f088240a02f "4", 0x7f088240a040 "\023\001\v\v:\v;\v9\v\001\023", 0x7f088240a04f "\027\001\v\v:\v;\v9\v\001\023", 0x7f088240a05e "\r", 0x7f088240a072 "\023\001\v\v:!\024;\005\071\v\001\023", 0x7f088240a082 "\r", 0x7f088240a092 "\r", 0x7f088240a0a8 "\023\001\003\016\v\v\210\001!\b:\v;\v9\v\001\023", 0x7f088240a0bd "\025\001'\031I\023\001\023", 0x7f088240a0c8 "\r", 0x7f088240a0df ".\001?\031\003\016:\v;\v9!\006'\031<\031\001\023", 0x7f088240a0f5 "\r", 0x7f088240a104 ".\001\003\016:\v;\005\071!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f088240a11e "\004\001\003\016>!\a\v!\004I\023:!\024;\005\071\v\001\023", 0x7f088240a136 ".\001?\031\003\016:\v;\005\071!\006'\031<\031\001\023", 0x7f088240a14c "\030", 0x7f088240a151 "\005", 0x7f088240a15a "\005", 0x7f088240a16a "\004\001>!\a\v!\004I\023:\v;\v9\v\001\023", 0x7f088240a17f "\r", 0x7f088240a194 "\023\001\003\016\v\005:!\024;\005\071\v\001\023", 0x7f088240a1a6 "\027\001\v\v:!\024;\005\071!\005\001\023", 0x7f088240a1b7 "\023\001\v\005:!\024;\005\071\v\001\023", 0x7f088240a1c7 "5", 0x7f088240a1ce "(", 0x7f088240a1d7 "\025\001'\031\001\023", 0x7f088240a1e0 "\r", 0x7f088240a1f4 "\r", 0x7f088240a20a ".\001?\031\003\016:\v;\005\071!\006'\031\207\001\031<\031\001\023", 0x7f088240a223 ".\001?\031\003\016:\v;\v9!\006'\031\207\001\031<\031\001\023", 0x7f088240a23c ".\001?\031\003\b:!\321", 0x7f088240a256 ".\001?\031\003\016:!\032;\005\071!\001'\031I\023\021\001\022\a@\030z\031\001\023", 0x7f088240a275 "\035\001\061\023\021\001\022\aX!\026Y\005W!\f", 0x7f088240a288 ".\001?\031\003\016:!\027;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f088240a2a4 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f088240a2b9 "$", 0x7f088240a2c4 "\017", 0x7f088240a2cb "&", 0x7f088240a2d0 "\026", 0x7f088240a2df "(", 0x7f088240a2e8 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f088240a2fc "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f088240a310 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f088240a321 "!", 0x7f088240a32a "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f088240a33c "\026", 0x7f088240a34e "4", 0x7f088240a35d ".", 0x7f088240a372 ".\001?\031\003\016:\v;\005\071\v'\031\021\001\022\a@\030|\031\001\023", 0x7f088240a38d ".\001\003\016:\v;\005\071\v'\031\021\001\022\a@\030z\031\001\023", 0x7f088240a3a6 "\n", 0x7f088240a3b5 ".", 0x7f088240a3ce ".", 0x7f0882409b4d ".\001\003\016:\v;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f0882409b67 ".\001?\031\003\016:!\031;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f0882409b83 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f0882409b98 "$", 0x7f0882409ba3 "\017", 0x7f0882409baa "\026", 0x7f0882409bb3 "\023\001\003\016\v\v:\v;\v\001\023", 0x7f0882409bc2 "\026", 0x7f0882409bcf "&", 0x7f0882409bd4 "\026", 0x7f0882409be3 "(", 0x7f0882409bec "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f0882409c00 "\025\001I\023\001\023", 0x7f0882409c09 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f0882409c1d "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f0882409c2e "!", 0x7f0882409c37 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f0882409c49 "\026", 0x7f0882409c5b "\r", 0x7f0882409c6e "\r", 0x7f0882409c7f "\r", 0x7f0882409c92 "4", 0x7f0882409ca3 ".", 0x7f0882409cb9 ".\001?\031\003\016:\v;\005\071\v'\031\207\001\031<\031\001\023", 0x7f0882409cd1 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f0882409cef ".\001\003\016:\v;\005\071\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f0882409d0b "\n", 0x7f0882409d1a "\v\001\001\023", 0x7f0882409d21 ".\001?\031\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031\001\023", 0x7f0882409d3e "4", 0x7f0882409d4b "\004\001>\v\v\vI\023:\v;\005\071\v", 0x7f0882409d5c ".", 0x7f0882409d75 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f0882409d8c "\005", 0x7f0882409d9b ".", 0x7f0882409db4 ".", 0x7f08823eafce "\026", 0x7f08823eafd8 "\023\001\003\016\v\v:\v;\v\001\023", 0x7f08823eafe8 "\017", 0x7f08823eaff0 "$", 0x7f08823eaffc "\026", 0x7f08823eb00a "&", 0x7f08823eb010 "\026", 0x7f08823eb020 "(", 0x7f08823eb02a "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f08823eb03f "\025\001I\023\001\023", 0x7f08823eb049 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f08823eb05e "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f08823eb070 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f08823eb082 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f08823eb095 "\026", 0x7f08823eb0a8 "!", 0x7f08823eb0ae "4", 0x7f08823eb0be ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f08823eb0d9 ".", 0x7f08823eb0f0 ".", 0x7f08823eb107 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f08823eb123 ".", 0x7f08823eb140 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f08823eb161 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f08823eb180 ".", 0x7f08823eb19a ".", 0x7f08823eb1b6 "4", 0x7f08823eb1c2 ".", 0x7f08823eb1dd ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f08823eb1f1 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f08823eb210 ".", 0x7f08823eb22b ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f08823eb241 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f08823eb25e ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f08823eb276 ".", 0x7f0883e1ef98 "", 0x558d598bb5f0 "", 0x558d598bb5e8 "\003", 0x7f0883e1efc0 "\360\357\341\203\b\177", 0x558d598bae28 "+\262>\202\b\177", 0x558d598bb5a8 "\350J\376\202\b\177", 0x558d598bb5b0 "", 0x558d598bb5b8 "\001", 0x558d598bb5c0 "\003", 0x7f0883e1efa0 "", 0x7f0883e1efa8 "", 0x7f0883e1efb0 "", 0x7f0883e1efb8 "", 0x7f0883e1efc8 "\201\270sX\215U", 0x0, 0x7f0883e1efd0 "\240\203\226Y\215U", 0x558d5873b881 <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x558d5873b833 <fiber_entry> "\363\017\036\372UH\211\345H\203\354 H\211}\350H\211u\340H\213E\340H\213@\bH\211E\360H\213E\360H\213\200\200", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x558d598baf60 "\020\266\213Y\215U", 0x558d598bb200 "P\262\213Y\215U", 0x7f089dd51cb5 <backtrace_helper+85> "\213S\030\205\322~\021H\213\vHc\362H\213<\361H9|\361\370t\033H\211C\020\203\302\001\211S\030;S\034t\022[1\300A\\]\303\017\037D", 0x558d598baf60 "\020\266\213Y\215U", 0x558d598bb050 "", 0x558d598bb200 "P\262\213Y\215U", 0x7f089de5f994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x558d598bb610 "\320\357\215Y\215U", 0x558d598bb608 "\310\360\341\203\b\177", 0x558d598bb618 "foo"...}}
        i = 0
        j = 306
        shstr = 0x7f0882f9e3fb ""
        ehdr = 0x7f088154f000
        shdr = 0x7f0882f9e5f0
        shstr_shdr = 0x7f0882f9f170
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f0882f9e6b0
        fd = 5
        filesize = 27591088
        file = 0x7f088154f000 "\177ELF\002\001\001"
        symtab_shdr = 0x7f0882f9f0f0
        strtab_shdr = 0x7f0882f9f130
        dynsym_shdr = 0x7f0882f9e770
        dynstr_shdr = 0x7f0882f9e7b0
        obj = 0x558d5a0f8180
        dladdr_fbase = 94065558360064
#4  0x0000558d586ab89e in rb_dump_backtrace_with_lines (num_traces=36, traces=0x558d589a2960 <trace>, errout=0x7f089de386a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 139674549218992
        i = 0
        lines = 0x558d5a0f7730
        obj = 0x558d5a0f8180
        dladdr_fbases = 0x558d5a0f8040
        main_path = 0x558d598bb160 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#5  0x0000558d58584c7b in rb_print_backtrace (errout=0x7f089de386a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x558d58584c60 <rb_print_backtrace+36>, 0x558d58585383 <rb_vm_bugreport+656>, 0x558d58765dc8 <rb_bug_for_fatal_signal+327>, 0x558d584cbc54 <sigill>, 0x7f089dc60520 <__restore_rt>, 0x558d58562dd7 <vm_exec_core+14584>, 0x558d5857985e <rb_vm_exec+320>, 0x558d5856dfdf <vm_call0_body+422>, 0x558d5856d854 <vm_call0_cc+430>, 0x558d5856f437 <rb_call0+538>, 0x558d58570183 <rb_call+89>, 0x558d58570f0e <rb_funcall_with_block_kw+126>, 0x558d584f6d6d <rb_sym_proc_call+121>, 0x558d5855996f <vm_yield_with_symbol+93>, 0x558d58576957 <invoke_block_from_c_bh+1023>, 0x558d58576a6b <vm_yield_with_cref+90>, 0x558d58576aa9 <vm_yield+56>, 0x558d585713ab <rb_yield_0+47>, 0x558d58571412 <rb_yield+66>, 0x558d586b28d3 <rb_ary_each+109>, 0x558d58554767 <ractor_safe_call_cfunc_0+48>, 0x558d5855536c <vm_call_cfunc_with_frame_+541>, 0x558d58555541 <vm_call_cfunc_with_frame+121>, 0x558d58555659 <vm_call_cfunc_other+278>, 0x558d58555a81 <vm_call_cfunc+302>, 0x558d585585b0 <vm_call_method_each_type+289>, 0x558d5855905c <vm_call_method+161>, 0x558d5855925e <vm_call_general+47>, 0x558d5855b8e3 <vm_sendish+502>, 0x558d58562ccb <vm_exec_core+14316>, 0x558d5857985e <rb_vm_exec+320>, 0x558d5857644b <invoke_block+216>, 0x558d58576ee7 <vm_invoke_proc+911>, 0x558d5857768b <rb_vm_invoke_proc+170>, 0x558d5873e25d <rb_fiber_start+726>, 0x558d5873b881 <fiber_initialize_coroutine>, 0x0 <repeats 988 times>}
        n = 36
#6  0x0000558d58585383 in rb_vm_bugreport (ctx=0x558d598bb580, errout=0x7f089de386a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x558d59826b10
        ec = 0x558d599681d0
#7  0x0000558d58765dc8 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x558d598bb580, fmt=0x558d587cd68b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f089de386a0 <_IO_2_1_stderr_>
        file = 0x7f08834c1ec0 "-"
        line = 10
#8  0x0000558d584cbc54 in sigsegv (sig=11, info=0x558d598bb6b0, ctx=0x558d598bb580) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#9  <signal handler called>
No locals.
#10 0x0000558d58562dd7 in vm_exec_core (ec=0x558d599681d0) at /tmp/ruby/build/trunk-O0/vm.inc:2290
        cd = 0x558d598defd0
        leaf = false
        val = 1
        reg_pc = 0x558d598def88
        reg_cfp = 0x7f0883e3eeb0
        insns_address_table = {0x558d5855f54b <vm_exec_core+108>, 0x558d5855f5ad <vm_exec_core+206>, 0x558d5855f6c0 <vm_exec_core+481>, 0x558d5855f7d4 <vm_exec_core+757>, 0x558d5855f972 <vm_exec_core+1171>, 0x558d5855faa2 <vm_exec_core+1475>, 0x558d5855fcb4 <vm_exec_core+2005>, 0x558d5855fdc6 <vm_exec_core+2279>, 0x558d5855fe9f <vm_exec_core+2496>, 0x558d5855ffa6 <vm_exec_core+2759>, 0x558d585600ad <vm_exec_core+3022>, 0x558d585601bb <vm_exec_core+3292>, 0x558d585602cd <vm_exec_core+3566>, 0x558d5856039d <vm_exec_core+3774>, 0x558d585604a6 <vm_exec_core+4039>, 0x558d585605a0 <vm_exec_core+4289>, 0x558d58560663 <vm_exec_core+4484>, 0x558d58560726 <vm_exec_core+4679>, 0x558d585607af <vm_exec_core+4816>, 0x558d5856083b <vm_exec_core+4956>, 0x558d585608e1 <vm_exec_core+5122>, 0x558d585609b9 <vm_exec_core+5338>, 0x558d58560a86 <vm_exec_core+5543>, 0x558d58560b64 <vm_exec_core+5765>, 0x558d58560c26 <vm_exec_core+5959>, 0x558d58560d65 <vm_exec_core+6278>, 0x558d58560e0b <vm_exec_core+6444>, 0x558d58560ef0 <vm_exec_core+6673>, 0x558d5856101f <vm_exec_core+6976>, 0x558d585610e2 <vm_exec_core+7171>, 0x558d585611a5 <vm_exec_core+7366>, 0x558d5856129c <vm_exec_core+7613>, 0x558d5856135e <vm_exec_core+7807>, 0x558d5856143d <vm_exec_core+8030>, 0x558d5856150a <vm_exec_core+8235>, 0x558d5856161a <vm_exec_core+8507>, 0x558d58561714 <vm_exec_core+8757>, 0x558d5856178f <vm_exec_core+8880>, 0x558d58561850 <vm_exec_core+9073>, 0x558d5856193e <vm_exec_core+9311>, 0x558d585619ee <vm_exec_core+9487>, 0x558d58561b6d <vm_exec_core+9870>, 0x558d58561c47 <vm_exec_core+10088>, 0x558d58561d33 <vm_exec_core+10324>, 0x558d58561dc4 <vm_exec_core+10469>, 0x558d58561f1f <vm_exec_core+10816>, 0x558d585624c1 <vm_exec_core+12258>, 0x558d585625bd <vm_exec_core+12510>, 0x558d585626c0 <vm_exec_core+12769>, 0x558d585627ac <vm_exec_core+13005>, 0x558d585629c5 <vm_exec_core+13542>, 0x558d58562ab7 <vm_exec_core+13784>, 0x558d58562bbd <vm_exec_core+14046>, 0x558d58562dba <vm_exec_core+14555>, 0x558d58562f63 <vm_exec_core+14980>, 0x558d5856308e <vm_exec_core+15279>, 0x558d585631fa <vm_exec_core+15643>, 0x558d58563325 <vm_exec_core+15942>, 0x558d58563491 <vm_exec_core+16306>, 0x558d58563673 <vm_exec_core+16788>, 0x558d58563870 <vm_exec_core+17297>, 0x558d58563a19 <vm_exec_core+17722>, 0x558d58563b3b <vm_exec_core+18012>, 0x558d58563be2 <vm_exec_core+18179>, 0x558d58563ca6 <vm_exec_core+18375>, 0x558d58563d8f <vm_exec_core+18608>, 0x558d58563e7b <vm_exec_core+18844>, 0x558d58563f64 <vm_exec_core+19077>, 0x558d58564078 <vm_exec_core+19353>, 0x558d5856419f <vm_exec_core+19648>, 0x558d585642d5 <vm_exec_core+19958>, 0x558d5856440b <vm_exec_core+20268>, 0x558d58564541 <vm_exec_core+20578>, 0x558d58564677 <vm_exec_core+20888>, 0x558d585647ad <vm_exec_core+21198>, 0x558d585648ee <vm_exec_core+21519>, 0x558d58564a68 <vm_exec_core+21897>, 0x558d58564b9e <vm_exec_core+22207>, 0x558d58564cd4 <vm_exec_core+22517>, 0x558d58564e0a <vm_exec_core+22827>, 0x558d58564f40 <vm_exec_core+23137>, 0x558d58565076 <vm_exec_core+23447>, 0x558d585651ac <vm_exec_core+23757>, 0x558d585652e2 <vm_exec_core+24067>, 0x558d58565418 <vm_exec_core+24377>, 0x558d58565567 <vm_exec_core+24712>, 0x558d58565721 <vm_exec_core+25154>, 0x558d5856589f <vm_exec_core+25536>, 0x558d585659be <vm_exec_core+25823>, 0x558d58565add <vm_exec_core+26110>, 0x558d58565bf7 <vm_exec_core+26392>, 0x558d58565d11 <vm_exec_core+26674>, 0x558d58565e3c <vm_exec_core+26973>, 0x558d58565f72 <vm_exec_core+27283>, 0x558d5856605d <vm_exec_core+27518>, 0x558d58566162 <vm_exec_core+27779>, 0x558d585662aa <vm_exec_core+28107>, 0x558d58566399 <vm_exec_core+28346>, 0x558d58566473 <vm_exec_core+28564>, 0x558d58566548 <vm_exec_core+28777>, 0x558d58566623 <vm_exec_core+28996>, 0x558d5856669f <vm_exec_core+29120>, 0x558d5856671b <vm_exec_core+29244>, 0x558d58566739 <vm_exec_core+29274>, 0x558d58566757 <vm_exec_core+29304>, 0x558d58566775 <vm_exec_core+29334>, 0x558d58566793 <vm_exec_core+29364>, 0x558d585667b1 <vm_exec_core+29394>, 0x558d585667cf <vm_exec_core+29424>, 0x558d585667ed <vm_exec_core+29454>, 0x558d5856680b <vm_exec_core+29484>, 0x558d58566829 <vm_exec_core+29514>, 0x558d58566847 <vm_exec_core+29544>, 0x558d58566865 <vm_exec_core+29574>, 0x558d58566883 <vm_exec_core+29604>, 0x558d585668a1 <vm_exec_core+29634>, 0x558d585668bf <vm_exec_core+29664>, 0x558d585668dd <vm_exec_core+29694>, 0x558d585668fb <vm_exec_core+29724>, 0x558d58566919 <vm_exec_core+29754>, 0x558d58566937 <vm_exec_core+29784>, 0x558d58566955 <vm_exec_core+29814>, 0x558d58566973 <vm_exec_core+29844>, 0x558d58566991 <vm_exec_core+29874>, 0x558d585669af <vm_exec_core+29904>, 0x558d585669cd <vm_exec_core+29934>, 0x558d585669eb <vm_exec_core+29964>, 0x558d58566a09 <vm_exec_core+29994>, 0x558d58566a27 <vm_exec_core+30024>, 0x558d58566a45 <vm_exec_core+30054>, 0x558d58566a63 <vm_exec_core+30084>, 0x558d58566a81 <vm_exec_core+30114>, 0x558d58566a9f <vm_exec_core+30144>, 0x558d58566abd <vm_exec_core+30174>, 0x558d58566adb <vm_exec_core+30204>, 0x558d58566af9 <vm_exec_core+30234>, 0x558d58566b17 <vm_exec_core+30264>, 0x558d58566b35 <vm_exec_core+30294>, 0x558d58566b53 <vm_exec_core+30324>, 0x558d58566b71 <vm_exec_core+30354>, 0x558d58566b8f <vm_exec_core+30384>, 0x558d58566bad <vm_exec_core+30414>, 0x558d58566bcb <vm_exec_core+30444>, 0x558d58566be9 <vm_exec_core+30474>, 0x558d58566c07 <vm_exec_core+30504>, 0x558d58566c25 <vm_exec_core+30534>, 0x558d58566c43 <vm_exec_core+30564>, 0x558d58566c61 <vm_exec_core+30594>, 0x558d58566c7f <vm_exec_core+30624>, 0x558d58566c9d <vm_exec_core+30654>, 0x558d58566cbb <vm_exec_core+30684>, 0x558d58566cd9 <vm_exec_core+30714>, 0x558d58566cf7 <vm_exec_core+30744>, 0x558d58566d15 <vm_exec_core+30774>, 0x558d58566d33 <vm_exec_core+30804>, 0x558d58566d51 <vm_exec_core+30834>, 0x558d58566d6f <vm_exec_core+30864>, 0x558d58566d8d <vm_exec_core+30894>, 0x558d58566dab <vm_exec_core+30924>, 0x558d58566dc9 <vm_exec_core+30954>, 0x558d58566de7 <vm_exec_core+30984>, 0x558d58566e05 <vm_exec_core+31014>, 0x558d58566e23 <vm_exec_core+31044>, 0x558d58566e41 <vm_exec_core+31074>, 0x558d58566e5f <vm_exec_core+31104>, 0x558d58566e7d <vm_exec_core+31134>, 0x558d58566e9b <vm_exec_core+31164>, 0x558d58566eb9 <vm_exec_core+31194>, 0x558d58566ed7 <vm_exec_core+31224>, 0x558d58566ef5 <vm_exec_core+31254>, 0x558d58566f13 <vm_exec_core+31284>, 0x558d58566f31 <vm_exec_core+31314>, 0x558d58566f4f <vm_exec_core+31344>, 0x558d58566f6d <vm_exec_core+31374>, 0x558d58566f8b <vm_exec_core+31404>, 0x558d58566fa9 <vm_exec_core+31434>, 0x558d58566fc7 <vm_exec_core+31464>, 0x558d58566fe5 <vm_exec_core+31494>, 0x558d58567016 <vm_exec_core+31543>, 0x558d58567034 <vm_exec_core+31573>, 0x558d58567052 <vm_exec_core+31603>, 0x558d58567070 <vm_exec_core+31633>, 0x558d5856708e <vm_exec_core+31663>, 0x558d585670ac <vm_exec_core+31693>, 0x558d585670ca <vm_exec_core+31723>, 0x558d585670e8 <vm_exec_core+31753>, 0x558d58567106 <vm_exec_core+31783>, 0x558d58567124 <vm_exec_core+31813>, 0x558d58567142 <vm_exec_core+31843>, 0x558d58567160 <vm_exec_core+31873>, 0x558d5856717e <vm_exec_core+31903>, 0x558d5856719c <vm_exec_core+31933>, 0x558d585671ba <vm_exec_core+31963>, 0x558d585671d8 <vm_exec_core+31993>, 0x558d585671f6 <vm_exec_core+32023>, 0x558d58567214 <vm_exec_core+32053>, 0x558d58567232 <vm_exec_core+32083>, 0x558d58567250 <vm_exec_core+32113>, 0x558d5856726e <vm_exec_core+32143>, 0x558d5856728c <vm_exec_core+32173>...}
#11 0x0000558d5857985e in rb_vm_exec (ec=0x558d599681d0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x558d599681d0
        _tag = {tag = 36, retval = 4, buf = {0x7f0883e1d600, 0x558d585797dc <rb_vm_exec+190>, 0x0, 0x7f0883e1d550, 0x7f0883e1d5d0}, prev = 0x7f0883e1ec40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#12 0x0000558d5856dfdf in vm_call0_body (ec=0x558d599681d0, calling=0x7f0883e1d7a0, argv=0x7f0883e1db60) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7f0883e3ef58
        i = 0
        ci = 0x7f0883e1d770
        cc = 0x7f0883075070
        ret = 36
#13 0x0000558d5856d854 in vm_call0_cc (ec=0x558d599681d0, recv=139674535036920, id=50369, argc=0, argv=0x7f0883e1db60, cc=0x7f0883075070, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7f0883e1db60
        av = {94065558798172, 94065581785552}
        calling = {cd = 0x7f0883e1d760, cc = 0x7f0883075070, block_handler = 0, recv = 139674535036920, argc = 0, kw_splat = false, heap_argv = 0}
#14 0x0000558d5856f437 in rb_call0 (ec=0x558d599681d0, recv=139674535036920, mid=50369, argc=0, argv=0x7f0883e1db60, call_scope=CALL_PUBLIC, self=139674557676200) at /tmp/ruby/src/trunk-O0/vm_eval.c:573
        call_status = MISSING_NONE
        scope = CALL_PUBLIC
        kw_splat = 0
        cc = 0x7f0883075070
#15 0x0000558d58570183 in rb_call (recv=139674535036920, mid=50369, argc=0, argv=0x7f0883e1db60, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x558d599681d0
#16 0x0000558d58570f0e in rb_funcall_with_block_kw (recv=139674535036920, mid=50369, argc=0, argv=0x7f0883e1db60, passed_procval=4, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1214
No locals.
#17 0x0000558d584f6d6d in rb_sym_proc_call (mid=50369, argc=1, argv=0x7f0883e1db58, kw_splat=0, passed_proc=4) at /tmp/ruby/src/trunk-O0/string.c:11666
        obj = 139674535036920
#18 0x0000558d5855996f in vm_yield_with_symbol (ec=0x558d599681d0, symbol=12894476, argc=1, argv=0x7f0883e1db58, kw_splat=0, block_handler=0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4798
No locals.
#19 0x0000558d58576957 in invoke_block_from_c_bh (ec=0x558d599681d0, block_handler=12894476, argc=1, argv=0x7f0883e1db58, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1606
No locals.
#20 0x0000558d58576a6b in vm_yield_with_cref (ec=0x558d599681d0, argc=1, argv=0x7f0883e1db58, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#21 0x0000558d58576aa9 in vm_yield (ec=0x558d599681d0, argc=1, argv=0x7f0883e1db58, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#22 0x0000558d585713ab in rb_yield_0 (argc=1, argv=0x7f0883e1db58) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#23 0x0000558d58571412 in rb_yield (val=139674535036920) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#24 0x0000558d586b28d3 in rb_ary_each (ary=139674557676200) at /tmp/ruby/src/trunk-O0/array.c:2535
        i = 43096
#25 0x0000558d58554767 in ractor_safe_call_cfunc_0 (recv=139674557676200, argc=0, argv=0x7f0883e1f038, func=0x558d586b2866 <rb_ary_each>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x558d586b2866 <rb_ary_each>
#26 0x0000558d5855536c in vm_call_cfunc_with_frame_ (ec=0x558d599681d0, reg_cfp=0x7f0883e3ef90, calling=0x7f0883e1dfe0, argc=0, argv=0x7f0883e1f038, stack_bottom=0x7f0883e1f030) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0xbe100020001
        cc = 0x7f0883075098
        val = 94065580483624
        me = 0x7f0883490d30
        cfunc = 0x558d5987a1e8
        recv = 139674557676200
        block_handler = 12894476
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#27 0x0000558d58555541 in vm_call_cfunc_with_frame (ec=0x558d599681d0, reg_cfp=0x7f0883e3ef90, calling=0x7f0883e1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f0883e1f030
        argv = 0x7f0883e1f038
#28 0x0000558d58555659 in vm_call_cfunc_other (ec=0x558d599681d0, reg_cfp=0x7f0883e3ef90, calling=0x7f0883e1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0xbe100020001
        argv_ary = 0
#29 0x0000558d58555a81 in vm_call_cfunc (ec=0x558d599681d0, reg_cfp=0x7f0883e3ef90, calling=0x7f0883e1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0xbe100020001
#30 0x0000558d585585b0 in vm_call_method_each_type (ec=0x558d599681d0, cfp=0x7f0883e3ef90, calling=0x7f0883e1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 2212617744
        ci = 0xbe100020001
        cc = 0x7f0883075098
        cme = 0x7f0883490d30
        v = 94065582152232
#31 0x0000558d5855905c in vm_call_method (ec=0x558d599681d0, cfp=0x7f0883e3ef90, calling=0x7f0883e1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0xbe100020001
        cc = 0x7f0883075098
#32 0x0000558d5855925e in vm_call_general (ec=0x558d599681d0, reg_cfp=0x7f0883e3ef90, calling=0x7f0883e1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#33 0x0000558d5855b8e3 in vm_sendish (ec=0x558d599681d0, reg_cfp=0x7f0883e3ef90, cd=0x558d599c4250, block_handler=12894476, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0xbe100020001
        cc = 0x7f0883075098
        argc = 0
        recv = 139674557676200
        calling = {cd = 0x558d599c4250, cc = 0x7f0883075098, block_handler = 12894476, recv = 139674557676200, argc = 0, kw_splat = false, heap_argv = 0}
#34 0x0000558d58562ccb in vm_exec_core (ec=0x558d599681d0) at ../../src/trunk-O0/insns.def:814
        bh = 12894476
        cd = 0x558d599c4250
        blockiseq = 0x0
        leaf = false
        val = 139674557676200
        reg_pc = 0x558d599bb790
        reg_cfp = 0x7f0883e3ef90
        insns_address_table = {0x558d5855f54b <vm_exec_core+108>, 0x558d5855f5ad <vm_exec_core+206>, 0x558d5855f6c0 <vm_exec_core+481>, 0x558d5855f7d4 <vm_exec_core+757>, 0x558d5855f972 <vm_exec_core+1171>, 0x558d5855faa2 <vm_exec_core+1475>, 0x558d5855fcb4 <vm_exec_core+2005>, 0x558d5855fdc6 <vm_exec_core+2279>, 0x558d5855fe9f <vm_exec_core+2496>, 0x558d5855ffa6 <vm_exec_core+2759>, 0x558d585600ad <vm_exec_core+3022>, 0x558d585601bb <vm_exec_core+3292>, 0x558d585602cd <vm_exec_core+3566>, 0x558d5856039d <vm_exec_core+3774>, 0x558d585604a6 <vm_exec_core+4039>, 0x558d585605a0 <vm_exec_core+4289>, 0x558d58560663 <vm_exec_core+4484>, 0x558d58560726 <vm_exec_core+4679>, 0x558d585607af <vm_exec_core+4816>, 0x558d5856083b <vm_exec_core+4956>, 0x558d585608e1 <vm_exec_core+5122>, 0x558d585609b9 <vm_exec_core+5338>, 0x558d58560a86 <vm_exec_core+5543>, 0x558d58560b64 <vm_exec_core+5765>, 0x558d58560c26 <vm_exec_core+5959>, 0x558d58560d65 <vm_exec_core+6278>, 0x558d58560e0b <vm_exec_core+6444>, 0x558d58560ef0 <vm_exec_core+6673>, 0x558d5856101f <vm_exec_core+6976>, 0x558d585610e2 <vm_exec_core+7171>, 0x558d585611a5 <vm_exec_core+7366>, 0x558d5856129c <vm_exec_core+7613>, 0x558d5856135e <vm_exec_core+7807>, 0x558d5856143d <vm_exec_core+8030>, 0x558d5856150a <vm_exec_core+8235>, 0x558d5856161a <vm_exec_core+8507>, 0x558d58561714 <vm_exec_core+8757>, 0x558d5856178f <vm_exec_core+8880>, 0x558d58561850 <vm_exec_core+9073>, 0x558d5856193e <vm_exec_core+9311>, 0x558d585619ee <vm_exec_core+9487>, 0x558d58561b6d <vm_exec_core+9870>, 0x558d58561c47 <vm_exec_core+10088>, 0x558d58561d33 <vm_exec_core+10324>, 0x558d58561dc4 <vm_exec_core+10469>, 0x558d58561f1f <vm_exec_core+10816>, 0x558d585624c1 <vm_exec_core+12258>, 0x558d585625bd <vm_exec_core+12510>, 0x558d585626c0 <vm_exec_core+12769>, 0x558d585627ac <vm_exec_core+13005>, 0x558d585629c5 <vm_exec_core+13542>, 0x558d58562ab7 <vm_exec_core+13784>, 0x558d58562bbd <vm_exec_core+14046>, 0x558d58562dba <vm_exec_core+14555>, 0x558d58562f63 <vm_exec_core+14980>, 0x558d5856308e <vm_exec_core+15279>, 0x558d585631fa <vm_exec_core+15643>, 0x558d58563325 <vm_exec_core+15942>, 0x558d58563491 <vm_exec_core+16306>, 0x558d58563673 <vm_exec_core+16788>, 0x558d58563870 <vm_exec_core+17297>, 0x558d58563a19 <vm_exec_core+17722>, 0x558d58563b3b <vm_exec_core+18012>, 0x558d58563be2 <vm_exec_core+18179>, 0x558d58563ca6 <vm_exec_core+18375>, 0x558d58563d8f <vm_exec_core+18608>, 0x558d58563e7b <vm_exec_core+18844>, 0x558d58563f64 <vm_exec_core+19077>, 0x558d58564078 <vm_exec_core+19353>, 0x558d5856419f <vm_exec_core+19648>, 0x558d585642d5 <vm_exec_core+19958>, 0x558d5856440b <vm_exec_core+20268>, 0x558d58564541 <vm_exec_core+20578>, 0x558d58564677 <vm_exec_core+20888>, 0x558d585647ad <vm_exec_core+21198>, 0x558d585648ee <vm_exec_core+21519>, 0x558d58564a68 <vm_exec_core+21897>, 0x558d58564b9e <vm_exec_core+22207>, 0x558d58564cd4 <vm_exec_core+22517>, 0x558d58564e0a <vm_exec_core+22827>, 0x558d58564f40 <vm_exec_core+23137>, 0x558d58565076 <vm_exec_core+23447>, 0x558d585651ac <vm_exec_core+23757>, 0x558d585652e2 <vm_exec_core+24067>, 0x558d58565418 <vm_exec_core+24377>, 0x558d58565567 <vm_exec_core+24712>, 0x558d58565721 <vm_exec_core+25154>, 0x558d5856589f <vm_exec_core+25536>, 0x558d585659be <vm_exec_core+25823>, 0x558d58565add <vm_exec_core+26110>, 0x558d58565bf7 <vm_exec_core+26392>, 0x558d58565d11 <vm_exec_core+26674>, 0x558d58565e3c <vm_exec_core+26973>, 0x558d58565f72 <vm_exec_core+27283>, 0x558d5856605d <vm_exec_core+27518>, 0x558d58566162 <vm_exec_core+27779>, 0x558d585662aa <vm_exec_core+28107>, 0x558d58566399 <vm_exec_core+28346>, 0x558d58566473 <vm_exec_core+28564>, 0x558d58566548 <vm_exec_core+28777>, 0x558d58566623 <vm_exec_core+28996>, 0x558d5856669f <vm_exec_core+29120>, 0x558d5856671b <vm_exec_core+29244>, 0x558d58566739 <vm_exec_core+29274>, 0x558d58566757 <vm_exec_core+29304>, 0x558d58566775 <vm_exec_core+29334>, 0x558d58566793 <vm_exec_core+29364>, 0x558d585667b1 <vm_exec_core+29394>, 0x558d585667cf <vm_exec_core+29424>, 0x558d585667ed <vm_exec_core+29454>, 0x558d5856680b <vm_exec_core+29484>, 0x558d58566829 <vm_exec_core+29514>, 0x558d58566847 <vm_exec_core+29544>, 0x558d58566865 <vm_exec_core+29574>, 0x558d58566883 <vm_exec_core+29604>, 0x558d585668a1 <vm_exec_core+29634>, 0x558d585668bf <vm_exec_core+29664>, 0x558d585668dd <vm_exec_core+29694>, 0x558d585668fb <vm_exec_core+29724>, 0x558d58566919 <vm_exec_core+29754>, 0x558d58566937 <vm_exec_core+29784>, 0x558d58566955 <vm_exec_core+29814>, 0x558d58566973 <vm_exec_core+29844>, 0x558d58566991 <vm_exec_core+29874>, 0x558d585669af <vm_exec_core+29904>, 0x558d585669cd <vm_exec_core+29934>, 0x558d585669eb <vm_exec_core+29964>, 0x558d58566a09 <vm_exec_core+29994>, 0x558d58566a27 <vm_exec_core+30024>, 0x558d58566a45 <vm_exec_core+30054>, 0x558d58566a63 <vm_exec_core+30084>, 0x558d58566a81 <vm_exec_core+30114>, 0x558d58566a9f <vm_exec_core+30144>, 0x558d58566abd <vm_exec_core+30174>, 0x558d58566adb <vm_exec_core+30204>, 0x558d58566af9 <vm_exec_core+30234>, 0x558d58566b17 <vm_exec_core+30264>, 0x558d58566b35 <vm_exec_core+30294>, 0x558d58566b53 <vm_exec_core+30324>, 0x558d58566b71 <vm_exec_core+30354>, 0x558d58566b8f <vm_exec_core+30384>, 0x558d58566bad <vm_exec_core+30414>, 0x558d58566bcb <vm_exec_core+30444>, 0x558d58566be9 <vm_exec_core+30474>, 0x558d58566c07 <vm_exec_core+30504>, 0x558d58566c25 <vm_exec_core+30534>, 0x558d58566c43 <vm_exec_core+30564>, 0x558d58566c61 <vm_exec_core+30594>, 0x558d58566c7f <vm_exec_core+30624>, 0x558d58566c9d <vm_exec_core+30654>, 0x558d58566cbb <vm_exec_core+30684>, 0x558d58566cd9 <vm_exec_core+30714>, 0x558d58566cf7 <vm_exec_core+30744>, 0x558d58566d15 <vm_exec_core+30774>, 0x558d58566d33 <vm_exec_core+30804>, 0x558d58566d51 <vm_exec_core+30834>, 0x558d58566d6f <vm_exec_core+30864>, 0x558d58566d8d <vm_exec_core+30894>, 0x558d58566dab <vm_exec_core+30924>, 0x558d58566dc9 <vm_exec_core+30954>, 0x558d58566de7 <vm_exec_core+30984>, 0x558d58566e05 <vm_exec_core+31014>, 0x558d58566e23 <vm_exec_core+31044>, 0x558d58566e41 <vm_exec_core+31074>, 0x558d58566e5f <vm_exec_core+31104>, 0x558d58566e7d <vm_exec_core+31134>, 0x558d58566e9b <vm_exec_core+31164>, 0x558d58566eb9 <vm_exec_core+31194>, 0x558d58566ed7 <vm_exec_core+31224>, 0x558d58566ef5 <vm_exec_core+31254>, 0x558d58566f13 <vm_exec_core+31284>, 0x558d58566f31 <vm_exec_core+31314>, 0x558d58566f4f <vm_exec_core+31344>, 0x558d58566f6d <vm_exec_core+31374>, 0x558d58566f8b <vm_exec_core+31404>, 0x558d58566fa9 <vm_exec_core+31434>, 0x558d58566fc7 <vm_exec_core+31464>, 0x558d58566fe5 <vm_exec_core+31494>, 0x558d58567016 <vm_exec_core+31543>, 0x558d58567034 <vm_exec_core+31573>, 0x558d58567052 <vm_exec_core+31603>, 0x558d58567070 <vm_exec_core+31633>, 0x558d5856708e <vm_exec_core+31663>, 0x558d585670ac <vm_exec_core+31693>, 0x558d585670ca <vm_exec_core+31723>, 0x558d585670e8 <vm_exec_core+31753>, 0x558d58567106 <vm_exec_core+31783>, 0x558d58567124 <vm_exec_core+31813>, 0x558d58567142 <vm_exec_core+31843>, 0x558d58567160 <vm_exec_core+31873>, 0x558d5856717e <vm_exec_core+31903>, 0x558d5856719c <vm_exec_core+31933>, 0x558d585671ba <vm_exec_core+31963>, 0x558d585671d8 <vm_exec_core+31993>, 0x558d585671f6 <vm_exec_core+32023>, 0x558d58567214 <vm_exec_core+32053>, 0x558d58567232 <vm_exec_core+32083>, 0x558d58567250 <vm_exec_core+32113>, 0x558d5856726e <vm_exec_core+32143>, 0x558d5856728c <vm_exec_core+32173>...}
#35 0x0000558d5857985e in rb_vm_exec (ec=0x558d599681d0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x558d599681d0
        _tag = {tag = 36, retval = 4, buf = {0x7f0883e1ecc0, 0x558d585797dc <rb_vm_exec+190>, 0x0, 0x7f0883e1ec10, 0x0}, prev = 0x7f0883e1ef40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#36 0x0000558d5857644b in invoke_block (ec=0x558d599681d0, iseq=0x7f088346b1e8, self=139674982075880, captured=0x558d5996cda0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#37 0x0000558d58576ee7 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f0883e1ef08, argc=0, self=139674982075880, captured=0x558d5996cda0, ec=0x558d599681d0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f088346b1e8
        opt_pc = 0
        type = 572653569
        cfp = 0x7f0883e3efc8
        sp = 0x7f0883e1f018
        flags = 0
        use_argv = 0x7f0883e1ef08
        av = {94065581025600, 0}
        stack_argv = 0x7f0883e1f018
#38 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f0883e1ef08, argc=0, self=139674982075880, proc=0x558d5996cda0, ec=0x558d599681d0) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x558d5996cda0
#39 vm_invoke_proc (ec=0x558d599681d0, proc=0x558d5996cda0, self=139674982075880, argc=0, argv=0x7f0883e1ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#40 0x0000558d5857768b in rb_vm_invoke_proc (ec=0x558d599681d0, proc=0x558d5996cda0, argc=0, argv=0x7f0883e1ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 139674982075880
#41 0x0000558d5873e25d in rb_fiber_start (fiber=0x558d59968180) at /tmp/ruby/src/trunk-O0/cont.c:2536
        cont = 0x558d59968180
        argc = 0
        argv = 0x7f0883e1ef08
        args = 4
        _ec = 0x558d599681d0
        _tag = {tag = 36, retval = 0, buf = {0x7f0883e1efc0, 0x558d5873e076 <rb_fiber_start+239>, 0x0, 0x7f0883e1eee0, 0x7f0883e1efa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        th = 0x558d59829090
        proc = 0x558d5996cda0
        state = RUBY_TAG_NONE
        need_interrupt = 0
        err = 0
#42 0x0000558d5873b881 in fiber_entry (from=0x558d5982a6b0, to=0x558d599683a0) at /tmp/ruby/src/trunk-O0/cont.c:847
        fiber = 0x558d59968180
        thread = 0x558d59829090
#43 0x0000000000000000 in ?? ()
No symbol table info available.

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