# Logfile created on 2023-10-17 14:58:09 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000563afab89120 @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 -fno-inline\"", @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=31600, @logfile="/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20231017-145808", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"]], @make="make", @logger=#<Logger:0x0000563afac11a98 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000563afac11908 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000563afac11750 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20231017-145808", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20231017-145808>, @binmode=false, @mon_data=#<Monitor:0x0000563afac11660>, @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:  84% (10169/12025)
Updating files:  85% (10222/12025)
Updating files:  86% (10342/12025)
Updating files:  87% (10462/12025)
Updating files:  88% (10582/12025)
Updating files:  89% (10703/12025)
Updating files:  90% (10823/12025)
Updating files:  91% (10943/12025)
Updating files:  92% (11063/12025)
Updating files:  93% (11184/12025)
Updating files:  94% (11304/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 -fno-inline"
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 -fno-inline\"" exit with 0.
$$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
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 -fno-inline\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make update-src      DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
Already up to date.
Latest commit hash = 4c54492770
$$$[end] "make update-src      DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make after-update    DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
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 -fno-inline\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
	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 -fno-inline  
	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 -fno-inline\"" exit with 0.
$$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
	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 -fno-inline  
	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 -fno-inline\"" exit with 0.
$$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
	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 -fno-inline  
	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 -fno-inline\"" exit with 0.
$$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
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 -fno-inline  
	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\ -fno-inline" --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 -fno-inline\"" 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=2216
  "--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
     10      11      11      11 ?             -1 Ss    1001   0:00 sh build-loop.sh trunk-asserts-nopara --incremental --process-num=4
     11      13      11      11 ?             -1 Sl    1001   0:00 ruby ./br.rb build_report trunk-asserts-nopara --incremental --process-num=4
     13      16      11      11 ?             -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-145808 --root_dir=/tmp/ruby --timeout=31600 --build_opts='DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"' --no-parallel --add-env=RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE=30 --incremental --process-num=4
     16      17      11      11 ?             -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-145808 --root_dir=/tmp/ruby --timeout=31600 --build_opts=DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline" --no-parallel --add-env=RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE=30 --incremental --process-num=4
     17   55399      11      11 ?             -1 S     1001   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' 
  55399   55400      11      11 ?             -1 S     1001   0:00 make yes-test-all TESTOPTS=--stderr-on-failure
  55400   55710      11      11 ?             -1 Rl    1001 459:26 /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb: TestRDocMarkdown#test_parse_list_bullet_nest
     17   80616      11      11 ?             -1 R     1001   0:00 ps jx
{10=>[11], 11=>[13], 13=>[16], 16=>[17], 17=>[55399, 80616], 55399=>[55400], 55400=>[55710]}
$ timeout 60 gdb -p 55710 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 55744]
[New LWP 80283]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
RB_IMMEDIATE_P (obj=obj@entry=140518361780688) at /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/special_consts.h:313
313	    return obj & RUBY_IMMEDIATE_MASK;

>>> Threads

  Id   Target Id                                           Frame 
* 1    Thread 0x7fccffedac00 (LWP 55710) "ruby"            RB_IMMEDIATE_P (obj=obj@entry=140518361780688) at /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/special_consts.h:313
  2    Thread 0x7fccfa06f640 (LWP 55744) "Timeout stdlib " __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55a55625dce4) at ./nptl/futex-internal.c:57
  3    Thread 0x7fccff0ff640 (LWP 80283) "ruby"            0x00007fcd001e2fde in epoll_wait (epfd=4, events=events@entry=0x7fcd00857b5c <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 3 (Thread 0x7fccff0ff640 (LWP 80283) "ruby"):
#0  0x00007fcd001e2fde in epoll_wait (epfd=4, events=events@entry=0x7fcd00857b5c <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  0x00007fcd0050538c in timer_thread_polling (vm=vm@entry=0x55a54e32fb10) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread_mn.c:721
        r = <optimized out>
#2  0x00007fcd005058aa in timer_thread_func (ptr=0x55a54e32fb10) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2964
        vm = 0x55a54e32fb10
#3  0x00007fcd00151b43 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 = {140517400950832, 4952071269979327617, 140518429292096, 10, 140518446405712, 140517400951184, -4962768280566035327, -4962040180114781055}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007fcd001e2bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 2 (Thread 0x7fccfa06f640 (LWP 55744) "Timeout stdlib "):
#0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55a55625dce4) 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=0x55a55625dce4) 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=0x55a55625dce4, 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  0x00007fcd00150ac1 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55a54e333158, cond=0x55a55625dcb8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fcd001507a0 <__condvar_cleanup_waiting>, __arg = 0x7fccfa06e700, __canceltype = -100210432, __prev = 0x0}
        cbuffer = {wseq = 909, cond = 0x55a55625dcb8, mutex = 0x55a54e333158, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 909
        seq = 454
        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=0x55a55625dcb8, mutex=mutex@entry=0x55a54e333158) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007fcd00501afd in rb_native_cond_wait (cond=<optimized out>, mutex=mutex@entry=0x55a54e333158) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:214
        r = <optimized out>
#6  0x00007fcd00502f78 in thread_sched_wait_running_turn (sched=0x55a54e333158, th=0x55a55625d7f0, can_direct_transfer=false) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:826
        next_th = 0x55a54e332090
        __func__ = "thread_sched_wait_running_turn"
#7  0x00007fcd00503425 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x55a54e333158, th=th@entry=0x55a55625d7f0) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:1071
        can_direct_transfer = <optimized out>
#8  0x00007fcd00503464 in native_sleep (th=th@entry=0x55a55625d7f0, rel=0x0) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:3242
        sched = 0x55a54e333158
#9  0x00007fcd00507fd4 in sleep_forever (th=0x55a55625d7f0, fl=1) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:1329
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00007fcd0050812a in 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 0x00007fcd00508188 in queue_sleep (_args=_args@entry=140518344812880) at /tmp/ruby/src/trunk-asserts-nopara/thread_sync.c:1028
        args = 0x7fccfa06e950
#12 0x00007fcd003ce15e in rb_ensure (b_proc=b_proc@entry=0x7fcd00508170 <queue_sleep>, data1=data1@entry=140518344812880, e_proc=e_proc@entry=0x7fcd004ffcb0 <queue_sleep_done>, data2=data2@entry=140518344812912) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:1009
        _ec = 0x55a55625da10
        _tag = {tag = 36, retval = 140518450607521, buf = {0x55a54e533900, 0x7fcd003ce210 <rb_ensure+432>, 0x0, 0x7fccfa06e840, 0x7fcd004fb278 <RB_SPECIAL_CONST_P+8>}, prev = 0x7fccfa06eab0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x55a55625da10
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fcd004ffcb0 <queue_sleep_done>, data2 = 140518344812912}}
#13 0x00007fcd00505075 in queue_do_pop (self=140518411500480, q=0x55a54e533900, should_block=<optimized out>, timeout=4) at /tmp/ruby/src/trunk-asserts-nopara/thread_sync.c:1103
        ec = 0x55a55625da10
        queue_waiter = {w = {self = 140518411500480, th = 0x55a55625d7f0, fiber = 0x0, node = {next = 0x55a54e533900, prev = 0x55a54e533900}}, as = {q = 0x55a54e533900, sq = 0x55a54e533900}}
        waitq = 0x55a54e533900
        queue_sleep_arg = {self = 140518411500480, timeout = 4, end = 0}
        end = 0
        __PRETTY_FUNCTION__ = "queue_do_pop"
#14 0x00007fcd0054b013 in vm_exec_core (ec=0x55a55625da10) at ../../src/trunk-asserts-nopara/insns.def:1482
        bf = 0x7fcd00836620 <thread_sync_table>
        leaf = <optimized out>
        val = <optimized out>
        canary = 0x0
        index = 0
        reg_pc = 0x55a54e4343f8
        reg_cfp = 0x55a5578cb458
        insns_address_table = {0x7fcd005476a0 <vm_exec_core+5232>, 0x7fcd005475b3 <vm_exec_core+4995>, 0x7fcd005474fa <vm_exec_core+4810>, 0x7fcd005473dc <vm_exec_core+4524>, 0x7fcd005472e9 <vm_exec_core+4281>, 0x7fcd005471cb <vm_exec_core+3995>, 0x7fcd005494dd <vm_exec_core+12973>, 0x7fcd0054942f <vm_exec_core+12799>, 0x7fcd00549343 <vm_exec_core+12563>, 0x7fcd00549292 <vm_exec_core+12386>, 0x7fcd00549760 <vm_exec_core+13616>, 0x7fcd005495d4 <vm_exec_core+13220>, 0x7fcd0054968d <vm_exec_core+13405>, 0x7fcd00548e73 <vm_exec_core+11331>, 0x7fcd00549137 <vm_exec_core+12039>, 0x7fcd00549069 <vm_exec_core+11833>, 0x7fcd005491f4 <vm_exec_core+12228>, 0x7fcd00548ce5 <vm_exec_core+10933>, 0x7fcd00548c24 <vm_exec_core+10740>, 0x7fcd00548baa <vm_exec_core+10618>, 0x7fcd00548ac4 <vm_exec_core+10388>, 0x7fcd005489f2 <vm_exec_core+10178>, 0x7fcd0054a0d9 <vm_exec_core+16041>, 0x7fcd00549d2c <vm_exec_core+15100>, 0x7fcd00549ed6 <vm_exec_core+15526>, 0x7fcd0054984b <vm_exec_core+13851>, 0x7fcd00549fe4 <vm_exec_core+15796>, 0x7fcd00549a02 <vm_exec_core+14290>, 0x7fcd00549e08 <vm_exec_core+15320>, 0x7fcd00548da5 <vm_exec_core+11125>, 0x7fcd00549be5 <vm_exec_core+14773>, 0x7fcd00549b09 <vm_exec_core+14553>, 0x7fcd00549c50 <vm_exec_core+14880>, 0x7fcd00548f67 <vm_exec_core+11575>, 0x7fcd00549919 <vm_exec_core+14057>, 0x7fcd0054714d <vm_exec_core+3869>, 0x7fcd0054705d <vm_exec_core+3629>, 0x7fcd00546fea <vm_exec_core+3514>, 0x7fcd00546c74 <vm_exec_core+2628>, 0x7fcd00546b5a <vm_exec_core+2346>, 0x7fcd00546d2f <vm_exec_core+2815>, 0x7fcd00546992 <vm_exec_core+1890>, 0x7fcd00546f9f <vm_exec_core+3439>, 0x7fcd00546a71 <vm_exec_core+2113>, 0x7fcd00546dff <vm_exec_core+3023>, 0x7fcd005468a1 <vm_exec_core+1649>, 0x7fcd005467b9 <vm_exec_core+1417>, 0x7fcd005466fb <vm_exec_core+1227>, 0x7fcd005465e0 <vm_exec_core+944>, 0x7fcd00546528 <vm_exec_core+760>, 0x7fcd0054645e <vm_exec_core+558>, 0x7fcd00546362 <vm_exec_core+306>, 0x7fcd00546280 <vm_exec_core+80>, 0x7fcd0054845a <vm_exec_core+8746>, 0x7fcd0054836e <vm_exec_core+8510>, 0x7fcd0054c378 <vm_exec_core+24904>, 0x7fcd005482bc <vm_exec_core+8332>, 0x7fcd005481a9 <vm_exec_core+8057>, 0x7fcd005480a4 <vm_exec_core+7796>, 0x7fcd00547fbd <vm_exec_core+7565>, 0x7fcd00547ec1 <vm_exec_core+7313>, 0x7fcd0054a1ca <vm_exec_core+16282>, 0x7fcd00548705 <vm_exec_core+9429>, 0x7fcd00548659 <vm_exec_core+9257>, 0x7fcd005485ba <vm_exec_core+9098>, 0x7fcd0054851b <vm_exec_core+8939>, 0x7fcd00548853 <vm_exec_core+9763>, 0x7fcd005487a0 <vm_exec_core+9584>, 0x7fcd0054c000 <vm_exec_core+24016>, 0x7fcd0054c6d1 <vm_exec_core+25761>, 0x7fcd0054c1ac <vm_exec_core+24444>, 0x7fcd0054c525 <vm_exec_core+25333>, 0x7fcd0054be54 <vm_exec_core+23588>, 0x7fcd0054c87d <vm_exec_core+26189>, 0x7fcd0054c282 <vm_exec_core+24658>, 0x7fcd0054c5fb <vm_exec_core+25547>, 0x7fcd0054bf2a <vm_exec_core+23802>, 0x7fcd0054c7a7 <vm_exec_core+25975>, 0x7fcd0054c0d6 <vm_exec_core+24230>, 0x7fcd0054c44f <vm_exec_core+25119>, 0x7fcd0054bd7e <vm_exec_core+23374>, 0x7fcd0054bca8 <vm_exec_core+23160>, 0x7fcd0054ba27 <vm_exec_core+22519>, 0x7fcd0054bbc4 <vm_exec_core+22932>, 0x7fcd00548923 <vm_exec_core+9971>, 0x7fcd00547dd7 <vm_exec_core+7079>, 0x7fcd0054b7c8 <vm_exec_core+21912>, 0x7fcd0054b95b <vm_exec_core+22315>, 0x7fcd0054b894 <vm_exec_core+22116>, 0x7fcd0054bafd <vm_exec_core+22733>, 0x7fcd0054b6f1 <vm_exec_core+21697>, 0x7fcd0054b61b <vm_exec_core+21483>, 0x7fcd00547cdf <vm_exec_core+6831>, 0x7fcd00547b06 <vm_exec_core+6358>, 0x7fcd00547be4 <vm_exec_core+6580>, 0x7fcd00547a1e <vm_exec_core+6126>, 0x7fcd00547936 <vm_exec_core+5894>, 0x7fcd0054788b <vm_exec_core+5723>, 0x7fcd005477e0 <vm_exec_core+5552>, 0x7fcd00547762 <vm_exec_core+5426>, 0x7fcd005476e4 <vm_exec_core+5300>, 0x7fcd00547690 <vm_exec_core+5216>, 0x7fcd005475a3 <vm_exec_core+4979>, 0x7fcd005474ea <vm_exec_core+4794>, 0x7fcd005473cc <vm_exec_core+4508>, 0x7fcd005472d9 <vm_exec_core+4265>, 0x7fcd005471bb <vm_exec_core+3979>, 0x7fcd005494cd <vm_exec_core+12957>, 0x7fcd0054941f <vm_exec_core+12783>, 0x7fcd00549333 <vm_exec_core+12547>, 0x7fcd00549282 <vm_exec_core+12370>, 0x7fcd00549750 <vm_exec_core+13600>, 0x7fcd005495c4 <vm_exec_core+13204>, 0x7fcd0054967d <vm_exec_core+13389>, 0x7fcd00548e63 <vm_exec_core+11315>, 0x7fcd00549127 <vm_exec_core+12023>, 0x7fcd00549059 <vm_exec_core+11817>, 0x7fcd005491e4 <vm_exec_core+12212>, 0x7fcd00548cd5 <vm_exec_core+10917>, 0x7fcd00548c14 <vm_exec_core+10724>, 0x7fcd00548b9a <vm_exec_core+10602>, 0x7fcd00548ab4 <vm_exec_core+10372>, 0x7fcd005489e2 <vm_exec_core+10162>, 0x7fcd0054a0c9 <vm_exec_core+16025>, 0x7fcd00549d1c <vm_exec_core+15084>, 0x7fcd00549ec6 <vm_exec_core+15510>, 0x7fcd0054983b <vm_exec_core+13835>, 0x7fcd00549fd4 <vm_exec_core+15780>, 0x7fcd005499f2 <vm_exec_core+14274>, 0x7fcd00549df8 <vm_exec_core+15304>, 0x7fcd00548d95 <vm_exec_core+11109>, 0x7fcd00549bd5 <vm_exec_core+14757>, 0x7fcd00549af9 <vm_exec_core+14537>, 0x7fcd00549c40 <vm_exec_core+14864>, 0x7fcd00548f57 <vm_exec_core+11559>, 0x7fcd00549909 <vm_exec_core+14041>, 0x7fcd0054713d <vm_exec_core+3853>, 0x7fcd0054704d <vm_exec_core+3613>, 0x7fcd00546fda <vm_exec_core+3498>, 0x7fcd00546c64 <vm_exec_core+2612>, 0x7fcd00546b4a <vm_exec_core+2330>, 0x7fcd00546d1f <vm_exec_core+2799>, 0x7fcd00546982 <vm_exec_core+1874>, 0x7fcd00546f8f <vm_exec_core+3423>, 0x7fcd00546a61 <vm_exec_core+2097>, 0x7fcd00546def <vm_exec_core+3007>, 0x7fcd00546891 <vm_exec_core+1633>, 0x7fcd005467a9 <vm_exec_core+1401>, 0x7fcd005466eb <vm_exec_core+1211>, 0x7fcd005465d0 <vm_exec_core+928>, 0x7fcd00546518 <vm_exec_core+744>, 0x7fcd0054644e <vm_exec_core+542>, 0x7fcd00546352 <vm_exec_core+290>, 0x7fcd0054b606 <vm_exec_core+21462>, 0x7fcd0054844a <vm_exec_core+8730>, 0x7fcd0054835e <vm_exec_core+8494>, 0x7fcd0054b5f1 <vm_exec_core+21441>, 0x7fcd005482ac <vm_exec_core+8316>, 0x7fcd00548199 <vm_exec_core+8041>, 0x7fcd00548094 <vm_exec_core+7780>, 0x7fcd00547fad <vm_exec_core+7549>, 0x7fcd00547eb1 <vm_exec_core+7297>, 0x7fcd0054a1ba <vm_exec_core+16266>, 0x7fcd005486f5 <vm_exec_core+9413>, 0x7fcd00548649 <vm_exec_core+9241>, 0x7fcd005485aa <vm_exec_core+9082>, 0x7fcd0054850b <vm_exec_core+8923>, 0x7fcd00548843 <vm_exec_core+9747>, 0x7fcd00548790 <vm_exec_core+9568>, 0x7fcd0054b5dc <vm_exec_core+21420>, 0x7fcd0054b5c7 <vm_exec_core+21399>, 0x7fcd0054b5b2 <vm_exec_core+21378>, 0x7fcd0054b55e <vm_exec_core+21294>, 0x7fcd0054b549 <vm_exec_core+21273>, 0x7fcd0054b534 <vm_exec_core+21252>, 0x7fcd0054b518 <vm_exec_core+21224>, 0x7fcd0054b503 <vm_exec_core+21203>, 0x7fcd0054b4ee <vm_exec_core+21182>, 0x7fcd0054b4d9 <vm_exec_core+21161>, 0x7fcd0054b4c4 <vm_exec_core+21140>, 0x7fcd0054b4af <vm_exec_core+21119>, 0x7fcd0054b49a <vm_exec_core+21098>, 0x7fcd0054b485 <vm_exec_core+21077>, 0x7fcd0054b470 <vm_exec_core+21056>, 0x7fcd0054b45b <vm_exec_core+21035>, 0x7fcd00548913 <vm_exec_core+9955>, 0x7fcd00547dc7 <vm_exec_core+7063>, 0x7fcd0054b446 <vm_exec_core+21014>, 0x7fcd0054b59d <vm_exec_core+21357>, 0x7fcd0054b588 <vm_exec_core+21336>, 0x7fcd0054b573 <vm_exec_core+21315>, 0x7fcd0054626c <vm_exec_core+60>, 0x7fcd00546270 <vm_exec_core+64>, 0x7fcd00547ccf <vm_exec_core+6815>, 0x7fcd00547af6 <vm_exec_core+6342>, 0x7fcd00547bd4 <vm_exec_core+6564>, 0x7fcd00547a0e <vm_exec_core+6110>, 0x7fcd00547926 <vm_exec_core+5878>, 0x7fcd0054787b <vm_exec_core+5707>, 0x7fcd005477d0 <vm_exec_core+5536>...}
        __func__ = "vm_exec_core"
