# Logfile created on 2024-01-10 02:03:36 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055b4bee31ca0 @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.20240110-020336", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055b4beeba7d0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055b4beeba690 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055b4beeba500 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240110-020336", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240110-020336>, @binmode=false, @mon_data=#<Monitor:0x000055b4beeba438>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-O0
Cloning into 'trunk-O0'...
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-O0" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-O0/configure --prefix=/tmp/ruby/install/trunk-O0 --disable-install-doc optflags=-O0
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc-ar flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... no
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether ELF binaries are produced... yes
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as LDFLAGS... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... yes
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wimplicit-int is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wold-style-definition is accepted as CFLAGS... yes
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
checking whether -Wno-self-assign is accepted as CFLAGS... yes
checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-unused-value is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no
checking whether -Wmisleading-indentation is accepted as CFLAGS... yes
checking whether -Wundef is accepted as CFLAGS... yes
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -O0 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as LDFLAGS... yes
checking for -fstack-protector... -fstack-protector-strong
checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for pthread.h... yes
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking thread model... pthread
checking whether CXXFLAGS is valid... no
configure: WARNING: something wrong with CXXFLAGS=""
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for stdio.h... (cached) yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for sys/event.h... no
checking for x86intrin.h... yes
checking for x86intrin.h when defined(__x86_64__)... yes
checking for gmp.h... yes
checking for library containing __gmpz_init... -lgmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... typeof
checking for C/C++ restrict keyword... __restrict__
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 16
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking word size... 8
checking packed struct attribute... x __attribute__((packed))
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for off_t... (cached) yes
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__depreacted__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for pid_t... (cached) yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... no
checking for atan2l... yes
checking for atan2f... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for daemon... (cached) no
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchdir... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for grantpt... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for malloc_trim... yes
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for snprintf... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for system... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for tzset... yes
checking for umask... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking for statx... yes
checking if getcwd allocates buffer if NULL is given... yes
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_add_overflow... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking for __builtin_mul_overflow with long long arguments... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage sepcifier... _Thread_local
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... yes
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -fPIE is accepted as CFLAGS... yes
checking whether -pie is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ()
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for sigsetjmp as a macro or function... no
checking for setjmp type... __builtin_setjmp
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.4.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.4.0

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

