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

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

---
$$$[end] "/tmp/ruby/src/trunk-asserts-nopara/configure --prefix=/tmp/ruby/install/trunk-asserts-nopara --disable-install-doc --enable-shared" exit with 0.
$$$[beg] make update-unicode  DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"
Downloading Unicode 15.0.0 data and property files...
downloading 15.0.0/ucd/UnicodeData.txt ... done
downloading 15.0.0/ucd/CompositionExclusions.txt ... done
downloading 15.0.0/ucd/NormalizationTest.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
Downloading Unicode 15.0.0 auxiliary files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
Downloading Unicode emoji 15.0 files...
downloading emoji/15.0/emoji-sequences.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
$$$[end] "make update-unicode  DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.20.0...
Downloading bundled gem power_assert-2.0.3...
Downloading bundled gem rake-13.0.6...
Downloading bundled gem test-unit-3.6.1...
Downloading bundled gem rexml-3.2.6...
Downloading bundled gem rss-0.3.0...
Downloading bundled gem net-ftp-0.2.0...
Downloading bundled gem net-imap-0.4.1...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.4.0...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem typeprof-0.21.8...
Downloading bundled gem racc-1.7.1...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-asserts-nopara/gems/src
Cloning https://github.com/ruby/rbs
Cloning into '/tmp/ruby/src/trunk-asserts-nopara/gems/src/rbs'...
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
From https://github.com/ruby/rbs
 * branch              33813a60752624d58dfe5ae770b39bfaf29fbaf1 -> FETCH_HEAD
HEAD is now at 33813a60 Use valid syntax
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision updated
Building rbs@33813a60752624d58dfe5ae770b39bfaf29fbaf1 to /tmp/ruby/src/trunk-asserts-nopara/gems/rbs-3.2.2.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.2
  File: rbs-3.2.2.gem
Cloning https://github.com/ruby/debug
Cloning into '/tmp/ruby/src/trunk-asserts-nopara/gems/src/debug'...
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
From https://github.com/ruby/debug
 * branch            927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD
HEAD is now at 927587a Stop assuming Integer#times is written in C
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/debug.revision updated
Building debug@927587afb6aac69b358b86a01f602d207053e8d2 to /tmp/ruby/src/trunk-asserts-nopara/gems/debug-1.8.0.gem
  Successfully built RubyGem
  Name: debug
  Version: 1.8.0
  File: debug-1.8.0.gem
$$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-src      DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"
Already up to date.
Latest commit hash = aee1bfd88e
$$$[end] "make update-src      DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make after-update    DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"
generating id.h
id.h updated
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
known_errors.inc updated
generating vm_call_iseq_optimized.inc
vm_call_iseq_optimized.inc updated
/tmp/ruby/src/trunk-asserts-nopara/revision.h updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-asserts-nopara/enc/jis
+ cp /tmp/ruby/src/trunk-asserts-nopara/enc/jis/props.h.blt /tmp/ruby/src/trunk-asserts-nopara/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-asserts-nopara/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-asserts-nopara/probes.d > probes.dmyh
generating /tmp/ruby/src/trunk-asserts-nopara/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating enc/trans/newline.c ...
generating id.c
id.c updated
making /tmp/ruby/src/trunk-asserts-nopara/ast.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/dir.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/gc.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/numeric.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/io.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/marshal.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/rjit.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/rjit_c.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/pack.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/trace_point.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/warning.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/array.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/kernel.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/ractor.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/symbol.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/timev.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/thread_sync.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/nilclass.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/prelude.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/gem_prelude.rbinc
making /tmp/ruby/src/trunk-asserts-nopara/yjit.rbinc
/tmp/ruby/src/trunk-asserts-nopara/lib/unicode_normalize/tables.rb unchanged
generating /tmp/ruby/src/trunk-asserts-nopara/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts-nopara/ext/ripper'
extracting ripper.y from ../../parse.y
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts-nopara/ext/ripper'
generating /tmp/ruby/src/trunk-asserts-nopara/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts-nopara/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts-nopara/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-asserts-nopara/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts-nopara/ext/rbconfig/sizeof'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts-nopara/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts-nopara/ext/socket'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts-nopara/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts-nopara/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts-nopara/ext/etc'
generating miniprelude.c
miniprelude.c updated
generating golf_prelude.c
golf_prelude.c updated
/bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
generating table from enc/trans/big5.c
generating enc/trans/big5.c ...
generating table from enc/trans/cesu_8.c
generating enc/trans/cesu_8.c ...
generating table from enc/trans/chinese.c
generating enc/trans/chinese.c ...
generating table from enc/trans/ebcdic.c
generating enc/trans/ebcdic.c ...
generating table from enc/trans/emoji.c
generating enc/trans/emoji.c ...
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji_iso2022_kddi.c ...
generating table from enc/trans/emoji_sjis_docomo.c
generating enc/trans/emoji_sjis_docomo.c ...
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_sjis_kddi.c ...
generating table from enc/trans/emoji_sjis_softbank.c
generating enc/trans/emoji_sjis_softbank.c ...
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/gbk.c
generating enc/trans/gbk.c ...
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
generating enc/trans/japanese_euc.c ...
generating table from enc/trans/japanese_sjis.c
generating enc/trans/japanese_sjis.c ...
generating table from enc/trans/korean.c
generating enc/trans/korean.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/single_byte.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/utf8_mac.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision unchanged
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/debug.revision unchanged
/usr/bin/mkdir -p /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems
Extracting bundle gem minitest-5.20.0...
Unpacked gems/minitest-5.20.0.gem
Extracting bundle gem power_assert-2.0.3...
Unpacked gems/power_assert-2.0.3.gem
Extracting bundle gem rake-13.0.6...
Unpacked gems/rake-13.0.6.gem
Extracting bundle gem test-unit-3.6.1...
Unpacked gems/test-unit-3.6.1.gem
Extracting bundle gem rexml-3.2.6...
Unpacked gems/rexml-3.2.6.gem
Extracting bundle gem rss-0.3.0...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem net-ftp-0.2.0...
Unpacked gems/net-ftp-0.2.0.gem
Extracting bundle gem net-imap-0.4.1...
Unpacked gems/net-imap-0.4.1.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem net-smtp-0.4.0...
Unpacked gems/net-smtp-0.4.0.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem typeprof-0.21.8...
Unpacked gems/typeprof-0.21.8.gem
Extracting bundle gem racc-1.7.1...
Unpacked gems/racc-1.7.1.gem
Extracting bundle gem rbs-3.2.2...
Unpacked gems/rbs-3.2.2.gem
Extracting bundle gem debug-1.8.0...
Unpacked gems/debug-1.8.0.gem
$$$[end] "make after-update    DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0  
	CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/main.c
compiling /tmp/ruby/src/trunk-asserts-nopara/dmydln.c
compiling /tmp/ruby/src/trunk-asserts-nopara/miniinit.c
compiling /tmp/ruby/src/trunk-asserts-nopara/dmyext.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-asserts-nopara/array.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ast.c
compiling /tmp/ruby/src/trunk-asserts-nopara/bignum.c
compiling /tmp/ruby/src/trunk-asserts-nopara/class.c
compiling /tmp/ruby/src/trunk-asserts-nopara/compar.c
compiling /tmp/ruby/src/trunk-asserts-nopara/compile.c
compiling /tmp/ruby/src/trunk-asserts-nopara/complex.c
compiling /tmp/ruby/src/trunk-asserts-nopara/cont.c
compiling /tmp/ruby/src/trunk-asserts-nopara/debug.c
compiling /tmp/ruby/src/trunk-asserts-nopara/debug_counter.c
compiling /tmp/ruby/src/trunk-asserts-nopara/dir.c
compiling /tmp/ruby/src/trunk-asserts-nopara/dln_find.c
compiling /tmp/ruby/src/trunk-asserts-nopara/encoding.c
compiling /tmp/ruby/src/trunk-asserts-nopara/enum.c
compiling /tmp/ruby/src/trunk-asserts-nopara/enumerator.c
compiling /tmp/ruby/src/trunk-asserts-nopara/error.c
compiling /tmp/ruby/src/trunk-asserts-nopara/eval.c
compiling /tmp/ruby/src/trunk-asserts-nopara/file.c
compiling /tmp/ruby/src/trunk-asserts-nopara/gc.c
compiling /tmp/ruby/src/trunk-asserts-nopara/hash.c
compiling /tmp/ruby/src/trunk-asserts-nopara/inits.c
compiling /tmp/ruby/src/trunk-asserts-nopara/io.c
compiling /tmp/ruby/src/trunk-asserts-nopara/io_buffer.c
compiling /tmp/ruby/src/trunk-asserts-nopara/iseq.c
compiling /tmp/ruby/src/trunk-asserts-nopara/load.c
compiling /tmp/ruby/src/trunk-asserts-nopara/marshal.c
compiling /tmp/ruby/src/trunk-asserts-nopara/math.c
compiling /tmp/ruby/src/trunk-asserts-nopara/memory_view.c
compiling /tmp/ruby/src/trunk-asserts-nopara/rjit.c
compiling /tmp/ruby/src/trunk-asserts-nopara/rjit_c.c
compiling /tmp/ruby/src/trunk-asserts-nopara/node.c
compiling /tmp/ruby/src/trunk-asserts-nopara/node_dump.c
compiling /tmp/ruby/src/trunk-asserts-nopara/numeric.c
compiling /tmp/ruby/src/trunk-asserts-nopara/object.c
compiling /tmp/ruby/src/trunk-asserts-nopara/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-asserts-nopara/parser_st.c
compiling /tmp/ruby/src/trunk-asserts-nopara/proc.c
compiling /tmp/ruby/src/trunk-asserts-nopara/process.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ractor.c
compiling /tmp/ruby/src/trunk-asserts-nopara/random.c
compiling /tmp/ruby/src/trunk-asserts-nopara/range.c
compiling /tmp/ruby/src/trunk-asserts-nopara/rational.c
compiling /tmp/ruby/src/trunk-asserts-nopara/re.c
compiling /tmp/ruby/src/trunk-asserts-nopara/regcomp.c
compiling /tmp/ruby/src/trunk-asserts-nopara/regenc.c
compiling /tmp/ruby/src/trunk-asserts-nopara/regerror.c
compiling /tmp/ruby/src/trunk-asserts-nopara/regexec.c
compiling /tmp/ruby/src/trunk-asserts-nopara/regparse.c
compiling /tmp/ruby/src/trunk-asserts-nopara/regsyntax.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ruby.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ruby_parser.c
compiling /tmp/ruby/src/trunk-asserts-nopara/scheduler.c
compiling /tmp/ruby/src/trunk-asserts-nopara/shape.c
compiling /tmp/ruby/src/trunk-asserts-nopara/signal.c
compiling /tmp/ruby/src/trunk-asserts-nopara/sprintf.c
compiling /tmp/ruby/src/trunk-asserts-nopara/st.c
compiling /tmp/ruby/src/trunk-asserts-nopara/strftime.c
compiling /tmp/ruby/src/trunk-asserts-nopara/string.c
compiling /tmp/ruby/src/trunk-asserts-nopara/struct.c
compiling /tmp/ruby/src/trunk-asserts-nopara/symbol.c
compiling /tmp/ruby/src/trunk-asserts-nopara/thread.c
compiling /tmp/ruby/src/trunk-asserts-nopara/time.c
compiling /tmp/ruby/src/trunk-asserts-nopara/transcode.c
compiling /tmp/ruby/src/trunk-asserts-nopara/util.c
compiling /tmp/ruby/src/trunk-asserts-nopara/variable.c
compiling /tmp/ruby/src/trunk-asserts-nopara/version.c
compiling /tmp/ruby/src/trunk-asserts-nopara/vm.c
compiling /tmp/ruby/src/trunk-asserts-nopara/vm_backtrace.c
compiling /tmp/ruby/src/trunk-asserts-nopara/vm_dump.c
compiling /tmp/ruby/src/trunk-asserts-nopara/vm_sync.c
compiling /tmp/ruby/src/trunk-asserts-nopara/vm_trace.c
compiling /tmp/ruby/src/trunk-asserts-nopara/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/api_pack.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/diagnostic.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/enc/pm_big5.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/enc/pm_euc_jp.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/enc/pm_gbk.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/enc/pm_shift_jis.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/enc/pm_tables.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/enc/pm_unicode.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/enc/pm_windows_31j.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_state_stack.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_string_list.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism/prism.c
compiling /tmp/ruby/src/trunk-asserts-nopara/prism_init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/yjit.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
assembling /tmp/ruby/src/trunk-asserts-nopara/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/ascii.c
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/unicode.c
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk-asserts-nopara/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-asserts-nopara/missing/strlcat.c
compiling /tmp/ruby/src/trunk-asserts-nopara/missing/strlcpy.c
compiling /tmp/ruby/src/trunk-asserts-nopara/addr2line.c
compiling /tmp/ruby/src/trunk-asserts-nopara/dmyenc.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0  
	CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/dln.c
compiling /tmp/ruby/src/trunk-asserts-nopara/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-asserts-nopara/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-asserts-nopara/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0  
	CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/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
