# Logfile created on 2023-12-20 06:34:44 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000056253f14a658 @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.20231220-063444", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000056253f1e35d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000056253f1e3448 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000056253f1e32b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231220-063444", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231220-063444>, @binmode=false, @mon_data=#<Monitor:0x000056253f1e31f0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[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
From https://github.com/ruby/ruby
   32ecda3..7ef90b3  master     -> origin/master
Updating 32ecda3..7ef90b3
Fast-forward
 configure.ac                  | 2 +-
 gc.c                          | 2 +-
 internal/vm.h                 | 2 +-
 ruby.c                        | 6 +++---
 template/Makefile.in          | 2 +-
 test/ruby/test_rubyoptions.rb | 6 +++---
 tool/missing-baseruby.bat     | 5 +++++
 vm.c                          | 6 +++---
 8 files changed, 18 insertions(+), 13 deletions(-)
 create mode 100755 tool/missing-baseruby.bat
Latest commit hash = 7ef90b3978
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
cd -P /tmp/ruby/src/trunk-O0 && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-O0/configure --prefix=/tmp/ruby/install/trunk-O0 --disable-install-doc optflags=-O0 --no-create --no-recursion
checking for ruby... /usr/bin/ruby --disable=gems
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 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
configure: WARNING: something wrong with CXXFLAGS=""
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
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 sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for x86intrin.h... yes
checking for x86intrin.h when defined(__x86_64__)... yes
checking for gmp.h... yes
checking for library containing __gmpz_init... -lgmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... typeof
checking for C/C++ restrict keyword... __restrict__
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 16
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking word size... 8
checking packed struct attribute... x __attribute__((packed))
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for 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 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 fork... yes
checking for vfork... yes
checking for working fork... 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 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
In file included from conftest.c:4:
/tmp/ruby/src/trunk-O0/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-O0/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-O0/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^~~~~~~~~~~~~~
/tmp/ruby/src/trunk-O0/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-O0/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-O0/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
      |     ^~~~~~~~~~~~~~
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 unchanged
configure: ruby library version = 3.3.0+0
configure: creating ./config.status
---
Configuration summary for ruby version 3.3.0

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

---
MAKE=make /bin/sh ./config.status GNUmakefile
MAKE=make /bin/sh ./config.status Makefile
config.status: creating GNUmakefile
config.status: creating Makefile
GNUmakefile unchanged
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'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[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/miniinit.c
compiling /tmp/ruby/src/trunk-O0/array.c
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/dir.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/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/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/range.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/ruby.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/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/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
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.

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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
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
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
transdb.h unchanged
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
generating makefiles ext/configure-ext.mk
linking encoding koi8_u.so
making trans
linking encoding shift_jis.so
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
linking transcoder transdb.so
linking encoding utf_16be.so
linking transcoder big5.so
linking encoding utf_16le.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking encoding utf_32be.so
linking transcoder ebcdic.so
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
linking encoding utf_32le.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking encoding windows_1253.so
linking transcoder japanese_euc.so
linking encoding windows_1254.so
linking encoding windows_1257.so
linking transcoder japanese_sjis.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
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/-test-/integer'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/core_ext.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rational/rat.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
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/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'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
linking shared-object -test-/integer.so
linking shared-object -test-/rational.so
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/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
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'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
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/socket/tcpserver.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/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
linking shared-object ripper.so
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
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.

echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
generating encdb.h
generating enc.mk
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
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 unchanged
making trans
generating makefiles ext/configure-ext.mk
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
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
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'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.5.1
                                    cgi 0.4.1
                                    csv 3.2.8
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.10.1
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.1
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.0.4
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.2
                                    io-console 0.7.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.0
                                    strscan 3.0.7
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.3
                                    net-imap 0.4.8
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.3.2
                                    typeprof 0.21.8
                                    debug 1.9.0
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1868 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

# Running tests:

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

Retrying...
Finished tests in 1401.054014s, 19.2805 tests/s, 6825.7511 assertions/s.
27013 tests, 9563246 assertions, 0 failures, 0 errors, 220 skips

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

