# Logfile created on 2023-03-26 19:38:53 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000056313eb70c30 @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-repeat20-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRUBY_DEBUG=1\"", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @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=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230326-193853", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000056313ec06ed8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000056313ec06d98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000056313ec06b68 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230326-193853", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230326-193853>, @binmode=false, @mon_data=#<Monitor:0x000056313ec06a50>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20-asserts
Cloning into 'trunk-repeat20-asserts'...
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20-asserts" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --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 if thread-local storage is supported... yes
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc... /usr/lib/ccache/gcc
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 -Wmisleading-indentation 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 -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
configure: WARNING: something wrong with CXXFLAGS=""
checking whether CXXFLAGS is valid... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for 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 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 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 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 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 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 cs_disasm in -lcapstone... no
checking for prefix of external symbols... NONE
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.3.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.3.0

   * Installation prefix: /tmp/ruby/install/trunk-repeat20-asserts
   * 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 \
                          -Wmisleading-indentation -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 \
                          -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-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --disable-install-doc --enable-shared" exit with 0.
$$$[beg] make update-unicode  DEFS="-DRUBY_DEBUG=1"
Downloading Unicode 15.0.0 data and property files...
downloading 15.0.0/ucd/UnicodeData.txt ... done
downloading 15.0.0/ucd/CompositionExclusions.txt ... done
downloading 15.0.0/ucd/NormalizationTest.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
Downloading Unicode 15.0.0 auxiliary files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
Downloading Unicode emoji 15.0 files...
downloading emoji/15.0/emoji-sequences.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
$$$[end] "make update-unicode  DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-download DEFS="-DRUBY_DEBUG=1"
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.18.0...
Downloading bundled gem power_assert-2.0.3...
Downloading bundled gem rake-13.0.6...
Downloading bundled gem test-unit-3.5.7...
Downloading bundled gem rexml-3.2.5...
Downloading bundled gem rss-0.2.9...
Downloading bundled gem net-ftp-0.2.0...
Downloading bundled gem net-imap-0.3.4...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.3.3...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem typeprof-0.21.7...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20-asserts/gems/src
Cloning https://github.com/ruby/rbs
Cloning into '/tmp/ruby/src/trunk-repeat20-asserts/gems/src/rbs'...
Update rbs to 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104
From https://github.com/ruby/rbs
 * branch              0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 -> FETCH_HEAD
HEAD is now at 0dd11d38 Merge pull request #1276 from ruby/print-skip-test
echo 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision updated
Building rbs@0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 to /tmp/ruby/src/trunk-repeat20-asserts/gems/rbs-3.0.4.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.0.4
  File: rbs-3.0.4.gem
Cloning https://github.com/ruby/debug
Cloning into '/tmp/ruby/src/trunk-repeat20-asserts/gems/src/debug'...
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision updated
Building debug@65197361213529fb5f0b5f6ec111b4d2688a3887 to /tmp/ruby/src/trunk-repeat20-asserts/gems/debug-1.7.1.gem
  Successfully built RubyGem
  Name: debug
  Version: 1.7.1
  File: debug-1.7.1.gem
$$$[end] "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRUBY_DEBUG=1"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-src      DEFS="-DRUBY_DEBUG=1"
Already up to date.
Latest commit hash = ac458f6bc3
$$$[end] "make update-src      DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make after-update    DEFS="-DRUBY_DEBUG=1"
generating id.h
id.h updated
generating opt_sc.inc
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-repeat20-asserts/revision.h updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20-asserts/enc/jis
+ cp /tmp/ruby/src/trunk-repeat20-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat20-asserts/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-repeat20-asserts/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-repeat20-asserts/probes.d > probes.dmyh
generating /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/ast.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/dir.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/gc.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/numeric.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/io.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/marshal.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/rjit.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/rjit_c.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/pack.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/trace_point.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/warning.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/array.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/kernel.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/ractor.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/symbol.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/timev.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/thread_sync.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/nilclass.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/prelude.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/gem_prelude.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/yjit.rbinc
/tmp/ruby/src/trunk-repeat20-asserts/lib/unicode_normalize/tables.rb unchanged
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
extracting ripper.y from ../../parse.y
compiling compiler ripper.y
generating eventids1.c from ../../parse.y
generating eventids2table.c from ./eventids2.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/socket'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/etc'
generating miniprelude.c
miniprelude.c updated
generating golf_prelude.c
golf_prelude.c updated
/bin/sh /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts'
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-repeat20-asserts'
Update rbs to 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104
From https://github.com/ruby/rbs
 * branch              0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 -> FETCH_HEAD
HEAD is now at 0dd11d38 Merge pull request #1276 from ruby/print-skip-test
echo 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision unchanged
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems
Extracting bundle gem minitest-5.18.0...
Unpacked gems/minitest-5.18.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.5.7...
Unpacked gems/test-unit-3.5.7.gem
Extracting bundle gem rexml-3.2.5...
Unpacked gems/rexml-3.2.5.gem
Extracting bundle gem rss-0.2.9...
Unpacked gems/rss-0.2.9.gem
Extracting bundle gem net-ftp-0.2.0...
Unpacked gems/net-ftp-0.2.0.gem
Extracting bundle gem net-imap-0.3.4...
Unpacked gems/net-imap-0.3.4.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem net-smtp-0.3.3...
Unpacked gems/net-smtp-0.3.3.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.7...
Unpacked gems/typeprof-0.21.7.gem
Extracting bundle gem rbs-3.0.4...
Unpacked gems/rbs-3.0.4.gem
Extracting bundle gem debug-1.7.1...
Unpacked gems/debug-1.7.1.gem
$$$[end] "make after-update    DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 
	CPPFLAGS = -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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-repeat20-asserts/main.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dmydln.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/miniinit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dmyext.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-repeat20-asserts/array.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ast.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/bignum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/class.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/compar.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/compile.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/complex.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/cont.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/debug.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/debug_counter.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dir.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dln_find.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/encoding.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enumerator.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/error.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/eval.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/file.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/gc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/hash.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/inits.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/iseq.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/load.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/marshal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/math.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rjit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/numeric.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/object.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/proc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/process.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ractor.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/random.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/range.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rational.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/re.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regcomp.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regenc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regerror.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regexec.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regparse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regsyntax.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ruby.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/scheduler.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/shape.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/signal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/sprintf.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/st.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/strftime.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/string.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/struct.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/symbol.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/thread.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/time.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/transcode.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/transient_heap.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/util.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/variable.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/version.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/weakmap.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/yjit.c
building Rust YJIT (release mode)
warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:1369:17
     |
1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) {
     | --------------------------------------------------------------- because it's nested under this `unsafe` fn
1368 |     // SAFETY: caller ensures initialization
1369 |     let block = unsafe { blockref.as_ref() };
     |                 ^^^^^^ unnecessary `unsafe` block
     |
     = note: `#[warn(unused_unsafe)]` on by default
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`
     = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/cruby.rs:617:9
     |
617  |         unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) };
     |         ^^^^^^ unnecessary `unsafe` block
     |
    ::: /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:1367:1
     |
1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) {
     | --------------------------------------------------------------- because it's nested under this `unsafe` fn
...
1383 |         obj_written!(iseq, dep.into());
     |         ------------------------------ in this macro invocation
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`
     = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:1392:22
     |
1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) {
     | --------------------------------------------------------------- because it's nested under this `unsafe` fn
...
1392 |         let object = unsafe { value_address.read_unaligned() };
     |                      ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/cruby.rs:617:9
     |
617  |         unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) };
     |         ^^^^^^ unnecessary `unsafe` block
     |
    ::: /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:1367:1
     |