encdb.h updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/bignum
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
configuring -test-/thread/instrumentation
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
configuring bigdecimal
configuring cgi/escape
configuring continuation
configuring coverage
configuring date
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring erb/escape
configuring etc
configuring fcntl
configuring fiddle
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring syslog
configuring zlib
configuring debug-1.8.0/ext/debug
configuring racc-1.7.1/ext/racc/cparse
configuring rbs-3.2.2/ext/rbs_extension
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/RUBY_ALIGNOF/c.c
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/abi/abi.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/array/resize/resize.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bignum/div.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bignum/str2big.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bug-3571/bug.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/class'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/class/init.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/debug/profile_frames.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/dln/empty/empty.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/econv/append.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/econv/init.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/eval/eval.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/exception/init.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/file'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/file/stat.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/float'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/float/nextafter.c
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/funcall/funcall.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/hash/delete.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/hash/init.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/integer/my_integer.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/iter/yield.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/load/dot.dot/dot.dot.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/method'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/method/arity.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/method/init.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/notimplement/bug.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/num2int/num2int.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/printf/printf.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/proc/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/proc/receiver.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/proc/super.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/random'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/random/loop.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/recursion/recursion.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/regexp/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/st/update/update.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/string'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/capacity.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/fstring.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/string/set_len.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/struct/data.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/struct/member.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/symbol/type.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/time'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/time/new.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/vm/at_exit.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/-test-/wait/wait.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/bigdecimal/missing.c
linking shared-object bigdecimal.so
installing default bigdecimal libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/cgi/escape/escape.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/continuation'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/continuation/continuation.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/coverage/coverage.c
linking shared-object coverage.so
installing default coverage libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/date/date_strptime.c
linking shared-object date_core.so
installing default date_core libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/digest.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/md5'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/md5/md5.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/rmd160/rmd160.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/sha1/sha1.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/digest/sha2/sha2.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/erb/escape'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/erb/escape/escape.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/etc'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/etc/etc.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fcntl'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/fiddle.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/pointer.c
linking shared-object fiddle.so
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/io/console/console.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/io/nonblock/nonblock.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/wait'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/io/wait/wait.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json/generator'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/json/generator/generator.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json/parser'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/json/parser/parser.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json/parser'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/monitor/monitor.c
linking shared-object monitor.so
installing default monitor libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/nkf'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/nkf/nkf.c
linking shared-object nkf.so
installing default nkf libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/objspace/objspace_dump.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/openssl_missing.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
installing default openssl libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/pathname/pathname.c
linking shared-object pathname.so
installing default pathname libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/psych/psych_yaml_tree.c
linking shared-object psych.so
installing default psych libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/pty/pty.c
linking shared-object pty.so
installing default pty libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/rbconfig/sizeof/limits.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/ripper/ripper_init.c
linking shared-object ripper.so
installing default ripper libraries
checking /tmp/ruby/src/trunk-asserts-nopara/parse.y and /tmp/ruby/src/trunk-asserts-nopara/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/init.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/option.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/socket/ifaddr.c
linking shared-object socket.so
installing default socket libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/stringio'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/stringio/stringio.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/strscan'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/strscan/strscan.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/syslog'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/syslog/syslog.c
linking shared-object syslog.so
installing default syslog libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/zlib'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/zlib/zlib.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.8.0/ext/debug'
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/debug-1.8.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/debug-1.8.0/ext/debug/iseq_collector.c
linking shared-object debug/debug.so
ln -sfT ../../../../../src/trunk-asserts-nopara/.bundle/gems/debug-1.8.0/lib ../../../../../.bundle/gems/debug-1.8.0/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.7.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/racc-1.7.1/ext/racc/cparse/cparse.c
linking shared-object racc/cparse.so
ln -sfT ../../../../../src/trunk-asserts-nopara/.bundle/gems/racc-1.7.1/lib ../../../../../../.bundle/gems/racc-1.7.1/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension/constants.c
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
ln -sfT ../../../../../src/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/lib ../../../../../.bundle/gems/rbs-3.2.2/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/encdb.c
linking encoding encdb.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/big5.c
linking encoding big5.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/cesu_8.c
linking encoding cesu_8.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/cp949.c
linking encoding cp949.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/emacs_mule.c
linking encoding emacs_mule.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/euc_jp.c
linking encoding euc_jp.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/euc_kr.c
linking encoding euc_kr.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/euc_tw.c
linking encoding euc_tw.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/gb2312.c
linking encoding gb2312.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/gb18030.c
linking encoding gb18030.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/gbk.c
linking encoding gbk.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_1.c
linking encoding iso_8859_1.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_2.c
linking encoding iso_8859_2.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_3.c
linking encoding iso_8859_3.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_4.c
linking encoding iso_8859_4.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_5.c
linking encoding iso_8859_5.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_6.c
linking encoding iso_8859_6.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_7.c
linking encoding iso_8859_7.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_8.c
linking encoding iso_8859_8.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_9.c
linking encoding iso_8859_9.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_10.c
linking encoding iso_8859_10.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_11.c
linking encoding iso_8859_11.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_13.c
linking encoding iso_8859_13.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_14.c
linking encoding iso_8859_14.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_15.c
linking encoding iso_8859_15.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/iso_8859_16.c
linking encoding iso_8859_16.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/koi8_r.c
linking encoding koi8_r.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/koi8_u.c
linking encoding koi8_u.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/shift_jis.c
linking encoding shift_jis.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/utf_16be.c
linking encoding utf_16be.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/utf_16le.c
linking encoding utf_16le.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/utf_32be.c
linking encoding utf_32be.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/utf_32le.c
linking encoding utf_32le.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/windows_31j.c
linking encoding windows_31j.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/windows_1250.c
linking encoding windows_1250.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/windows_1251.c
linking encoding windows_1251.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/windows_1252.c
linking encoding windows_1252.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/windows_1253.c
linking encoding windows_1253.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/windows_1254.c
linking encoding windows_1254.so
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/windows_1257.c
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/transdb.c
linking transcoder transdb.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/big5.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/big5.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/big5.c
linking transcoder big5.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/cesu_8.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/cesu_8.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/cesu_8.c
linking transcoder cesu_8.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/chinese.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/chinese.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/chinese.c
linking transcoder chinese.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/ebcdic.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/ebcdic.c
linking transcoder ebcdic.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji.c
linking transcoder emoji.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_iso2022_kddi.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_iso2022_kddi.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_iso2022_kddi.c
linking transcoder emoji_iso2022_kddi.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_sjis_docomo.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_sjis_docomo.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_sjis_docomo.c
linking transcoder emoji_sjis_docomo.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_sjis_kddi.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_sjis_kddi.c
linking transcoder emoji_sjis_kddi.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_sjis_softbank.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/emoji_sjis_softbank.c
linking transcoder emoji_sjis_softbank.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/escape.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/escape.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/escape.c
linking transcoder escape.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/gb18030.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/gb18030.c
linking transcoder gb18030.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/gbk.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/gbk.c
linking transcoder gbk.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/iso2022.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/iso2022.c
linking transcoder iso2022.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/japanese.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/japanese.c
linking transcoder japanese.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/japanese_euc.c
linking transcoder japanese_euc.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/japanese_sjis.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/japanese_sjis.c
linking transcoder japanese_sjis.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/korean.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/korean.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/korean.c
linking transcoder korean.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/single_byte.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/single_byte.c
linking transcoder single_byte.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/utf8_mac.c
linking transcoder utf8_mac.so
generating table from /tmp/ruby/src/trunk-asserts-nopara/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-asserts-nopara/enc/trans/utf_16_32.c ...
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/utf_16_32.c
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
$$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision unchanged
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/debug.revision unchanged
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0  
	CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
compiling /tmp/ruby/src/trunk-asserts-nopara/enc/trans/transdb.c
linking transcoder transdb.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
./miniruby -I/tmp/ruby/src/trunk-asserts-nopara/lib -I. -I.ext/common  /tmp/ruby/src/trunk-asserts-nopara/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-asserts-nopara/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2\ -DRUBY_DEBUG=1" --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-asserts-nopara/bin
installing base libraries:          /tmp/ruby/install/trunk-asserts-nopara/lib
installing arch files:              /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-asserts-nopara/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-asserts-nopara/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-asserts-nopara/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-asserts-nopara/bin
installing library scripts:         /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-asserts-nopara/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-asserts-nopara/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.3
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    prism 0.14.0
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.9
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.2.1
                                    psych 5.1.1.1
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q '
PASS all 1858 tests
$$$[end] "make yes-btest TESTOPTS='-q '" exit with 0.
$$$[beg] make yes-test-basic 
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic " exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' 
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

# Running tests:

$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
     11      12      12      12 ?             -1 Ss    1001   0:00 sh build-loop.sh trunk-asserts-nopara --incremental --process-num=4
     12      14      12      12 ?             -1 Sl    1001   0:00 ruby ./br.rb build_report trunk-asserts-nopara --incremental --process-num=4
     14      17      12      12 ?             -1 S     1001   0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-asserts-nopara --logfile=/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20231017-072534 --root_dir=/tmp/ruby --timeout=10800 --build_opts='DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1"' --no-parallel --add-env=RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE=30 --incremental --process-num=4
     17      18      12      12 ?             -1 Rl    1001   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-asserts-nopara --logfile=/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20231017-072534 --root_dir=/tmp/ruby --timeout=10800 --build_opts=DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1" --no-parallel --add-env=RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE=30 --incremental --process-num=4
     18   55394      12      12 ?             -1 S     1001   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' 
  55394   55395      12      12 ?             -1 S     1001   0:00 make yes-test-all TESTOPTS=--stderr-on-failure
  55395   55705      12      12 ?             -1 Rl    1001 153:54 /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb: Fiddle::TestFunc#test_string
     18   88875      12      12 ?             -1 R     1001   0:00 ps jx
{11=>[12], 12=>[14], 14=>[17], 17=>[18], 18=>[55394, 88875], 55394=>[55395], 55395=>[55705]}
$ timeout 60 gdb -p 55705 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 56408]
[New LWP 86594]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f7a335cdc58 in cc_table_memsize_i (ccs_ptr=94755161745920, data_ptr=0x7ffd6d107600) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:4806
4806	    *total_size += sizeof(*ccs);

>>> Threads

  Id   Target Id                                           Frame 
* 1    Thread 0x7f7a33091c00 (LWP 55705) "ruby"            0x00007f7a335cdc58 in cc_table_memsize_i (ccs_ptr=94755161745920, data_ptr=0x7ffd6d107600) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:4806
  2    Thread 0x7f7a2d629640 (LWP 56408) "Timeout stdlib " __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x562de87d64f4) at ./nptl/futex-internal.c:57
  3    Thread 0x7f7a322bf640 (LWP 86594) "ruby"            0x00007f7a33399fde in epoll_wait (epfd=4, events=events@entry=0x7f7a33a8eb5c <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 3 (Thread 0x7f7a322bf640 (LWP 86594) "ruby"):
#0  0x00007f7a33399fde in epoll_wait (epfd=4, events=events@entry=0x7f7a33a8eb5c <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007f7a3374732a in timer_thread_polling (vm=0x562de5afeb10) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2854
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#2  timer_thread_func (ptr=0x562de5afeb10) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2981
        vm = 0x562de5afeb10
#3  0x00007f7a33308b43 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 = {140726433249840, -5003052288883409926, 140162804479552, 10, 140162821556304, 140726433250192, 4928611605868329978, 4928609328583425018}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f7a33399bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 2 (Thread 0x7f7a2d629640 (LWP 56408) "Timeout stdlib "):
#0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x562de87d64f4) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x562de87d64f4) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x562de87d64f4, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f7a33307ac1 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x562de5b02158, cond=0x562de87d64c8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f7a333077a0 <__condvar_cleanup_waiting>, __arg = 0x7f7a2d6285c0, __canceltype = 761431824, __prev = 0x0}
        cbuffer = {wseq = 549, cond = 0x562de87d64c8, mutex = 0x562de5b02158, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 549
        seq = 274
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x562de87d64c8, mutex=mutex@entry=0x562de5b02158) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007f7a337421dd in rb_native_cond_wait (cond=cond@entry=0x562de87d64c8, mutex=mutex@entry=0x562de5b02158) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:214
        r = <optimized out>
#6  0x00007f7a33743a9d in thread_sched_wait_running_turn (sched=0x562de5b02158, th=0x562de87d6270, can_direct_transfer=false) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:826
        next_th = 0x562de5b01090
        __func__ = "thread_sched_wait_running_turn"
#7  0x00007f7a33743f8c in thread_sched_to_waiting_until_wakeup (sched=0x562de5b02158, th=0x562de87d6270) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:1071
        can_direct_transfer = <optimized out>
#8  0x00007f7a3374a158 in native_sleep (rel=0x0, th=0x562de87d6270) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:3259
        sched = 0x562de5b02158
        sched = <optimized out>
#9  sleep_forever (fl=1, th=0x562de87d6270) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:1329
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:1374
        scheduler = <optimized out>
#11 0x00007f7a3374a2d8 in queue_sleep (_args=_args@entry=140162724169840) at /tmp/ruby/src/trunk-asserts-nopara/thread_sync.c:1028
        args = 0x7f7a2d628870
#12 0x00007f7a335bf822 in rb_ensure (b_proc=b_proc@entry=0x7f7a3374a2c0 <queue_sleep>, data1=data1@entry=140162724169840, e_proc=e_proc@entry=0x7f7a3373d960 <queue_sleep_done>, data2=data2@entry=140162724169872) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:1009
        _ec = 0x562de8db19e0
        _tag = {tag = 36, retval = 140162826393251, buf = {0x7f7a311cd570, 0x7f7a335bf8d8 <rb_ensure+536>, 0x0, 0x7f7a2d628730, 0x1}, prev = 0x7f7a2d628a60, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x562de8db19e0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f7a3373d960 <queue_sleep_done>, data2 = 140162724169872}}