3728 files, 32495 examples, 144321 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.387341.ruby -x gdbscript
[New LWP 387341]
[New LWP 387346]
[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 SIGSEGV, Segmentation fault.
#0  RB_FL_TEST_RAW (obj=362258189380, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
472	    return RBASIC(obj)->flags & flags;
[Current thread is 1 (Thread 0x7f252c09d7c0 (LWP 387341))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f252c09d7c0 (LWP 387341) RB_FL_TEST_RAW (obj=362258189380, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
  2    Thread 0x7f2512abf640 (LWP 387346) 0x00007f252c1c5fde in epoll_wait (epfd=4, events=0x55e073f2585c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f2512abf640 (LWP 387346)):
#0  0x00007f252c1c5fde in epoll_wait (epfd=4, events=0x55e073f2585c <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  0x000055e073a8f1ce in timer_thread_polling (vm=0x55e074b26b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:724
        r = 1916319967
#2  0x000055e073a8f876 in timer_thread_func (ptr=0x55e074b26b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2999
        vm = 0x55e074b26b10
#3  0x00007f252c134b43 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 = {140720475363424, -4167587081999407692, 139797203777088, 25, 139797629978704, 140720475363776, 4063343038010434996, 4063260096676308404}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f252c1c5bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f252c09d7c0 (LWP 387341)):
#0  RB_FL_TEST_RAW (obj=362258189380, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1  0x000055e073944096 in RB_FL_ANY_RAW (obj=362258189380, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#2  0x000055e07394434b in rb_array_const_ptr (a=362258189380) at /tmp/ruby/src/trunk-O0/include/ruby/internal/core/rarray.h:301
No locals.
#3  0x000055e0739445ee in RARRAY_AREF (ary=362258189380, i=0) at /tmp/ruby/src/trunk-O0/internal/array.h:146
        val = 362258189380
#4  0x000055e07394469c in pathobj_path (pathobj=362258189380) at /tmp/ruby/src/trunk-O0/vm_core.h:325
No locals.
#5  0x000055e07394d6fb in rb_iseq_path (iseq=0x7f2511945a38) at /tmp/ruby/src/trunk-O0/iseq.c:1192
No locals.
#6  0x000055e073afdae5 in rb_source_location (pline=0x55e074bbb458) at /tmp/ruby/src/trunk-O0/vm.c:1865
        ec = 0x55e074b2a4e0
        cfp = 0x7f252c09bf68
#7  0x000055e073afdb1b in rb_source_location_cstr (pline=0x55e074bbb458) at /tmp/ruby/src/trunk-O0/vm.c:1876
        path = 94422518899936
#8  0x000055e073cebdb9 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55e074bbb580, fmt=0x55e073d5368b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1062
        file = 0x0
        line = 313529216
#9  0x000055e073a51c54 in sigsegv (sig=11, info=0x55e074bbb6b0, ctx=0x55e074bbb580) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 0x000055e073c3366b in ARY_SHARED_ROOT_P (ary=139797161576480) at /tmp/ruby/src/trunk-O0/internal/array.h:109
No locals.
#12 0x000055e073c33c9b in rb_ary_embeddable_p (ary=139797161576480) at /tmp/ruby/src/trunk-O0/array.c:209
No locals.
#13 0x000055e07390a04a in gc_ref_update_array (objspace=0x55e074b29470, v=139797161576480) at /tmp/ruby/src/trunk-O0/gc.c:10246
        len = 2
        __func__ = <optimized out>
#14 0x000055e07390b725 in gc_update_object_references (objspace=0x55e074b29470, obj=139797161576480) at /tmp/ruby/src/trunk-O0/gc.c:10785
        any = 0x7f2510280820
#15 0x000055e07390bf0b in gc_ref_update (vstart=0x7f2510280028, vend=0x7f251028fff0, stride=40, objspace=0x55e074b29470, page=0x55e074d90850) at /tmp/ruby/src/trunk-O0/gc.c:10935
        poisoned = 0x0
        v = 139797161576480
#16 0x000055e07390c035 in gc_update_references (objspace=0x55e074b29470) at /tmp/ruby/src/trunk-O0/gc.c:10969
        start = 139797161574440
        end = 139797161639920
        should_set_mark_bits = true
        size_pool = 0x55e074b29490
        heap = 0x55e074b294e0
        i = 0
        ec = 0x55e074b2a4e0
        vm = 0x55e074b26b10
        page = 0x55e074d90850
#17 0x000055e07390018a in gc_compact_finish (objspace=0x55e074b29470) at /tmp/ruby/src/trunk-O0/gc.c:5632
No locals.
#18 0x000055e0739067cf in gc_sweep_compact (objspace=0x55e074b29470) at /tmp/ruby/src/trunk-O0/gc.c:8777
No locals.
#19 0x000055e073901833 in gc_sweep (objspace=0x55e074b29470) at /tmp/ruby/src/trunk-O0/gc.c:6255
        immediate_sweep = 1
#20 0x000055e073908724 in gc_start (objspace=0x55e074b29470, reason=238600) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#21 0x000055e0739083a9 in garbage_collect (objspace=0x55e074b29470, reason=238592) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 1957861392
        ret = 21984
#22 0x000055e07390900b in gc_start_internal (ec=0x0, self=139797203896480, full_mark=20, immediate_mark=20, immediate_sweep=20, compact=20) at /tmp/ruby/src/trunk-O0/gc.c:9932
        objspace = 0x55e074b29470
        reason = 238592
        __func__ = "gc_start_internal"
#23 0x000055e07390ca96 in gc_verify_compaction_references (ec=0x55e074b2a4e0, self=139797203896480, double_heap=0, expand_heap=20, toward_empty=20) at /tmp/ruby/src/trunk-O0/gc.c:11229
        objspace = 0x55e074b29470
#24 0x000055e073ae4ab4 in builtin_invoker3 (ec=0x55e074b2a4e0, self=139797203896480, argv=0x7f252bf9c088, funcptr=0x55e07390c749 <gc_verify_compaction_references>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6744
No locals.
#25 0x000055e073ae53dc in invoke_bf (ec=0x55e074b2a4e0, reg_cfp=0x7f252c09bf68, bf=0x55e073f0ae38 <gc_table+216>, argv=0x7f252bf9c088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6863
        canary_p = false
        ret = 94422501773066
#26 0x000055e073ae541a in vm_invoke_builtin (ec=0x55e074b2a4e0, cfp=0x7f252c09bf68, bf=0x55e073f0ae38 <gc_table+216>, argv=0x7f252bf9c088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6871
No locals.
#27 0x000055e073aec00b in vm_exec_core (ec=0x55e074b2a4e0) at ../../src/trunk-O0/insns.def:1483
        bf = 0x55e073f0ae38 <gc_table+216>
        leaf = false
        val = 139797183921920
        reg_pc = 0x55e074be61d0
        reg_cfp = 0x7f252c09bf68
        insns_address_table = {0x55e073ae554b <vm_exec_core+108>, 0x55e073ae55ad <vm_exec_core+206>, 0x55e073ae56c0 <vm_exec_core+481>, 0x55e073ae57d4 <vm_exec_core+757>, 0x55e073ae5972 <vm_exec_core+1171>, 0x55e073ae5aa2 <vm_exec_core+1475>, 0x55e073ae5cb4 <vm_exec_core+2005>, 0x55e073ae5dc6 <vm_exec_core+2279>, 0x55e073ae5e9f <vm_exec_core+2496>, 0x55e073ae5fa6 <vm_exec_core+2759>, 0x55e073ae60ad <vm_exec_core+3022>, 0x55e073ae61bb <vm_exec_core+3292>, 0x55e073ae62cd <vm_exec_core+3566>, 0x55e073ae639d <vm_exec_core+3774>, 0x55e073ae64a6 <vm_exec_core+4039>, 0x55e073ae65a0 <vm_exec_core+4289>, 0x55e073ae6663 <vm_exec_core+4484>, 0x55e073ae6726 <vm_exec_core+4679>, 0x55e073ae67af <vm_exec_core+4816>, 0x55e073ae683b <vm_exec_core+4956>, 0x55e073ae68e1 <vm_exec_core+5122>, 0x55e073ae69b9 <vm_exec_core+5338>, 0x55e073ae6a86 <vm_exec_core+5543>, 0x55e073ae6b64 <vm_exec_core+5765>, 0x55e073ae6c26 <vm_exec_core+5959>, 0x55e073ae6d65 <vm_exec_core+6278>, 0x55e073ae6e0b <vm_exec_core+6444>, 0x55e073ae6ef0 <vm_exec_core+6673>, 0x55e073ae701f <vm_exec_core+6976>, 0x55e073ae70e2 <vm_exec_core+7171>, 0x55e073ae71a5 <vm_exec_core+7366>, 0x55e073ae729c <vm_exec_core+7613>, 0x55e073ae735e <vm_exec_core+7807>, 0x55e073ae743d <vm_exec_core+8030>, 0x55e073ae750a <vm_exec_core+8235>, 0x55e073ae761a <vm_exec_core+8507>, 0x55e073ae7714 <vm_exec_core+8757>, 0x55e073ae778f <vm_exec_core+8880>, 0x55e073ae7850 <vm_exec_core+9073>, 0x55e073ae793e <vm_exec_core+9311>, 0x55e073ae79ee <vm_exec_core+9487>, 0x55e073ae7b6d <vm_exec_core+9870>, 0x55e073ae7c47 <vm_exec_core+10088>, 0x55e073ae7d33 <vm_exec_core+10324>, 0x55e073ae7dc4 <vm_exec_core+10469>, 0x55e073ae7f1f <vm_exec_core+10816>, 0x55e073ae84c1 <vm_exec_core+12258>, 0x55e073ae85bd <vm_exec_core+12510>, 0x55e073ae86c0 <vm_exec_core+12769>, 0x55e073ae87ac <vm_exec_core+13005>, 0x55e073ae89c5 <vm_exec_core+13542>, 0x55e073ae8ab7 <vm_exec_core+13784>, 0x55e073ae8bbd <vm_exec_core+14046>, 0x55e073ae8dba <vm_exec_core+14555>, 0x55e073ae8f63 <vm_exec_core+14980>, 0x55e073ae908e <vm_exec_core+15279>, 0x55e073ae91fa <vm_exec_core+15643>, 0x55e073ae9325 <vm_exec_core+15942>, 0x55e073ae9491 <vm_exec_core+16306>, 0x55e073ae9673 <vm_exec_core+16788>, 0x55e073ae9870 <vm_exec_core+17297>, 0x55e073ae9a19 <vm_exec_core+17722>, 0x55e073ae9b3b <vm_exec_core+18012>, 0x55e073ae9be2 <vm_exec_core+18179>, 0x55e073ae9ca6 <vm_exec_core+18375>, 0x55e073ae9d8f <vm_exec_core+18608>, 0x55e073ae9e7b <vm_exec_core+18844>, 0x55e073ae9f64 <vm_exec_core+19077>, 0x55e073aea078 <vm_exec_core+19353>, 0x55e073aea19f <vm_exec_core+19648>, 0x55e073aea2d5 <vm_exec_core+19958>, 0x55e073aea40b <vm_exec_core+20268>, 0x55e073aea541 <vm_exec_core+20578>, 0x55e073aea677 <vm_exec_core+20888>, 0x55e073aea7ad <vm_exec_core+21198>, 0x55e073aea8ee <vm_exec_core+21519>, 0x55e073aeaa68 <vm_exec_core+21897>, 0x55e073aeab9e <vm_exec_core+22207>, 0x55e073aeacd4 <vm_exec_core+22517>, 0x55e073aeae0a <vm_exec_core+22827>, 0x55e073aeaf40 <vm_exec_core+23137>, 0x55e073aeb076 <vm_exec_core+23447>, 0x55e073aeb1ac <vm_exec_core+23757>, 0x55e073aeb2e2 <vm_exec_core+24067>, 0x55e073aeb418 <vm_exec_core+24377>, 0x55e073aeb567 <vm_exec_core+24712>, 0x55e073aeb721 <vm_exec_core+25154>, 0x55e073aeb89f <vm_exec_core+25536>, 0x55e073aeb9be <vm_exec_core+25823>, 0x55e073aebadd <vm_exec_core+26110>, 0x55e073aebbf7 <vm_exec_core+26392>, 0x55e073aebd11 <vm_exec_core+26674>, 0x55e073aebe3c <vm_exec_core+26973>, 0x55e073aebf72 <vm_exec_core+27283>, 0x55e073aec05d <vm_exec_core+27518>, 0x55e073aec162 <vm_exec_core+27779>, 0x55e073aec2aa <vm_exec_core+28107>, 0x55e073aec399 <vm_exec_core+28346>, 0x55e073aec473 <vm_exec_core+28564>, 0x55e073aec548 <vm_exec_core+28777>, 0x55e073aec623 <vm_exec_core+28996>, 0x55e073aec69f <vm_exec_core+29120>, 0x55e073aec71b <vm_exec_core+29244>, 0x55e073aec739 <vm_exec_core+29274>, 0x55e073aec757 <vm_exec_core+29304>, 0x55e073aec775 <vm_exec_core+29334>, 0x55e073aec793 <vm_exec_core+29364>, 0x55e073aec7b1 <vm_exec_core+29394>, 0x55e073aec7cf <vm_exec_core+29424>, 0x55e073aec7ed <vm_exec_core+29454>, 0x55e073aec80b <vm_exec_core+29484>, 0x55e073aec829 <vm_exec_core+29514>, 0x55e073aec847 <vm_exec_core+29544>, 0x55e073aec865 <vm_exec_core+29574>, 0x55e073aec883 <vm_exec_core+29604>, 0x55e073aec8a1 <vm_exec_core+29634>, 0x55e073aec8bf <vm_exec_core+29664>, 0x55e073aec8dd <vm_exec_core+29694>, 0x55e073aec8fb <vm_exec_core+29724>, 0x55e073aec919 <vm_exec_core+29754>, 0x55e073aec937 <vm_exec_core+29784>, 0x55e073aec955 <vm_exec_core+29814>, 0x55e073aec973 <vm_exec_core+29844>, 0x55e073aec991 <vm_exec_core+29874>, 0x55e073aec9af <vm_exec_core+29904>, 0x55e073aec9cd <vm_exec_core+29934>, 0x55e073aec9eb <vm_exec_core+29964>, 0x55e073aeca09 <vm_exec_core+29994>, 0x55e073aeca27 <vm_exec_core+30024>, 0x55e073aeca45 <vm_exec_core+30054>, 0x55e073aeca63 <vm_exec_core+30084>, 0x55e073aeca81 <vm_exec_core+30114>, 0x55e073aeca9f <vm_exec_core+30144>, 0x55e073aecabd <vm_exec_core+30174>, 0x55e073aecadb <vm_exec_core+30204>, 0x55e073aecaf9 <vm_exec_core+30234>, 0x55e073aecb17 <vm_exec_core+30264>, 0x55e073aecb35 <vm_exec_core+30294>, 0x55e073aecb53 <vm_exec_core+30324>, 0x55e073aecb71 <vm_exec_core+30354>, 0x55e073aecb8f <vm_exec_core+30384>, 0x55e073aecbad <vm_exec_core+30414>, 0x55e073aecbcb <vm_exec_core+30444>, 0x55e073aecbe9 <vm_exec_core+30474>, 0x55e073aecc07 <vm_exec_core+30504>, 0x55e073aecc25 <vm_exec_core+30534>, 0x55e073aecc43 <vm_exec_core+30564>, 0x55e073aecc61 <vm_exec_core+30594>, 0x55e073aecc7f <vm_exec_core+30624>, 0x55e073aecc9d <vm_exec_core+30654>, 0x55e073aeccbb <vm_exec_core+30684>, 0x55e073aeccd9 <vm_exec_core+30714>, 0x55e073aeccf7 <vm_exec_core+30744>, 0x55e073aecd15 <vm_exec_core+30774>, 0x55e073aecd33 <vm_exec_core+30804>, 0x55e073aecd51 <vm_exec_core+30834>, 0x55e073aecd6f <vm_exec_core+30864>, 0x55e073aecd8d <vm_exec_core+30894>, 0x55e073aecdab <vm_exec_core+30924>, 0x55e073aecdc9 <vm_exec_core+30954>, 0x55e073aecde7 <vm_exec_core+30984>, 0x55e073aece05 <vm_exec_core+31014>, 0x55e073aece23 <vm_exec_core+31044>, 0x55e073aece41 <vm_exec_core+31074>, 0x55e073aece5f <vm_exec_core+31104>, 0x55e073aece7d <vm_exec_core+31134>, 0x55e073aece9b <vm_exec_core+31164>, 0x55e073aeceb9 <vm_exec_core+31194>, 0x55e073aeced7 <vm_exec_core+31224>, 0x55e073aecef5 <vm_exec_core+31254>, 0x55e073aecf13 <vm_exec_core+31284>, 0x55e073aecf31 <vm_exec_core+31314>, 0x55e073aecf4f <vm_exec_core+31344>, 0x55e073aecf6d <vm_exec_core+31374>, 0x55e073aecf8b <vm_exec_core+31404>, 0x55e073aecfa9 <vm_exec_core+31434>, 0x55e073aecfc7 <vm_exec_core+31464>, 0x55e073aecfe5 <vm_exec_core+31494>, 0x55e073aed016 <vm_exec_core+31543>, 0x55e073aed034 <vm_exec_core+31573>, 0x55e073aed052 <vm_exec_core+31603>, 0x55e073aed070 <vm_exec_core+31633>, 0x55e073aed08e <vm_exec_core+31663>, 0x55e073aed0ac <vm_exec_core+31693>, 0x55e073aed0ca <vm_exec_core+31723>, 0x55e073aed0e8 <vm_exec_core+31753>, 0x55e073aed106 <vm_exec_core+31783>, 0x55e073aed124 <vm_exec_core+31813>, 0x55e073aed142 <vm_exec_core+31843>, 0x55e073aed160 <vm_exec_core+31873>, 0x55e073aed17e <vm_exec_core+31903>, 0x55e073aed19c <vm_exec_core+31933>, 0x55e073aed1ba <vm_exec_core+31963>, 0x55e073aed1d8 <vm_exec_core+31993>, 0x55e073aed1f6 <vm_exec_core+32023>, 0x55e073aed214 <vm_exec_core+32053>, 0x55e073aed232 <vm_exec_core+32083>, 0x55e073aed250 <vm_exec_core+32113>, 0x55e073aed26e <vm_exec_core+32143>, 0x55e073aed28c <vm_exec_core+32173>...}
#28 0x000055e073aff85e in rb_vm_exec (ec=0x55e074b2a4e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55e074b2a4e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffc09f25a80, 0x55e073aff7dc <rb_vm_exec+190>, 0x0, 0x7ffc09f259d0, 0x55e074bae960}, prev = 0x7ffc09f25af0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#29 0x000055e073b006bd in rb_iseq_eval_main (iseq=0x7f2511a12470) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x55e074b2a4e0
        val = 94422518899936
#30 0x000055e0738e4bcb in rb_ec_exec_node (ec=0x55e074b2a4e0, n=0x7f2511a12470) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55e074b29090
        _ec = 0x55e074b2a4e0
        _tag = {tag = 36, retval = 94422499738040, buf = {0x7ffc09f25b70, 0x55e0738e4b61 <rb_ec_exec_node+212>, 0x0, 0x7ffc09f25ac0, 0x55e074b2a4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f2511a12470
#31 0x000055e0738e4d48 in ruby_run_node (n=0x7f2511a12470) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55e074b2a4e0
        status = 21984
#32 0x000055e0738e05b4 in rb_main (argc=130, argv=0x7ffc09f25d18) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140720475364336
#33 0x000055e0738e0615 in main (argc=130, argv=0x7ffc09f25d18) 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.387605.ruby -x gdbscript
[New LWP 387605]
[New LWP 387608]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  uleb128 (p=0x56007b01d920) at /tmp/ruby/src/trunk-O0/addr2line.c:223
223		unsigned char b = (unsigned char)*(*p)++;
[Current thread is 1 (Thread 0x7f4eff5347c0 (LWP 387605))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f4eff5347c0 (LWP 387605) uleb128 (p=0x56007b01d920) at /tmp/ruby/src/trunk-O0/addr2line.c:223
  2    Thread 0x7f4ee5f5f640 (LWP 387608) 0x00007f4eff65cfde in epoll_wait (epfd=4, events=0x56007a00a85c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f4ee5f5f640 (LWP 387608)):
#0  0x00007f4eff65cfde in epoll_wait (epfd=4, events=0x56007a00a85c <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  0x0000560079b741ce in timer_thread_polling (vm=0x56007af89b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:724
        r = 523558352
#2  0x0000560079b74876 in timer_thread_func (ptr=0x56007af89b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2999
        vm = 0x56007af89b10
#3  0x00007f4eff5cbb43 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 = {140723717826800, 3326695074908570455, 139976842278464, 25, 139977268443216, 140723717827152, -3407254179218488489, -3407196100099734697}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f4eff65cbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f4eff5347c0 (LWP 387605)):
#0  uleb128 (p=0x56007b01d920) at /tmp/ruby/src/trunk-O0/addr2line.c:223
        b = 18 '\022'
        r = 0
        s = 0
#1  0x0000560079d13cdf in di_read_record (reader=0x56007b01d8a0, vp=0x56007b01d6c0, errout=0x7f4eff7516a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1469
        at = 18
        form = 3462368
#2  0x0000560079d14e2b in debug_info_read (reader=0x56007b01d8a0, num_traces=40, traces=0x56007a00d960 <trace>, lines=0x56007b74fd30, offset=0, errout=0x7f4eff7516a0 <_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 = 4538939, tag = 29, has_children = 1}
        ranges = {low_pc = 3462368, high_pc = 0, ranges = 0, low_pc_set = true, high_pc_set = false, ranges_set = false}
        line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x7f4ee40b49b4 "current_memory<usize, alloc::alloc::Global>", 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  0x0000560079d15ef3 in fill_lines (num_traces=40, traces=0x56007a00d960 <trace>, check_debuglink=1, objp=0x56007b01e1c0, lines=0x56007b74fd30, offset=0, errout=0x7f4eff7516a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x56007b7508a0, file = 0x7f4ee2e6f000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7f4ee3a85196 "[p\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f4ee3e5b382 "\375%", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7f4ee3e58389 "function.rs", debug_line_directories = 0x7f4ee3e57d19 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/ops", p = 0x7f4ee3a89c50 "\020", cu_end = 0x7f4ee3a9c1f5 "'\n\001", pend = 0x7f4ee3cf85e0 "\001$", q0 = 0x7f4ee3d19808 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7f4ee3d199c3 "X\vY\005W\v", format = 4, address_size = 8 '\b', level = 7, abbrev_table = {0x7f4eff75f000 "", 0x7f4ee3d19809 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7f4ee3d1981f "4", 0x7f4ee3d1982a "\023\001\035\023\003\016\v\v\210\001\017", 0x7f4ee3d19838 "\r", 0x7f4ee3d19846 "\017", 0x7f4ee3d19851 "$", 0x7f4ee3d1985c "9\001\003\016", 0x7f4ee3d19863 "\023", 0x7f4ee3d1986f "\023\001\003\016\v\v\210\001\017", 0x7f4ee3d1987b "/", 0x7f4ee3d19884 ".\001n\016\003\016:\v;\005I\023 \v", 0x7f4ee3d19895 "\005", 0x7f4ee3d198a2 ".\001n\016\003\016:\v;\005 \v", 0x7f4ee3d198b1 "4", 0x7f4ee3d198c1 "\v\001", 0x7f4ee3d198c6 "4", 0x7f4ee3d198d3 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7f4ee3d198e3 "(", 0x7f4ee3d198ec "(", 0x7f4ee3d198f5 "3\001\025\023", 0x7f4ee3d198fc "\r", 0x7f4ee3d1990a "\031\001\026\v", 0x7f4ee3d19911 "\027\001\003\016\v\v\210\001\017", 0x7f4ee3d1991d ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7f4ee3d19932 "\005", 0x7f4ee3d19941 "\035", 0x7f4ee3d19952 "\005", 0x7f4ee3d19961 ".\001n\016\003\016:\v;\v \v", 0x7f4ee3d19970 "\005", 0x7f4ee3d1997b ".\001n\016\003\016:\v;\vI\023 \v", 0x7f4ee3d1998c "4", 0x7f4ee3d1999c "\005", 0x7f4ee3d199a7 ".\001\021\001\022\006@\030\061\023", 0x7f4ee3d199b4 "\005", 0x7f4ee3d199bb "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7f4ee3d199cc "4", 0x7f4ee3d199d5 "\005", 0x7f4ee3d199de "\005", 0x7f4ee3d199e7 "\v\001\021\001\022\006", 0x7f4ee3d199f0 "4", 0x7f4ee3d199f9 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7f4ee3d19a0a "\005", 0x7f4ee3d19a13 "4", 0x7f4ee3d19a1c "\035\001\061\023U\027X\vY\005W\v", 0x7f4ee3d19a2b "4", 0x7f4ee3d19a32 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7f4ee3d19a45 "\005", 0x7f4ee3d19a52 "\v\001U\027", 0x7f4ee3d19a59 "\035", 0x7f4ee3d19a68 "4", 0x7f4ee3d19a75 "\023", 0x7f4ee3d19a81 "\031\001", 0x7f4ee3d19a86 "\023\001\003\016<\031\210\001\017", 0x7f4ee3d19a92 "3\001", 0x7f4ee3d19a97 "\005", 0x7f4ee3d19aa4 "3", 0x7f4ee3d19aa9 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7f4ee3d19abe "\005", 0x7f4ee3d19acd "\035\001\061\023U\027X\vY\vW\v", 0x7f4ee3d19adc "4", 0x7f4ee3d19aee "\035", 0x7f4ee3d19aff "4", 0x7f4ee3d19b0e "4", 0x7f4ee3d19b20 "\005", 0x7f4ee3d19b2f "4", 0x7f4ee3d19b41 "\005", 0x7f4ee3d19b4a "4", 0x7f4ee3d19b53 "4", 0x7f4ee3d19b65 "4", 0x7f4ee3d19b74 "\035", 0x7f4ee3d19b83 ".\001\003\016:\v;\v \v", 0x7f4ee3d19b90 ".\001\003\016:\v;\vI\023 \v", 0x7f4ee3d19b9f ".", 0x7f4ee3d19bb0 ".", 0x7f4ee3d19bc1 "\017", 0x7f4ee3d19bca "\025\001", 0x7f4ee3d19bcf "\005", 0x7f4ee3d19bd6 "\001\001I\023", 0x7f4ee3d19bdd "!", 0x7f4ee3d19be8 "$", 0x7f4ee3d19bf3 "\025\001I\023", 0x7f4ee3d197a4 ".\001\003\016:\v;\v \v", 0x7f4ee3d197b1 ".\001\003\016:\v;\vI\023 \v", 0x7f4ee3d197c0 "\001\001I\023", 0x7f4ee3d197c7 "!", 0x7f4ee3d197d2 "$", 0x7f4ee3d197dd "\017", 0x7f4ee3d197e6 "\025\001", 0x7f4ee3d197eb "\005", 0x7f4ee3d197f2 "\035", 0x7f4ee3d19801 "\025\001I\023", 0x7f4ee3d18712 "4", 0x7f4ee3d18724 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f4ee3d18737 "\005", 0x7f4ee3d18740 "4", 0x7f4ee3d18749 ".", 0x7f4ee3d1875a "\035\001\061\023\021\001\022\006X\vY\v", 0x7f4ee3d18769 "4", 0x7f4ee3d1877b "\035", 0x7f4ee3d1878a ".", 0x7f4ee3d1879d "\r", 0x7f4ee3d187ab "\025\001I\023", 0x7f4ee3d187b2 "\005", 0x7f4ee3d187b9 "\025\001", 0x7f4ee3d187be ".\001\003\016:\v;\v \v", 0x7f4ee3d187cb ".\001\003\016:\v;\vI\023 \v", 0x7f4ee3d170d4 "\025\001I\023", 0x7f4ee3d170db "\005", 0x7f4ee3d170e2 "\025\001", 0x7f4ee3d170e7 ".\001\003\016:\v;\v \v", 0x7f4ee3d170f4 ".\001\003\016:\v;\vI\023 \v", 0x7f4ee3d17103 ".\001\003\016:\v;\vI\023?\031 \v", 0x7f4ee3d0ed71 "\005", 0x7f4ee3d0ed80 ".", 0x7f4ee3d0aeef "!", 0x7f4ee3d0aef8 "\r", 0x7f4ee3d0af0e ".", 0x7f4ee3d0af22 "\035\001\061\023\021\001\022\aX!%Y!\215\rW!\020\001\023", 0x7f4ee3d0af39 "\n", 0x7f4ee3d0af46 ".", 0x7f4ee3d0af5f "4", 0x7f4ee3d0af70 ".", 0x7f4ee3d0af88 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f4ee3d0afa5 ".\001?\031\003\016:!(;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f4ee3d0afc1 ".", 0x7f4ee3d0afdb "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f4ee3d0aff0 "\026", 0x7f4ee3d0affa "\023\001\003\016\v\v:\v;\v\001\023", 0x7f4ee3d0b00a "\017", 0x7f4ee3d0b012 "$", 0x7f4ee3d0b01e "\026", 0x7f4ee3d0b02c "&", 0x7f4ee3d0b032 "\026", 0x7f4ee3d0b042 "(", 0x7f4ee3d0b04c "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f4ee3d0b061 "\025\001I\023\001\023", 0x7f4ee3d0b06b "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f4ee3d0b080 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f4ee3d0b092 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f4ee3d0b0a4 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f4ee3d0b0b7 "\026", 0x7f4ee3d0b0ca "!", 0x7f4ee3d0b0d0 "4", 0x7f4ee3d0b0e0 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f4ee3d0b0fb ".", 0x7f4ee3d0b112 ".", 0x7f4ee3d0b129 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f4ee3d0b145 ".", 0x7f4ee3d0b162 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f4ee3d0b183 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f4ee3d0b1a2 ".", 0x7f4ee3d0b1bc ".", 0x7f4ee3d0b1d8 "4", 0x7f4ee3d0b1e4 ".", 0x7f4ee3d0b1ff ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f4ee3d0b213 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f4ee3d0b232 ".", 0x7f4ee3d0b24d ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f4ee3d0b263 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f4ee3d0b280 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f4ee3d0b298 ".", 0x7f4ee573ef98 "", 0x56007b01e5f0 "\260\356u\345N\177", 0x56007b01e5e8 "\t", 0x7f4ee573efc0 "\360\357s\345N\177", 0x56007b01de28 "M\262\320\343N\177", 0x56007b01e5a8 "", 0x56007b01e5b0 "", 0x56007b01e5b8 "\001", 0x56007b01e5c0 "\003", 0x7f4ee573efa0 "", 0x7f4ee573efa8 "", 0x7f4ee573efb0 "", 0x7f4ee573efb8 "", 0x7f4ee573efc8 "\030i\332y", 0x0, 0x7f4ee573efd0 "\320\310'{", 0x560079da6918 <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x560079da68ca <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>, 0x56007b01df60 "\020\346\001{", 0x56007b01e200 "P\342\001{", 0x7f4eff66acb5 <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", 0x56007b01df60 "\020\346\001{", 0x56007b01e050 "", 0x56007b01e200 "P\342\001{", 0x7f4eff778994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x56007b01e610 "\t", 0x56007b01e608 "\320\360s\345N\177", 0x56007b01e618 ""...}}
        i = 0
        j = 306
        shstr = 0x7f4ee48be443 ""
        ehdr = 0x7f4ee2e6f000
        shdr = 0x7f4ee48be638
        shstr_shdr = 0x7f4ee48bf1b8
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f4ee48be6f8
        fd = 5
        filesize = 27591160
        file = 0x7f4ee2e6f000 "\177ELF\002\001\001"
        symtab_shdr = 0x7f4ee48bf138
        strtab_shdr = 0x7f4ee48bf178
        dynsym_shdr = 0x7f4ee48be7b8
        dynstr_shdr = 0x7f4ee48be7f8
        obj = 0x56007b7508a0
        dladdr_fbase = 94560039976960
#4  0x0000560079d1689e in rb_dump_backtrace_with_lines (num_traces=40, traces=0x56007a00d960 <trace>, errout=0x7f4eff7516a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 139976833887920
        i = 0
        lines = 0x56007b74fd30
        obj = 0x56007b7508a0
        dladdr_fbases = 0x56007b750740
        main_path = 0x56007b01e160 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#5  0x0000560079befc7b in rb_print_backtrace (errout=0x7f4eff7516a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x560079befc60 <rb_print_backtrace+36>, 0x560079bf0383 <rb_vm_bugreport+656>, 0x560079dd0e5f <rb_bug_for_fatal_signal+327>, 0x560079b36c54 <sigill>, 0x7f4eff579520 <__restore_rt>, 0x560079bad00b <RB_IMMEDIATE_P+12>, 0x560079bad02e <RB_SPECIAL_CONST_P+24>, 0x560079badb03 <rb_class_of+24>, 0x560079bc6830 <vm_sendish+323>, 0x560079bcde74 <vm_exec_core+14741>, 0x560079be485e <rb_vm_exec+320>, 0x560079bd8fdf <vm_call0_body+422>, 0x560079bd8854 <vm_call0_cc+430>, 0x560079bda437 <rb_call0+538>, 0x560079bdb183 <rb_call+89>, 0x560079bdbf0e <rb_funcall_with_block_kw+126>, 0x560079b61d6d <rb_sym_proc_call+121>, 0x560079bc496f <vm_yield_with_symbol+93>, 0x560079be1957 <invoke_block_from_c_bh+1023>, 0x560079be1a6b <vm_yield_with_cref+90>, 0x560079be1aa9 <vm_yield+56>, 0x560079bdc3ab <rb_yield_0+47>, 0x560079bdc412 <rb_yield+66>, 0x560079d1d8d3 <rb_ary_each+109>, 0x560079bbf767 <ractor_safe_call_cfunc_0+48>, 0x560079bc036c <vm_call_cfunc_with_frame_+541>, 0x560079bc0541 <vm_call_cfunc_with_frame+121>, 0x560079bc0659 <vm_call_cfunc_other+278>, 0x560079bc0a81 <vm_call_cfunc+302>, 0x560079bc35b0 <vm_call_method_each_type+289>, 0x560079bc405c <vm_call_method+161>, 0x560079bc425e <vm_call_general+47>, 0x560079bc68e3 <vm_sendish+502>, 0x560079bcdccb <vm_exec_core+14316>, 0x560079be485e <rb_vm_exec+320>, 0x560079be144b <invoke_block+216>, 0x560079be1ee7 <vm_invoke_proc+911>, 0x560079be268b <rb_vm_invoke_proc+170>, 0x560079da92f4 <rb_fiber_start+726>, 0x560079da6918 <fiber_initialize_coroutine>, 0x0 <repeats 984 times>}
        n = 40
#6  0x0000560079bf0383 in rb_vm_bugreport (ctx=0x56007b01e580, errout=0x7f4eff7516a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x56007af89b10
        ec = 0x56007b27c700
#7  0x0000560079dd0e5f in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x56007b01e580, fmt=0x560079e3868b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f4eff7516a0 <_IO_2_1_stderr_>
        file = 0x7f4ee4db28c0 "-"
        line = 10
#8  0x0000560079b36c54 in sigsegv (sig=11, info=0x56007b01e6b0, ctx=0x56007b01e580) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#9  <signal handler called>
No locals.
#10 0x0000560079bad00b in RB_IMMEDIATE_P (obj=9) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
No locals.
#11 0x0000560079bad02e in RB_SPECIAL_CONST_P (obj=9) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
No locals.
#12 0x0000560079badb03 in rb_class_of (obj=9) at /tmp/ruby/src/trunk-O0/include/ruby/internal/globals.h:174
No locals.
#13 0x0000560079bc6830 in vm_sendish (ec=0x56007b27c700, reg_cfp=0x7f4ee575eeb0, cd=0x56007b041fd0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5580
        val = 36
        ci = 0xd0100100001
        cc = 0x7f4ee4d73a90
        argc = 0
        recv = 9
        calling = {cd = 0x56007b041fd0, cc = 0x0, block_handler = 0, recv = 9, argc = 0, kw_splat = false, heap_argv = 0}
#14 0x0000560079bcde74 in vm_exec_core (ec=0x56007b27c700) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x56007b041fd0
        leaf = false
        val = 1
        reg_pc = 0x56007b041f98
        reg_cfp = 0x7f4ee575eeb0
        insns_address_table = {0x560079bca54b <vm_exec_core+108>, 0x560079bca5ad <vm_exec_core+206>, 0x560079bca6c0 <vm_exec_core+481>, 0x560079bca7d4 <vm_exec_core+757>, 0x560079bca972 <vm_exec_core+1171>, 0x560079bcaaa2 <vm_exec_core+1475>, 0x560079bcacb4 <vm_exec_core+2005>, 0x560079bcadc6 <vm_exec_core+2279>, 0x560079bcae9f <vm_exec_core+2496>, 0x560079bcafa6 <vm_exec_core+2759>, 0x560079bcb0ad <vm_exec_core+3022>, 0x560079bcb1bb <vm_exec_core+3292>, 0x560079bcb2cd <vm_exec_core+3566>, 0x560079bcb39d <vm_exec_core+3774>, 0x560079bcb4a6 <vm_exec_core+4039>, 0x560079bcb5a0 <vm_exec_core+4289>, 0x560079bcb663 <vm_exec_core+4484>, 0x560079bcb726 <vm_exec_core+4679>, 0x560079bcb7af <vm_exec_core+4816>, 0x560079bcb83b <vm_exec_core+4956>, 0x560079bcb8e1 <vm_exec_core+5122>, 0x560079bcb9b9 <vm_exec_core+5338>, 0x560079bcba86 <vm_exec_core+5543>, 0x560079bcbb64 <vm_exec_core+5765>, 0x560079bcbc26 <vm_exec_core+5959>, 0x560079bcbd65 <vm_exec_core+6278>, 0x560079bcbe0b <vm_exec_core+6444>, 0x560079bcbef0 <vm_exec_core+6673>, 0x560079bcc01f <vm_exec_core+6976>, 0x560079bcc0e2 <vm_exec_core+7171>, 0x560079bcc1a5 <vm_exec_core+7366>, 0x560079bcc29c <vm_exec_core+7613>, 0x560079bcc35e <vm_exec_core+7807>, 0x560079bcc43d <vm_exec_core+8030>, 0x560079bcc50a <vm_exec_core+8235>, 0x560079bcc61a <vm_exec_core+8507>, 0x560079bcc714 <vm_exec_core+8757>, 0x560079bcc78f <vm_exec_core+8880>, 0x560079bcc850 <vm_exec_core+9073>, 0x560079bcc93e <vm_exec_core+9311>, 0x560079bcc9ee <vm_exec_core+9487>, 0x560079bccb6d <vm_exec_core+9870>, 0x560079bccc47 <vm_exec_core+10088>, 0x560079bccd33 <vm_exec_core+10324>, 0x560079bccdc4 <vm_exec_core+10469>, 0x560079bccf1f <vm_exec_core+10816>, 0x560079bcd4c1 <vm_exec_core+12258>, 0x560079bcd5bd <vm_exec_core+12510>, 0x560079bcd6c0 <vm_exec_core+12769>, 0x560079bcd7ac <vm_exec_core+13005>, 0x560079bcd9c5 <vm_exec_core+13542>, 0x560079bcdab7 <vm_exec_core+13784>, 0x560079bcdbbd <vm_exec_core+14046>, 0x560079bcddba <vm_exec_core+14555>, 0x560079bcdf63 <vm_exec_core+14980>, 0x560079bce08e <vm_exec_core+15279>, 0x560079bce1fa <vm_exec_core+15643>, 0x560079bce325 <vm_exec_core+15942>, 0x560079bce491 <vm_exec_core+16306>, 0x560079bce673 <vm_exec_core+16788>, 0x560079bce870 <vm_exec_core+17297>, 0x560079bcea19 <vm_exec_core+17722>, 0x560079bceb3b <vm_exec_core+18012>, 0x560079bcebe2 <vm_exec_core+18179>, 0x560079bceca6 <vm_exec_core+18375>, 0x560079bced8f <vm_exec_core+18608>, 0x560079bcee7b <vm_exec_core+18844>, 0x560079bcef64 <vm_exec_core+19077>, 0x560079bcf078 <vm_exec_core+19353>, 0x560079bcf19f <vm_exec_core+19648>, 0x560079bcf2d5 <vm_exec_core+19958>, 0x560079bcf40b <vm_exec_core+20268>, 0x560079bcf541 <vm_exec_core+20578>, 0x560079bcf677 <vm_exec_core+20888>, 0x560079bcf7ad <vm_exec_core+21198>, 0x560079bcf8ee <vm_exec_core+21519>, 0x560079bcfa68 <vm_exec_core+21897>, 0x560079bcfb9e <vm_exec_core+22207>, 0x560079bcfcd4 <vm_exec_core+22517>, 0x560079bcfe0a <vm_exec_core+22827>, 0x560079bcff40 <vm_exec_core+23137>, 0x560079bd0076 <vm_exec_core+23447>, 0x560079bd01ac <vm_exec_core+23757>, 0x560079bd02e2 <vm_exec_core+24067>, 0x560079bd0418 <vm_exec_core+24377>, 0x560079bd0567 <vm_exec_core+24712>, 0x560079bd0721 <vm_exec_core+25154>, 0x560079bd089f <vm_exec_core+25536>, 0x560079bd09be <vm_exec_core+25823>, 0x560079bd0add <vm_exec_core+26110>, 0x560079bd0bf7 <vm_exec_core+26392>, 0x560079bd0d11 <vm_exec_core+26674>, 0x560079bd0e3c <vm_exec_core+26973>, 0x560079bd0f72 <vm_exec_core+27283>, 0x560079bd105d <vm_exec_core+27518>, 0x560079bd1162 <vm_exec_core+27779>, 0x560079bd12aa <vm_exec_core+28107>, 0x560079bd1399 <vm_exec_core+28346>, 0x560079bd1473 <vm_exec_core+28564>, 0x560079bd1548 <vm_exec_core+28777>, 0x560079bd1623 <vm_exec_core+28996>, 0x560079bd169f <vm_exec_core+29120>, 0x560079bd171b <vm_exec_core+29244>, 0x560079bd1739 <vm_exec_core+29274>, 0x560079bd1757 <vm_exec_core+29304>, 0x560079bd1775 <vm_exec_core+29334>, 0x560079bd1793 <vm_exec_core+29364>, 0x560079bd17b1 <vm_exec_core+29394>, 0x560079bd17cf <vm_exec_core+29424>, 0x560079bd17ed <vm_exec_core+29454>, 0x560079bd180b <vm_exec_core+29484>, 0x560079bd1829 <vm_exec_core+29514>, 0x560079bd1847 <vm_exec_core+29544>, 0x560079bd1865 <vm_exec_core+29574>, 0x560079bd1883 <vm_exec_core+29604>, 0x560079bd18a1 <vm_exec_core+29634>, 0x560079bd18bf <vm_exec_core+29664>, 0x560079bd18dd <vm_exec_core+29694>, 0x560079bd18fb <vm_exec_core+29724>, 0x560079bd1919 <vm_exec_core+29754>, 0x560079bd1937 <vm_exec_core+29784>, 0x560079bd1955 <vm_exec_core+29814>, 0x560079bd1973 <vm_exec_core+29844>, 0x560079bd1991 <vm_exec_core+29874>, 0x560079bd19af <vm_exec_core+29904>, 0x560079bd19cd <vm_exec_core+29934>, 0x560079bd19eb <vm_exec_core+29964>, 0x560079bd1a09 <vm_exec_core+29994>, 0x560079bd1a27 <vm_exec_core+30024>, 0x560079bd1a45 <vm_exec_core+30054>, 0x560079bd1a63 <vm_exec_core+30084>, 0x560079bd1a81 <vm_exec_core+30114>, 0x560079bd1a9f <vm_exec_core+30144>, 0x560079bd1abd <vm_exec_core+30174>, 0x560079bd1adb <vm_exec_core+30204>, 0x560079bd1af9 <vm_exec_core+30234>, 0x560079bd1b17 <vm_exec_core+30264>, 0x560079bd1b35 <vm_exec_core+30294>, 0x560079bd1b53 <vm_exec_core+30324>, 0x560079bd1b71 <vm_exec_core+30354>, 0x560079bd1b8f <vm_exec_core+30384>, 0x560079bd1bad <vm_exec_core+30414>, 0x560079bd1bcb <vm_exec_core+30444>, 0x560079bd1be9 <vm_exec_core+30474>, 0x560079bd1c07 <vm_exec_core+30504>, 0x560079bd1c25 <vm_exec_core+30534>, 0x560079bd1c43 <vm_exec_core+30564>, 0x560079bd1c61 <vm_exec_core+30594>, 0x560079bd1c7f <vm_exec_core+30624>, 0x560079bd1c9d <vm_exec_core+30654>, 0x560079bd1cbb <vm_exec_core+30684>, 0x560079bd1cd9 <vm_exec_core+30714>, 0x560079bd1cf7 <vm_exec_core+30744>, 0x560079bd1d15 <vm_exec_core+30774>, 0x560079bd1d33 <vm_exec_core+30804>, 0x560079bd1d51 <vm_exec_core+30834>, 0x560079bd1d6f <vm_exec_core+30864>, 0x560079bd1d8d <vm_exec_core+30894>, 0x560079bd1dab <vm_exec_core+30924>, 0x560079bd1dc9 <vm_exec_core+30954>, 0x560079bd1de7 <vm_exec_core+30984>, 0x560079bd1e05 <vm_exec_core+31014>, 0x560079bd1e23 <vm_exec_core+31044>, 0x560079bd1e41 <vm_exec_core+31074>, 0x560079bd1e5f <vm_exec_core+31104>, 0x560079bd1e7d <vm_exec_core+31134>, 0x560079bd1e9b <vm_exec_core+31164>, 0x560079bd1eb9 <vm_exec_core+31194>, 0x560079bd1ed7 <vm_exec_core+31224>, 0x560079bd1ef5 <vm_exec_core+31254>, 0x560079bd1f13 <vm_exec_core+31284>, 0x560079bd1f31 <vm_exec_core+31314>, 0x560079bd1f4f <vm_exec_core+31344>, 0x560079bd1f6d <vm_exec_core+31374>, 0x560079bd1f8b <vm_exec_core+31404>, 0x560079bd1fa9 <vm_exec_core+31434>, 0x560079bd1fc7 <vm_exec_core+31464>, 0x560079bd1fe5 <vm_exec_core+31494>, 0x560079bd2016 <vm_exec_core+31543>, 0x560079bd2034 <vm_exec_core+31573>, 0x560079bd2052 <vm_exec_core+31603>, 0x560079bd2070 <vm_exec_core+31633>, 0x560079bd208e <vm_exec_core+31663>, 0x560079bd20ac <vm_exec_core+31693>, 0x560079bd20ca <vm_exec_core+31723>, 0x560079bd20e8 <vm_exec_core+31753>, 0x560079bd2106 <vm_exec_core+31783>, 0x560079bd2124 <vm_exec_core+31813>, 0x560079bd2142 <vm_exec_core+31843>, 0x560079bd2160 <vm_exec_core+31873>, 0x560079bd217e <vm_exec_core+31903>, 0x560079bd219c <vm_exec_core+31933>, 0x560079bd21ba <vm_exec_core+31963>, 0x560079bd21d8 <vm_exec_core+31993>, 0x560079bd21f6 <vm_exec_core+32023>, 0x560079bd2214 <vm_exec_core+32053>, 0x560079bd2232 <vm_exec_core+32083>, 0x560079bd2250 <vm_exec_core+32113>, 0x560079bd226e <vm_exec_core+32143>, 0x560079bd228c <vm_exec_core+32173>...}
#15 0x0000560079be485e in rb_vm_exec (ec=0x56007b27c700) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x56007b27c700
        _tag = {tag = 36, retval = 4, buf = {0x7f4ee573d600, 0x560079be47dc <rb_vm_exec+190>, 0x0, 0x7f4ee573d550, 0x7f4ee573d5d0}, prev = 0x7f4ee573ec40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#16 0x0000560079bd8fdf in vm_call0_body (ec=0x56007b27c700, calling=0x7f4ee573d7a0, argv=0x7f4ee573db60) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7f4ee575ef58
        i = 0
        ci = 0x7f4ee573d770
        cc = 0x7f4ee4995018
        ret = 36
#17 0x0000560079bd8854 in vm_call0_cc (ec=0x56007b27c700, recv=139976820063640, id=50369, argc=0, argv=0x7f4ee573db60, cc=0x7f4ee4995018, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7f4ee573db60
        av = {94560040415068, 94560066193152}
        calling = {cd = 0x7f4ee573d760, cc = 0x7f4ee4995018, block_handler = 0, recv = 139976820063640, argc = 0, kw_splat = false, heap_argv = 0}
#18 0x0000560079bda437 in rb_call0 (ec=0x56007b27c700, recv=139976820063640, mid=50369, argc=0, argv=0x7f4ee573db60, call_scope=CALL_PUBLIC, self=139976842345120) at /tmp/ruby/src/trunk-O0/vm_eval.c:573
        call_status = MISSING_NONE
        scope = CALL_PUBLIC
        kw_splat = 0
        cc = 0x7f4ee4995018
#19 0x0000560079bdb183 in rb_call (recv=139976820063640, mid=50369, argc=0, argv=0x7f4ee573db60, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x56007b27c700
#20 0x0000560079bdbf0e in rb_funcall_with_block_kw (recv=139976820063640, mid=50369, argc=0, argv=0x7f4ee573db60, passed_procval=4, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1214
No locals.
#21 0x0000560079b61d6d in rb_sym_proc_call (mid=50369, argc=1, argv=0x7f4ee573db58, kw_splat=0, passed_proc=4) at /tmp/ruby/src/trunk-O0/string.c:11666
        obj = 139976820063640
#22 0x0000560079bc496f in vm_yield_with_symbol (ec=0x56007b27c700, symbol=12894476, argc=1, argv=0x7f4ee573db58, kw_splat=0, block_handler=0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4798
No locals.
#23 0x0000560079be1957 in invoke_block_from_c_bh (ec=0x56007b27c700, block_handler=12894476, argc=1, argv=0x7f4ee573db58, 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.
#24 0x0000560079be1a6b in vm_yield_with_cref (ec=0x56007b27c700, argc=1, argv=0x7f4ee573db58, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#25 0x0000560079be1aa9 in vm_yield (ec=0x56007b27c700, argc=1, argv=0x7f4ee573db58, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#26 0x0000560079bdc3ab in rb_yield_0 (argc=1, argv=0x7f4ee573db58) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#27 0x0000560079bdc412 in rb_yield (val=139976820063640) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#28 0x0000560079d1d8d3 in rb_ary_each (ary=139976842345120) at /tmp/ruby/src/trunk-O0/array.c:2535
        i = 34154
#29 0x0000560079bbf767 in ractor_safe_call_cfunc_0 (recv=139976842345120, argc=0, argv=0x7f4ee573f038, func=0x560079d1d866 <rb_ary_each>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x560079d1d866 <rb_ary_each>
#30 0x0000560079bc036c in vm_call_cfunc_with_frame_ (ec=0x56007b27c700, reg_cfp=0x7f4ee575ef90, calling=0x7f4ee573dfe0, argc=0, argv=0x7f4ee573f038, stack_bottom=0x7f4ee573f030) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0xbe100020001
        cc = 0x7f4ee4995040
        val = 94560063116328
        me = 0x7f4ee4d80f10
        cfunc = 0x56007afdd1e8
        recv = 139976842345120
        block_handler = 12894476
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#31 0x0000560079bc0541 in vm_call_cfunc_with_frame (ec=0x56007b27c700, reg_cfp=0x7f4ee575ef90, calling=0x7f4ee573dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f4ee573f030
        argv = 0x7f4ee573f038
#32 0x0000560079bc0659 in vm_call_cfunc_other (ec=0x56007b27c700, reg_cfp=0x7f4ee575ef90, calling=0x7f4ee573dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0xbe100020001
        argv_ary = 0
#33 0x0000560079bc0a81 in vm_call_cfunc (ec=0x56007b27c700, reg_cfp=0x7f4ee575ef90, calling=0x7f4ee573dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0xbe100020001
#34 0x0000560079bc35b0 in vm_call_method_each_type (ec=0x56007b27c700, cfp=0x7f4ee575ef90, calling=0x7f4ee573dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 3849575952
        ci = 0xbe100020001
        cc = 0x7f4ee4995040
        cme = 0x7f4ee4d80f10
        v = 94560064785464
#35 0x0000560079bc405c in vm_call_method (ec=0x56007b27c700, cfp=0x7f4ee575ef90, calling=0x7f4ee573dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0xbe100020001
        cc = 0x7f4ee4995040
#36 0x0000560079bc425e in vm_call_general (ec=0x56007b27c700, reg_cfp=0x7f4ee575ef90, calling=0x7f4ee573dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#37 0x0000560079bc68e3 in vm_sendish (ec=0x56007b27c700, reg_cfp=0x7f4ee575ef90, cd=0x56007b127250, block_handler=12894476, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0xbe100020001
        cc = 0x7f4ee4995040
        argc = 0
        recv = 139976842345120
        calling = {cd = 0x56007b127250, cc = 0x7f4ee4995040, block_handler = 12894476, recv = 139976842345120, argc = 0, kw_splat = false, heap_argv = 0}
#38 0x0000560079bcdccb in vm_exec_core (ec=0x56007b27c700) at ../../src/trunk-O0/insns.def:814
        bh = 12894476
        cd = 0x56007b127250
        blockiseq = 0x0
        leaf = false
        val = 139976842345120
        reg_pc = 0x56007b11e790
        reg_cfp = 0x7f4ee575ef90
        insns_address_table = {0x560079bca54b <vm_exec_core+108>, 0x560079bca5ad <vm_exec_core+206>, 0x560079bca6c0 <vm_exec_core+481>, 0x560079bca7d4 <vm_exec_core+757>, 0x560079bca972 <vm_exec_core+1171>, 0x560079bcaaa2 <vm_exec_core+1475>, 0x560079bcacb4 <vm_exec_core+2005>, 0x560079bcadc6 <vm_exec_core+2279>, 0x560079bcae9f <vm_exec_core+2496>, 0x560079bcafa6 <vm_exec_core+2759>, 0x560079bcb0ad <vm_exec_core+3022>, 0x560079bcb1bb <vm_exec_core+3292>, 0x560079bcb2cd <vm_exec_core+3566>, 0x560079bcb39d <vm_exec_core+3774>, 0x560079bcb4a6 <vm_exec_core+4039>, 0x560079bcb5a0 <vm_exec_core+4289>, 0x560079bcb663 <vm_exec_core+4484>, 0x560079bcb726 <vm_exec_core+4679>, 0x560079bcb7af <vm_exec_core+4816>, 0x560079bcb83b <vm_exec_core+4956>, 0x560079bcb8e1 <vm_exec_core+5122>, 0x560079bcb9b9 <vm_exec_core+5338>, 0x560079bcba86 <vm_exec_core+5543>, 0x560079bcbb64 <vm_exec_core+5765>, 0x560079bcbc26 <vm_exec_core+5959>, 0x560079bcbd65 <vm_exec_core+6278>, 0x560079bcbe0b <vm_exec_core+6444>, 0x560079bcbef0 <vm_exec_core+6673>, 0x560079bcc01f <vm_exec_core+6976>, 0x560079bcc0e2 <vm_exec_core+7171>, 0x560079bcc1a5 <vm_exec_core+7366>, 0x560079bcc29c <vm_exec_core+7613>, 0x560079bcc35e <vm_exec_core+7807>, 0x560079bcc43d <vm_exec_core+8030>, 0x560079bcc50a <vm_exec_core+8235>, 0x560079bcc61a <vm_exec_core+8507>, 0x560079bcc714 <vm_exec_core+8757>, 0x560079bcc78f <vm_exec_core+8880>, 0x560079bcc850 <vm_exec_core+9073>, 0x560079bcc93e <vm_exec_core+9311>, 0x560079bcc9ee <vm_exec_core+9487>, 0x560079bccb6d <vm_exec_core+9870>, 0x560079bccc47 <vm_exec_core+10088>, 0x560079bccd33 <vm_exec_core+10324>, 0x560079bccdc4 <vm_exec_core+10469>, 0x560079bccf1f <vm_exec_core+10816>, 0x560079bcd4c1 <vm_exec_core+12258>, 0x560079bcd5bd <vm_exec_core+12510>, 0x560079bcd6c0 <vm_exec_core+12769>, 0x560079bcd7ac <vm_exec_core+13005>, 0x560079bcd9c5 <vm_exec_core+13542>, 0x560079bcdab7 <vm_exec_core+13784>, 0x560079bcdbbd <vm_exec_core+14046>, 0x560079bcddba <vm_exec_core+14555>, 0x560079bcdf63 <vm_exec_core+14980>, 0x560079bce08e <vm_exec_core+15279>, 0x560079bce1fa <vm_exec_core+15643>, 0x560079bce325 <vm_exec_core+15942>, 0x560079bce491 <vm_exec_core+16306>, 0x560079bce673 <vm_exec_core+16788>, 0x560079bce870 <vm_exec_core+17297>, 0x560079bcea19 <vm_exec_core+17722>, 0x560079bceb3b <vm_exec_core+18012>, 0x560079bcebe2 <vm_exec_core+18179>, 0x560079bceca6 <vm_exec_core+18375>, 0x560079bced8f <vm_exec_core+18608>, 0x560079bcee7b <vm_exec_core+18844>, 0x560079bcef64 <vm_exec_core+19077>, 0x560079bcf078 <vm_exec_core+19353>, 0x560079bcf19f <vm_exec_core+19648>, 0x560079bcf2d5 <vm_exec_core+19958>, 0x560079bcf40b <vm_exec_core+20268>, 0x560079bcf541 <vm_exec_core+20578>, 0x560079bcf677 <vm_exec_core+20888>, 0x560079bcf7ad <vm_exec_core+21198>, 0x560079bcf8ee <vm_exec_core+21519>, 0x560079bcfa68 <vm_exec_core+21897>, 0x560079bcfb9e <vm_exec_core+22207>, 0x560079bcfcd4 <vm_exec_core+22517>, 0x560079bcfe0a <vm_exec_core+22827>, 0x560079bcff40 <vm_exec_core+23137>, 0x560079bd0076 <vm_exec_core+23447>, 0x560079bd01ac <vm_exec_core+23757>, 0x560079bd02e2 <vm_exec_core+24067>, 0x560079bd0418 <vm_exec_core+24377>, 0x560079bd0567 <vm_exec_core+24712>, 0x560079bd0721 <vm_exec_core+25154>, 0x560079bd089f <vm_exec_core+25536>, 0x560079bd09be <vm_exec_core+25823>, 0x560079bd0add <vm_exec_core+26110>, 0x560079bd0bf7 <vm_exec_core+26392>, 0x560079bd0d11 <vm_exec_core+26674>, 0x560079bd0e3c <vm_exec_core+26973>, 0x560079bd0f72 <vm_exec_core+27283>, 0x560079bd105d <vm_exec_core+27518>, 0x560079bd1162 <vm_exec_core+27779>, 0x560079bd12aa <vm_exec_core+28107>, 0x560079bd1399 <vm_exec_core+28346>, 0x560079bd1473 <vm_exec_core+28564>, 0x560079bd1548 <vm_exec_core+28777>, 0x560079bd1623 <vm_exec_core+28996>, 0x560079bd169f <vm_exec_core+29120>, 0x560079bd171b <vm_exec_core+29244>, 0x560079bd1739 <vm_exec_core+29274>, 0x560079bd1757 <vm_exec_core+29304>, 0x560079bd1775 <vm_exec_core+29334>, 0x560079bd1793 <vm_exec_core+29364>, 0x560079bd17b1 <vm_exec_core+29394>, 0x560079bd17cf <vm_exec_core+29424>, 0x560079bd17ed <vm_exec_core+29454>, 0x560079bd180b <vm_exec_core+29484>, 0x560079bd1829 <vm_exec_core+29514>, 0x560079bd1847 <vm_exec_core+29544>, 0x560079bd1865 <vm_exec_core+29574>, 0x560079bd1883 <vm_exec_core+29604>, 0x560079bd18a1 <vm_exec_core+29634>, 0x560079bd18bf <vm_exec_core+29664>, 0x560079bd18dd <vm_exec_core+29694>, 0x560079bd18fb <vm_exec_core+29724>, 0x560079bd1919 <vm_exec_core+29754>, 0x560079bd1937 <vm_exec_core+29784>, 0x560079bd1955 <vm_exec_core+29814>, 0x560079bd1973 <vm_exec_core+29844>, 0x560079bd1991 <vm_exec_core+29874>, 0x560079bd19af <vm_exec_core+29904>, 0x560079bd19cd <vm_exec_core+29934>, 0x560079bd19eb <vm_exec_core+29964>, 0x560079bd1a09 <vm_exec_core+29994>, 0x560079bd1a27 <vm_exec_core+30024>, 0x560079bd1a45 <vm_exec_core+30054>, 0x560079bd1a63 <vm_exec_core+30084>, 0x560079bd1a81 <vm_exec_core+30114>, 0x560079bd1a9f <vm_exec_core+30144>, 0x560079bd1abd <vm_exec_core+30174>, 0x560079bd1adb <vm_exec_core+30204>, 0x560079bd1af9 <vm_exec_core+30234>, 0x560079bd1b17 <vm_exec_core+30264>, 0x560079bd1b35 <vm_exec_core+30294>, 0x560079bd1b53 <vm_exec_core+30324>, 0x560079bd1b71 <vm_exec_core+30354>, 0x560079bd1b8f <vm_exec_core+30384>, 0x560079bd1bad <vm_exec_core+30414>, 0x560079bd1bcb <vm_exec_core+30444>, 0x560079bd1be9 <vm_exec_core+30474>, 0x560079bd1c07 <vm_exec_core+30504>, 0x560079bd1c25 <vm_exec_core+30534>, 0x560079bd1c43 <vm_exec_core+30564>, 0x560079bd1c61 <vm_exec_core+30594>, 0x560079bd1c7f <vm_exec_core+30624>, 0x560079bd1c9d <vm_exec_core+30654>, 0x560079bd1cbb <vm_exec_core+30684>, 0x560079bd1cd9 <vm_exec_core+30714>, 0x560079bd1cf7 <vm_exec_core+30744>, 0x560079bd1d15 <vm_exec_core+30774>, 0x560079bd1d33 <vm_exec_core+30804>, 0x560079bd1d51 <vm_exec_core+30834>, 0x560079bd1d6f <vm_exec_core+30864>, 0x560079bd1d8d <vm_exec_core+30894>, 0x560079bd1dab <vm_exec_core+30924>, 0x560079bd1dc9 <vm_exec_core+30954>, 0x560079bd1de7 <vm_exec_core+30984>, 0x560079bd1e05 <vm_exec_core+31014>, 0x560079bd1e23 <vm_exec_core+31044>, 0x560079bd1e41 <vm_exec_core+31074>, 0x560079bd1e5f <vm_exec_core+31104>, 0x560079bd1e7d <vm_exec_core+31134>, 0x560079bd1e9b <vm_exec_core+31164>, 0x560079bd1eb9 <vm_exec_core+31194>, 0x560079bd1ed7 <vm_exec_core+31224>, 0x560079bd1ef5 <vm_exec_core+31254>, 0x560079bd1f13 <vm_exec_core+31284>, 0x560079bd1f31 <vm_exec_core+31314>, 0x560079bd1f4f <vm_exec_core+31344>, 0x560079bd1f6d <vm_exec_core+31374>, 0x560079bd1f8b <vm_exec_core+31404>, 0x560079bd1fa9 <vm_exec_core+31434>, 0x560079bd1fc7 <vm_exec_core+31464>, 0x560079bd1fe5 <vm_exec_core+31494>, 0x560079bd2016 <vm_exec_core+31543>, 0x560079bd2034 <vm_exec_core+31573>, 0x560079bd2052 <vm_exec_core+31603>, 0x560079bd2070 <vm_exec_core+31633>, 0x560079bd208e <vm_exec_core+31663>, 0x560079bd20ac <vm_exec_core+31693>, 0x560079bd20ca <vm_exec_core+31723>, 0x560079bd20e8 <vm_exec_core+31753>, 0x560079bd2106 <vm_exec_core+31783>, 0x560079bd2124 <vm_exec_core+31813>, 0x560079bd2142 <vm_exec_core+31843>, 0x560079bd2160 <vm_exec_core+31873>, 0x560079bd217e <vm_exec_core+31903>, 0x560079bd219c <vm_exec_core+31933>, 0x560079bd21ba <vm_exec_core+31963>, 0x560079bd21d8 <vm_exec_core+31993>, 0x560079bd21f6 <vm_exec_core+32023>, 0x560079bd2214 <vm_exec_core+32053>, 0x560079bd2232 <vm_exec_core+32083>, 0x560079bd2250 <vm_exec_core+32113>, 0x560079bd226e <vm_exec_core+32143>, 0x560079bd228c <vm_exec_core+32173>...}
#39 0x0000560079be485e in rb_vm_exec (ec=0x56007b27c700) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x56007b27c700
        _tag = {tag = 36, retval = 4, buf = {0x7f4ee573ecc0, 0x560079be47dc <rb_vm_exec+190>, 0x0, 0x7f4ee573ec10, 0x0}, prev = 0x7f4ee573ef40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#40 0x0000560079be144b in invoke_block (ec=0x56007b27c700, iseq=0x7f4ee4d73b58, self=139977266744800, captured=0x56007b14be30, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#41 0x0000560079be1ee7 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f4ee573ef08, argc=0, self=139977266744800, captured=0x56007b14be30, ec=0x56007b27c700) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f4ee4d73b58
        opt_pc = 0
        type = 572653569
        cfp = 0x7f4ee575efc8
        sp = 0x7f4ee573f018
        flags = 0
        use_argv = 0x7f4ee573ef08
        av = {94560063658304, 0}
        stack_argv = 0x7f4ee573f018
#42 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f4ee573ef08, argc=0, self=139977266744800, proc=0x56007b14be30, ec=0x56007b27c700) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x56007b14be30
#43 vm_invoke_proc (ec=0x56007b27c700, proc=0x56007b14be30, self=139977266744800, argc=0, argv=0x7f4ee573ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#44 0x0000560079be268b in rb_vm_invoke_proc (ec=0x56007b27c700, proc=0x56007b14be30, argc=0, argv=0x7f4ee573ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 139977266744800
#45 0x0000560079da92f4 in rb_fiber_start (fiber=0x56007b27c6b0) at /tmp/ruby/src/trunk-O0/cont.c:2536
        cont = 0x56007b27c6b0
        argc = 0
        argv = 0x7f4ee573ef08
        args = 4
        _ec = 0x56007b27c700
        _tag = {tag = 36, retval = 0, buf = {0x7f4ee573efc0, 0x560079da910d <rb_fiber_start+239>, 0x0, 0x7f4ee573eee0, 0x7f4ee573efa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        th = 0x56007af8c090
        proc = 0x56007b14be30
        state = RUBY_TAG_NONE
        need_interrupt = 0
        err = 0
#46 0x0000560079da6918 in fiber_entry (from=0x56007af8d6b0, to=0x56007b27c8d0) at /tmp/ruby/src/trunk-O0/cont.c:847
        fiber = 0x56007b27c6b0
        thread = 0x56007af8c090
#47 0x0000000000000000 in ?? ()
No symbol table info available.

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