---
$$$[end] "/tmp/ruby/src/trunk-O0/configure --prefix=/tmp/ruby/install/trunk-O0 --disable-install-doc optflags=-O0" exit with 0.
$$$[beg] make update-unicode  -j4
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... done
downloading 15.0.0/ucd/CompositionExclusions.txt ... done
downloading 15.0.0/ucd/NormalizationTest.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
downloading 15.0.0/ucd/NormalizationTest.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
downloading 15.0.0/ucd/NormalizationTest.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
downloading 15.0.0/ucd/NormalizationTest.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/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
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
Downloading Unicode 15.0.0 data and property files...
done
Downloading Unicode 15.0.0 auxiliary files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... /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 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
Downloading Unicode UCD emoji 15.0 files...
done
Downloading Unicode emoji 15.0 files...
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/emoji/emoji-data.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/emoji/emoji-variation-sequences.txt already exists
Downloading Unicode emoji 15.0 files...
downloading emoji/15.0/emoji-sequences.txt ... downloading emoji/15.0/emoji-sequences.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Blocks.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropList.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/src/trunk-O0/enc/unicode/data/15.0.0/ucd/Scripts.txt already exists
Downloading Unicode emoji 15.0 files...
/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
/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
done
done
/tmp/ruby/src/trunk-O0/enc/unicode/data/emoji/15.0/emoji-zwj-sequences.txt already exists
done
/tmp/ruby/src/trunk-O0/enc/unicode/data/emoji/15.0/emoji-zwj-sequences.txt already exists
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.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.4...
Downloading bundled gem net-imap-0.4.9.1...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.4.0.1...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem rbs-3.4.1...
Downloading bundled gem typeprof-0.21.9...
Downloading bundled gem debug-1.9.1...
Downloading bundled gem racc-1.7.3...
$$$[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 = 1817d644ee
$$$[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
making /tmp/ruby/src/trunk-O0/ast.rbinc
generating enc/trans/newline.c ...
id.c updated
making /tmp/ruby/src/trunk-O0/dir.rbinc
making /tmp/ruby/src/trunk-O0/gc.rbinc
making /tmp/ruby/src/trunk-O0/numeric.rbinc
making /tmp/ruby/src/trunk-O0/io.rbinc
making /tmp/ruby/src/trunk-O0/marshal.rbinc
making /tmp/ruby/src/trunk-O0/rjit.rbinc
making /tmp/ruby/src/trunk-O0/rjit_c.rbinc
making /tmp/ruby/src/trunk-O0/pack.rbinc
making /tmp/ruby/src/trunk-O0/trace_point.rbinc
making /tmp/ruby/src/trunk-O0/warning.rbinc
making /tmp/ruby/src/trunk-O0/array.rbinc
making /tmp/ruby/src/trunk-O0/kernel.rbinc
making /tmp/ruby/src/trunk-O0/ractor.rbinc
making /tmp/ruby/src/trunk-O0/symbol.rbinc
making /tmp/ruby/src/trunk-O0/timev.rbinc
making /tmp/ruby/src/trunk-O0/thread_sync.rbinc
making /tmp/ruby/src/trunk-O0/nilclass.rbinc
making /tmp/ruby/src/trunk-O0/prelude.rbinc
making /tmp/ruby/src/trunk-O0/gem_prelude.rbinc
making /tmp/ruby/src/trunk-O0/yjit.rbinc
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
extracting ripper.y from ../../parse.y
generating /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/socket'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/etc'
generating miniprelude.c
generating eventids1.c from ../../parse.y
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 enc/trans/emoji_sjis_softbank.c ...
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating enc/trans/big5.c ...
generating table from enc/trans/gbk.c
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
generating enc/trans/gbk.c ...
generating table from enc/trans/japanese_sjis.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-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 table from enc/trans/korean.c
generating enc/trans/japanese_sjis.c ...
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/single_byte.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/korean.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating enc/trans/single_byte.c ...
generating enc/trans/utf8_mac.c ...
generating enc/trans/japanese_euc.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/.bundle/gems
Extracting bundle gem minitest-5.20.0...
Extracting bundle gem power_assert-2.0.3...
Extracting bundle gem rake-13.1.0...
Extracting bundle gem test-unit-3.6.1...
Unpacked gems/test-unit-3.6.1.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.4...
Unpacked gems/power_assert-2.0.3.gem
Extracting bundle gem net-imap-0.4.9.1...
Unpacked gems/rexml-3.2.6.gem
Unpacked gems/net-ftp-0.3.4.gem
Unpacked gems/net-imap-0.4.9.1.gem
Extracting bundle gem net-pop-0.1.2...
Extracting bundle gem net-smtp-0.4.0.1...
Extracting bundle gem matrix-0.4.2...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem rbs-3.4.1...
Unpacked gems/net-pop-0.1.2.gem
Unpacked gems/net-smtp-0.4.0.1.gem
Extracting bundle gem typeprof-0.21.9...
Extracting bundle gem debug-1.9.1...
Unpacked gems/typeprof-0.21.9.gem
Extracting bundle gem racc-1.7.3...
Unpacked gems/prime-0.1.2.gem
Unpacked gems/debug-1.9.1.gem
Unpacked gems/racc-1.7.3.gem
Unpacked gems/rbs-3.4.1.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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/proc.c
compiling /tmp/ruby/src/trunk-O0/parser_st.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
In file included from /tmp/ruby/src/trunk-O0/include/ruby/internal/arithmetic/int.h:26,
                 from /tmp/ruby/src/trunk-O0/include/ruby/internal/arithmetic/char.h:23,
                 from /tmp/ruby/src/trunk-O0/include/ruby/internal/arithmetic.h:24,
                 from /tmp/ruby/src/trunk-O0/include/ruby/ruby.h:28,
                 from /tmp/ruby/src/trunk-O0/internal.h:31,
                 from parse.y:49:
parse.y: In function 'node_cdhash_hash':
/tmp/ruby/src/trunk-O0/include/ruby/internal/arithmetic/long.h:53:22: warning: operand of '?:' changes signedness from 'long int' to 'VALUE' {aka 'long unsigned int'} due to unsignedness of other operand [-Wsign-compare]
   53 | #define RB_FIX2LONG  rb_fix2long          /**< @alias{rb_fix2long} */
/tmp/ruby/src/trunk-O0/include/ruby/internal/arithmetic/long.h:46:22: note: in expansion of macro 'RB_FIX2LONG'
   46 | #define FIX2LONG     RB_FIX2LONG          /**< @old{RB_FIX2LONG} */
      |                      ^~~~~~~~~~~
parse.y:216:43: note: in expansion of macro 'FIX2LONG'
parse.y: At top level:
cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics
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
fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc  builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h updated
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/encdb.c
compiling /tmp/ruby/src/trunk-O0/enc/big5.c
compiling /tmp/ruby/src/trunk-O0/enc/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
compiling /tmp/ruby/src/trunk-O0/enc/cp949.c
transdb.h updated
generating makefiles ext/configure-ext.mk
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
generating table from /tmp/ruby/src/trunk-O0/enc/trans/big5.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/gb2312.c
compiling /tmp/ruby/src/trunk-O0/enc/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_6.c
generating /tmp/ruby/src/trunk-O0/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_9.c
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_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/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/koi8_r.c
compiling /tmp/ruby/src/trunk-O0/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-O0/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16le.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_31j.c
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c ...
generating /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/escape.c
generating table from /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-O0/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1252.c
generating /tmp/ruby/src/trunk-O0/enc/trans/big5.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1253.c
generating /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-O0/enc/trans/gbk.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
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
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-O0/enc/trans/korean.c
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
generating /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c ...
linking encoding iso_8859_15.so
generating table from /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
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
generating /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c ...
linking encoding windows_1254.so
linking encoding windows_1257.so
generating table from /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
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
generating /tmp/ruby/src/trunk-O0/enc/trans/korean.c ...
configuring -test-/eval
generating table from /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
generating /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c ...
linking transcoder transdb.so
compiling /tmp/ruby/src/trunk-O0/enc/trans/big5.c
generating /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/chinese.c
generating /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/escape.c
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
compiling /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
compiling /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
configuring -test-/path_to_class
configuring -test-/popen_deadlock
compiling /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
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/japanese.c
configuring -test-/thread/instrumentation
configuring -test-/thread_fd
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
configuring bigdecimal
compiling /tmp/ruby/src/trunk-O0/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c
linking transcoder big5.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
configuring cgi/escape
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
configuring continuation
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
configuring coverage
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
configuring date
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring erb/escape
configuring etc
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring fiddle
configuring fcntl
configuring io/console
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring io/nonblock
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring io/wait
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring syslog
configuring zlib
configuring debug-1.9.1/ext/debug
configuring racc-1.7.3/ext/racc/cparse
configuring rbs-3.4.1/ext/rbs_extension
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/arith_seq/extract.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-/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
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/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-14834/bug-14384.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-3571/bug.c
linking shared-object -test-/bug_14834.so
linking shared-object -test-/array/resize.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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
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-/bug_reporter/bug_reporter.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/init.c
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_reporter.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/div.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/init.c
linking shared-object -test-/class.so
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-/econv'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/econv/append.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/econv/init.c
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/profile_frames.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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/mul.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/str2big.c
linking shared-object -test-/debug.so
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-/exception'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/dataerror.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
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
linking shared-object -test-/fatal/rb_fatal.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/enc_raise.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/funcall/funcall.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/init.c
linking shared-object -test-/funcall.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/ensured.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/nextafter.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/stat.c
linking shared-object -test-/float.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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/init.c
linking shared-object -test-/gvl/call_without_gvl.so
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/core_ext.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/exception.so
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-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/break.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/dot.dot/dot.dot.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/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-/iter/yield.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/my_integer.c
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
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
linking shared-object -test-/iter.so
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_target'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/stringify_target/stringify_target.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/internal_ivar/internal_ivar.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/load/stringify_target.so
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/memory_view/memory_view.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/arity.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
linking shared-object -test-/marshal/usr.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/notimplement/bug.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-/num2int'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/num2int/num2int.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/init.c
linking shared-object -test-/notimplement.so
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/method.so
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'
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/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
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rational/rat.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/receiver.c
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/loop.c
linking shared-object -test-/rb_call_super_kw.so
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rb_call_super_kw'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/init.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/rational.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/foreach/foreach.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/scan_args.so
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/update/update.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/capacity.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/data.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/init.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/init.c
linking shared-object -test-/thread/instrumentation.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/cstr.c
linking shared-object -test-/symbol.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread_fd/thread_fd.c
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/member.c
linking shared-object -test-/thread_fd.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/leap_second.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_associate.c
linking shared-object -test-/struct.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_dummy.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
linking shared-object -test-/time.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
linking shared-object -test-/typeddata.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/vm/at_exit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/wait/wait.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/normalize.c
linking shared-object -test-/vm/at_exit.so
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
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
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_interned_str.c
linking shared-object cgi/escape.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_str_dup.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/continuation'
compiling /tmp/ruby/src/trunk-O0/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/set_len.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/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
compiling /tmp/ruby/src/trunk-O0/ext/date/date_core.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
compiling /tmp/ruby/src/trunk-O0/ext/digest/digest.c
installing default coverage libraries
linking shared-object coverage.so
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/erb/escape'
compiling /tmp/ruby/src/trunk-O0/ext/erb/escape/escape.c
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/etc'
compiling /tmp/ruby/src/trunk-O0/ext/etc/etc.c
compiling /tmp/ruby/src/trunk-O0/ext/bigdecimal/missing.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
compiling /tmp/ruby/src/trunk-O0/ext/fcntl/fcntl.c
linking shared-object bigdecimal.so
linking shared-object etc.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
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/io/console'
compiling /tmp/ruby/src/trunk-O0/ext/io/console/console.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-O0/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/conversions.c
linking shared-object io/nonblock.so
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
compiling /tmp/ruby/src/trunk-O0/ext/io/wait/wait.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/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
compiling /tmp/ruby/src/trunk-O0/ext/monitor/monitor.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/fiddle.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
compiling /tmp/ruby/src/trunk-O0/ext/nkf/nkf.c
installing default 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/objspace'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/handle.c
installing default nkf libraries
linking shared-object nkf.so
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/memory_view.c
installing default date_core libraries
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
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_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
compiling /tmp/ruby/src/trunk-O0/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pinned.c
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pointer.c
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
installing default pathname libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych.c
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/pty'
compiling /tmp/ruby/src/trunk-O0/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_emitter.c
linking shared-object fiddle.so
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/limits.c
installing default pty libraries
linking shared-object pty.so
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_parser.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
linking shared-object psych.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bn.c
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/socket/basicsocket.c
linking shared-object stringio.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_cipher.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/stringio'
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.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/ext/strscan'
compiling /tmp/ruby/src/trunk-O0/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/syslog/syslog.c
installing default socket libraries
installing default syslog libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/zlib'
compiling /tmp/ruby/src/trunk-O0/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_kdf.c
linking shared-object socket.so
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug/debug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse/cparse.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ns_spki.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
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-O0/ext/digest/bubblebabble/bubblebabble.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/debug-1.9.1/lib ../../../../../.bundle/gems/debug-1.9.1/lib
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ocsp.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/lexstate.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1init.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/main.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/parserstate.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension/unescape.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
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dh.c
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/rbs-3.4.1/lib ../../../../../.bundle/gems/rbs-3.4.1/lib
linking shared-object rbs_extension.so
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_dsa.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509store.c
installing default openssl libraries
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/transdb.c
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
linking shared-object -test-/marshal/compat.so
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
linking transcoder transdb.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
linking shared-object -test-/st/foreach.so
linking shared-object -test-/st/numhash.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
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/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Leaving 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[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving 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'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/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.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.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.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1871 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=9006
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1839.492145s, 14.7095 tests/s, 5205.6575 assertions/s.
27058 tests, 9575766 assertions, 0 failures, 0 errors, 227 skips

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-10T00:18:18Z master 1817d644ee) [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 364.584794 seconds

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

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7fbc951397c0 (LWP 66301) 0x00005569fc851b6f in uleb128 (p=0x5569fe88c960) at /tmp/ruby/src/trunk-O0/addr2line.c:223
  2    Thread 0x7fbc7bb5f640 (LWP 66303) 0x00007fbc95261fde in epoll_wait (epfd=4, events=0x5569fcb4d83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fbc7bb5f640 (LWP 66303)):
#0  0x00007fbc95261fde in epoll_wait (epfd=4, events=0x5569fcb4d83c <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  0x00005569fc6b37a9 in event_wait (vm=0x5569fe7f8b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21865
#2  0x00005569fc6b37cd in timer_thread_polling (vm=0x5569fe7f8b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 515099051
#3  0x00005569fc6b3e8d in timer_thread_func (ptr=0x5569fe7f8b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x5569fe7f8b10
#4  0x00007fbc951d0b43 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 = {140725717750416, -5077234001138618200, 140447506101824, 25, 140447932287056, 140725717750768, 5112427770010988712, 5112465914802663592}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fbc95261bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fbc951397c0 (LWP 66301)):
#0  0x00005569fc851b6f in uleb128 (p=0x5569fe88c960) at /tmp/ruby/src/trunk-O0/addr2line.c:223
        b = 89 'Y'
        r = 0
        s = 0
#1  0x00005569fc853e6f in di_read_record (reader=0x5569fe88c8e0, vp=0x5569fe88c700, errout=0x7fbc953566a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1469
        at = 89
        form = 93913696522457
#2  0x00005569fc854fbb in debug_info_read (reader=0x5569fe88c8e0, num_traces=45, traces=0x5569fcb50940 <trace>, lines=0x5569ffb95530, offset=0, errout=0x7fbc953566a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1914
        v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 0, form = 0, size = 0, type = 0}
        die = {pos = 4603904, tag = 29, has_children = 1}
        ranges = {low_pc = 3491253, high_pc = 3491271, ranges = 0, low_pc_set = true, high_pc_set = true, ranges_set = false}
        line = {dirname = 0x7fbc77264d7c "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/alloc/src", filename = 0x7fbc7726528a "alloc.rs", path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x7fbc773ffe1c "dealloc", 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  0x00005569fc856083 in fill_lines (num_traces=45, traces=0x5569fcb50940 <trace>, check_debuglink=1, objp=0x5569fe88d200, lines=0x5569ffb95530, offset=0, errout=0x7fbc953566a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x5569fea9d700, file = 0x7fbc7626f000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fbc76e8f45b "[p\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fbc7726822f "\376%", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fbc77265236 "function.rs", debug_line_directories = 0x7fbc77264bc6 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/ops", p = 0x7fbc76ea0a74 "\372\026$\001V\232@\001", cu_end = 0x7fbc76ea64ba "'\n\001", pend = 0x7fbc7710319f "\001$", q0 = 0x7fbc771247fe "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fbc771249fa "\vW\v", format = 4, address_size = 8 '\b', level = 14, abbrev_table = {0x7fbc95364000 "", 0x7fbc771247ff "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fbc77124815 "4", 0x7fbc77124820 "\023\001\035\023\003\016\v\v\210\001\017", 0x7fbc7712482e "\r", 0x7fbc7712483c "\017", 0x7fbc77124847 "$", 0x7fbc77124852 "9\001\003\016", 0x7fbc77124859 "\023", 0x7fbc77124865 "\023\001\003\016\v\v\210\001\017", 0x7fbc77124871 "/", 0x7fbc7712487a ".\001n\016\003\016:\v;\005I\023 \v", 0x7fbc7712488b "\005", 0x7fbc77124898 ".\001n\016\003\016:\v;\005 \v", 0x7fbc771248a7 "4", 0x7fbc771248b7 "\v\001", 0x7fbc771248bc "4", 0x7fbc771248c9 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fbc771248d9 "(", 0x7fbc771248e2 "(", 0x7fbc771248eb "3\001\025\023", 0x7fbc771248f2 "\r", 0x7fbc77124900 "\031\001\026\v", 0x7fbc77124907 "\027\001\003\016\v\v\210\001\017", 0x7fbc77124913 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fbc77124928 "\005", 0x7fbc77124937 "\035", 0x7fbc77124948 "\005", 0x7fbc77124957 ".\001n\016\003\016:\v;\v \v", 0x7fbc77124966 "\005", 0x7fbc77124971 ".\001n\016\003\016:\v;\vI\023 \v", 0x7fbc77124982 "4", 0x7fbc77124992 "\005", 0x7fbc7712499d ".\001\021\001\022\006@\030\061\023", 0x7fbc771249aa "\005", 0x7fbc771249b1 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fbc771249c2 "4", 0x7fbc771249cb "\005", 0x7fbc771249d4 "\005", 0x7fbc771249dd "\v\001\021\001\022\006", 0x7fbc771249e6 "4", 0x7fbc771249ef "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fbc77124a00 "\005", 0x7fbc77124a09 "4", 0x7fbc77124a12 "\035\001\061\023U\027X\vY\005W\v", 0x7fbc77124a21 "4", 0x7fbc77124a28 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fbc77124a3b "\005", 0x7fbc77124a48 "\v\001U\027", 0x7fbc77124a4f "\035", 0x7fbc77124a5e "4", 0x7fbc77124a6b "\023", 0x7fbc77124a77 "\031\001", 0x7fbc77124a7c "\023\001\003\016<\031\210\001\017", 0x7fbc77124a88 "3\001", 0x7fbc77124a8d "\005", 0x7fbc77124a9a "3", 0x7fbc77124a9f ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fbc77124ab4 "\005", 0x7fbc77124ac3 "\035\001\061\023U\027X\vY\vW\v", 0x7fbc77124ad2 "4", 0x7fbc77124ae4 "\035", 0x7fbc77124af5 "4", 0x7fbc77124b04 "4", 0x7fbc77124b16 "\005", 0x7fbc77124b25 "4", 0x7fbc77124b37 "\005", 0x7fbc77124b40 "4", 0x7fbc77124b49 "4", 0x7fbc77124b5b "4", 0x7fbc77124b6a "\035", 0x7fbc77124b79 ".\001\003\016:\v;\v \v", 0x7fbc77124b86 ".\001\003\016:\v;\vI\023 \v", 0x7fbc77124b95 ".", 0x7fbc77124ba6 ".", 0x7fbc77124bb7 "\017", 0x7fbc77124bc0 "\025\001", 0x7fbc77124bc5 "\005", 0x7fbc77124bcc "\001\001I\023", 0x7fbc77124bd3 "!", 0x7fbc77124bde "$", 0x7fbc77124be9 "\025\001I\023", 0x7fbc7712479a ".\001\003\016:\v;\v \v", 0x7fbc771247a7 ".\001\003\016:\v;\vI\023 \v", 0x7fbc771247b6 "\001\001I\023", 0x7fbc771247bd "!", 0x7fbc771247c8 "$", 0x7fbc771247d3 "\017", 0x7fbc771247dc "\025\001", 0x7fbc771247e1 "\005", 0x7fbc771247e8 "\035", 0x7fbc771247f7 "\025\001I\023", 0x7fbc77123708 "4", 0x7fbc7712371a ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fbc7712372d "\005", 0x7fbc77123736 "4", 0x7fbc7712373f ".", 0x7fbc77123750 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fbc7712375f "4", 0x7fbc77123771 "\035", 0x7fbc77123780 ".", 0x7fbc77123793 "\r", 0x7fbc771237a1 "\025\001I\023", 0x7fbc771237a8 "\005", 0x7fbc771237af "\025\001", 0x7fbc771237b4 ".\001\003\016:\v;\v \v", 0x7fbc771237c1 ".\001\003\016:\v;\vI\023 \v", 0x7fbc771220ca "\025\001I\023", 0x7fbc771220d1 "\005", 0x7fbc771220d8 "\025\001", 0x7fbc771220dd ".\001\003\016:\v;\v \v", 0x7fbc771220ea ".\001\003\016:\v;\vI\023 \v", 0x7fbc771220f9 ".\001\003\016:\v;\vI\023?\031 \v", 0x7fbc77119d67 "\005", 0x7fbc77119d76 ".", 0x7fbc77115eb0 "!", 0x7fbc77115eb9 "\r", 0x7fbc77115ecf ".", 0x7fbc77115ee3 "\035\001\061\023\021\001\022\aX!)Y!\215\rW!\020\001\023", 0x7fbc77115efa "\n", 0x7fbc77115f07 ".", 0x7fbc77115f20 "4", 0x7fbc77115f31 ".", 0x7fbc77115f49 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fbc77115f66 ".", 0x7fbc77115f80 ".\001?\031\003\016:! ;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fbc77115f9c "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fbc77115fb1 "\026", 0x7fbc77115fbb "\023\001\003\016\v\v:\v;\v\001\023", 0x7fbc77115fcb "\017", 0x7fbc77115fd3 "$", 0x7fbc77115fdf "\026", 0x7fbc77115fed "&", 0x7fbc77115ff3 "\026", 0x7fbc77116003 "(", 0x7fbc7711600d "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fbc77116022 "\025\001I\023\001\023", 0x7fbc7711602c "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fbc77116041 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fbc77116053 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fbc77116065 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fbc77116078 "\026", 0x7fbc7711608b "!", 0x7fbc77116091 "4", 0x7fbc771160a1 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fbc771160bc ".", 0x7fbc771160d3 ".", 0x7fbc771160ea ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fbc77116106 ".", 0x7fbc77116123 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fbc77116144 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fbc77116163 ".", 0x7fbc7711617d ".", 0x7fbc77116199 "4", 0x7fbc771161a5 ".", 0x7fbc771161c0 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fbc771161d4 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fbc771161f3 ".", 0x7fbc7711620e ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fbc77116224 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fbc77116241 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fbc77116259 ".", 0x7ffd426ad6f8 "", 0x5569fe88d630 "\017", 0x5569fe88d628 "\250@\024z\274\177", 0x7ffd426ad700 "", 0x5569fe88ce68 "\016b\021w\274\177", 0x5569fe88d5e8 "Pn\201\376iU", 0x5569fe88d5f0 "", 0x5569fe88d5f8 "\005", 0x5569fe88d600 "\340\\5\225\274\177", 0x7ffd426ad708 "\200\024P\374iU", 0x7ffd426ad710 "@\327jB\375\177", 0x7ffd426ad718 "", 0x7ffd426ad720 "", 0x7ffd426ad728 "\245\024P\374iU", 0x0, 0x7ffd426ad730 "8\327jB\375\177", 0x5569fc5014a5 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x5569fc501480 <_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>, 0x5569fe88cfa0 "P\326\210\376iU", 0x5569fe88d240 "\220\322\210\376iU", 0x7fbc9526fcb5 <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", 0x5569fe88cfa0 "P\326\210\376iU", 0x5569fe88d090 "", 0x5569fe88d240 "\220\322\210\376iU", 0x7fbc9537d994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x5569fe88d650 "\365", 0x5569fe88d648 "\020", 0x5569fe88d658 "\023\001"...}}
        i = 0
        j = 307
        shstr = 0x7fbc77cced08 ""
        ehdr = 0x7fbc7626f000
        shdr = 0x7fbc77cceef8
        shstr_shdr = 0x7fbc77ccfa78
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7fbc77ccefb8
        fd = 5
        filesize = 27658936
        file = 0x7fbc7626f000 "\177ELF\002\001\001"
        symtab_shdr = 0x7fbc77ccf9f8
        strtab_shdr = 0x7fbc77ccfa38
        dynsym_shdr = 0x7fbc77ccf078
        dynstr_shdr = 0x7fbc77ccf0b8
        obj = 0x5569fea9d700
        dladdr_fbase = 93913692733440
#4  0x00005569fc856a2e in rb_dump_backtrace_with_lines (num_traces=45, traces=0x5569fcb50940 <trace>, errout=0x7fbc953566a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 140447931662128
        i = 0
        lines = 0x5569ffb95530
        obj = 0x5569fea9d700
        dladdr_fbases = 0x5569fe9bf470
        main_path = 0x5569fe88d1a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#5  0x00005569fc72f4e2 in rb_print_backtrace (errout=0x7fbc953566a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x5569fc72f4c7 <rb_print_backtrace+36>, 0x5569fc72fbea <rb_vm_bugreport+656>, 0x5569fc911d02 <rb_bug_for_fatal_signal+327>, 0x5569fc67612a <sigill>, 0x7fbc9517e520 <__restore_rt>, 0x5569fc62b459 <rb_memsearch_qs_utf8+129>, 0x5569fc62b7e6 <rb_memsearch+318>, 0x5569fc68f17a <strseq_core+84>, 0x5569fc68f3c0 <rb_strseq_index+445>, 0x5569fc69538f <rb_str_include+58>, 0x5569fc6fefa5 <ractor_safe_call_cfunc_1+58>, 0x5569fc6ffb6e <vm_call_cfunc_with_frame_+541>, 0x5569fc6ffd43 <vm_call_cfunc_with_frame+121>, 0x5569fc7060e5 <vm_sendish+502>, 0x5569fc70d676 <vm_exec_core+14741>, 0x5569fc724060 <rb_vm_exec+320>, 0x5569fc720c4d <invoke_block+216>, 0x5569fc721073 <invoke_block_from_c_bh+793>, 0x5569fc72126d <vm_yield_with_cref+90>, 0x5569fc7212ab <vm_yield+56>, 0x5569fc71bbad <rb_yield_0+47>, 0x5569fc71bc14 <rb_yield+66>, 0x5569fc85fe39 <select_bang_i+88>, 0x5569fc507a0a <rb_ensure+388>, 0x5569fc8600bf <rb_ary_select_bang+159>, 0x5569fc860129 <rb_ary_keep_if+84>, 0x5569fc6fef69 <ractor_safe_call_cfunc_0+48>, 0x5569fc6ffb6e <vm_call_cfunc_with_frame_+541>, 0x5569fc6ffd43 <vm_call_cfunc_with_frame+121>, 0x5569fc6ffe5b <vm_call_cfunc_other+278>, 0x5569fc700283 <vm_call_cfunc+302>, 0x5569fc702db2 <vm_call_method_each_type+289>, 0x5569fc70385e <vm_call_method+161>, 0x5569fc703a60 <vm_call_general+47>, 0x5569fc7060e5 <vm_sendish+502>, 0x5569fc70d4cd <vm_exec_core+14316>, 0x5569fc724060 <rb_vm_exec+320>, 0x5569fc724ebf <rb_iseq_eval_main+61>, 0x5569fc505c0d <rb_ec_exec_node+318>, 0x5569fc505d8a <ruby_run_node+150>, 0x5569fc5015c4 <rb_main+76>, 0x5569fc501625 <main+75>, 0x7fbc95165d90 <__libc_start_call_main+128>, 0x7fbc95165e40 <__libc_start_main_impl+128>, 0x5569fc5014a5 <_start+37>, 0x0 <repeats 979 times>}
        n = 45
#6  0x00005569fc72fbea in rb_vm_bugreport (ctx=0x5569fe88d5c0, errout=0x7fbc953566a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x5569fe7f8b10
        ec = 0x5569fe7fc4e0
#7  0x00005569fc911d02 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x5569fe88d5c0, fmt=0x5569fc97a18b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7fbc953566a0 <_IO_2_1_stderr_>
        file = 0x7fbc792ef4f8 "-"
        line = 20
#8  0x00005569fc67612a in sigsegv (sig=11, info=0x5569fe88d6f0, ctx=0x5569fe88d5c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#9  <signal handler called>
No locals.
#10 rb_memsearch_qs_utf8 (xs=0x7fbc7a1440a8 "\"embedded\":true", m=15, ys=0x5569ffb95320 "{\"address\":\"0x7fbc7959c2d8\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbc7bba1370\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbc79363458\", \"0x7fbc79363480\"], \"memsize\":40, \"flag"..., n=275) at /tmp/ruby/src/trunk-O0/re.c:211
        x = 0x7fbc7a1440a8 "\"embedded\":true"
        xe = 0x7fbc7a1440b7 ""
        y = 0x5569ffb95320 "{\"address\":\"0x7fbc7959c2d8\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbc7bba1370\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbc79363458\", \"0x7fbc79363480\"], \"memsize\":40, \"flag"...
        i = 246
        qstable = {16 <repeats 246 times>, 0 <repeats 265 times>, 532676608}
#11 0x00005569fc62b7e6 in rb_memsearch (x0=0x7fbc7a1440a8, m=15, y0=0x5569ffb95320, n=275, enc=0x5569fe816e50) at /tmp/ruby/src/trunk-O0/re.c:273
        x = 0x7fbc7a1440a8 "\"embedded\":true"
        y = 0x5569ffb95320 "{\"address\":\"0x7fbc7959c2d8\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbc7bba1370\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbc79363458\", \"0x7fbc79363480\"], \"memsize\":40, \"flag"...
#12 0x00005569fc68f17a in strseq_core (str_ptr=0x5569ffb95320 "{\"address\":\"0x7fbc7959c2d8\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbc7bba1370\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbc79363458\", \"0x7fbc79363480\"], \"memsize\":40, \"flag"..., str_ptr_end=0x5569ffb95433 "", str_len=275, sub_ptr=0x7fbc7a1440a8 "\"embedded\":true", sub_len=15, offset=0, enc=0x5569fe816e50) at /tmp/ruby/src/trunk-O0/string.c:3928
        t = 0x7fbc7a1440a8 "\"embedded\":true"
        search_start = 0x5569ffb95320 "{\"address\":\"0x7fbc7959c2d8\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbc7bba1370\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbc79363458\", \"0x7fbc79363480\"], \"memsize\":40, \"flag"...
        pos = 15
        search_len = 275
#13 0x00005569fc68f3c0 in rb_strseq_index (str=140447478727000, sub=140447478726800, offset=0, in_byte=0) at /tmp/ruby/src/trunk-O0/string.c:3978
        str_ptr = 0x5569ffb95320 "{\"address\":\"0x7fbc7959c2d8\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbc7bba1370\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbc79363458\", \"0x7fbc79363480\"], \"memsize\":40, \"flag"...
        str_ptr_end = 0x5569ffb95433 ""
        sub_ptr = 0x7fbc7a1440a8 "\"embedded\":true"
        str_len = 275
        sub_len = 15
        enc = 0x5569fe816e50
#14 0x00005569fc69538f in rb_str_include (str=140447478727000, arg=140447478726800) at /tmp/ruby/src/trunk-O0/string.c:6521
        i = 93913695052050
#15 0x00005569fc6fefa5 in ractor_safe_call_cfunc_1 (recv=140447478727000, argc=1, argv=0x7fbc95038098, func=0x5569fc695355 <rb_str_include>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3313
        f = 0x5569fc695355 <rb_str_include>
#16 0x00005569fc6ffb6e in vm_call_cfunc_with_frame_ (ec=0x5569fe7fc4e0, reg_cfp=0x7fbc95137f30, calling=0x7ffd426ab2b0, argc=1, argv=0x7fbc95038098, stack_bottom=0x7fbc95038090) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x120f00100003
        cc = 0x7fbc7a9bfa30
        val = 0
        me = 0x7fbc792e9978
        cfunc = 0x5569fe82e438
        recv = 140447478727000
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#17 0x00005569fc6ffd43 in vm_call_cfunc_with_frame (ec=0x5569fe7fc4e0, reg_cfp=0x7fbc95137f30, calling=0x7ffd426ab2b0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 1
        stack_bottom = 0x7fbc95038090
        argv = 0x7fbc95038098
#18 0x00005569fc7060e5 in vm_sendish (ec=0x5569fe7fc4e0, reg_cfp=0x7fbc95137f30, cd=0x5569fe995ed0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x120f00100003
        cc = 0x7fbc7a9bfa30
        argc = 1
        recv = 140447478727000
        calling = {cd = 0x5569fe995ed0, cc = 0x7fbc7a9bfa30, block_handler = 0, recv = 140447478727000, argc = 1, kw_splat = false, heap_argv = 0}
#19 0x00005569fc70d676 in vm_exec_core (ec=0x5569fe7fc4e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x5569fe995ed0
        leaf = false
        val = 140447478727000
        reg_pc = 0x5569fe995e70
        reg_cfp = 0x7fbc95137f30
        insns_address_table = {0x5569fc709d4d <vm_exec_core+108>, 0x5569fc709daf <vm_exec_core+206>, 0x5569fc709ec2 <vm_exec_core+481>, 0x5569fc709fd6 <vm_exec_core+757>, 0x5569fc70a174 <vm_exec_core+1171>, 0x5569fc70a2a4 <vm_exec_core+1475>, 0x5569fc70a4b6 <vm_exec_core+2005>, 0x5569fc70a5c8 <vm_exec_core+2279>, 0x5569fc70a6a1 <vm_exec_core+2496>, 0x5569fc70a7a8 <vm_exec_core+2759>, 0x5569fc70a8af <vm_exec_core+3022>, 0x5569fc70a9bd <vm_exec_core+3292>, 0x5569fc70aacf <vm_exec_core+3566>, 0x5569fc70ab9f <vm_exec_core+3774>, 0x5569fc70aca8 <vm_exec_core+4039>, 0x5569fc70ada2 <vm_exec_core+4289>, 0x5569fc70ae65 <vm_exec_core+4484>, 0x5569fc70af28 <vm_exec_core+4679>, 0x5569fc70afb1 <vm_exec_core+4816>, 0x5569fc70b03d <vm_exec_core+4956>, 0x5569fc70b0e3 <vm_exec_core+5122>, 0x5569fc70b1bb <vm_exec_core+5338>, 0x5569fc70b288 <vm_exec_core+5543>, 0x5569fc70b366 <vm_exec_core+5765>, 0x5569fc70b428 <vm_exec_core+5959>, 0x5569fc70b567 <vm_exec_core+6278>, 0x5569fc70b60d <vm_exec_core+6444>, 0x5569fc70b6f2 <vm_exec_core+6673>, 0x5569fc70b821 <vm_exec_core+6976>, 0x5569fc70b8e4 <vm_exec_core+7171>, 0x5569fc70b9a7 <vm_exec_core+7366>, 0x5569fc70ba9e <vm_exec_core+7613>, 0x5569fc70bb60 <vm_exec_core+7807>, 0x5569fc70bc3f <vm_exec_core+8030>, 0x5569fc70bd0c <vm_exec_core+8235>, 0x5569fc70be1c <vm_exec_core+8507>, 0x5569fc70bf16 <vm_exec_core+8757>, 0x5569fc70bf91 <vm_exec_core+8880>, 0x5569fc70c052 <vm_exec_core+9073>, 0x5569fc70c140 <vm_exec_core+9311>, 0x5569fc70c1f0 <vm_exec_core+9487>, 0x5569fc70c36f <vm_exec_core+9870>, 0x5569fc70c449 <vm_exec_core+10088>, 0x5569fc70c535 <vm_exec_core+10324>, 0x5569fc70c5c6 <vm_exec_core+10469>, 0x5569fc70c721 <vm_exec_core+10816>, 0x5569fc70ccc3 <vm_exec_core+12258>, 0x5569fc70cdbf <vm_exec_core+12510>, 0x5569fc70cec2 <vm_exec_core+12769>, 0x5569fc70cfae <vm_exec_core+13005>, 0x5569fc70d1c7 <vm_exec_core+13542>, 0x5569fc70d2b9 <vm_exec_core+13784>, 0x5569fc70d3bf <vm_exec_core+14046>, 0x5569fc70d5bc <vm_exec_core+14555>, 0x5569fc70d765 <vm_exec_core+14980>, 0x5569fc70d890 <vm_exec_core+15279>, 0x5569fc70d9fc <vm_exec_core+15643>, 0x5569fc70db27 <vm_exec_core+15942>, 0x5569fc70dc93 <vm_exec_core+16306>, 0x5569fc70de75 <vm_exec_core+16788>, 0x5569fc70e072 <vm_exec_core+17297>, 0x5569fc70e21b <vm_exec_core+17722>, 0x5569fc70e33d <vm_exec_core+18012>, 0x5569fc70e3e4 <vm_exec_core+18179>, 0x5569fc70e4a8 <vm_exec_core+18375>, 0x5569fc70e591 <vm_exec_core+18608>, 0x5569fc70e67d <vm_exec_core+18844>, 0x5569fc70e766 <vm_exec_core+19077>, 0x5569fc70e87a <vm_exec_core+19353>, 0x5569fc70e9a1 <vm_exec_core+19648>, 0x5569fc70ead7 <vm_exec_core+19958>, 0x5569fc70ec0d <vm_exec_core+20268>, 0x5569fc70ed43 <vm_exec_core+20578>, 0x5569fc70ee79 <vm_exec_core+20888>, 0x5569fc70efaf <vm_exec_core+21198>, 0x5569fc70f0f0 <vm_exec_core+21519>, 0x5569fc70f26a <vm_exec_core+21897>, 0x5569fc70f3a0 <vm_exec_core+22207>, 0x5569fc70f4d6 <vm_exec_core+22517>, 0x5569fc70f60c <vm_exec_core+22827>, 0x5569fc70f742 <vm_exec_core+23137>, 0x5569fc70f878 <vm_exec_core+23447>, 0x5569fc70f9ae <vm_exec_core+23757>, 0x5569fc70fae4 <vm_exec_core+24067>, 0x5569fc70fc1a <vm_exec_core+24377>, 0x5569fc70fd69 <vm_exec_core+24712>, 0x5569fc70ff23 <vm_exec_core+25154>, 0x5569fc7100a1 <vm_exec_core+25536>, 0x5569fc7101c0 <vm_exec_core+25823>, 0x5569fc7102df <vm_exec_core+26110>, 0x5569fc7103f9 <vm_exec_core+26392>, 0x5569fc710513 <vm_exec_core+26674>, 0x5569fc71063e <vm_exec_core+26973>, 0x5569fc710774 <vm_exec_core+27283>, 0x5569fc71085f <vm_exec_core+27518>, 0x5569fc710964 <vm_exec_core+27779>, 0x5569fc710aac <vm_exec_core+28107>, 0x5569fc710b9b <vm_exec_core+28346>, 0x5569fc710c75 <vm_exec_core+28564>, 0x5569fc710d4a <vm_exec_core+28777>, 0x5569fc710e25 <vm_exec_core+28996>, 0x5569fc710ea1 <vm_exec_core+29120>, 0x5569fc710f1d <vm_exec_core+29244>, 0x5569fc710f3b <vm_exec_core+29274>, 0x5569fc710f59 <vm_exec_core+29304>, 0x5569fc710f77 <vm_exec_core+29334>, 0x5569fc710f95 <vm_exec_core+29364>, 0x5569fc710fb3 <vm_exec_core+29394>, 0x5569fc710fd1 <vm_exec_core+29424>, 0x5569fc710fef <vm_exec_core+29454>, 0x5569fc71100d <vm_exec_core+29484>, 0x5569fc71102b <vm_exec_core+29514>, 0x5569fc711049 <vm_exec_core+29544>, 0x5569fc711067 <vm_exec_core+29574>, 0x5569fc711085 <vm_exec_core+29604>, 0x5569fc7110a3 <vm_exec_core+29634>, 0x5569fc7110c1 <vm_exec_core+29664>, 0x5569fc7110df <vm_exec_core+29694>, 0x5569fc7110fd <vm_exec_core+29724>, 0x5569fc71111b <vm_exec_core+29754>, 0x5569fc711139 <vm_exec_core+29784>, 0x5569fc711157 <vm_exec_core+29814>, 0x5569fc711175 <vm_exec_core+29844>, 0x5569fc711193 <vm_exec_core+29874>, 0x5569fc7111b1 <vm_exec_core+29904>, 0x5569fc7111cf <vm_exec_core+29934>, 0x5569fc7111ed <vm_exec_core+29964>, 0x5569fc71120b <vm_exec_core+29994>, 0x5569fc711229 <vm_exec_core+30024>, 0x5569fc711247 <vm_exec_core+30054>, 0x5569fc711265 <vm_exec_core+30084>, 0x5569fc711283 <vm_exec_core+30114>, 0x5569fc7112a1 <vm_exec_core+30144>, 0x5569fc7112bf <vm_exec_core+30174>, 0x5569fc7112dd <vm_exec_core+30204>, 0x5569fc7112fb <vm_exec_core+30234>, 0x5569fc711319 <vm_exec_core+30264>, 0x5569fc711337 <vm_exec_core+30294>, 0x5569fc711355 <vm_exec_core+30324>, 0x5569fc711373 <vm_exec_core+30354>, 0x5569fc711391 <vm_exec_core+30384>, 0x5569fc7113af <vm_exec_core+30414>, 0x5569fc7113cd <vm_exec_core+30444>, 0x5569fc7113eb <vm_exec_core+30474>, 0x5569fc711409 <vm_exec_core+30504>, 0x5569fc711427 <vm_exec_core+30534>, 0x5569fc711445 <vm_exec_core+30564>, 0x5569fc711463 <vm_exec_core+30594>, 0x5569fc711481 <vm_exec_core+30624>, 0x5569fc71149f <vm_exec_core+30654>, 0x5569fc7114bd <vm_exec_core+30684>, 0x5569fc7114db <vm_exec_core+30714>, 0x5569fc7114f9 <vm_exec_core+30744>, 0x5569fc711517 <vm_exec_core+30774>, 0x5569fc711535 <vm_exec_core+30804>, 0x5569fc711553 <vm_exec_core+30834>, 0x5569fc711571 <vm_exec_core+30864>, 0x5569fc71158f <vm_exec_core+30894>, 0x5569fc7115ad <vm_exec_core+30924>, 0x5569fc7115cb <vm_exec_core+30954>, 0x5569fc7115e9 <vm_exec_core+30984>, 0x5569fc711607 <vm_exec_core+31014>, 0x5569fc711625 <vm_exec_core+31044>, 0x5569fc711643 <vm_exec_core+31074>, 0x5569fc711661 <vm_exec_core+31104>, 0x5569fc71167f <vm_exec_core+31134>, 0x5569fc71169d <vm_exec_core+31164>, 0x5569fc7116bb <vm_exec_core+31194>, 0x5569fc7116d9 <vm_exec_core+31224>, 0x5569fc7116f7 <vm_exec_core+31254>, 0x5569fc711715 <vm_exec_core+31284>, 0x5569fc711733 <vm_exec_core+31314>, 0x5569fc711751 <vm_exec_core+31344>, 0x5569fc71176f <vm_exec_core+31374>, 0x5569fc71178d <vm_exec_core+31404>, 0x5569fc7117ab <vm_exec_core+31434>, 0x5569fc7117c9 <vm_exec_core+31464>, 0x5569fc7117e7 <vm_exec_core+31494>, 0x5569fc711818 <vm_exec_core+31543>, 0x5569fc711836 <vm_exec_core+31573>, 0x5569fc711854 <vm_exec_core+31603>, 0x5569fc711872 <vm_exec_core+31633>, 0x5569fc711890 <vm_exec_core+31663>, 0x5569fc7118ae <vm_exec_core+31693>, 0x5569fc7118cc <vm_exec_core+31723>, 0x5569fc7118ea <vm_exec_core+31753>, 0x5569fc711908 <vm_exec_core+31783>, 0x5569fc711926 <vm_exec_core+31813>, 0x5569fc711944 <vm_exec_core+31843>, 0x5569fc711962 <vm_exec_core+31873>, 0x5569fc711980 <vm_exec_core+31903>, 0x5569fc71199e <vm_exec_core+31933>, 0x5569fc7119bc <vm_exec_core+31963>, 0x5569fc7119da <vm_exec_core+31993>, 0x5569fc7119f8 <vm_exec_core+32023>, 0x5569fc711a16 <vm_exec_core+32053>, 0x5569fc711a34 <vm_exec_core+32083>, 0x5569fc711a52 <vm_exec_core+32113>, 0x5569fc711a70 <vm_exec_core+32143>, 0x5569fc711a8e <vm_exec_core+32173>...}
#20 0x00005569fc724060 in rb_vm_exec (ec=0x5569fe7fc4e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x5569fe7fc4e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffd426abf90, 0x5569fc723fde <rb_vm_exec+190>, 0x0, 0x7ffd426abee0, 0x7ffd426abf80}, prev = 0x7ffd426ac2a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#21 0x00005569fc720c4d in invoke_block (ec=0x5569fe7fc4e0, iseq=0x7fbc79380378, self=140447930568160, captured=0x7fbc95137fb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 1
#22 0x00005569fc721073 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffd426ac1c8, argc=1, self=140447930568160, captured=0x7fbc95137fb8, ec=0x5569fe7fc4e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7fbc79380378
        opt_pc = 0
        type = 572653569
        cfp = 0x7fbc95137f68
        sp = 0x7fbc95038070
        flags = 0
        use_argv = 0x7ffd426ac1c8
        av = {93913695059573, 140447931662184}
        stack_argv = 0x7fbc95038070
#23 invoke_block_from_c_bh (ec=0x5569fe7fc4e0, block_handler=140447931662265, argc=1, argv=0x7ffd426ac1c8, 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 = 0x7fbc95137fb8
#24 0x00005569fc72126d in vm_yield_with_cref (ec=0x5569fe7fc4e0, argc=1, argv=0x7ffd426ac1c8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#25 0x00005569fc7212ab in vm_yield (ec=0x5569fe7fc4e0, argc=1, argv=0x7ffd426ac1c8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#26 0x00005569fc71bbad in rb_yield_0 (argc=1, argv=0x7ffd426ac1c8) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#27 0x00005569fc71bc14 in rb_yield (val=140447466504920) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#28 0x00005569fc85fe39 in select_bang_i (a=140725717746496) at /tmp/ruby/src/trunk-O0/array.c:3828
        v = 140447466504920
        arg = 0x7ffd426ac340
        ary = 140447930579480
        i1 = 29256
        i2 = 29256
#29 0x00005569fc507a0a in rb_ensure (b_proc=0x5569fc85fde1 <select_bang_i>, data1=140725717746496, e_proc=0x5569fc85febb <select_bang_ensure>, data2=140725717746496) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x5569fe7fc4e0
        _tag = {tag = 36, retval = 140447930579480, buf = {0x7ffd426ac320, 0x5569fc5079ad <rb_ensure+295>, 0x0, 0x7ffd426ac230, 0x7ffd426ac2f8}, prev = 0x7ffd426ad430, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 140447930579480
        ec = 0x5569fe7fc4e0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x5569fc85febb <select_bang_ensure>, data2 = 140725717746496}}
#30 0x00005569fc8600bf in rb_ary_select_bang (ary=140447930579480) at /tmp/ruby/src/trunk-O0/array.c:3891
        args = {ary = 140447930579480, len = {29256, 29256}}
#31 0x00005569fc860129 in rb_ary_keep_if (ary=140447930579480) at /tmp/ruby/src/trunk-O0/array.c:3916
No locals.
#32 0x00005569fc6fef69 in ractor_safe_call_cfunc_0 (recv=140447930579480, argc=0, argv=0x7fbc95038058, func=0x5569fc8600d5 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x5569fc8600d5 <rb_ary_keep_if>
#33 0x00005569fc6ffb6e in vm_call_cfunc_with_frame_ (ec=0x5569fe7fc4e0, reg_cfp=0x7fbc95137fa0, calling=0x7ffd426ac7d0, argc=0, argv=0x7fbc95038058, stack_bottom=0x7fbc95038050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x358100000001
        cc = 0x7fbc7a9bfb98
        val = 93913729713192
        me = 0x7fbc7930f150
        cfunc = 0x5569fe84db28
        recv = 140447930579480
        block_handler = 140447931662265
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#34 0x00005569fc6ffd43 in vm_call_cfunc_with_frame (ec=0x5569fe7fc4e0, reg_cfp=0x7fbc95137fa0, calling=0x7ffd426ac7d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7fbc95038050
        argv = 0x7fbc95038058
#35 0x00005569fc6ffe5b in vm_call_cfunc_other (ec=0x5569fe7fc4e0, reg_cfp=0x7fbc95137fa0, calling=0x7ffd426ac7d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x358100000001
        argv_ary = 0
#36 0x00005569fc700283 in vm_call_cfunc (ec=0x5569fe7fc4e0, reg_cfp=0x7fbc95137fa0, calling=0x7ffd426ac7d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x358100000001
#37 0x00005569fc702db2 in vm_call_method_each_type (ec=0x5569fe7fc4e0, cfp=0x7fbc95137fa0, calling=0x7ffd426ac7d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x358100000001
        cc = 0x7fbc7a9bfb98
        cme = 0x7fbc7930f150
        v = 93913733701048
#38 0x00005569fc70385e in vm_call_method (ec=0x5569fe7fc4e0, cfp=0x7fbc95137fa0, calling=0x7ffd426ac7d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x358100000001
        cc = 0x7fbc7a9bfb98
#39 0x00005569fc703a60 in vm_call_general (ec=0x5569fe7fc4e0, reg_cfp=0x7fbc95137fa0, calling=0x7ffd426ac7d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#40 0x00005569fc7060e5 in vm_sendish (ec=0x5569fe7fc4e0, reg_cfp=0x7fbc95137fa0, cd=0x5569fe996640, block_handler=140447931662265, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x358100000001
        cc = 0x7fbc7a9bfb98
        argc = 0
        recv = 140447930579480
        calling = {cd = 0x5569fe996640, cc = 0x7fbc7a9bfb98, block_handler = 140447931662265, recv = 140447930579480, argc = 0, kw_splat = false, heap_argv = 0}
#41 0x00005569fc70d4cd in vm_exec_core (ec=0x5569fe7fc4e0) at ../../src/trunk-O0/insns.def:814
        bh = 140447931662265
        cd = 0x5569fe996640
        blockiseq = 0x7fbc79380378
        leaf = false
        val = 140447487622720
        reg_pc = 0x5569fe996230
        reg_cfp = 0x7fbc95137fa0
        insns_address_table = {0x5569fc709d4d <vm_exec_core+108>, 0x5569fc709daf <vm_exec_core+206>, 0x5569fc709ec2 <vm_exec_core+481>, 0x5569fc709fd6 <vm_exec_core+757>, 0x5569fc70a174 <vm_exec_core+1171>, 0x5569fc70a2a4 <vm_exec_core+1475>, 0x5569fc70a4b6 <vm_exec_core+2005>, 0x5569fc70a5c8 <vm_exec_core+2279>, 0x5569fc70a6a1 <vm_exec_core+2496>, 0x5569fc70a7a8 <vm_exec_core+2759>, 0x5569fc70a8af <vm_exec_core+3022>, 0x5569fc70a9bd <vm_exec_core+3292>, 0x5569fc70aacf <vm_exec_core+3566>, 0x5569fc70ab9f <vm_exec_core+3774>, 0x5569fc70aca8 <vm_exec_core+4039>, 0x5569fc70ada2 <vm_exec_core+4289>, 0x5569fc70ae65 <vm_exec_core+4484>, 0x5569fc70af28 <vm_exec_core+4679>, 0x5569fc70afb1 <vm_exec_core+4816>, 0x5569fc70b03d <vm_exec_core+4956>, 0x5569fc70b0e3 <vm_exec_core+5122>, 0x5569fc70b1bb <vm_exec_core+5338>, 0x5569fc70b288 <vm_exec_core+5543>, 0x5569fc70b366 <vm_exec_core+5765>, 0x5569fc70b428 <vm_exec_core+5959>, 0x5569fc70b567 <vm_exec_core+6278>, 0x5569fc70b60d <vm_exec_core+6444>, 0x5569fc70b6f2 <vm_exec_core+6673>, 0x5569fc70b821 <vm_exec_core+6976>, 0x5569fc70b8e4 <vm_exec_core+7171>, 0x5569fc70b9a7 <vm_exec_core+7366>, 0x5569fc70ba9e <vm_exec_core+7613>, 0x5569fc70bb60 <vm_exec_core+7807>, 0x5569fc70bc3f <vm_exec_core+8030>, 0x5569fc70bd0c <vm_exec_core+8235>, 0x5569fc70be1c <vm_exec_core+8507>, 0x5569fc70bf16 <vm_exec_core+8757>, 0x5569fc70bf91 <vm_exec_core+8880>, 0x5569fc70c052 <vm_exec_core+9073>, 0x5569fc70c140 <vm_exec_core+9311>, 0x5569fc70c1f0 <vm_exec_core+9487>, 0x5569fc70c36f <vm_exec_core+9870>, 0x5569fc70c449 <vm_exec_core+10088>, 0x5569fc70c535 <vm_exec_core+10324>, 0x5569fc70c5c6 <vm_exec_core+10469>, 0x5569fc70c721 <vm_exec_core+10816>, 0x5569fc70ccc3 <vm_exec_core+12258>, 0x5569fc70cdbf <vm_exec_core+12510>, 0x5569fc70cec2 <vm_exec_core+12769>, 0x5569fc70cfae <vm_exec_core+13005>, 0x5569fc70d1c7 <vm_exec_core+13542>, 0x5569fc70d2b9 <vm_exec_core+13784>, 0x5569fc70d3bf <vm_exec_core+14046>, 0x5569fc70d5bc <vm_exec_core+14555>, 0x5569fc70d765 <vm_exec_core+14980>, 0x5569fc70d890 <vm_exec_core+15279>, 0x5569fc70d9fc <vm_exec_core+15643>, 0x5569fc70db27 <vm_exec_core+15942>, 0x5569fc70dc93 <vm_exec_core+16306>, 0x5569fc70de75 <vm_exec_core+16788>, 0x5569fc70e072 <vm_exec_core+17297>, 0x5569fc70e21b <vm_exec_core+17722>, 0x5569fc70e33d <vm_exec_core+18012>, 0x5569fc70e3e4 <vm_exec_core+18179>, 0x5569fc70e4a8 <vm_exec_core+18375>, 0x5569fc70e591 <vm_exec_core+18608>, 0x5569fc70e67d <vm_exec_core+18844>, 0x5569fc70e766 <vm_exec_core+19077>, 0x5569fc70e87a <vm_exec_core+19353>, 0x5569fc70e9a1 <vm_exec_core+19648>, 0x5569fc70ead7 <vm_exec_core+19958>, 0x5569fc70ec0d <vm_exec_core+20268>, 0x5569fc70ed43 <vm_exec_core+20578>, 0x5569fc70ee79 <vm_exec_core+20888>, 0x5569fc70efaf <vm_exec_core+21198>, 0x5569fc70f0f0 <vm_exec_core+21519>, 0x5569fc70f26a <vm_exec_core+21897>, 0x5569fc70f3a0 <vm_exec_core+22207>, 0x5569fc70f4d6 <vm_exec_core+22517>, 0x5569fc70f60c <vm_exec_core+22827>, 0x5569fc70f742 <vm_exec_core+23137>, 0x5569fc70f878 <vm_exec_core+23447>, 0x5569fc70f9ae <vm_exec_core+23757>, 0x5569fc70fae4 <vm_exec_core+24067>, 0x5569fc70fc1a <vm_exec_core+24377>, 0x5569fc70fd69 <vm_exec_core+24712>, 0x5569fc70ff23 <vm_exec_core+25154>, 0x5569fc7100a1 <vm_exec_core+25536>, 0x5569fc7101c0 <vm_exec_core+25823>, 0x5569fc7102df <vm_exec_core+26110>, 0x5569fc7103f9 <vm_exec_core+26392>, 0x5569fc710513 <vm_exec_core+26674>, 0x5569fc71063e <vm_exec_core+26973>, 0x5569fc710774 <vm_exec_core+27283>, 0x5569fc71085f <vm_exec_core+27518>, 0x5569fc710964 <vm_exec_core+27779>, 0x5569fc710aac <vm_exec_core+28107>, 0x5569fc710b9b <vm_exec_core+28346>, 0x5569fc710c75 <vm_exec_core+28564>, 0x5569fc710d4a <vm_exec_core+28777>, 0x5569fc710e25 <vm_exec_core+28996>, 0x5569fc710ea1 <vm_exec_core+29120>, 0x5569fc710f1d <vm_exec_core+29244>, 0x5569fc710f3b <vm_exec_core+29274>, 0x5569fc710f59 <vm_exec_core+29304>, 0x5569fc710f77 <vm_exec_core+29334>, 0x5569fc710f95 <vm_exec_core+29364>, 0x5569fc710fb3 <vm_exec_core+29394>, 0x5569fc710fd1 <vm_exec_core+29424>, 0x5569fc710fef <vm_exec_core+29454>, 0x5569fc71100d <vm_exec_core+29484>, 0x5569fc71102b <vm_exec_core+29514>, 0x5569fc711049 <vm_exec_core+29544>, 0x5569fc711067 <vm_exec_core+29574>, 0x5569fc711085 <vm_exec_core+29604>, 0x5569fc7110a3 <vm_exec_core+29634>, 0x5569fc7110c1 <vm_exec_core+29664>, 0x5569fc7110df <vm_exec_core+29694>, 0x5569fc7110fd <vm_exec_core+29724>, 0x5569fc71111b <vm_exec_core+29754>, 0x5569fc711139 <vm_exec_core+29784>, 0x5569fc711157 <vm_exec_core+29814>, 0x5569fc711175 <vm_exec_core+29844>, 0x5569fc711193 <vm_exec_core+29874>, 0x5569fc7111b1 <vm_exec_core+29904>, 0x5569fc7111cf <vm_exec_core+29934>, 0x5569fc7111ed <vm_exec_core+29964>, 0x5569fc71120b <vm_exec_core+29994>, 0x5569fc711229 <vm_exec_core+30024>, 0x5569fc711247 <vm_exec_core+30054>, 0x5569fc711265 <vm_exec_core+30084>, 0x5569fc711283 <vm_exec_core+30114>, 0x5569fc7112a1 <vm_exec_core+30144>, 0x5569fc7112bf <vm_exec_core+30174>, 0x5569fc7112dd <vm_exec_core+30204>, 0x5569fc7112fb <vm_exec_core+30234>, 0x5569fc711319 <vm_exec_core+30264>, 0x5569fc711337 <vm_exec_core+30294>, 0x5569fc711355 <vm_exec_core+30324>, 0x5569fc711373 <vm_exec_core+30354>, 0x5569fc711391 <vm_exec_core+30384>, 0x5569fc7113af <vm_exec_core+30414>, 0x5569fc7113cd <vm_exec_core+30444>, 0x5569fc7113eb <vm_exec_core+30474>, 0x5569fc711409 <vm_exec_core+30504>, 0x5569fc711427 <vm_exec_core+30534>, 0x5569fc711445 <vm_exec_core+30564>, 0x5569fc711463 <vm_exec_core+30594>, 0x5569fc711481 <vm_exec_core+30624>, 0x5569fc71149f <vm_exec_core+30654>, 0x5569fc7114bd <vm_exec_core+30684>, 0x5569fc7114db <vm_exec_core+30714>, 0x5569fc7114f9 <vm_exec_core+30744>, 0x5569fc711517 <vm_exec_core+30774>, 0x5569fc711535 <vm_exec_core+30804>, 0x5569fc711553 <vm_exec_core+30834>, 0x5569fc711571 <vm_exec_core+30864>, 0x5569fc71158f <vm_exec_core+30894>, 0x5569fc7115ad <vm_exec_core+30924>, 0x5569fc7115cb <vm_exec_core+30954>, 0x5569fc7115e9 <vm_exec_core+30984>, 0x5569fc711607 <vm_exec_core+31014>, 0x5569fc711625 <vm_exec_core+31044>, 0x5569fc711643 <vm_exec_core+31074>, 0x5569fc711661 <vm_exec_core+31104>, 0x5569fc71167f <vm_exec_core+31134>, 0x5569fc71169d <vm_exec_core+31164>, 0x5569fc7116bb <vm_exec_core+31194>, 0x5569fc7116d9 <vm_exec_core+31224>, 0x5569fc7116f7 <vm_exec_core+31254>, 0x5569fc711715 <vm_exec_core+31284>, 0x5569fc711733 <vm_exec_core+31314>, 0x5569fc711751 <vm_exec_core+31344>, 0x5569fc71176f <vm_exec_core+31374>, 0x5569fc71178d <vm_exec_core+31404>, 0x5569fc7117ab <vm_exec_core+31434>, 0x5569fc7117c9 <vm_exec_core+31464>, 0x5569fc7117e7 <vm_exec_core+31494>, 0x5569fc711818 <vm_exec_core+31543>, 0x5569fc711836 <vm_exec_core+31573>, 0x5569fc711854 <vm_exec_core+31603>, 0x5569fc711872 <vm_exec_core+31633>, 0x5569fc711890 <vm_exec_core+31663>, 0x5569fc7118ae <vm_exec_core+31693>, 0x5569fc7118cc <vm_exec_core+31723>, 0x5569fc7118ea <vm_exec_core+31753>, 0x5569fc711908 <vm_exec_core+31783>, 0x5569fc711926 <vm_exec_core+31813>, 0x5569fc711944 <vm_exec_core+31843>, 0x5569fc711962 <vm_exec_core+31873>, 0x5569fc711980 <vm_exec_core+31903>, 0x5569fc71199e <vm_exec_core+31933>, 0x5569fc7119bc <vm_exec_core+31963>, 0x5569fc7119da <vm_exec_core+31993>, 0x5569fc7119f8 <vm_exec_core+32023>, 0x5569fc711a16 <vm_exec_core+32053>, 0x5569fc711a34 <vm_exec_core+32083>, 0x5569fc711a52 <vm_exec_core+32113>, 0x5569fc711a70 <vm_exec_core+32143>, 0x5569fc711a8e <vm_exec_core+32173>...}
#42 0x00005569fc724060 in rb_vm_exec (ec=0x5569fe7fc4e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x5569fe7fc4e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffd426ad4b0, 0x5569fc723fde <rb_vm_exec+190>, 0x0, 0x7ffd426ad400, 0x5569fe880990}, prev = 0x7ffd426ad520, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#43 0x00005569fc724ebf in rb_iseq_eval_main (iseq=0x7fbc7aab2410) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x5569fe7fc4e0
        val = 93913729713376
#44 0x00005569fc505c0d in rb_ec_exec_node (ec=0x5569fe7fc4e0, n=0x7fbc7aab2410) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x5569fe7fb090
        _ec = 0x5569fe7fc4e0
        _tag = {tag = 36, retval = 93913693049338, buf = {0x7ffd426ad5a0, 0x5569fc505ba3 <rb_ec_exec_node+212>, 0x0, 0x7ffd426ad4f0, 0x5569fe7fc4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fbc7aab2410
#45 0x00005569fc505d8a in ruby_run_node (n=0x7fbc7aab2410) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5569fe7fc4e0
        status = 21865
#46 0x00005569fc5015c4 in rb_main (argc=130, argv=0x7ffd426ad748) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140725717751328
#47 0x00005569fc501625 in main (argc=130, argv=0x7ffd426ad748) 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.66394.ruby -x gdbscript
[New LWP 66394]
[New LWP 66396]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055e33a3cbe47 in fill_filename (file=22, format=4 '\004', version=4, include_directories=0x7fcf221ba84d "/tmp/ruby/src/trunk-O0/yjit/src", filenames=0x7fcf221baf36 "invariants.rs", line=0x55e33ac40730, obj=0x55e33b3c45d0, errout=0x7fcf3dab16a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:304
304	            while (*p) p++;
[Current thread is 1 (Thread 0x7fcf3d8947c0 (LWP 66394))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7fcf3d8947c0 (LWP 66394) 0x000055e33a3cbe47 in fill_filename (file=22, format=4 '\004', version=4, include_directories=0x7fcf221ba84d "/tmp/ruby/src/trunk-O0/yjit/src", filenames=0x7fcf221baf36 "invariants.rs", line=0x55e33ac40730, obj=0x55e33b3c45d0, errout=0x7fcf3dab16a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:304
  2    Thread 0x7fcf242bf640 (LWP 66396) 0x00007fcf3d9bcfde in epoll_wait (epfd=4, events=0x55e33a6c783c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fcf242bf640 (LWP 66396)):
#0  0x00007fcf3d9bcfde in epoll_wait (epfd=4, events=0x55e33a6c783c <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  0x000055e33a22d7a9 in event_wait (vm=0x55e33abacb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21987
#2  0x000055e33a22d7cd in timer_thread_polling (vm=0x55e33abacb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -322714314
#3  0x000055e33a22de8d in timer_thread_func (ptr=0x55e33abacb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55e33abacb10
#4  0x00007fcf3d92bb43 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 = {140729877784016, -7820297666473570094, 140527641818688, 25, 140528067983440, 140729877784368, 7847224258953924818, 7847174431272390866}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fcf3d9bcbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fcf3d8947c0 (LWP 66394)):
#0  0x000055e33a3cbe47 in fill_filename (file=22, format=4 '\004', version=4, include_directories=0x7fcf221ba84d "/tmp/ruby/src/trunk-O0/yjit/src", filenames=0x7fcf221baf36 "invariants.rs", line=0x55e33ac40730, obj=0x55e33b3c45d0, errout=0x7fcf3dab16a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:304
        i = 15
        p = 0x7fcf221bb0f8 ""
        filename = 0x7fcf221bb0d3 "library/core/src/iter/adapters/rev.rs"
        dir = 3
#1  0x000055e33a3cf0d9 in debug_info_read (reader=0x55e33ac408e0, num_traces=49, traces=0x55e33a6ca940 <trace>, lines=0x55e33b3c37e0, offset=0, errout=0x7fcf3dab16a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1922
        v = {as = {ptr = 0x16 <error: Cannot access memory at address 0x16>, uint64 = 22, int64 = 22, addr_idx = 22}, off = 0, at = 88, form = 11, size = 0, type = 3}
        die = {pos = 4766401, tag = 29, has_children = 0}
        ranges = {low_pc = 0, high_pc = 0, ranges = 574624, low_pc_set = false, high_pc_set = false, ranges_set = true}
        line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x7fcf224493e7 "remove_lowest_bit", 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}
#2  0x000055e33a3d0083 in fill_lines (num_traces=49, traces=0x55e33a6ca940 <trace>, check_debuglink=1, objp=0x55e33ac41200, lines=0x55e33b3c37e0, offset=0, errout=0x7fcf3dab16a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x55e33b3c45d0, file = 0x7fcf211bf000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fcf21e06ee5 "\016\340\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fcf221be50c "\310$", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fcf221baf36 "invariants.rs", debug_line_directories = 0x7fcf221ba84d "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7fcf21e1852d "\211\a&", cu_end = 0x7fcf21e24ef7 "\326_\001", pend = 0x7fcf2205319f "\001$", q0 = 0x7fcf22075008 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fcf220751d8 "Y\005W\v", format = 4, address_size = 8 '\b', level = 12, abbrev_table = {0x7fcf3dabf000 "", 0x7fcf22075009 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fcf2207501f "4", 0x7fcf2207502a "\023\001\035\023\003\016\v\v\210\001\017", 0x7fcf22075038 "\r", 0x7fcf22075046 "\017", 0x7fcf22075051 "$", 0x7fcf2207505c "9\001\003\016", 0x7fcf22075063 "\023\001\003\016\v\v\210\001\017", 0x7fcf2207506f ".\001n\016\003\016:\v;\005I\023 \v", 0x7fcf22075080 "4", 0x7fcf22075090 "\v\001", 0x7fcf22075095 "4", 0x7fcf220750a2 "\005", 0x7fcf220750af "/", 0x7fcf220750b8 ".\001n\016\003\016:\v;\vI\023 \v", 0x7fcf220750c9 "4", 0x7fcf220750d9 ".\001n\016\003\016:\v;\005 \v", 0x7fcf220750e8 "\005", 0x7fcf220750f5 "4", 0x7fcf22075102 "\005", 0x7fcf2207510d ".\001\021\001\022\006@\030\061\023", 0x7fcf2207511a "\005", 0x7fcf22075123 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fcf22075134 "4", 0x7fcf2207513d "\035", 0x7fcf2207514e "\v\001\021\001\022\006", 0x7fcf22075157 "4", 0x7fcf22075160 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fcf22075171 "\005", 0x7fcf2207517a "\005", 0x7fcf22075183 "4", 0x7fcf2207518c "\035\001\061\023U\027X\vY\005W\v", 0x7fcf2207519b "4", 0x7fcf220751a2 "\005", 0x7fcf220751a9 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fcf220751bc "\005", 0x7fcf220751c9 "\v\001U\027", 0x7fcf220751d0 "\035", 0x7fcf220751df "\023", 0x7fcf220751eb "\023\001\003\016\v\005\210\001\017", 0x7fcf220751f7 "3\001\025\023", 0x7fcf220751fe "\r", 0x7fcf2207520c "\031\001\026\v", 0x7fcf22075213 "\031\001", 0x7fcf22075218 "\023", 0x7fcf22075224 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fcf22075239 "\005", 0x7fcf22075248 "\035", 0x7fcf22075259 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fcf2207526e "\005", 0x7fcf2207527d "\005", 0x7fcf22075288 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fcf22075298 "(", 0x7fcf220752a1 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7fcf220752b4 ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7fcf220752c7 "\005", 0x7fcf220752d6 "\035\001\061\023U\027X\vY\vW\v", 0x7fcf220752e5 "4", 0x7fcf220752ee "4", 0x7fcf220752fd "4", 0x7fcf2207530c "4", 0x7fcf2207531e "4", 0x7fcf2207532d "4", 0x7fcf2207533f "4", 0x7fcf22075351 "\027\001\003\016<\031\210\001\017", 0x7fcf2207535d "\027\001\003\016\v\v\210\001\017", 0x7fcf22075369 "\023\001\003\016<\031\210\001\017", 0x7fcf22075375 "\r", 0x7fcf22075386 ".\001n\016\003\016:\v;\v \v", 0x7fcf22075395 "\005", 0x7fcf220753a4 "4", 0x7fcf220753b8 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fcf220753cb "\035", 0x7fcf220753da ".", 0x7fcf220753eb ".\001\021\001\022\006@\030\003\016:\v;\v?\031", 0x7fcf220753fe ".\001\021\001\022\006@\030\003\016:\v;\005?\031", 0x7fcf22075411 "4", 0x7fcf22075423 "4", 0x7fcf22075432 ".\001\003\016:\v;\v \v", 0x7fcf2207543f ".\001\003\016:\v;\vI\023 \v", 0x7fcf2207544e ".\001\021\001\022\006@\030\003\016:\v;\vI\023?\031", 0x7fcf22075463 ".\001\021\001\022\006@\030\003\016:\v;\005I\023?\031", 0x7fcf22075478 ".", 0x7fcf22075489 "\001\001I\023", 0x7fcf22075490 "!", 0x7fcf2207549b "$", 0x7fcf220754a6 "\017", 0x7fcf220754af "\025\001", 0x7fcf220754b4 "\005", 0x7fcf220754bb "\025\001I\023", 0x7fcf220747f7 "\025\001I\023", 0x7fcf22073708 "4", 0x7fcf2207371a ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fcf2207372d "\005", 0x7fcf22073736 "4", 0x7fcf2207373f ".", 0x7fcf22073750 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fcf2207375f "4", 0x7fcf22073771 "\035", 0x7fcf22073780 ".", 0x7fcf22073793 "\r", 0x7fcf220737a1 "\025\001I\023", 0x7fcf220737a8 "\005", 0x7fcf220737af "\025\001", 0x7fcf220737b4 ".\001\003\016:\v;\v \v", 0x7fcf220737c1 ".\001\003\016:\v;\vI\023 \v", 0x7fcf220720ca "\025\001I\023", 0x7fcf220720d1 "\005", 0x7fcf220720d8 "\025\001", 0x7fcf220720dd ".\001\003\016:\v;\v \v", 0x7fcf220720ea ".\001\003\016:\v;\vI\023 \v", 0x7fcf220720f9 ".\001\003\016:\v;\vI\023?\031 \v", 0x7fcf22069d67 "\005", 0x7fcf22069d76 ".", 0x7fcf22065eb0 "!", 0x7fcf22065eb9 "\r", 0x7fcf22065ecf ".", 0x7fcf22065ee3 "\035\001\061\023\021\001\022\aX!)Y!\215\rW!\020\001\023", 0x7fcf22065efa "\n", 0x7fcf22065f07 ".", 0x7fcf22065f20 "4", 0x7fcf22065f31 ".", 0x7fcf22065f49 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fcf22065f66 ".", 0x7fcf22065f80 ".\001?\031\003\016:! ;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fcf22065f9c "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fcf22065fb1 "\026", 0x7fcf22065fbb "\023\001\003\016\v\v:\v;\v\001\023", 0x7fcf22065fcb "\017", 0x7fcf22065fd3 "$", 0x7fcf22065fdf "\026", 0x7fcf22065fed "&", 0x7fcf22065ff3 "\026", 0x7fcf22066003 "(", 0x7fcf2206600d "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fcf22066022 "\025\001I\023\001\023", 0x7fcf2206602c "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fcf22066041 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fcf22066053 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fcf22066065 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fcf22066078 "\026", 0x7fcf2206608b "!", 0x7fcf22066091 "4", 0x7fcf220660a1 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fcf220660bc ".", 0x7fcf220660d3 ".", 0x7fcf220660ea ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fcf22066106 ".", 0x7fcf22066123 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fcf22066144 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fcf22066163 ".", 0x7fcf2206617d ".", 0x7fcf22066199 "4", 0x7fcf220661a5 ".", 0x7fcf220661c0 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fcf220661d4 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fcf220661f3 ".", 0x7fcf2206620e ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fcf22066224 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fcf22066241 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fcf22066259 ".", 0x7fcf23a9ef98 "", 0x55e33ac41630 "\030\266\310\"\317\177", 0x55e33ac41628 "\330rl:\343U", 0x7fcf23a9efc0 "\360\357\251#\317\177", 0x55e33ac40e68 "\016b\006\"\317\177", 0x55e33ac415e8 "\340\032M:\343U", 0x55e33ac415f0 "2", 0x55e33ac415f8 "\001", 0x55e33ac41600 "\003", 0x7fcf23a9efa0 "", 0x7fcf23a9efa8 "", 0x7fcf23a9efb0 "", 0x7fcf23a9efb8 "", 0x7fcf23a9efc8 "\303\026F:\343U", 0x0, 0x7fcf23a9efd0 "`\307\331:\343U", 0x55e33a4616c3 <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x55e33a461675 <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>, 0x55e33ac40fa0 "P\026\304:\343U", 0x55e33ac41240 "\220\022\304:\343U", 0x7fcf3d9cacb5 <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", 0x55e33ac40fa0 "P\026\304:\343U", 0x55e33ac41090 "", 0x55e33ac41240 "\220\022\304:\343U", 0x7fcf3dad8994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x55e33ac41650 "\330rl:\343U", 0x55e33ac41648 "\345\257+", 0x55e33ac41658 "\030\371t\325"...}}
        i = 0
        j = 307
        shstr = 0x7fcf22c1ed08 ""
        ehdr = 0x7fcf211bf000
        shdr = 0x7fcf22c1eef8
        shstr_shdr = 0x7fcf22c1fa78
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7fcf22c1efb8
        fd = 5
        filesize = 27658936
        file = 0x7fcf211bf000 "\177ELF\002\001\001"
        symtab_shdr = 0x7fcf22c1f9f8
        strtab_shdr = 0x7fcf22c1fa38
        dynsym_shdr = 0x7fcf22c1f078
        dynstr_shdr = 0x7fcf22c1f0b8
        obj = 0x55e33b3c45d0
        dladdr_fbase = 94434419220480
#3  0x000055e33a3d0a2e in rb_dump_backtrace_with_lines (num_traces=49, traces=0x55e33a6ca940 <trace>, errout=0x7fcf3dab16a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 140527633428144
        i = 0
        lines = 0x55e33b3c37e0
        obj = 0x55e33b3c45d0
        dladdr_fbases = 0x55e33b3c4430
        main_path = 0x55e33ac411a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#4  0x000055e33a2a94e2 in rb_print_backtrace (errout=0x7fcf3dab16a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x55e33a2a94c7 <rb_print_backtrace+36>, 0x55e33a2a9bea <rb_vm_bugreport+656>, 0x55e33a48bd02 <rb_bug_for_fatal_signal+327>, 0x55e33a1f012a <sigill>, 0x7fcf3d8d9520 <__restore_rt>, 0x55e33a196204 <ruby_sip_hash13+324>, 0x55e33a196622 <rb_memhash+46>, 0x55e33a2087c0 <rb_str_hash+55>, 0x55e33a1fa9ad <do_hash+37>, 0x55e33a1fba50 <rb_st_lookup+43>, 0x55e33a2246f1 <lookup_str_id+96>, 0x55e33a22553b <rb_check_id+260>, 0x55e33a1339fb <check_setter_id+48>, 0x55e33a134d44 <rb_obj_ivar_set_m+70>, 0x55e33a278fed <ractor_safe_call_cfunc_2+70>, 0x55e33a279b6e <vm_call_cfunc_with_frame_+541>, 0x55e33a279d43 <vm_call_cfunc_with_frame+121>, 0x55e33a2800e5 <vm_sendish+502>, 0x55e33a287676 <vm_exec_core+14741>, 0x55e33a29e060 <rb_vm_exec+320>, 0x55e33a2927e1 <vm_call0_body+422>, 0x55e33a292056 <vm_call0_cc+430>, 0x55e33a293c39 <rb_call0+538>, 0x55e33a294985 <rb_call+89>, 0x55e33a295710 <rb_funcall_with_block_kw+126>, 0x55e33a21b2cd <rb_sym_proc_call+121>, 0x55e33a27e171 <vm_yield_with_symbol+93>, 0x55e33a29b159 <invoke_block_from_c_bh+1023>, 0x55e33a29b26d <vm_yield_with_cref+90>, 0x55e33a29b2ab <vm_yield+56>, 0x55e33a295bad <rb_yield_0+47>, 0x55e33a295c14 <rb_yield+66>, 0x55e33a3d7a98 <rb_ary_each+109>, 0x55e33a278f69 <ractor_safe_call_cfunc_0+48>, 0x55e33a279b6e <vm_call_cfunc_with_frame_+541>, 0x55e33a279d43 <vm_call_cfunc_with_frame+121>, 0x55e33a279e5b <vm_call_cfunc_other+278>, 0x55e33a27a283 <vm_call_cfunc+302>, 0x55e33a27cdb2 <vm_call_method_each_type+289>, 0x55e33a27d85e <vm_call_method+161>, 0x55e33a27da60 <vm_call_general+47>, 0x55e33a2800e5 <vm_sendish+502>, 0x55e33a2874cd <vm_exec_core+14316>, 0x55e33a29e060 <rb_vm_exec+320>, 0x55e33a29ac4d <invoke_block+216>, 0x55e33a29b6e9 <vm_invoke_proc+911>, 0x55e33a29be8d <rb_vm_invoke_proc+170>, 0x55e33a46409f <rb_fiber_start+726>, 0x55e33a4616c3 <fiber_initialize_coroutine>, 0x0 <repeats 975 times>}
        n = 49
#5  0x000055e33a2a9bea in rb_vm_bugreport (ctx=0x55e33ac415c0, errout=0x7fcf3dab16a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x55e33abacb10
        ec = 0x55e33ad9c590
#6  0x000055e33a48bd02 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55e33ac415c0, fmt=0x55e33a4f418b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7fcf3dab16a0 <_IO_2_1_stderr_>
        file = 0x7fcf230f10b8 "-"
        line = 10
#7  0x000055e33a1f012a in sigsegv (sig=11, info=0x55e33ac416f0, ctx=0x55e33ac415c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#8  <signal handler called>
No locals.
#9  0x000055e33a196204 in ruby_sip_hash13 (key=0x55e33a6c72d8 <hash_salt+8> "\357\334$\253\315ts\310\030\371t\325\345\257+R", data=0x7fcf22c8b618 "@foo1", len=5) at /tmp/ruby/src/trunk-O0/siphash.c:413
        k0 = 14444016856595750127
        k1 = 8192
        v0 = 21474836481
        v1 = 2672699859597828096
        v2 = 140527633286464
        v3 = 5
        m = 140527618536984
        last = 140527633286480
        end = 0x7fcf22c8b618 "@foo1"
#10 0x000055e33a196622 in rb_memhash (ptr=0x7fcf22c8b618, len=5) at /tmp/ruby/src/trunk-O0/random.c:1749
        h = 2672699859597828096
#11 0x000055e33a2087c0 in rb_str_hash (str=140527618536960) at /tmp/ruby/src/trunk-O0/string.c:3589
        h = 532676608
        e = 0
#12 0x000055e33a1fa9ad in do_hash (key=140527618536960, tab=0x55e33abcdd10) at /tmp/ruby/src/trunk-O0/st.c:321
        hash = 94434423668768
#13 0x000055e33a1fba50 in rb_st_lookup (tab=0x55e33abcdd10, key=140527618536960, value=0x7fcf23a9c628) at /tmp/ruby/src/trunk-O0/st.c:1045
        bin = 94434424220720
        hash = 140527633286688
#14 0x000055e33a2246f1 in lookup_str_id (str=140527618536960) at /tmp/ruby/src/trunk-O0/symbol.c:673
        _lev = 975313080
        sym_data = 4503600612814416
        found = 21987
        symbols = 0x55e33a6c3460 <ruby_global_symbols>
#15 0x000055e33a22553b in rb_check_id (namep=0x7fcf23a9c6f0) at /tmp/ruby/src/trunk-O0/symbol.c:1121
        tmp = 140527618537040
        name = 140527618536960
#16 0x000055e33a1339fb in check_setter_id (obj=140527619495240, pname=0x7fcf23a9c6f0, valid_id_p=0x55e33a22533c <rb_is_instance_id>, valid_name_p=0x55e33a225972 <rb_is_instance_name>, message=0x55e33a4d1ae0 <bad_instance_name> "`%1$s' is not allowed as an instance variable name", message_len=50) at /tmp/ruby/src/trunk-O0/object.c:2226
        id = 0
        name = 94434433287568
#17 0x000055e33a134d44 in rb_obj_ivar_set_m (obj=140527619495240, iv=140527618536960, val=1) at /tmp/ruby/src/trunk-O0/object.c:2908
        id = 94434421539090
#18 0x000055e33a278fed in ractor_safe_call_cfunc_2 (recv=140527619495240, argc=2, argv=0x7fcf23a9f0c0, func=0x55e33a134cfe <rb_obj_ivar_set_m>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3320
        f = 0x55e33a134cfe <rb_obj_ivar_set_m>
#19 0x000055e33a279b6e in vm_call_cfunc_with_frame_ (ec=0x55e33ad9c590, reg_cfp=0x7fcf23abeeb0, calling=0x7fcf23a9c920, argc=2, argv=0x7fcf23a9f0c0, stack_bottom=0x7fcf23a9f0b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x111100140005
        cc = 0x7fcf22cf5000
        val = 140527618536960
        me = 0x7fcf22cf5028
        cfunc = 0x55e33abd9038
        recv = 140527619495240
        block_handler = 0
        frame_type = 1431634051
        len = 2
        args = <optimized out>
        args = <optimized out>
#20 0x000055e33a279d43 in vm_call_cfunc_with_frame (ec=0x55e33ad9c590, reg_cfp=0x7fcf23abeeb0, calling=0x7fcf23a9c920) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 2
        stack_bottom = 0x7fcf23a9f0b8
        argv = 0x7fcf23a9f0c0
#21 0x000055e33a2800e5 in vm_sendish (ec=0x55e33ad9c590, reg_cfp=0x7fcf23abeeb0, cd=0x55e33ad49c80, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x111100140005
        cc = 0x7fcf22cf5000
        argc = 2
        recv = 140527619495240
        calling = {cd = 0x55e33ad49c80, cc = 0x7fcf22cf5000, block_handler = 0, recv = 140527619495240, argc = 2, kw_splat = false, heap_argv = 0}
#22 0x000055e33a287676 in vm_exec_core (ec=0x55e33ad9c590) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55e33ad49c80
        leaf = false
        val = 140527618536960
        reg_pc = 0x55e33ad489e0
        reg_cfp = 0x7fcf23abeeb0
        insns_address_table = {0x55e33a283d4d <vm_exec_core+108>, 0x55e33a283daf <vm_exec_core+206>, 0x55e33a283ec2 <vm_exec_core+481>, 0x55e33a283fd6 <vm_exec_core+757>, 0x55e33a284174 <vm_exec_core+1171>, 0x55e33a2842a4 <vm_exec_core+1475>, 0x55e33a2844b6 <vm_exec_core+2005>, 0x55e33a2845c8 <vm_exec_core+2279>, 0x55e33a2846a1 <vm_exec_core+2496>, 0x55e33a2847a8 <vm_exec_core+2759>, 0x55e33a2848af <vm_exec_core+3022>, 0x55e33a2849bd <vm_exec_core+3292>, 0x55e33a284acf <vm_exec_core+3566>, 0x55e33a284b9f <vm_exec_core+3774>, 0x55e33a284ca8 <vm_exec_core+4039>, 0x55e33a284da2 <vm_exec_core+4289>, 0x55e33a284e65 <vm_exec_core+4484>, 0x55e33a284f28 <vm_exec_core+4679>, 0x55e33a284fb1 <vm_exec_core+4816>, 0x55e33a28503d <vm_exec_core+4956>, 0x55e33a2850e3 <vm_exec_core+5122>, 0x55e33a2851bb <vm_exec_core+5338>, 0x55e33a285288 <vm_exec_core+5543>, 0x55e33a285366 <vm_exec_core+5765>, 0x55e33a285428 <vm_exec_core+5959>, 0x55e33a285567 <vm_exec_core+6278>, 0x55e33a28560d <vm_exec_core+6444>, 0x55e33a2856f2 <vm_exec_core+6673>, 0x55e33a285821 <vm_exec_core+6976>, 0x55e33a2858e4 <vm_exec_core+7171>, 0x55e33a2859a7 <vm_exec_core+7366>, 0x55e33a285a9e <vm_exec_core+7613>, 0x55e33a285b60 <vm_exec_core+7807>, 0x55e33a285c3f <vm_exec_core+8030>, 0x55e33a285d0c <vm_exec_core+8235>, 0x55e33a285e1c <vm_exec_core+8507>, 0x55e33a285f16 <vm_exec_core+8757>, 0x55e33a285f91 <vm_exec_core+8880>, 0x55e33a286052 <vm_exec_core+9073>, 0x55e33a286140 <vm_exec_core+9311>, 0x55e33a2861f0 <vm_exec_core+9487>, 0x55e33a28636f <vm_exec_core+9870>, 0x55e33a286449 <vm_exec_core+10088>, 0x55e33a286535 <vm_exec_core+10324>, 0x55e33a2865c6 <vm_exec_core+10469>, 0x55e33a286721 <vm_exec_core+10816>, 0x55e33a286cc3 <vm_exec_core+12258>, 0x55e33a286dbf <vm_exec_core+12510>, 0x55e33a286ec2 <vm_exec_core+12769>, 0x55e33a286fae <vm_exec_core+13005>, 0x55e33a2871c7 <vm_exec_core+13542>, 0x55e33a2872b9 <vm_exec_core+13784>, 0x55e33a2873bf <vm_exec_core+14046>, 0x55e33a2875bc <vm_exec_core+14555>, 0x55e33a287765 <vm_exec_core+14980>, 0x55e33a287890 <vm_exec_core+15279>, 0x55e33a2879fc <vm_exec_core+15643>, 0x55e33a287b27 <vm_exec_core+15942>, 0x55e33a287c93 <vm_exec_core+16306>, 0x55e33a287e75 <vm_exec_core+16788>, 0x55e33a288072 <vm_exec_core+17297>, 0x55e33a28821b <vm_exec_core+17722>, 0x55e33a28833d <vm_exec_core+18012>, 0x55e33a2883e4 <vm_exec_core+18179>, 0x55e33a2884a8 <vm_exec_core+18375>, 0x55e33a288591 <vm_exec_core+18608>, 0x55e33a28867d <vm_exec_core+18844>, 0x55e33a288766 <vm_exec_core+19077>, 0x55e33a28887a <vm_exec_core+19353>, 0x55e33a2889a1 <vm_exec_core+19648>, 0x55e33a288ad7 <vm_exec_core+19958>, 0x55e33a288c0d <vm_exec_core+20268>, 0x55e33a288d43 <vm_exec_core+20578>, 0x55e33a288e79 <vm_exec_core+20888>, 0x55e33a288faf <vm_exec_core+21198>, 0x55e33a2890f0 <vm_exec_core+21519>, 0x55e33a28926a <vm_exec_core+21897>, 0x55e33a2893a0 <vm_exec_core+22207>, 0x55e33a2894d6 <vm_exec_core+22517>, 0x55e33a28960c <vm_exec_core+22827>, 0x55e33a289742 <vm_exec_core+23137>, 0x55e33a289878 <vm_exec_core+23447>, 0x55e33a2899ae <vm_exec_core+23757>, 0x55e33a289ae4 <vm_exec_core+24067>, 0x55e33a289c1a <vm_exec_core+24377>, 0x55e33a289d69 <vm_exec_core+24712>, 0x55e33a289f23 <vm_exec_core+25154>, 0x55e33a28a0a1 <vm_exec_core+25536>, 0x55e33a28a1c0 <vm_exec_core+25823>, 0x55e33a28a2df <vm_exec_core+26110>, 0x55e33a28a3f9 <vm_exec_core+26392>, 0x55e33a28a513 <vm_exec_core+26674>, 0x55e33a28a63e <vm_exec_core+26973>, 0x55e33a28a774 <vm_exec_core+27283>, 0x55e33a28a85f <vm_exec_core+27518>, 0x55e33a28a964 <vm_exec_core+27779>, 0x55e33a28aaac <vm_exec_core+28107>, 0x55e33a28ab9b <vm_exec_core+28346>, 0x55e33a28ac75 <vm_exec_core+28564>, 0x55e33a28ad4a <vm_exec_core+28777>, 0x55e33a28ae25 <vm_exec_core+28996>, 0x55e33a28aea1 <vm_exec_core+29120>, 0x55e33a28af1d <vm_exec_core+29244>, 0x55e33a28af3b <vm_exec_core+29274>, 0x55e33a28af59 <vm_exec_core+29304>, 0x55e33a28af77 <vm_exec_core+29334>, 0x55e33a28af95 <vm_exec_core+29364>, 0x55e33a28afb3 <vm_exec_core+29394>, 0x55e33a28afd1 <vm_exec_core+29424>, 0x55e33a28afef <vm_exec_core+29454>, 0x55e33a28b00d <vm_exec_core+29484>, 0x55e33a28b02b <vm_exec_core+29514>, 0x55e33a28b049 <vm_exec_core+29544>, 0x55e33a28b067 <vm_exec_core+29574>, 0x55e33a28b085 <vm_exec_core+29604>, 0x55e33a28b0a3 <vm_exec_core+29634>, 0x55e33a28b0c1 <vm_exec_core+29664>, 0x55e33a28b0df <vm_exec_core+29694>, 0x55e33a28b0fd <vm_exec_core+29724>, 0x55e33a28b11b <vm_exec_core+29754>, 0x55e33a28b139 <vm_exec_core+29784>, 0x55e33a28b157 <vm_exec_core+29814>, 0x55e33a28b175 <vm_exec_core+29844>, 0x55e33a28b193 <vm_exec_core+29874>, 0x55e33a28b1b1 <vm_exec_core+29904>, 0x55e33a28b1cf <vm_exec_core+29934>, 0x55e33a28b1ed <vm_exec_core+29964>, 0x55e33a28b20b <vm_exec_core+29994>, 0x55e33a28b229 <vm_exec_core+30024>, 0x55e33a28b247 <vm_exec_core+30054>, 0x55e33a28b265 <vm_exec_core+30084>, 0x55e33a28b283 <vm_exec_core+30114>, 0x55e33a28b2a1 <vm_exec_core+30144>, 0x55e33a28b2bf <vm_exec_core+30174>, 0x55e33a28b2dd <vm_exec_core+30204>, 0x55e33a28b2fb <vm_exec_core+30234>, 0x55e33a28b319 <vm_exec_core+30264>, 0x55e33a28b337 <vm_exec_core+30294>, 0x55e33a28b355 <vm_exec_core+30324>, 0x55e33a28b373 <vm_exec_core+30354>, 0x55e33a28b391 <vm_exec_core+30384>, 0x55e33a28b3af <vm_exec_core+30414>, 0x55e33a28b3cd <vm_exec_core+30444>, 0x55e33a28b3eb <vm_exec_core+30474>, 0x55e33a28b409 <vm_exec_core+30504>, 0x55e33a28b427 <vm_exec_core+30534>, 0x55e33a28b445 <vm_exec_core+30564>, 0x55e33a28b463 <vm_exec_core+30594>, 0x55e33a28b481 <vm_exec_core+30624>, 0x55e33a28b49f <vm_exec_core+30654>, 0x55e33a28b4bd <vm_exec_core+30684>, 0x55e33a28b4db <vm_exec_core+30714>, 0x55e33a28b4f9 <vm_exec_core+30744>, 0x55e33a28b517 <vm_exec_core+30774>, 0x55e33a28b535 <vm_exec_core+30804>, 0x55e33a28b553 <vm_exec_core+30834>, 0x55e33a28b571 <vm_exec_core+30864>, 0x55e33a28b58f <vm_exec_core+30894>, 0x55e33a28b5ad <vm_exec_core+30924>, 0x55e33a28b5cb <vm_exec_core+30954>, 0x55e33a28b5e9 <vm_exec_core+30984>, 0x55e33a28b607 <vm_exec_core+31014>, 0x55e33a28b625 <vm_exec_core+31044>, 0x55e33a28b643 <vm_exec_core+31074>, 0x55e33a28b661 <vm_exec_core+31104>, 0x55e33a28b67f <vm_exec_core+31134>, 0x55e33a28b69d <vm_exec_core+31164>, 0x55e33a28b6bb <vm_exec_core+31194>, 0x55e33a28b6d9 <vm_exec_core+31224>, 0x55e33a28b6f7 <vm_exec_core+31254>, 0x55e33a28b715 <vm_exec_core+31284>, 0x55e33a28b733 <vm_exec_core+31314>, 0x55e33a28b751 <vm_exec_core+31344>, 0x55e33a28b76f <vm_exec_core+31374>, 0x55e33a28b78d <vm_exec_core+31404>, 0x55e33a28b7ab <vm_exec_core+31434>, 0x55e33a28b7c9 <vm_exec_core+31464>, 0x55e33a28b7e7 <vm_exec_core+31494>, 0x55e33a28b818 <vm_exec_core+31543>, 0x55e33a28b836 <vm_exec_core+31573>, 0x55e33a28b854 <vm_exec_core+31603>, 0x55e33a28b872 <vm_exec_core+31633>, 0x55e33a28b890 <vm_exec_core+31663>, 0x55e33a28b8ae <vm_exec_core+31693>, 0x55e33a28b8cc <vm_exec_core+31723>, 0x55e33a28b8ea <vm_exec_core+31753>, 0x55e33a28b908 <vm_exec_core+31783>, 0x55e33a28b926 <vm_exec_core+31813>, 0x55e33a28b944 <vm_exec_core+31843>, 0x55e33a28b962 <vm_exec_core+31873>, 0x55e33a28b980 <vm_exec_core+31903>, 0x55e33a28b99e <vm_exec_core+31933>, 0x55e33a28b9bc <vm_exec_core+31963>, 0x55e33a28b9da <vm_exec_core+31993>, 0x55e33a28b9f8 <vm_exec_core+32023>, 0x55e33a28ba16 <vm_exec_core+32053>, 0x55e33a28ba34 <vm_exec_core+32083>, 0x55e33a28ba52 <vm_exec_core+32113>, 0x55e33a28ba70 <vm_exec_core+32143>, 0x55e33a28ba8e <vm_exec_core+32173>...}
#23 0x000055e33a29e060 in rb_vm_exec (ec=0x55e33ad9c590) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55e33ad9c590
        _tag = {tag = 36, retval = 4, buf = {0x7fcf23a9d600, 0x55e33a29dfde <rb_vm_exec+190>, 0x0, 0x7fcf23a9d550, 0x7fcf23a9d5d0}, prev = 0x7fcf23a9ec40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#24 0x000055e33a2927e1 in vm_call0_body (ec=0x55e33ad9c590, calling=0x7fcf23a9d7a0, argv=0x7fcf23a9db60) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7fcf23abef58
        i = 0
        ci = 0x7fcf23a9d770
        cc = 0x7fcf22cf5140
        ret = 36
#25 0x000055e33a292056 in vm_call0_cc (ec=0x55e33ad9c590, recv=140527619495240, id=50385, argc=0, argv=0x7fcf23a9db60, cc=0x7fcf22cf5140, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7fcf23a9db60
        av = {94434419658710, 94434433287568}
        calling = {cd = 0x7fcf23a9d760, cc = 0x7fcf22cf5140, block_handler = 0, recv = 140527619495240, argc = 0, kw_splat = false, heap_argv = 0}
#26 0x000055e33a293c39 in rb_call0 (ec=0x55e33ad9c590, recv=140527619495240, mid=50385, argc=0, argv=0x7fcf23a9db60, call_scope=CALL_PUBLIC, self=140527642016400) at /tmp/ruby/src/trunk-O0/vm_eval.c:573
        call_status = MISSING_NONE
        scope = CALL_PUBLIC
        kw_splat = 0
        cc = 0x7fcf22cf5140
#27 0x000055e33a294985 in rb_call (recv=140527619495240, mid=50385, argc=0, argv=0x7fcf23a9db60, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x55e33ad9c590
#28 0x000055e33a295710 in rb_funcall_with_block_kw (recv=140527619495240, mid=50385, argc=0, argv=0x7fcf23a9db60, passed_procval=4, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1214
No locals.
#29 0x000055e33a21b2cd in rb_sym_proc_call (mid=50385, argc=1, argv=0x7fcf23a9db58, kw_splat=0, passed_proc=4) at /tmp/ruby/src/trunk-O0/string.c:11703
        obj = 140527619495240
#30 0x000055e33a27e171 in vm_yield_with_symbol (ec=0x55e33ad9c590, symbol=12898572, argc=1, argv=0x7fcf23a9db58, kw_splat=0, block_handler=0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4798
No locals.
#31 0x000055e33a29b159 in invoke_block_from_c_bh (ec=0x55e33ad9c590, block_handler=12898572, argc=1, argv=0x7fcf23a9db58, 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.
#32 0x000055e33a29b26d in vm_yield_with_cref (ec=0x55e33ad9c590, argc=1, argv=0x7fcf23a9db58, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#33 0x000055e33a29b2ab in vm_yield (ec=0x55e33ad9c590, argc=1, argv=0x7fcf23a9db58, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#34 0x000055e33a295bad in rb_yield_0 (argc=1, argv=0x7fcf23a9db58) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#35 0x000055e33a295c14 in rb_yield (val=140527619495240) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#36 0x000055e33a3d7a98 in rb_ary_each (ary=140527642016400) at /tmp/ruby/src/trunk-O0/array.c:2538
        i = 36876
#37 0x000055e33a278f69 in ractor_safe_call_cfunc_0 (recv=140527642016400, argc=0, argv=0x7fcf23a9f038, func=0x55e33a3d7a2b <rb_ary_each>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x55e33a3d7a2b <rb_ary_each>
#38 0x000055e33a279b6e in vm_call_cfunc_with_frame_ (ec=0x55e33ad9c590, reg_cfp=0x7fcf23abef90, calling=0x7fcf23a9dfe0, argc=0, argv=0x7fcf23a9f038, stack_bottom=0x7fcf23a9f030) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0xbe100020001
        cc = 0x7fcf22cf5168
        val = 48
        me = 0x7fcf230fff10
        cfunc = 0x55e33ac001e8
        recv = 140527642016400
        block_handler = 12898572
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#39 0x000055e33a279d43 in vm_call_cfunc_with_frame (ec=0x55e33ad9c590, reg_cfp=0x7fcf23abef90, calling=0x7fcf23a9dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7fcf23a9f030
        argv = 0x7fcf23a9f038
#40 0x000055e33a279e5b in vm_call_cfunc_other (ec=0x55e33ad9c590, reg_cfp=0x7fcf23abef90, calling=0x7fcf23a9dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0xbe100020001
        argv_ary = 0
#41 0x000055e33a27a283 in vm_call_cfunc (ec=0x55e33ad9c590, reg_cfp=0x7fcf23abef90, calling=0x7fcf23a9dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0xbe100020001
#42 0x000055e33a27cdb2 in vm_call_method_each_type (ec=0x55e33ad9c590, cfp=0x7fcf23abef90, calling=0x7fcf23a9dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 598334992
        ci = 0xbe100020001
        cc = 0x7fcf22cf5168
        cme = 0x7fcf230fff10
        v = 94434435285176
#43 0x000055e33a27d85e in vm_call_method (ec=0x55e33ad9c590, cfp=0x7fcf23abef90, calling=0x7fcf23a9dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0xbe100020001
        cc = 0x7fcf22cf5168
#44 0x000055e33a27da60 in vm_call_general (ec=0x55e33ad9c590, reg_cfp=0x7fcf23abef90, calling=0x7fcf23a9dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#45 0x000055e33a2800e5 in vm_sendish (ec=0x55e33ad9c590, reg_cfp=0x7fcf23abef90, cd=0x55e33ad4a0f0, block_handler=12898572, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0xbe100020001
        cc = 0x7fcf22cf5168
        argc = 0
        recv = 140527642016400
        calling = {cd = 0x55e33ad4a0f0, cc = 0x7fcf22cf5168, block_handler = 12898572, recv = 140527642016400, argc = 0, kw_splat = false, heap_argv = 0}
#46 0x000055e33a2874cd in vm_exec_core (ec=0x55e33ad9c590) at ../../src/trunk-O0/insns.def:814
        bh = 12898572
        cd = 0x55e33ad4a0f0
        blockiseq = 0x0
        leaf = false
        val = 140527642016400
        reg_pc = 0x55e33ad418e0
        reg_cfp = 0x7fcf23abef90
        insns_address_table = {0x55e33a283d4d <vm_exec_core+108>, 0x55e33a283daf <vm_exec_core+206>, 0x55e33a283ec2 <vm_exec_core+481>, 0x55e33a283fd6 <vm_exec_core+757>, 0x55e33a284174 <vm_exec_core+1171>, 0x55e33a2842a4 <vm_exec_core+1475>, 0x55e33a2844b6 <vm_exec_core+2005>, 0x55e33a2845c8 <vm_exec_core+2279>, 0x55e33a2846a1 <vm_exec_core+2496>, 0x55e33a2847a8 <vm_exec_core+2759>, 0x55e33a2848af <vm_exec_core+3022>, 0x55e33a2849bd <vm_exec_core+3292>, 0x55e33a284acf <vm_exec_core+3566>, 0x55e33a284b9f <vm_exec_core+3774>, 0x55e33a284ca8 <vm_exec_core+4039>, 0x55e33a284da2 <vm_exec_core+4289>, 0x55e33a284e65 <vm_exec_core+4484>, 0x55e33a284f28 <vm_exec_core+4679>, 0x55e33a284fb1 <vm_exec_core+4816>, 0x55e33a28503d <vm_exec_core+4956>, 0x55e33a2850e3 <vm_exec_core+5122>, 0x55e33a2851bb <vm_exec_core+5338>, 0x55e33a285288 <vm_exec_core+5543>, 0x55e33a285366 <vm_exec_core+5765>, 0x55e33a285428 <vm_exec_core+5959>, 0x55e33a285567 <vm_exec_core+6278>, 0x55e33a28560d <vm_exec_core+6444>, 0x55e33a2856f2 <vm_exec_core+6673>, 0x55e33a285821 <vm_exec_core+6976>, 0x55e33a2858e4 <vm_exec_core+7171>, 0x55e33a2859a7 <vm_exec_core+7366>, 0x55e33a285a9e <vm_exec_core+7613>, 0x55e33a285b60 <vm_exec_core+7807>, 0x55e33a285c3f <vm_exec_core+8030>, 0x55e33a285d0c <vm_exec_core+8235>, 0x55e33a285e1c <vm_exec_core+8507>, 0x55e33a285f16 <vm_exec_core+8757>, 0x55e33a285f91 <vm_exec_core+8880>, 0x55e33a286052 <vm_exec_core+9073>, 0x55e33a286140 <vm_exec_core+9311>, 0x55e33a2861f0 <vm_exec_core+9487>, 0x55e33a28636f <vm_exec_core+9870>, 0x55e33a286449 <vm_exec_core+10088>, 0x55e33a286535 <vm_exec_core+10324>, 0x55e33a2865c6 <vm_exec_core+10469>, 0x55e33a286721 <vm_exec_core+10816>, 0x55e33a286cc3 <vm_exec_core+12258>, 0x55e33a286dbf <vm_exec_core+12510>, 0x55e33a286ec2 <vm_exec_core+12769>, 0x55e33a286fae <vm_exec_core+13005>, 0x55e33a2871c7 <vm_exec_core+13542>, 0x55e33a2872b9 <vm_exec_core+13784>, 0x55e33a2873bf <vm_exec_core+14046>, 0x55e33a2875bc <vm_exec_core+14555>, 0x55e33a287765 <vm_exec_core+14980>, 0x55e33a287890 <vm_exec_core+15279>, 0x55e33a2879fc <vm_exec_core+15643>, 0x55e33a287b27 <vm_exec_core+15942>, 0x55e33a287c93 <vm_exec_core+16306>, 0x55e33a287e75 <vm_exec_core+16788>, 0x55e33a288072 <vm_exec_core+17297>, 0x55e33a28821b <vm_exec_core+17722>, 0x55e33a28833d <vm_exec_core+18012>, 0x55e33a2883e4 <vm_exec_core+18179>, 0x55e33a2884a8 <vm_exec_core+18375>, 0x55e33a288591 <vm_exec_core+18608>, 0x55e33a28867d <vm_exec_core+18844>, 0x55e33a288766 <vm_exec_core+19077>, 0x55e33a28887a <vm_exec_core+19353>, 0x55e33a2889a1 <vm_exec_core+19648>, 0x55e33a288ad7 <vm_exec_core+19958>, 0x55e33a288c0d <vm_exec_core+20268>, 0x55e33a288d43 <vm_exec_core+20578>, 0x55e33a288e79 <vm_exec_core+20888>, 0x55e33a288faf <vm_exec_core+21198>, 0x55e33a2890f0 <vm_exec_core+21519>, 0x55e33a28926a <vm_exec_core+21897>, 0x55e33a2893a0 <vm_exec_core+22207>, 0x55e33a2894d6 <vm_exec_core+22517>, 0x55e33a28960c <vm_exec_core+22827>, 0x55e33a289742 <vm_exec_core+23137>, 0x55e33a289878 <vm_exec_core+23447>, 0x55e33a2899ae <vm_exec_core+23757>, 0x55e33a289ae4 <vm_exec_core+24067>, 0x55e33a289c1a <vm_exec_core+24377>, 0x55e33a289d69 <vm_exec_core+24712>, 0x55e33a289f23 <vm_exec_core+25154>, 0x55e33a28a0a1 <vm_exec_core+25536>, 0x55e33a28a1c0 <vm_exec_core+25823>, 0x55e33a28a2df <vm_exec_core+26110>, 0x55e33a28a3f9 <vm_exec_core+26392>, 0x55e33a28a513 <vm_exec_core+26674>, 0x55e33a28a63e <vm_exec_core+26973>, 0x55e33a28a774 <vm_exec_core+27283>, 0x55e33a28a85f <vm_exec_core+27518>, 0x55e33a28a964 <vm_exec_core+27779>, 0x55e33a28aaac <vm_exec_core+28107>, 0x55e33a28ab9b <vm_exec_core+28346>, 0x55e33a28ac75 <vm_exec_core+28564>, 0x55e33a28ad4a <vm_exec_core+28777>, 0x55e33a28ae25 <vm_exec_core+28996>, 0x55e33a28aea1 <vm_exec_core+29120>, 0x55e33a28af1d <vm_exec_core+29244>, 0x55e33a28af3b <vm_exec_core+29274>, 0x55e33a28af59 <vm_exec_core+29304>, 0x55e33a28af77 <vm_exec_core+29334>, 0x55e33a28af95 <vm_exec_core+29364>, 0x55e33a28afb3 <vm_exec_core+29394>, 0x55e33a28afd1 <vm_exec_core+29424>, 0x55e33a28afef <vm_exec_core+29454>, 0x55e33a28b00d <vm_exec_core+29484>, 0x55e33a28b02b <vm_exec_core+29514>, 0x55e33a28b049 <vm_exec_core+29544>, 0x55e33a28b067 <vm_exec_core+29574>, 0x55e33a28b085 <vm_exec_core+29604>, 0x55e33a28b0a3 <vm_exec_core+29634>, 0x55e33a28b0c1 <vm_exec_core+29664>, 0x55e33a28b0df <vm_exec_core+29694>, 0x55e33a28b0fd <vm_exec_core+29724>, 0x55e33a28b11b <vm_exec_core+29754>, 0x55e33a28b139 <vm_exec_core+29784>, 0x55e33a28b157 <vm_exec_core+29814>, 0x55e33a28b175 <vm_exec_core+29844>, 0x55e33a28b193 <vm_exec_core+29874>, 0x55e33a28b1b1 <vm_exec_core+29904>, 0x55e33a28b1cf <vm_exec_core+29934>, 0x55e33a28b1ed <vm_exec_core+29964>, 0x55e33a28b20b <vm_exec_core+29994>, 0x55e33a28b229 <vm_exec_core+30024>, 0x55e33a28b247 <vm_exec_core+30054>, 0x55e33a28b265 <vm_exec_core+30084>, 0x55e33a28b283 <vm_exec_core+30114>, 0x55e33a28b2a1 <vm_exec_core+30144>, 0x55e33a28b2bf <vm_exec_core+30174>, 0x55e33a28b2dd <vm_exec_core+30204>, 0x55e33a28b2fb <vm_exec_core+30234>, 0x55e33a28b319 <vm_exec_core+30264>, 0x55e33a28b337 <vm_exec_core+30294>, 0x55e33a28b355 <vm_exec_core+30324>, 0x55e33a28b373 <vm_exec_core+30354>, 0x55e33a28b391 <vm_exec_core+30384>, 0x55e33a28b3af <vm_exec_core+30414>, 0x55e33a28b3cd <vm_exec_core+30444>, 0x55e33a28b3eb <vm_exec_core+30474>, 0x55e33a28b409 <vm_exec_core+30504>, 0x55e33a28b427 <vm_exec_core+30534>, 0x55e33a28b445 <vm_exec_core+30564>, 0x55e33a28b463 <vm_exec_core+30594>, 0x55e33a28b481 <vm_exec_core+30624>, 0x55e33a28b49f <vm_exec_core+30654>, 0x55e33a28b4bd <vm_exec_core+30684>, 0x55e33a28b4db <vm_exec_core+30714>, 0x55e33a28b4f9 <vm_exec_core+30744>, 0x55e33a28b517 <vm_exec_core+30774>, 0x55e33a28b535 <vm_exec_core+30804>, 0x55e33a28b553 <vm_exec_core+30834>, 0x55e33a28b571 <vm_exec_core+30864>, 0x55e33a28b58f <vm_exec_core+30894>, 0x55e33a28b5ad <vm_exec_core+30924>, 0x55e33a28b5cb <vm_exec_core+30954>, 0x55e33a28b5e9 <vm_exec_core+30984>, 0x55e33a28b607 <vm_exec_core+31014>, 0x55e33a28b625 <vm_exec_core+31044>, 0x55e33a28b643 <vm_exec_core+31074>, 0x55e33a28b661 <vm_exec_core+31104>, 0x55e33a28b67f <vm_exec_core+31134>, 0x55e33a28b69d <vm_exec_core+31164>, 0x55e33a28b6bb <vm_exec_core+31194>, 0x55e33a28b6d9 <vm_exec_core+31224>, 0x55e33a28b6f7 <vm_exec_core+31254>, 0x55e33a28b715 <vm_exec_core+31284>, 0x55e33a28b733 <vm_exec_core+31314>, 0x55e33a28b751 <vm_exec_core+31344>, 0x55e33a28b76f <vm_exec_core+31374>, 0x55e33a28b78d <vm_exec_core+31404>, 0x55e33a28b7ab <vm_exec_core+31434>, 0x55e33a28b7c9 <vm_exec_core+31464>, 0x55e33a28b7e7 <vm_exec_core+31494>, 0x55e33a28b818 <vm_exec_core+31543>, 0x55e33a28b836 <vm_exec_core+31573>, 0x55e33a28b854 <vm_exec_core+31603>, 0x55e33a28b872 <vm_exec_core+31633>, 0x55e33a28b890 <vm_exec_core+31663>, 0x55e33a28b8ae <vm_exec_core+31693>, 0x55e33a28b8cc <vm_exec_core+31723>, 0x55e33a28b8ea <vm_exec_core+31753>, 0x55e33a28b908 <vm_exec_core+31783>, 0x55e33a28b926 <vm_exec_core+31813>, 0x55e33a28b944 <vm_exec_core+31843>, 0x55e33a28b962 <vm_exec_core+31873>, 0x55e33a28b980 <vm_exec_core+31903>, 0x55e33a28b99e <vm_exec_core+31933>, 0x55e33a28b9bc <vm_exec_core+31963>, 0x55e33a28b9da <vm_exec_core+31993>, 0x55e33a28b9f8 <vm_exec_core+32023>, 0x55e33a28ba16 <vm_exec_core+32053>, 0x55e33a28ba34 <vm_exec_core+32083>, 0x55e33a28ba52 <vm_exec_core+32113>, 0x55e33a28ba70 <vm_exec_core+32143>, 0x55e33a28ba8e <vm_exec_core+32173>...}
#47 0x000055e33a29e060 in rb_vm_exec (ec=0x55e33ad9c590) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55e33ad9c590
        _tag = {tag = 36, retval = 4, buf = {0x7fcf23a9ecc0, 0x55e33a29dfde <rb_vm_exec+190>, 0x0, 0x7fcf23a9ec10, 0x0}, prev = 0x7fcf23a9ef40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#48 0x000055e33a29ac4d in invoke_block (ec=0x55e33ad9c590, iseq=0x7fcf2310a1b8, self=140528066285040, captured=0x55e33ad95c50, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#49 0x000055e33a29b6e9 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7fcf23a9ef08, argc=0, self=140528066285040, captured=0x55e33ad95c50, ec=0x55e33ad9c590) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7fcf2310a1b8
        opt_pc = 0
        type = 572653569
        cfp = 0x7fcf23abefc8
        sp = 0x7fcf23a9f018
        flags = 0
        use_argv = 0x7fcf23a9ef08
        av = {94434431814000, 0}
        stack_argv = 0x7fcf23a9f018
#50 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7fcf23a9ef08, argc=0, self=140528066285040, proc=0x55e33ad95c50, ec=0x55e33ad9c590) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x55e33ad95c50
#51 vm_invoke_proc (ec=0x55e33ad9c590, proc=0x55e33ad95c50, self=140528066285040, argc=0, argv=0x7fcf23a9ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#52 0x000055e33a29be8d in rb_vm_invoke_proc (ec=0x55e33ad9c590, proc=0x55e33ad95c50, argc=0, argv=0x7fcf23a9ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 140528066285040
#53 0x000055e33a46409f in rb_fiber_start (fiber=0x55e33ad9c540) at /tmp/ruby/src/trunk-O0/cont.c:2536
        cont = 0x55e33ad9c540
        argc = 0
        argv = 0x7fcf23a9ef08
        args = 4
        _ec = 0x55e33ad9c590
        _tag = {tag = 36, retval = 0, buf = {0x7fcf23a9efc0, 0x55e33a463eb8 <rb_fiber_start+239>, 0x0, 0x7fcf23a9eee0, 0x7fcf23a9efa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        th = 0x55e33abaf090
        proc = 0x55e33ad95c50
        state = RUBY_TAG_NONE
        need_interrupt = 0
        err = 0
#54 0x000055e33a4616c3 in fiber_entry (from=0x55e33abb06b0, to=0x55e33ad9c760) at /tmp/ruby/src/trunk-O0/cont.c:847
        fiber = 0x55e33ad9c540
        thread = 0x55e33abaf090
#55 0x0000000000000000 in ?? ()
No symbol table info available.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.71725.ruby -x gdbscript
[New LWP 71725]
[New LWP 71727]
[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  0x0000563544185471 in RVALUE_MARKED (obj=140153677343840) at /tmp/ruby/src/trunk-O0/gc.c:1757
1757	    return RVALUE_MARK_BITMAP(obj) != 0;
[Current thread is 1 (Thread 0x7f782b7f57c0 (LWP 71725))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7f782b7f57c0 (LWP 71725) 0x0000563544185471 in RVALUE_MARKED (obj=140153677343840) at /tmp/ruby/src/trunk-O0/gc.c:1757
  2    Thread 0x7f781221f640 (LWP 71727) 0x00007f782b91dfde in epoll_wait (epfd=4, events=0x5635447b983c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f781221f640 (LWP 71727)):
#0  0x00007f782b91dfde in epoll_wait (epfd=4, events=0x5635447b983c <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  0x000056354431f7a9 in event_wait (vm=0x56354519cb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22069
#2  0x000056354431f7cd in timer_thread_polling (vm=0x56354519cb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -267885111
#3  0x000056354431fe8d in timer_thread_func (ptr=0x56354519cb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x56354519cb10
#4  0x00007f782b88cb43 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 = {140733634171072, -4486182779683055437, 140153677018688, 25, 140154103187536, 140733634171424, 4561518343693293747, 4561503853694310579}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f782b91dbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f782b7f57c0 (LWP 71725)):
#0  0x0000563544185471 in RVALUE_MARKED (obj=140153677343840) at /tmp/ruby/src/trunk-O0/gc.c:1757
No locals.
#1  0x000056354418fbd9 in gc_mark_set (objspace=0x56354519f470, obj=140153677343840) at /tmp/ruby/src/trunk-O0/gc.c:6968
No locals.
#2  0x0000563544190068 in gc_mark_ptr (objspace=0x56354519f470, obj=140153677343840) at /tmp/ruby/src/trunk-O0/gc.c:7057
        __func__ = "gc_mark_ptr"
#3  0x00005635441902db in gc_mark (objspace=0x56354519f470, obj=140153677343840) at /tmp/ruby/src/trunk-O0/gc.c:7109
No locals.
#4  0x0000563544190a84 in gc_mark_children (objspace=0x56354519f470, obj=140153659798360) at /tmp/ruby/src/trunk-O0/gc.c:7362
        any = 0x7f78111b3358
#5  0x00005635441913e8 in gc_mark_stacked_objects (objspace=0x56354519f470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x56354519f8f8
        obj = 140153659798360
        marked_slots_at_the_beginning = 760
        popped_count = 0
#6  0x0000563544191568 in gc_mark_stacked_objects_all (objspace=0x56354519f470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#7  0x00005635441938dc in gc_marks_rest (objspace=0x56354519f470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#8  0x0000563544193a10 in gc_marks (objspace=0x56354519f470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#9  0x00005635441957b3 in gc_start (objspace=0x56354519f470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#10 0x0000563544195448 in garbage_collect (objspace=0x56354519f470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 440774880
        ret = 32767
#11 0x0000563544195f0f in garbage_collect_with_gvl (objspace=0x56354519f470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9877
No locals.
#12 0x000056354419d0ee in objspace_malloc_gc_stress (objspace=0x56354519f470) at /tmp/ruby/src/trunk-O0/gc.c:12414
        reason = 45568
#13 0x000056354419d80b in objspace_xcalloc (objspace=0x56354519f470, size=128) at /tmp/ruby/src/trunk-O0/gc.c:12879
        gpr = 107008
        mem = 0x8
#14 0x000056354419d8bc in ruby_xcalloc_body (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12886
No locals.
#15 0x00005635441a1131 in ruby_xcalloc (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14448
No locals.
#16 0x0000563544317e8f in hash_table_extend (tbl=0x563545380ea0) at /tmp/ruby/src/trunk-O0/id_table.c:196
        new_cap = 8
        i = 8369
        old = 0x1007fff1a45b220
        tmp_tbl = {capa = 8, num = 0, used = 0, items = 0x0}
#17 0x0000563544318006 in rb_id_table_insert_key (tbl=0x563545380ea0, key=523, val=94786797979136) at /tmp/ruby/src/trunk-O0/id_table.c:250
        index = -1
#18 0x000056354431805a in rb_id_table_insert (tbl=0x563545380ea0, id=8369, val=94786797979136) at /tmp/ruby/src/trunk-O0/id_table.c:259
No locals.
#19 0x0000563544364e04 in vm_ccs_create (klass=140153677341760, cc_tbl=0x563545380ea0, mid=8369, cme=0x7f782b6e8728) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1965
        ccs = 0x5635456c4600
#20 0x0000563544380b7a in cache_callable_method_entry (klass=140153677341760, mid=8369, cme=0x7f782b6e8728) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x563545380ea0
        ccs_data = 94786777778177
#21 0x0000563544380d3c in callable_method_entry_or_negative (klass=140153677341760, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140153677342720
        me = 0x7f782b6e8728
        _lev = 22069
        cme = 0x7f782b6e8728
#22 0x0000563544380dce in callable_method_entry (klass=140153677341760, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7f78111893c8
#23 0x0000563544380e31 in rb_callable_method_entry (klass=140153677341760, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#24 0x000056354438324c in rb_method_basic_definition_p (klass=140153677341760, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7f78110ad440
#25 0x000056354457ef1a in rb_get_backtrace (exc=140153658725440) at /tmp/ruby/src/trunk-O0/error.c:1762
        mid = 8369
        info = 0
#26 0x0000563544172524 in setup_exception (ec=0x5635451a04e0, tag=6, mesg=140153658725440, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        bt = 1375
        _ec = 0x5635451a04e0
        _tag = {tag = 36, retval = 140154080067168, buf = {0x7fff1a45b5e0, 0x5635441724ad <setup_exception+313>, 0x0, 0x7fff1a45b490, 0x7f782a27fe60}, prev = 0x7fff1a45d260, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 10999659966217086464
        line = 13
        file = 0x7f782b6efd60 "-"
        file0 = 0x7f782b6efd60 "-"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#27 0x0000563544172b79 in rb_longjmp (ec=0x5635451a04e0, tag=6, mesg=140153658725440, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#28 0x0000563544172bff in rb_exc_exception (mesg=140153658725440, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#29 0x0000563544172c25 in rb_exc_raise (mesg=140153658725440) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#30 0x0000563544327295 in rb_threadptr_execute_interrupts (th=0x56354519f090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2490
        err = 140153658725440
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#31 0x000056354435a2b6 in rb_vm_check_ints (ec=0x5635451a04e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2084
No locals.
#32 0x0000563544361e34 in vm_pop_frame (ec=0x5635451a04e0, cfp=0x7f782b7f3e88, ep=0x7f782b6f4108) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#33 0x0000563544361e80 in rb_vm_pop_frame (ec=0x5635451a04e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#34 0x00005635443844bf in vm_call0_cfunc_with_frame (ec=0x5635451a04e0, calling=0x7fff1a45ba10, argv=0x7fff1a45bb00) at /tmp/ruby/src/trunk-O0/vm_eval.c:176
        reg_cfp = 0x7f782b7f3ec0
        ci = 0x7fff1a45b9e0
        val = 140153658725560
        me = 0x7f782b6eb1f8
        cfunc = 0x5635451d0268
        len = 1
        recv = 140153658725560
        argc = 1
        mid = 3153
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#35 0x0000563544384588 in vm_call0_cfunc (ec=0x5635451a04e0, calling=0x7fff1a45ba10, argv=0x7fff1a45bb00) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#36 0x0000563544384806 in vm_call0_body (ec=0x5635451a04e0, calling=0x7fff1a45ba10, argv=0x7fff1a45bb00) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7fff1a45b9e0
        cc = 0x7f78110ad468
        ret = 36
#37 0x0000563544384056 in vm_call0_cc (ec=0x5635451a04e0, recv=140153658725560, id=3153, argc=1, argv=0x7fff1a45bb00, cc=0x7f78110ad468, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7fff1a45bb00
        av = {140153658725560, 4294967296}
        calling = {cd = 0x7fff1a45b9d0, cc = 0x7f78110ad468, block_handler = 0, recv = 140153658725560, argc = 1, kw_splat = false, heap_argv = 0}
#38 0x0000563544386fab in rb_funcallv_scope (recv=140153658725560, mid=3153, argc=1, argv=0x7fff1a45bb00, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1069
        ec = 0x5635451a04e0
        cc = 0x7f78110ad468
        self = 140153658725560
#39 0x000056354438701b in rb_funcallv (recv=140153658725560, mid=3153, argc=1, argv=0x7fff1a45bb00) at /tmp/ruby/src/trunk-O0/vm_eval.c:1084
No locals.
#40 0x000056354438741a in rb_funcall (recv=140153658725560, mid=3153, n=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:1141
        argv = 0x7fff1a45bb00
        ar = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7fff1a45bc20, reg_save_area = 0x7fff1a45bb60}}
#41 0x000056354422452e in rb_obj_init_dup_clone (obj=140153658725560, orig=140153658866520) at /tmp/ruby/src/trunk-O0/object.c:648
No locals.
#42 0x000056354436afa5 in ractor_safe_call_cfunc_1 (recv=140153658725560, argc=1, argv=0x7fff1a45c010, func=0x5635442244f8 <rb_obj_init_dup_clone>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3313
        f = 0x5635442244f8 <rb_obj_init_dup_clone>
#43 0x000056354438445f in vm_call0_cfunc_with_frame (ec=0x5635451a04e0, calling=0x7fff1a45bf20, argv=0x7fff1a45c010) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f782b7f3ef8
        ci = 0x7fff1a45bef0
        val = 140733634166064
        me = 0x7f781116b8c8
        cfunc = 0x5635451c8b28
        len = 1
        recv = 140153658725560
        argc = 1
        mid = 3185
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#44 0x0000563544384588 in vm_call0_cfunc (ec=0x5635451a04e0, calling=0x7fff1a45bf20, argv=0x7fff1a45c010) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#45 0x0000563544384806 in vm_call0_body (ec=0x5635451a04e0, calling=0x7fff1a45bf20, argv=0x7fff1a45c010) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7fff1a45bef0
        cc = 0x7f78110ad490
        ret = 36
#46 0x0000563544384056 in vm_call0_cc (ec=0x5635451a04e0, recv=140153658725560, id=3185, argc=1, argv=0x7fff1a45c010, cc=0x7f78110ad490, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7fff1a45c010
        av = {140153658725720, 4294967296}
        calling = {cd = 0x7fff1a45bee0, cc = 0x7f78110ad490, block_handler = 0, recv = 140153658725560, argc = 1, kw_splat = false, heap_argv = 0}
#47 0x0000563544386fab in rb_funcallv_scope (recv=140153658725560, mid=3185, argc=1, argv=0x7fff1a45c010, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1069
        ec = 0x5635451a04e0
        cc = 0x7f78110ad490
        self = 140153658725720
#48 0x000056354438701b in rb_funcallv (recv=140153658725560, mid=3185, argc=1, argv=0x7fff1a45c010) at /tmp/ruby/src/trunk-O0/vm_eval.c:1084
No locals.
#49 0x000056354438741a in rb_funcall (recv=140153658725560, mid=3185, n=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:1141
        argv = 0x7fff1a45c010
        ar = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7fff1a45c130, reg_save_area = 0x7fff1a45c070}}
#50 0x0000563544224425 in rb_obj_dup (obj=140153658866520) at /tmp/ruby/src/trunk-O0/object.c:589
        dup = 140153658725560
#51 0x00005635441b24a3 in rb_io_path (io=140153658725720) at /tmp/ruby/src/trunk-O0/io.c:2951
        fptr = 0x56354532adb0
#52 0x000056354436af69 in ractor_safe_call_cfunc_0 (recv=140153658725720, argc=0, argv=0x7f782b6f40c8, func=0x5635441b2469 <rb_io_path>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x5635441b2469 <rb_io_path>
#53 0x000056354436bb6e in vm_call_cfunc_with_frame_ (ec=0x5635451a04e0, reg_cfp=0x7f782b7f3f30, calling=0x7fff1a45c5d0, argc=0, argv=0x7f782b6f40c8, stack_bottom=0x7f782b6f40c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0xe3100100001
        cc = 0x7f78110ad670
        val = 140733634167408
        me = 0x7f78122494b0
        cfunc = 0x5635452022e8
        recv = 140153658725720
        block_handler = 0
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#54 0x000056354436bd43 in vm_call_cfunc_with_frame (ec=0x5635451a04e0, reg_cfp=0x7f782b7f3f30, calling=0x7fff1a45c5d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f782b6f40c0
        argv = 0x7f782b6f40c8
#55 0x000056354436be5b in vm_call_cfunc_other (ec=0x5635451a04e0, reg_cfp=0x7f782b7f3f30, calling=0x7fff1a45c5d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0xe3100100001
        argv_ary = 0
#56 0x000056354436c283 in vm_call_cfunc (ec=0x5635451a04e0, reg_cfp=0x7f782b7f3f30, calling=0x7fff1a45c5d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0xe3100100001
#57 0x000056354436edb2 in vm_call_method_each_type (ec=0x5635451a04e0, cfp=0x7f782b7f3f30, calling=0x7fff1a45c5d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0xe3100100001
        cc = 0x7f78110ad670
        cme = 0x7f78122494b0
        v = 94786794455112
#58 0x000056354436f85e in vm_call_method (ec=0x5635451a04e0, cfp=0x7f782b7f3f30, calling=0x7fff1a45c5d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0xe3100100001
        cc = 0x7f78110ad670
#59 0x000056354436fa60 in vm_call_general (ec=0x5635451a04e0, reg_cfp=0x7f782b7f3f30, calling=0x7fff1a45c5d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#60 0x00005635443720e5 in vm_sendish (ec=0x5635451a04e0, reg_cfp=0x7f782b7f3f30, cd=0x5635452e17b0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0xe3100100001
        cc = 0x7f78110ad670
        argc = 0
        recv = 140153658725720
        calling = {cd = 0x5635452e17b0, cc = 0x7f78110ad670, block_handler = 0, recv = 140153658725720, argc = 0, kw_splat = false, heap_argv = 0}
#61 0x0000563544379676 in vm_exec_core (ec=0x5635451a04e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x5635452e17b0
        leaf = false
        val = 20
        reg_pc = 0x5635452be948
        reg_cfp = 0x7f782b7f3f30
        insns_address_table = {0x563544375d4d <vm_exec_core+108>, 0x563544375daf <vm_exec_core+206>, 0x563544375ec2 <vm_exec_core+481>, 0x563544375fd6 <vm_exec_core+757>, 0x563544376174 <vm_exec_core+1171>, 0x5635443762a4 <vm_exec_core+1475>, 0x5635443764b6 <vm_exec_core+2005>, 0x5635443765c8 <vm_exec_core+2279>, 0x5635443766a1 <vm_exec_core+2496>, 0x5635443767a8 <vm_exec_core+2759>, 0x5635443768af <vm_exec_core+3022>, 0x5635443769bd <vm_exec_core+3292>, 0x563544376acf <vm_exec_core+3566>, 0x563544376b9f <vm_exec_core+3774>, 0x563544376ca8 <vm_exec_core+4039>, 0x563544376da2 <vm_exec_core+4289>, 0x563544376e65 <vm_exec_core+4484>, 0x563544376f28 <vm_exec_core+4679>, 0x563544376fb1 <vm_exec_core+4816>, 0x56354437703d <vm_exec_core+4956>, 0x5635443770e3 <vm_exec_core+5122>, 0x5635443771bb <vm_exec_core+5338>, 0x563544377288 <vm_exec_core+5543>, 0x563544377366 <vm_exec_core+5765>, 0x563544377428 <vm_exec_core+5959>, 0x563544377567 <vm_exec_core+6278>, 0x56354437760d <vm_exec_core+6444>, 0x5635443776f2 <vm_exec_core+6673>, 0x563544377821 <vm_exec_core+6976>, 0x5635443778e4 <vm_exec_core+7171>, 0x5635443779a7 <vm_exec_core+7366>, 0x563544377a9e <vm_exec_core+7613>, 0x563544377b60 <vm_exec_core+7807>, 0x563544377c3f <vm_exec_core+8030>, 0x563544377d0c <vm_exec_core+8235>, 0x563544377e1c <vm_exec_core+8507>, 0x563544377f16 <vm_exec_core+8757>, 0x563544377f91 <vm_exec_core+8880>, 0x563544378052 <vm_exec_core+9073>, 0x563544378140 <vm_exec_core+9311>, 0x5635443781f0 <vm_exec_core+9487>, 0x56354437836f <vm_exec_core+9870>, 0x563544378449 <vm_exec_core+10088>, 0x563544378535 <vm_exec_core+10324>, 0x5635443785c6 <vm_exec_core+10469>, 0x563544378721 <vm_exec_core+10816>, 0x563544378cc3 <vm_exec_core+12258>, 0x563544378dbf <vm_exec_core+12510>, 0x563544378ec2 <vm_exec_core+12769>, 0x563544378fae <vm_exec_core+13005>, 0x5635443791c7 <vm_exec_core+13542>, 0x5635443792b9 <vm_exec_core+13784>, 0x5635443793bf <vm_exec_core+14046>, 0x5635443795bc <vm_exec_core+14555>, 0x563544379765 <vm_exec_core+14980>, 0x563544379890 <vm_exec_core+15279>, 0x5635443799fc <vm_exec_core+15643>, 0x563544379b27 <vm_exec_core+15942>, 0x563544379c93 <vm_exec_core+16306>, 0x563544379e75 <vm_exec_core+16788>, 0x56354437a072 <vm_exec_core+17297>, 0x56354437a21b <vm_exec_core+17722>, 0x56354437a33d <vm_exec_core+18012>, 0x56354437a3e4 <vm_exec_core+18179>, 0x56354437a4a8 <vm_exec_core+18375>, 0x56354437a591 <vm_exec_core+18608>, 0x56354437a67d <vm_exec_core+18844>, 0x56354437a766 <vm_exec_core+19077>, 0x56354437a87a <vm_exec_core+19353>, 0x56354437a9a1 <vm_exec_core+19648>, 0x56354437aad7 <vm_exec_core+19958>, 0x56354437ac0d <vm_exec_core+20268>, 0x56354437ad43 <vm_exec_core+20578>, 0x56354437ae79 <vm_exec_core+20888>, 0x56354437afaf <vm_exec_core+21198>, 0x56354437b0f0 <vm_exec_core+21519>, 0x56354437b26a <vm_exec_core+21897>, 0x56354437b3a0 <vm_exec_core+22207>, 0x56354437b4d6 <vm_exec_core+22517>, 0x56354437b60c <vm_exec_core+22827>, 0x56354437b742 <vm_exec_core+23137>, 0x56354437b878 <vm_exec_core+23447>, 0x56354437b9ae <vm_exec_core+23757>, 0x56354437bae4 <vm_exec_core+24067>, 0x56354437bc1a <vm_exec_core+24377>, 0x56354437bd69 <vm_exec_core+24712>, 0x56354437bf23 <vm_exec_core+25154>, 0x56354437c0a1 <vm_exec_core+25536>, 0x56354437c1c0 <vm_exec_core+25823>, 0x56354437c2df <vm_exec_core+26110>, 0x56354437c3f9 <vm_exec_core+26392>, 0x56354437c513 <vm_exec_core+26674>, 0x56354437c63e <vm_exec_core+26973>, 0x56354437c774 <vm_exec_core+27283>, 0x56354437c85f <vm_exec_core+27518>, 0x56354437c964 <vm_exec_core+27779>, 0x56354437caac <vm_exec_core+28107>, 0x56354437cb9b <vm_exec_core+28346>, 0x56354437cc75 <vm_exec_core+28564>, 0x56354437cd4a <vm_exec_core+28777>, 0x56354437ce25 <vm_exec_core+28996>, 0x56354437cea1 <vm_exec_core+29120>, 0x56354437cf1d <vm_exec_core+29244>, 0x56354437cf3b <vm_exec_core+29274>, 0x56354437cf59 <vm_exec_core+29304>, 0x56354437cf77 <vm_exec_core+29334>, 0x56354437cf95 <vm_exec_core+29364>, 0x56354437cfb3 <vm_exec_core+29394>, 0x56354437cfd1 <vm_exec_core+29424>, 0x56354437cfef <vm_exec_core+29454>, 0x56354437d00d <vm_exec_core+29484>, 0x56354437d02b <vm_exec_core+29514>, 0x56354437d049 <vm_exec_core+29544>, 0x56354437d067 <vm_exec_core+29574>, 0x56354437d085 <vm_exec_core+29604>, 0x56354437d0a3 <vm_exec_core+29634>, 0x56354437d0c1 <vm_exec_core+29664>, 0x56354437d0df <vm_exec_core+29694>, 0x56354437d0fd <vm_exec_core+29724>, 0x56354437d11b <vm_exec_core+29754>, 0x56354437d139 <vm_exec_core+29784>, 0x56354437d157 <vm_exec_core+29814>, 0x56354437d175 <vm_exec_core+29844>, 0x56354437d193 <vm_exec_core+29874>, 0x56354437d1b1 <vm_exec_core+29904>, 0x56354437d1cf <vm_exec_core+29934>, 0x56354437d1ed <vm_exec_core+29964>, 0x56354437d20b <vm_exec_core+29994>, 0x56354437d229 <vm_exec_core+30024>, 0x56354437d247 <vm_exec_core+30054>, 0x56354437d265 <vm_exec_core+30084>, 0x56354437d283 <vm_exec_core+30114>, 0x56354437d2a1 <vm_exec_core+30144>, 0x56354437d2bf <vm_exec_core+30174>, 0x56354437d2dd <vm_exec_core+30204>, 0x56354437d2fb <vm_exec_core+30234>, 0x56354437d319 <vm_exec_core+30264>, 0x56354437d337 <vm_exec_core+30294>, 0x56354437d355 <vm_exec_core+30324>, 0x56354437d373 <vm_exec_core+30354>, 0x56354437d391 <vm_exec_core+30384>, 0x56354437d3af <vm_exec_core+30414>, 0x56354437d3cd <vm_exec_core+30444>, 0x56354437d3eb <vm_exec_core+30474>, 0x56354437d409 <vm_exec_core+30504>, 0x56354437d427 <vm_exec_core+30534>, 0x56354437d445 <vm_exec_core+30564>, 0x56354437d463 <vm_exec_core+30594>, 0x56354437d481 <vm_exec_core+30624>, 0x56354437d49f <vm_exec_core+30654>, 0x56354437d4bd <vm_exec_core+30684>, 0x56354437d4db <vm_exec_core+30714>, 0x56354437d4f9 <vm_exec_core+30744>, 0x56354437d517 <vm_exec_core+30774>, 0x56354437d535 <vm_exec_core+30804>, 0x56354437d553 <vm_exec_core+30834>, 0x56354437d571 <vm_exec_core+30864>, 0x56354437d58f <vm_exec_core+30894>, 0x56354437d5ad <vm_exec_core+30924>, 0x56354437d5cb <vm_exec_core+30954>, 0x56354437d5e9 <vm_exec_core+30984>, 0x56354437d607 <vm_exec_core+31014>, 0x56354437d625 <vm_exec_core+31044>, 0x56354437d643 <vm_exec_core+31074>, 0x56354437d661 <vm_exec_core+31104>, 0x56354437d67f <vm_exec_core+31134>, 0x56354437d69d <vm_exec_core+31164>, 0x56354437d6bb <vm_exec_core+31194>, 0x56354437d6d9 <vm_exec_core+31224>, 0x56354437d6f7 <vm_exec_core+31254>, 0x56354437d715 <vm_exec_core+31284>, 0x56354437d733 <vm_exec_core+31314>, 0x56354437d751 <vm_exec_core+31344>, 0x56354437d76f <vm_exec_core+31374>, 0x56354437d78d <vm_exec_core+31404>, 0x56354437d7ab <vm_exec_core+31434>, 0x56354437d7c9 <vm_exec_core+31464>, 0x56354437d7e7 <vm_exec_core+31494>, 0x56354437d818 <vm_exec_core+31543>, 0x56354437d836 <vm_exec_core+31573>, 0x56354437d854 <vm_exec_core+31603>, 0x56354437d872 <vm_exec_core+31633>, 0x56354437d890 <vm_exec_core+31663>, 0x56354437d8ae <vm_exec_core+31693>, 0x56354437d8cc <vm_exec_core+31723>, 0x56354437d8ea <vm_exec_core+31753>, 0x56354437d908 <vm_exec_core+31783>, 0x56354437d926 <vm_exec_core+31813>, 0x56354437d944 <vm_exec_core+31843>, 0x56354437d962 <vm_exec_core+31873>, 0x56354437d980 <vm_exec_core+31903>, 0x56354437d99e <vm_exec_core+31933>, 0x56354437d9bc <vm_exec_core+31963>, 0x56354437d9da <vm_exec_core+31993>, 0x56354437d9f8 <vm_exec_core+32023>, 0x56354437da16 <vm_exec_core+32053>, 0x56354437da34 <vm_exec_core+32083>, 0x56354437da52 <vm_exec_core+32113>, 0x56354437da70 <vm_exec_core+32143>, 0x56354437da8e <vm_exec_core+32173>...}
#62 0x000056354439016b in vm_exec_loop (ec=0x5635451a04e0, state=RUBY_TAG_BREAK, tag=0x7fff1a45d260, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#63 0x00005635443900b3 in rb_vm_exec (ec=0x5635451a04e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x5635451a04e0
        _tag = {tag = 36, retval = 4, buf = {0x7fff1a45d2e0, 0x56354438ffde <rb_vm_exec+190>, 0x0, 0x7fff1a45d230, 0x7fff1a45d578}, prev = 0x7fff1a45d350, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#64 0x0000563544390ebf in rb_iseq_eval_main (iseq=0x7f78111895a8) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x5635451a04e0
        val = 94786792588512
#65 0x0000563544171c0d in rb_ec_exec_node (ec=0x5635451a04e0, n=0x7f78111895a8) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x56354519f090
        _ec = 0x5635451a04e0
        _tag = {tag = 36, retval = 94786775618042, buf = {0x7fff1a45d3d0, 0x563544171ba3 <rb_ec_exec_node+212>, 0x0, 0x7fff1a45d320, 0x5635451a04e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f78111895a8
#66 0x0000563544171d8a in ruby_run_node (n=0x7f78111895a8) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5635451a04e0
        status = 22069
#67 0x000056354416d5c4 in rb_main (argc=131, argv=0x7fff1a45d578) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140733634171984
#68 0x000056354416d625 in main (argc=131, argv=0x7fff1a45d578) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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