1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) {
     | --------------------------------------------------------------- because it's nested under this `unsafe` fn
...
1393 |         obj_written!(iseq, object);
     |         -------------------------- in this macro invocation
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`
     = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2689:17
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
2689 |     let block = unsafe { blockref.as_ref() };
     |                 ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2694:27
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2694 |         let pred_branch = unsafe { pred_branchref.as_ref() };
     |                           ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2699:32
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2699 |             let target_is_us = unsafe {
     |                                ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2716:26
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2716 |         let out_branch = unsafe { out_branchref.as_ref() };
     |                          ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2720:48
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2720 |             let succ_block: Option<BlockRef> = unsafe {
     |                                                ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2727:34
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2727 |                 let succ_block = unsafe { succ_block.as_ref() };
     |                                  ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2753:5
     |
2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) {
     | ---------------------------------------------------------------- because it's nested under this `unsafe` fn
...
2753 |     unsafe {
     |     ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2762:5
     |
2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) {
     | ---------------------------------------------------------------- because it's nested under this `unsafe` fn
...
2762 |     unsafe { dealloc_block(blockref) }
     |     ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2768:5
     |
2767 | unsafe fn dealloc_block(blockref: BlockRef) {
     | ------------------------------------------- because it's nested under this `unsafe` fn
2768 |     unsafe {
     |     ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2776:5
     |
2767 | unsafe fn dealloc_block(blockref: BlockRef) {
     | ------------------------------------------- because it's nested under this `unsafe` fn
...
2776 |     unsafe {
     |     ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:3001:9
     |
2997 |     unsafe fn ref_unchecked(&self) -> &Self::Contained {
     |     -------------------------------------------------- because it's nested under this `unsafe` fn
...
3001 |         unsafe { self.as_ptr().as_ref().unwrap() }
     |         ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: 15 warnings emitted

touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
assembling /tmp/ruby/src/trunk-repeat20-asserts/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/ascii.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/unicode.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/missing/strlcat.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/missing/strlcpy.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/addr2line.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dmyenc.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make ruby DEFS="-DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 
	CPPFLAGS = -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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-repeat20-asserts/dln.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat20-asserts/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-repeat20-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make all DEFS="-DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 
	CPPFLAGS = -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
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-repeat20-asserts'
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 racc/cparse
configuring rbconfig/sizeof
configuring readline
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring syslog
configuring zlib
configuring debug-1.7.1/ext/debug
configuring rbs-3.0.4/ext/rbs_extension
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/RUBY_ALIGNOF/c.c
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/abi/abi.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/array/resize/resize.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/div.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/str2big.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bug-3571/bug.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/class'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/class/init.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/debug/profile_frames.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/dln/empty/empty.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/econv/append.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/econv/init.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/eval/eval.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/exception/init.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/file'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/file/stat.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/float'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/float/nextafter.c
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/funcall/funcall.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/hash/delete.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/hash/init.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/integer/my_integer.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/iter/yield.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/load/dot.dot/dot.dot.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/method'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/method/arity.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/method/init.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/notimplement/bug.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/num2int/num2int.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/printf/printf.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/proc/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/proc/receiver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/proc/super.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/random'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/random/loop.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/recursion/recursion.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/regexp/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/st/update/update.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/string'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/capacity.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/fstring.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/set_len.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/struct/member.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/symbol/type.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/time'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/time/new.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/vm/at_exit.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/wait/wait.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/bigdecimal/missing.c
linking shared-object bigdecimal.so
installing default bigdecimal libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/cgi/escape/escape.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/continuation'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/continuation/continuation.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/coverage/coverage.c
linking shared-object coverage.so
installing default coverage libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/date/date_strptime.c
linking shared-object date_core.so
installing default date_core libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/digest.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/md5'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/md5/md5.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/rmd160/rmd160.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/sha1/sha1.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/sha2/sha2.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/erb/escape'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/erb/escape/escape.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/etc'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/etc/etc.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fcntl'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/fiddle.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/pointer.c
linking shared-object fiddle.so
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/io/console/console.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/io/nonblock/nonblock.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/wait'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/io/wait/wait.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/generator'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/json/generator/generator.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/parser'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/json/parser/parser.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/parser'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/monitor/monitor.c
linking shared-object monitor.so
installing default monitor libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/nkf/nkf.c
linking shared-object nkf.so
installing default nkf libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace_dump.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/openssl_missing.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
installing default openssl libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/pathname/pathname.c
linking shared-object pathname.so
installing default pathname libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych_yaml_tree.c
linking shared-object psych.so
installing default psych libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/pty/pty.c
linking shared-object pty.so
installing default pty libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/racc/cparse/cparse.c
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/limits.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/readline'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/readline/readline.c
linking shared-object readline.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/readline'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c
linking shared-object ripper.so
installing default ripper libraries
checking /tmp/ruby/src/trunk-repeat20-asserts/parse.y and /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ifaddr.c
linking shared-object socket.so
installing default socket libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/stringio'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/stringio/stringio.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/strscan/strscan.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/syslog/syslog.c
linking shared-object syslog.so
installing default syslog libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/zlib'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/zlib/zlib.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug'
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug/iseq_collector.c
linking shared-object debug/debug.so
ln -sfT ../../../../../src/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/lib ../../../../../.bundle/gems/debug-1.7.1/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension/constants.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
ln -sfT ../../../../../src/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/lib ../../../../../.bundle/gems/rbs-3.0.4/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
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-repeat20-asserts'
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/encdb.c
linking encoding encdb.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/big5.c
linking encoding big5.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/cesu_8.c
linking encoding cesu_8.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/cp949.c
linking encoding cp949.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/emacs_mule.c
linking encoding emacs_mule.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/euc_jp.c
linking encoding euc_jp.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/euc_kr.c
linking encoding euc_kr.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/euc_tw.c
linking encoding euc_tw.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/gb2312.c
linking encoding gb2312.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/gb18030.c
linking encoding gb18030.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/gbk.c
linking encoding gbk.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_1.c
linking encoding iso_8859_1.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_2.c
linking encoding iso_8859_2.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_3.c
linking encoding iso_8859_3.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_4.c
linking encoding iso_8859_4.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_5.c
linking encoding iso_8859_5.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_6.c
linking encoding iso_8859_6.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_7.c
linking encoding iso_8859_7.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_8.c
linking encoding iso_8859_8.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_9.c
linking encoding iso_8859_9.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_10.c
linking encoding iso_8859_10.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_11.c
linking encoding iso_8859_11.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_13.c
linking encoding iso_8859_13.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_14.c
linking encoding iso_8859_14.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_15.c
linking encoding iso_8859_15.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_16.c
linking encoding iso_8859_16.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/koi8_r.c
linking encoding koi8_r.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/koi8_u.c
linking encoding koi8_u.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/shift_jis.c
linking encoding shift_jis.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_16be.c
linking encoding utf_16be.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_16le.c
linking encoding utf_16le.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_32be.c
linking encoding utf_32be.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_32le.c
linking encoding utf_32le.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_31j.c
linking encoding windows_31j.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1250.c
linking encoding windows_1250.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1251.c
linking encoding windows_1251.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1252.c
linking encoding windows_1252.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1253.c
linking encoding windows_1253.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1254.c
linking encoding windows_1254.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1257.c
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/transdb.c
linking transcoder transdb.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/big5.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/big5.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/big5.c
linking transcoder big5.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/cesu_8.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/cesu_8.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/cesu_8.c
linking transcoder cesu_8.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/chinese.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/chinese.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/chinese.c
linking transcoder chinese.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/ebcdic.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/ebcdic.c
linking transcoder ebcdic.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji.c
linking transcoder emoji.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_iso2022_kddi.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_iso2022_kddi.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_iso2022_kddi.c
linking transcoder emoji_iso2022_kddi.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_docomo.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_docomo.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_docomo.c
linking transcoder emoji_sjis_docomo.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_kddi.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_kddi.c
linking transcoder emoji_sjis_kddi.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_softbank.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_softbank.c
linking transcoder emoji_sjis_softbank.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/escape.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/escape.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/escape.c
linking transcoder escape.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gb18030.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gb18030.c
linking transcoder gb18030.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gbk.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gbk.c
linking transcoder gbk.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/iso2022.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/iso2022.c
linking transcoder iso2022.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese.c
linking transcoder japanese.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_euc.c
linking transcoder japanese_euc.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_sjis.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_sjis.c
linking transcoder japanese_sjis.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/korean.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/korean.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/korean.c
linking transcoder korean.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/single_byte.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/single_byte.c
linking transcoder single_byte.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf8_mac.c
linking transcoder utf8_mac.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf_16_32.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf_16_32.c
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$$$[end] "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make install DEFS="-DRUBY_DEBUG=1"
Update rbs to 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104
From https://github.com/ruby/rbs
 * branch              0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 -> FETCH_HEAD
HEAD is now at 0dd11d38 Merge pull request #1276 from ruby/print-skip-test
echo 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.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 -Wmisleading-indentation -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 -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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 
	CPPFLAGS = -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
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-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/transdb.c
linking transcoder transdb.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRUBY_DEBUG=1" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-repeat20-asserts/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat20-asserts/lib
installing arch files:              /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat20-asserts/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat20-asserts/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-repeat20-asserts/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat20-asserts/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.7
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.2
                                    error_highlight 0.5.1
                                    fileutils 1.7.0
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.6.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
                                    pstore 0.1.2
                                    racc 1.6.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.2
                                    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.0.2
                                    tempfile 0.1.3
                                    time 0.2.1
                                    timeout 0.3.2
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.0
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.4
                                    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.2
                                    openssl 3.1.0
                                    pathname 0.2.1
                                    psych 5.1.0
                                    readline-ext 0.1.5
                                    stringio 3.0.6
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0
                                    minitest 5.18.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.5.7
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.2.0
                                    net-imap 0.3.4
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.0.4
                                    typeprof 0.21.7
                                    debug 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1824 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
	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 -Wmisleading-indentation -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 -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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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.

/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
Run options: 
  --seed=36610
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-repeat20-asserts/test/excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --repeat-count=20

# Running tests:

Finished(1/20)  tests in 1431.714735s, 16.6220 tests/s, 6227.5045 assertions/s.
Finished(2/20)  tests in 1487.788985s, 15.9955 tests/s, 5992.3303 assertions/s.

  1) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat20-asserts/test/ripper/test_files_test_2.rb:6]:
pid 2858460 killed by SIGABRT (signal 6) (core dumped)
| (eval):1: [BUG] Segmentation fault at 0x00000000000009ec
| ruby 3.3.0dev (2023-03-26T14:10:50Z master ac458f6bc3) [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0011 p:---- s:0053 e:000052 CFUNC  :new
| c:0010 p:0016 s:0049 e:000048 METHOD (eval):1 [FINISH]
| c:0009 p:---- s:0043 e:000042 CFUNC  :parse
| c:0008 p:0003 s:0039 e:000038 EVAL   <test_pattern_matching.rb>:1 [FINISH]
| c:0007 p:---- s:0036 e:000035 CFUNC  :instance_eval
| c:0006 p:0050 s:0030 e:000029 BLOCK  -:22
| c:0005 p:0033 s:0026 e:000025 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/core_assertions.rb:182
| c:0004 p:0009 s:0019 e:000018 BLOCK  -:20 [FINISH]
| c:0003 p:---- s:0015 e:000014 CFUNC  :each
| c:0002 p:0121 s:0011 E:0026e8 EVAL   -:19 [FINISH]
| c:0001 p:0000 s:0003 E:001920 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:19:in `<main>'
| -:19:in `each'
| -:20:in `block in <main>'
| /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/core_assertions.rb:182:in `assert_nothing_raised'
| -:22:in `block (2 levels) in <main>'
| -:22:in `instance_eval'
| <test_pattern_matching.rb>:1:in `block (2 levels) in <main>'
| <test_pattern_matching.rb>:1:in `parse'
| (eval):1:in `on_sp'
| (eval):1:in `new'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00007f5b9b1fa505 RBP: 0x000055c7ee706d98 RSP: 0x00007ffc3f2e4f70
|  RAX: 0x0000000000002488 RBX: 0x0000000000000008 RCX: 0xaaaaaaaaaaaaaaab
|  RDX: 0x0000000000000964 RDI: 0x000055c7ee3200e0 RSI: 0x000055c7ee706d98
|   R8: 0x0000000000000098  R9: 0x0000000000000060 R10: 0x00007ffc3f38a080
|  R11: 0x0000000000000005 R12: 0x000055c7ee3200e0 R13: 0x0000000000000048
|  R14: 0x000055c7ee700000 R15: 0x00007f5b9703ee80 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_print_backtrace+0xd) [0x7f5b9b3be506] /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:785
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1101
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_bug_for_fatal_signal+0xf6) [0x7f5b9b1d0e46] /tmp/ruby/src/trunk-repeat20-asserts/error.c:813
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(sigsegv+0x4d) [0x7f5b9b3108fd] /tmp/ruby/src/trunk-repeat20-asserts/signal.c:964
| /lib/x86_64-linux-gnu/libc.so.6(0x7f5b9ad2b520) [0x7f5b9ad2b520]
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(RVALUE_WB_UNPROTECTED+0x3) [0x7f5b9b1fa505] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:1650
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rgengc_check_relation) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:6983
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7059
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(mark_ast_value+0x9) [0x7f5b9b25c84c] /tmp/ruby/src/trunk-repeat20-asserts/node.c:1379
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat20-asserts/node.c:1338
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat20-asserts/node.c:1348
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat20-asserts/node.c:1436
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_stacked_objects+0x46) [0x7f5b9b1fdad6] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7512
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_stacked_objects_incremental) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7544
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8714
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_marks_continue+0x8) [0x7f5b9b1ff398] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8754
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_continue) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2389
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(ractor_cache_allocate_slot+0x0) [0x7f5b9b20186f] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2782
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2786
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(newobj_of0+0x17) [0x7f5b9b20229f] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2893
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2913
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_class_instance_allocate_internal) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2977
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(class_call_alloc_func+0x5) [0x7f5b9b26e7a2] /tmp/ruby/src/trunk-repeat20-asserts/object.c:2063
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_class_alloc) /tmp/ruby/src/trunk-repeat20-asserts/object.c:2035
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_class_new_instance_pass_kw) /tmp/ruby/src/trunk-repeat20-asserts/object.c:2094
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7f5b9b391f0a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7f5b9b396438] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0xa6) [0x7f5b9b3a24c6] ../../src/trunk-repeat20-asserts/insns.def:835
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7f5b9b3aa9a1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_funcallv+0x120) [0x7f5b9b3b5cd0] /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:85
| /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_dispatch1+0x40) [0x7f5b971f9cf0] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14192
| /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_scan_event_val+0x49) [0x7f5b971f9dca] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6272
| /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_dispatch_scan_event) /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6282
| /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(parser_yylex+0x104) [0x7f5b97201c17] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:10432
| /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(yylex) /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:10485
| /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_yyparse) /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.c:10528
| /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7f5b97210ab2] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14371
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ensure+0x145) [0x7f5b9b1db605] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005
| /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7f5b971f6ec5] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14409
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7f5b9b391f0a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7f5b9b396438] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0xa6) [0x7f5b9b3a24c6] ../../src/trunk-repeat20-asserts/insns.def:835
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7f5b9b3aa9a1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(eval_string_with_cref+0x16b) [0x7f5b9b3ab46b] /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1701
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(eval_under+0x4e) [0x7f5b9b3ae6fc] /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1946
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(specific_eval) /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1970
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7f5b9b391f0a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7f5b9b396438] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0xa6) [0x7f5b9b3a24c6] ../../src/trunk-repeat20-asserts/insns.def:835
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7f5b9b3aa9a1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_yield+0x30a) [0x7f5b9b3b145a] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1384
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ary_each+0x9a) [0x7f5b9b14446a] /tmp/ruby/src/trunk-repeat20-asserts/array.c:2747
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7f5b9b391f0a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7f5b9b396438] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0x137) [0x7f5b9b3a2557] ../../src/trunk-repeat20-asserts/insns.def:815
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7f5b9b3aa9a1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ec_exec_node+0xc1) [0x7f5b9b1d6e51] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:287
| /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(ruby_run_node+0xa3) [0x7f5b9b1dd6a3] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
| /tmp/ruby/build/trunk-repeat20-asserts/ruby(rb_main+0x21) [0x55c7edd7b187] /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
| /tmp/ruby/build/trunk-repeat20-asserts/ruby(main) /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f5b9ad12d90] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f5b9ad12e40] ../csu/libc-start.c:392
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
| [0x55c7edd7b1d5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Process memory map:
| 
| 55c7edd7a000-55c7edd7b000 r--p 00000000 00:65 15897109                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
| 55c7edd7b000-55c7edd7c000 r-xp 00001000 00:65 15897109                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
| 55c7edd7c000-55c7edd7d000 r--p 00002000 00:65 15897109                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
| 55c7edd7d000-55c7edd7e000 r--p 00002000 00:65 15897109                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
| 55c7edd7e000-55c7edd7f000 rw-p 00003000 00:65 15897109                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
| 55c7ee31d000-55c7ee847000 rw-p 00000000 00:00 0                          [heap]
| 7f5b93d28000-7f5b94550000 rw-p 00000000 00:00 0 
| 7f5b94550000-7f5b94987000 r--s 00000000 00:65 14692161                   /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug
| 7f5b94987000-7f5b94ba5000 r--s 00000000 00:65 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5b94ba5000-7f5b95f01000 rw-p 00000000 00:00 0 
| 7f5b95f01000-7f5b96f6a000 r--s 00000000 00:65 15897104                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0
| 7f5b96f6a000-7f5b96fa0000 r--s 00000000 00:65 15897109                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
| 7f5b96fa0000-7f5b97150000 rw-p 00000000 00:00 0 
| 7f5b97155000-7f5b97157000 r--p 00000000 00:65 16912454                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
| 7f5b97157000-7f5b9715c000 r-xp 00002000 00:65 16912454                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
| 7f5b9715c000-7f5b9715e000 r--p 00007000 00:65 16912454                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
| 7f5b9715e000-7f5b9715f000 r--p 00008000 00:65 16912454                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
| 7f5b9715f000-7f5b97160000 rw-p 00009000 00:65 16912454                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
| 7f5b97160000-7f5b971e0000 rw-p 00000000 00:00 0 
| 7f5b971e4000-7f5b971e5000 r--p 00000000 00:65 16912721                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
| 7f5b971e5000-7f5b971e6000 r-xp 00001000 00:65 16912721                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
| 7f5b971e6000-7f5b971e7000 r--p 00002000 00:65 16912721                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
| 7f5b971e7000-7f5b971e8000 r--p 00002000 00:65 16912721                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
| 7f5b971e8000-7f5b971e9000 rw-p 00003000 00:65 16912721                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
| 7f5b971e9000-7f5b971ea000 r--p 00000000 00:65 16912627                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f5b971ea000-7f5b971ec000 r-xp 00001000 00:65 16912627                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f5b971ec000-7f5b971ed000 r--p 00003000 00:65 16912627                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f5b971ed000-7f5b971ee000 r--p 00003000 00:65 16912627                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f5b971ee000-7f5b971ef000 rw-p 00004000 00:65 16912627                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f5b971ef000-7f5b971f5000 r--p 00000000 00:65 16912448                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
| 7f5b971f5000-7f5b97213000 r-xp 00006000 00:65 16912448                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
| 7f5b97213000-7f5b9722c000 r--p 00024000 00:65 16912448                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
| 7f5b9722c000-7f5b9722d000 ---p 0003d000 00:65 16912448                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
| 7f5b9722d000-7f5b9722f000 r--p 0003d000 00:65 16912448                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
| 7f5b9722f000-7f5b97230000 rw-p 0003f000 00:65 16912448                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
| 7f5b97230000-7f5b97270000 rw-p 00000000 00:00 0 
| 7f5b97270000-7f5b97271000 ---p 00000000 00:00 0 
| 7f5b97271000-7f5b972b2000 rw-p 00000000 00:00 0 
| 7f5b972b2000-7f5b972b3000 ---p 00000000 00:00 0 
| 7f5b972b3000-7f5b972f4000 rw-p 00000000 00:00 0 
| 7f5b972f4000-7f5b972f5000 ---p 00000000 00:00 0 
| 7f5b972f5000-7f5b97336000 rw-p 00000000 00:00 0 
| 7f5b97336000-7f5b97337000 ---p 00000000 00:00 0 
| 7f5b97337000-7f5b97378000 rw-p 00000000 00:00 0 
| 7f5b97378000-7f5b97379000 ---p 00000000 00:00 0 
| 7f5b97379000-7f5b973ba000 rw-p 00000000 00:00 0 
| 7f5b973ba000-7f5b973bb000 ---p 00000000 00:00 0 
| 7f5b973bb000-7f5b973fc000 rw-p 00000000 00:00 0 
| 7f5b973fc000-7f5b973fd000 ---p 00000000 00:00 0 
| 7f5b973fd000-7f5b9743e000 rw-p 00000000 00:00 0 
| 7f5b9743e000-7f5b9743f000 ---p 00000000 00:00 0 
| 7f5b9743f000-7f5b97480000 rw-p 00000000 00:00 0 
| 7f5b97480000-7f5b97481000 ---p 00000000 00:00 0 
| 7f5b97481000-7f5b974c2000 rw-p 00000000 00:00 0 
| 7f5b974c2000-7f5b974c3000 ---p 00000000 00:00 0 
| 7f5b974c3000-7f5b97504000 rw-p 00000000 00:00 0 
| 7f5b97504000-7f5b97505000 ---p 00000000 00:00 0 
| 7f5b97505000-7f5b97546000 rw-p 00000000 00:00 0 
| 7f5b97546000-7f5b97547000 ---p 00000000 00:00 0 
| 7f5b97547000-7f5b97588000 rw-p 00000000 00:00 0 
| 7f5b97588000-7f5b97589000 ---p 00000000 00:00 0 
| 7f5b97589000-7f5b975ca000 rw-p 00000000 00:00 0 
| 7f5b975ca000-7f5b975cb000 ---p 00000000 00:00 0 
| 7f5b975cb000-7f5b9760c000 rw-p 00000000 00:00 0 
| 7f5b9760c000-7f5b9760d000 ---p 00000000 00:00 0 
| 7f5b9760d000-7f5b9764e000 rw-p 00000000 00:00 0 
| 7f5b9764e000-7f5b9764f000 ---p 00000000 00:00 0 
| 7f5b9764f000-7f5b97690000 rw-p 00000000 00:00 0 
| 7f5b97690000-7f5b97691000 ---p 00000000 00:00 0 
| 7f5b97691000-7f5b976d2000 rw-p 00000000 00:00 0 
| 7f5b976d2000-7f5b976d3000 ---p 00000000 00:00 0 
| 7f5b976d3000-7f5b97714000 rw-p 00000000 00:00 0 
| 7f5b97714000-7f5b97715000 ---p 00000000 00:00 0 
| 7f5b97715000-7f5b97756000 rw-p 00000000 00:00 0 
| 7f5b97756000-7f5b97757000 ---p 00000000 00:00 0 
| 7f5b97757000-7f5b97798000 rw-p 00000000 00:00 0 
| 7f5b97798000-7f5b97799000 ---p 00000000 00:00 0 
| 7f5b97799000-7f5b977da000 rw-p 00000000 00:00 0 
| 7f5b977da000-7f5b977db000 ---p 00000000 00:00 0 
| 7f5b977db000-7f5b9781c000 rw-p 00000000 00:00 0 
| 7f5b9781c000-7f5b9781d000 ---p 00000000 00:00 0 
| 7f5b9781d000-7f5b9785e000 rw-p 00000000 00:00 0 
| 7f5b9785e000-7f5b9785f000 ---p 00000000 00:00 0 
| 7f5b9785f000-7f5b978a0000 rw-p 00000000 00:00 0 
| 7f5b978a0000-7f5b978a1000 ---p 00000000 00:00 0 
| 7f5b978a1000-7f5b978e2000 rw-p 00000000 00:00 0 
| 7f5b978e2000-7f5b978e3000 ---p 00000000 00:00 0 
| 7f5b978e3000-7f5b97924000 rw-p 00000000 00:00 0 
| 7f5b97924000-7f5b97925000 ---p 00000000 00:00 0 
| 7f5b97925000-7f5b97966000 rw-p 00000000 00:00 0 
| 7f5b97966000-7f5b97967000 ---p 00000000 00:00 0 
| 7f5b97967000-7f5b979a8000 rw-p 00000000 00:00 0 
| 7f5b979a8000-7f5b979a9000 ---p 00000000 00:00 0 
| 7f5b979a9000-7f5b979ea000 rw-p 00000000 00:00 0 
| 7f5b979ea000-7f5b979eb000 ---p 00000000 00:00 0 
| 7f5b979eb000-7f5b97a2c000 rw-p 00000000 00:00 0 
| 7f5b97a2c000-7f5b97a2d000 ---p 00000000 00:00 0 
| 7f5b97a2d000-7f5b97a6e000 rw-p 00000000 00:00 0 
| 7f5b97a6e000-7f5b97a6f000 ---p 00000000 00:00 0 
| 7f5b97a6f000-7f5b97ae0000 rw-p 00000000 00:00 0 
| 7f5b97ae1000-7f5b97ae2000 r--p 00000000 00:65 16910524                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7f5b97ae2000-7f5b97ae3000 r-xp 00001000 00:65 16910524                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7f5b97ae3000-7f5b97ae4000 r--p 00002000 00:65 16910524                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7f5b97ae4000-7f5b97ae5000 r--p 00002000 00:65 16910524                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7f5b97ae5000-7f5b97ae6000 rw-p 00003000 00:65 16910524                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7f5b97ae6000-7f5b9abc0000 rw-p 00000000 00:00 0 
| 7f5b9abc1000-7f5b9abc2000 r--p 00000000 00:65 16912714                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
| 7f5b9abc2000-7f5b9abc3000 r-xp 00001000 00:65 16912714                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
| 7f5b9abc3000-7f5b9abc4000 r--p 00002000 00:65 16912714                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
| 7f5b9abc4000-7f5b9abc5000 r--p 00002000 00:65 16912714                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
| 7f5b9abc5000-7f5b9abc6000 rw-p 00003000 00:65 16912714                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
| 7f5b9abc6000-7f5b9acc9000 rw-p 00000000 00:00 0 
| 7f5b9acc9000-7f5b9accc000 r--p 00000000 00:65 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5b9accc000-7f5b9ace3000 r-xp 00003000 00:65 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5b9ace3000-7f5b9ace7000 r--p 0001a000 00:65 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5b9ace7000-7f5b9ace8000 r--p 0001d000 00:65 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5b9ace8000-7f5b9ace9000 rw-p 0001e000 00:65 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5b9ace9000-7f5b9ad11000 r--p 00000000 00:65 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5b9ad11000-7f5b9aea6000 r-xp 00028000 00:65 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5b9aea6000-7f5b9aefe000 r--p 001bd000 00:65 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5b9aefe000-7f5b9af02000 r--p 00214000 00:65 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5b9af02000-7f5b9af04000 rw-p 00218000 00:65 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5b9af04000-7f5b9af13000 rw-p 00000000 00:00 0 
| 7f5b9af13000-7f5b9af21000 r--p 00000000 00:65 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5b9af21000-7f5b9af9d000 r-xp 0000e000 00:65 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5b9af9d000-7f5b9aff8000 r--p 0008a000 00:65 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5b9aff8000-7f5b9aff9000 r--p 000e4000 00:65 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5b9aff9000-7f5b9affa000 rw-p 000e5000 00:65 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5b9affa000-7f5b9affc000 r--p 00000000 00:65 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5b9affc000-7f5b9b010000 r-xp 00002000 00:65 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5b9b010000-7f5b9b029000 r--p 00016000 00:65 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5b9b029000-7f5b9b02a000 ---p 0002f000 00:65 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5b9b02a000-7f5b9b02b000 r--p 0002f000 00:65 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5b9b02b000-7f5b9b02c000 rw-p 00030000 00:65 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5b9b02c000-7f5b9b034000 rw-p 00000000 00:00 0 
| 7f5b9b034000-7f5b9b03e000 r--p 00000000 00:65 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5b9b03e000-7f5b9b09d000 r-xp 0000a000 00:65 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5b9b09d000-7f5b9b0b4000 r--p 00069000 00:65 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5b9b0b4000-7f5b9b0b5000 r--p 0007f000 00:65 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5b9b0b5000-7f5b9b0b6000 rw-p 00080000 00:65 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5b9b0b6000-7f5b9b0b8000 r--p 00000000 00:65 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5b9b0b8000-7f5b9b0c9000 r-xp 00002000 00:65 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5b9b0c9000-7f5b9b0cf000 r--p 00013000 00:65 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5b9b0cf000-7f5b9b0d0000 ---p 00019000 00:65 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5b9b0d0000-7f5b9b0d1000 r--p 00019000 00:65 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5b9b0d1000-7f5b9b0d2000 rw-p 0001a000 00:65 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5b9b0d6000-7f5b9b11a000 r--p 00000000 00:65 15897104                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0
| 7f5b9b11a000-7f5b9b479000 r-xp 00044000 00:65 15897104                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0
| 7f5b9b479000-7f5b9b601000 r--p 003a3000 00:65 15897104                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0
| 7f5b9b601000-7f5b9b615000 r--p 0052a000 00:65 15897104                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0
| 7f5b9b615000-7f5b9b618000 rw-p 0053e000 00:65 15897104                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0
| 7f5b9b618000-7f5b9b62e000 rw-p 00000000 00:00 0 
| 7f5b9b62e000-7f5b9b630000 r--p 00000000 00:65 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f5b9b630000-7f5b9b65a000 r-xp 00002000 00:65 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f5b9b65a000-7f5b9b665000 r--p 0002c000 00:65 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f5b9b666000-7f5b9b668000 r--p 00037000 00:65 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f5b9b668000-7f5b9b66a000 rw-p 00039000 00:65 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc3eaec000-7ffc3f2eb000 rw-p 00000000 00:00 0                          [stack]
| 7ffc3f38a000-7ffc3f38e000 r--p 00000000 00:00 0                          [vvar]
| 7ffc3f38e000-7ffc3f390000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


Finished(3/20)  tests in 1335.120461s, 17.8246 tests/s, 6680.8474 assertions/s.
71394 tests, 26751069 assertions, 1 failures, 0 errors, 240 skips

ruby -v: ruby 3.3.0dev (2023-03-26T14:10:50Z master ac458f6bc3) [x86_64-linux]
make: *** [uncommon.mk:828: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=20
$ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-03-26T14:10:50Z master ac458f6bc3) [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 122.462754 seconds

3841 files, 31577 examples, 150977 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=20" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.2858460.ruby -x gdbscript
[New LWP 2858460]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby -w --disable=gems -I/tmp/ruby/src/t'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140031415843840) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f5b9acc7c00 (LWP 2858460) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140031415843840) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f5b9acc7c00 (LWP 2858460)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140031415843840) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f5b9acc7c00
        old_mask = {__val = {94317183097616, 140031416657107, 94317183636480, 6024944108568384512, 172, 18446744073709551344, 2, 0, 94317183636480, 1, 94317183097616, 140031416657107, 0, 140031416553453, 140031415843840, 140031418168832}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=140031415843840) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140031415843840, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f5b9ad2b476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f5b9ad117f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2, 140031418185376, 3432, 140031424219214, 140031416551504, 2, 3472386604757562211, 3467895052413575216, 140031418185376, 2, 2, 1, 140031424219214, 140031418168832, 140031416504407, 0}}, sa_flags = 0, sa_restorer = 0x7f5b9af036a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472328334936257379, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 140031416549229}}
#5  0x00007f5b9b1253ca in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:776
No locals.
#6  rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x55c7ee3a1680, fmt=fmt@entry=0x7f5b9b4b7146 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:817
        file = <optimized out>
        line = 1
#7  0x00007f5b9b3108fd in sigsegv (sig=11, info=0x55c7ee3a17b0, ctx=0x55c7ee3a1680) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:964
No locals.
#8  <signal handler called>
No locals.
#9  0x00007f5b9b1fa505 in RVALUE_WB_UNPROTECTED (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:1650
No locals.
#10 rgengc_check_relation (obj=94317187198360, objspace=0x55c7ee3200e0) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:6983
        old_parent = 140031352368768
        old_parent = <optimized out>
        __func__ = "rgengc_check_relation"
#11 gc_mark_ptr (objspace=0x55c7ee3200e0, obj=94317187198360) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7059
        __func__ = "gc_mark_ptr"
#12 0x00007f5b9b25c84c in mark_ast_value (node=0x55c7ee6a82f0, ctx=0x0) at /tmp/ruby/src/trunk-repeat20-asserts/node.c:1379
        args = <optimized out>
#13 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=16, nbe=0x55c7ee6a82e0) at /tmp/ruby/src/trunk-repeat20-asserts/node.c:1338
        cursor = 0
        cursor = <optimized out>
#14 iterate_node_values (nb=<optimized out>, nb=<optimized out>, ctx=0x0, func=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/node.c:1348
        nbe = 0x55c7ee6a82e0
        nbe = <optimized out>
#15 rb_ast_mark (ast=0x7f5b9703ee80) at /tmp/ruby/src/trunk-repeat20-asserts/node.c:1436
        nb = <optimized out>
#16 0x00007f5b9b1fdad6 in gc_mark_stacked_objects (incremental=1, count=2147483647, objspace=0x55c7ee3200e0) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7512
        mstack = 0x55c7ee3204f8
        obj = 140031352368768
        marked_slots_at_the_beginning = <optimized out>
        popped_count = 4752
        mstack = <optimized out>
        obj = <optimized out>
        marked_slots_at_the_beginning = <optimized out>
        popped_count = <optimized out>
#17 gc_mark_stacked_objects_incremental (count=2147483647, objspace=0x55c7ee3200e0) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7544
No locals.
#18 gc_marks_rest (objspace=0x55c7ee3200e0) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8714
No locals.
#19 0x00007f5b9b1ff398 in gc_marks_continue (size_pool=0x55c7ee320108, heap=0x55c7ee320140, objspace=0x55c7ee3200e0) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8754
        marking_finished = true
        __func__ = "gc_marks_continue"
        marking_finished = <optimized out>
#20 gc_continue (objspace=0x55c7ee3200e0, size_pool=0x55c7ee320108, heap=0x55c7ee320140) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2389
        lock_lev = 32603
#21 0x00007f5b9b20186f in newobj_alloc (objspace=0x55c7ee3200e0, cr=0x55c7ee320df0, size_pool_idx=0, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2782
        lev = 1
        unlock_vm = true
        size_pool = 0x55c7ee320108
        heap = 0x55c7ee320140
        cache = 0x55c7ee321070
        obj = 0
        __func__ = "newobj_alloc"
#22 0x00007f5b9b20229f in newobj_of0 (alloc_size=<optimized out>, cr=<optimized out>, wb_protected=<optimized out>, flags=8193, klass=140031363448416) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2893
        obj = <optimized out>
        objspace = 0x55c7ee3200e0
        size_pool_idx = <optimized out>
        obj = <optimized out>
        objspace = <optimized out>
        size_pool_idx = <optimized out>
#23 newobj_of (alloc_size=<optimized out>, wb_protected=<optimized out>, v3=0, v2=0, v1=0, flags=8193, klass=140031363448416) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2913
        obj = <optimized out>
        obj = <optimized out>
#24 rb_class_instance_allocate_internal (klass=140031363448416, flags=8193, wb_protected=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2977
        __func__ = "rb_class_instance_allocate_internal"
        size = <optimized out>
        index_tbl_num_entries = <optimized out>
        obj = <optimized out>
        ptr = <optimized out>
#25 0x00007f5b9b26e7a2 in class_call_alloc_func (klass=140031363448416, allocator=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/object.c:2063
        obj = <optimized out>
        obj = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#26 rb_class_alloc (klass=140031363448416) at /tmp/ruby/src/trunk-repeat20-asserts/object.c:2035
        allocator = <optimized out>
        allocator = <optimized out>
#27 rb_class_new_instance_pass_kw (argc=0, argv=0x7f5b9abc61a0, klass=140031363448416) at /tmp/ruby/src/trunk-repeat20-asserts/object.c:2094
        obj = <optimized out>
#28 0x00007f5b9b391f0a in vm_call_cfunc_with_frame_ (stack_bottom=0x7f5b9abc6198, argv=0x7f5b9abc61a0, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x55c7ee321130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357
        ci = 0x11f100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f5b9ab5c8f0
        cfunc = <optimized out>
        recv = 140031363448416
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = 0
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        __func__ = "vm_call_cfunc_with_frame_"
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#29 vm_call_cfunc_with_frame (ec=0x55c7ee321130, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385
        argc = <optimized out>
        stack_bottom = 0x7f5b9abc6198
        argv = 0x7f5b9abc61a0
#30 0x00007f5b9b396438 in vm_sendish (ec=0x55c7ee321130, reg_cfp=0x7f5b9acc5d90, cd=0x55c7ee69b170, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:368
        val = 36
        ci = 0x11f100100001
        cc = 0x7f5b971a7f60
        argc = <optimized out>
        recv = <optimized out>
        calling = {ci = 0x11f100100001, cc = 0x7f5b971a7f60, block_handler = 0, recv = 140031363448416, argc = 0, kw_splat = false}
#31 0x00007f5b9b3a24c6 in vm_exec_core (ec=0x55c7ee321130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:835
        bh = 0
        cd = 0x55c7ee69b170
        leaf = false
        val = <optimized out>
        canary = 0x0
        reg_pc = 0x55c7ee69a6f0
        reg_cfp = 0x7f5b9acc5d90
        insns_address_table = {0x7f5b9b3a496a <vm_exec_core+9546>, 0x7f5b9b3a489d <vm_exec_core+9341>, 0x7f5b9b3a47ef <vm_exec_core+9167>, 0x7f5b9b3a46fb <vm_exec_core+8923>, 0x7f5b9b3a43a3 <vm_exec_core+8067>, 0x7f5b9b3a42a7 <vm_exec_core+7815>, 0x7f5b9b3a41c7 <vm_exec_core+7591>, 0x7f5b9b3a413c <vm_exec_core+7452>, 0x7f5b9b3a44e8 <vm_exec_core+8392>, 0x7f5b9b3a4479 <vm_exec_core+8281>, 0x7f5b9b3a4593 <vm_exec_core+8563>, 0x7f5b9b3a3fb0 <vm_exec_core+7056>, 0x7f5b9b3a3e88 <vm_exec_core+6760>, 0x7f5b9b3a3e09 <vm_exec_core+6633>, 0x7f5b9b3a3d77 <vm_exec_core+6487>, 0x7f5b9b3a3cef <vm_exec_core+6351>, 0x7f5b9b3a3c96 <vm_exec_core+6262>, 0x7f5b9b3a3c21 <vm_exec_core+6145>, 0x7f5b9b3a3b85 <vm_exec_core+5989>, 0x7f5b9b3a3b16 <vm_exec_core+5878>, 0x7f5b9b3a3a89 <vm_exec_core+5737>, 0x7f5b9b3a39de <vm_exec_core+5566>, 0x7f5b9b3a393e <vm_exec_core+5406>, 0x7f5b9b3a3892 <vm_exec_core+5234>, 0x7f5b9b3a37c8 <vm_exec_core+5032>, 0x7f5b9b3a3727 <vm_exec_core+4871>, 0x7f5b9b3a3667 <vm_exec_core+4679>, 0x7f5b9b3a3590 <vm_exec_core+4464>, 0x7f5b9b3a34e9 <vm_exec_core+4297>, 0x7f5b9b3a3442 <vm_exec_core+4130>, 0x7f5b9b3a3348 <vm_exec_core+3880>, 0x7f5b9b3a327d <vm_exec_core+3677>, 0x7f5b9b3a31d8 <vm_exec_core+3512>, 0x7f5b9b3a313c <vm_exec_core+3356>, 0x7f5b9b3a309f <vm_exec_core+3199>, 0x7f5b9b3a3038 <vm_exec_core+3096>, 0x7f5b9b3a29f2 <vm_exec_core+1490>, 0x7f5b9b3a298d <vm_exec_core+1389>, 0x7f5b9b3a28f2 <vm_exec_core+1234>, 0x7f5b9b3a27e9 <vm_exec_core+969>, 0x7f5b9b3a273f <vm_exec_core+799>, 0x7f5b9b3a2694 <vm_exec_core+628>, 0x7f5b9b3a2653 <vm_exec_core+563>, 0x7f5b9b3a258c <vm_exec_core+364>, 0x7f5b9b3a2d0e <vm_exec_core+2286>, 0x7f5b9b3a2c42 <vm_exec_core+2082>, 0x7f5b9b3a2b6e <vm_exec_core+1870>, 0x7f5b9b3a2abd <vm_exec_core+1693>, 0x7f5b9b3a2e95 <vm_exec_core+2677>, 0x7f5b9b3a2dc4 <vm_exec_core+2468>, 0x7f5b9b3a2e27 <vm_exec_core+2567>, 0x7f5b9b3a24fb <vm_exec_core+219>, 0x7f5b9b3a2480 <vm_exec_core+96>, 0x7f5b9b3a584e <vm_exec_core+13358>, 0x7f5b9b3a5798 <vm_exec_core+13176>, 0x7f5b9b3a68ac <vm_exec_core+17548>, 0x7f5b9b3a58e5 <vm_exec_core+13509>, 0x7f5b9b3a53f9 <vm_exec_core+12249>, 0x7f5b9b3a5ae4 <vm_exec_core+14020>, 0x7f5b9b3a54b5 <vm_exec_core+12437>, 0x7f5b9b3a599b <vm_exec_core+13691>, 0x7f5b9b3a4fda <vm_exec_core+11194>, 0x7f5b9b3a5ba5 <vm_exec_core+14213>, 0x7f5b9b3a5135 <vm_exec_core+11541>, 0x7f5b9b3a50d5 <vm_exec_core+11445>, 0x7f5b9b3a5075 <vm_exec_core+11349>, 0x7f5b9b3a528a <vm_exec_core+11882>, 0x7f5b9b3a5187 <vm_exec_core+11623>, 0x7f5b9b3a52e7 <vm_exec_core+11975>, 0x7f5b9b3a6795 <vm_exec_core+17269>, 0x7f5b9b3a7b0d <vm_exec_core+22253>, 0x7f5b9b3a79f6 <vm_exec_core+21974>, 0x7f5b9b3a7935 <vm_exec_core+21781>, 0x7f5b9b3a784a <vm_exec_core+21546>, 0x7f5b9b3a7757 <vm_exec_core+21303>, 0x7f5b9b3a7642 <vm_exec_core+21026>, 0x7f5b9b3a752e <vm_exec_core+20750>, 0x7f5b9b3a741f <vm_exec_core+20479>, 0x7f5b9b3a730b <vm_exec_core+20203>, 0x7f5b9b3a71fc <vm_exec_core+19932>, 0x7f5b9b3a712b <vm_exec_core+19723>, 0x7f5b9b3a706f <vm_exec_core+19535>, 0x7f5b9b3a6f9b <vm_exec_core+19323>, 0x7f5b9b3a6ee4 <vm_exec_core+19140>, 0x7f5b9b3a6e0a <vm_exec_core+18922>, 0x7f5b9b3a4f40 <vm_exec_core+11040>, 0x7f5b9b3a4ebf <vm_exec_core+10911>, 0x7f5b9b3a6d68 <vm_exec_core+18760>, 0x7f5b9b3a6cca <vm_exec_core+18602>, 0x7f5b9b3a6be2 <vm_exec_core+18370>, 0x7f5b9b3a6b18 <vm_exec_core+18168>, 0x7f5b9b3a6a3f <vm_exec_core+17951>, 0x7f5b9b3a696e <vm_exec_core+17742>, 0x7f5b9b3a4e15 <vm_exec_core+10741>, 0x7f5b9b3a4d71 <vm_exec_core+10577>, 0x7f5b9b3a4c8d <vm_exec_core+10349>, 0x7f5b9b3a4be3 <vm_exec_core+10179>, 0x7f5b9b3a4b31 <vm_exec_core+10001>, 0x7f5b9b3a4ab1 <vm_exec_core+9873>, 0x7f5b9b3a4a29 <vm_exec_core+9737>, 0x7f5b9b3a49e1 <vm_exec_core+9665>, 0x7f5b9b3a4999 <vm_exec_core+9593>, 0x7f5b9b3a495a <vm_exec_core+9530>, 0x7f5b9b3a488d <vm_exec_core+9325>, 0x7f5b9b3a47df <vm_exec_core+9151>, 0x7f5b9b3a46eb <vm_exec_core+8907>, 0x7f5b9b3a4393 <vm_exec_core+8051>, 0x7f5b9b3a4297 <vm_exec_core+7799>, 0x7f5b9b3a41b7 <vm_exec_core+7575>, 0x7f5b9b3a412c <vm_exec_core+7436>, 0x7f5b9b3a44d8 <vm_exec_core+8376>, 0x7f5b9b3a4469 <vm_exec_core+8265>, 0x7f5b9b3a4583 <vm_exec_core+8547>, 0x7f5b9b3a3fa0 <vm_exec_core+7040>, 0x7f5b9b3a3e78 <vm_exec_core+6744>, 0x7f5b9b3a3df9 <vm_exec_core+6617>, 0x7f5b9b3a3d67 <vm_exec_core+6471>, 0x7f5b9b3a3cdf <vm_exec_core+6335>, 0x7f5b9b3a3c86 <vm_exec_core+6246>, 0x7f5b9b3a3c11 <vm_exec_core+6129>, 0x7f5b9b3a3b75 <vm_exec_core+5973>, 0x7f5b9b3a3b06 <vm_exec_core+5862>, 0x7f5b9b3a3a79 <vm_exec_core+5721>, 0x7f5b9b3a39ce <vm_exec_core+5550>, 0x7f5b9b3a392e <vm_exec_core+5390>, 0x7f5b9b3a3882 <vm_exec_core+5218>, 0x7f5b9b3a37b8 <vm_exec_core+5016>, 0x7f5b9b3a3717 <vm_exec_core+4855>, 0x7f5b9b3a3657 <vm_exec_core+4663>, 0x7f5b9b3a3580 <vm_exec_core+4448>, 0x7f5b9b3a34d9 <vm_exec_core+4281>, 0x7f5b9b3a3432 <vm_exec_core+4114>, 0x7f5b9b3a3338 <vm_exec_core+3864>, 0x7f5b9b3a326d <vm_exec_core+3661>, 0x7f5b9b3a31c8 <vm_exec_core+3496>, 0x7f5b9b3a312c <vm_exec_core+3340>, 0x7f5b9b3a308f <vm_exec_core+3183>, 0x7f5b9b3a3028 <vm_exec_core+3080>, 0x7f5b9b3a29e2 <vm_exec_core+1474>, 0x7f5b9b3a297d <vm_exec_core+1373>, 0x7f5b9b3a28e2 <vm_exec_core+1218>, 0x7f5b9b3a27d9 <vm_exec_core+953>, 0x7f5b9b3a272f <vm_exec_core+783>, 0x7f5b9b3a2684 <vm_exec_core+612>, 0x7f5b9b3a2643 <vm_exec_core+547>, 0x7f5b9b3a257c <vm_exec_core+348>, 0x7f5b9b3a2cfe <vm_exec_core+2270>, 0x7f5b9b3a2c32 <vm_exec_core+2066>, 0x7f5b9b3a2b5e <vm_exec_core+1854>, 0x7f5b9b3a2aad <vm_exec_core+1677>, 0x7f5b9b3a2e85 <vm_exec_core+2661>, 0x7f5b9b3a2db4 <vm_exec_core+2452>, 0x7f5b9b3a2e17 <vm_exec_core+2551>, 0x7f5b9b3a24eb <vm_exec_core+203>, 0x7f5b9b3a7cbb <vm_exec_core+22683>, 0x7f5b9b3a583e <vm_exec_core+13342>, 0x7f5b9b3a5788 <vm_exec_core+13160>, 0x7f5b9b3a7ca6 <vm_exec_core+22662>, 0x7f5b9b3a58d5 <vm_exec_core+13493>, 0x7f5b9b3a53e9 <vm_exec_core+12233>, 0x7f5b9b3a5ad4 <vm_exec_core+14004>, 0x7f5b9b3a54a5 <vm_exec_core+12421>, 0x7f5b9b3a598b <vm_exec_core+13675>, 0x7f5b9b3a4fca <vm_exec_core+11178>, 0x7f5b9b3a5b95 <vm_exec_core+14197>, 0x7f5b9b3a5125 <vm_exec_core+11525>, 0x7f5b9b3a50c5 <vm_exec_core+11429>, 0x7f5b9b3a5065 <vm_exec_core+11333>, 0x7f5b9b3a527a <vm_exec_core+11866>, 0x7f5b9b3a5177 <vm_exec_core+11607>, 0x7f5b9b3a52d7 <vm_exec_core+11959>, 0x7f5b9b3a7c91 <vm_exec_core+22641>, 0x7f5b9b3a7c7c <vm_exec_core+22620>, 0x7f5b9b3a7c67 <vm_exec_core+22599>, 0x7f5b9b3a7c52 <vm_exec_core+22578>, 0x7f5b9b3a7c3d <vm_exec_core+22557>, 0x7f5b9b3a7c28 <vm_exec_core+22536>, 0x7f5b9b3a6779 <vm_exec_core+17241>, 0x7f5b9b3a6764 <vm_exec_core+17220>, 0x7f5b9b3a674f <vm_exec_core+17199>, 0x7f5b9b3a673a <vm_exec_core+17178>, 0x7f5b9b3a6725 <vm_exec_core+17157>, 0x7f5b9b3a6710 <vm_exec_core+17136>, 0x7f5b9b3a66fb <vm_exec_core+17115>, 0x7f5b9b3a66e6 <vm_exec_core+17094>, 0x7f5b9b3a66d1 <vm_exec_core+17073>, 0x7f5b9b3a66bc <vm_exec_core+17052>, 0x7f5b9b3a4f30 <vm_exec_core+11024>, 0x7f5b9b3a4eaf <vm_exec_core+10895>, 0x7f5b9b3a66a7 <vm_exec_core+17031>, 0x7f5b9b3a6692 <vm_exec_core+17010>, 0x7f5b9b3a667d <vm_exec_core+16989>, 0x7f5b9b3a6668 <vm_exec_core+16968>, 0x7f5b9b3a2462 <vm_exec_core+66>, 0x7f5b9b3a2466 <vm_exec_core+70>, 0x7f5b9b3a4e05 <vm_exec_core+10725>, 0x7f5b9b3a4d61 <vm_exec_core+10561>, 0x7f5b9b3a4c7d <vm_exec_core+10333>, 0x7f5b9b3a4bd3 <vm_exec_core+10163>, 0x7f5b9b3a4b21 <vm_exec_core+9985>...}
        __func__ = "vm_exec_core"
#32 0x00007f5b9b3aa9a1 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375
        _ec = <optimized out>
        _tag = {tag = 36, retval = 4, buf = {0x7ffc3f2e5760, 0x7f5b9b3ab1e5 <rb_vm_exec+3173>, 0x0, 0x7ffc3f2e55f0, 0x5}, prev = 0x7ffc3f2e70f0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
        __func__ = "rb_vm_exec"
#33 0x00007f5b9b3b5cd0 in vm_call0_cc (kw_splat=0, cc=<optimized out>, argv=0x7ffc3f2e5820, argc=1, id=52225, recv=140031352369440, ec=0x55c7ee321130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:85
        calling = {ci = 0x7ffc3f2e57b0, cc = 0x7f5b971a7a50, block_handler = 0, recv = 140031352369440, argc = 1, kw_splat = false}
        calling = <optimized out>
#34 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7ffc3f2e5820, argc=1, mid=52225, recv=140031352369440) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1040
        ec = 0x55c7ee321130
        cc = <optimized out>
        self = 140031352369440
        ec = <optimized out>
        cc = <optimized out>
        self = <optimized out>
#35 rb_funcallv (recv=140031352369440, mid=52225, argc=argc@entry=1, argv=argv@entry=0x7ffc3f2e5820) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1055
        __func__ = "rb_funcallv"
#36 0x00007f5b971f9cf0 in ripper_dispatch1 (p=<optimized out>, mid=<optimized out>, a=<optimized out>) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14192
        rb_funcall_argc = 1
        rb_funcall_args = {140031414710784}
        rb_funcall_nargs = 1
#37 0x00007f5b971f9dca in ripper_scan_event_val (t=tSP, p=0x55c7ee676960) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6272
        str = <optimized out>
        rval = <optimized out>
        str = <optimized out>
        rval = <optimized out>
#38 ripper_dispatch_scan_event (p=0x55c7ee676960, t=tSP) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6282
No locals.
#39 0x00007f5b97201c17 in parser_yylex (p=0x55c7ee676960) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:10432
        prevline = <optimized out>
        last_state = EXPR_BEG
        token_seen = <optimized out>
        fallthru = 0
        retry = <optimized out>
        c = <optimized out>
        space_seen = 1
        cmd_state = <optimized out>
        label = <optimized out>
        c = <optimized out>
        space_seen = <optimized out>
        cmd_state = <optimized out>
        label = <optimized out>
        last_state = <optimized out>
        fallthru = <optimized out>
        token_seen = <optimized out>
        retry = <optimized out>
        outofloop = <optimized out>
        normal_newline = <optimized out>
        prevline = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        first_p = <optimized out>
        token = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        is_beg = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        prev = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
#40 yylex (p=0x55c7ee676960, yylloc=0x7ffc3f2e5950, lval=0x7ffc3f2e5928) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:10485
        t = <optimized out>
        t = <optimized out>
#41 ripper_yyparse (p=0x55c7ee676960) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.c:10528
        yychar = 32
        yylval = {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}
        yyloc_default = {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}
        yylloc = {beg_pos = {lineno = 1161, column = 14}, end_pos = {lineno = 1161, column = 14}}
        yynerrs = <optimized out>
        yystate = <optimized out>
        yyerrstatus = <optimized out>
        yystacksize = <optimized out>
        yyssa = {0, 2, 71, 313, 99, 403, 646, 824, 265, 481, 76, 324, 565, 265, 481, 80, 333, 574, 760, 897, 1032, 105, 333, 574, 760, 897, 1032, 97, 387, 634, 810, 980, 1097, 1178, 629, 1145, 1292, 1300, 1093, 480, 679, 278, 491, 1178, 1231, 1270, 1292, 1300, 5, 0, 0, 0, 32480, -4558, 21959, 0, -31200, -4503, 21959, 0, -25613, -25804, 32603, 0, 25, 0, 0, 0, 5120, -14643, -6466, 21404, -31200, -4503, 21959, 0, -272, -1, -1, -1, 0, 0, 0, 0, -19360, -4507, 21959, 0, -13912, -4520, 21959, 0, 24560, 16174, 32764, 0, -31200, -4503, 21959, 0, -6957, -25896, 32603, 0, 5, 0, 0, 0, -17112, -25804, 32603, 0, 10245, -16304, 10, 0, 56, 0, 0, 0, 224, -4558, 21959, 0, 20517, -25825, 32603, 0, -31200, -4503, 21959, 0, -14480, -4503, 21959, 0, 0, 0, 0, 0, -24575, -25816, 32603, 0, -1, -1, -1, -1, 24552, 16174, 32764, 0, -13912, -4520, 21959, 0, 2095, -25814, 32603, 0, 0, 0, 32764, 0, 24144, 16174, 32764, 0, -2, -1, 32764, 0, -1, -1, -1, -1, 0, 0, 32764, 0, 26144, 16174, 32764, 0, 2, 0, 32764, 0, 1, 0, 0, 0, 24560, 16174, 32764, 0, 26176, 16174, 32764, 0}
        yyss = <optimized out>
        yyssp = <optimized out>
        yyvsa = {{val = 200, node = 0xc8, id = 200, num = 200, tbl = 0xc8, vars = 0xc8, strterm = 0xc8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031352356048, node = 0x7f5b9703bcd0, id = 140031352356048, num = -1761362736, tbl = 0x7f5b9703bcd0, vars = 0x7f5b9703bcd0, strterm = 0x7f5b9703bcd0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140031352359792, node = 0x7f5b9703cb70, id = 140031352359792, num = -1761358992, tbl = 0x7f5b9703cb70, vars = 0x7f5b9703cb70, strterm = 0x7f5b9703cb70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140028818751488, node = 0x7f5b00000000, id = 140028818751488, num = 0, tbl = 0x7f5b00000000, vars = 0x7f5b00000000, strterm = 0x7f5b00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031352351632, node = 0x7f5b9703ab90, id = 140031352351632, num = -1761367152, tbl = 0x7f5b9703ab90, vars = 0x7f5b9703ab90, strterm = 0x7f5b9703ab90, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140031352344288, node = 0x7f5b97038ee0, id = 140031352344288, num = -1761374496, tbl = 0x7f5b97038ee0, vars = 0x7f5b97038ee0, strterm = 0x7f5b97038ee0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140031352364801, node = 0x7f5b9703df01, id = 140031352364801, num = -1761353983, tbl = 0x7f5b9703df01, vars = 0x7f5b9703df01, strterm = 0x7f5b9703df01, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031352086432, node = 0x7f5b96ff9fa0, id = 140031352086432, num = -1761632352, tbl = 0x7f5b96ff9fa0, vars = 0x7f5b96ff9fa0, strterm = 0x7f5b96ff9fa0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140031352086960, node = 0x7f5b96ffa1b0, id = 140031352086960, num = -1761631824, tbl = 0x7f5b96ffa1b0, vars = 0x7f5b96ffa1b0, strterm = 0x7f5b96ffa1b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94317187204072, node = 0x55c7ee7083e8, id = 94317187204072, num = -294616088, tbl = 0x55c7ee7083e8, vars = 0x55c7ee7083e8, strterm = 0x55c7ee7083e8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140031352081872, node = 0x7f5b96ff8dd0, id = 140031352081872, num = -1761636912, tbl = 0x7f5b96ff8dd0, vars = 0x7f5b96ff8dd0, strterm = 0x7f5b96ff8dd0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140031352081872, node = 0x7f5b96ff8dd0, id = 140031352081872, num = -1761636912, tbl = 0x7f5b96ff8dd0, vars = 0x7f5b96ff8dd0, strterm = 0x7f5b96ff8dd0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140031352064544, node = 0x7f5b96ff4a20, id = 140031352064544, num = -1761654240, tbl = 0x7f5b96ff4a20, vars = 0x7f5b96ff4a20, strterm = 0x7f5b96ff4a20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140031352065312, node = 0x7f5b96ff4d20, id = 140031352065312, num = -1761653472, tbl = 0x7f5b96ff4d20, vars = 0x7f5b96ff4d20, strterm = 0x7f5b96ff4d20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94317187687488, node = 0x55c7ee77e440, id = 94317187687488, num = -294132672, tbl = 0x55c7ee77e440, vars = 0x55c7ee77e440, strterm = 0x55c7ee77e440, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140031352061280, node = 0x7f5b96ff3d60, id = 140031352061280, num = -1761657504, tbl = 0x7f5b96ff3d60, vars = 0x7f5b96ff3d60, strterm = 0x7f5b96ff3d60, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94317186195024, node = 0x55c7ee611e50, id = 94317186195024, num = -295625136, tbl = 0x55c7ee611e50, vars = 0x55c7ee611e50, strterm = 0x55c7ee611e50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140033113718783, node = 0x7f5bffffffff, id = 140033113718783, num = -1, tbl = 0x7f5bffffffff, vars = 0x7f5bffffffff, strterm = 0x7f5bffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140031352459056, node = 0x7f5b97054f30, id = 140031352459056, num = -1761259728, tbl = 0x7f5b97054f30, vars = 0x7f5b97054f30, strterm = 0x7f5b97054f30, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140031352461216, node = 0x7f5b970557a0, id = 140031352461216, num = -1761257568, tbl = 0x7f5b970557a0, vars = 0x7f5b970557a0, strterm = 0x7f5b970557a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94317186180144, node = 0x55c7ee60e430, id = 94317186180144, num = -295640016, tbl = 0x55c7ee60e430, vars = 0x55c7ee60e430, strterm = 0x55c7ee60e430, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031352447872, node = 0x7f5b97052380, id = 140031352447872, num = -1761270912, tbl = 0x7f5b97052380, vars = 0x7f5b97052380, strterm = 0x7f5b97052380, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031352441872, node = 0x7f5b97050c10, id = 140031352441872, num = -1761276912, tbl = 0x7f5b97050c10, vars = 0x7f5b97050c10, strterm = 0x7f5b97050c10, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140031414741120, node = 0x7f5b9abba880, id = 140031414741120, num = -1698977664, tbl = 0x7f5b9abba880, vars = 0x7f5b9abba880, strterm = 0x7f5b9abba880, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031414749424, node = 0x7f5b9abbc8f0, id = 140031414749424, num = -1698969360, tbl = 0x7f5b9abbc8f0, vars = 0x7f5b9abbc8f0, strterm = 0x7f5b9abbc8f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140028818751512, node = 0x7f5b00000018, id = 140028818751512, num = 24, tbl = 0x7f5b00000018, vars = 0x7f5b00000018, strterm = 0x7f5b00000018, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031414716640, node = 0x7f5b9abb48e0, id = 140031414716640, num = -1699002144, tbl = 0x7f5b9abb48e0, vars = 0x7f5b9abb48e0, strterm = 0x7f5b9abb48e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140031414712944, node = 0x7f5b9abb3a70, id = 140031414712944, num = -1699005840, tbl = 0x7f5b9abb3a70, vars = 0x7f5b9abb3a70, strterm = 0x7f5b9abb3a70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140031414722496, node = 0x7f5b9abb5fc0, id = 140031414722496, num = -1698996288, tbl = 0x7f5b9abb5fc0, vars = 0x7f5b9abb5fc0, strterm = 0x7f5b9abb5fc0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140031352083408, node = 0x7f5b96ff93d0, id = 140031352083408, num = -1761635376, tbl = 0x7f5b96ff93d0, vars = 0x7f5b96ff93d0, strterm = 0x7f5b96ff93d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140031351765888, node = 0x7f5b96fabb80, id = 140031351765888, num = -1761952896, tbl = 0x7f5b96fabb80, vars = 0x7f5b96fabb80, strterm = 0x7f5b96fabb80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031351766896, node = 0x7f5b96fabf70, id = 140031351766896, num = -1761951888, tbl = 0x7f5b96fabf70, vars = 0x7f5b96fabf70, strterm = 0x7f5b96fabf70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140031351902640, node = 0x7f5b96fcd1b0, id = 140031351902640, num = -1761816144, tbl = 0x7f5b96fcd1b0, vars = 0x7f5b96fcd1b0, strterm = 0x7f5b96fcd1b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140031352930464, node = 0x7f5b970c80a0, id = 140031352930464, num = -1760788320, tbl = 0x7f5b970c80a0, vars = 0x7f5b970c80a0, strterm = 0x7f5b970c80a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140031352936464, node = 0x7f5b970c9810, id = 140031352936464, num = -1760782320, tbl = 0x7f5b970c9810, vars = 0x7f5b970c9810, strterm = 0x7f5b970c9810, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94317187153592, node = 0x55c7ee6fbeb8, id = 94317187153592, num = -294666568, tbl = 0x55c7ee6fbeb8, vars = 0x55c7ee6fbeb8, strterm = 0x55c7ee6fbeb8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140031354058464, node = 0x7f5b971db6e0, id = 140031354058464, num = -1759660320, tbl = 0x7f5b971db6e0, vars = 0x7f5b971db6e0, strterm = 0x7f5b971db6e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140031353621952, node = 0x7f5b97170dc0, id = 140031353621952, num = -1760096832, tbl = 0x7f5b97170dc0, vars = 0x7f5b97170dc0, strterm = 0x7f5b97170dc0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140031354048768, node = 0x7f5b971d9100, id = 140031354048768, num = -1759670016, tbl = 0x7f5b971d9100, vars = 0x7f5b971d9100, strterm = 0x7f5b971d9100, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 87538730641981440, node = 0x137000300010000, id = 87538730641981440, num = 65536, tbl = 0x137000300010000, vars = 0x137000300010000, strterm = 0x137000300010000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317184881358, node = 0x55c7ee4d12ce, id = 94317184881358, num = -296938802, tbl = 0x55c7ee4d12ce, vars = 0x55c7ee4d12ce, strterm = 0x55c7ee4d12ce, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94317184881358, node = 0x55c7ee4d12ce, id = 94317184881358, num = -296938802, tbl = 0x55c7ee4d12ce, vars = 0x55c7ee4d12ce, strterm = 0x55c7ee4d12ce, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 6024944108568384512, node = 0x539ce6bec6cd1400, id = 6024944108568384512, num = -959638528, tbl = 0x539ce6bec6cd1400, vars = 0x539ce6bec6cd1400, strterm = 0x539ce6bec6cd1400, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317186223600, node = 0x55c7ee618df0, id = 94317186223600, num = -295596560, tbl = 0x55c7ee618df0, vars = 0x55c7ee618df0, strterm = 0x55c7ee618df0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94317186223600, node = 0x55c7ee618df0, id = 94317186223600, num = -295596560, tbl = 0x55c7ee618df0, vars = 0x55c7ee618df0, strterm = 0x55c7ee618df0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140721368489856, node = 0x7ffc3f2e5f80, id = 140721368489856, num = 1060003712, tbl = 0x7ffc3f2e5f80, vars = 0x7ffc3f2e5f80, strterm = 0x7ffc3f2e5f80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721368490560, node = 0x7ffc3f2e6240, id = 140721368490560, num = 1060004416, tbl = 0x7ffc3f2e6240, vars = 0x7ffc3f2e6240, strterm = 0x7ffc3f2e6240, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140031424144512, node = 0x7f5b9b4b2480 <clean_info>, id = 140031424144512, num = -1689574272, tbl = 0x7f5b9b4b2480 <clean_info>, vars = 0x7f5b9b4b2480 <clean_info>, strterm = 0x7f5b9b4b2480 <clean_info>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721368490608, node = 0x7ffc3f2e6270, id = 140721368490608, num = 1060004464, tbl = 0x7ffc3f2e6270, vars = 0x7ffc3f2e6270, strterm = 0x7ffc3f2e6270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140031422248466, node = 0x7f5b9b2e3612 <optimize_node_left+450>, id = 140031422248466, num = -1691470318, tbl = 0x7f5b9b2e3612 <optimize_node_left+450>, vars = 0x7f5b9b2e3612 <optimize_node_left+450>, strterm = 0x7f5b9b2e3612 <optimize_node_left+450>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721368490696, node = 0x7ffc3f2e62c8, id = 140721368490696, num = 1060004552, tbl = 0x7ffc3f2e62c8, vars = 0x7ffc3f2e62c8, strterm = 0x7ffc3f2e62c8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140721368490632, node = 0x7ffc3f2e6288, id = 140721368490632, num = 1060004488, tbl = 0x7ffc3f2e6288, vars = 0x7ffc3f2e6288, strterm = 0x7ffc3f2e6288, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721368490760, node = 0x7ffc3f2e6308, id = 140721368490760, num = 1060004616, tbl = 0x7ffc3f2e6308, vars = 0x7ffc3f2e6308, strterm = 0x7ffc3f2e6308, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140720308486144, node = 0x7ffc00000000, id = 140720308486144, num = 0, tbl = 0x7ffc00000000, vars = 0x7ffc00000000, strterm = 0x7ffc00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721368489880, node = 0x7ffc3f2e5f98, id = 140721368489880, num = 1060003736, tbl = 0x7ffc3f2e5f98, vars = 0x7ffc3f2e5f98, strterm = 0x7ffc3f2e5f98, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140721368490824, node = 0x7ffc3f2e6348, id = 140721368490824, num = 1060004680, tbl = 0x7ffc3f2e6348, vars = 0x7ffc3f2e6348, strterm = 0x7ffc3f2e6348, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140721368489841, node = 0x7ffc3f2e5f71, id = 140721368489841, num = 1060003697, tbl = 0x7ffc3f2e5f71, vars = 0x7ffc3f2e5f71, strterm = 0x7ffc3f2e5f71, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140721368489841, node = 0x7ffc3f2e5f71, id = 140721368489841, num = 1060003697, tbl = 0x7ffc3f2e5f71, vars = 0x7ffc3f2e5f71, strterm = 0x7ffc3f2e5f71, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140031422243066, node = 0x7f5b9b2e20fa <update_string_node_case_fold+298>, id = 140031422243066, num = -1691475718, tbl = 0x7f5b9b2e20fa <update_string_node_case_fold+298>, vars = 0x7f5b9b2e20fa <update_string_node_case_fold+298>, strterm = 0x7f5b9b2e20fa <update_string_node_case_fold+298>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94317186947793, node = 0x55c7ee6c9ad1, id = 94317186947793, num = -294872367, tbl = 0x55c7ee6c9ad1, vars = 0x55c7ee6c9ad1, strterm = 0x55c7ee6c9ad1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140721368489832, node = 0x7ffc3f2e5f68, id = 140721368489832, num = 1060003688, tbl = 0x7ffc3f2e5f68, vars = 0x7ffc3f2e5f68, strterm = 0x7ffc3f2e5f68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140721368489840, node = 0x7ffc3f2e5f70, id = 140721368489840, num = 1060003696, tbl = 0x7ffc3f2e5f70, vars = 0x7ffc3f2e5f70, strterm = 0x7ffc3f2e5f70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140721368489841, node = 0x7ffc3f2e5f71, id = 140721368489841, num = 1060003697, tbl = 0x7ffc3f2e5f71, vars = 0x7ffc3f2e5f71, strterm = 0x7ffc3f2e5f71, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 6024944108568384512, node = 0x539ce6bec6cd1400, id = 6024944108568384512, num = -959638528, tbl = 0x539ce6bec6cd1400, vars = 0x539ce6bec6cd1400, strterm = 0x539ce6bec6cd1400, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317186947760, node = 0x55c7ee6c9ab0, id = 94317186947760, num = -294872400, tbl = 0x55c7ee6c9ab0, vars = 0x55c7ee6c9ab0, strterm = 0x55c7ee6c9ab0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 18446744073709551344, node = 0xfffffffffffffef0, id = 18446744073709551344, num = -272, tbl = 0xfffffffffffffef0, vars = 0xfffffffffffffef0, strterm = 0xfffffffffffffef0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 22, node = 0x16, id = 22, num = 22, tbl = 0x16, vars = 0x16, strterm = 0x16, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94317186956113, node = 0x55c7ee6cbb51, id = 94317186956113, num = -294864047, tbl = 0x55c7ee6cbb51, vars = 0x55c7ee6cbb51, strterm = 0x55c7ee6cbb51, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 3, node = 0x3, id = 3, num = 3, tbl = 0x3, vars = 0x3, strterm = 0x3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744073709551615, node = 0xffffffffffffffff, id = 18446744073709551615, num = -1, tbl = 0xffffffffffffffff, vars = 0xffffffffffffffff, strterm = 0xffffffffffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031416653483, node = 0x7f5b9ad8d6ab <_int_malloc+3195>, id = 140031416653483, num = -1697065301, tbl = 0x7f5b9ad8d6ab <_int_malloc+3195>, vars = 0x7f5b9ad8d6ab <_int_malloc+3195>, strterm = 0x7f5b9ad8d6ab <_int_malloc+3195>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94317183536752, node = 0x55c7ee388e70, id = 94317183536752, num = -298283408, tbl = 0x55c7ee388e70, vars = 0x55c7ee388e70, strterm = 0x55c7ee388e70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140031418182880, node = 0x7f5b9af02ce0 <main_arena+96>, id = 140031418182880, num = -1695535904, tbl = 0x7f5b9af02ce0 <main_arena+96>, vars = 0x7f5b9af02ce0 <main_arena+96>, strterm = 0x7f5b9af02ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93458488360960, node = 0x550000000000, id = 93458488360960, num = 0, tbl = 0x550000000000, vars = 0x550000000000, strterm = 0x550000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 175798795088, node = 0x28ee6cbb50, id = 175798795088, num = -294864048, tbl = 0x28ee6cbb50, vars = 0x28ee6cbb50, strterm = 0x28ee6cbb50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 625, node = 0x271, id = 625, num = 625, tbl = 0x271, vars = 0x271, strterm = 0x271, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94317185645096, node = 0x55c7ee58ba28, id = 94317185645096, num = -296175064, tbl = 0x55c7ee58ba28, vars = 0x55c7ee58ba28, strterm = 0x55c7ee58ba28, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94317185645096, node = 0x55c7ee58ba28, id = 94317185645096, num = -296175064, tbl = 0x55c7ee58ba28, vars = 0x55c7ee58ba28, strterm = 0x55c7ee58ba28, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94317185644632, node = 0x55c7ee58b858, id = 94317185644632, num = -296175528, tbl = 0x55c7ee58b858, vars = 0x55c7ee58b858, strterm = 0x55c7ee58b858, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 46, node = 0x2e, id = 46, num = 46, tbl = 0x2e, vars = 0x2e, strterm = 0x2e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 4593, node = 0x11f1, id = 4593, num = 4593, tbl = 0x11f1, vars = 0x11f1, strterm = 0x11f1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94317185644408, node = 0x55c7ee58b778, id = 94317185644408, num = -296175752, tbl = 0x55c7ee58b778, vars = 0x55c7ee58b778, strterm = 0x55c7ee58b778, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 6024944108568384512, node = 0x539ce6bec6cd1400, id = 6024944108568384512, num = -959638528, tbl = 0x539ce6bec6cd1400, vars = 0x539ce6bec6cd1400, strterm = 0x539ce6bec6cd1400, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 640, node = 0x280, id = 640, num = 640, tbl = 0x280, vars = 0x280, strterm = 0x280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317184881872, node = 0x55c7ee4d14d0, id = 94317184881872, num = -296938288, tbl = 0x55c7ee4d14d0, vars = 0x55c7ee4d14d0, strterm = 0x55c7ee4d14d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140031418182784, node = 0x7f5b9af02c80 <main_arena>, id = 140031418182784, num = -1695536000, tbl = 0x7f5b9af02c80 <main_arena>, vars = 0x7f5b9af02c80 <main_arena>, strterm = 0x7f5b9af02c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317184882192, node = 0x55c7ee4d1610, id = 94317184882192, num = -296937968, tbl = 0x55c7ee4d1610, vars = 0x55c7ee4d1610, strterm = 0x55c7ee4d1610, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94317183536768, node = 0x55c7ee388e80, id = 94317183536768, num = -298283392, tbl = 0x55c7ee388e80, vars = 0x55c7ee388e80, strterm = 0x55c7ee388e80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031416654939, node = 0x7f5b9ad8dc5b <_int_realloc+299>, id = 140031416654939, num = -1697063845, tbl = 0x7f5b9ad8dc5b <_int_realloc+299>, vars = 0x7f5b9ad8dc5b <_int_realloc+299>, strterm = 0x7f5b9ad8dc5b <_int_realloc+299>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 6, node = 0x6, id = 6, num = 6, tbl = 0x6, vars = 0x6, strterm = 0x6, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031418182784, node = 0x7f5b9af02c80 <main_arena>, id = 140031418182784, num = -1695536000, tbl = 0x7f5b9af02c80 <main_arena>, vars = 0x7f5b9af02c80 <main_arena>, strterm = 0x7f5b9af02c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317184881888, node = 0x55c7ee4d14e0, id = 94317184881888, num = -296938272, tbl = 0x55c7ee4d14e0, vars = 0x55c7ee4d14e0, strterm = 0x55c7ee4d14e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 624, node = 0x270, id = 624, num = 624, tbl = 0x270, vars = 0x270, strterm = 0x270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94317184881872, node = 0x55c7ee4d14d0, id = 94317184881872, num = -296938288, tbl = 0x55c7ee4d14d0, vars = 0x55c7ee4d14d0, strterm = 0x55c7ee4d14d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 640, node = 0x280, id = 640, num = 640, tbl = 0x280, vars = 0x280, strterm = 0x280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140031416658313, node = 0x7f5b9ad8e989 <__GI___libc_realloc+457>, id = 140031416658313, num = -1697060471, tbl = 0x7f5b9ad8e989 <__GI___libc_realloc+457>, vars = 0x7f5b9ad8e989 <__GI___libc_realloc+457>, strterm = 0x7f5b9ad8e989 <__GI___libc_realloc+457>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 338, node = 0x152, id = 338, num = 338, tbl = 0x152, vars = 0x152, strterm = 0x152, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94317186468344, node = 0x55c7ee6549f8, id = 94317186468344, num = -295351816, tbl = 0x55c7ee6549f8, vars = 0x55c7ee6549f8, strterm = 0x55c7ee6549f8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94317186468336, node = 0x55c7ee6549f0, id = 94317186468336, num = -295351824, tbl = 0x55c7ee6549f0, vars = 0x55c7ee6549f0, strterm = 0x55c7ee6549f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140031422274470, node = 0x7f5b9b2e9ba6 <compile_tree+5558>, id = 140031422274470, num = -1691444314, tbl = 0x7f5b9b2e9ba6 <compile_tree+5558>, vars = 0x7f5b9b2e9ba6 <compile_tree+5558>, strterm = 0x7f5b9b2e9ba6 <compile_tree+5558>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 832, node = 0x340, id = 832, num = 832, tbl = 0x340, vars = 0x340, strterm = 0x340, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 321, node = 0x141, id = 321, num = 321, tbl = 0x141, vars = 0x141, strterm = 0x141, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94317184881872, node = 0x55c7ee4d14d0, id = 94317184881872, num = -296938288, tbl = 0x55c7ee4d14d0, vars = 0x55c7ee4d14d0, strterm = 0x55c7ee4d14d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140031418182784, node = 0x7f5b9af02c80 <main_arena>, id = 140031418182784, num = -1695536000, tbl = 0x7f5b9af02c80 <main_arena>, vars = 0x7f5b9af02c80 <main_arena>, strterm = 0x7f5b9af02c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 6024944108568384512, node = 0x539ce6bec6cd1400, id = 6024944108568384512, num = -959638528, tbl = 0x539ce6bec6cd1400, vars = 0x539ce6bec6cd1400, strterm = 0x539ce6bec6cd1400, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 832, node = 0x340, id = 832, num = 832, tbl = 0x340, vars = 0x340, strterm = 0x340, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94317186955760, node = 0x55c7ee6cb9f0, id = 94317186955760, num = -294864400, tbl = 0x55c7ee6cb9f0, vars = 0x55c7ee6cb9f0, strterm = 0x55c7ee6cb9f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94317186948080, node = 0x55c7ee6c9bf0, id = 94317186948080, num = -294872080, tbl = 0x55c7ee6c9bf0, vars = 0x55c7ee6c9bf0, strterm = 0x55c7ee6c9bf0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140031422279560, node = 0x7f5b9b2eaf88 <compile_quantifier_node+1624>, id = 140031422279560, num = -1691439224, tbl = 0x7f5b9b2eaf88 <compile_quantifier_node+1624>, vars = 0x7f5b9b2eaf88 <compile_quantifier_node+1624>, strterm = 0x7f5b9b2eaf88 <compile_quantifier_node+1624>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 141733920768, node = 0x2100000000, id = 141733920768, num = 0, tbl = 0x2100000000, vars = 0x2100000000, strterm = 0x2100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031424143736, node = 0x7f5b9b4b2178, id = 140031424143736, num = -1689575048, tbl = 0x7f5b9b4b2178, vars = 0x7f5b9b4b2178, strterm = 0x7f5b9b4b2178, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140031424143736, node = 0x7f5b9b4b2178, id = 140031424143736, num = -1689575048, tbl = 0x7f5b9b4b2178, vars = 0x7f5b9b4b2178, strterm = 0x7f5b9b4b2178, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94317186955824, node = 0x55c7ee6cba30, id = 94317186955824, num = -294864336, tbl = 0x55c7ee6cba30, vars = 0x55c7ee6cba30, strterm = 0x55c7ee6cba30, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031422268997, node = 0x7f5b9b2e8645 <compile_tree+85>, id = 140031422268997, num = -1691449787, tbl = 0x7f5b9b2e8645 <compile_tree+85>, vars = 0x7f5b9b2e8645 <compile_tree+85>, strterm = 0x7f5b9b2e8645 <compile_tree+85>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031422246846, node = 0x7f5b9b2e2fbe <compile_length_tree+638>, id = 140031422246846, num = -1691471938, tbl = 0x7f5b9b2e2fbe <compile_length_tree+638>, vars = 0x7f5b9b2e2fbe <compile_length_tree+638>, strterm = 0x7f5b9b2e2fbe <compile_length_tree+638>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 6024944108568384512, node = 0x539ce6bec6cd1400, id = 6024944108568384512, num = -959638528, tbl = 0x539ce6bec6cd1400, vars = 0x539ce6bec6cd1400, strterm = 0x539ce6bec6cd1400, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317186955888, node = 0x55c7ee6cba70, id = 94317186955888, num = -294864272, tbl = 0x55c7ee6cba70, vars = 0x55c7ee6cba70, strterm = 0x55c7ee6cba70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 78, node = 0x4e, id = 78, num = 78, tbl = 0x4e, vars = 0x4e, strterm = 0x4e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94317186948016, node = 0x55c7ee6c9bb0, id = 94317186948016, num = -294872144, tbl = 0x55c7ee6c9bb0, vars = 0x55c7ee6c9bb0, strterm = 0x55c7ee6c9bb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140031422279560, node = 0x7f5b9b2eaf88 <compile_quantifier_node+1624>, id = 140031422279560, num = -1691439224, tbl = 0x7f5b9b2eaf88 <compile_quantifier_node+1624>, vars = 0x7f5b9b2eaf88 <compile_quantifier_node+1624>, strterm = 0x7f5b9b2eaf88 <compile_quantifier_node+1624>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317184881424, node = 0x55c7ee4d1310, id = 94317184881424, num = -296938736, tbl = 0x55c7ee4d1310, vars = 0x55c7ee4d1310, strterm = 0x55c7ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140031416653483, node = 0x7f5b9ad8d6ab <_int_malloc+3195>, id = 140031416653483, num = -1697065301, tbl = 0x7f5b9ad8d6ab <_int_malloc+3195>, vars = 0x7f5b9ad8d6ab <_int_malloc+3195>, strterm = 0x7f5b9ad8d6ab <_int_malloc+3195>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94317186832576, node = 0x55c7ee6ad8c0, id = 94317186832576, num = -294987584, tbl = 0x55c7ee6ad8c0, vars = 0x55c7ee6ad8c0, strterm = 0x55c7ee6ad8c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140031418182880, node = 0x7f5b9af02ce0 <main_arena+96>, id = 140031418182880, num = -1695535904, tbl = 0x7f5b9af02ce0 <main_arena+96>, vars = 0x7f5b9af02ce0 <main_arena+96>, strterm = 0x7f5b9af02ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140031424143736, node = 0x7f5b9b4b2178, id = 140031424143736, num = -1689575048, tbl = 0x7f5b9b4b2178, vars = 0x7f5b9b4b2178, strterm = 0x7f5b9b4b2178, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 77012472592, node = 0x11ee4d1310, id = 77012472592, num = -296938736, tbl = 0x11ee4d1310, vars = 0x11ee4d1310, strterm = 0x11ee4d1310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 256, node = 0x100, id = 256, num = 256, tbl = 0x100, vars = 0x100, strterm = 0x100, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 16257284674440924421, node = 0xe19d7a46d0740d05, id = 16257284674440924421, num = -797700859, tbl = 0xe19d7a46d0740d05, vars = 0xe19d7a46d0740d05, strterm = 0xe19d7a46d0740d05, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 31, node = 0x1f, id = 31, num = 31, tbl = 0x1f, vars = 0x1f, strterm = 0x1f, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 304, node = 0x130, id = 304, num = 304, tbl = 0x130, vars = 0x130, strterm = 0x130, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 4, node = 0x4, id = 4, num = 4, tbl = 0x4, vars = 0x4, strterm = 0x4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 223338299409, node = 0x3400000011, id = 223338299409, num = 17, tbl = 0x3400000011, vars = 0x3400000011, strterm = 0x3400000011, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 511101108348, node = 0x770000007c, id = 511101108348, num = 124, tbl = 0x770000007c, vars = 0x770000007c, strterm = 0x770000007c, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94317186989616, node = 0x55c7ee6d3e30, id = 94317186989616, num = -294830544, tbl = 0x55c7ee6d3e30, vars = 0x55c7ee6d3e30, strterm = 0x55c7ee6d3e30, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 8590033360, node = 0x2000181d0, id = 8590033360, num = 98768, tbl = 0x2000181d0, vars = 0x2000181d0, strterm = 0x2000181d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 16, node = 0x10, id = 16, num = 16, tbl = 0x10, vars = 0x10, strterm = 0x10, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140031418182656, node = 0x7f5b9af02c00 <_IO_wide_data_0+128>, id = 140031418182656, num = -1695536128, tbl = 0x7f5b9af02c00 <_IO_wide_data_0+128>, vars = 0x7f5b9af02c00 <_IO_wide_data_0+128>, strterm = 0x7f5b9af02c00 <_IO_wide_data_0+128>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 16257284674440924421, node = 0xe19d7a46d0740d05, id = 16257284674440924421, num = -797700859, tbl = 0xe19d7a46d0740d05, vars = 0xe19d7a46d0740d05, strterm = 0xe19d7a46d0740d05, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}}
        yyvs = <optimized out>
        yyvsp = <optimized out>
        yylsa = {{beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 2, column = 19}}, {beg_pos = {lineno = 2, column = 20}, end_pos = {lineno = 2, column = 20}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 4, column = 5}}, {beg_pos = {lineno = 4, column = 6}, end_pos = {lineno = 4, column = 25}}, {beg_pos = {lineno = 4, column = 26}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 4, column = 49}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 5, column = 2}, end_pos = {lineno = 879, column = 5}}, {beg_pos = {lineno = 879, column = 6}, end_pos = {lineno = 879, column = 6}}, {beg_pos = {lineno = 881, column = 2}, end_pos = {lineno = 881, column = 23}}, {beg_pos = {lineno = 881, column = 23}, end_pos = {lineno = 881, column = 24}}, {beg_pos = {lineno = 881, column = 24}, end_pos = {lineno = 881, column = 24}}, {beg_pos = {lineno = 882, column = 4}, end_pos = {lineno = 1156, column = 7}}, {beg_pos = {lineno = 1156, column = 8}, end_pos = {lineno = 1156, column = 8}}, {beg_pos = {lineno = 1158, column = 4}, end_pos = {lineno = 1158, column = 16}}, {beg_pos = {lineno = 1158, column = 17}, end_pos = {lineno = 1158, column = 19}}, {beg_pos = {lineno = 1158, column = 19}, end_pos = {lineno = 1158, column = 19}}, {beg_pos = {lineno = 1158, column = 19}, end_pos = {lineno = 1158, column = 19}}, {beg_pos = {lineno = 1158, column = 19}, end_pos = {lineno = 1158, column = 19}}, {beg_pos = {lineno = 1158, column = 19}, end_pos = {lineno = 1158, column = 19}}, {beg_pos = {lineno = 1159, column = 6}, end_pos = {lineno = 1159, column = 34}}, {beg_pos = {lineno = 1159, column = 35}, end_pos = {lineno = 1159, column = 37}}, {beg_pos = {lineno = 1159, column = 37}, end_pos = {lineno = 1159, column = 37}}, {beg_pos = {lineno = 1159, column = 37}, end_pos = {lineno = 1159, column = 37}}, {beg_pos = {lineno = 1159, column = 37}, end_pos = {lineno = 1159, column = 37}}, {beg_pos = {lineno = 1159, column = 38}, end_pos = {lineno = 1159, column = 41}}, {beg_pos = {lineno = 1160, column = 8}, end_pos = {lineno = 1160, column = 12}}, {beg_pos = {lineno = 1160, column = 13}, end_pos = {lineno = 1160, column = 14}}, {beg_pos = {lineno = 1160, column = 15}, end_pos = {lineno = 1160, column = 15}}, {beg_pos = {lineno = 1161, column = 8}, end_pos = {lineno = 1161, column = 10}}, {beg_pos = {lineno = 1161, column = 10}, end_pos = {lineno = 1161, column = 10}}, {beg_pos = {lineno = 1161, column = 10}, end_pos = {lineno = 1161, column = 10}}, {beg_pos = {lineno = 1161, column = 11}, end_pos = {lineno = 1161, column = 13}}, {beg_pos = {lineno = 1161, column = 14}, end_pos = {lineno = 1161, column = 14}}, {beg_pos = {lineno = 1161, column = 12}, end_pos = {lineno = 1161, column = 13}}, {beg_pos = {lineno = 1153, column = 10}, end_pos = {lineno = 1153, column = 15}}, {beg_pos = {lineno = 1153, column = 15}, end_pos = {lineno = 1153, column = 15}}, {beg_pos = {lineno = 1126, column = 10}, end_pos = {lineno = 1126, column = 15}}, {beg_pos = {lineno = 1126, column = 15}, end_pos = {lineno = 1126, column = 15}}, {beg_pos = {lineno = 1084, column = 27}, end_pos = {lineno = 1084, column = 28}}, {beg_pos = {lineno = 1046, column = 26}, end_pos = {lineno = 1046, column = 30}}, {beg_pos = {lineno = 1046, column = 30}, end_pos = {lineno = 1046, column = 31}}, {beg_pos = {lineno = 270, column = 26}, end_pos = {lineno = 270, column = 27}}, {beg_pos = {lineno = 270, column = 27}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 28}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 29}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = 270, column = 31}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = -1688025440, column = 32603}, end_pos = {lineno = -1692552191, column = 32603}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 5}}, {beg_pos = {lineno = 1, column = 5}, end_pos = {lineno = 1, column = 5}}, {beg_pos = {lineno = 1, column = 5}, end_pos = {lineno = 1, column = 5}}, {beg_pos = {lineno = -298708688, column = 21959}, end_pos = {lineno = -1697882416, column = 32603}}, {beg_pos = {lineno = 36, column = 0}, end_pos = {lineno = -1688025440, column = 32603}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1692552086, column = 32603}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1060005408, column = 32764}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = 1060010320, column = 32764}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -959638528, column = 1402791614}}, {beg_pos = {lineno = 1, column = 44}, end_pos = {lineno = 8, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -296943312, column = 21959}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -298680608, column = 21959}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -1692757795, column = 32603}}, {beg_pos = {lineno = -1688026320, column = 0}, end_pos = {lineno = -959638528, column = 1402791614}}, {beg_pos = {lineno = -295715576, column = 21959}, end_pos = {lineno = -1692737127, column = 32603}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -1687941263, column = 32603}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -295715576, column = 21959}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 22, column = 0}}, {beg_pos = {lineno = 22, column = 0}, end_pos = {lineno = -296943312, column = 21959}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1, column = 8}}, {beg_pos = {lineno = 0, column = 32764}, end_pos = {lineno = -100, column = 21959}}, {beg_pos = {lineno = -1688199024, column = 32603}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 22, column = 0}}, {beg_pos = {lineno = -295715584, column = 21959}, end_pos = {lineno = 2, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -296173792, column = 21959}, end_pos = {lineno = 1060006624, column = 32764}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1697459185, column = 32603}}, {beg_pos = {lineno = -1692758000, column = 32603}, end_pos = {lineno = 1060006232, column = 32764}}, {beg_pos = {lineno = 1060006624, column = 32764}, end_pos = {lineno = -296173800, column = 21959}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = -1698930344, column = 32603}}, {beg_pos = {lineno = 3, column = 0}, end_pos = {lineno = 2, column = 0}}, {beg_pos = {lineno = 36, column = 0}, end_pos = {lineno = 3, column = 0}}, {beg_pos = {lineno = 3, column = 0}, end_pos = {lineno = -1697076837, column = 32603}}, {beg_pos = {lineno = -296173800, column = 21959}, end_pos = {lineno = -1695535904, column = 32603}}, {beg_pos = {lineno = 1551820444, column = 5}, end_pos = {lineno = 65, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 64, column = 0}}, {beg_pos = {lineno = 1060006624, column = 32764}, end_pos = {lineno = -1695536000, column = 32603}}, {beg_pos = {lineno = 32816, column = 0}, end_pos = {lineno = 2050, column = 0}}, {beg_pos = {lineno = 32832, column = 0}, end_pos = {lineno = 2052, column = 0}}, {beg_pos = {lineno = 155, column = 0}, end_pos = {lineno = -1697065301, column = 32603}}, {beg_pos = {lineno = -295056400, column = 21959}, end_pos = {lineno = -1695535904, column = 32603}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = 1060006624, column = 32764}}, {beg_pos = {lineno = 0, column = 118}, end_pos = {lineno = -959638528, column = 1402791614}}, {beg_pos = {lineno = -1692758016, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 5, column = 0}, end_pos = {lineno = -298712864, column = 21959}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -1691629384, column = 32603}}, {beg_pos = {lineno = 38, column = 0}, end_pos = {lineno = -1692391752, column = 32603}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -1750275552, column = 32603}}, {beg_pos = {lineno = -1759862832, column = 32603}, end_pos = {lineno = -1691199786, column = 32603}}, {beg_pos = {lineno = 13, column = 0}, end_pos = {lineno = -295840992, column = 21959}}, {beg_pos = {lineno = -1759867488, column = 32603}, end_pos = {lineno = -1691184611, column = 32603}}, {beg_pos = {lineno = -1716680032, column = 32603}, end_pos = {lineno = -1693177223, column = 32603}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1693184858, column = 32603}}, {beg_pos = {lineno = -1716680032, column = 32603}, end_pos = {lineno = -1693177223, column = 32603}}, {beg_pos = {lineno = -1759862832, column = 32603}, end_pos = {lineno = -1759862880, column = 32603}}, {beg_pos = {lineno = 5, column = 0}, end_pos = {lineno = -1693184858, column = 32603}}, {beg_pos = {lineno = -1716680032, column = 32603}, end_pos = {lineno = -1687972996, column = 32603}}, {beg_pos = {lineno = -1695477760, column = 32603}, end_pos = {lineno = -1697719600, column = 32603}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = -1697726052, column = 32603}}, {beg_pos = {lineno = -297048496, column = 21959}, end_pos = {lineno = -1687971863, column = 32603}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = -1687973209, column = 32603}}, {beg_pos = {lineno = -1688026320, column = 32603}, end_pos = {lineno = -1693608472, column = 32603}}, {beg_pos = {lineno = 955912232, column = 0}, end_pos = {lineno = -1693608760, column = 32603}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1687971863, column = 32603}}, {beg_pos = {lineno = 1997, column = 0}, end_pos = {lineno = -1687973209, column = 32603}}, {beg_pos = {lineno = -1688026320, column = 32603}, end_pos = {lineno = -1693608472, column = 32603}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = -1693613096, column = 32603}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1687971863, column = 32603}}, {beg_pos = {lineno = 913, column = 0}, end_pos = {lineno = -1693558840, column = 32603}}, {beg_pos = {lineno = -1688026320, column = 32603}, end_pos = {lineno = 1060006696, column = 32764}}, {beg_pos = {lineno = 1060006692, column = 32764}, end_pos = {lineno = -1759575113, column = 32603}}, {beg_pos = {lineno = -1693558840, column = 32603}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1060006692, column = 32764}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = -298125440, column = 21959}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 0, column = 21959}, end_pos = {lineno = -1759573401, column = 32603}}, {beg_pos = {lineno = -1759575920, column = 32603}, end_pos = {lineno = 1060006896, column = 32764}}, {beg_pos = {lineno = 1060006880, column = 32764}, end_pos = {lineno = 955912232, column = 0}}, {beg_pos = {lineno = 1, column = 32764}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = -297057792, column = 21959}, end_pos = {lineno = 1060006816, column = 32764}}, {beg_pos = {lineno = 1060006832, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1060007040, column = 32764}, end_pos = {lineno = -1759573401, column = 32603}}, {beg_pos = {lineno = -297057792, column = 21959}, end_pos = {lineno = 1060006880, column = 32764}}, {beg_pos = {lineno = 1060006896, column = 32764}, end_pos = {lineno = -1687969263, column = 32603}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -297058672, column = 21959}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -297058672, column = 21959}}, {beg_pos = {lineno = -1693560544, column = 1}, end_pos = {lineno = -297057792, column = 21959}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32603}}, {beg_pos = {lineno = 0, column = 21959}, end_pos = {lineno = 0, column = 21959}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = -1687941263, column = 32603}}, {beg_pos = {lineno = -1693586560, column = 32603}, end_pos = {lineno = -1688026320, column = 32603}}, {beg_pos = {lineno = -297058672, column = 21959}, end_pos = {lineno = -1759317416, column = 32603}}, {beg_pos = {lineno = 1431634051, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1759868832, column = 32603}, end_pos = {lineno = -1687941263, column = 32603}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 136, column = 0}}, {beg_pos = {lineno = -297058672, column = 21959}, end_pos = {lineno = -1759316904, column = 32603}}, {beg_pos = {lineno = 1431634051, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1759868832, column = 32603}, end_pos = {lineno = -1687941263, column = 32603}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1693586560, column = 32603}, end_pos = {lineno = -1692022352, column = 32603}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = 1060008000, column = 32764}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 1431634051, column = 0}, end_pos = {lineno = -1687929426, column = 32603}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1060002624, column = 32764}}, {beg_pos = {lineno = 1060003022, column = 32764}, end_pos = {lineno = 1060007824, column = 32764}}, {beg_pos = {lineno = -1759870032, column = 32603}, end_pos = {lineno = 1060004656, column = 32764}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1688026320, column = 32603}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 21959}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1698930328, column = 32603}}, {beg_pos = {lineno = -1699256928, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1699256928, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1698930328, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1919295523, column = 1852144239}, end_pos = {lineno = 1920234335, column = 1600613993}}, {beg_pos = {lineno = 1953066079, column = 1818325605}, end_pos = {lineno = 1634082874, column = 174420844}}, {beg_pos = {lineno = -1699256928, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1698930328, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1698930224, column = 32603}}, {beg_pos = {lineno = -1699355280, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1699355280, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1698930224, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 53274, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1695535904, column = 32603}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 443, column = 4}, end_pos = {lineno = 443, column = 4}}, {beg_pos = {lineno = 1060002088, column = 32764}, end_pos = {lineno = 1060002128, column = 32764}}, {beg_pos = {lineno = 0, column = 1138753536}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -298709520, column = 21959}, end_pos = {lineno = -1691648003, column = 32603}}, {beg_pos = {lineno = -298709520, column = 21959}, end_pos = {lineno = -1691648003, column = 32603}}, {beg_pos = {lineno = -298709136, column = 21959}, end_pos = {lineno = -959638528, column = 1402791614}}, {beg_pos = {lineno = -298709520, column = 21959}, end_pos = {lineno = 0, column = 1}}, {beg_pos = {lineno = 5, column = 0}, end_pos = {lineno = -298712864, column = 21959}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -1691629384, column = 32603}}, {beg_pos = {lineno = 55, column = 0}, end_pos = {lineno = -1692391752, column = 32603}}, {beg_pos = {lineno = -294667769, column = 21959}, end_pos = {lineno = -1750275552, column = 32603}}, {beg_pos = {lineno = -298713144, column = 21959}, end_pos = {lineno = -1691199786, column = 32603}}, {beg_pos = {lineno = 30, column = 0}, end_pos = {lineno = -294696848, column = 21959}}, {beg_pos = {lineno = -1760124192, column = 32603}, end_pos = {lineno = -1691184611, column = 32603}}, {beg_pos = {lineno = 8192, column = 0}, end_pos = {lineno = -1690985627, column = 32603}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1760124168, column = 32603}}, {beg_pos = {lineno = 0, column = 32764}, end_pos = {lineno = -1691199786, column = 32603}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = -1691195999, column = 32603}}, {beg_pos = {lineno = 0, column = 78}, end_pos = {lineno = 1912, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -797700859, column = -509773242}}, {beg_pos = {lineno = 134, column = 0}, end_pos = {lineno = 1952, column = 0}}, {beg_pos = {lineno = 30, column = 0}, end_pos = {lineno = 120, column = 78}}, {beg_pos = {lineno = 3, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 124, column = 119}}}
        yyls = <optimized out>
        yylsp = <optimized out>
        yyn = <optimized out>
        yyresult = <optimized out>
        yytoken = <optimized out>
        yyval = {val = 140031414712944, node = 0x7f5b9abb3a70, id = 140031414712944, num = -1699005840, tbl = 0x7f5b9abb3a70, vars = 0x7f5b9abb3a70, strterm = 0x7f5b9abb3a70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}
        yyloc = {beg_pos = {lineno = 1161, column = 14}, end_pos = {lineno = 1161, column = 14}}
        yyerror_range = <optimized out>
        yymsgbuf = "n\000\000\000^\000\000\000 \352\254\227[\177\000\000\227q\000\000\000\000\000\000\200,\360\232[\177\000\000x\a\000\000\000\000\000\000\000\024\315\306\276\346\234Sx\a", '\000' <repeats 14 times>, "#\000\000\000\000\000\000\000\032\220\000\000\000\000\000\000\340\000\062\356\307U\000\000\270\310+\233[\177\000\000 \361\003\227[\177\000\000\026$ \233[\177\000\000\004\000\000\000\000\000\000\000@\311X\356\307U\000"
        yymsg = 0x7ffc3f2e6f90 "n"
        yymsg_alloc = 128
        yylen = 0
        yyabortlab = <optimized out>
        yyerrorlab = <optimized out>
#42 0x00007f5b97210ab2 in ripper_parse0 (parser_v=parser_v@entry=140031352369440) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14371
        p = 0x55c7ee676960
#43 0x00007f5b9b1db605 in rb_ensure (b_proc=b_proc@entry=0x7f5b972109d0 <ripper_parse0>, data1=data1@entry=140031352369440, e_proc=e_proc@entry=0x7f5b971f6a40 <ripper_ensure>, data2=data2@entry=140031352369440) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005
        _ec = 0x55c7ee321130
        _tag = {tag = 36, retval = 0, buf = {0x7f5b9703f120, 0x7f5b9b1db70a <rb_ensure+586>, 0x0, 0x7ffc3f2e7080, 0x7f5b9ab765a0}, prev = 0x7ffc3f2e7550, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x55c7ee321130
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f5b971f6a40 <ripper_ensure>, data2 = 140031352369440}}
#44 0x00007f5b971f6ec5 in ripper_parse (self=140031352369440) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14409
        p = 0x55c7ee676960
#45 0x00007f5b9b391f0a in vm_call_cfunc_with_frame_ (stack_bottom=0x7f5b9abc6148, argv=0x7f5b9abc6150, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x55c7ee321130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357
        ci = 0x8801001c0001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f5b9ab765a0
        cfunc = <optimized out>
        recv = 140031352369440
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = 0
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        __func__ = "vm_call_cfunc_with_frame_"
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#46 vm_call_cfunc_with_frame (ec=0x55c7ee321130, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385
        argc = <optimized out>
        stack_bottom = 0x7f5b9abc6148
        argv = 0x7f5b9abc6150
#47 0x00007f5b9b396438 in vm_sendish (ec=0x55c7ee321130, reg_cfp=0x7f5b9acc5e10, cd=0x55c7ee685760, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:368
        val = 36
        ci = 0x8801001c0001
        cc = 0x7f5b971a8410
        argc = <optimized out>
        recv = <optimized out>
        calling = {ci = 0x8801001c0001, cc = 0x7f5b971a8410, block_handler = 0, recv = 140031352369440, argc = 0, kw_splat = false}
#48 0x00007f5b9b3a24c6 in vm_exec_core (ec=0x55c7ee321130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:835
        bh = 0
        cd = 0x55c7ee685760
        leaf = false
        val = <optimized out>
        canary = 0x0
        reg_pc = 0x55c7ee487388
        reg_cfp = 0x7f5b9acc5e10
        insns_address_table = {0x7f5b9b3a496a <vm_exec_core+9546>, 0x7f5b9b3a489d <vm_exec_core+9341>, 0x7f5b9b3a47ef <vm_exec_core+9167>, 0x7f5b9b3a46fb <vm_exec_core+8923>, 0x7f5b9b3a43a3 <vm_exec_core+8067>, 0x7f5b9b3a42a7 <vm_exec_core+7815>, 0x7f5b9b3a41c7 <vm_exec_core+7591>, 0x7f5b9b3a413c <vm_exec_core+7452>, 0x7f5b9b3a44e8 <vm_exec_core+8392>, 0x7f5b9b3a4479 <vm_exec_core+8281>, 0x7f5b9b3a4593 <vm_exec_core+8563>, 0x7f5b9b3a3fb0 <vm_exec_core+7056>, 0x7f5b9b3a3e88 <vm_exec_core+6760>, 0x7f5b9b3a3e09 <vm_exec_core+6633>, 0x7f5b9b3a3d77 <vm_exec_core+6487>, 0x7f5b9b3a3cef <vm_exec_core+6351>, 0x7f5b9b3a3c96 <vm_exec_core+6262>, 0x7f5b9b3a3c21 <vm_exec_core+6145>, 0x7f5b9b3a3b85 <vm_exec_core+5989>, 0x7f5b9b3a3b16 <vm_exec_core+5878>, 0x7f5b9b3a3a89 <vm_exec_core+5737>, 0x7f5b9b3a39de <vm_exec_core+5566>, 0x7f5b9b3a393e <vm_exec_core+5406>, 0x7f5b9b3a3892 <vm_exec_core+5234>, 0x7f5b9b3a37c8 <vm_exec_core+5032>, 0x7f5b9b3a3727 <vm_exec_core+4871>, 0x7f5b9b3a3667 <vm_exec_core+4679>, 0x7f5b9b3a3590 <vm_exec_core+4464>, 0x7f5b9b3a34e9 <vm_exec_core+4297>, 0x7f5b9b3a3442 <vm_exec_core+4130>, 0x7f5b9b3a3348 <vm_exec_core+3880>, 0x7f5b9b3a327d <vm_exec_core+3677>, 0x7f5b9b3a31d8 <vm_exec_core+3512>, 0x7f5b9b3a313c <vm_exec_core+3356>, 0x7f5b9b3a309f <vm_exec_core+3199>, 0x7f5b9b3a3038 <vm_exec_core+3096>, 0x7f5b9b3a29f2 <vm_exec_core+1490>, 0x7f5b9b3a298d <vm_exec_core+1389>, 0x7f5b9b3a28f2 <vm_exec_core+1234>, 0x7f5b9b3a27e9 <vm_exec_core+969>, 0x7f5b9b3a273f <vm_exec_core+799>, 0x7f5b9b3a2694 <vm_exec_core+628>, 0x7f5b9b3a2653 <vm_exec_core+563>, 0x7f5b9b3a258c <vm_exec_core+364>, 0x7f5b9b3a2d0e <vm_exec_core+2286>, 0x7f5b9b3a2c42 <vm_exec_core+2082>, 0x7f5b9b3a2b6e <vm_exec_core+1870>, 0x7f5b9b3a2abd <vm_exec_core+1693>, 0x7f5b9b3a2e95 <vm_exec_core+2677>, 0x7f5b9b3a2dc4 <vm_exec_core+2468>, 0x7f5b9b3a2e27 <vm_exec_core+2567>, 0x7f5b9b3a24fb <vm_exec_core+219>, 0x7f5b9b3a2480 <vm_exec_core+96>, 0x7f5b9b3a584e <vm_exec_core+13358>, 0x7f5b9b3a5798 <vm_exec_core+13176>, 0x7f5b9b3a68ac <vm_exec_core+17548>, 0x7f5b9b3a58e5 <vm_exec_core+13509>, 0x7f5b9b3a53f9 <vm_exec_core+12249>, 0x7f5b9b3a5ae4 <vm_exec_core+14020>, 0x7f5b9b3a54b5 <vm_exec_core+12437>, 0x7f5b9b3a599b <vm_exec_core+13691>, 0x7f5b9b3a4fda <vm_exec_core+11194>, 0x7f5b9b3a5ba5 <vm_exec_core+14213>, 0x7f5b9b3a5135 <vm_exec_core+11541>, 0x7f5b9b3a50d5 <vm_exec_core+11445>, 0x7f5b9b3a5075 <vm_exec_core+11349>, 0x7f5b9b3a528a <vm_exec_core+11882>, 0x7f5b9b3a5187 <vm_exec_core+11623>, 0x7f5b9b3a52e7 <vm_exec_core+11975>, 0x7f5b9b3a6795 <vm_exec_core+17269>, 0x7f5b9b3a7b0d <vm_exec_core+22253>, 0x7f5b9b3a79f6 <vm_exec_core+21974>, 0x7f5b9b3a7935 <vm_exec_core+21781>, 0x7f5b9b3a784a <vm_exec_core+21546>, 0x7f5b9b3a7757 <vm_exec_core+21303>, 0x7f5b9b3a7642 <vm_exec_core+21026>, 0x7f5b9b3a752e <vm_exec_core+20750>, 0x7f5b9b3a741f <vm_exec_core+20479>, 0x7f5b9b3a730b <vm_exec_core+20203>, 0x7f5b9b3a71fc <vm_exec_core+19932>, 0x7f5b9b3a712b <vm_exec_core+19723>, 0x7f5b9b3a706f <vm_exec_core+19535>, 0x7f5b9b3a6f9b <vm_exec_core+19323>, 0x7f5b9b3a6ee4 <vm_exec_core+19140>, 0x7f5b9b3a6e0a <vm_exec_core+18922>, 0x7f5b9b3a4f40 <vm_exec_core+11040>, 0x7f5b9b3a4ebf <vm_exec_core+10911>, 0x7f5b9b3a6d68 <vm_exec_core+18760>, 0x7f5b9b3a6cca <vm_exec_core+18602>, 0x7f5b9b3a6be2 <vm_exec_core+18370>, 0x7f5b9b3a6b18 <vm_exec_core+18168>, 0x7f5b9b3a6a3f <vm_exec_core+17951>, 0x7f5b9b3a696e <vm_exec_core+17742>, 0x7f5b9b3a4e15 <vm_exec_core+10741>, 0x7f5b9b3a4d71 <vm_exec_core+10577>, 0x7f5b9b3a4c8d <vm_exec_core+10349>, 0x7f5b9b3a4be3 <vm_exec_core+10179>, 0x7f5b9b3a4b31 <vm_exec_core+10001>, 0x7f5b9b3a4ab1 <vm_exec_core+9873>, 0x7f5b9b3a4a29 <vm_exec_core+9737>, 0x7f5b9b3a49e1 <vm_exec_core+9665>, 0x7f5b9b3a4999 <vm_exec_core+9593>, 0x7f5b9b3a495a <vm_exec_core+9530>, 0x7f5b9b3a488d <vm_exec_core+9325>, 0x7f5b9b3a47df <vm_exec_core+9151>, 0x7f5b9b3a46eb <vm_exec_core+8907>, 0x7f5b9b3a4393 <vm_exec_core+8051>, 0x7f5b9b3a4297 <vm_exec_core+7799>, 0x7f5b9b3a41b7 <vm_exec_core+7575>, 0x7f5b9b3a412c <vm_exec_core+7436>, 0x7f5b9b3a44d8 <vm_exec_core+8376>, 0x7f5b9b3a4469 <vm_exec_core+8265>, 0x7f5b9b3a4583 <vm_exec_core+8547>, 0x7f5b9b3a3fa0 <vm_exec_core+7040>, 0x7f5b9b3a3e78 <vm_exec_core+6744>, 0x7f5b9b3a3df9 <vm_exec_core+6617>, 0x7f5b9b3a3d67 <vm_exec_core+6471>, 0x7f5b9b3a3cdf <vm_exec_core+6335>, 0x7f5b9b3a3c86 <vm_exec_core+6246>, 0x7f5b9b3a3c11 <vm_exec_core+6129>, 0x7f5b9b3a3b75 <vm_exec_core+5973>, 0x7f5b9b3a3b06 <vm_exec_core+5862>, 0x7f5b9b3a3a79 <vm_exec_core+5721>, 0x7f5b9b3a39ce <vm_exec_core+5550>, 0x7f5b9b3a392e <vm_exec_core+5390>, 0x7f5b9b3a3882 <vm_exec_core+5218>, 0x7f5b9b3a37b8 <vm_exec_core+5016>, 0x7f5b9b3a3717 <vm_exec_core+4855>, 0x7f5b9b3a3657 <vm_exec_core+4663>, 0x7f5b9b3a3580 <vm_exec_core+4448>, 0x7f5b9b3a34d9 <vm_exec_core+4281>, 0x7f5b9b3a3432 <vm_exec_core+4114>, 0x7f5b9b3a3338 <vm_exec_core+3864>, 0x7f5b9b3a326d <vm_exec_core+3661>, 0x7f5b9b3a31c8 <vm_exec_core+3496>, 0x7f5b9b3a312c <vm_exec_core+3340>, 0x7f5b9b3a308f <vm_exec_core+3183>, 0x7f5b9b3a3028 <vm_exec_core+3080>, 0x7f5b9b3a29e2 <vm_exec_core+1474>, 0x7f5b9b3a297d <vm_exec_core+1373>, 0x7f5b9b3a28e2 <vm_exec_core+1218>, 0x7f5b9b3a27d9 <vm_exec_core+953>, 0x7f5b9b3a272f <vm_exec_core+783>, 0x7f5b9b3a2684 <vm_exec_core+612>, 0x7f5b9b3a2643 <vm_exec_core+547>, 0x7f5b9b3a257c <vm_exec_core+348>, 0x7f5b9b3a2cfe <vm_exec_core+2270>, 0x7f5b9b3a2c32 <vm_exec_core+2066>, 0x7f5b9b3a2b5e <vm_exec_core+1854>, 0x7f5b9b3a2aad <vm_exec_core+1677>, 0x7f5b9b3a2e85 <vm_exec_core+2661>, 0x7f5b9b3a2db4 <vm_exec_core+2452>, 0x7f5b9b3a2e17 <vm_exec_core+2551>, 0x7f5b9b3a24eb <vm_exec_core+203>, 0x7f5b9b3a7cbb <vm_exec_core+22683>, 0x7f5b9b3a583e <vm_exec_core+13342>, 0x7f5b9b3a5788 <vm_exec_core+13160>, 0x7f5b9b3a7ca6 <vm_exec_core+22662>, 0x7f5b9b3a58d5 <vm_exec_core+13493>, 0x7f5b9b3a53e9 <vm_exec_core+12233>, 0x7f5b9b3a5ad4 <vm_exec_core+14004>, 0x7f5b9b3a54a5 <vm_exec_core+12421>, 0x7f5b9b3a598b <vm_exec_core+13675>, 0x7f5b9b3a4fca <vm_exec_core+11178>, 0x7f5b9b3a5b95 <vm_exec_core+14197>, 0x7f5b9b3a5125 <vm_exec_core+11525>, 0x7f5b9b3a50c5 <vm_exec_core+11429>, 0x7f5b9b3a5065 <vm_exec_core+11333>, 0x7f5b9b3a527a <vm_exec_core+11866>, 0x7f5b9b3a5177 <vm_exec_core+11607>, 0x7f5b9b3a52d7 <vm_exec_core+11959>, 0x7f5b9b3a7c91 <vm_exec_core+22641>, 0x7f5b9b3a7c7c <vm_exec_core+22620>, 0x7f5b9b3a7c67 <vm_exec_core+22599>, 0x7f5b9b3a7c52 <vm_exec_core+22578>, 0x7f5b9b3a7c3d <vm_exec_core+22557>, 0x7f5b9b3a7c28 <vm_exec_core+22536>, 0x7f5b9b3a6779 <vm_exec_core+17241>, 0x7f5b9b3a6764 <vm_exec_core+17220>, 0x7f5b9b3a674f <vm_exec_core+17199>, 0x7f5b9b3a673a <vm_exec_core+17178>, 0x7f5b9b3a6725 <vm_exec_core+17157>, 0x7f5b9b3a6710 <vm_exec_core+17136>, 0x7f5b9b3a66fb <vm_exec_core+17115>, 0x7f5b9b3a66e6 <vm_exec_core+17094>, 0x7f5b9b3a66d1 <vm_exec_core+17073>, 0x7f5b9b3a66bc <vm_exec_core+17052>, 0x7f5b9b3a4f30 <vm_exec_core+11024>, 0x7f5b9b3a4eaf <vm_exec_core+10895>, 0x7f5b9b3a66a7 <vm_exec_core+17031>, 0x7f5b9b3a6692 <vm_exec_core+17010>, 0x7f5b9b3a667d <vm_exec_core+16989>, 0x7f5b9b3a6668 <vm_exec_core+16968>, 0x7f5b9b3a2462 <vm_exec_core+66>, 0x7f5b9b3a2466 <vm_exec_core+70>, 0x7f5b9b3a4e05 <vm_exec_core+10725>, 0x7f5b9b3a4d61 <vm_exec_core+10561>, 0x7f5b9b3a4c7d <vm_exec_core+10333>, 0x7f5b9b3a4bd3 <vm_exec_core+10163>, 0x7f5b9b3a4b21 <vm_exec_core+9985>...}
        __func__ = "vm_exec_core"
#49 0x00007f5b9b3aa9a1 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375
        _ec = <optimized out>
        _tag = {tag = 36, retval = 4, buf = {0x7ffc3f2e75d0, 0x7f5b9b3ab1e5 <rb_vm_exec+3173>, 0x0, 0x7ffc3f2e7460, 0x55c7ee3200e0}, prev = 0x7ffc3f2e7a70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
        __func__ = "rb_vm_exec"
#50 0x00007f5b9b3ab46b in eval_string_with_cref (self=<optimized out>, src=<optimized out>, cref=0x7f5b9703f0c0, file=140031353612352, line=1) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1701
        ec = 0x55c7ee321130
        block = {as = {captured = {self = 140031352369440, ep = 0x7f5b9abc60f8, code = {iseq = 0x7f5b971db980, ifunc = 0x7f5b971db980, val = 140031354059136}}, symbol = 140031352369440, proc = 140031352369440}, type = block_type_iseq}
        iseq = 0x7f5b9703eee0
        cfp = <optimized out>
#51 0x00007f5b9b3ae6fc in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=140031352369440) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1946
        cref = 0x7f5b9703f0c0
        cref = <optimized out>
#52 specific_eval (argc=<optimized out>, argv=<optimized out>, self=<optimized out>, singleton=1, kw_splat=0) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1970
        file = 140031353612352
        line = <optimized out>
        code = 140031352369392
#53 0x00007f5b9b391f0a in vm_call_cfunc_with_frame_ (stack_bottom=0x7f5b9abc6100, argv=0x7f5b9abc6108, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x55c7ee321130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357
        ci = 0x254100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f5b9ab55150
        cfunc = <optimized out>
        recv = 140031352369440
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = 0
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        __func__ = "vm_call_cfunc_with_frame_"
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#54 vm_call_cfunc_with_frame (ec=0x55c7ee321130, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385
        argc = <optimized out>
        stack_bottom = 0x7f5b9abc6100
        argv = 0x7f5b9abc6108
#55 0x00007f5b9b396438 in vm_sendish (ec=0x55c7ee321130, reg_cfp=0x7f5b9acc5e90, cd=0x55c7ee466dd0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:368
        val = 36
        ci = 0x254100100005
        cc = 0x7f5b971a8770
        argc = <optimized out>
        recv = <optimized out>
        calling = {ci = 0x254100100005, cc = 0x7f5b971a8770, block_handler = 0, recv = 140031352369440, argc = 2, kw_splat = false}
#56 0x00007f5b9b3a24c6 in vm_exec_core (ec=0x55c7ee321130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:835
        bh = 0
        cd = 0x55c7ee466dd0
        leaf = false
        val = <optimized out>
        canary = 0x0
        reg_pc = 0x55c7ee474890
        reg_cfp = 0x7f5b9acc5e90
        insns_address_table = {0x7f5b9b3a496a <vm_exec_core+9546>, 0x7f5b9b3a489d <vm_exec_core+9341>, 0x7f5b9b3a47ef <vm_exec_core+9167>, 0x7f5b9b3a46fb <vm_exec_core+8923>, 0x7f5b9b3a43a3 <vm_exec_core+8067>, 0x7f5b9b3a42a7 <vm_exec_core+7815>, 0x7f5b9b3a41c7 <vm_exec_core+7591>, 0x7f5b9b3a413c <vm_exec_core+7452>, 0x7f5b9b3a44e8 <vm_exec_core+8392>, 0x7f5b9b3a4479 <vm_exec_core+8281>, 0x7f5b9b3a4593 <vm_exec_core+8563>, 0x7f5b9b3a3fb0 <vm_exec_core+7056>, 0x7f5b9b3a3e88 <vm_exec_core+6760>, 0x7f5b9b3a3e09 <vm_exec_core+6633>, 0x7f5b9b3a3d77 <vm_exec_core+6487>, 0x7f5b9b3a3cef <vm_exec_core+6351>, 0x7f5b9b3a3c96 <vm_exec_core+6262>, 0x7f5b9b3a3c21 <vm_exec_core+6145>, 0x7f5b9b3a3b85 <vm_exec_core+5989>, 0x7f5b9b3a3b16 <vm_exec_core+5878>, 0x7f5b9b3a3a89 <vm_exec_core+5737>, 0x7f5b9b3a39de <vm_exec_core+5566>, 0x7f5b9b3a393e <vm_exec_core+5406>, 0x7f5b9b3a3892 <vm_exec_core+5234>, 0x7f5b9b3a37c8 <vm_exec_core+5032>, 0x7f5b9b3a3727 <vm_exec_core+4871>, 0x7f5b9b3a3667 <vm_exec_core+4679>, 0x7f5b9b3a3590 <vm_exec_core+4464>, 0x7f5b9b3a34e9 <vm_exec_core+4297>, 0x7f5b9b3a3442 <vm_exec_core+4130>, 0x7f5b9b3a3348 <vm_exec_core+3880>, 0x7f5b9b3a327d <vm_exec_core+3677>, 0x7f5b9b3a31d8 <vm_exec_core+3512>, 0x7f5b9b3a313c <vm_exec_core+3356>, 0x7f5b9b3a309f <vm_exec_core+3199>, 0x7f5b9b3a3038 <vm_exec_core+3096>, 0x7f5b9b3a29f2 <vm_exec_core+1490>, 0x7f5b9b3a298d <vm_exec_core+1389>, 0x7f5b9b3a28f2 <vm_exec_core+1234>, 0x7f5b9b3a27e9 <vm_exec_core+969>, 0x7f5b9b3a273f <vm_exec_core+799>, 0x7f5b9b3a2694 <vm_exec_core+628>, 0x7f5b9b3a2653 <vm_exec_core+563>, 0x7f5b9b3a258c <vm_exec_core+364>, 0x7f5b9b3a2d0e <vm_exec_core+2286>, 0x7f5b9b3a2c42 <vm_exec_core+2082>, 0x7f5b9b3a2b6e <vm_exec_core+1870>, 0x7f5b9b3a2abd <vm_exec_core+1693>, 0x7f5b9b3a2e95 <vm_exec_core+2677>, 0x7f5b9b3a2dc4 <vm_exec_core+2468>, 0x7f5b9b3a2e27 <vm_exec_core+2567>, 0x7f5b9b3a24fb <vm_exec_core+219>, 0x7f5b9b3a2480 <vm_exec_core+96>, 0x7f5b9b3a584e <vm_exec_core+13358>, 0x7f5b9b3a5798 <vm_exec_core+13176>, 0x7f5b9b3a68ac <vm_exec_core+17548>, 0x7f5b9b3a58e5 <vm_exec_core+13509>, 0x7f5b9b3a53f9 <vm_exec_core+12249>, 0x7f5b9b3a5ae4 <vm_exec_core+14020>, 0x7f5b9b3a54b5 <vm_exec_core+12437>, 0x7f5b9b3a599b <vm_exec_core+13691>, 0x7f5b9b3a4fda <vm_exec_core+11194>, 0x7f5b9b3a5ba5 <vm_exec_core+14213>, 0x7f5b9b3a5135 <vm_exec_core+11541>, 0x7f5b9b3a50d5 <vm_exec_core+11445>, 0x7f5b9b3a5075 <vm_exec_core+11349>, 0x7f5b9b3a528a <vm_exec_core+11882>, 0x7f5b9b3a5187 <vm_exec_core+11623>, 0x7f5b9b3a52e7 <vm_exec_core+11975>, 0x7f5b9b3a6795 <vm_exec_core+17269>, 0x7f5b9b3a7b0d <vm_exec_core+22253>, 0x7f5b9b3a79f6 <vm_exec_core+21974>, 0x7f5b9b3a7935 <vm_exec_core+21781>, 0x7f5b9b3a784a <vm_exec_core+21546>, 0x7f5b9b3a7757 <vm_exec_core+21303>, 0x7f5b9b3a7642 <vm_exec_core+21026>, 0x7f5b9b3a752e <vm_exec_core+20750>, 0x7f5b9b3a741f <vm_exec_core+20479>, 0x7f5b9b3a730b <vm_exec_core+20203>, 0x7f5b9b3a71fc <vm_exec_core+19932>, 0x7f5b9b3a712b <vm_exec_core+19723>, 0x7f5b9b3a706f <vm_exec_core+19535>, 0x7f5b9b3a6f9b <vm_exec_core+19323>, 0x7f5b9b3a6ee4 <vm_exec_core+19140>, 0x7f5b9b3a6e0a <vm_exec_core+18922>, 0x7f5b9b3a4f40 <vm_exec_core+11040>, 0x7f5b9b3a4ebf <vm_exec_core+10911>, 0x7f5b9b3a6d68 <vm_exec_core+18760>, 0x7f5b9b3a6cca <vm_exec_core+18602>, 0x7f5b9b3a6be2 <vm_exec_core+18370>, 0x7f5b9b3a6b18 <vm_exec_core+18168>, 0x7f5b9b3a6a3f <vm_exec_core+17951>, 0x7f5b9b3a696e <vm_exec_core+17742>, 0x7f5b9b3a4e15 <vm_exec_core+10741>, 0x7f5b9b3a4d71 <vm_exec_core+10577>, 0x7f5b9b3a4c8d <vm_exec_core+10349>, 0x7f5b9b3a4be3 <vm_exec_core+10179>, 0x7f5b9b3a4b31 <vm_exec_core+10001>, 0x7f5b9b3a4ab1 <vm_exec_core+9873>, 0x7f5b9b3a4a29 <vm_exec_core+9737>, 0x7f5b9b3a49e1 <vm_exec_core+9665>, 0x7f5b9b3a4999 <vm_exec_core+9593>, 0x7f5b9b3a495a <vm_exec_core+9530>, 0x7f5b9b3a488d <vm_exec_core+9325>, 0x7f5b9b3a47df <vm_exec_core+9151>, 0x7f5b9b3a46eb <vm_exec_core+8907>, 0x7f5b9b3a4393 <vm_exec_core+8051>, 0x7f5b9b3a4297 <vm_exec_core+7799>, 0x7f5b9b3a41b7 <vm_exec_core+7575>, 0x7f5b9b3a412c <vm_exec_core+7436>, 0x7f5b9b3a44d8 <vm_exec_core+8376>, 0x7f5b9b3a4469 <vm_exec_core+8265>, 0x7f5b9b3a4583 <vm_exec_core+8547>, 0x7f5b9b3a3fa0 <vm_exec_core+7040>, 0x7f5b9b3a3e78 <vm_exec_core+6744>, 0x7f5b9b3a3df9 <vm_exec_core+6617>, 0x7f5b9b3a3d67 <vm_exec_core+6471>, 0x7f5b9b3a3cdf <vm_exec_core+6335>, 0x7f5b9b3a3c86 <vm_exec_core+6246>, 0x7f5b9b3a3c11 <vm_exec_core+6129>, 0x7f5b9b3a3b75 <vm_exec_core+5973>, 0x7f5b9b3a3b06 <vm_exec_core+5862>, 0x7f5b9b3a3a79 <vm_exec_core+5721>, 0x7f5b9b3a39ce <vm_exec_core+5550>, 0x7f5b9b3a392e <vm_exec_core+5390>, 0x7f5b9b3a3882 <vm_exec_core+5218>, 0x7f5b9b3a37b8 <vm_exec_core+5016>, 0x7f5b9b3a3717 <vm_exec_core+4855>, 0x7f5b9b3a3657 <vm_exec_core+4663>, 0x7f5b9b3a3580 <vm_exec_core+4448>, 0x7f5b9b3a34d9 <vm_exec_core+4281>, 0x7f5b9b3a3432 <vm_exec_core+4114>, 0x7f5b9b3a3338 <vm_exec_core+3864>, 0x7f5b9b3a326d <vm_exec_core+3661>, 0x7f5b9b3a31c8 <vm_exec_core+3496>, 0x7f5b9b3a312c <vm_exec_core+3340>, 0x7f5b9b3a308f <vm_exec_core+3183>, 0x7f5b9b3a3028 <vm_exec_core+3080>, 0x7f5b9b3a29e2 <vm_exec_core+1474>, 0x7f5b9b3a297d <vm_exec_core+1373>, 0x7f5b9b3a28e2 <vm_exec_core+1218>, 0x7f5b9b3a27d9 <vm_exec_core+953>, 0x7f5b9b3a272f <vm_exec_core+783>, 0x7f5b9b3a2684 <vm_exec_core+612>, 0x7f5b9b3a2643 <vm_exec_core+547>, 0x7f5b9b3a257c <vm_exec_core+348>, 0x7f5b9b3a2cfe <vm_exec_core+2270>, 0x7f5b9b3a2c32 <vm_exec_core+2066>, 0x7f5b9b3a2b5e <vm_exec_core+1854>, 0x7f5b9b3a2aad <vm_exec_core+1677>, 0x7f5b9b3a2e85 <vm_exec_core+2661>, 0x7f5b9b3a2db4 <vm_exec_core+2452>, 0x7f5b9b3a2e17 <vm_exec_core+2551>, 0x7f5b9b3a24eb <vm_exec_core+203>, 0x7f5b9b3a7cbb <vm_exec_core+22683>, 0x7f5b9b3a583e <vm_exec_core+13342>, 0x7f5b9b3a5788 <vm_exec_core+13160>, 0x7f5b9b3a7ca6 <vm_exec_core+22662>, 0x7f5b9b3a58d5 <vm_exec_core+13493>, 0x7f5b9b3a53e9 <vm_exec_core+12233>, 0x7f5b9b3a5ad4 <vm_exec_core+14004>, 0x7f5b9b3a54a5 <vm_exec_core+12421>, 0x7f5b9b3a598b <vm_exec_core+13675>, 0x7f5b9b3a4fca <vm_exec_core+11178>, 0x7f5b9b3a5b95 <vm_exec_core+14197>, 0x7f5b9b3a5125 <vm_exec_core+11525>, 0x7f5b9b3a50c5 <vm_exec_core+11429>, 0x7f5b9b3a5065 <vm_exec_core+11333>, 0x7f5b9b3a527a <vm_exec_core+11866>, 0x7f5b9b3a5177 <vm_exec_core+11607>, 0x7f5b9b3a52d7 <vm_exec_core+11959>, 0x7f5b9b3a7c91 <vm_exec_core+22641>, 0x7f5b9b3a7c7c <vm_exec_core+22620>, 0x7f5b9b3a7c67 <vm_exec_core+22599>, 0x7f5b9b3a7c52 <vm_exec_core+22578>, 0x7f5b9b3a7c3d <vm_exec_core+22557>, 0x7f5b9b3a7c28 <vm_exec_core+22536>, 0x7f5b9b3a6779 <vm_exec_core+17241>, 0x7f5b9b3a6764 <vm_exec_core+17220>, 0x7f5b9b3a674f <vm_exec_core+17199>, 0x7f5b9b3a673a <vm_exec_core+17178>, 0x7f5b9b3a6725 <vm_exec_core+17157>, 0x7f5b9b3a6710 <vm_exec_core+17136>, 0x7f5b9b3a66fb <vm_exec_core+17115>, 0x7f5b9b3a66e6 <vm_exec_core+17094>, 0x7f5b9b3a66d1 <vm_exec_core+17073>, 0x7f5b9b3a66bc <vm_exec_core+17052>, 0x7f5b9b3a4f30 <vm_exec_core+11024>, 0x7f5b9b3a4eaf <vm_exec_core+10895>, 0x7f5b9b3a66a7 <vm_exec_core+17031>, 0x7f5b9b3a6692 <vm_exec_core+17010>, 0x7f5b9b3a667d <vm_exec_core+16989>, 0x7f5b9b3a6668 <vm_exec_core+16968>, 0x7f5b9b3a2462 <vm_exec_core+66>, 0x7f5b9b3a2466 <vm_exec_core+70>, 0x7f5b9b3a4e05 <vm_exec_core+10725>, 0x7f5b9b3a4d61 <vm_exec_core+10561>, 0x7f5b9b3a4c7d <vm_exec_core+10333>, 0x7f5b9b3a4bd3 <vm_exec_core+10163>, 0x7f5b9b3a4b21 <vm_exec_core+9985>...}
        __func__ = "vm_exec_core"
#57 0x00007f5b9b3aa9a1 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375
        _ec = <optimized out>
        _tag = {tag = 36, retval = 4, buf = {0x7ffc3f2e7af0, 0x7f5b9b3ab1e5 <rb_vm_exec+3173>, 0x0, 0x7ffc3f2e7980, 0x7f5b9abc6088}, prev = 0x7ffc3f2e7f30, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
        __func__ = "rb_vm_exec"
#58 0x00007f5b9b3b145a in invoke_block (captured=0x7f5b9acc5fa8, captured=0x7f5b9acc5fa8, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140031414354720, iseq=0x7f5b971db9e0, ec=0x55c7ee321130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#59 invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffc3f2e7b18, argc=1, self=<optimized out>, captured=0x7f5b9acc5fa8, ec=0x55c7ee321130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1440
        iseq = 0x7f5b971db9e0
        i = 1
        type = <optimized out>
        cfp = 0x7f5b9acc5f50
        opt_pc = <optimized out>
        sp = 0x7f5b9abc6088
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#60 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=0, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1458
        captured = 0x7f5b9acc5fa8
        captured = <optimized out>
#61 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffc3f2e7b18, argc=1, ec=0x55c7ee321130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1495
No locals.
#62 vm_yield (kw_splat=0, argv=0x7ffc3f2e7b18, argc=1, ec=0x55c7ee321130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1503
No locals.
#63 rb_yield_0 (argv=0x7ffc3f2e7b18, argc=1) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1337
No locals.
#64 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1353
No locals.
#65 0x00007f5b9b14446a in rb_ary_each (ary=140031353724384) at /tmp/ruby/src/trunk-repeat20-asserts/array.c:2747
        i = 5
#66 0x00007f5b9b391f0a in vm_call_cfunc_with_frame_ (stack_bottom=0x7f5b9abc6068, argv=0x7f5b9abc6070, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x55c7ee321130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357
        ci = 0xbd100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f5b9ab6d240
        cfunc = <optimized out>
        recv = 140031353724384
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = 140031415836585
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        __func__ = "vm_call_cfunc_with_frame_"
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#67 vm_call_cfunc_with_frame (ec=0x55c7ee321130, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385
        argc = <optimized out>
        stack_bottom = 0x7f5b9abc6068
        argv = 0x7f5b9abc6070
#68 0x00007f5b9b396438 in vm_sendish (ec=0x55c7ee321130, reg_cfp=0x7f5b9acc5f90, cd=0x55c7ee4674e0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:368
        val = 36
        ci = 0xbd100000001
        cc = 0x7f5b9ab97ba0
        argc = <optimized out>
        recv = <optimized out>
        calling = {ci = 0xbd100000001, cc = 0x7f5b9ab97ba0, block_handler = 140031415836585, recv = 140031353724384, argc = 0, kw_splat = false}
#69 0x00007f5b9b3a2557 in vm_exec_core (ec=0x55c7ee321130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:815
        bh = <optimized out>
        blockiseq = 0x7f5b971db9e0
        leaf = false
        val = <optimized out>
        canary = 0x0
        cd = 0x55c7ee4674e0
        reg_pc = 0x55c7ee467238
        reg_cfp = 0x7f5b9acc5f90
        insns_address_table = {0x7f5b9b3a496a <vm_exec_core+9546>, 0x7f5b9b3a489d <vm_exec_core+9341>, 0x7f5b9b3a47ef <vm_exec_core+9167>, 0x7f5b9b3a46fb <vm_exec_core+8923>, 0x7f5b9b3a43a3 <vm_exec_core+8067>, 0x7f5b9b3a42a7 <vm_exec_core+7815>, 0x7f5b9b3a41c7 <vm_exec_core+7591>, 0x7f5b9b3a413c <vm_exec_core+7452>, 0x7f5b9b3a44e8 <vm_exec_core+8392>, 0x7f5b9b3a4479 <vm_exec_core+8281>, 0x7f5b9b3a4593 <vm_exec_core+8563>, 0x7f5b9b3a3fb0 <vm_exec_core+7056>, 0x7f5b9b3a3e88 <vm_exec_core+6760>, 0x7f5b9b3a3e09 <vm_exec_core+6633>, 0x7f5b9b3a3d77 <vm_exec_core+6487>, 0x7f5b9b3a3cef <vm_exec_core+6351>, 0x7f5b9b3a3c96 <vm_exec_core+6262>, 0x7f5b9b3a3c21 <vm_exec_core+6145>, 0x7f5b9b3a3b85 <vm_exec_core+5989>, 0x7f5b9b3a3b16 <vm_exec_core+5878>, 0x7f5b9b3a3a89 <vm_exec_core+5737>, 0x7f5b9b3a39de <vm_exec_core+5566>, 0x7f5b9b3a393e <vm_exec_core+5406>, 0x7f5b9b3a3892 <vm_exec_core+5234>, 0x7f5b9b3a37c8 <vm_exec_core+5032>, 0x7f5b9b3a3727 <vm_exec_core+4871>, 0x7f5b9b3a3667 <vm_exec_core+4679>, 0x7f5b9b3a3590 <vm_exec_core+4464>, 0x7f5b9b3a34e9 <vm_exec_core+4297>, 0x7f5b9b3a3442 <vm_exec_core+4130>, 0x7f5b9b3a3348 <vm_exec_core+3880>, 0x7f5b9b3a327d <vm_exec_core+3677>, 0x7f5b9b3a31d8 <vm_exec_core+3512>, 0x7f5b9b3a313c <vm_exec_core+3356>, 0x7f5b9b3a309f <vm_exec_core+3199>, 0x7f5b9b3a3038 <vm_exec_core+3096>, 0x7f5b9b3a29f2 <vm_exec_core+1490>, 0x7f5b9b3a298d <vm_exec_core+1389>, 0x7f5b9b3a28f2 <vm_exec_core+1234>, 0x7f5b9b3a27e9 <vm_exec_core+969>, 0x7f5b9b3a273f <vm_exec_core+799>, 0x7f5b9b3a2694 <vm_exec_core+628>, 0x7f5b9b3a2653 <vm_exec_core+563>, 0x7f5b9b3a258c <vm_exec_core+364>, 0x7f5b9b3a2d0e <vm_exec_core+2286>, 0x7f5b9b3a2c42 <vm_exec_core+2082>, 0x7f5b9b3a2b6e <vm_exec_core+1870>, 0x7f5b9b3a2abd <vm_exec_core+1693>, 0x7f5b9b3a2e95 <vm_exec_core+2677>, 0x7f5b9b3a2dc4 <vm_exec_core+2468>, 0x7f5b9b3a2e27 <vm_exec_core+2567>, 0x7f5b9b3a24fb <vm_exec_core+219>, 0x7f5b9b3a2480 <vm_exec_core+96>, 0x7f5b9b3a584e <vm_exec_core+13358>, 0x7f5b9b3a5798 <vm_exec_core+13176>, 0x7f5b9b3a68ac <vm_exec_core+17548>, 0x7f5b9b3a58e5 <vm_exec_core+13509>, 0x7f5b9b3a53f9 <vm_exec_core+12249>, 0x7f5b9b3a5ae4 <vm_exec_core+14020>, 0x7f5b9b3a54b5 <vm_exec_core+12437>, 0x7f5b9b3a599b <vm_exec_core+13691>, 0x7f5b9b3a4fda <vm_exec_core+11194>, 0x7f5b9b3a5ba5 <vm_exec_core+14213>, 0x7f5b9b3a5135 <vm_exec_core+11541>, 0x7f5b9b3a50d5 <vm_exec_core+11445>, 0x7f5b9b3a5075 <vm_exec_core+11349>, 0x7f5b9b3a528a <vm_exec_core+11882>, 0x7f5b9b3a5187 <vm_exec_core+11623>, 0x7f5b9b3a52e7 <vm_exec_core+11975>, 0x7f5b9b3a6795 <vm_exec_core+17269>, 0x7f5b9b3a7b0d <vm_exec_core+22253>, 0x7f5b9b3a79f6 <vm_exec_core+21974>, 0x7f5b9b3a7935 <vm_exec_core+21781>, 0x7f5b9b3a784a <vm_exec_core+21546>, 0x7f5b9b3a7757 <vm_exec_core+21303>, 0x7f5b9b3a7642 <vm_exec_core+21026>, 0x7f5b9b3a752e <vm_exec_core+20750>, 0x7f5b9b3a741f <vm_exec_core+20479>, 0x7f5b9b3a730b <vm_exec_core+20203>, 0x7f5b9b3a71fc <vm_exec_core+19932>, 0x7f5b9b3a712b <vm_exec_core+19723>, 0x7f5b9b3a706f <vm_exec_core+19535>, 0x7f5b9b3a6f9b <vm_exec_core+19323>, 0x7f5b9b3a6ee4 <vm_exec_core+19140>, 0x7f5b9b3a6e0a <vm_exec_core+18922>, 0x7f5b9b3a4f40 <vm_exec_core+11040>, 0x7f5b9b3a4ebf <vm_exec_core+10911>, 0x7f5b9b3a6d68 <vm_exec_core+18760>, 0x7f5b9b3a6cca <vm_exec_core+18602>, 0x7f5b9b3a6be2 <vm_exec_core+18370>, 0x7f5b9b3a6b18 <vm_exec_core+18168>, 0x7f5b9b3a6a3f <vm_exec_core+17951>, 0x7f5b9b3a696e <vm_exec_core+17742>, 0x7f5b9b3a4e15 <vm_exec_core+10741>, 0x7f5b9b3a4d71 <vm_exec_core+10577>, 0x7f5b9b3a4c8d <vm_exec_core+10349>, 0x7f5b9b3a4be3 <vm_exec_core+10179>, 0x7f5b9b3a4b31 <vm_exec_core+10001>, 0x7f5b9b3a4ab1 <vm_exec_core+9873>, 0x7f5b9b3a4a29 <vm_exec_core+9737>, 0x7f5b9b3a49e1 <vm_exec_core+9665>, 0x7f5b9b3a4999 <vm_exec_core+9593>, 0x7f5b9b3a495a <vm_exec_core+9530>, 0x7f5b9b3a488d <vm_exec_core+9325>, 0x7f5b9b3a47df <vm_exec_core+9151>, 0x7f5b9b3a46eb <vm_exec_core+8907>, 0x7f5b9b3a4393 <vm_exec_core+8051>, 0x7f5b9b3a4297 <vm_exec_core+7799>, 0x7f5b9b3a41b7 <vm_exec_core+7575>, 0x7f5b9b3a412c <vm_exec_core+7436>, 0x7f5b9b3a44d8 <vm_exec_core+8376>, 0x7f5b9b3a4469 <vm_exec_core+8265>, 0x7f5b9b3a4583 <vm_exec_core+8547>, 0x7f5b9b3a3fa0 <vm_exec_core+7040>, 0x7f5b9b3a3e78 <vm_exec_core+6744>, 0x7f5b9b3a3df9 <vm_exec_core+6617>, 0x7f5b9b3a3d67 <vm_exec_core+6471>, 0x7f5b9b3a3cdf <vm_exec_core+6335>, 0x7f5b9b3a3c86 <vm_exec_core+6246>, 0x7f5b9b3a3c11 <vm_exec_core+6129>, 0x7f5b9b3a3b75 <vm_exec_core+5973>, 0x7f5b9b3a3b06 <vm_exec_core+5862>, 0x7f5b9b3a3a79 <vm_exec_core+5721>, 0x7f5b9b3a39ce <vm_exec_core+5550>, 0x7f5b9b3a392e <vm_exec_core+5390>, 0x7f5b9b3a3882 <vm_exec_core+5218>, 0x7f5b9b3a37b8 <vm_exec_core+5016>, 0x7f5b9b3a3717 <vm_exec_core+4855>, 0x7f5b9b3a3657 <vm_exec_core+4663>, 0x7f5b9b3a3580 <vm_exec_core+4448>, 0x7f5b9b3a34d9 <vm_exec_core+4281>, 0x7f5b9b3a3432 <vm_exec_core+4114>, 0x7f5b9b3a3338 <vm_exec_core+3864>, 0x7f5b9b3a326d <vm_exec_core+3661>, 0x7f5b9b3a31c8 <vm_exec_core+3496>, 0x7f5b9b3a312c <vm_exec_core+3340>, 0x7f5b9b3a308f <vm_exec_core+3183>, 0x7f5b9b3a3028 <vm_exec_core+3080>, 0x7f5b9b3a29e2 <vm_exec_core+1474>, 0x7f5b9b3a297d <vm_exec_core+1373>, 0x7f5b9b3a28e2 <vm_exec_core+1218>, 0x7f5b9b3a27d9 <vm_exec_core+953>, 0x7f5b9b3a272f <vm_exec_core+783>, 0x7f5b9b3a2684 <vm_exec_core+612>, 0x7f5b9b3a2643 <vm_exec_core+547>, 0x7f5b9b3a257c <vm_exec_core+348>, 0x7f5b9b3a2cfe <vm_exec_core+2270>, 0x7f5b9b3a2c32 <vm_exec_core+2066>, 0x7f5b9b3a2b5e <vm_exec_core+1854>, 0x7f5b9b3a2aad <vm_exec_core+1677>, 0x7f5b9b3a2e85 <vm_exec_core+2661>, 0x7f5b9b3a2db4 <vm_exec_core+2452>, 0x7f5b9b3a2e17 <vm_exec_core+2551>, 0x7f5b9b3a24eb <vm_exec_core+203>, 0x7f5b9b3a7cbb <vm_exec_core+22683>, 0x7f5b9b3a583e <vm_exec_core+13342>, 0x7f5b9b3a5788 <vm_exec_core+13160>, 0x7f5b9b3a7ca6 <vm_exec_core+22662>, 0x7f5b9b3a58d5 <vm_exec_core+13493>, 0x7f5b9b3a53e9 <vm_exec_core+12233>, 0x7f5b9b3a5ad4 <vm_exec_core+14004>, 0x7f5b9b3a54a5 <vm_exec_core+12421>, 0x7f5b9b3a598b <vm_exec_core+13675>, 0x7f5b9b3a4fca <vm_exec_core+11178>, 0x7f5b9b3a5b95 <vm_exec_core+14197>, 0x7f5b9b3a5125 <vm_exec_core+11525>, 0x7f5b9b3a50c5 <vm_exec_core+11429>, 0x7f5b9b3a5065 <vm_exec_core+11333>, 0x7f5b9b3a527a <vm_exec_core+11866>, 0x7f5b9b3a5177 <vm_exec_core+11607>, 0x7f5b9b3a52d7 <vm_exec_core+11959>, 0x7f5b9b3a7c91 <vm_exec_core+22641>, 0x7f5b9b3a7c7c <vm_exec_core+22620>, 0x7f5b9b3a7c67 <vm_exec_core+22599>, 0x7f5b9b3a7c52 <vm_exec_core+22578>, 0x7f5b9b3a7c3d <vm_exec_core+22557>, 0x7f5b9b3a7c28 <vm_exec_core+22536>, 0x7f5b9b3a6779 <vm_exec_core+17241>, 0x7f5b9b3a6764 <vm_exec_core+17220>, 0x7f5b9b3a674f <vm_exec_core+17199>, 0x7f5b9b3a673a <vm_exec_core+17178>, 0x7f5b9b3a6725 <vm_exec_core+17157>, 0x7f5b9b3a6710 <vm_exec_core+17136>, 0x7f5b9b3a66fb <vm_exec_core+17115>, 0x7f5b9b3a66e6 <vm_exec_core+17094>, 0x7f5b9b3a66d1 <vm_exec_core+17073>, 0x7f5b9b3a66bc <vm_exec_core+17052>, 0x7f5b9b3a4f30 <vm_exec_core+11024>, 0x7f5b9b3a4eaf <vm_exec_core+10895>, 0x7f5b9b3a66a7 <vm_exec_core+17031>, 0x7f5b9b3a6692 <vm_exec_core+17010>, 0x7f5b9b3a667d <vm_exec_core+16989>, 0x7f5b9b3a6668 <vm_exec_core+16968>, 0x7f5b9b3a2462 <vm_exec_core+66>, 0x7f5b9b3a2466 <vm_exec_core+70>, 0x7f5b9b3a4e05 <vm_exec_core+10725>, 0x7f5b9b3a4d61 <vm_exec_core+10561>, 0x7f5b9b3a4c7d <vm_exec_core+10333>, 0x7f5b9b3a4bd3 <vm_exec_core+10163>, 0x7f5b9b3a4b21 <vm_exec_core+9985>...}
        __func__ = "vm_exec_core"
#70 0x00007f5b9b3aa9a1 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375
        _ec = <optimized out>
        _tag = {tag = 36, retval = 4, buf = {0x7ffc3f2e7fb0, 0x7f5b9b3ab1e5 <rb_vm_exec+3173>, 0x0, 0x7ffc3f2e7e40, 0x55c7ee3afe50}, prev = 0x7ffc3f2e7ff0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
        __func__ = "rb_vm_exec"
#71 0x00007f5b9b1d6e51 in rb_ec_exec_node (ec=0x55c7ee321130, n=0x7f5b971dc010) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 140031422704116, buf = {0x7f5b971dc010, 0x7f5b9b1d6ea2 <rb_ec_exec_node+274>, 0x0, 0x7ffc3f2e7fc0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f5b971dc010
#72 0x00007f5b9b1dd6a3 in ruby_run_node (n=0x7f5b971dc010) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55c7ee321130
        status = 0
#73 0x000055c7edd7b187 in rb_main (argv=0x7ffc3f2e81f8, argc=141) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140721368500457
#74 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.

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