#13 0x00007f7a33746bd7 in queue_do_pop (self=140162786710896, q=0x562de5d07300, should_block=<optimized out>, timeout=4) at /tmp/ruby/src/trunk-asserts-nopara/thread_sync.c:1103
        ec = <optimized out>
        queue_waiter = {w = {self = 140162786710896, th = 0x562de87d6270, fiber = 0x0, node = {next = 0x562de5d07300, prev = 0x562de5d07300}}, as = {q = 0x562de5d07300, sq = 0x562de5d07300}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x562de5d07300
        queue_sleep_arg = {self = 140162786710896, timeout = 4, end = 0}
        end = 0
        __PRETTY_FUNCTION__ = "queue_do_pop"
#14 0x00007f7a3379885e in vm_invoke_builtin_delegate (start_index=<optimized out>, bf=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6862
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#15 vm_invoke_builtin_delegate (start_index=<optimized out>, bf=0x7f7a33a6d640 <thread_sync_table>, cfp=0x562dee2a3bf8, ec=0x562de8db19e0) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6847
        __func__ = <optimized out>
        i = <optimized out>
        argv = <optimized out>
#16 vm_exec_core (ec=0x562de8db19e0) at ../../src/trunk-asserts-nopara/insns.def:1482
        bf = 0x7f7a33a6d640 <thread_sync_table>
        leaf = false
        val = <optimized out>
        canary = 0x0
        index = <optimized out>
        reg_pc = 0x562de5c03418
        reg_cfp = 0x562dee2a3bf8
        insns_address_table = {0x7f7a337983b4 <vm_exec_core+11300>, 0x7f7a337984db <vm_exec_core+11595>, 0x7f7a3379842c <vm_exec_core+11420>, 0x7f7a3379859c <vm_exec_core+11788>, 0x7f7a3379651e <vm_exec_core+3470>, 0x7f7a33796ce5 <vm_exec_core+5461>, 0x7f7a33796c1d <vm_exec_core+5261>, 0x7f7a33796dca <vm_exec_core+5690>, 0x7f7a33796a16 <vm_exec_core+4742>, 0x7f7a33796fed <vm_exec_core+6237>, 0x7f7a33796aae <vm_exec_core+4894>, 0x7f7a33796e5c <vm_exec_core+5836>, 0x7f7a337969a1 <vm_exec_core+4625>, 0x7f7a3379691e <vm_exec_core+4494>, 0x7f7a33796899 <vm_exec_core+4361>, 0x7f7a3379682c <vm_exec_core+4252>, 0x7f7a337967d4 <vm_exec_core+4164>, 0x7f7a33796760 <vm_exec_core+4048>, 0x7f7a337966db <vm_exec_core+3915>, 0x7f7a33796685 <vm_exec_core+3829>, 0x7f7a337965fc <vm_exec_core+3692>, 0x7f7a3379766e <vm_exec_core+7902>, 0x7f7a337975d5 <vm_exec_core+7749>, 0x7f7a33797700 <vm_exec_core+8048>, 0x7f7a337972e3 <vm_exec_core+6995>, 0x7f7a3379725b <vm_exec_core+6859>, 0x7f7a337971b0 <vm_exec_core+6688>, 0x7f7a337970e6 <vm_exec_core+6486>, 0x7f7a33797059 <vm_exec_core+6345>, 0x7f7a337977af <vm_exec_core+8223>, 0x7f7a33797394 <vm_exec_core+7172>, 0x7f7a3379646c <vm_exec_core+3292>, 0x7f7a337963e6 <vm_exec_core+3158>, 0x7f7a33796363 <vm_exec_core+3027>, 0x7f7a337962cd <vm_exec_core+2877>, 0x7f7a33796267 <vm_exec_core+2775>, 0x7f7a337961e3 <vm_exec_core+2643>, 0x7f7a33796180 <vm_exec_core+2544>, 0x7f7a33795ffc <vm_exec_core+2156>, 0x7f7a3379607b <vm_exec_core+2283>, 0x7f7a33795f65 <vm_exec_core+2005>, 0x7f7a33795eb3 <vm_exec_core+1827>, 0x7f7a33795e73 <vm_exec_core+1763>, 0x7f7a33795dcc <vm_exec_core+1596>, 0x7f7a33795d40 <vm_exec_core+1456>, 0x7f7a33795ca7 <vm_exec_core+1303>, 0x7f7a33795bea <vm_exec_core+1114>, 0x7f7a33795b59 <vm_exec_core+969>, 0x7f7a337959cc <vm_exec_core+572>, 0x7f7a33795969 <vm_exec_core+473>, 0x7f7a337958fb <vm_exec_core+363>, 0x7f7a3379586a <vm_exec_core+218>, 0x7f7a337957f0 <vm_exec_core+96>, 0x7f7a33797f8f <vm_exec_core+10239>, 0x7f7a33797eda <vm_exec_core+10058>, 0x7f7a33799fc5 <vm_exec_core+18485>, 0x7f7a33797e25 <vm_exec_core+9877>, 0x7f7a33797d34 <vm_exec_core+9636>, 0x7f7a33797bb1 <vm_exec_core+9249>, 0x7f7a33797a54 <vm_exec_core+8900>, 0x7f7a337979b5 <vm_exec_core+8741>, 0x7f7a33798aec <vm_exec_core+13148>, 0x7f7a3379813b <vm_exec_core+10667>, 0x7f7a337980dc <vm_exec_core+10572>, 0x7f7a3379807d <vm_exec_core+10477>, 0x7f7a33798021 <vm_exec_core+10385>, 0x7f7a337982af <vm_exec_core+11039>, 0x7f7a3379818d <vm_exec_core+10749>, 0x7f7a33799eb1 <vm_exec_core+18209>, 0x7f7a33799d99 <vm_exec_core+17929>, 0x7f7a33799c85 <vm_exec_core+17653>, 0x7f7a33799bc6 <vm_exec_core+17462>, 0x7f7a33799add <vm_exec_core+17229>, 0x7f7a337999e9 <vm_exec_core+16985>, 0x7f7a3379acc6 <vm_exec_core+21814>, 0x7f7a3379abb9 <vm_exec_core+21545>, 0x7f7a3379aab1 <vm_exec_core+21281>, 0x7f7a3379a9a4 <vm_exec_core+21012>, 0x7f7a3379a89c <vm_exec_core+20748>, 0x7f7a3379a7cd <vm_exec_core+20541>, 0x7f7a3379a716 <vm_exec_core+20358>, 0x7f7a3379a655 <vm_exec_core+20165>, 0x7f7a3379a5a0 <vm_exec_core+19984>, 0x7f7a3379a4c7 <vm_exec_core+19767>, 0x7f7a337978d5 <vm_exec_core+8517>, 0x7f7a33797855 <vm_exec_core+8389>, 0x7f7a3379a42a <vm_exec_core+19610>, 0x7f7a3379a38d <vm_exec_core+19453>, 0x7f7a3379a2e3 <vm_exec_core+19283>, 0x7f7a3379a21b <vm_exec_core+19083>, 0x7f7a3379a147 <vm_exec_core+18871>, 0x7f7a3379a078 <vm_exec_core+18664>, 0x7f7a33798895 <vm_exec_core+12549>, 0x7f7a337987f1 <vm_exec_core+12385>, 0x7f7a33798726 <vm_exec_core+12182>, 0x7f7a33798680 <vm_exec_core+12016>, 0x7f7a33798a52 <vm_exec_core+12994>, 0x7f7a3379893c <vm_exec_core+12716>, 0x7f7a337989c3 <vm_exec_core+12851>, 0x7f7a3379796e <vm_exec_core+8670>, 0x7f7a337983e5 <vm_exec_core+11349>, 0x7f7a337983a3 <vm_exec_core+11283>, 0x7f7a337984ca <vm_exec_core+11578>, 0x7f7a3379841b <vm_exec_core+11403>, 0x7f7a3379858b <vm_exec_core+11771>, 0x7f7a3379650d <vm_exec_core+3453>, 0x7f7a33796cd4 <vm_exec_core+5444>, 0x7f7a33796c0c <vm_exec_core+5244>, 0x7f7a33796db9 <vm_exec_core+5673>, 0x7f7a33796a05 <vm_exec_core+4725>, 0x7f7a33796fdc <vm_exec_core+6220>, 0x7f7a33796a9d <vm_exec_core+4877>, 0x7f7a33796e4b <vm_exec_core+5819>, 0x7f7a33796990 <vm_exec_core+4608>, 0x7f7a3379690d <vm_exec_core+4477>, 0x7f7a33796888 <vm_exec_core+4344>, 0x7f7a3379681b <vm_exec_core+4235>, 0x7f7a337967c3 <vm_exec_core+4147>, 0x7f7a3379674f <vm_exec_core+4031>, 0x7f7a337966ca <vm_exec_core+3898>, 0x7f7a33796674 <vm_exec_core+3812>, 0x7f7a337965eb <vm_exec_core+3675>, 0x7f7a3379765d <vm_exec_core+7885>, 0x7f7a337975c4 <vm_exec_core+7732>, 0x7f7a337976ef <vm_exec_core+8031>, 0x7f7a337972d2 <vm_exec_core+6978>, 0x7f7a3379724a <vm_exec_core+6842>, 0x7f7a3379719f <vm_exec_core+6671>, 0x7f7a337970d5 <vm_exec_core+6469>, 0x7f7a33797048 <vm_exec_core+6328>, 0x7f7a3379779e <vm_exec_core+8206>, 0x7f7a33797383 <vm_exec_core+7155>, 0x7f7a3379645b <vm_exec_core+3275>, 0x7f7a337963d5 <vm_exec_core+3141>, 0x7f7a33796352 <vm_exec_core+3010>, 0x7f7a337962bc <vm_exec_core+2860>, 0x7f7a33796256 <vm_exec_core+2758>, 0x7f7a337961d2 <vm_exec_core+2626>, 0x7f7a3379616f <vm_exec_core+2527>, 0x7f7a33795feb <vm_exec_core+2139>, 0x7f7a3379606a <vm_exec_core+2266>, 0x7f7a33795f54 <vm_exec_core+1988>, 0x7f7a33795ea2 <vm_exec_core+1810>, 0x7f7a33795e62 <vm_exec_core+1746>, 0x7f7a33795dbb <vm_exec_core+1579>, 0x7f7a33795d2f <vm_exec_core+1439>, 0x7f7a33795c96 <vm_exec_core+1286>, 0x7f7a33795bd9 <vm_exec_core+1097>, 0x7f7a33795b48 <vm_exec_core+952>, 0x7f7a337959bb <vm_exec_core+555>, 0x7f7a33795958 <vm_exec_core+456>, 0x7f7a337958ea <vm_exec_core+346>, 0x7f7a33795859 <vm_exec_core+201>, 0x7f7a337999d3 <vm_exec_core+16963>, 0x7f7a33797f7e <vm_exec_core+10222>, 0x7f7a33797ec9 <vm_exec_core+10041>, 0x7f7a337999bd <vm_exec_core+16941>, 0x7f7a33797e14 <vm_exec_core+9860>, 0x7f7a33797d23 <vm_exec_core+9619>, 0x7f7a33797ba0 <vm_exec_core+9232>, 0x7f7a33797a43 <vm_exec_core+8883>, 0x7f7a337979a4 <vm_exec_core+8724>, 0x7f7a33798adb <vm_exec_core+13131>, 0x7f7a3379812a <vm_exec_core+10650>, 0x7f7a337980cb <vm_exec_core+10555>, 0x7f7a3379806c <vm_exec_core+10460>, 0x7f7a33798010 <vm_exec_core+10368>, 0x7f7a3379829e <vm_exec_core+11022>, 0x7f7a3379817c <vm_exec_core+10732>, 0x7f7a337999a7 <vm_exec_core+16919>, 0x7f7a33799991 <vm_exec_core+16897>, 0x7f7a3379997b <vm_exec_core+16875>, 0x7f7a33799965 <vm_exec_core+16853>, 0x7f7a3379994f <vm_exec_core+16831>, 0x7f7a33799939 <vm_exec_core+16809>, 0x7f7a3379991c <vm_exec_core+16780>, 0x7f7a33799906 <vm_exec_core+16758>, 0x7f7a337998f0 <vm_exec_core+16736>, 0x7f7a337998da <vm_exec_core+16714>, 0x7f7a337998c4 <vm_exec_core+16692>, 0x7f7a337998ae <vm_exec_core+16670>, 0x7f7a33799898 <vm_exec_core+16648>, 0x7f7a33799882 <vm_exec_core+16626>, 0x7f7a3379986c <vm_exec_core+16604>, 0x7f7a33799856 <vm_exec_core+16582>, 0x7f7a337978c4 <vm_exec_core+8500>, 0x7f7a33797844 <vm_exec_core+8372>, 0x7f7a33799840 <vm_exec_core+16560>, 0x7f7a3379982a <vm_exec_core+16538>, 0x7f7a33799814 <vm_exec_core+16516>, 0x7f7a337997fe <vm_exec_core+16494>, 0x7f7a337957d3 <vm_exec_core+67>, 0x7f7a337957d7 <vm_exec_core+71>, 0x7f7a33798884 <vm_exec_core+12532>, 0x7f7a337987e0 <vm_exec_core+12368>, 0x7f7a33798715 <vm_exec_core+12165>, 0x7f7a3379866f <vm_exec_core+11999>, 0x7f7a33798a41 <vm_exec_core+12977>, 0x7f7a3379892b <vm_exec_core+12699>, 0x7f7a337989b2 <vm_exec_core+12834>...}
        __func__ = "vm_exec_core"
#17 0x00007f7a3379cfda in rb_vm_exec (ec=0x562de8db19e0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2467
        _ec = 0x562de8db19e0
        _tag = {tag = 36, retval = 4, buf = {0x562de87d6470, 0x7f7a3379cff0 <rb_vm_exec+496>, 0x0, 0x7f7a2d628a30, 0x562de8e0c990}, prev = 0x7f7a2d628cb0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#18 0x00007f7a337a2c41 in rb_vm_invoke_proc (ec=0x562de8db19e0, proc=proc@entry=0x562de87d6470, argc=argc@entry=0, argv=argv@entry=0x7f7a2d628b50, kw_splat=0, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1711
        self = <optimized out>
#19 0x00007f7a33749d33 in thread_do_start_proc (th=0x562de87d6270) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:591
        args = 140162730039600
        args_ptr = 0x7f7a2d628b50
        args_len = 0
        procval = <optimized out>
        proc = 0x562de87d6470
        __func__ = "thread_do_start_proc"
#20 0x00007f7a3374b468 in thread_do_start (th=0x562de87d6270) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:610
        result = 36
        result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#21 thread_start_func_2 (th=0x562de87d6270, stack_start=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:666
        _ec = 0x562de8db19e0
        _tag = {tag = 36, retval = 140162724170992, buf = {0x562de87d6270, 0x7f7a3374b8f0 <thread_start_func_2+1568>, 0x0, 0x7f7a2d628bc0, 0x562de87d6270}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        __func__ = "thread_start_func_2"
        state = <optimized out>
        errinfo = 4
        ractor_main_th = 0x562de5b01090
#22 0x00007f7a3374c26f in call_thread_start_func_2 (th=0x562de87d6270) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2172
No locals.
#23 nt_start (ptr=0x562de87d64a0) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2221
        th = 0x562de87d6270
        sched = 0x562de5b02158
        nt = 0x562de87d64a0
        vm = <optimized out>
#24 0x00007f7a33308b43 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 = {140726433248400, -5003052288883409926, 140162724173376, 10, 140162821556304, 140726433248752, 4928570450417957882, 4928609328583425018}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x00007f7a33399bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f7a33091c00 (LWP 55705) "ruby"):
#0  0x00007f7a335cdc58 in cc_table_memsize_i (ccs_ptr=94755161745920, data_ptr=0x7ffd6d107600) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:4806
        total_size = 0x7ffd6d107600
        ccs = 0x562de7c1aa00
#1  0x00007f7a3373d7bd in rb_id_table_foreach_values (tbl=tbl@entry=0x562de5b50ac0, func=func@entry=0x7f7a335cdc50 <cc_table_memsize_i>, data=data@entry=0x7ffd6d107600) at /tmp/ruby/src/trunk-asserts-nopara/id_table.c:296
        ret = <optimized out>
        i = 177
        capa = <optimized out>
#2  0x00007f7a335d40ae in cc_table_memsize (cc_table=0x562de5b50ac0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:4815
        total = 10824
#3  obj_memsize_of (obj=140162804803728, use_all_types=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:4856
        size = 4128
        __func__ = <optimized out>
#4  0x00007f7a335d9b15 in obj_memsize_of (use_all_types=0, obj=140162804803728) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:4824
        size = 0
        __func__ = <optimized out>
        rm = <optimized out>
#5  check_rvalue_consistency_force (obj=140162804803728, terminate=0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:1599
        uncollectible_bit = 17
        marking_bit = 0
        remembered_bit = 0
        age = 3
        wb_unprotected_bit = 0
        mark_bit = 1
        _lev = 0
        err = <optimized out>
        objspace = 0x562de5b01260
#6  0x00007f7a335dbfd5 in check_children_i (child=140162804803728, ptr=0x7ffd6d1077f0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:7802
        data = 0x7ffd6d1077f0
#7  0x00007f7a335dfe8c in gc_mark_children (objspace=0x562de5b01260, obj=140162747110608) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:7181
        any = 0x7f7a2ec094d0
        root = <optimized out>
#8  0x00007f7a335e0992 in rb_objspace_reachable_objects_from (obj=140162747110608, func=<optimized out>, data=0x7ffd6d1077f0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:11851
        cr = 0x562de5b02030
        mfd = {data = 0x7ffd6d1077f0, mark_func = 0x7f7a335dbfc0 <check_children_i>}
        prev_mfd = 0x0
        _lev = 0
        objspace = 0x562de5b01260
#9  0x00007f7a335e0ca5 in verify_internal_consistency_i (data=0x7ffd6d1077f0, stride=48, page_end=0x7f7a2ec0ffe0, page_start=0x7f7a2ec094d0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:7830
        poisoned = 0x0
        obj = 140162747110608
        objspace = <optimized out>
        obj = <optimized out>
        objspace = <optimized out>
        __func__ = "verify_internal_consistency_i"
        poisoned = <optimized out>
#10 gc_verify_internal_consistency_ (objspace=0x562de5b01260) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:8004
        page = <optimized out>
        slot_size = 48
        start = 140162747110608
        end = 140162747138016
        i = 694
        data = {objspace = 0x562de5b01260, err_count = 0, live_object_count = 372449, zombie_object_count = 2, parent = 140162747110608, old_object_count = 372390, remembered_shady_count = 0}
#11 0x00007f7a335e1110 in gc_verify_internal_consistency (objspace=0x562de5b01260) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:8080
        prev_during_gc = <optimized out>
        _lev = 32634
#12 0x00007f7a335e47d8 in gc_start (objspace=0x562de5b01260, reason=256) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:9316
        do_full_mark = 0
        immediate_mark = 0
        __func__ = "gc_start"
        lock_lev = 0
#13 0x00007f7a335e628b in garbage_collect (objspace=0x562de5b01260, reason=256) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:9281
        _lev = 22061
        ret = <optimized out>
#14 0x00007f7a335e63bf in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x562de5b02030, objspace=0x562de5b01260, flags=8199, klass=140162804605968) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2798
        obj = <optimized out>
        lev = 1
        obj = <optimized out>
        lev = <optimized out>
#15 newobj_slowpath_wb_protected (klass=140162804605968, flags=8199, objspace=0x562de5b01260, cr=0x562de5b02030, size_pool_idx=0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2822
No locals.
#16 0x00007f7a335e6604 in newobj_of0 (alloc_size=32, cr=0x562de5b02030, wb_protected=1, flags=<optimized out>, klass=140162804605968) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2864
        obj = <optimized out>
        objspace = 0x562de5b01260
        size_pool_idx = <optimized out>
        obj = <optimized out>
        objspace = <optimized out>
        size_pool_idx = <optimized out>
        i = <optimized out>
        cnt = <optimized out>
#17 newobj_of (alloc_size=32, wb_protected=1, v3=0, v2=0, v1=0, flags=<optimized out>, klass=140162804605968, cr=0x562de5b02030) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2874
        obj = <optimized out>
        obj = <optimized out>
#18 rb_wb_protected_newobj_of (ec=<optimized out>, klass=140162804605968, flags=<optimized out>, size=32) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2889
        __func__ = "rb_wb_protected_newobj_of"
#19 0x00007f7a3049748a in normalize_argument_types (name=0x7f7a3049b7b4 "argument types", is_variadic=<synthetic pointer>, arg_types=140162604596832) at /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/function.c:99
        normalized_arg_types = <optimized out>
        i = <optimized out>
        n_arg_types = 2
        normalized_arg_types = <optimized out>
        i = <optimized out>
        n_arg_types = <optimized out>
        arg_type = <optimized out>
        c_arg_type = <optimized out>
#20 initialize (argc=<optimized out>, argv=<optimized out>, self=140162604596736) at /tmp/ruby/src/trunk-asserts-nopara/ext/fiddle/function.c:174
        cif = <optimized out>
        ptr = 280325645294689
        arg_types = 140162604596832
        ret_type = 3
        abi = <optimized out>
        kwargs = <optimized out>
        name = <optimized out>
        need_gvl = <optimized out>
        c_ret_type = 1
        is_variadic = false
        c_ffi_abi = <optimized out>
        cfunc = <optimized out>
#21 0x00007f7a337a2d9f in vm_call0_cfunc_with_frame (argv=0x7f7a32f90578, calling=<optimized out>, ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:173
        reg_cfp = 0x7f7a3308f948
        ci = <optimized out>
        me = 0x7f7a2dbcdba0
        mid = 3137
        block_handler = <optimized out>
        recv = 140162604596736
        argc = 3
        val = <optimized out>
        cfunc = 0x562de69710e8
        len = -1
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#22 vm_call0_cfunc (argv=0x7f7a32f90578, calling=<optimized out>, ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:187
No locals.
#23 vm_call0_body (ec=0x562de5b022f0, calling=<optimized out>, argv=0x7f7a32f90578) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:233
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#24 0x00007f7a337a375f in vm_call0_cc (ec=0x562de5b022f0, recv=<optimized out>, id=3137, argc=<optimized out>, argv=<optimized out>, cc=0x7f7a2e6eb250, kw_splat=0) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:110
        flags = 0
        use_argv = 0x7f7a32f90578
        av = {12, 140162824561532}
        calling = {cd = 0x7ffd6d107ce0, cc = 0x7f7a2e6eb250, block_handler = 0, recv = 140162604596736, argc = 3, kw_splat = false, heap_argv = 0}
#25 0x00007f7a337a5285 in rb_call (scope=CALL_FCALL, argv=0x7f7a32f90578, argc=3, mid=3137, recv=140162604596736) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:895
        ec = 0x562de5b022f0
        ec = <optimized out>
#26 rb_funcallv_kw (recv=recv@entry=140162604596736, mid=mid@entry=3137, argc=argc@entry=3, argv=argv@entry=0x7f7a32f90578, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1088
        __func__ = "rb_funcallv_kw"
#27 0x00007f7a335c1a78 in rb_obj_call_init_kw (obj=obj@entry=140162604596736, argc=argc@entry=3, argv=argv@entry=0x7f7a32f90578, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:1700
No locals.
#28 0x00007f7a33655fc2 in rb_class_new_instance_pass_kw (argc=3, argv=0x7f7a32f90578, klass=140162778821520) at /tmp/ruby/src/trunk-asserts-nopara/object.c:2107
        obj = 140162604596736
#29 0x00007f7a33785069 in vm_call_cfunc_with_frame_ (ec=0x562de5b022f0, reg_cfp=0x7f7a3308f980, calling=<optimized out>, argc=3, argv=0x7f7a32f90578, stack_bottom=0x7f7a32f90570) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0x11e100100007
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f7a2f37b4f0
        cfunc = <optimized out>
        recv = 140162778821520
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        __func__ = "vm_call_cfunc_with_frame_"
        args = <optimized out>
        args = <optimized out>
#30 0x00007f7a3378934a in vm_sendish (ec=0x562de5b022f0, reg_cfp=0x7f7a3308f980, cd=0x562de68d6680, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_callinfo.h:407
        val = 36
        ci = <optimized out>
        cc = 0x7f7a2ecfecf0
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x562de68d6680, cc = 0x7f7a2ecfecf0, block_handler = 0, recv = 140162778821520, argc = 3, kw_splat = false, heap_argv = 0}
#31 0x00007f7a33795835 in vm_exec_core (ec=0x562de5b022f0) at ../../src/trunk-asserts-nopara/insns.def:822
        bh = 0
        cd = 0x562de68d6680
        leaf = false
        val = <optimized out>
        canary = 0x0
        reg_pc = 0x562de68d62f8
        reg_cfp = 0x7f7a3308f980
        insns_address_table = {0x7f7a337983b4 <vm_exec_core+11300>, 0x7f7a337984db <vm_exec_core+11595>, 0x7f7a3379842c <vm_exec_core+11420>, 0x7f7a3379859c <vm_exec_core+11788>, 0x7f7a3379651e <vm_exec_core+3470>, 0x7f7a33796ce5 <vm_exec_core+5461>, 0x7f7a33796c1d <vm_exec_core+5261>, 0x7f7a33796dca <vm_exec_core+5690>, 0x7f7a33796a16 <vm_exec_core+4742>, 0x7f7a33796fed <vm_exec_core+6237>, 0x7f7a33796aae <vm_exec_core+4894>, 0x7f7a33796e5c <vm_exec_core+5836>, 0x7f7a337969a1 <vm_exec_core+4625>, 0x7f7a3379691e <vm_exec_core+4494>, 0x7f7a33796899 <vm_exec_core+4361>, 0x7f7a3379682c <vm_exec_core+4252>, 0x7f7a337967d4 <vm_exec_core+4164>, 0x7f7a33796760 <vm_exec_core+4048>, 0x7f7a337966db <vm_exec_core+3915>, 0x7f7a33796685 <vm_exec_core+3829>, 0x7f7a337965fc <vm_exec_core+3692>, 0x7f7a3379766e <vm_exec_core+7902>, 0x7f7a337975d5 <vm_exec_core+7749>, 0x7f7a33797700 <vm_exec_core+8048>, 0x7f7a337972e3 <vm_exec_core+6995>, 0x7f7a3379725b <vm_exec_core+6859>, 0x7f7a337971b0 <vm_exec_core+6688>, 0x7f7a337970e6 <vm_exec_core+6486>, 0x7f7a33797059 <vm_exec_core+6345>, 0x7f7a337977af <vm_exec_core+8223>, 0x7f7a33797394 <vm_exec_core+7172>, 0x7f7a3379646c <vm_exec_core+3292>, 0x7f7a337963e6 <vm_exec_core+3158>, 0x7f7a33796363 <vm_exec_core+3027>, 0x7f7a337962cd <vm_exec_core+2877>, 0x7f7a33796267 <vm_exec_core+2775>, 0x7f7a337961e3 <vm_exec_core+2643>, 0x7f7a33796180 <vm_exec_core+2544>, 0x7f7a33795ffc <vm_exec_core+2156>, 0x7f7a3379607b <vm_exec_core+2283>, 0x7f7a33795f65 <vm_exec_core+2005>, 0x7f7a33795eb3 <vm_exec_core+1827>, 0x7f7a33795e73 <vm_exec_core+1763>, 0x7f7a33795dcc <vm_exec_core+1596>, 0x7f7a33795d40 <vm_exec_core+1456>, 0x7f7a33795ca7 <vm_exec_core+1303>, 0x7f7a33795bea <vm_exec_core+1114>, 0x7f7a33795b59 <vm_exec_core+969>, 0x7f7a337959cc <vm_exec_core+572>, 0x7f7a33795969 <vm_exec_core+473>, 0x7f7a337958fb <vm_exec_core+363>, 0x7f7a3379586a <vm_exec_core+218>, 0x7f7a337957f0 <vm_exec_core+96>, 0x7f7a33797f8f <vm_exec_core+10239>, 0x7f7a33797eda <vm_exec_core+10058>, 0x7f7a33799fc5 <vm_exec_core+18485>, 0x7f7a33797e25 <vm_exec_core+9877>, 0x7f7a33797d34 <vm_exec_core+9636>, 0x7f7a33797bb1 <vm_exec_core+9249>, 0x7f7a33797a54 <vm_exec_core+8900>, 0x7f7a337979b5 <vm_exec_core+8741>, 0x7f7a33798aec <vm_exec_core+13148>, 0x7f7a3379813b <vm_exec_core+10667>, 0x7f7a337980dc <vm_exec_core+10572>, 0x7f7a3379807d <vm_exec_core+10477>, 0x7f7a33798021 <vm_exec_core+10385>, 0x7f7a337982af <vm_exec_core+11039>, 0x7f7a3379818d <vm_exec_core+10749>, 0x7f7a33799eb1 <vm_exec_core+18209>, 0x7f7a33799d99 <vm_exec_core+17929>, 0x7f7a33799c85 <vm_exec_core+17653>, 0x7f7a33799bc6 <vm_exec_core+17462>, 0x7f7a33799add <vm_exec_core+17229>, 0x7f7a337999e9 <vm_exec_core+16985>, 0x7f7a3379acc6 <vm_exec_core+21814>, 0x7f7a3379abb9 <vm_exec_core+21545>, 0x7f7a3379aab1 <vm_exec_core+21281>, 0x7f7a3379a9a4 <vm_exec_core+21012>, 0x7f7a3379a89c <vm_exec_core+20748>, 0x7f7a3379a7cd <vm_exec_core+20541>, 0x7f7a3379a716 <vm_exec_core+20358>, 0x7f7a3379a655 <vm_exec_core+20165>, 0x7f7a3379a5a0 <vm_exec_core+19984>, 0x7f7a3379a4c7 <vm_exec_core+19767>, 0x7f7a337978d5 <vm_exec_core+8517>, 0x7f7a33797855 <vm_exec_core+8389>, 0x7f7a3379a42a <vm_exec_core+19610>, 0x7f7a3379a38d <vm_exec_core+19453>, 0x7f7a3379a2e3 <vm_exec_core+19283>, 0x7f7a3379a21b <vm_exec_core+19083>, 0x7f7a3379a147 <vm_exec_core+18871>, 0x7f7a3379a078 <vm_exec_core+18664>, 0x7f7a33798895 <vm_exec_core+12549>, 0x7f7a337987f1 <vm_exec_core+12385>, 0x7f7a33798726 <vm_exec_core+12182>, 0x7f7a33798680 <vm_exec_core+12016>, 0x7f7a33798a52 <vm_exec_core+12994>, 0x7f7a3379893c <vm_exec_core+12716>, 0x7f7a337989c3 <vm_exec_core+12851>, 0x7f7a3379796e <vm_exec_core+8670>, 0x7f7a337983e5 <vm_exec_core+11349>, 0x7f7a337983a3 <vm_exec_core+11283>, 0x7f7a337984ca <vm_exec_core+11578>, 0x7f7a3379841b <vm_exec_core+11403>, 0x7f7a3379858b <vm_exec_core+11771>, 0x7f7a3379650d <vm_exec_core+3453>, 0x7f7a33796cd4 <vm_exec_core+5444>, 0x7f7a33796c0c <vm_exec_core+5244>, 0x7f7a33796db9 <vm_exec_core+5673>, 0x7f7a33796a05 <vm_exec_core+4725>, 0x7f7a33796fdc <vm_exec_core+6220>, 0x7f7a33796a9d <vm_exec_core+4877>, 0x7f7a33796e4b <vm_exec_core+5819>, 0x7f7a33796990 <vm_exec_core+4608>, 0x7f7a3379690d <vm_exec_core+4477>, 0x7f7a33796888 <vm_exec_core+4344>, 0x7f7a3379681b <vm_exec_core+4235>, 0x7f7a337967c3 <vm_exec_core+4147>, 0x7f7a3379674f <vm_exec_core+4031>, 0x7f7a337966ca <vm_exec_core+3898>, 0x7f7a33796674 <vm_exec_core+3812>, 0x7f7a337965eb <vm_exec_core+3675>, 0x7f7a3379765d <vm_exec_core+7885>, 0x7f7a337975c4 <vm_exec_core+7732>, 0x7f7a337976ef <vm_exec_core+8031>, 0x7f7a337972d2 <vm_exec_core+6978>, 0x7f7a3379724a <vm_exec_core+6842>, 0x7f7a3379719f <vm_exec_core+6671>, 0x7f7a337970d5 <vm_exec_core+6469>, 0x7f7a33797048 <vm_exec_core+6328>, 0x7f7a3379779e <vm_exec_core+8206>, 0x7f7a33797383 <vm_exec_core+7155>, 0x7f7a3379645b <vm_exec_core+3275>, 0x7f7a337963d5 <vm_exec_core+3141>, 0x7f7a33796352 <vm_exec_core+3010>, 0x7f7a337962bc <vm_exec_core+2860>, 0x7f7a33796256 <vm_exec_core+2758>, 0x7f7a337961d2 <vm_exec_core+2626>, 0x7f7a3379616f <vm_exec_core+2527>, 0x7f7a33795feb <vm_exec_core+2139>, 0x7f7a3379606a <vm_exec_core+2266>, 0x7f7a33795f54 <vm_exec_core+1988>, 0x7f7a33795ea2 <vm_exec_core+1810>, 0x7f7a33795e62 <vm_exec_core+1746>, 0x7f7a33795dbb <vm_exec_core+1579>, 0x7f7a33795d2f <vm_exec_core+1439>, 0x7f7a33795c96 <vm_exec_core+1286>, 0x7f7a33795bd9 <vm_exec_core+1097>, 0x7f7a33795b48 <vm_exec_core+952>, 0x7f7a337959bb <vm_exec_core+555>, 0x7f7a33795958 <vm_exec_core+456>, 0x7f7a337958ea <vm_exec_core+346>, 0x7f7a33795859 <vm_exec_core+201>, 0x7f7a337999d3 <vm_exec_core+16963>, 0x7f7a33797f7e <vm_exec_core+10222>, 0x7f7a33797ec9 <vm_exec_core+10041>, 0x7f7a337999bd <vm_exec_core+16941>, 0x7f7a33797e14 <vm_exec_core+9860>, 0x7f7a33797d23 <vm_exec_core+9619>, 0x7f7a33797ba0 <vm_exec_core+9232>, 0x7f7a33797a43 <vm_exec_core+8883>, 0x7f7a337979a4 <vm_exec_core+8724>, 0x7f7a33798adb <vm_exec_core+13131>, 0x7f7a3379812a <vm_exec_core+10650>, 0x7f7a337980cb <vm_exec_core+10555>, 0x7f7a3379806c <vm_exec_core+10460>, 0x7f7a33798010 <vm_exec_core+10368>, 0x7f7a3379829e <vm_exec_core+11022>, 0x7f7a3379817c <vm_exec_core+10732>, 0x7f7a337999a7 <vm_exec_core+16919>, 0x7f7a33799991 <vm_exec_core+16897>, 0x7f7a3379997b <vm_exec_core+16875>, 0x7f7a33799965 <vm_exec_core+16853>, 0x7f7a3379994f <vm_exec_core+16831>, 0x7f7a33799939 <vm_exec_core+16809>, 0x7f7a3379991c <vm_exec_core+16780>, 0x7f7a33799906 <vm_exec_core+16758>, 0x7f7a337998f0 <vm_exec_core+16736>, 0x7f7a337998da <vm_exec_core+16714>, 0x7f7a337998c4 <vm_exec_core+16692>, 0x7f7a337998ae <vm_exec_core+16670>, 0x7f7a33799898 <vm_exec_core+16648>, 0x7f7a33799882 <vm_exec_core+16626>, 0x7f7a3379986c <vm_exec_core+16604>, 0x7f7a33799856 <vm_exec_core+16582>, 0x7f7a337978c4 <vm_exec_core+8500>, 0x7f7a33797844 <vm_exec_core+8372>, 0x7f7a33799840 <vm_exec_core+16560>, 0x7f7a3379982a <vm_exec_core+16538>, 0x7f7a33799814 <vm_exec_core+16516>, 0x7f7a337997fe <vm_exec_core+16494>, 0x7f7a337957d3 <vm_exec_core+67>, 0x7f7a337957d7 <vm_exec_core+71>, 0x7f7a33798884 <vm_exec_core+12532>, 0x7f7a337987e0 <vm_exec_core+12368>, 0x7f7a33798715 <vm_exec_core+12165>, 0x7f7a3379866f <vm_exec_core+11999>, 0x7f7a33798a41 <vm_exec_core+12977>, 0x7f7a3379892b <vm_exec_core+12699>, 0x7f7a337989b2 <vm_exec_core+12834>...}
        __func__ = "vm_exec_core"
#32 0x00007f7a3379cfda in rb_vm_exec (ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2467
        _ec = 0x562de5b022f0
        _tag = {tag = 36, retval = 4, buf = {0x562de5b022f0, 0x7f7a3379cff0 <rb_vm_exec+496>, 0x0, 0x7ffd6d108060, 0x0}, prev = 0x7ffd6d1083f0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#33 0x00007f7a337a2613 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffd6d108148, argc=1, ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1617
No locals.
#34 vm_yield (kw_splat=0, argv=0x7ffd6d108148, argc=1, ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1625
No locals.
#35 rb_yield_0 (argv=0x7ffd6d108148, argc=1) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#36 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#37 0x00007f7a33519435 in rb_ary_collect (ary=140162727476064) at /tmp/ruby/src/trunk-asserts-nopara/array.c:3624
        i = 7
        collect = 140162751082224
#38 0x00007f7a33785069 in vm_call_cfunc_with_frame_ (ec=0x562de5b022f0, reg_cfp=0x7f7a3308fb08, calling=<optimized out>, argc=0, argv=0x7f7a32f90430, stack_bottom=0x7f7a32f90428) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0x166100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f7a322ecdb0
        cfunc = <optimized out>
        recv = 140162727476064
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        __func__ = "vm_call_cfunc_with_frame_"
        args = <optimized out>
        args = <optimized out>
#39 0x00007f7a3378934a in vm_sendish (ec=0x562de5b022f0, reg_cfp=0x7f7a3308fb08, cd=0x562de5c84510, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_callinfo.h:407
        val = 36
        ci = <optimized out>
        cc = 0x7f7a311b6140
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x562de5c84510, cc = 0x7f7a311b6140, block_handler = 140162818964257, recv = 140162727476064, argc = 0, kw_splat = false, heap_argv = 0}
#40 0x00007f7a337958c5 in vm_exec_core (ec=0x562de5b022f0) at ../../src/trunk-asserts-nopara/insns.def:802
        bh = <optimized out>
        blockiseq = 0x7f7a31aa3060
        leaf = false
        val = <optimized out>
        canary = 0x0
        cd = 0x562de5c84510
        reg_pc = 0x562de5c80558
        reg_cfp = 0x7f7a3308fb08
        insns_address_table = {0x7f7a337983b4 <vm_exec_core+11300>, 0x7f7a337984db <vm_exec_core+11595>, 0x7f7a3379842c <vm_exec_core+11420>, 0x7f7a3379859c <vm_exec_core+11788>, 0x7f7a3379651e <vm_exec_core+3470>, 0x7f7a33796ce5 <vm_exec_core+5461>, 0x7f7a33796c1d <vm_exec_core+5261>, 0x7f7a33796dca <vm_exec_core+5690>, 0x7f7a33796a16 <vm_exec_core+4742>, 0x7f7a33796fed <vm_exec_core+6237>, 0x7f7a33796aae <vm_exec_core+4894>, 0x7f7a33796e5c <vm_exec_core+5836>, 0x7f7a337969a1 <vm_exec_core+4625>, 0x7f7a3379691e <vm_exec_core+4494>, 0x7f7a33796899 <vm_exec_core+4361>, 0x7f7a3379682c <vm_exec_core+4252>, 0x7f7a337967d4 <vm_exec_core+4164>, 0x7f7a33796760 <vm_exec_core+4048>, 0x7f7a337966db <vm_exec_core+3915>, 0x7f7a33796685 <vm_exec_core+3829>, 0x7f7a337965fc <vm_exec_core+3692>, 0x7f7a3379766e <vm_exec_core+7902>, 0x7f7a337975d5 <vm_exec_core+7749>, 0x7f7a33797700 <vm_exec_core+8048>, 0x7f7a337972e3 <vm_exec_core+6995>, 0x7f7a3379725b <vm_exec_core+6859>, 0x7f7a337971b0 <vm_exec_core+6688>, 0x7f7a337970e6 <vm_exec_core+6486>, 0x7f7a33797059 <vm_exec_core+6345>, 0x7f7a337977af <vm_exec_core+8223>, 0x7f7a33797394 <vm_exec_core+7172>, 0x7f7a3379646c <vm_exec_core+3292>, 0x7f7a337963e6 <vm_exec_core+3158>, 0x7f7a33796363 <vm_exec_core+3027>, 0x7f7a337962cd <vm_exec_core+2877>, 0x7f7a33796267 <vm_exec_core+2775>, 0x7f7a337961e3 <vm_exec_core+2643>, 0x7f7a33796180 <vm_exec_core+2544>, 0x7f7a33795ffc <vm_exec_core+2156>, 0x7f7a3379607b <vm_exec_core+2283>, 0x7f7a33795f65 <vm_exec_core+2005>, 0x7f7a33795eb3 <vm_exec_core+1827>, 0x7f7a33795e73 <vm_exec_core+1763>, 0x7f7a33795dcc <vm_exec_core+1596>, 0x7f7a33795d40 <vm_exec_core+1456>, 0x7f7a33795ca7 <vm_exec_core+1303>, 0x7f7a33795bea <vm_exec_core+1114>, 0x7f7a33795b59 <vm_exec_core+969>, 0x7f7a337959cc <vm_exec_core+572>, 0x7f7a33795969 <vm_exec_core+473>, 0x7f7a337958fb <vm_exec_core+363>, 0x7f7a3379586a <vm_exec_core+218>, 0x7f7a337957f0 <vm_exec_core+96>, 0x7f7a33797f8f <vm_exec_core+10239>, 0x7f7a33797eda <vm_exec_core+10058>, 0x7f7a33799fc5 <vm_exec_core+18485>, 0x7f7a33797e25 <vm_exec_core+9877>, 0x7f7a33797d34 <vm_exec_core+9636>, 0x7f7a33797bb1 <vm_exec_core+9249>, 0x7f7a33797a54 <vm_exec_core+8900>, 0x7f7a337979b5 <vm_exec_core+8741>, 0x7f7a33798aec <vm_exec_core+13148>, 0x7f7a3379813b <vm_exec_core+10667>, 0x7f7a337980dc <vm_exec_core+10572>, 0x7f7a3379807d <vm_exec_core+10477>, 0x7f7a33798021 <vm_exec_core+10385>, 0x7f7a337982af <vm_exec_core+11039>, 0x7f7a3379818d <vm_exec_core+10749>, 0x7f7a33799eb1 <vm_exec_core+18209>, 0x7f7a33799d99 <vm_exec_core+17929>, 0x7f7a33799c85 <vm_exec_core+17653>, 0x7f7a33799bc6 <vm_exec_core+17462>, 0x7f7a33799add <vm_exec_core+17229>, 0x7f7a337999e9 <vm_exec_core+16985>, 0x7f7a3379acc6 <vm_exec_core+21814>, 0x7f7a3379abb9 <vm_exec_core+21545>, 0x7f7a3379aab1 <vm_exec_core+21281>, 0x7f7a3379a9a4 <vm_exec_core+21012>, 0x7f7a3379a89c <vm_exec_core+20748>, 0x7f7a3379a7cd <vm_exec_core+20541>, 0x7f7a3379a716 <vm_exec_core+20358>, 0x7f7a3379a655 <vm_exec_core+20165>, 0x7f7a3379a5a0 <vm_exec_core+19984>, 0x7f7a3379a4c7 <vm_exec_core+19767>, 0x7f7a337978d5 <vm_exec_core+8517>, 0x7f7a33797855 <vm_exec_core+8389>, 0x7f7a3379a42a <vm_exec_core+19610>, 0x7f7a3379a38d <vm_exec_core+19453>, 0x7f7a3379a2e3 <vm_exec_core+19283>, 0x7f7a3379a21b <vm_exec_core+19083>, 0x7f7a3379a147 <vm_exec_core+18871>, 0x7f7a3379a078 <vm_exec_core+18664>, 0x7f7a33798895 <vm_exec_core+12549>, 0x7f7a337987f1 <vm_exec_core+12385>, 0x7f7a33798726 <vm_exec_core+12182>, 0x7f7a33798680 <vm_exec_core+12016>, 0x7f7a33798a52 <vm_exec_core+12994>, 0x7f7a3379893c <vm_exec_core+12716>, 0x7f7a337989c3 <vm_exec_core+12851>, 0x7f7a3379796e <vm_exec_core+8670>, 0x7f7a337983e5 <vm_exec_core+11349>, 0x7f7a337983a3 <vm_exec_core+11283>, 0x7f7a337984ca <vm_exec_core+11578>, 0x7f7a3379841b <vm_exec_core+11403>, 0x7f7a3379858b <vm_exec_core+11771>, 0x7f7a3379650d <vm_exec_core+3453>, 0x7f7a33796cd4 <vm_exec_core+5444>, 0x7f7a33796c0c <vm_exec_core+5244>, 0x7f7a33796db9 <vm_exec_core+5673>, 0x7f7a33796a05 <vm_exec_core+4725>, 0x7f7a33796fdc <vm_exec_core+6220>, 0x7f7a33796a9d <vm_exec_core+4877>, 0x7f7a33796e4b <vm_exec_core+5819>, 0x7f7a33796990 <vm_exec_core+4608>, 0x7f7a3379690d <vm_exec_core+4477>, 0x7f7a33796888 <vm_exec_core+4344>, 0x7f7a3379681b <vm_exec_core+4235>, 0x7f7a337967c3 <vm_exec_core+4147>, 0x7f7a3379674f <vm_exec_core+4031>, 0x7f7a337966ca <vm_exec_core+3898>, 0x7f7a33796674 <vm_exec_core+3812>, 0x7f7a337965eb <vm_exec_core+3675>, 0x7f7a3379765d <vm_exec_core+7885>, 0x7f7a337975c4 <vm_exec_core+7732>, 0x7f7a337976ef <vm_exec_core+8031>, 0x7f7a337972d2 <vm_exec_core+6978>, 0x7f7a3379724a <vm_exec_core+6842>, 0x7f7a3379719f <vm_exec_core+6671>, 0x7f7a337970d5 <vm_exec_core+6469>, 0x7f7a33797048 <vm_exec_core+6328>, 0x7f7a3379779e <vm_exec_core+8206>, 0x7f7a33797383 <vm_exec_core+7155>, 0x7f7a3379645b <vm_exec_core+3275>, 0x7f7a337963d5 <vm_exec_core+3141>, 0x7f7a33796352 <vm_exec_core+3010>, 0x7f7a337962bc <vm_exec_core+2860>, 0x7f7a33796256 <vm_exec_core+2758>, 0x7f7a337961d2 <vm_exec_core+2626>, 0x7f7a3379616f <vm_exec_core+2527>, 0x7f7a33795feb <vm_exec_core+2139>, 0x7f7a3379606a <vm_exec_core+2266>, 0x7f7a33795f54 <vm_exec_core+1988>, 0x7f7a33795ea2 <vm_exec_core+1810>, 0x7f7a33795e62 <vm_exec_core+1746>, 0x7f7a33795dbb <vm_exec_core+1579>, 0x7f7a33795d2f <vm_exec_core+1439>, 0x7f7a33795c96 <vm_exec_core+1286>, 0x7f7a33795bd9 <vm_exec_core+1097>, 0x7f7a33795b48 <vm_exec_core+952>, 0x7f7a337959bb <vm_exec_core+555>, 0x7f7a33795958 <vm_exec_core+456>, 0x7f7a337958ea <vm_exec_core+346>, 0x7f7a33795859 <vm_exec_core+201>, 0x7f7a337999d3 <vm_exec_core+16963>, 0x7f7a33797f7e <vm_exec_core+10222>, 0x7f7a33797ec9 <vm_exec_core+10041>, 0x7f7a337999bd <vm_exec_core+16941>, 0x7f7a33797e14 <vm_exec_core+9860>, 0x7f7a33797d23 <vm_exec_core+9619>, 0x7f7a33797ba0 <vm_exec_core+9232>, 0x7f7a33797a43 <vm_exec_core+8883>, 0x7f7a337979a4 <vm_exec_core+8724>, 0x7f7a33798adb <vm_exec_core+13131>, 0x7f7a3379812a <vm_exec_core+10650>, 0x7f7a337980cb <vm_exec_core+10555>, 0x7f7a3379806c <vm_exec_core+10460>, 0x7f7a33798010 <vm_exec_core+10368>, 0x7f7a3379829e <vm_exec_core+11022>, 0x7f7a3379817c <vm_exec_core+10732>, 0x7f7a337999a7 <vm_exec_core+16919>, 0x7f7a33799991 <vm_exec_core+16897>, 0x7f7a3379997b <vm_exec_core+16875>, 0x7f7a33799965 <vm_exec_core+16853>, 0x7f7a3379994f <vm_exec_core+16831>, 0x7f7a33799939 <vm_exec_core+16809>, 0x7f7a3379991c <vm_exec_core+16780>, 0x7f7a33799906 <vm_exec_core+16758>, 0x7f7a337998f0 <vm_exec_core+16736>, 0x7f7a337998da <vm_exec_core+16714>, 0x7f7a337998c4 <vm_exec_core+16692>, 0x7f7a337998ae <vm_exec_core+16670>, 0x7f7a33799898 <vm_exec_core+16648>, 0x7f7a33799882 <vm_exec_core+16626>, 0x7f7a3379986c <vm_exec_core+16604>, 0x7f7a33799856 <vm_exec_core+16582>, 0x7f7a337978c4 <vm_exec_core+8500>, 0x7f7a33797844 <vm_exec_core+8372>, 0x7f7a33799840 <vm_exec_core+16560>, 0x7f7a3379982a <vm_exec_core+16538>, 0x7f7a33799814 <vm_exec_core+16516>, 0x7f7a337997fe <vm_exec_core+16494>, 0x7f7a337957d3 <vm_exec_core+67>, 0x7f7a337957d7 <vm_exec_core+71>, 0x7f7a33798884 <vm_exec_core+12532>, 0x7f7a337987e0 <vm_exec_core+12368>, 0x7f7a33798715 <vm_exec_core+12165>, 0x7f7a3379866f <vm_exec_core+11999>, 0x7f7a33798a41 <vm_exec_core+12977>, 0x7f7a3379892b <vm_exec_core+12699>, 0x7f7a337989b2 <vm_exec_core+12834>...}
        __func__ = "vm_exec_core"
#41 0x00007f7a3379cfda in rb_vm_exec (ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2467
        _ec = 0x562de5b022f0
        _tag = {tag = 36, retval = 4, buf = {0x562de5b022f0, 0x7f7a3379cff0 <rb_vm_exec+496>, 0x0, 0x7ffd6d1083c0, 0x55550083}, prev = 0x7ffd6d108740, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#42 0x00007f7a337a2613 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffd6d1084a8, argc=1, ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1617
No locals.
#43 vm_yield (kw_splat=0, argv=0x7ffd6d1084a8, argc=1, ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1625
No locals.
#44 rb_yield_0 (argv=0x7ffd6d1084a8, argc=1) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#45 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#46 0x00007f7a335155da in rb_ary_each (ary=140162733065616) at /tmp/ruby/src/trunk-asserts-nopara/array.c:2532
        i = 478
#47 0x00007f7a33785069 in vm_call_cfunc_with_frame_ (ec=0x562de5b022f0, reg_cfp=0x7f7a3308fbe8, calling=<optimized out>, argc=0, argv=0x7f7a32f90348, stack_bottom=0x7f7a32f90340) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0xbe100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f7a2f202ae0
        cfunc = <optimized out>
        recv = 140162733065616
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        __func__ = "vm_call_cfunc_with_frame_"
        args = <optimized out>
        args = <optimized out>
#48 0x00007f7a3378934a in vm_sendish (ec=0x562de5b022f0, reg_cfp=0x7f7a3308fbe8, cd=0x562de5ce7fa0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_callinfo.h:407
        val = 36
        ci = <optimized out>
        cc = 0x7f7a2f5d1a80
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x562de5ce7fa0, cc = 0x7f7a2d98ffd0, block_handler = 140162818964481, recv = 140162733065616, argc = 0, kw_splat = false, heap_argv = 0}
#49 0x00007f7a337958c5 in vm_exec_core (ec=0x562de5b022f0) at ../../src/trunk-asserts-nopara/insns.def:802
        bh = <optimized out>
        blockiseq = 0x7f7a31245d50
        leaf = false
        val = <optimized out>
        canary = 0x0
        cd = 0x562de5ce7fa0
        reg_pc = 0x562de5c78708
        reg_cfp = 0x7f7a3308fbe8
        insns_address_table = {0x7f7a337983b4 <vm_exec_core+11300>, 0x7f7a337984db <vm_exec_core+11595>, 0x7f7a3379842c <vm_exec_core+11420>, 0x7f7a3379859c <vm_exec_core+11788>, 0x7f7a3379651e <vm_exec_core+3470>, 0x7f7a33796ce5 <vm_exec_core+5461>, 0x7f7a33796c1d <vm_exec_core+5261>, 0x7f7a33796dca <vm_exec_core+5690>, 0x7f7a33796a16 <vm_exec_core+4742>, 0x7f7a33796fed <vm_exec_core+6237>, 0x7f7a33796aae <vm_exec_core+4894>, 0x7f7a33796e5c <vm_exec_core+5836>, 0x7f7a337969a1 <vm_exec_core+4625>, 0x7f7a3379691e <vm_exec_core+4494>, 0x7f7a33796899 <vm_exec_core+4361>, 0x7f7a3379682c <vm_exec_core+4252>, 0x7f7a337967d4 <vm_exec_core+4164>, 0x7f7a33796760 <vm_exec_core+4048>, 0x7f7a337966db <vm_exec_core+3915>, 0x7f7a33796685 <vm_exec_core+3829>, 0x7f7a337965fc <vm_exec_core+3692>, 0x7f7a3379766e <vm_exec_core+7902>, 0x7f7a337975d5 <vm_exec_core+7749>, 0x7f7a33797700 <vm_exec_core+8048>, 0x7f7a337972e3 <vm_exec_core+6995>, 0x7f7a3379725b <vm_exec_core+6859>, 0x7f7a337971b0 <vm_exec_core+6688>, 0x7f7a337970e6 <vm_exec_core+6486>, 0x7f7a33797059 <vm_exec_core+6345>, 0x7f7a337977af <vm_exec_core+8223>, 0x7f7a33797394 <vm_exec_core+7172>, 0x7f7a3379646c <vm_exec_core+3292>, 0x7f7a337963e6 <vm_exec_core+3158>, 0x7f7a33796363 <vm_exec_core+3027>, 0x7f7a337962cd <vm_exec_core+2877>, 0x7f7a33796267 <vm_exec_core+2775>, 0x7f7a337961e3 <vm_exec_core+2643>, 0x7f7a33796180 <vm_exec_core+2544>, 0x7f7a33795ffc <vm_exec_core+2156>, 0x7f7a3379607b <vm_exec_core+2283>, 0x7f7a33795f65 <vm_exec_core+2005>, 0x7f7a33795eb3 <vm_exec_core+1827>, 0x7f7a33795e73 <vm_exec_core+1763>, 0x7f7a33795dcc <vm_exec_core+1596>, 0x7f7a33795d40 <vm_exec_core+1456>, 0x7f7a33795ca7 <vm_exec_core+1303>, 0x7f7a33795bea <vm_exec_core+1114>, 0x7f7a33795b59 <vm_exec_core+969>, 0x7f7a337959cc <vm_exec_core+572>, 0x7f7a33795969 <vm_exec_core+473>, 0x7f7a337958fb <vm_exec_core+363>, 0x7f7a3379586a <vm_exec_core+218>, 0x7f7a337957f0 <vm_exec_core+96>, 0x7f7a33797f8f <vm_exec_core+10239>, 0x7f7a33797eda <vm_exec_core+10058>, 0x7f7a33799fc5 <vm_exec_core+18485>, 0x7f7a33797e25 <vm_exec_core+9877>, 0x7f7a33797d34 <vm_exec_core+9636>, 0x7f7a33797bb1 <vm_exec_core+9249>, 0x7f7a33797a54 <vm_exec_core+8900>, 0x7f7a337979b5 <vm_exec_core+8741>, 0x7f7a33798aec <vm_exec_core+13148>, 0x7f7a3379813b <vm_exec_core+10667>, 0x7f7a337980dc <vm_exec_core+10572>, 0x7f7a3379807d <vm_exec_core+10477>, 0x7f7a33798021 <vm_exec_core+10385>, 0x7f7a337982af <vm_exec_core+11039>, 0x7f7a3379818d <vm_exec_core+10749>, 0x7f7a33799eb1 <vm_exec_core+18209>, 0x7f7a33799d99 <vm_exec_core+17929>, 0x7f7a33799c85 <vm_exec_core+17653>, 0x7f7a33799bc6 <vm_exec_core+17462>, 0x7f7a33799add <vm_exec_core+17229>, 0x7f7a337999e9 <vm_exec_core+16985>, 0x7f7a3379acc6 <vm_exec_core+21814>, 0x7f7a3379abb9 <vm_exec_core+21545>, 0x7f7a3379aab1 <vm_exec_core+21281>, 0x7f7a3379a9a4 <vm_exec_core+21012>, 0x7f7a3379a89c <vm_exec_core+20748>, 0x7f7a3379a7cd <vm_exec_core+20541>, 0x7f7a3379a716 <vm_exec_core+20358>, 0x7f7a3379a655 <vm_exec_core+20165>, 0x7f7a3379a5a0 <vm_exec_core+19984>, 0x7f7a3379a4c7 <vm_exec_core+19767>, 0x7f7a337978d5 <vm_exec_core+8517>, 0x7f7a33797855 <vm_exec_core+8389>, 0x7f7a3379a42a <vm_exec_core+19610>, 0x7f7a3379a38d <vm_exec_core+19453>, 0x7f7a3379a2e3 <vm_exec_core+19283>, 0x7f7a3379a21b <vm_exec_core+19083>, 0x7f7a3379a147 <vm_exec_core+18871>, 0x7f7a3379a078 <vm_exec_core+18664>, 0x7f7a33798895 <vm_exec_core+12549>, 0x7f7a337987f1 <vm_exec_core+12385>, 0x7f7a33798726 <vm_exec_core+12182>, 0x7f7a33798680 <vm_exec_core+12016>, 0x7f7a33798a52 <vm_exec_core+12994>, 0x7f7a3379893c <vm_exec_core+12716>, 0x7f7a337989c3 <vm_exec_core+12851>, 0x7f7a3379796e <vm_exec_core+8670>, 0x7f7a337983e5 <vm_exec_core+11349>, 0x7f7a337983a3 <vm_exec_core+11283>, 0x7f7a337984ca <vm_exec_core+11578>, 0x7f7a3379841b <vm_exec_core+11403>, 0x7f7a3379858b <vm_exec_core+11771>, 0x7f7a3379650d <vm_exec_core+3453>, 0x7f7a33796cd4 <vm_exec_core+5444>, 0x7f7a33796c0c <vm_exec_core+5244>, 0x7f7a33796db9 <vm_exec_core+5673>, 0x7f7a33796a05 <vm_exec_core+4725>, 0x7f7a33796fdc <vm_exec_core+6220>, 0x7f7a33796a9d <vm_exec_core+4877>, 0x7f7a33796e4b <vm_exec_core+5819>, 0x7f7a33796990 <vm_exec_core+4608>, 0x7f7a3379690d <vm_exec_core+4477>, 0x7f7a33796888 <vm_exec_core+4344>, 0x7f7a3379681b <vm_exec_core+4235>, 0x7f7a337967c3 <vm_exec_core+4147>, 0x7f7a3379674f <vm_exec_core+4031>, 0x7f7a337966ca <vm_exec_core+3898>, 0x7f7a33796674 <vm_exec_core+3812>, 0x7f7a337965eb <vm_exec_core+3675>, 0x7f7a3379765d <vm_exec_core+7885>, 0x7f7a337975c4 <vm_exec_core+7732>, 0x7f7a337976ef <vm_exec_core+8031>, 0x7f7a337972d2 <vm_exec_core+6978>, 0x7f7a3379724a <vm_exec_core+6842>, 0x7f7a3379719f <vm_exec_core+6671>, 0x7f7a337970d5 <vm_exec_core+6469>, 0x7f7a33797048 <vm_exec_core+6328>, 0x7f7a3379779e <vm_exec_core+8206>, 0x7f7a33797383 <vm_exec_core+7155>, 0x7f7a3379645b <vm_exec_core+3275>, 0x7f7a337963d5 <vm_exec_core+3141>, 0x7f7a33796352 <vm_exec_core+3010>, 0x7f7a337962bc <vm_exec_core+2860>, 0x7f7a33796256 <vm_exec_core+2758>, 0x7f7a337961d2 <vm_exec_core+2626>, 0x7f7a3379616f <vm_exec_core+2527>, 0x7f7a33795feb <vm_exec_core+2139>, 0x7f7a3379606a <vm_exec_core+2266>, 0x7f7a33795f54 <vm_exec_core+1988>, 0x7f7a33795ea2 <vm_exec_core+1810>, 0x7f7a33795e62 <vm_exec_core+1746>, 0x7f7a33795dbb <vm_exec_core+1579>, 0x7f7a33795d2f <vm_exec_core+1439>, 0x7f7a33795c96 <vm_exec_core+1286>, 0x7f7a33795bd9 <vm_exec_core+1097>, 0x7f7a33795b48 <vm_exec_core+952>, 0x7f7a337959bb <vm_exec_core+555>, 0x7f7a33795958 <vm_exec_core+456>, 0x7f7a337958ea <vm_exec_core+346>, 0x7f7a33795859 <vm_exec_core+201>, 0x7f7a337999d3 <vm_exec_core+16963>, 0x7f7a33797f7e <vm_exec_core+10222>, 0x7f7a33797ec9 <vm_exec_core+10041>, 0x7f7a337999bd <vm_exec_core+16941>, 0x7f7a33797e14 <vm_exec_core+9860>, 0x7f7a33797d23 <vm_exec_core+9619>, 0x7f7a33797ba0 <vm_exec_core+9232>, 0x7f7a33797a43 <vm_exec_core+8883>, 0x7f7a337979a4 <vm_exec_core+8724>, 0x7f7a33798adb <vm_exec_core+13131>, 0x7f7a3379812a <vm_exec_core+10650>, 0x7f7a337980cb <vm_exec_core+10555>, 0x7f7a3379806c <vm_exec_core+10460>, 0x7f7a33798010 <vm_exec_core+10368>, 0x7f7a3379829e <vm_exec_core+11022>, 0x7f7a3379817c <vm_exec_core+10732>, 0x7f7a337999a7 <vm_exec_core+16919>, 0x7f7a33799991 <vm_exec_core+16897>, 0x7f7a3379997b <vm_exec_core+16875>, 0x7f7a33799965 <vm_exec_core+16853>, 0x7f7a3379994f <vm_exec_core+16831>, 0x7f7a33799939 <vm_exec_core+16809>, 0x7f7a3379991c <vm_exec_core+16780>, 0x7f7a33799906 <vm_exec_core+16758>, 0x7f7a337998f0 <vm_exec_core+16736>, 0x7f7a337998da <vm_exec_core+16714>, 0x7f7a337998c4 <vm_exec_core+16692>, 0x7f7a337998ae <vm_exec_core+16670>, 0x7f7a33799898 <vm_exec_core+16648>, 0x7f7a33799882 <vm_exec_core+16626>, 0x7f7a3379986c <vm_exec_core+16604>, 0x7f7a33799856 <vm_exec_core+16582>, 0x7f7a337978c4 <vm_exec_core+8500>, 0x7f7a33797844 <vm_exec_core+8372>, 0x7f7a33799840 <vm_exec_core+16560>, 0x7f7a3379982a <vm_exec_core+16538>, 0x7f7a33799814 <vm_exec_core+16516>, 0x7f7a337997fe <vm_exec_core+16494>, 0x7f7a337957d3 <vm_exec_core+67>, 0x7f7a337957d7 <vm_exec_core+71>, 0x7f7a33798884 <vm_exec_core+12532>, 0x7f7a337987e0 <vm_exec_core+12368>, 0x7f7a33798715 <vm_exec_core+12165>, 0x7f7a3379866f <vm_exec_core+11999>, 0x7f7a33798a41 <vm_exec_core+12977>, 0x7f7a3379892b <vm_exec_core+12699>, 0x7f7a337989b2 <vm_exec_core+12834>...}
        __func__ = "vm_exec_core"
#50 0x00007f7a3379cfda in rb_vm_exec (ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2467
        _ec = 0x562de5b022f0
        _tag = {tag = 36, retval = 4, buf = {0x562de5b022f0, 0x7f7a3379cff0 <rb_vm_exec+496>, 0x0, 0x7ffd6d108710, 0x55550083}, prev = 0x7ffd6d108a90, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#51 0x00007f7a337a2613 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffd6d1087f8, argc=1, ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1617
No locals.
#52 vm_yield (kw_splat=0, argv=0x7ffd6d1087f8, argc=1, ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1625
No locals.
#53 rb_yield_0 (argv=0x7ffd6d1087f8, argc=1) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#54 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#55 0x00007f7a335155da in rb_ary_each (ary=140162733066288) at /tmp/ruby/src/trunk-asserts-nopara/array.c:2532
        i = 0
#56 0x00007f7a33785069 in vm_call_cfunc_with_frame_ (ec=0x562de5b022f0, reg_cfp=0x7f7a3308fd70, calling=<optimized out>, argc=0, argv=0x7f7a32f901e8, stack_bottom=0x7f7a32f901e0) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0xbe100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f7a2f202ae0
        cfunc = <optimized out>
        recv = 140162733066288
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        __func__ = "vm_call_cfunc_with_frame_"
        args = <optimized out>
        args = <optimized out>
#57 0x00007f7a3378934a in vm_sendish (ec=0x562de5b022f0, reg_cfp=0x7f7a3308fd70, cd=0x562de5c25020, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_callinfo.h:407
        val = 36
        ci = <optimized out>
        cc = 0x7f7a2f5d1a80
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x562de5c25020, cc = 0x7f7a2dea4800, block_handler = 140162818964873, recv = 140162733066288, argc = 0, kw_splat = false, heap_argv = 0}
#58 0x00007f7a337958c5 in vm_exec_core (ec=0x562de5b022f0) at ../../src/trunk-asserts-nopara/insns.def:802
        bh = <optimized out>
        blockiseq = 0x7f7a31aa1ec0
        leaf = false
        val = <optimized out>
        canary = 0x0
        cd = 0x562de5c25020
        reg_pc = 0x562de5c82ed0
        reg_cfp = 0x7f7a3308fd70
        insns_address_table = {0x7f7a337983b4 <vm_exec_core+11300>, 0x7f7a337984db <vm_exec_core+11595>, 0x7f7a3379842c <vm_exec_core+11420>, 0x7f7a3379859c <vm_exec_core+11788>, 0x7f7a3379651e <vm_exec_core+3470>, 0x7f7a33796ce5 <vm_exec_core+5461>, 0x7f7a33796c1d <vm_exec_core+5261>, 0x7f7a33796dca <vm_exec_core+5690>, 0x7f7a33796a16 <vm_exec_core+4742>, 0x7f7a33796fed <vm_exec_core+6237>, 0x7f7a33796aae <vm_exec_core+4894>, 0x7f7a33796e5c <vm_exec_core+5836>, 0x7f7a337969a1 <vm_exec_core+4625>, 0x7f7a3379691e <vm_exec_core+4494>, 0x7f7a33796899 <vm_exec_core+4361>, 0x7f7a3379682c <vm_exec_core+4252>, 0x7f7a337967d4 <vm_exec_core+4164>, 0x7f7a33796760 <vm_exec_core+4048>, 0x7f7a337966db <vm_exec_core+3915>, 0x7f7a33796685 <vm_exec_core+3829>, 0x7f7a337965fc <vm_exec_core+3692>, 0x7f7a3379766e <vm_exec_core+7902>, 0x7f7a337975d5 <vm_exec_core+7749>, 0x7f7a33797700 <vm_exec_core+8048>, 0x7f7a337972e3 <vm_exec_core+6995>, 0x7f7a3379725b <vm_exec_core+6859>, 0x7f7a337971b0 <vm_exec_core+6688>, 0x7f7a337970e6 <vm_exec_core+6486>, 0x7f7a33797059 <vm_exec_core+6345>, 0x7f7a337977af <vm_exec_core+8223>, 0x7f7a33797394 <vm_exec_core+7172>, 0x7f7a3379646c <vm_exec_core+3292>, 0x7f7a337963e6 <vm_exec_core+3158>, 0x7f7a33796363 <vm_exec_core+3027>, 0x7f7a337962cd <vm_exec_core+2877>, 0x7f7a33796267 <vm_exec_core+2775>, 0x7f7a337961e3 <vm_exec_core+2643>, 0x7f7a33796180 <vm_exec_core+2544>, 0x7f7a33795ffc <vm_exec_core+2156>, 0x7f7a3379607b <vm_exec_core+2283>, 0x7f7a33795f65 <vm_exec_core+2005>, 0x7f7a33795eb3 <vm_exec_core+1827>, 0x7f7a33795e73 <vm_exec_core+1763>, 0x7f7a33795dcc <vm_exec_core+1596>, 0x7f7a33795d40 <vm_exec_core+1456>, 0x7f7a33795ca7 <vm_exec_core+1303>, 0x7f7a33795bea <vm_exec_core+1114>, 0x7f7a33795b59 <vm_exec_core+969>, 0x7f7a337959cc <vm_exec_core+572>, 0x7f7a33795969 <vm_exec_core+473>, 0x7f7a337958fb <vm_exec_core+363>, 0x7f7a3379586a <vm_exec_core+218>, 0x7f7a337957f0 <vm_exec_core+96>, 0x7f7a33797f8f <vm_exec_core+10239>, 0x7f7a33797eda <vm_exec_core+10058>, 0x7f7a33799fc5 <vm_exec_core+18485>, 0x7f7a33797e25 <vm_exec_core+9877>, 0x7f7a33797d34 <vm_exec_core+9636>, 0x7f7a33797bb1 <vm_exec_core+9249>, 0x7f7a33797a54 <vm_exec_core+8900>, 0x7f7a337979b5 <vm_exec_core+8741>, 0x7f7a33798aec <vm_exec_core+13148>, 0x7f7a3379813b <vm_exec_core+10667>, 0x7f7a337980dc <vm_exec_core+10572>, 0x7f7a3379807d <vm_exec_core+10477>, 0x7f7a33798021 <vm_exec_core+10385>, 0x7f7a337982af <vm_exec_core+11039>, 0x7f7a3379818d <vm_exec_core+10749>, 0x7f7a33799eb1 <vm_exec_core+18209>, 0x7f7a33799d99 <vm_exec_core+17929>, 0x7f7a33799c85 <vm_exec_core+17653>, 0x7f7a33799bc6 <vm_exec_core+17462>, 0x7f7a33799add <vm_exec_core+17229>, 0x7f7a337999e9 <vm_exec_core+16985>, 0x7f7a3379acc6 <vm_exec_core+21814>, 0x7f7a3379abb9 <vm_exec_core+21545>, 0x7f7a3379aab1 <vm_exec_core+21281>, 0x7f7a3379a9a4 <vm_exec_core+21012>, 0x7f7a3379a89c <vm_exec_core+20748>, 0x7f7a3379a7cd <vm_exec_core+20541>, 0x7f7a3379a716 <vm_exec_core+20358>, 0x7f7a3379a655 <vm_exec_core+20165>, 0x7f7a3379a5a0 <vm_exec_core+19984>, 0x7f7a3379a4c7 <vm_exec_core+19767>, 0x7f7a337978d5 <vm_exec_core+8517>, 0x7f7a33797855 <vm_exec_core+8389>, 0x7f7a3379a42a <vm_exec_core+19610>, 0x7f7a3379a38d <vm_exec_core+19453>, 0x7f7a3379a2e3 <vm_exec_core+19283>, 0x7f7a3379a21b <vm_exec_core+19083>, 0x7f7a3379a147 <vm_exec_core+18871>, 0x7f7a3379a078 <vm_exec_core+18664>, 0x7f7a33798895 <vm_exec_core+12549>, 0x7f7a337987f1 <vm_exec_core+12385>, 0x7f7a33798726 <vm_exec_core+12182>, 0x7f7a33798680 <vm_exec_core+12016>, 0x7f7a33798a52 <vm_exec_core+12994>, 0x7f7a3379893c <vm_exec_core+12716>, 0x7f7a337989c3 <vm_exec_core+12851>, 0x7f7a3379796e <vm_exec_core+8670>, 0x7f7a337983e5 <vm_exec_core+11349>, 0x7f7a337983a3 <vm_exec_core+11283>, 0x7f7a337984ca <vm_exec_core+11578>, 0x7f7a3379841b <vm_exec_core+11403>, 0x7f7a3379858b <vm_exec_core+11771>, 0x7f7a3379650d <vm_exec_core+3453>, 0x7f7a33796cd4 <vm_exec_core+5444>, 0x7f7a33796c0c <vm_exec_core+5244>, 0x7f7a33796db9 <vm_exec_core+5673>, 0x7f7a33796a05 <vm_exec_core+4725>, 0x7f7a33796fdc <vm_exec_core+6220>, 0x7f7a33796a9d <vm_exec_core+4877>, 0x7f7a33796e4b <vm_exec_core+5819>, 0x7f7a33796990 <vm_exec_core+4608>, 0x7f7a3379690d <vm_exec_core+4477>, 0x7f7a33796888 <vm_exec_core+4344>, 0x7f7a3379681b <vm_exec_core+4235>, 0x7f7a337967c3 <vm_exec_core+4147>, 0x7f7a3379674f <vm_exec_core+4031>, 0x7f7a337966ca <vm_exec_core+3898>, 0x7f7a33796674 <vm_exec_core+3812>, 0x7f7a337965eb <vm_exec_core+3675>, 0x7f7a3379765d <vm_exec_core+7885>, 0x7f7a337975c4 <vm_exec_core+7732>, 0x7f7a337976ef <vm_exec_core+8031>, 0x7f7a337972d2 <vm_exec_core+6978>, 0x7f7a3379724a <vm_exec_core+6842>, 0x7f7a3379719f <vm_exec_core+6671>, 0x7f7a337970d5 <vm_exec_core+6469>, 0x7f7a33797048 <vm_exec_core+6328>, 0x7f7a3379779e <vm_exec_core+8206>, 0x7f7a33797383 <vm_exec_core+7155>, 0x7f7a3379645b <vm_exec_core+3275>, 0x7f7a337963d5 <vm_exec_core+3141>, 0x7f7a33796352 <vm_exec_core+3010>, 0x7f7a337962bc <vm_exec_core+2860>, 0x7f7a33796256 <vm_exec_core+2758>, 0x7f7a337961d2 <vm_exec_core+2626>, 0x7f7a3379616f <vm_exec_core+2527>, 0x7f7a33795feb <vm_exec_core+2139>, 0x7f7a3379606a <vm_exec_core+2266>, 0x7f7a33795f54 <vm_exec_core+1988>, 0x7f7a33795ea2 <vm_exec_core+1810>, 0x7f7a33795e62 <vm_exec_core+1746>, 0x7f7a33795dbb <vm_exec_core+1579>, 0x7f7a33795d2f <vm_exec_core+1439>, 0x7f7a33795c96 <vm_exec_core+1286>, 0x7f7a33795bd9 <vm_exec_core+1097>, 0x7f7a33795b48 <vm_exec_core+952>, 0x7f7a337959bb <vm_exec_core+555>, 0x7f7a33795958 <vm_exec_core+456>, 0x7f7a337958ea <vm_exec_core+346>, 0x7f7a33795859 <vm_exec_core+201>, 0x7f7a337999d3 <vm_exec_core+16963>, 0x7f7a33797f7e <vm_exec_core+10222>, 0x7f7a33797ec9 <vm_exec_core+10041>, 0x7f7a337999bd <vm_exec_core+16941>, 0x7f7a33797e14 <vm_exec_core+9860>, 0x7f7a33797d23 <vm_exec_core+9619>, 0x7f7a33797ba0 <vm_exec_core+9232>, 0x7f7a33797a43 <vm_exec_core+8883>, 0x7f7a337979a4 <vm_exec_core+8724>, 0x7f7a33798adb <vm_exec_core+13131>, 0x7f7a3379812a <vm_exec_core+10650>, 0x7f7a337980cb <vm_exec_core+10555>, 0x7f7a3379806c <vm_exec_core+10460>, 0x7f7a33798010 <vm_exec_core+10368>, 0x7f7a3379829e <vm_exec_core+11022>, 0x7f7a3379817c <vm_exec_core+10732>, 0x7f7a337999a7 <vm_exec_core+16919>, 0x7f7a33799991 <vm_exec_core+16897>, 0x7f7a3379997b <vm_exec_core+16875>, 0x7f7a33799965 <vm_exec_core+16853>, 0x7f7a3379994f <vm_exec_core+16831>, 0x7f7a33799939 <vm_exec_core+16809>, 0x7f7a3379991c <vm_exec_core+16780>, 0x7f7a33799906 <vm_exec_core+16758>, 0x7f7a337998f0 <vm_exec_core+16736>, 0x7f7a337998da <vm_exec_core+16714>, 0x7f7a337998c4 <vm_exec_core+16692>, 0x7f7a337998ae <vm_exec_core+16670>, 0x7f7a33799898 <vm_exec_core+16648>, 0x7f7a33799882 <vm_exec_core+16626>, 0x7f7a3379986c <vm_exec_core+16604>, 0x7f7a33799856 <vm_exec_core+16582>, 0x7f7a337978c4 <vm_exec_core+8500>, 0x7f7a33797844 <vm_exec_core+8372>, 0x7f7a33799840 <vm_exec_core+16560>, 0x7f7a3379982a <vm_exec_core+16538>, 0x7f7a33799814 <vm_exec_core+16516>, 0x7f7a337997fe <vm_exec_core+16494>, 0x7f7a337957d3 <vm_exec_core+67>, 0x7f7a337957d7 <vm_exec_core+71>, 0x7f7a33798884 <vm_exec_core+12532>, 0x7f7a337987e0 <vm_exec_core+12368>, 0x7f7a33798715 <vm_exec_core+12165>, 0x7f7a3379866f <vm_exec_core+11999>, 0x7f7a33798a41 <vm_exec_core+12977>, 0x7f7a3379892b <vm_exec_core+12699>, 0x7f7a337989b2 <vm_exec_core+12834>...}
        __func__ = "vm_exec_core"
#59 0x00007f7a3379d33c in vm_exec_loop (result=<optimized out>, tag=0x7ffd6d108a90, state=<optimized out>, ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2494
        vm_loop_start = <optimized out>
        __func__ = "vm_exec_loop"
#60 rb_vm_exec (ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2473
        _ec = 0x562de5b022f0
        _tag = {tag = 36, retval = 4, buf = {0x7f7a31212bd0, 0x7f7a3379cff0 <rb_vm_exec+496>, 0x0, 0x7ffd6d108a60, 0x7f7a3308ff30}, prev = 0x7ffd6d108c90, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#61 0x00007f7a33626f1f in load_iseq_eval (fname=140162786995104, ec=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/load.c:739
        iseq = 0x7f7a31212300
        iseq = <optimized out>
        ec = <optimized out>
        v = <optimized out>
        ast = <optimized out>
        parser = <optimized out>
        th = <optimized out>
        realpath_map = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
#62 require_internal (ec=0x562de5b022f0, fname=<optimized out>, exception=1, warn=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/load.c:1247
        handle = <optimized out>
        found = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 140162824451029, buf = {0x7f7a31212bd0, 0x7f7a33626460 <require_internal+1344>, 0x0, 0x7ffd6d108b20, 0x28}, prev = 0x7ffd6d108fa0, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x562de5b01090
        saved = {wrapper = 0, self = 140162817901536, errinfo = 4, ec = 0x562de5b022f0}
        state = <optimized out>
        ftptr = 0x562de5c9d980 "/tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb"
        path = <optimized out>
        saved_path = 140162786995104
        realpath = 140162787091152
        realpaths = <optimized out>
        realpath_map = <optimized out>
        reset_ext_config = false
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#63 0x00007f7a33627c29 in rb_require_string (fname=140162786995152) at /tmp/ruby/src/trunk-asserts-nopara/load.c:1340
        ec = 0x562de5b022f0
        result = <optimized out>
#64 0x00007f7a33785069 in vm_call_cfunc_with_frame_ (ec=0x562de5b022f0, reg_cfp=0x7f7a3308ffa0, calling=<optimized out>, argc=1, argv=0x7f7a32f90050, stack_bottom=0x7f7a32f90048) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0x58c100140003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f7a31212c30
        cfunc = <optimized out>
        recv = 140162817901536
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        __func__ = "vm_call_cfunc_with_frame_"
        args = <optimized out>
        args = <optimized out>
#65 0x00007f7a3378934a in vm_sendish (ec=0x562de5b022f0, reg_cfp=0x7f7a3308ffa0, cd=0x562de5bbacf0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_callinfo.h:407
        val = 36
        ci = <optimized out>
        cc = 0x7f7a31212c00
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x562de5bbacf0, cc = 0x7f7a31212c00, block_handler = 0, recv = 140162817901536, argc = 1, kw_splat = false, heap_argv = 0}
#66 0x00007f7a33795835 in vm_exec_core (ec=0x562de5b022f0) at ../../src/trunk-asserts-nopara/insns.def:822
        bh = 0
        cd = 0x562de5bbacf0
        leaf = false
        val = <optimized out>
        canary = 0x0
        reg_pc = 0x562de5bba8f0
        reg_cfp = 0x7f7a3308ffa0
        insns_address_table = {0x7f7a337983b4 <vm_exec_core+11300>, 0x7f7a337984db <vm_exec_core+11595>, 0x7f7a3379842c <vm_exec_core+11420>, 0x7f7a3379859c <vm_exec_core+11788>, 0x7f7a3379651e <vm_exec_core+3470>, 0x7f7a33796ce5 <vm_exec_core+5461>, 0x7f7a33796c1d <vm_exec_core+5261>, 0x7f7a33796dca <vm_exec_core+5690>, 0x7f7a33796a16 <vm_exec_core+4742>, 0x7f7a33796fed <vm_exec_core+6237>, 0x7f7a33796aae <vm_exec_core+4894>, 0x7f7a33796e5c <vm_exec_core+5836>, 0x7f7a337969a1 <vm_exec_core+4625>, 0x7f7a3379691e <vm_exec_core+4494>, 0x7f7a33796899 <vm_exec_core+4361>, 0x7f7a3379682c <vm_exec_core+4252>, 0x7f7a337967d4 <vm_exec_core+4164>, 0x7f7a33796760 <vm_exec_core+4048>, 0x7f7a337966db <vm_exec_core+3915>, 0x7f7a33796685 <vm_exec_core+3829>, 0x7f7a337965fc <vm_exec_core+3692>, 0x7f7a3379766e <vm_exec_core+7902>, 0x7f7a337975d5 <vm_exec_core+7749>, 0x7f7a33797700 <vm_exec_core+8048>, 0x7f7a337972e3 <vm_exec_core+6995>, 0x7f7a3379725b <vm_exec_core+6859>, 0x7f7a337971b0 <vm_exec_core+6688>, 0x7f7a337970e6 <vm_exec_core+6486>, 0x7f7a33797059 <vm_exec_core+6345>, 0x7f7a337977af <vm_exec_core+8223>, 0x7f7a33797394 <vm_exec_core+7172>, 0x7f7a3379646c <vm_exec_core+3292>, 0x7f7a337963e6 <vm_exec_core+3158>, 0x7f7a33796363 <vm_exec_core+3027>, 0x7f7a337962cd <vm_exec_core+2877>, 0x7f7a33796267 <vm_exec_core+2775>, 0x7f7a337961e3 <vm_exec_core+2643>, 0x7f7a33796180 <vm_exec_core+2544>, 0x7f7a33795ffc <vm_exec_core+2156>, 0x7f7a3379607b <vm_exec_core+2283>, 0x7f7a33795f65 <vm_exec_core+2005>, 0x7f7a33795eb3 <vm_exec_core+1827>, 0x7f7a33795e73 <vm_exec_core+1763>, 0x7f7a33795dcc <vm_exec_core+1596>, 0x7f7a33795d40 <vm_exec_core+1456>, 0x7f7a33795ca7 <vm_exec_core+1303>, 0x7f7a33795bea <vm_exec_core+1114>, 0x7f7a33795b59 <vm_exec_core+969>, 0x7f7a337959cc <vm_exec_core+572>, 0x7f7a33795969 <vm_exec_core+473>, 0x7f7a337958fb <vm_exec_core+363>, 0x7f7a3379586a <vm_exec_core+218>, 0x7f7a337957f0 <vm_exec_core+96>, 0x7f7a33797f8f <vm_exec_core+10239>, 0x7f7a33797eda <vm_exec_core+10058>, 0x7f7a33799fc5 <vm_exec_core+18485>, 0x7f7a33797e25 <vm_exec_core+9877>, 0x7f7a33797d34 <vm_exec_core+9636>, 0x7f7a33797bb1 <vm_exec_core+9249>, 0x7f7a33797a54 <vm_exec_core+8900>, 0x7f7a337979b5 <vm_exec_core+8741>, 0x7f7a33798aec <vm_exec_core+13148>, 0x7f7a3379813b <vm_exec_core+10667>, 0x7f7a337980dc <vm_exec_core+10572>, 0x7f7a3379807d <vm_exec_core+10477>, 0x7f7a33798021 <vm_exec_core+10385>, 0x7f7a337982af <vm_exec_core+11039>, 0x7f7a3379818d <vm_exec_core+10749>, 0x7f7a33799eb1 <vm_exec_core+18209>, 0x7f7a33799d99 <vm_exec_core+17929>, 0x7f7a33799c85 <vm_exec_core+17653>, 0x7f7a33799bc6 <vm_exec_core+17462>, 0x7f7a33799add <vm_exec_core+17229>, 0x7f7a337999e9 <vm_exec_core+16985>, 0x7f7a3379acc6 <vm_exec_core+21814>, 0x7f7a3379abb9 <vm_exec_core+21545>, 0x7f7a3379aab1 <vm_exec_core+21281>, 0x7f7a3379a9a4 <vm_exec_core+21012>, 0x7f7a3379a89c <vm_exec_core+20748>, 0x7f7a3379a7cd <vm_exec_core+20541>, 0x7f7a3379a716 <vm_exec_core+20358>, 0x7f7a3379a655 <vm_exec_core+20165>, 0x7f7a3379a5a0 <vm_exec_core+19984>, 0x7f7a3379a4c7 <vm_exec_core+19767>, 0x7f7a337978d5 <vm_exec_core+8517>, 0x7f7a33797855 <vm_exec_core+8389>, 0x7f7a3379a42a <vm_exec_core+19610>, 0x7f7a3379a38d <vm_exec_core+19453>, 0x7f7a3379a2e3 <vm_exec_core+19283>, 0x7f7a3379a21b <vm_exec_core+19083>, 0x7f7a3379a147 <vm_exec_core+18871>, 0x7f7a3379a078 <vm_exec_core+18664>, 0x7f7a33798895 <vm_exec_core+12549>, 0x7f7a337987f1 <vm_exec_core+12385>, 0x7f7a33798726 <vm_exec_core+12182>, 0x7f7a33798680 <vm_exec_core+12016>, 0x7f7a33798a52 <vm_exec_core+12994>, 0x7f7a3379893c <vm_exec_core+12716>, 0x7f7a337989c3 <vm_exec_core+12851>, 0x7f7a3379796e <vm_exec_core+8670>, 0x7f7a337983e5 <vm_exec_core+11349>, 0x7f7a337983a3 <vm_exec_core+11283>, 0x7f7a337984ca <vm_exec_core+11578>, 0x7f7a3379841b <vm_exec_core+11403>, 0x7f7a3379858b <vm_exec_core+11771>, 0x7f7a3379650d <vm_exec_core+3453>, 0x7f7a33796cd4 <vm_exec_core+5444>, 0x7f7a33796c0c <vm_exec_core+5244>, 0x7f7a33796db9 <vm_exec_core+5673>, 0x7f7a33796a05 <vm_exec_core+4725>, 0x7f7a33796fdc <vm_exec_core+6220>, 0x7f7a33796a9d <vm_exec_core+4877>, 0x7f7a33796e4b <vm_exec_core+5819>, 0x7f7a33796990 <vm_exec_core+4608>, 0x7f7a3379690d <vm_exec_core+4477>, 0x7f7a33796888 <vm_exec_core+4344>, 0x7f7a3379681b <vm_exec_core+4235>, 0x7f7a337967c3 <vm_exec_core+4147>, 0x7f7a3379674f <vm_exec_core+4031>, 0x7f7a337966ca <vm_exec_core+3898>, 0x7f7a33796674 <vm_exec_core+3812>, 0x7f7a337965eb <vm_exec_core+3675>, 0x7f7a3379765d <vm_exec_core+7885>, 0x7f7a337975c4 <vm_exec_core+7732>, 0x7f7a337976ef <vm_exec_core+8031>, 0x7f7a337972d2 <vm_exec_core+6978>, 0x7f7a3379724a <vm_exec_core+6842>, 0x7f7a3379719f <vm_exec_core+6671>, 0x7f7a337970d5 <vm_exec_core+6469>, 0x7f7a33797048 <vm_exec_core+6328>, 0x7f7a3379779e <vm_exec_core+8206>, 0x7f7a33797383 <vm_exec_core+7155>, 0x7f7a3379645b <vm_exec_core+3275>, 0x7f7a337963d5 <vm_exec_core+3141>, 0x7f7a33796352 <vm_exec_core+3010>, 0x7f7a337962bc <vm_exec_core+2860>, 0x7f7a33796256 <vm_exec_core+2758>, 0x7f7a337961d2 <vm_exec_core+2626>, 0x7f7a3379616f <vm_exec_core+2527>, 0x7f7a33795feb <vm_exec_core+2139>, 0x7f7a3379606a <vm_exec_core+2266>, 0x7f7a33795f54 <vm_exec_core+1988>, 0x7f7a33795ea2 <vm_exec_core+1810>, 0x7f7a33795e62 <vm_exec_core+1746>, 0x7f7a33795dbb <vm_exec_core+1579>, 0x7f7a33795d2f <vm_exec_core+1439>, 0x7f7a33795c96 <vm_exec_core+1286>, 0x7f7a33795bd9 <vm_exec_core+1097>, 0x7f7a33795b48 <vm_exec_core+952>, 0x7f7a337959bb <vm_exec_core+555>, 0x7f7a33795958 <vm_exec_core+456>, 0x7f7a337958ea <vm_exec_core+346>, 0x7f7a33795859 <vm_exec_core+201>, 0x7f7a337999d3 <vm_exec_core+16963>, 0x7f7a33797f7e <vm_exec_core+10222>, 0x7f7a33797ec9 <vm_exec_core+10041>, 0x7f7a337999bd <vm_exec_core+16941>, 0x7f7a33797e14 <vm_exec_core+9860>, 0x7f7a33797d23 <vm_exec_core+9619>, 0x7f7a33797ba0 <vm_exec_core+9232>, 0x7f7a33797a43 <vm_exec_core+8883>, 0x7f7a337979a4 <vm_exec_core+8724>, 0x7f7a33798adb <vm_exec_core+13131>, 0x7f7a3379812a <vm_exec_core+10650>, 0x7f7a337980cb <vm_exec_core+10555>, 0x7f7a3379806c <vm_exec_core+10460>, 0x7f7a33798010 <vm_exec_core+10368>, 0x7f7a3379829e <vm_exec_core+11022>, 0x7f7a3379817c <vm_exec_core+10732>, 0x7f7a337999a7 <vm_exec_core+16919>, 0x7f7a33799991 <vm_exec_core+16897>, 0x7f7a3379997b <vm_exec_core+16875>, 0x7f7a33799965 <vm_exec_core+16853>, 0x7f7a3379994f <vm_exec_core+16831>, 0x7f7a33799939 <vm_exec_core+16809>, 0x7f7a3379991c <vm_exec_core+16780>, 0x7f7a33799906 <vm_exec_core+16758>, 0x7f7a337998f0 <vm_exec_core+16736>, 0x7f7a337998da <vm_exec_core+16714>, 0x7f7a337998c4 <vm_exec_core+16692>, 0x7f7a337998ae <vm_exec_core+16670>, 0x7f7a33799898 <vm_exec_core+16648>, 0x7f7a33799882 <vm_exec_core+16626>, 0x7f7a3379986c <vm_exec_core+16604>, 0x7f7a33799856 <vm_exec_core+16582>, 0x7f7a337978c4 <vm_exec_core+8500>, 0x7f7a33797844 <vm_exec_core+8372>, 0x7f7a33799840 <vm_exec_core+16560>, 0x7f7a3379982a <vm_exec_core+16538>, 0x7f7a33799814 <vm_exec_core+16516>, 0x7f7a337997fe <vm_exec_core+16494>, 0x7f7a337957d3 <vm_exec_core+67>, 0x7f7a337957d7 <vm_exec_core+71>, 0x7f7a33798884 <vm_exec_core+12532>, 0x7f7a337987e0 <vm_exec_core+12368>, 0x7f7a33798715 <vm_exec_core+12165>, 0x7f7a3379866f <vm_exec_core+11999>, 0x7f7a33798a41 <vm_exec_core+12977>, 0x7f7a3379892b <vm_exec_core+12699>, 0x7f7a337989b2 <vm_exec_core+12834>...}
        __func__ = "vm_exec_core"
#67 0x00007f7a3379cfda in rb_vm_exec (ec=0x562de5b022f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2467
        _ec = 0x562de5b022f0
        _tag = {tag = 36, retval = 4, buf = {0x562de5b022f0, 0x7f7a3379cff0 <rb_vm_exec+496>, 0x0, 0x7ffd6d108f70, 0x562de5b022f0}, prev = 0x7ffd6d109060, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#68 0x00007f7a335bae51 in rb_ec_exec_node (ec=0x562de5b022f0, n=0x7f7a31213770) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 94755127042800, buf = {0x562de5b022f0, 0x7f7a335baea8 <rb_ec_exec_node+280>, 0x0, 0x7ffd6d109030, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f7a31213770
#69 0x00007f7a335c193b in ruby_run_node (n=0x7f7a31213770) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:328
        ec = 0x562de5b022f0
        status = 0
#70 0x0000562de44b2187 in rb_main (argv=0x7ffd6d109268, argc=7) at /tmp/ruby/src/trunk-asserts-nopara/main.c:39
        variable_in_this_stack_frame = 140726433256713
#71 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x562de5b01090, native_id: 0x7f7a33091c00
-- Control frame information -----------------------------------------------
c:0032 p:---- s:0182 e:000181 CFUNC  :initialize
c:0031 p:---- s:0179 e:000178 CFUNC  :new
c:0030 p:0019 s:0172 e:000171 BLOCK  /tmp/ruby/src/trunk-asserts-nopara/test/fiddle/test_func.rb:30
c:0029 p:0020 s:0166 e:000165 METHOD /tmp/ruby/src/trunk-asserts-nopara/test/fiddle/helper.rb:179
c:0028 p:0004 s:0161 e:000160 METHOD /tmp/ruby/src/trunk-asserts-nopara/test/fiddle/test_func.rb:29
c:0027 p:0037 s:0157 e:000156 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:200
c:0026 p:0052 s:0151 e:000150 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:168
c:0025 p:0075 s:0142 e:000141 BLOCK  /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1555 [FINISH]
c:0024 p:---- s:0135 e:000134 CFUNC  :map
c:0023 p:0103 s:0131 e:000130 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1542
c:0022 p:0035 s:0119 e:000118 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1335
c:0021 p:0010 s:0112 e:000110 BLOCK  /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:799 [FINISH]
c:0020 p:---- s:0106 e:000105 CFUNC  :each
c:0019 p:0047 s:0102 E:002258 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:797
c:0018 p:0008 s:0095 E:001fc8 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:834
c:0017 p:0127 s:0088 E:001478 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1488
c:0016 p:0016 s:0075 E:002288 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1272
c:0015 p:0005 s:0070 E:001ff0 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1663
c:0014 p:0006 s:0066 E:000358 BLOCK  /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1650 [FINISH]
c:0013 p:---- s:0062 e:000061 CFUNC  :each
c:0012 p:0042 s:0058 E:000328 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1649
c:0011 p:0013 s:0053 E:000388 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1692
c:0010 p:0008 s:0048 E:000810 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1019
c:0009 p:0008 s:0042 E:000850 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:867
c:0008 p:0017 s:0036 E:000888 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:133
c:0007 p:0008 s:0031 E:0000f8 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1256
c:0006 p:0032 s:0026 E:000120 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1774
c:0005 p:0009 s:0022 E:000158 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1778
c:0004 p:0131 s:0017 E:001b48 TOP    /tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb:23 [FINISH]
c:0003 p:---- s:0012 e:000011 CFUNC  :require_relative
c:0002 p:0074 s:0007 E:0009d8 EVAL   /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:16 [FINISH]
c:0001 p:0000 s:0003 E:002630 DUMMY  [FINISH]

th: 0x562de87d6270, native_id: 0x7f7a2d629640
-- Control frame information -----------------------------------------------
c:0003 p:0023 s:0017 e:000016 METHOD <internal:thread_sync>:18
c:0002 p:0019 s:0010 e:000009 BLOCK  /tmp/ruby/src/trunk-asserts-nopara/lib/timeout.rb:102 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 55705) detached]
$ timeout 60 gdb -p 55395 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:938: yes-test-all] Killed

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 55394 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

$ timeout 60 gdb -p 88875 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
raw logfile