#15 0x00007fcd0054d5aa in rb_vm_exec (ec=ec@entry=0x55a55625da10) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2467
        _ec = 0x55a55625da10
        _tag = {tag = 36, retval = 4, buf = {0x55a55625dc60, 0x7fcd0054d5b8 <rb_vm_exec+264>, 0x0, 0x7fccfa06ea90, 0x55a55625da10}, prev = 0x7fccfa06ed20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 36
#16 0x00007fcd0054dc56 in invoke_block (ec=ec@entry=0x55a55625da10, iseq=iseq@entry=0x7fccfe009a50, self=self@entry=140518411125120, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>, captured=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1492
        arg_size = <optimized out>
#17 0x00007fcd00550d2f in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=140518411125120, captured=0x55a55625dc60, ec=0x55a55625da10) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1562
        iseq = 0x7fccfe009a50
        type = <optimized out>
        cfp = <optimized out>
        flags = 0
        use_argv = 0x7fccfa06ec50
        opt_pc = <optimized out>
        sp = 0x55a5577cb518
        av = {1, 140518243713776}
        stack_argv = 0x55a5577cb518
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#18 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=140518411125120, proc=<optimized out>, ec=0x55a55625da10) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1660
        block = 0x55a55625dc60
        block = <optimized out>
        again = <optimized out>
        keyword_hash = <optimized out>
#19 vm_invoke_proc (ec=0x55a55625da10, proc=<optimized out>, self=140518411125120, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1690
No locals.
#20 0x00007fcd00550e8c in rb_vm_invoke_proc (ec=0x55a55625da10, proc=proc@entry=0x55a55625dc60, argc=argc@entry=0, argv=argv@entry=0x7fccfa06ec50, kw_splat=0, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1711
        self = 140518411125120
#21 0x00007fcd00507380 in thread_do_start_proc (th=0x55a55625d7f0) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:591
        args = 140518347006720
        args_ptr = 0x7fccfa06ec50
        args_len = 0
        procval = <optimized out>
        proc = 0x55a55625dc60
        __func__ = "thread_do_start_proc"
#22 0x00007fcd00507441 in thread_do_start (th=0x55a55625d7f0) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:610
        result = 36
#23 0x00007fcd005075d3 in thread_start_func_2 (th=0x55a55625d7f0, stack_start=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:666
        _ec = 0x55a55625da10
        _tag = {tag = 36, retval = 140518243701552, buf = {0x55a55625d7f0, 0x7fcd00507830 <thread_start_func_2+832>, 0x0, 0x7fccfa06ece0, 0x55a55625d7f0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        __func__ = "thread_start_func_2"
        state = <optimized out>
        errinfo = 4
        ractor_main_th = 0x55a54e332090
#24 0x00007fcd00507a6d in nt_start (ptr=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2204
        th = 0x55a55625d7f0
        sched = 0x55a54e333158
        nt = <optimized out>
        vm = 0x55a54e32fb10
#25 0x00007fcd00151b43 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 = {140723127571600, 4952071269979327617, 140518344816192, 25, 140518446405712, 140723127571952, -4962757225320215423, -4962040180114781055}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007fcd001e2bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fccffedac00 (LWP 55710) "ruby"):
#0  RB_IMMEDIATE_P (obj=obj@entry=140518361780688) at /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/special_consts.h:313
No locals.
#1  0x00007fcd003d9878 in RB_SPECIAL_CONST_P (obj=obj@entry=140518361780688) at /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/special_consts.h:329
No locals.
#2  0x00007fcd003da7bc in rb_type (obj=140518361780688) at /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/value_type.h:226
No locals.
#3  0x00007fcd003dad38 in RB_TYPE_P (obj=obj@entry=140518361780688, t=t@entry=RUBY_T_NODE) at /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/value_type.h:381
No locals.
#4  0x00007fcd003dafc0 in RB_FL_ABLE (obj=140518361780688) at /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/fl_type.h:449
No locals.
#5  RB_FL_TEST (obj=140518361780688, flags=1024) at /tmp/ruby/src/trunk-asserts-nopara/include/ruby/internal/fl_type.h:497
No locals.
#6  0x00007fcd003e267f in obj_memsize_of (obj=obj@entry=140518361780688, use_all_types=use_all_types@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:4828
        size = 0
        __func__ = <optimized out>
#7  0x00007fcd003e5f56 in check_rvalue_consistency_force (obj=140518361780688, terminate=0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:1599
        uncollectible_bit = 255
        marking_bit = 0
        remembered_bit = 0
        age = 3
        wb_unprotected_bit = 0
        mark_bit = 1
        _lev = 32717
        err = <optimized out>
        objspace = 0x55a54e332260
#8  0x00007fcd003e7cf5 in check_children_i (child=140518361780688, ptr=0x7ffca807db60) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:7802
        data = 0x7ffca807db60
#9  0x00007fcd003eb261 in gc_mark_children (objspace=0x55a54e332260, obj=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:7229
        i = 704
        len = 1024
        ptr = 0x55a55491e0c0
        any = <optimized out>
#10 0x00007fcd003eb7a8 in rb_objspace_reachable_objects_from (obj=140518389891264, func=<optimized out>, data=0x7ffca807db60) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:11851
        cr = 0x55a54e333030
        mfd = {data = 0x7ffca807db60, mark_func = 0x7fcd003e7ce0 <check_children_i>}
        prev_mfd = 0x0
        _lev = 32717
        objspace = 0x55a54e332260
#11 0x00007fcd003eb9d2 in verify_internal_consistency_i (page_start=<optimized out>, page_end=0x7fccfcb6fff0, stride=48, data=0x7ffca807db60) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:7830
        poisoned = 0x0
        obj = 140518389891264
        objspace = 0x55a54e332260
        __func__ = "verify_internal_consistency_i"
#12 0x00007fcd003eba89 in gc_verify_internal_consistency_ (objspace=0x55a54e332260) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:8004
        page = <optimized out>
        slot_size = <optimized out>
        start = <optimized out>
        end = <optimized out>
        i = 1045
        data = {objspace = 0x55a54e332260, err_count = 0, live_object_count = 817891, zombie_object_count = 0, parent = 140518389891264, old_object_count = 634084, remembered_shady_count = 0}
#13 0x00007fcd003ebc6b in gc_verify_internal_consistency (objspace=objspace@entry=0x55a54e332260) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:8080
        prev_during_gc = <optimized out>
        _lev = 0
#14 0x00007fcd003ed93d in gc_start (objspace=0x55a54e332260, reason=256) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:9316
        do_full_mark = 0
        immediate_mark = 0
        __func__ = "gc_start"
        lock_lev = 21925
#15 0x00007fcd003ee58b in heap_prepare (objspace=0x55a54e332260, size_pool=0x55a54e332360, heap=0x55a54e3323b0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2445
        __func__ = "heap_prepare"
#16 0x00007fcd003ee686 in heap_next_free_page (objspace=0x55a54e332260, size_pool=0x55a54e332360, heap=0x55a54e3323b0) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2653
        page = <optimized out>
        __func__ = "heap_next_free_page"
#17 0x00007fcd003ee750 in newobj_alloc (objspace=0x55a54e332260, cr=0x55a54e333030, size_pool_idx=1, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2754
        page = <optimized out>
        lev = 1
        unlock_vm = true
        size_pool = 0x55a54e332360
        heap = 0x55a54e3323b0
        cache = 0x55a54e333238
        obj = <optimized out>
        __func__ = "newobj_alloc"
#18 0x00007fcd003eeab8 in newobj_of0 (klass=140518429414656, flags=4294967309, wb_protected=1, cr=0x55a54e333030, alloc_size=72) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2857
        obj = <optimized out>
        objspace = 0x55a54e332260
        size_pool_idx = <optimized out>
#19 0x00007fcd003eeb78 in newobj_of (cr=<optimized out>, klass=<optimized out>, flags=<optimized out>, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=72) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2874
        obj = <optimized out>
#20 0x00007fcd003eec0c in rb_wb_protected_newobj_of (ec=<optimized out>, klass=klass@entry=140518429414656, flags=flags@entry=13, size=size@entry=72) at /tmp/ruby/src/trunk-asserts-nopara/gc.c:2889
        __func__ = "rb_wb_protected_newobj_of"
#21 0x00007fcd0049c512 in match_alloc (klass=140518429414656) at /tmp/ruby/src/trunk-asserts-nopara/re.c:966
        alloc_size = 72
        flags = 45
        match = <optimized out>
#22 0x00007fcd0049f574 in rb_reg_search_set_match (re=re@entry=140518356471696, str=140517646971648, pos=<optimized out>, reverse=reverse@entry=0, set_backref_str=set_backref_str@entry=1, set_match=set_match@entry=0x7ffca807de08) at /tmp/ruby/src/trunk-asserts-nopara/re.c:1743
        len = <optimized out>
        args = {pos = 5, range = 6}
        match = <optimized out>
        regs = <optimized out>
        result = <optimized out>
#23 0x00007fcd0049f69a in reg_match_pos (re=re@entry=140518356471696, strp=strp@entry=0x7ffca807de10, pos=<optimized out>, set_match=set_match@entry=0x7ffca807de08) at /tmp/ruby/src/trunk-asserts-nopara/re.c:3558
        str = <optimized out>
#24 0x00007fcd0049f78a in rb_reg_match_m (argc=<optimized out>, argv=<optimized out>, re=140518356471696) at /tmp/ruby/src/trunk-asserts-nopara/re.c:3746
        result = 4
        str = 140517646971648
        initpos = <optimized out>
        pos = <optimized out>
#25 0x00007fcd0053b7a9 in vm_call_cfunc_with_frame_ (ec=0x55a54e3332f0, reg_cfp=0x7fccffed7f00, calling=<optimized out>, argc=2, argv=0x7fccffdda220, stack_bottom=0x7fccffdda218) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0x19f100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fccfa96e7d0
        cfunc = 0x55a54e38f618
        recv = 140518356471696
        block_handler = 0
        frame_type = 1431634051
        __func__ = "vm_call_cfunc_with_frame_"
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#26 0x00007fcd00545179 in vm_sendish (ec=0x55a54e3332f0, reg_cfp=0x7fccffed7f00, cd=0x55a55050a620, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:5553
        val = 36
        ci = 0x19f100100005
        cc = 0x7fccfb60fd80
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x55a55050a620, cc = 0x7fccfb60fd80, block_handler = 0, recv = 140518356471696, argc = 2, kw_splat = false, heap_argv = 0}
#27 0x00007fcd0054a27c in vm_exec_core (ec=0x55a54e3332f0) at ../../src/trunk-asserts-nopara/insns.def:822
        bh = 0
        cd = 0x55a55050a620
        leaf = false
        val = <optimized out>
        canary = 0x0
        reg_pc = 0x55a550c7e6b0
        reg_cfp = 0x7fccffed7f00
        insns_address_table = {0x7fcd005476a0 <vm_exec_core+5232>, 0x7fcd005475b3 <vm_exec_core+4995>, 0x7fcd005474fa <vm_exec_core+4810>, 0x7fcd005473dc <vm_exec_core+4524>, 0x7fcd005472e9 <vm_exec_core+4281>, 0x7fcd005471cb <vm_exec_core+3995>, 0x7fcd005494dd <vm_exec_core+12973>, 0x7fcd0054942f <vm_exec_core+12799>, 0x7fcd00549343 <vm_exec_core+12563>, 0x7fcd00549292 <vm_exec_core+12386>, 0x7fcd00549760 <vm_exec_core+13616>, 0x7fcd005495d4 <vm_exec_core+13220>, 0x7fcd0054968d <vm_exec_core+13405>, 0x7fcd00548e73 <vm_exec_core+11331>, 0x7fcd00549137 <vm_exec_core+12039>, 0x7fcd00549069 <vm_exec_core+11833>, 0x7fcd005491f4 <vm_exec_core+12228>, 0x7fcd00548ce5 <vm_exec_core+10933>, 0x7fcd00548c24 <vm_exec_core+10740>, 0x7fcd00548baa <vm_exec_core+10618>, 0x7fcd00548ac4 <vm_exec_core+10388>, 0x7fcd005489f2 <vm_exec_core+10178>, 0x7fcd0054a0d9 <vm_exec_core+16041>, 0x7fcd00549d2c <vm_exec_core+15100>, 0x7fcd00549ed6 <vm_exec_core+15526>, 0x7fcd0054984b <vm_exec_core+13851>, 0x7fcd00549fe4 <vm_exec_core+15796>, 0x7fcd00549a02 <vm_exec_core+14290>, 0x7fcd00549e08 <vm_exec_core+15320>, 0x7fcd00548da5 <vm_exec_core+11125>, 0x7fcd00549be5 <vm_exec_core+14773>, 0x7fcd00549b09 <vm_exec_core+14553>, 0x7fcd00549c50 <vm_exec_core+14880>, 0x7fcd00548f67 <vm_exec_core+11575>, 0x7fcd00549919 <vm_exec_core+14057>, 0x7fcd0054714d <vm_exec_core+3869>, 0x7fcd0054705d <vm_exec_core+3629>, 0x7fcd00546fea <vm_exec_core+3514>, 0x7fcd00546c74 <vm_exec_core+2628>, 0x7fcd00546b5a <vm_exec_core+2346>, 0x7fcd00546d2f <vm_exec_core+2815>, 0x7fcd00546992 <vm_exec_core+1890>, 0x7fcd00546f9f <vm_exec_core+3439>, 0x7fcd00546a71 <vm_exec_core+2113>, 0x7fcd00546dff <vm_exec_core+3023>, 0x7fcd005468a1 <vm_exec_core+1649>, 0x7fcd005467b9 <vm_exec_core+1417>, 0x7fcd005466fb <vm_exec_core+1227>, 0x7fcd005465e0 <vm_exec_core+944>, 0x7fcd00546528 <vm_exec_core+760>, 0x7fcd0054645e <vm_exec_core+558>, 0x7fcd00546362 <vm_exec_core+306>, 0x7fcd00546280 <vm_exec_core+80>, 0x7fcd0054845a <vm_exec_core+8746>, 0x7fcd0054836e <vm_exec_core+8510>, 0x7fcd0054c378 <vm_exec_core+24904>, 0x7fcd005482bc <vm_exec_core+8332>, 0x7fcd005481a9 <vm_exec_core+8057>, 0x7fcd005480a4 <vm_exec_core+7796>, 0x7fcd00547fbd <vm_exec_core+7565>, 0x7fcd00547ec1 <vm_exec_core+7313>, 0x7fcd0054a1ca <vm_exec_core+16282>, 0x7fcd00548705 <vm_exec_core+9429>, 0x7fcd00548659 <vm_exec_core+9257>, 0x7fcd005485ba <vm_exec_core+9098>, 0x7fcd0054851b <vm_exec_core+8939>, 0x7fcd00548853 <vm_exec_core+9763>, 0x7fcd005487a0 <vm_exec_core+9584>, 0x7fcd0054c000 <vm_exec_core+24016>, 0x7fcd0054c6d1 <vm_exec_core+25761>, 0x7fcd0054c1ac <vm_exec_core+24444>, 0x7fcd0054c525 <vm_exec_core+25333>, 0x7fcd0054be54 <vm_exec_core+23588>, 0x7fcd0054c87d <vm_exec_core+26189>, 0x7fcd0054c282 <vm_exec_core+24658>, 0x7fcd0054c5fb <vm_exec_core+25547>, 0x7fcd0054bf2a <vm_exec_core+23802>, 0x7fcd0054c7a7 <vm_exec_core+25975>, 0x7fcd0054c0d6 <vm_exec_core+24230>, 0x7fcd0054c44f <vm_exec_core+25119>, 0x7fcd0054bd7e <vm_exec_core+23374>, 0x7fcd0054bca8 <vm_exec_core+23160>, 0x7fcd0054ba27 <vm_exec_core+22519>, 0x7fcd0054bbc4 <vm_exec_core+22932>, 0x7fcd00548923 <vm_exec_core+9971>, 0x7fcd00547dd7 <vm_exec_core+7079>, 0x7fcd0054b7c8 <vm_exec_core+21912>, 0x7fcd0054b95b <vm_exec_core+22315>, 0x7fcd0054b894 <vm_exec_core+22116>, 0x7fcd0054bafd <vm_exec_core+22733>, 0x7fcd0054b6f1 <vm_exec_core+21697>, 0x7fcd0054b61b <vm_exec_core+21483>, 0x7fcd00547cdf <vm_exec_core+6831>, 0x7fcd00547b06 <vm_exec_core+6358>, 0x7fcd00547be4 <vm_exec_core+6580>, 0x7fcd00547a1e <vm_exec_core+6126>, 0x7fcd00547936 <vm_exec_core+5894>, 0x7fcd0054788b <vm_exec_core+5723>, 0x7fcd005477e0 <vm_exec_core+5552>, 0x7fcd00547762 <vm_exec_core+5426>, 0x7fcd005476e4 <vm_exec_core+5300>, 0x7fcd00547690 <vm_exec_core+5216>, 0x7fcd005475a3 <vm_exec_core+4979>, 0x7fcd005474ea <vm_exec_core+4794>, 0x7fcd005473cc <vm_exec_core+4508>, 0x7fcd005472d9 <vm_exec_core+4265>, 0x7fcd005471bb <vm_exec_core+3979>, 0x7fcd005494cd <vm_exec_core+12957>, 0x7fcd0054941f <vm_exec_core+12783>, 0x7fcd00549333 <vm_exec_core+12547>, 0x7fcd00549282 <vm_exec_core+12370>, 0x7fcd00549750 <vm_exec_core+13600>, 0x7fcd005495c4 <vm_exec_core+13204>, 0x7fcd0054967d <vm_exec_core+13389>, 0x7fcd00548e63 <vm_exec_core+11315>, 0x7fcd00549127 <vm_exec_core+12023>, 0x7fcd00549059 <vm_exec_core+11817>, 0x7fcd005491e4 <vm_exec_core+12212>, 0x7fcd00548cd5 <vm_exec_core+10917>, 0x7fcd00548c14 <vm_exec_core+10724>, 0x7fcd00548b9a <vm_exec_core+10602>, 0x7fcd00548ab4 <vm_exec_core+10372>, 0x7fcd005489e2 <vm_exec_core+10162>, 0x7fcd0054a0c9 <vm_exec_core+16025>, 0x7fcd00549d1c <vm_exec_core+15084>, 0x7fcd00549ec6 <vm_exec_core+15510>, 0x7fcd0054983b <vm_exec_core+13835>, 0x7fcd00549fd4 <vm_exec_core+15780>, 0x7fcd005499f2 <vm_exec_core+14274>, 0x7fcd00549df8 <vm_exec_core+15304>, 0x7fcd00548d95 <vm_exec_core+11109>, 0x7fcd00549bd5 <vm_exec_core+14757>, 0x7fcd00549af9 <vm_exec_core+14537>, 0x7fcd00549c40 <vm_exec_core+14864>, 0x7fcd00548f57 <vm_exec_core+11559>, 0x7fcd00549909 <vm_exec_core+14041>, 0x7fcd0054713d <vm_exec_core+3853>, 0x7fcd0054704d <vm_exec_core+3613>, 0x7fcd00546fda <vm_exec_core+3498>, 0x7fcd00546c64 <vm_exec_core+2612>, 0x7fcd00546b4a <vm_exec_core+2330>, 0x7fcd00546d1f <vm_exec_core+2799>, 0x7fcd00546982 <vm_exec_core+1874>, 0x7fcd00546f8f <vm_exec_core+3423>, 0x7fcd00546a61 <vm_exec_core+2097>, 0x7fcd00546def <vm_exec_core+3007>, 0x7fcd00546891 <vm_exec_core+1633>, 0x7fcd005467a9 <vm_exec_core+1401>, 0x7fcd005466eb <vm_exec_core+1211>, 0x7fcd005465d0 <vm_exec_core+928>, 0x7fcd00546518 <vm_exec_core+744>, 0x7fcd0054644e <vm_exec_core+542>, 0x7fcd00546352 <vm_exec_core+290>, 0x7fcd0054b606 <vm_exec_core+21462>, 0x7fcd0054844a <vm_exec_core+8730>, 0x7fcd0054835e <vm_exec_core+8494>, 0x7fcd0054b5f1 <vm_exec_core+21441>, 0x7fcd005482ac <vm_exec_core+8316>, 0x7fcd00548199 <vm_exec_core+8041>, 0x7fcd00548094 <vm_exec_core+7780>, 0x7fcd00547fad <vm_exec_core+7549>, 0x7fcd00547eb1 <vm_exec_core+7297>, 0x7fcd0054a1ba <vm_exec_core+16266>, 0x7fcd005486f5 <vm_exec_core+9413>, 0x7fcd00548649 <vm_exec_core+9241>, 0x7fcd005485aa <vm_exec_core+9082>, 0x7fcd0054850b <vm_exec_core+8923>, 0x7fcd00548843 <vm_exec_core+9747>, 0x7fcd00548790 <vm_exec_core+9568>, 0x7fcd0054b5dc <vm_exec_core+21420>, 0x7fcd0054b5c7 <vm_exec_core+21399>, 0x7fcd0054b5b2 <vm_exec_core+21378>, 0x7fcd0054b55e <vm_exec_core+21294>, 0x7fcd0054b549 <vm_exec_core+21273>, 0x7fcd0054b534 <vm_exec_core+21252>, 0x7fcd0054b518 <vm_exec_core+21224>, 0x7fcd0054b503 <vm_exec_core+21203>, 0x7fcd0054b4ee <vm_exec_core+21182>, 0x7fcd0054b4d9 <vm_exec_core+21161>, 0x7fcd0054b4c4 <vm_exec_core+21140>, 0x7fcd0054b4af <vm_exec_core+21119>, 0x7fcd0054b49a <vm_exec_core+21098>, 0x7fcd0054b485 <vm_exec_core+21077>, 0x7fcd0054b470 <vm_exec_core+21056>, 0x7fcd0054b45b <vm_exec_core+21035>, 0x7fcd00548913 <vm_exec_core+9955>, 0x7fcd00547dc7 <vm_exec_core+7063>, 0x7fcd0054b446 <vm_exec_core+21014>, 0x7fcd0054b59d <vm_exec_core+21357>, 0x7fcd0054b588 <vm_exec_core+21336>, 0x7fcd0054b573 <vm_exec_core+21315>, 0x7fcd0054626c <vm_exec_core+60>, 0x7fcd00546270 <vm_exec_core+64>, 0x7fcd00547ccf <vm_exec_core+6815>, 0x7fcd00547af6 <vm_exec_core+6342>, 0x7fcd00547bd4 <vm_exec_core+6564>, 0x7fcd00547a0e <vm_exec_core+6110>, 0x7fcd00547926 <vm_exec_core+5878>, 0x7fcd0054787b <vm_exec_core+5707>, 0x7fcd005477d0 <vm_exec_core+5536>...}
        __func__ = "vm_exec_core"
#28 0x00007fcd0054d4a0 in vm_exec_loop (ec=0x55a54e3332f0, state=<optimized out>, tag=0x7ffca807e030, result=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2494
        __func__ = "vm_exec_loop"
#29 0x00007fcd0054d5e3 in rb_vm_exec (ec=ec@entry=0x55a54e3332f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2473
        _ec = 0x55a54e3332f0
        _tag = {tag = 36, retval = 4, buf = {0x55a54e3332f0, 0x7fcd0054d5b8 <rb_vm_exec+264>, 0x0, 0x7ffca807e010, 0x55a54e3332f0}, prev = 0x7ffca807e3e0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#30 0x00007fcd0054dc56 in invoke_block (ec=ec@entry=0x55a54e3332f0, iseq=iseq@entry=0x7fccfe8e3470, self=self@entry=140518410874992, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>, captured=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1492
        arg_size = <optimized out>
#31 0x00007fcd0054ff82 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=140518410874992, captured=<optimized out>, ec=0x55a54e3332f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1562
        iseq = 0x7fccfe8e3470
        type = <optimized out>
        cfp = 0x7fccffed8ad0
        flags = 0
        use_argv = 0x7ffca807e1d8
        opt_pc = <optimized out>
        sp = 0x7fccffdd9448
        av = {140518448487192, 140518448487836}
        stack_argv = 0x7fccffdd9448
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#32 invoke_block_from_c_bh (ec=0x55a54e3332f0, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=0, cref=0x0, is_lambda=<optimized out>, force_blockarg=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1580
        captured = <optimized out>
#33 0x00007fcd00550049 in vm_yield_with_cref (ec=0x55a54e3332f0, argc=argc@entry=1, argv=argv@entry=0x7ffca807e1d8, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1617
No locals.
#34 0x00007fcd00550068 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca807e1d8, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1625
No locals.
#35 0x00007fcd00550094 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffca807e1d8) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#36 0x00007fcd00550107 in rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#37 0x00007fcd00356857 in rb_ary_collect (ary=140517652078416) at /tmp/ruby/src/trunk-asserts-nopara/array.c:3624
        i = 75
        collect = 140517690248976
#38 0x00007fcd0053b7a9 in vm_call_cfunc_with_frame_ (ec=0x55a54e3332f0, reg_cfp=0x7fccffed8b08, calling=<optimized out>, argc=0, argv=0x7fccffdd9430, stack_bottom=0x7fccffdd9428) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0x166100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fccff12ce00
        cfunc = 0x55a54e3889c8
        recv = 140517652078416
        block_handler = 140518443813665
        frame_type = 1431634051
        __func__ = "vm_call_cfunc_with_frame_"
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#39 0x00007fcd00545179 in vm_sendish (ec=0x55a54e3332f0, reg_cfp=0x7fccffed8b08, cd=0x55a54e4b0d20, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:5553
        val = 36
        ci = 0x166100000001
        cc = 0x7fccfdff4750
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x55a54e4b0d20, cc = 0x7fccfdff4750, block_handler = 140518443813665, recv = 140517652078416, argc = 0, kw_splat = false, heap_argv = 0}
#40 0x00007fcd0054abc9 in vm_exec_core (ec=0x55a54e3332f0) at ../../src/trunk-asserts-nopara/insns.def:802
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        canary = 0x0
        cd = 0x55a54e4b0d20
        reg_pc = 0x55a54e4b4538
        reg_cfp = 0x7fccffed8b08
        insns_address_table = {0x7fcd005476a0 <vm_exec_core+5232>, 0x7fcd005475b3 <vm_exec_core+4995>, 0x7fcd005474fa <vm_exec_core+4810>, 0x7fcd005473dc <vm_exec_core+4524>, 0x7fcd005472e9 <vm_exec_core+4281>, 0x7fcd005471cb <vm_exec_core+3995>, 0x7fcd005494dd <vm_exec_core+12973>, 0x7fcd0054942f <vm_exec_core+12799>, 0x7fcd00549343 <vm_exec_core+12563>, 0x7fcd00549292 <vm_exec_core+12386>, 0x7fcd00549760 <vm_exec_core+13616>, 0x7fcd005495d4 <vm_exec_core+13220>, 0x7fcd0054968d <vm_exec_core+13405>, 0x7fcd00548e73 <vm_exec_core+11331>, 0x7fcd00549137 <vm_exec_core+12039>, 0x7fcd00549069 <vm_exec_core+11833>, 0x7fcd005491f4 <vm_exec_core+12228>, 0x7fcd00548ce5 <vm_exec_core+10933>, 0x7fcd00548c24 <vm_exec_core+10740>, 0x7fcd00548baa <vm_exec_core+10618>, 0x7fcd00548ac4 <vm_exec_core+10388>, 0x7fcd005489f2 <vm_exec_core+10178>, 0x7fcd0054a0d9 <vm_exec_core+16041>, 0x7fcd00549d2c <vm_exec_core+15100>, 0x7fcd00549ed6 <vm_exec_core+15526>, 0x7fcd0054984b <vm_exec_core+13851>, 0x7fcd00549fe4 <vm_exec_core+15796>, 0x7fcd00549a02 <vm_exec_core+14290>, 0x7fcd00549e08 <vm_exec_core+15320>, 0x7fcd00548da5 <vm_exec_core+11125>, 0x7fcd00549be5 <vm_exec_core+14773>, 0x7fcd00549b09 <vm_exec_core+14553>, 0x7fcd00549c50 <vm_exec_core+14880>, 0x7fcd00548f67 <vm_exec_core+11575>, 0x7fcd00549919 <vm_exec_core+14057>, 0x7fcd0054714d <vm_exec_core+3869>, 0x7fcd0054705d <vm_exec_core+3629>, 0x7fcd00546fea <vm_exec_core+3514>, 0x7fcd00546c74 <vm_exec_core+2628>, 0x7fcd00546b5a <vm_exec_core+2346>, 0x7fcd00546d2f <vm_exec_core+2815>, 0x7fcd00546992 <vm_exec_core+1890>, 0x7fcd00546f9f <vm_exec_core+3439>, 0x7fcd00546a71 <vm_exec_core+2113>, 0x7fcd00546dff <vm_exec_core+3023>, 0x7fcd005468a1 <vm_exec_core+1649>, 0x7fcd005467b9 <vm_exec_core+1417>, 0x7fcd005466fb <vm_exec_core+1227>, 0x7fcd005465e0 <vm_exec_core+944>, 0x7fcd00546528 <vm_exec_core+760>, 0x7fcd0054645e <vm_exec_core+558>, 0x7fcd00546362 <vm_exec_core+306>, 0x7fcd00546280 <vm_exec_core+80>, 0x7fcd0054845a <vm_exec_core+8746>, 0x7fcd0054836e <vm_exec_core+8510>, 0x7fcd0054c378 <vm_exec_core+24904>, 0x7fcd005482bc <vm_exec_core+8332>, 0x7fcd005481a9 <vm_exec_core+8057>, 0x7fcd005480a4 <vm_exec_core+7796>, 0x7fcd00547fbd <vm_exec_core+7565>, 0x7fcd00547ec1 <vm_exec_core+7313>, 0x7fcd0054a1ca <vm_exec_core+16282>, 0x7fcd00548705 <vm_exec_core+9429>, 0x7fcd00548659 <vm_exec_core+9257>, 0x7fcd005485ba <vm_exec_core+9098>, 0x7fcd0054851b <vm_exec_core+8939>, 0x7fcd00548853 <vm_exec_core+9763>, 0x7fcd005487a0 <vm_exec_core+9584>, 0x7fcd0054c000 <vm_exec_core+24016>, 0x7fcd0054c6d1 <vm_exec_core+25761>, 0x7fcd0054c1ac <vm_exec_core+24444>, 0x7fcd0054c525 <vm_exec_core+25333>, 0x7fcd0054be54 <vm_exec_core+23588>, 0x7fcd0054c87d <vm_exec_core+26189>, 0x7fcd0054c282 <vm_exec_core+24658>, 0x7fcd0054c5fb <vm_exec_core+25547>, 0x7fcd0054bf2a <vm_exec_core+23802>, 0x7fcd0054c7a7 <vm_exec_core+25975>, 0x7fcd0054c0d6 <vm_exec_core+24230>, 0x7fcd0054c44f <vm_exec_core+25119>, 0x7fcd0054bd7e <vm_exec_core+23374>, 0x7fcd0054bca8 <vm_exec_core+23160>, 0x7fcd0054ba27 <vm_exec_core+22519>, 0x7fcd0054bbc4 <vm_exec_core+22932>, 0x7fcd00548923 <vm_exec_core+9971>, 0x7fcd00547dd7 <vm_exec_core+7079>, 0x7fcd0054b7c8 <vm_exec_core+21912>, 0x7fcd0054b95b <vm_exec_core+22315>, 0x7fcd0054b894 <vm_exec_core+22116>, 0x7fcd0054bafd <vm_exec_core+22733>, 0x7fcd0054b6f1 <vm_exec_core+21697>, 0x7fcd0054b61b <vm_exec_core+21483>, 0x7fcd00547cdf <vm_exec_core+6831>, 0x7fcd00547b06 <vm_exec_core+6358>, 0x7fcd00547be4 <vm_exec_core+6580>, 0x7fcd00547a1e <vm_exec_core+6126>, 0x7fcd00547936 <vm_exec_core+5894>, 0x7fcd0054788b <vm_exec_core+5723>, 0x7fcd005477e0 <vm_exec_core+5552>, 0x7fcd00547762 <vm_exec_core+5426>, 0x7fcd005476e4 <vm_exec_core+5300>, 0x7fcd00547690 <vm_exec_core+5216>, 0x7fcd005475a3 <vm_exec_core+4979>, 0x7fcd005474ea <vm_exec_core+4794>, 0x7fcd005473cc <vm_exec_core+4508>, 0x7fcd005472d9 <vm_exec_core+4265>, 0x7fcd005471bb <vm_exec_core+3979>, 0x7fcd005494cd <vm_exec_core+12957>, 0x7fcd0054941f <vm_exec_core+12783>, 0x7fcd00549333 <vm_exec_core+12547>, 0x7fcd00549282 <vm_exec_core+12370>, 0x7fcd00549750 <vm_exec_core+13600>, 0x7fcd005495c4 <vm_exec_core+13204>, 0x7fcd0054967d <vm_exec_core+13389>, 0x7fcd00548e63 <vm_exec_core+11315>, 0x7fcd00549127 <vm_exec_core+12023>, 0x7fcd00549059 <vm_exec_core+11817>, 0x7fcd005491e4 <vm_exec_core+12212>, 0x7fcd00548cd5 <vm_exec_core+10917>, 0x7fcd00548c14 <vm_exec_core+10724>, 0x7fcd00548b9a <vm_exec_core+10602>, 0x7fcd00548ab4 <vm_exec_core+10372>, 0x7fcd005489e2 <vm_exec_core+10162>, 0x7fcd0054a0c9 <vm_exec_core+16025>, 0x7fcd00549d1c <vm_exec_core+15084>, 0x7fcd00549ec6 <vm_exec_core+15510>, 0x7fcd0054983b <vm_exec_core+13835>, 0x7fcd00549fd4 <vm_exec_core+15780>, 0x7fcd005499f2 <vm_exec_core+14274>, 0x7fcd00549df8 <vm_exec_core+15304>, 0x7fcd00548d95 <vm_exec_core+11109>, 0x7fcd00549bd5 <vm_exec_core+14757>, 0x7fcd00549af9 <vm_exec_core+14537>, 0x7fcd00549c40 <vm_exec_core+14864>, 0x7fcd00548f57 <vm_exec_core+11559>, 0x7fcd00549909 <vm_exec_core+14041>, 0x7fcd0054713d <vm_exec_core+3853>, 0x7fcd0054704d <vm_exec_core+3613>, 0x7fcd00546fda <vm_exec_core+3498>, 0x7fcd00546c64 <vm_exec_core+2612>, 0x7fcd00546b4a <vm_exec_core+2330>, 0x7fcd00546d1f <vm_exec_core+2799>, 0x7fcd00546982 <vm_exec_core+1874>, 0x7fcd00546f8f <vm_exec_core+3423>, 0x7fcd00546a61 <vm_exec_core+2097>, 0x7fcd00546def <vm_exec_core+3007>, 0x7fcd00546891 <vm_exec_core+1633>, 0x7fcd005467a9 <vm_exec_core+1401>, 0x7fcd005466eb <vm_exec_core+1211>, 0x7fcd005465d0 <vm_exec_core+928>, 0x7fcd00546518 <vm_exec_core+744>, 0x7fcd0054644e <vm_exec_core+542>, 0x7fcd00546352 <vm_exec_core+290>, 0x7fcd0054b606 <vm_exec_core+21462>, 0x7fcd0054844a <vm_exec_core+8730>, 0x7fcd0054835e <vm_exec_core+8494>, 0x7fcd0054b5f1 <vm_exec_core+21441>, 0x7fcd005482ac <vm_exec_core+8316>, 0x7fcd00548199 <vm_exec_core+8041>, 0x7fcd00548094 <vm_exec_core+7780>, 0x7fcd00547fad <vm_exec_core+7549>, 0x7fcd00547eb1 <vm_exec_core+7297>, 0x7fcd0054a1ba <vm_exec_core+16266>, 0x7fcd005486f5 <vm_exec_core+9413>, 0x7fcd00548649 <vm_exec_core+9241>, 0x7fcd005485aa <vm_exec_core+9082>, 0x7fcd0054850b <vm_exec_core+8923>, 0x7fcd00548843 <vm_exec_core+9747>, 0x7fcd00548790 <vm_exec_core+9568>, 0x7fcd0054b5dc <vm_exec_core+21420>, 0x7fcd0054b5c7 <vm_exec_core+21399>, 0x7fcd0054b5b2 <vm_exec_core+21378>, 0x7fcd0054b55e <vm_exec_core+21294>, 0x7fcd0054b549 <vm_exec_core+21273>, 0x7fcd0054b534 <vm_exec_core+21252>, 0x7fcd0054b518 <vm_exec_core+21224>, 0x7fcd0054b503 <vm_exec_core+21203>, 0x7fcd0054b4ee <vm_exec_core+21182>, 0x7fcd0054b4d9 <vm_exec_core+21161>, 0x7fcd0054b4c4 <vm_exec_core+21140>, 0x7fcd0054b4af <vm_exec_core+21119>, 0x7fcd0054b49a <vm_exec_core+21098>, 0x7fcd0054b485 <vm_exec_core+21077>, 0x7fcd0054b470 <vm_exec_core+21056>, 0x7fcd0054b45b <vm_exec_core+21035>, 0x7fcd00548913 <vm_exec_core+9955>, 0x7fcd00547dc7 <vm_exec_core+7063>, 0x7fcd0054b446 <vm_exec_core+21014>, 0x7fcd0054b59d <vm_exec_core+21357>, 0x7fcd0054b588 <vm_exec_core+21336>, 0x7fcd0054b573 <vm_exec_core+21315>, 0x7fcd0054626c <vm_exec_core+60>, 0x7fcd00546270 <vm_exec_core+64>, 0x7fcd00547ccf <vm_exec_core+6815>, 0x7fcd00547af6 <vm_exec_core+6342>, 0x7fcd00547bd4 <vm_exec_core+6564>, 0x7fcd00547a0e <vm_exec_core+6110>, 0x7fcd00547926 <vm_exec_core+5878>, 0x7fcd0054787b <vm_exec_core+5707>, 0x7fcd005477d0 <vm_exec_core+5536>...}
        __func__ = "vm_exec_core"
#41 0x00007fcd0054d5aa in rb_vm_exec (ec=ec@entry=0x55a54e3332f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2467
        _ec = 0x55a54e3332f0
        _tag = {tag = 36, retval = 4, buf = {0x55a54e3332f0, 0x7fcd0054d5b8 <rb_vm_exec+264>, 0x0, 0x7ffca807e3c0, 0x55a54e3332f0}, prev = 0x7ffca807e790, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 36
#42 0x00007fcd0054dc56 in invoke_block (ec=ec@entry=0x55a54e3332f0, iseq=iseq@entry=0x7fccfe0863a0, self=self@entry=140518410874992, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>, captured=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1492
        arg_size = <optimized out>
#43 0x00007fcd0054ff82 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=140518410874992, captured=<optimized out>, ec=0x55a54e3332f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1562
        iseq = 0x7fccfe0863a0
        type = <optimized out>
        cfp = 0x7fccffed8bb0
        flags = 0
        use_argv = 0x7ffca807e588
        opt_pc = <optimized out>
        sp = 0x7fccffdd9360
        av = {140518450446184, 140518450472643}
        stack_argv = 0x7fccffdd9360
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#44 invoke_block_from_c_bh (ec=0x55a54e3332f0, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=0, cref=0x0, is_lambda=<optimized out>, force_blockarg=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1580
        captured = <optimized out>
#45 0x00007fcd00550049 in vm_yield_with_cref (ec=0x55a54e3332f0, argc=argc@entry=1, argv=argv@entry=0x7ffca807e588, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1617
No locals.
#46 0x00007fcd00550068 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca807e588, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1625
No locals.
#47 0x00007fcd00550094 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffca807e588) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#48 0x00007fcd00550107 in rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#49 0x00007fcd00352427 in rb_ary_each (ary=140518359770112) at /tmp/ruby/src/trunk-asserts-nopara/array.c:2532
        i = 593
#50 0x00007fcd0053b7a9 in vm_call_cfunc_with_frame_ (ec=0x55a54e3332f0, reg_cfp=0x7fccffed8be8, calling=<optimized out>, argc=0, argv=0x7fccffdd9348, stack_bottom=0x7fccffdd9340) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0xbe100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fccfc0e5970
        cfunc = 0x55a54e3878d8
        recv = 140518359770112
        block_handler = 140518443813889
        frame_type = 1431634051
        __func__ = "vm_call_cfunc_with_frame_"
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#51 0x00007fcd00545179 in vm_sendish (ec=0x55a54e3332f0, reg_cfp=0x7fccffed8be8, cd=0x55a54e491c10, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:5553
        val = 36
        ci = 0xbe100000001
        cc = 0x7fccfc4663a0
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x55a54e491c10, cc = 0x7fccfae3fec0, block_handler = 140518443813889, recv = 140518359770112, argc = 0, kw_splat = false, heap_argv = 0}
#52 0x00007fcd0054abc9 in vm_exec_core (ec=0x55a54e3332f0) at ../../src/trunk-asserts-nopara/insns.def:802
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        canary = 0x0
        cd = 0x55a54e491c10
        reg_pc = 0x55a54e4a96e8
        reg_cfp = 0x7fccffed8be8
        insns_address_table = {0x7fcd005476a0 <vm_exec_core+5232>, 0x7fcd005475b3 <vm_exec_core+4995>, 0x7fcd005474fa <vm_exec_core+4810>, 0x7fcd005473dc <vm_exec_core+4524>, 0x7fcd005472e9 <vm_exec_core+4281>, 0x7fcd005471cb <vm_exec_core+3995>, 0x7fcd005494dd <vm_exec_core+12973>, 0x7fcd0054942f <vm_exec_core+12799>, 0x7fcd00549343 <vm_exec_core+12563>, 0x7fcd00549292 <vm_exec_core+12386>, 0x7fcd00549760 <vm_exec_core+13616>, 0x7fcd005495d4 <vm_exec_core+13220>, 0x7fcd0054968d <vm_exec_core+13405>, 0x7fcd00548e73 <vm_exec_core+11331>, 0x7fcd00549137 <vm_exec_core+12039>, 0x7fcd00549069 <vm_exec_core+11833>, 0x7fcd005491f4 <vm_exec_core+12228>, 0x7fcd00548ce5 <vm_exec_core+10933>, 0x7fcd00548c24 <vm_exec_core+10740>, 0x7fcd00548baa <vm_exec_core+10618>, 0x7fcd00548ac4 <vm_exec_core+10388>, 0x7fcd005489f2 <vm_exec_core+10178>, 0x7fcd0054a0d9 <vm_exec_core+16041>, 0x7fcd00549d2c <vm_exec_core+15100>, 0x7fcd00549ed6 <vm_exec_core+15526>, 0x7fcd0054984b <vm_exec_core+13851>, 0x7fcd00549fe4 <vm_exec_core+15796>, 0x7fcd00549a02 <vm_exec_core+14290>, 0x7fcd00549e08 <vm_exec_core+15320>, 0x7fcd00548da5 <vm_exec_core+11125>, 0x7fcd00549be5 <vm_exec_core+14773>, 0x7fcd00549b09 <vm_exec_core+14553>, 0x7fcd00549c50 <vm_exec_core+14880>, 0x7fcd00548f67 <vm_exec_core+11575>, 0x7fcd00549919 <vm_exec_core+14057>, 0x7fcd0054714d <vm_exec_core+3869>, 0x7fcd0054705d <vm_exec_core+3629>, 0x7fcd00546fea <vm_exec_core+3514>, 0x7fcd00546c74 <vm_exec_core+2628>, 0x7fcd00546b5a <vm_exec_core+2346>, 0x7fcd00546d2f <vm_exec_core+2815>, 0x7fcd00546992 <vm_exec_core+1890>, 0x7fcd00546f9f <vm_exec_core+3439>, 0x7fcd00546a71 <vm_exec_core+2113>, 0x7fcd00546dff <vm_exec_core+3023>, 0x7fcd005468a1 <vm_exec_core+1649>, 0x7fcd005467b9 <vm_exec_core+1417>, 0x7fcd005466fb <vm_exec_core+1227>, 0x7fcd005465e0 <vm_exec_core+944>, 0x7fcd00546528 <vm_exec_core+760>, 0x7fcd0054645e <vm_exec_core+558>, 0x7fcd00546362 <vm_exec_core+306>, 0x7fcd00546280 <vm_exec_core+80>, 0x7fcd0054845a <vm_exec_core+8746>, 0x7fcd0054836e <vm_exec_core+8510>, 0x7fcd0054c378 <vm_exec_core+24904>, 0x7fcd005482bc <vm_exec_core+8332>, 0x7fcd005481a9 <vm_exec_core+8057>, 0x7fcd005480a4 <vm_exec_core+7796>, 0x7fcd00547fbd <vm_exec_core+7565>, 0x7fcd00547ec1 <vm_exec_core+7313>, 0x7fcd0054a1ca <vm_exec_core+16282>, 0x7fcd00548705 <vm_exec_core+9429>, 0x7fcd00548659 <vm_exec_core+9257>, 0x7fcd005485ba <vm_exec_core+9098>, 0x7fcd0054851b <vm_exec_core+8939>, 0x7fcd00548853 <vm_exec_core+9763>, 0x7fcd005487a0 <vm_exec_core+9584>, 0x7fcd0054c000 <vm_exec_core+24016>, 0x7fcd0054c6d1 <vm_exec_core+25761>, 0x7fcd0054c1ac <vm_exec_core+24444>, 0x7fcd0054c525 <vm_exec_core+25333>, 0x7fcd0054be54 <vm_exec_core+23588>, 0x7fcd0054c87d <vm_exec_core+26189>, 0x7fcd0054c282 <vm_exec_core+24658>, 0x7fcd0054c5fb <vm_exec_core+25547>, 0x7fcd0054bf2a <vm_exec_core+23802>, 0x7fcd0054c7a7 <vm_exec_core+25975>, 0x7fcd0054c0d6 <vm_exec_core+24230>, 0x7fcd0054c44f <vm_exec_core+25119>, 0x7fcd0054bd7e <vm_exec_core+23374>, 0x7fcd0054bca8 <vm_exec_core+23160>, 0x7fcd0054ba27 <vm_exec_core+22519>, 0x7fcd0054bbc4 <vm_exec_core+22932>, 0x7fcd00548923 <vm_exec_core+9971>, 0x7fcd00547dd7 <vm_exec_core+7079>, 0x7fcd0054b7c8 <vm_exec_core+21912>, 0x7fcd0054b95b <vm_exec_core+22315>, 0x7fcd0054b894 <vm_exec_core+22116>, 0x7fcd0054bafd <vm_exec_core+22733>, 0x7fcd0054b6f1 <vm_exec_core+21697>, 0x7fcd0054b61b <vm_exec_core+21483>, 0x7fcd00547cdf <vm_exec_core+6831>, 0x7fcd00547b06 <vm_exec_core+6358>, 0x7fcd00547be4 <vm_exec_core+6580>, 0x7fcd00547a1e <vm_exec_core+6126>, 0x7fcd00547936 <vm_exec_core+5894>, 0x7fcd0054788b <vm_exec_core+5723>, 0x7fcd005477e0 <vm_exec_core+5552>, 0x7fcd00547762 <vm_exec_core+5426>, 0x7fcd005476e4 <vm_exec_core+5300>, 0x7fcd00547690 <vm_exec_core+5216>, 0x7fcd005475a3 <vm_exec_core+4979>, 0x7fcd005474ea <vm_exec_core+4794>, 0x7fcd005473cc <vm_exec_core+4508>, 0x7fcd005472d9 <vm_exec_core+4265>, 0x7fcd005471bb <vm_exec_core+3979>, 0x7fcd005494cd <vm_exec_core+12957>, 0x7fcd0054941f <vm_exec_core+12783>, 0x7fcd00549333 <vm_exec_core+12547>, 0x7fcd00549282 <vm_exec_core+12370>, 0x7fcd00549750 <vm_exec_core+13600>, 0x7fcd005495c4 <vm_exec_core+13204>, 0x7fcd0054967d <vm_exec_core+13389>, 0x7fcd00548e63 <vm_exec_core+11315>, 0x7fcd00549127 <vm_exec_core+12023>, 0x7fcd00549059 <vm_exec_core+11817>, 0x7fcd005491e4 <vm_exec_core+12212>, 0x7fcd00548cd5 <vm_exec_core+10917>, 0x7fcd00548c14 <vm_exec_core+10724>, 0x7fcd00548b9a <vm_exec_core+10602>, 0x7fcd00548ab4 <vm_exec_core+10372>, 0x7fcd005489e2 <vm_exec_core+10162>, 0x7fcd0054a0c9 <vm_exec_core+16025>, 0x7fcd00549d1c <vm_exec_core+15084>, 0x7fcd00549ec6 <vm_exec_core+15510>, 0x7fcd0054983b <vm_exec_core+13835>, 0x7fcd00549fd4 <vm_exec_core+15780>, 0x7fcd005499f2 <vm_exec_core+14274>, 0x7fcd00549df8 <vm_exec_core+15304>, 0x7fcd00548d95 <vm_exec_core+11109>, 0x7fcd00549bd5 <vm_exec_core+14757>, 0x7fcd00549af9 <vm_exec_core+14537>, 0x7fcd00549c40 <vm_exec_core+14864>, 0x7fcd00548f57 <vm_exec_core+11559>, 0x7fcd00549909 <vm_exec_core+14041>, 0x7fcd0054713d <vm_exec_core+3853>, 0x7fcd0054704d <vm_exec_core+3613>, 0x7fcd00546fda <vm_exec_core+3498>, 0x7fcd00546c64 <vm_exec_core+2612>, 0x7fcd00546b4a <vm_exec_core+2330>, 0x7fcd00546d1f <vm_exec_core+2799>, 0x7fcd00546982 <vm_exec_core+1874>, 0x7fcd00546f8f <vm_exec_core+3423>, 0x7fcd00546a61 <vm_exec_core+2097>, 0x7fcd00546def <vm_exec_core+3007>, 0x7fcd00546891 <vm_exec_core+1633>, 0x7fcd005467a9 <vm_exec_core+1401>, 0x7fcd005466eb <vm_exec_core+1211>, 0x7fcd005465d0 <vm_exec_core+928>, 0x7fcd00546518 <vm_exec_core+744>, 0x7fcd0054644e <vm_exec_core+542>, 0x7fcd00546352 <vm_exec_core+290>, 0x7fcd0054b606 <vm_exec_core+21462>, 0x7fcd0054844a <vm_exec_core+8730>, 0x7fcd0054835e <vm_exec_core+8494>, 0x7fcd0054b5f1 <vm_exec_core+21441>, 0x7fcd005482ac <vm_exec_core+8316>, 0x7fcd00548199 <vm_exec_core+8041>, 0x7fcd00548094 <vm_exec_core+7780>, 0x7fcd00547fad <vm_exec_core+7549>, 0x7fcd00547eb1 <vm_exec_core+7297>, 0x7fcd0054a1ba <vm_exec_core+16266>, 0x7fcd005486f5 <vm_exec_core+9413>, 0x7fcd00548649 <vm_exec_core+9241>, 0x7fcd005485aa <vm_exec_core+9082>, 0x7fcd0054850b <vm_exec_core+8923>, 0x7fcd00548843 <vm_exec_core+9747>, 0x7fcd00548790 <vm_exec_core+9568>, 0x7fcd0054b5dc <vm_exec_core+21420>, 0x7fcd0054b5c7 <vm_exec_core+21399>, 0x7fcd0054b5b2 <vm_exec_core+21378>, 0x7fcd0054b55e <vm_exec_core+21294>, 0x7fcd0054b549 <vm_exec_core+21273>, 0x7fcd0054b534 <vm_exec_core+21252>, 0x7fcd0054b518 <vm_exec_core+21224>, 0x7fcd0054b503 <vm_exec_core+21203>, 0x7fcd0054b4ee <vm_exec_core+21182>, 0x7fcd0054b4d9 <vm_exec_core+21161>, 0x7fcd0054b4c4 <vm_exec_core+21140>, 0x7fcd0054b4af <vm_exec_core+21119>, 0x7fcd0054b49a <vm_exec_core+21098>, 0x7fcd0054b485 <vm_exec_core+21077>, 0x7fcd0054b470 <vm_exec_core+21056>, 0x7fcd0054b45b <vm_exec_core+21035>, 0x7fcd00548913 <vm_exec_core+9955>, 0x7fcd00547dc7 <vm_exec_core+7063>, 0x7fcd0054b446 <vm_exec_core+21014>, 0x7fcd0054b59d <vm_exec_core+21357>, 0x7fcd0054b588 <vm_exec_core+21336>, 0x7fcd0054b573 <vm_exec_core+21315>, 0x7fcd0054626c <vm_exec_core+60>, 0x7fcd00546270 <vm_exec_core+64>, 0x7fcd00547ccf <vm_exec_core+6815>, 0x7fcd00547af6 <vm_exec_core+6342>, 0x7fcd00547bd4 <vm_exec_core+6564>, 0x7fcd00547a0e <vm_exec_core+6110>, 0x7fcd00547926 <vm_exec_core+5878>, 0x7fcd0054787b <vm_exec_core+5707>, 0x7fcd005477d0 <vm_exec_core+5536>...}
        __func__ = "vm_exec_core"
#53 0x00007fcd0054d5aa in rb_vm_exec (ec=ec@entry=0x55a54e3332f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2467
        _ec = 0x55a54e3332f0
        _tag = {tag = 36, retval = 4, buf = {0x55a54e3332f0, 0x7fcd0054d5b8 <rb_vm_exec+264>, 0x0, 0x7ffca807e770, 0x55a54e3332f0}, prev = 0x7ffca807eb60, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 36
#54 0x00007fcd0054dc56 in invoke_block (ec=ec@entry=0x55a54e3332f0, iseq=iseq@entry=0x7fccfe8e23c0, self=self@entry=140518410874992, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>, captured=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1492
        arg_size = <optimized out>
#55 0x00007fcd0054ff82 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=140518410874992, captured=<optimized out>, ec=0x55a54e3332f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1562
        iseq = 0x7fccfe8e23c0
        type = <optimized out>
        cfp = 0x7fccffed8d38
        flags = 0
        use_argv = 0x7ffca807e938
        opt_pc = <optimized out>
        sp = 0x7fccffdd9200
        av = {140518450446184, 140518450472643}
        stack_argv = 0x7fccffdd9200
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#56 invoke_block_from_c_bh (ec=0x55a54e3332f0, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=0, cref=0x0, is_lambda=<optimized out>, force_blockarg=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1580
        captured = <optimized out>
#57 0x00007fcd00550049 in vm_yield_with_cref (ec=0x55a54e3332f0, argc=argc@entry=1, argv=argv@entry=0x7ffca807e938, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1617
No locals.
#58 0x00007fcd00550068 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca807e938, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1625
No locals.
#59 0x00007fcd00550094 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffca807e938) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#60 0x00007fcd00550107 in rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#61 0x00007fcd00352427 in rb_ary_each (ary=140518359771504) at /tmp/ruby/src/trunk-asserts-nopara/array.c:2532
        i = 0
#62 0x00007fcd0053b7a9 in vm_call_cfunc_with_frame_ (ec=0x55a54e3332f0, reg_cfp=0x7fccffed8d70, calling=<optimized out>, argc=0, argv=0x7fccffdd91e8, stack_bottom=0x7fccffdd91e0) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0xbe100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fccfc0e5970
        cfunc = 0x55a54e3878d8
        recv = 140518359771504
        block_handler = 140518443814281
        frame_type = 1431634051
        __func__ = "vm_call_cfunc_with_frame_"
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#63 0x00007fcd00545179 in vm_sendish (ec=0x55a54e3332f0, reg_cfp=0x7fccffed8d70, cd=0x55a54e455b20, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:5553
        val = 36
        ci = 0xbe100000001
        cc = 0x7fccfc4663a0
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x55a54e455b20, cc = 0x7fccfaeb2850, block_handler = 140518443814281, recv = 140518359771504, argc = 0, kw_splat = false, heap_argv = 0}
#64 0x00007fcd0054abc9 in vm_exec_core (ec=0x55a54e3332f0) at ../../src/trunk-asserts-nopara/insns.def:802
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        canary = 0x0
        cd = 0x55a54e455b20
        reg_pc = 0x55a54e4b3510
        reg_cfp = 0x7fccffed8d70
        insns_address_table = {0x7fcd005476a0 <vm_exec_core+5232>, 0x7fcd005475b3 <vm_exec_core+4995>, 0x7fcd005474fa <vm_exec_core+4810>, 0x7fcd005473dc <vm_exec_core+4524>, 0x7fcd005472e9 <vm_exec_core+4281>, 0x7fcd005471cb <vm_exec_core+3995>, 0x7fcd005494dd <vm_exec_core+12973>, 0x7fcd0054942f <vm_exec_core+12799>, 0x7fcd00549343 <vm_exec_core+12563>, 0x7fcd00549292 <vm_exec_core+12386>, 0x7fcd00549760 <vm_exec_core+13616>, 0x7fcd005495d4 <vm_exec_core+13220>, 0x7fcd0054968d <vm_exec_core+13405>, 0x7fcd00548e73 <vm_exec_core+11331>, 0x7fcd00549137 <vm_exec_core+12039>, 0x7fcd00549069 <vm_exec_core+11833>, 0x7fcd005491f4 <vm_exec_core+12228>, 0x7fcd00548ce5 <vm_exec_core+10933>, 0x7fcd00548c24 <vm_exec_core+10740>, 0x7fcd00548baa <vm_exec_core+10618>, 0x7fcd00548ac4 <vm_exec_core+10388>, 0x7fcd005489f2 <vm_exec_core+10178>, 0x7fcd0054a0d9 <vm_exec_core+16041>, 0x7fcd00549d2c <vm_exec_core+15100>, 0x7fcd00549ed6 <vm_exec_core+15526>, 0x7fcd0054984b <vm_exec_core+13851>, 0x7fcd00549fe4 <vm_exec_core+15796>, 0x7fcd00549a02 <vm_exec_core+14290>, 0x7fcd00549e08 <vm_exec_core+15320>, 0x7fcd00548da5 <vm_exec_core+11125>, 0x7fcd00549be5 <vm_exec_core+14773>, 0x7fcd00549b09 <vm_exec_core+14553>, 0x7fcd00549c50 <vm_exec_core+14880>, 0x7fcd00548f67 <vm_exec_core+11575>, 0x7fcd00549919 <vm_exec_core+14057>, 0x7fcd0054714d <vm_exec_core+3869>, 0x7fcd0054705d <vm_exec_core+3629>, 0x7fcd00546fea <vm_exec_core+3514>, 0x7fcd00546c74 <vm_exec_core+2628>, 0x7fcd00546b5a <vm_exec_core+2346>, 0x7fcd00546d2f <vm_exec_core+2815>, 0x7fcd00546992 <vm_exec_core+1890>, 0x7fcd00546f9f <vm_exec_core+3439>, 0x7fcd00546a71 <vm_exec_core+2113>, 0x7fcd00546dff <vm_exec_core+3023>, 0x7fcd005468a1 <vm_exec_core+1649>, 0x7fcd005467b9 <vm_exec_core+1417>, 0x7fcd005466fb <vm_exec_core+1227>, 0x7fcd005465e0 <vm_exec_core+944>, 0x7fcd00546528 <vm_exec_core+760>, 0x7fcd0054645e <vm_exec_core+558>, 0x7fcd00546362 <vm_exec_core+306>, 0x7fcd00546280 <vm_exec_core+80>, 0x7fcd0054845a <vm_exec_core+8746>, 0x7fcd0054836e <vm_exec_core+8510>, 0x7fcd0054c378 <vm_exec_core+24904>, 0x7fcd005482bc <vm_exec_core+8332>, 0x7fcd005481a9 <vm_exec_core+8057>, 0x7fcd005480a4 <vm_exec_core+7796>, 0x7fcd00547fbd <vm_exec_core+7565>, 0x7fcd00547ec1 <vm_exec_core+7313>, 0x7fcd0054a1ca <vm_exec_core+16282>, 0x7fcd00548705 <vm_exec_core+9429>, 0x7fcd00548659 <vm_exec_core+9257>, 0x7fcd005485ba <vm_exec_core+9098>, 0x7fcd0054851b <vm_exec_core+8939>, 0x7fcd00548853 <vm_exec_core+9763>, 0x7fcd005487a0 <vm_exec_core+9584>, 0x7fcd0054c000 <vm_exec_core+24016>, 0x7fcd0054c6d1 <vm_exec_core+25761>, 0x7fcd0054c1ac <vm_exec_core+24444>, 0x7fcd0054c525 <vm_exec_core+25333>, 0x7fcd0054be54 <vm_exec_core+23588>, 0x7fcd0054c87d <vm_exec_core+26189>, 0x7fcd0054c282 <vm_exec_core+24658>, 0x7fcd0054c5fb <vm_exec_core+25547>, 0x7fcd0054bf2a <vm_exec_core+23802>, 0x7fcd0054c7a7 <vm_exec_core+25975>, 0x7fcd0054c0d6 <vm_exec_core+24230>, 0x7fcd0054c44f <vm_exec_core+25119>, 0x7fcd0054bd7e <vm_exec_core+23374>, 0x7fcd0054bca8 <vm_exec_core+23160>, 0x7fcd0054ba27 <vm_exec_core+22519>, 0x7fcd0054bbc4 <vm_exec_core+22932>, 0x7fcd00548923 <vm_exec_core+9971>, 0x7fcd00547dd7 <vm_exec_core+7079>, 0x7fcd0054b7c8 <vm_exec_core+21912>, 0x7fcd0054b95b <vm_exec_core+22315>, 0x7fcd0054b894 <vm_exec_core+22116>, 0x7fcd0054bafd <vm_exec_core+22733>, 0x7fcd0054b6f1 <vm_exec_core+21697>, 0x7fcd0054b61b <vm_exec_core+21483>, 0x7fcd00547cdf <vm_exec_core+6831>, 0x7fcd00547b06 <vm_exec_core+6358>, 0x7fcd00547be4 <vm_exec_core+6580>, 0x7fcd00547a1e <vm_exec_core+6126>, 0x7fcd00547936 <vm_exec_core+5894>, 0x7fcd0054788b <vm_exec_core+5723>, 0x7fcd005477e0 <vm_exec_core+5552>, 0x7fcd00547762 <vm_exec_core+5426>, 0x7fcd005476e4 <vm_exec_core+5300>, 0x7fcd00547690 <vm_exec_core+5216>, 0x7fcd005475a3 <vm_exec_core+4979>, 0x7fcd005474ea <vm_exec_core+4794>, 0x7fcd005473cc <vm_exec_core+4508>, 0x7fcd005472d9 <vm_exec_core+4265>, 0x7fcd005471bb <vm_exec_core+3979>, 0x7fcd005494cd <vm_exec_core+12957>, 0x7fcd0054941f <vm_exec_core+12783>, 0x7fcd00549333 <vm_exec_core+12547>, 0x7fcd00549282 <vm_exec_core+12370>, 0x7fcd00549750 <vm_exec_core+13600>, 0x7fcd005495c4 <vm_exec_core+13204>, 0x7fcd0054967d <vm_exec_core+13389>, 0x7fcd00548e63 <vm_exec_core+11315>, 0x7fcd00549127 <vm_exec_core+12023>, 0x7fcd00549059 <vm_exec_core+11817>, 0x7fcd005491e4 <vm_exec_core+12212>, 0x7fcd00548cd5 <vm_exec_core+10917>, 0x7fcd00548c14 <vm_exec_core+10724>, 0x7fcd00548b9a <vm_exec_core+10602>, 0x7fcd00548ab4 <vm_exec_core+10372>, 0x7fcd005489e2 <vm_exec_core+10162>, 0x7fcd0054a0c9 <vm_exec_core+16025>, 0x7fcd00549d1c <vm_exec_core+15084>, 0x7fcd00549ec6 <vm_exec_core+15510>, 0x7fcd0054983b <vm_exec_core+13835>, 0x7fcd00549fd4 <vm_exec_core+15780>, 0x7fcd005499f2 <vm_exec_core+14274>, 0x7fcd00549df8 <vm_exec_core+15304>, 0x7fcd00548d95 <vm_exec_core+11109>, 0x7fcd00549bd5 <vm_exec_core+14757>, 0x7fcd00549af9 <vm_exec_core+14537>, 0x7fcd00549c40 <vm_exec_core+14864>, 0x7fcd00548f57 <vm_exec_core+11559>, 0x7fcd00549909 <vm_exec_core+14041>, 0x7fcd0054713d <vm_exec_core+3853>, 0x7fcd0054704d <vm_exec_core+3613>, 0x7fcd00546fda <vm_exec_core+3498>, 0x7fcd00546c64 <vm_exec_core+2612>, 0x7fcd00546b4a <vm_exec_core+2330>, 0x7fcd00546d1f <vm_exec_core+2799>, 0x7fcd00546982 <vm_exec_core+1874>, 0x7fcd00546f8f <vm_exec_core+3423>, 0x7fcd00546a61 <vm_exec_core+2097>, 0x7fcd00546def <vm_exec_core+3007>, 0x7fcd00546891 <vm_exec_core+1633>, 0x7fcd005467a9 <vm_exec_core+1401>, 0x7fcd005466eb <vm_exec_core+1211>, 0x7fcd005465d0 <vm_exec_core+928>, 0x7fcd00546518 <vm_exec_core+744>, 0x7fcd0054644e <vm_exec_core+542>, 0x7fcd00546352 <vm_exec_core+290>, 0x7fcd0054b606 <vm_exec_core+21462>, 0x7fcd0054844a <vm_exec_core+8730>, 0x7fcd0054835e <vm_exec_core+8494>, 0x7fcd0054b5f1 <vm_exec_core+21441>, 0x7fcd005482ac <vm_exec_core+8316>, 0x7fcd00548199 <vm_exec_core+8041>, 0x7fcd00548094 <vm_exec_core+7780>, 0x7fcd00547fad <vm_exec_core+7549>, 0x7fcd00547eb1 <vm_exec_core+7297>, 0x7fcd0054a1ba <vm_exec_core+16266>, 0x7fcd005486f5 <vm_exec_core+9413>, 0x7fcd00548649 <vm_exec_core+9241>, 0x7fcd005485aa <vm_exec_core+9082>, 0x7fcd0054850b <vm_exec_core+8923>, 0x7fcd00548843 <vm_exec_core+9747>, 0x7fcd00548790 <vm_exec_core+9568>, 0x7fcd0054b5dc <vm_exec_core+21420>, 0x7fcd0054b5c7 <vm_exec_core+21399>, 0x7fcd0054b5b2 <vm_exec_core+21378>, 0x7fcd0054b55e <vm_exec_core+21294>, 0x7fcd0054b549 <vm_exec_core+21273>, 0x7fcd0054b534 <vm_exec_core+21252>, 0x7fcd0054b518 <vm_exec_core+21224>, 0x7fcd0054b503 <vm_exec_core+21203>, 0x7fcd0054b4ee <vm_exec_core+21182>, 0x7fcd0054b4d9 <vm_exec_core+21161>, 0x7fcd0054b4c4 <vm_exec_core+21140>, 0x7fcd0054b4af <vm_exec_core+21119>, 0x7fcd0054b49a <vm_exec_core+21098>, 0x7fcd0054b485 <vm_exec_core+21077>, 0x7fcd0054b470 <vm_exec_core+21056>, 0x7fcd0054b45b <vm_exec_core+21035>, 0x7fcd00548913 <vm_exec_core+9955>, 0x7fcd00547dc7 <vm_exec_core+7063>, 0x7fcd0054b446 <vm_exec_core+21014>, 0x7fcd0054b59d <vm_exec_core+21357>, 0x7fcd0054b588 <vm_exec_core+21336>, 0x7fcd0054b573 <vm_exec_core+21315>, 0x7fcd0054626c <vm_exec_core+60>, 0x7fcd00546270 <vm_exec_core+64>, 0x7fcd00547ccf <vm_exec_core+6815>, 0x7fcd00547af6 <vm_exec_core+6342>, 0x7fcd00547bd4 <vm_exec_core+6564>, 0x7fcd00547a0e <vm_exec_core+6110>, 0x7fcd00547926 <vm_exec_core+5878>, 0x7fcd0054787b <vm_exec_core+5707>, 0x7fcd005477d0 <vm_exec_core+5536>...}
        __func__ = "vm_exec_core"
#65 0x00007fcd0054d4a0 in vm_exec_loop (ec=0x55a54e3332f0, state=<optimized out>, tag=0x7ffca807eb60, result=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2494
        __func__ = "vm_exec_loop"
#66 0x00007fcd0054d5e3 in rb_vm_exec (ec=0x7fccffed8bb0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2473
        _ec = 0x7fccffed8bb0
        _tag = {tag = 36, retval = 4, buf = {0x7fccfe052ce0, 0x7fcd0054d5b8 <rb_vm_exec+264>, 0x0, 0x7ffca807eb40, 0x7fccfe052cb0}, prev = 0x7ffca807ecc0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#67 0x00007fcd0054dbc0 in rb_iseq_eval (iseq=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2722
        ec = <optimized out>
        val = <optimized out>
#68 0x00007fcd0041f897 in load_iseq_eval (ec=ec@entry=0x55a54e3332f0, fname=fname@entry=140518411807920) at /tmp/ruby/src/trunk-asserts-nopara/load.c:739
        iseq = <optimized out>
#69 0x00007fcd004210a3 in require_internal (ec=ec@entry=0x55a54e3332f0, fname=<optimized out>, fname@entry=140518411807968, exception=exception@entry=1, warn=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/load.c:1247
        handle = <optimized out>
        found = 114
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x55a54e3332f0
        _tag = {tag = 36, retval = 140518450121025, buf = {0x7fccfe052ce0, 0x7fcd00420ed8 <require_internal+840>, 0x0, 0x7ffca807ebf0, 0x7fccfe06a8c0}, prev = 0x7ffca807ef40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x55a54e332090
        saved = {wrapper = 0, self = 140518442714112, errinfo = 4, ec = 0x55a54e3332f0}
        state = <optimized out>
        ftptr = 0x55a54e4ce960 "/tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb"
        path = 140518411807920
        saved_path = 140518411807920
        realpath = 140518411903680
        realpaths = <optimized out>
        realpath_map = <optimized out>
        reset_ext_config = false
        prev_ext_config = {ractor_safe = false}
        th2 = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#70 0x00007fcd004221a6 in rb_require_string (fname=140518411807968) at /tmp/ruby/src/trunk-asserts-nopara/load.c:1340
        ec = 0x55a54e3332f0
        result = <optimized out>
#71 0x00007fcd0053b7a9 in vm_call_cfunc_with_frame_ (ec=0x55a54e3332f0, reg_cfp=0x7fccffed8fa0, calling=<optimized out>, argc=1, argv=0x7fccffdd9050, stack_bottom=0x7fccffdd9048) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3475
        ci = 0x58a100140003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fccfe052d40
        cfunc = 0x55a54e3b20c8
        recv = 140518442714112
        block_handler = 0
        frame_type = 1431634051
        __func__ = "vm_call_cfunc_with_frame_"
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#72 0x00007fcd00545179 in vm_sendish (ec=0x55a54e3332f0, reg_cfp=0x7fccffed8fa0, cd=0x55a54e3ebcd0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:5553
        val = 36
        ci = 0x58a100140003
        cc = 0x7fccfe052d10
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x55a54e3ebcd0, cc = 0x7fccfe052d10, block_handler = 0, recv = 140518442714112, argc = 1, kw_splat = false, heap_argv = 0}
#73 0x00007fcd0054a27c in vm_exec_core (ec=0x55a54e3332f0) at ../../src/trunk-asserts-nopara/insns.def:822
        bh = 0
        cd = 0x55a54e3ebcd0
        leaf = false
        val = <optimized out>
        canary = 0x0
        reg_pc = 0x55a54e3eb8d0
        reg_cfp = 0x7fccffed8fa0
        insns_address_table = {0x7fcd005476a0 <vm_exec_core+5232>, 0x7fcd005475b3 <vm_exec_core+4995>, 0x7fcd005474fa <vm_exec_core+4810>, 0x7fcd005473dc <vm_exec_core+4524>, 0x7fcd005472e9 <vm_exec_core+4281>, 0x7fcd005471cb <vm_exec_core+3995>, 0x7fcd005494dd <vm_exec_core+12973>, 0x7fcd0054942f <vm_exec_core+12799>, 0x7fcd00549343 <vm_exec_core+12563>, 0x7fcd00549292 <vm_exec_core+12386>, 0x7fcd00549760 <vm_exec_core+13616>, 0x7fcd005495d4 <vm_exec_core+13220>, 0x7fcd0054968d <vm_exec_core+13405>, 0x7fcd00548e73 <vm_exec_core+11331>, 0x7fcd00549137 <vm_exec_core+12039>, 0x7fcd00549069 <vm_exec_core+11833>, 0x7fcd005491f4 <vm_exec_core+12228>, 0x7fcd00548ce5 <vm_exec_core+10933>, 0x7fcd00548c24 <vm_exec_core+10740>, 0x7fcd00548baa <vm_exec_core+10618>, 0x7fcd00548ac4 <vm_exec_core+10388>, 0x7fcd005489f2 <vm_exec_core+10178>, 0x7fcd0054a0d9 <vm_exec_core+16041>, 0x7fcd00549d2c <vm_exec_core+15100>, 0x7fcd00549ed6 <vm_exec_core+15526>, 0x7fcd0054984b <vm_exec_core+13851>, 0x7fcd00549fe4 <vm_exec_core+15796>, 0x7fcd00549a02 <vm_exec_core+14290>, 0x7fcd00549e08 <vm_exec_core+15320>, 0x7fcd00548da5 <vm_exec_core+11125>, 0x7fcd00549be5 <vm_exec_core+14773>, 0x7fcd00549b09 <vm_exec_core+14553>, 0x7fcd00549c50 <vm_exec_core+14880>, 0x7fcd00548f67 <vm_exec_core+11575>, 0x7fcd00549919 <vm_exec_core+14057>, 0x7fcd0054714d <vm_exec_core+3869>, 0x7fcd0054705d <vm_exec_core+3629>, 0x7fcd00546fea <vm_exec_core+3514>, 0x7fcd00546c74 <vm_exec_core+2628>, 0x7fcd00546b5a <vm_exec_core+2346>, 0x7fcd00546d2f <vm_exec_core+2815>, 0x7fcd00546992 <vm_exec_core+1890>, 0x7fcd00546f9f <vm_exec_core+3439>, 0x7fcd00546a71 <vm_exec_core+2113>, 0x7fcd00546dff <vm_exec_core+3023>, 0x7fcd005468a1 <vm_exec_core+1649>, 0x7fcd005467b9 <vm_exec_core+1417>, 0x7fcd005466fb <vm_exec_core+1227>, 0x7fcd005465e0 <vm_exec_core+944>, 0x7fcd00546528 <vm_exec_core+760>, 0x7fcd0054645e <vm_exec_core+558>, 0x7fcd00546362 <vm_exec_core+306>, 0x7fcd00546280 <vm_exec_core+80>, 0x7fcd0054845a <vm_exec_core+8746>, 0x7fcd0054836e <vm_exec_core+8510>, 0x7fcd0054c378 <vm_exec_core+24904>, 0x7fcd005482bc <vm_exec_core+8332>, 0x7fcd005481a9 <vm_exec_core+8057>, 0x7fcd005480a4 <vm_exec_core+7796>, 0x7fcd00547fbd <vm_exec_core+7565>, 0x7fcd00547ec1 <vm_exec_core+7313>, 0x7fcd0054a1ca <vm_exec_core+16282>, 0x7fcd00548705 <vm_exec_core+9429>, 0x7fcd00548659 <vm_exec_core+9257>, 0x7fcd005485ba <vm_exec_core+9098>, 0x7fcd0054851b <vm_exec_core+8939>, 0x7fcd00548853 <vm_exec_core+9763>, 0x7fcd005487a0 <vm_exec_core+9584>, 0x7fcd0054c000 <vm_exec_core+24016>, 0x7fcd0054c6d1 <vm_exec_core+25761>, 0x7fcd0054c1ac <vm_exec_core+24444>, 0x7fcd0054c525 <vm_exec_core+25333>, 0x7fcd0054be54 <vm_exec_core+23588>, 0x7fcd0054c87d <vm_exec_core+26189>, 0x7fcd0054c282 <vm_exec_core+24658>, 0x7fcd0054c5fb <vm_exec_core+25547>, 0x7fcd0054bf2a <vm_exec_core+23802>, 0x7fcd0054c7a7 <vm_exec_core+25975>, 0x7fcd0054c0d6 <vm_exec_core+24230>, 0x7fcd0054c44f <vm_exec_core+25119>, 0x7fcd0054bd7e <vm_exec_core+23374>, 0x7fcd0054bca8 <vm_exec_core+23160>, 0x7fcd0054ba27 <vm_exec_core+22519>, 0x7fcd0054bbc4 <vm_exec_core+22932>, 0x7fcd00548923 <vm_exec_core+9971>, 0x7fcd00547dd7 <vm_exec_core+7079>, 0x7fcd0054b7c8 <vm_exec_core+21912>, 0x7fcd0054b95b <vm_exec_core+22315>, 0x7fcd0054b894 <vm_exec_core+22116>, 0x7fcd0054bafd <vm_exec_core+22733>, 0x7fcd0054b6f1 <vm_exec_core+21697>, 0x7fcd0054b61b <vm_exec_core+21483>, 0x7fcd00547cdf <vm_exec_core+6831>, 0x7fcd00547b06 <vm_exec_core+6358>, 0x7fcd00547be4 <vm_exec_core+6580>, 0x7fcd00547a1e <vm_exec_core+6126>, 0x7fcd00547936 <vm_exec_core+5894>, 0x7fcd0054788b <vm_exec_core+5723>, 0x7fcd005477e0 <vm_exec_core+5552>, 0x7fcd00547762 <vm_exec_core+5426>, 0x7fcd005476e4 <vm_exec_core+5300>, 0x7fcd00547690 <vm_exec_core+5216>, 0x7fcd005475a3 <vm_exec_core+4979>, 0x7fcd005474ea <vm_exec_core+4794>, 0x7fcd005473cc <vm_exec_core+4508>, 0x7fcd005472d9 <vm_exec_core+4265>, 0x7fcd005471bb <vm_exec_core+3979>, 0x7fcd005494cd <vm_exec_core+12957>, 0x7fcd0054941f <vm_exec_core+12783>, 0x7fcd00549333 <vm_exec_core+12547>, 0x7fcd00549282 <vm_exec_core+12370>, 0x7fcd00549750 <vm_exec_core+13600>, 0x7fcd005495c4 <vm_exec_core+13204>, 0x7fcd0054967d <vm_exec_core+13389>, 0x7fcd00548e63 <vm_exec_core+11315>, 0x7fcd00549127 <vm_exec_core+12023>, 0x7fcd00549059 <vm_exec_core+11817>, 0x7fcd005491e4 <vm_exec_core+12212>, 0x7fcd00548cd5 <vm_exec_core+10917>, 0x7fcd00548c14 <vm_exec_core+10724>, 0x7fcd00548b9a <vm_exec_core+10602>, 0x7fcd00548ab4 <vm_exec_core+10372>, 0x7fcd005489e2 <vm_exec_core+10162>, 0x7fcd0054a0c9 <vm_exec_core+16025>, 0x7fcd00549d1c <vm_exec_core+15084>, 0x7fcd00549ec6 <vm_exec_core+15510>, 0x7fcd0054983b <vm_exec_core+13835>, 0x7fcd00549fd4 <vm_exec_core+15780>, 0x7fcd005499f2 <vm_exec_core+14274>, 0x7fcd00549df8 <vm_exec_core+15304>, 0x7fcd00548d95 <vm_exec_core+11109>, 0x7fcd00549bd5 <vm_exec_core+14757>, 0x7fcd00549af9 <vm_exec_core+14537>, 0x7fcd00549c40 <vm_exec_core+14864>, 0x7fcd00548f57 <vm_exec_core+11559>, 0x7fcd00549909 <vm_exec_core+14041>, 0x7fcd0054713d <vm_exec_core+3853>, 0x7fcd0054704d <vm_exec_core+3613>, 0x7fcd00546fda <vm_exec_core+3498>, 0x7fcd00546c64 <vm_exec_core+2612>, 0x7fcd00546b4a <vm_exec_core+2330>, 0x7fcd00546d1f <vm_exec_core+2799>, 0x7fcd00546982 <vm_exec_core+1874>, 0x7fcd00546f8f <vm_exec_core+3423>, 0x7fcd00546a61 <vm_exec_core+2097>, 0x7fcd00546def <vm_exec_core+3007>, 0x7fcd00546891 <vm_exec_core+1633>, 0x7fcd005467a9 <vm_exec_core+1401>, 0x7fcd005466eb <vm_exec_core+1211>, 0x7fcd005465d0 <vm_exec_core+928>, 0x7fcd00546518 <vm_exec_core+744>, 0x7fcd0054644e <vm_exec_core+542>, 0x7fcd00546352 <vm_exec_core+290>, 0x7fcd0054b606 <vm_exec_core+21462>, 0x7fcd0054844a <vm_exec_core+8730>, 0x7fcd0054835e <vm_exec_core+8494>, 0x7fcd0054b5f1 <vm_exec_core+21441>, 0x7fcd005482ac <vm_exec_core+8316>, 0x7fcd00548199 <vm_exec_core+8041>, 0x7fcd00548094 <vm_exec_core+7780>, 0x7fcd00547fad <vm_exec_core+7549>, 0x7fcd00547eb1 <vm_exec_core+7297>, 0x7fcd0054a1ba <vm_exec_core+16266>, 0x7fcd005486f5 <vm_exec_core+9413>, 0x7fcd00548649 <vm_exec_core+9241>, 0x7fcd005485aa <vm_exec_core+9082>, 0x7fcd0054850b <vm_exec_core+8923>, 0x7fcd00548843 <vm_exec_core+9747>, 0x7fcd00548790 <vm_exec_core+9568>, 0x7fcd0054b5dc <vm_exec_core+21420>, 0x7fcd0054b5c7 <vm_exec_core+21399>, 0x7fcd0054b5b2 <vm_exec_core+21378>, 0x7fcd0054b55e <vm_exec_core+21294>, 0x7fcd0054b549 <vm_exec_core+21273>, 0x7fcd0054b534 <vm_exec_core+21252>, 0x7fcd0054b518 <vm_exec_core+21224>, 0x7fcd0054b503 <vm_exec_core+21203>, 0x7fcd0054b4ee <vm_exec_core+21182>, 0x7fcd0054b4d9 <vm_exec_core+21161>, 0x7fcd0054b4c4 <vm_exec_core+21140>, 0x7fcd0054b4af <vm_exec_core+21119>, 0x7fcd0054b49a <vm_exec_core+21098>, 0x7fcd0054b485 <vm_exec_core+21077>, 0x7fcd0054b470 <vm_exec_core+21056>, 0x7fcd0054b45b <vm_exec_core+21035>, 0x7fcd00548913 <vm_exec_core+9955>, 0x7fcd00547dc7 <vm_exec_core+7063>, 0x7fcd0054b446 <vm_exec_core+21014>, 0x7fcd0054b59d <vm_exec_core+21357>, 0x7fcd0054b588 <vm_exec_core+21336>, 0x7fcd0054b573 <vm_exec_core+21315>, 0x7fcd0054626c <vm_exec_core+60>, 0x7fcd00546270 <vm_exec_core+64>, 0x7fcd00547ccf <vm_exec_core+6815>, 0x7fcd00547af6 <vm_exec_core+6342>, 0x7fcd00547bd4 <vm_exec_core+6564>, 0x7fcd00547a0e <vm_exec_core+6110>, 0x7fcd00547926 <vm_exec_core+5878>, 0x7fcd0054787b <vm_exec_core+5707>, 0x7fcd005477d0 <vm_exec_core+5536>...}
        __func__ = "vm_exec_core"
#74 0x00007fcd0054d5aa in rb_vm_exec (ec=0x55a54e3332f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2467
        _ec = 0x55a54e3332f0
        _tag = {tag = 36, retval = 4, buf = {0x55a54e3332f0, 0x7fcd0054d5b8 <rb_vm_exec+264>, 0x0, 0x7ffca807ef20, 0x7fcd0052bf68 <imemo_type_p+8>}, prev = 0x7ffca807eff0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 36
#75 0x00007fcd0054dbf0 in rb_iseq_eval_main (iseq=iseq@entry=0x7fccfe053880) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2733
        ec = <optimized out>
        val = <optimized out>
#76 0x00007fcd003ca3c0 in rb_ec_exec_node (ec=ec@entry=0x55a54e3332f0, n=n@entry=0x7fccfe053880) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 94168469943024, buf = {0x55a54e3332f0, 0x7fcd003ca3f0 <rb_ec_exec_node+192>, 0x0, 0x7ffca807efd0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fccfe053880
#77 0x00007fcd003cf7cb in ruby_run_node (n=0x7fccfe053880) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:328
        ec = 0x55a54e3332f0
        status = 0
#78 0x000055a54cbec28b in rb_main (argc=7, argv=0x7ffca807f208) at /tmp/ruby/src/trunk-asserts-nopara/main.c:39
        variable_in_this_stack_frame = 7
#79 0x000055a54cbec158 in 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: 0x55a54e332090, native_id: 0x7fccffedac00
-- Control frame information -----------------------------------------------
c:0079 p:---- s:0583 e:000582 CFUNC  :match
c:0078 p:0010 s:0577 e:000576 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown/literals.rb:214
c:0077 p:0005 s:0571 e:000570 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown/literals.rb:442
c:0076 p:0031 s:0566 e:000565 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown/literals.rb:286
c:0075 p:0008 s:0556 e:000555 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:14734
c:0074 p:0007 s:0551 e:000550 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:14586
c:0073 p:0012 s:0546 e:000545 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:10020
c:0072 p:0030 s:0540 e:000539 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:9924
c:0071 p:0516 s:0534 e:000533 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:9495
c:0070 p:0092 s:0506 e:000505 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0069 p:0032 s:0497 e:000496 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:1023
c:0068 p:0092 s:0489 e:000488 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0067 p:0320 s:0480 e:000479 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:994
c:0066 p:0092 s:0473 e:000472 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0065 p:0061 s:0464 e:000463 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:915
c:0064 p:0092 s:0455 e:000454 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0063 p:0005 s:0446 e:000445 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:893
c:0062 p:0092 s:0441 e:000440 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0061 p:0014 s:0432 e:000431 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:421
c:0060 p:0019 s:0426 e:000425 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:722
c:0059 p:0007 s:0419 e:000418 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:755
c:0058 p:0288 s:0413 e:000412 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:2535
c:0057 p:0092 s:0401 e:000400 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0056 p:0023 s:0392 e:000391 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:2245
c:0055 p:0092 s:0381 e:000380 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0054 p:0054 s:0372 e:000371 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:2212
c:0053 p:0092 s:0363 e:000362 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0052 p:0240 s:0354 e:000353 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:982
c:0051 p:0092 s:0347 e:000346 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0050 p:0061 s:0338 e:000337 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:915
c:0049 p:0092 s:0329 e:000328 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0048 p:0005 s:0320 e:000319 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:893
c:0047 p:0092 s:0315 e:000314 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0046 p:0014 s:0306 e:000305 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:421
c:0045 p:0019 s:0300 e:000299 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:722
c:0044 p:0007 s:0293 e:000292 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:755
c:0043 p:0288 s:0287 e:000286 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:2535
c:0042 p:0092 s:0275 e:000274 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0041 p:0023 s:0266 e:000265 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:2245
c:0040 p:0092 s:0255 e:000254 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0039 p:0054 s:0246 e:000245 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:2212
c:0038 p:0092 s:0237 e:000236 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0037 p:0240 s:0228 e:000227 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:982
c:0036 p:0092 s:0221 e:000220 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0035 p:0061 s:0212 e:000211 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:915
c:0034 p:0092 s:0203 e:000202 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0033 p:0005 s:0194 e:000193 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:893
c:0032 p:0092 s:0189 e:000188 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:519
c:0031 p:0014 s:0180 e:000179 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:421
c:0030 p:0075 s:0174 e:000173 METHOD /tmp/ruby/src/trunk-asserts-nopara/lib/rdoc/markdown.rb:828
c:0029 p:0007 s:0168 e:000167 METHOD /tmp/ruby/src/trunk-asserts-nopara/test/rdoc/test_rdoc_markdown.rb:1087
c:0028 p:0005 s:0163 e:000162 METHOD /tmp/ruby/src/trunk-asserts-nopara/test/rdoc/test_rdoc_markdown.rb:613
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:000fe8 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:797
c:0018 p:0008 s:0095 E:001068 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:834
c:0017 p:0127 s:0088 E:000d58 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1488
c:0016 p:0016 s:0075 E:001098 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1272
c:0015 p:0005 s:0070 E:000d80 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1663
c:0014 p:0006 s:0066 E:000de8 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:000db8 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1649
c:0011 p:0013 s:0053 E:000e18 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1692
c:0010 p:0008 s:0048 E:000e50 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1019
c:0009 p:0008 s:0042 E:000e90 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:867
c:0008 p:0017 s:0036 E:000ec8 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:133
c:0007 p:0008 s:0031 E:000ef8 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1256
c:0006 p:0032 s:0026 E:000f20 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1774
c:0005 p:0009 s:0022 E:000f58 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1778
c:0004 p:0131 s:0017 E:000f88 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:000a98 EVAL   /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:16 [FINISH]
c:0001 p:0000 s:0003 E:0026f0 DUMMY  [FINISH]

th: 0x55a55625d7f0, native_id: 0x7fccfa06f640
-- 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 55710) detached]
$ timeout 60 gdb -p 55400 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:941: 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 55399 -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 80616 -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