# Logfile created on 2023-03-10 21:31:27 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055a88c7bd8a8 @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.20230310-213127", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055a88c853330 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055a88c8531f0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055a88c853010 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230310-213127", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230310-213127>, @binmode=false, @mon_data=#<Monitor:0x000055a88c852f48>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode DEFS="-DRUBY_DEBUG=1" make: Nothing to be done for 'update-unicode'. $$$[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 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 $$$[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" From https://github.com/ruby/ruby dd47ce1..6440d15 master -> origin/master Updating dd47ce1..6440d15 Fast-forward common.mk | 165 ++++ configure.ac | 6 +- doc/rjit/rjit.md | 27 +- gc.c | 958 ++------------------- inits.c | 1 + internal/class.h | 1 - internal/gc.h | 3 + lib/ruby_vm/rjit/code_block.rb | 4 +- lib/ruby_vm/rjit/compiler.rb | 6 +- rjit.c | 132 +-- rjit.h | 60 +- rjit_c.c | 119 ++- rjit_c.h | 92 -- rjit_c.rb | 187 +--- shape.c | 16 +- test/lib/jit_support.rb | 6 + test/ruby/test_rubyoptions.rb | 54 +- test/ruby/test_shapes.rb | 22 +- tool/rjit/bindgen.rb | 6 - .../views/lib/ruby_vm/rjit/instruction.rb.erb | 28 +- variable.c | 102 +-- weakmap.c | 802 +++++++++++++++++ 22 files changed, 1279 insertions(+), 1518 deletions(-) create mode 100644 weakmap.c Latest commit hash = 6440d159b3 $$$[end] "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make after-update DEFS="-DRUBY_DEBUG=1" sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-repeat20-asserts/common.mk > uncommon.mk cd -P /tmp/ruby/src/trunk-repeat20-asserts && exec autoconf -o configure running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --disable-install-doc --enable-shared --no-create --no-recursion 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 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 configure: WARNING: something wrong with CXXFLAGS="" 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 checking whether CXXFLAGS is valid... no checking for crypt in -lcrypt... yes checking for dlopen in -ldl... yes checking for shutdown in -lsocket... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for afunix.h... no checking for atomic.h... no checking for copyfile.h... no checking for direct.h... no checking for grp.h... yes checking for fcntl.h... yes checking for float.h... yes checking for ieeefp.h... no checking for intrinsics.h... no checking for langinfo.h... yes checking for limits.h... yes checking for locale.h... yes checking for malloc.h... yes checking for malloc/malloc.h... no checking for malloc_np.h... no checking for net/socket.h... no checking for process.h... no checking for pwd.h... yes checking for sanitizer/asan_interface.h... yes checking for sanitizer/msan_interface.h... no checking for setjmpex.h... no checking for stdalign.h... yes checking for sys/attr.h... no checking for sys/eventfd.h... yes checking for sys/fcntl.h... yes checking for sys/file.h... yes checking for sys/id.h... no checking for sys/ioctl.h... yes checking for sys/mkdev.h... no checking for sys/param.h... yes checking for sys/prctl.h... yes checking for sys/random.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/sendfile.h... yes checking for sys/socket.h... yes checking for sys/syscall.h... yes checking for sys/sysmacros.h... yes checking for sys/time.h... yes checking for sys/times.h... yes checking for sys/uio.h... yes checking for sys/utime.h... no checking for syscall.h... yes checking for time.h... yes checking for ucontext.h... yes checking for utime.h... yes checking for 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 convertible type of off_t... LONG checking for clockid_t... yes checking for convertible type of clockid_t... INT checking for variable length macro... yes checking if _Alignof() works... yes checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x checking for WEAK function attribute... __attribute__ ((__weak__)) x checking for __attribute__((__depreacted__(msg))) in C++... no checking for std::nullptr_t... no checking for FUNC_STDCALL function attribute... x checking for FUNC_CDECL function attribute... x checking for FUNC_FASTCALL function attribute... x checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x checking for function alias... alias checking for __atomic builtins... yes checking for __sync builtins... yes checking for __builtin_unreachable... yes checking for __assume... no checking for exported function attribute... __attribute__ ((__visibility__("default"))) checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x checking for function name string predefined identifier... __func__ checking if enum over int is allowed... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether sys_nerr is declared... no checking whether getenv is declared... yes checking for size_t... yes checking size of size_t... 8 checking size of ptrdiff_t... 8 checking size of dev_t... 8 checking for printf prefix for size_t... z checking for printf prefix for ptrdiff_t... t checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking size of struct stat.st_size... SIZEOF_OFF_T checking size of struct stat.st_blocks... SIZEOF_OFF_T checking size of struct stat.st_ino... SIZEOF_LONG checking size of struct stat.st_dev... SIZEOF_DEV_T checking size of struct stat.st_rdev... SIZEOF_DEV_T checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... yes checking for struct stat.st_mtimespec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... yes checking for struct stat.st_ctimespec... no checking for struct stat.st_ctimensec... no checking for struct stat.st_birthtimespec... no checking for struct statx.stx_btime... yes checking for struct timeval... yes checking size of struct timeval.tv_sec... SIZEOF_TIME_T checking for struct timespec... yes checking for struct timezone... yes checking for fd_mask... yes checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int128_t... __int128 checking for uint128_t... unsigned __int128 checking for intptr_t... yes checking size of intptr_t... 8 checking for uintptr_t... yes checking size of uintptr_t... 8 checking for printf prefix for intptr_t... NONE checking for ssize_t... yes checking size of ssize_t... 8 checking for printf prefix for int64_t... NONE checking for stack end address... __libc_stack_end checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking type of array argument to getgroups... gid_t checking for working alloca.h... yes checking for alloca... yes checking for dynamic size alloca... ok checking for working memcmp... yes checking for dup... yes checking for dup2... yes checking for acosh... yes checking for cbrt... yes checking for crypt... yes checking for erf... yes checking for explicit_bzero... yes checking for ffs... yes checking for flock... yes checking for hypot... yes checking for lgamma_r... yes checking for memmove... yes checking for nan... yes checking for nextafter... yes checking for setproctitle... no checking for strchr... yes checking for strerror... yes checking for strlcat... no checking for strlcpy... no checking for strstr... yes checking for tgamma... yes checking for sys/pstat.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for __syscall... no checking for _longjmp... yes checking for arc4random_buf... no checking for atan2l... yes checking for atan2f... yes checking for chmod... yes checking for chown... yes checking for chroot... yes checking for chsize... no checking for clock_gettime... yes checking for copy_file_range... yes checking for cosh... yes checking for crypt_r... yes checking for dirfd... yes checking for dl_iterate_phdr... yes checking for dlopen... yes checking for dladdr... yes checking for dup3... yes checking for eaccess... yes checking for endgrent... yes checking for eventfd... yes checking for execl... yes checking for execle... yes checking for execv... yes checking for execve... yes checking for explicit_memset... no checking for fcopyfile... no checking for 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 In file included from conftest.c:4: /tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 | ^~ /tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' 23 | #define TOKEN_PASTE(x,y) x##y | ^ /tmp/ruby/src/trunk-repeat20-asserts/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) | ^~~~~~~~~~~~~~ /tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 | ^~ /tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' 23 | #define TOKEN_PASTE(x,y) x##y | ^ /tmp/ruby/src/trunk-repeat20-asserts/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) | ^~~~~~~~~~~~~~ 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 unchanged configure: ruby library version = 3.3.0+0 configure: creating ./config.status --- Configuration summary for ruby version 3.3.0 * Installation prefix: /tmp/ruby/install/trunk-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] --- MAKE=make /bin/sh ./config.status Makefile config.status: creating Makefile MAKE=make /bin/sh ./config.status GNUmakefile config.status: creating GNUmakefile GNUmakefile unchanged /tmp/ruby/src/trunk-repeat20-asserts/revision.h updated generating /tmp/ruby/src/trunk-repeat20-asserts/lib/ruby_vm/rjit/instruction.rb making /tmp/ruby/src/trunk-repeat20-asserts/rjit_c.rbinc 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 miniprelude.c miniprelude.c updated /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb unchanged 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' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' 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 $$$[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/miniinit.c 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/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/dir.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/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/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/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/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 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. 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 unchanged 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 unchanged 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/-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/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' compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/coverage/coverage.c linking shared-object coverage.so 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' 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 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' compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/pty/pty.c linking shared-object pty.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' 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 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/ripper' compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c linking shared-object ripper.so 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' 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 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.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.3/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' linking encoding encdb.so linking encoding big5.so linking encoding cesu_8.so linking encoding cp949.so linking encoding emacs_mule.so linking encoding euc_jp.so linking encoding euc_kr.so linking encoding euc_tw.so linking encoding gb2312.so linking encoding gb18030.so linking encoding gbk.so linking encoding iso_8859_1.so linking encoding iso_8859_2.so linking encoding iso_8859_3.so linking encoding iso_8859_4.so linking encoding iso_8859_5.so linking encoding iso_8859_6.so linking encoding iso_8859_7.so linking encoding iso_8859_8.so linking encoding iso_8859_9.so linking encoding iso_8859_10.so linking encoding iso_8859_11.so linking encoding iso_8859_13.so linking encoding iso_8859_14.so linking encoding iso_8859_15.so linking encoding iso_8859_16.so linking encoding koi8_r.so linking encoding koi8_u.so linking encoding shift_jis.so linking encoding utf_16be.so linking encoding utf_16le.so linking encoding utf_32be.so linking encoding utf_32le.so linking encoding windows_31j.so linking encoding windows_1250.so linking encoding windows_1251.so linking encoding windows_1252.so linking encoding windows_1253.so linking encoding windows_1254.so 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' linking transcoder transdb.so linking transcoder big5.so linking transcoder cesu_8.so linking transcoder chinese.so linking transcoder ebcdic.so linking transcoder emoji.so linking transcoder emoji_iso2022_kddi.so linking transcoder emoji_sjis_docomo.so linking transcoder emoji_sjis_kddi.so linking transcoder emoji_sjis_softbank.so linking transcoder escape.so linking transcoder gb18030.so linking transcoder gbk.so linking transcoder iso2022.so linking transcoder japanese.so linking transcoder japanese_euc.so linking transcoder japanese_sjis.so linking transcoder korean.so linking transcoder single_byte.so linking transcoder utf8_mac.so 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 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 encdb.h encdb.h unchanged 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 unchanged 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.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.3/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' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'. 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.3 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 1815 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=53398 "--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 1285.726753s, 18.4892 tests/s, 6929.7718 assertions/s. make: *** [uncommon.mk:820: yes-test-all] Aborted (core dumped) $$$[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-10T21:15:48Z master 6440d159b3) [x86_64-linux] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ Finished in 119.520422 seconds 3840 files, 31561 examples, 156439 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.299718.ruby -x gdbscript [New LWP 299718] [New LWP 304139] [New LWP 309376] [New LWP 309396] [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/src/trunk-repeat20-asserts/test/runner.rb: TestReadline#test_using_qu'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140485260966912) at ./nptl/pthread_kill.c:44 [Current thread is 1 (Thread 0x7fc546137c00 (LWP 299718))] >>> Threads Id Target Id Frame * 1 Thread 0x7fc546137c00 (LWP 299718) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140485260966912) at ./nptl/pthread_kill.c:44 2 Thread 0x7fc53d60f640 (LWP 304139) 0x00007fc546271e7e in __ppoll (fds=fds@entry=0x7fc53d50dca8, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x7fc53d50dcb0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 3 Thread 0x7fc53df2a640 (LWP 309376) __futex_abstimed_wait_common64 (private=1182552484, cancel=true, abstime=0x7fc53df29d30, op=137, expected=0, futex_word=0x7fc53df29d68) at ./nptl/futex-internal.c:57 4 Thread 0x7fc4ca23b640 (LWP 309396) __futex_abstimed_wait_common64 (private=1182552484, cancel=true, abstime=0x7fc4ca23ad30, op=137, expected=0, futex_word=0x7fc4ca23ad68) at ./nptl/futex-internal.c:57 >>> Machine level backtrace Thread 4 (Thread 0x7fc4ca23b640 (LWP 309396)): #0 __futex_abstimed_wait_common64 (private=1182552484, cancel=true, abstime=0x7fc4ca23ad30, op=137, expected=0, futex_word=0x7fc4ca23ad68) at ./nptl/futex-internal.c:57 sc_cancel_oldtype = 0 sc_ret = <optimized out> resultvar = <optimized out> __arg6 = <optimized out> __arg5 = <optimized out> __arg4 = <optimized out> __arg3 = <optimized out> __arg2 = <optimized out> __arg1 = <optimized out> _a6 = <optimized out> _a5 = <optimized out> _a4 = <optimized out> _a3 = <optimized out> _a2 = <optimized out> _a1 = <optimized out> #1 __futex_abstimed_wait_common (cancel=true, private=1182552484, abstime=0x7fc4ca23ad30, clockid=-420737888, expected=0, futex_word=0x7fc4ca23ad68) at ./nptl/futex-internal.c:87 err = <optimized out> clockbit = 3960250624 op = 137 err = <optimized out> clockbit = <optimized out> op = <optimized out> #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fc4ca23ad68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc4ca23ad30, private=private@entry=0) at ./nptl/futex-internal.c:139 No locals. #3 0x00007fc5461ecf1b in __pthread_cond_wait_common (abstime=0x7fc4ca23ad30, clockid=1, mutex=0x7fc546a92ec0 <thread_cache_lock>, cond=0x7fc4ca23ad40) at ./nptl/pthread_cond_wait.c:503 spin = 0 buffer = {__routine = 0x7fc5461ec7a0 <__condvar_cleanup_waiting>, __arg = 0x7fc4ca23ac80, __canceltype = -1298520054, __prev = 0x0} cbuffer = {wseq = 0, cond = 0x7fc4ca23ad40, mutex = 0x7fc546a92ec0 <thread_cache_lock>, private = 0} err = <optimized out> g = 0 flags = <optimized out> g1_start = <optimized out> maxspin = 0 signals = <optimized out> result = 0 wseq = 0 seq = 0 private = 0 maxspin = <optimized out> err = <optimized out> result = <optimized out> wseq = <optimized out> g = <optimized out> seq = <optimized out> flags = <optimized out> private = <optimized out> signals = <optimized out> done = <optimized out> g1_start = <optimized out> spin = <optimized out> buffer = <optimized out> cbuffer = <optimized out> s = <optimized out> #4 ___pthread_cond_timedwait64 (cond=cond@entry=0x7fc4ca23ad40, mutex=mutex@entry=0x7fc546a92ec0 <thread_cache_lock>, abstime=abstime@entry=0x7fc4ca23ad30) at ./nptl/pthread_cond_wait.c:652 flags = <optimized out> clockid = 1 #5 0x00007fc5467c5f38 in native_cond_timedwait (abs=<synthetic pointer>, mutex=0x7fc546a92ec0 <thread_cache_lock>, cond=0x7fc4ca23ad40) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:688 r = <optimized out> ts = {tv_sec = 58974, tv_nsec = 799683110} r = <optimized out> ts = <optimized out> #6 register_cached_thread_and_wait (altstack=0x5563e989ded0) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:1238 end = <optimized out> entry = {cond = {__data = {__wseq = {__value64 = 2, __value32 = {__low = 2, __high = 0}}, __g1_start = {__value64 = 0, __value32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 10, __g_signals = {0, 0}}, __size = "\002", '\000' <repeats 15 times>, "\002", '\000' <repeats 19 times>, "\n\000\000\000\000\000\000\000\000\000\000", __align = 2}, thread_id = 140483181655616, th = 0x0, altstack = 0x5563e989ded0, node = {next = 0x7fc546a83bf0 <cached_thread_head>, prev = 0x7fc53df29d88}} end = <optimized out> entry = <optimized out> #7 thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:1183 th = <optimized out> altstack = 0x5563e989ded0 #8 0x00007fc5461edb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140723303808704, -7573606115529430614, 140483181655616, 0, 140485261711440, 140723303809056, 7596641396910746026, 7597477330032159146}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #9 0x00007fc54627ebb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 No locals. Thread 3 (Thread 0x7fc53df2a640 (LWP 309376)): #0 __futex_abstimed_wait_common64 (private=1182552484, cancel=true, abstime=0x7fc53df29d30, op=137, expected=0, futex_word=0x7fc53df29d68) at ./nptl/futex-internal.c:57 sc_cancel_oldtype = 0 sc_ret = <optimized out> resultvar = <optimized out> __arg6 = <optimized out> __arg5 = <optimized out> __arg4 = <optimized out> __arg3 = <optimized out> __arg2 = <optimized out> __arg1 = <optimized out> _a6 = <optimized out> _a5 = <optimized out> _a4 = <optimized out> _a3 = <optimized out> _a2 = <optimized out> _a1 = <optimized out> #1 __futex_abstimed_wait_common (cancel=true, private=1182552484, abstime=0x7fc53df29d30, clockid=-379296160, expected=0, futex_word=0x7fc53df29d68) at ./nptl/futex-internal.c:87 err = <optimized out> clockbit = 1684431104 op = 137 err = <optimized out> clockbit = <optimized out> op = <optimized out> #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fc53df29d68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc53df29d30, private=private@entry=0) at ./nptl/futex-internal.c:139 No locals. #3 0x00007fc5461ecf1b in __pthread_cond_wait_common (abstime=0x7fc53df29d30, clockid=1, mutex=0x7fc546a92ec0 <thread_cache_lock>, cond=0x7fc53df29d40) at ./nptl/pthread_cond_wait.c:503 spin = 0 buffer = {__routine = 0x7fc5461ec7a0 <__condvar_cleanup_waiting>, __arg = 0x7fc53df29c80, __canceltype = -1298520054, __prev = 0x0} cbuffer = {wseq = 0, cond = 0x7fc53df29d40, mutex = 0x7fc546a92ec0 <thread_cache_lock>, private = 0} err = <optimized out> g = 0 flags = <optimized out> g1_start = <optimized out> maxspin = 0 signals = <optimized out> result = 0 wseq = 0 seq = 0 private = 0 maxspin = <optimized out> err = <optimized out> result = <optimized out> wseq = <optimized out> g = <optimized out> seq = <optimized out> flags = <optimized out> private = <optimized out> signals = <optimized out> done = <optimized out> g1_start = <optimized out> spin = <optimized out> buffer = <optimized out> cbuffer = <optimized out> s = <optimized out> #4 ___pthread_cond_timedwait64 (cond=cond@entry=0x7fc53df29d40, mutex=mutex@entry=0x7fc546a92ec0 <thread_cache_lock>, abstime=abstime@entry=0x7fc53df29d30) at ./nptl/pthread_cond_wait.c:652 flags = <optimized out> clockid = 1 #5 0x00007fc5467c5f38 in native_cond_timedwait (abs=<synthetic pointer>, mutex=0x7fc546a92ec0 <thread_cache_lock>, cond=0x7fc53df29d40) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:688 r = <optimized out> ts = {tv_sec = 58974, tv_nsec = 812004483} r = <optimized out> ts = <optimized out> #6 register_cached_thread_and_wait (altstack=0x5563e60d7ea0) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:1238 end = <optimized out> entry = {cond = {__data = {__wseq = {__value64 = 2, __value32 = {__low = 2, __high = 0}}, __g1_start = {__value64 = 0, __value32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 10, __g_signals = {0, 0}}, __size = "\002", '\000' <repeats 15 times>, "\002", '\000' <repeats 19 times>, "\n\000\000\000\000\000\000\000\000\000\000", __align = 2}, thread_id = 140485124597312, th = 0x0, altstack = 0x5563e60d7ea0, node = {next = 0x7fc4ca23ad88, prev = 0x7fc546a83bf0 <cached_thread_head>}} end = <optimized out> entry = <optimized out> #7 thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:1183 th = <optimized out> altstack = 0x5563e60d7ea0 #8 0x00007fc5461edb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140723303808704, -7573606115529430614, 140485124597312, 22, 140485261711440, 140723303809056, 7597395242591218090, 7597477330032159146}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #9 0x00007fc54627ebb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 No locals. Thread 2 (Thread 0x7fc53d60f640 (LWP 304139)): #0 0x00007fc546271e7e in __ppoll (fds=fds@entry=0x7fc53d50dca8, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x7fc53d50dcb0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 sc_ret = -514 sc_cancel_oldtype = 0 sc_ret = <optimized out> tval = {tv_sec = 72, tv_nsec = 892265249} #1 0x00007fc5467c04c9 in rb_sigwait_sleep (th=th@entry=0x5563e733cfd0, sigwait_fd=sigwait_fd@entry=3, rel=rel@entry=0x7fc53d50dd60) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:2227 pfd = {fd = 3, events = 1, revents = 0} ts = {tv_sec = 99, tv_nsec = 999504000} #2 0x00007fc5467c1eaf in native_sleep (th=<optimized out>, rel=0x7fc53d50dd60) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:2351 next = <optimized out> sched = 0x5563deec3f40 sigwait_fd = <optimized out> #3 0x00007fc5467c6ec7 in sleep_hrtime (fl=0, rel=<optimized out>, th=0x5563e733cfd0) at /tmp/ruby/src/trunk-repeat20-asserts/thread.c:1322 prev_status = THREAD_RUNNABLE woke = 1 end = 59045638643506 prev_status = <optimized out> woke = <optimized out> end = <optimized out> #4 rb_mutex_wait_for (time=time@entry=140485113994928) at /tmp/ruby/src/trunk-repeat20-asserts/thread_sync.c:543 rel = 0x7fc53d50deb0 #5 0x00007fc546649f25 in rb_ensure (b_proc=b_proc@entry=0x7fc5467c6e30 <rb_mutex_wait_for>, data1=data1@entry=140485113994928, e_proc=e_proc@entry=0x7fc5467c3fe0 <mutex_lock_uninterruptible>, data2=data2@entry=140483153612928) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005 _ec = 0x5563e7e21610 _tag = {tag = 36, retval = 140485113998312, buf = {0x640babc5, 0x7fc54664a02a <rb_ensure+586>, 0x0, 0x7fc53d50ddb0, 0x0}, prev = 0x7fc53d50e0c0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = 4 errinfo = <optimized out> ec = 0x5563e7e21610 ensure_list = {next = 0x7fc53d50e0a0, entry = {marker = 0, e_proc = 0x7fc5467c3fe0 <mutex_lock_uninterruptible>, data2 = 140483153612928}} #6 0x00007fc5467c4152 in rb_mutex_sleep (self=140483153612928, timeout=200409904453767170) at /tmp/ruby/src/trunk-repeat20-asserts/thread_sync.c:570 rel = 99999504000 t = <optimized out> woken = 20 beg = 1678486469 scheduler = 4 end = <optimized out> #7 0x00007fc54681e46c in vm_call0_cfunc_with_frame (argv=0x7fc53d50e158, calling=<optimized out>, ec=0x5563e7e21610) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:148 reg_cfp = 0x7fc53d60e9f0 ci = <optimized out> me = 0x7fc4c9169810 mid = 26337 block_handler = <optimized out> recv = 140483153612928 argc = 1 val = <optimized out> cfunc = 0x5563def0eb28 len = -1 frame_flags = <optimized out> ci = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> len = <optimized out> recv = <optimized out> argc = <optimized out> mid = <optimized out> block_handler = <optimized out> frame_flags = <optimized out> unaligned_member_ptr_result = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> reg_cfp = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #8 vm_call0_cfunc (argv=0x7fc53d50e158, calling=<optimized out>, ec=0x5563e7e21610) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:162 No locals. #9 vm_call0_body (ec=0x5563e7e21610, calling=<optimized out>, argv=0x7fc53d50e158) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:208 ci = <optimized out> cc = <optimized out> ret = <optimized out> #10 0x00007fc5468221c0 in vm_call0_cc (kw_splat=0, cc=<optimized out>, argv=0x7fc53d50e158, argc=1, id=26337, recv=140483153612928, ec=0x5563e7e21610) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:85 calling = {ci = 0x7fc53d50dfe0, cc = 0x7fc5405675f0, block_handler = 0, recv = 140483153612928, argc = 1, kw_splat = false} calling = <optimized out> #11 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7fc53d50e158, argc=1, mid=26337, recv=140483153612928) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1040 ec = 0x5563e7e21610 cc = <optimized out> self = 140483153613312 ec = <optimized out> cc = <optimized out> self = <optimized out> #12 rb_funcallv (recv=140483153612928, mid=26337, argc=1, argv=0x7fc53d50e158) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1055 __func__ = "rb_funcallv" #13 0x00007fc546649f25 in rb_ensure (b_proc=b_proc@entry=0x7fc5467baf50 <do_sleep>, data1=data1@entry=140485113995600, e_proc=e_proc@entry=0x7fc5467ba3e0 <delete_from_waitq>, data2=data2@entry=140485113995616) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005 _ec = 0x5563e7e21610 _tag = {tag = 36, retval = 140485268035716, buf = {0x2, 0x7fc54664a02a <rb_ensure+586>, 0x0, 0x7fc53d50e050, 0x0}, prev = 0x7fc53d50e4c0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = 4 errinfo = <optimized out> ec = 0x5563e7e21610 ensure_list = {next = 0x7fc53d50e620, entry = {marker = 0, e_proc = 0x7fc5467ba3e0 <delete_from_waitq>, data2 = 140485113995616}} #14 0x00007fc5467bb455 in rb_condvar_wait (argc=2, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/thread_sync.c:1512 ec = 0x5563e7e21610 cv = 0x5563deec6660 args = {mutex = 140483153612928, timeout = 200409904453767170} sync_waiter = {self = 140483153612928, th = 0x5563e733cfd0, fiber = 0x0, node = {next = 0x5563deec6660, prev = 0x5563deec6660}} #15 0x00007fc5467feb6a in vm_call_cfunc_with_frame_ (stack_bottom=0x7fc53d50ebb8, argv=0x7fc53d50ebc0, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x5563e7e21610) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3329 ci = 0x45e100100005 cc = <optimized out> val = <optimized out> me = 0x7fc4c9169090 cfunc = <optimized out> recv = 140483153613312 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> #16 vm_call_cfunc_with_frame (ec=0x5563e7e21610, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 argc = <optimized out> stack_bottom = 0x7fc53d50ebb8 argv = 0x7fc53d50ebc0 #17 0x00007fc5468030c8 in vm_sendish (ec=0x5563e7e21610, reg_cfp=0x7fc53d60ea30, cd=0x5563df072b60, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:367 val = 36 ci = 0x45e100100005 cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = {ci = 0x45e100100005, cc = 0x7fc4c8bee830, block_handler = 0, recv = 140483153613312, argc = 2, kw_splat = false} #18 0x00007fc54680ebf6 in vm_exec_core (ec=0x5563e7e21610, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:834 bh = 0 cd = <optimized out> leaf = false val = <optimized out> canary = 0x0 reg_pc = 0x5563df0729b8 reg_cfp = 0x7fc53d60ea30 insns_address_table = {0x7fc546811105 <vm_exec_core+9653>, 0x7fc54681104d <vm_exec_core+9469>, 0x7fc546810fa6 <vm_exec_core+9302>, 0x7fc546810ecc <vm_exec_core+9084>, 0x7fc546810b8e <vm_exec_core+8254>, 0x7fc546810a99 <vm_exec_core+8009>, 0x7fc5468109b9 <vm_exec_core+7785>, 0x7fc54681092e <vm_exec_core+7646>, 0x7fc546810cd0 <vm_exec_core+8576>, 0x7fc546810c61 <vm_exec_core+8465>, 0x7fc546810d67 <vm_exec_core+8727>, 0x7fc546810408 <vm_exec_core+6328>, 0x7fc546810738 <vm_exec_core+7144>, 0x7fc5468106b6 <vm_exec_core+7014>, 0x7fc546810624 <vm_exec_core+6868>, 0x7fc54681059c <vm_exec_core+6732>, 0x7fc5468108d5 <vm_exec_core+7557>, 0x7fc546810860 <vm_exec_core+7440>, 0x7fc546810372 <vm_exec_core+6178>, 0x7fc546810306 <vm_exec_core+6070>, 0x7fc546810279 <vm_exec_core+5929>, 0x7fc5468101ce <vm_exec_core+5758>, 0x7fc546810070 <vm_exec_core+5408>, 0x7fc54680ffca <vm_exec_core+5242>, 0x7fc54681010a <vm_exec_core+5562>, 0x7fc54680ff29 <vm_exec_core+5081>, 0x7fc54680fe7e <vm_exec_core+4910>, 0x7fc54680fdbd <vm_exec_core+4717>, 0x7fc54680fd16 <vm_exec_core+4550>, 0x7fc54680fc6f <vm_exec_core+4383>, 0x7fc54680fa26 <vm_exec_core+3798>, 0x7fc54680f95b <vm_exec_core+3595>, 0x7fc54680f8b6 <vm_exec_core+3430>, 0x7fc54680f81a <vm_exec_core+3274>, 0x7fc54680f77d <vm_exec_core+3117>, 0x7fc54680f716 <vm_exec_core+3014>, 0x7fc54680f0fa <vm_exec_core+1450>, 0x7fc54680f095 <vm_exec_core+1349>, 0x7fc54680effa <vm_exec_core+1194>, 0x7fc54680eef3 <vm_exec_core+931>, 0x7fc54680ee49 <vm_exec_core+761>, 0x7fc54680ed9e <vm_exec_core+590>, 0x7fc54680ed5d <vm_exec_core+525>, 0x7fc54680eca1 <vm_exec_core+337>, 0x7fc54680f59e <vm_exec_core+2638>, 0x7fc54680f4ce <vm_exec_core+2430>, 0x7fc54680f654 <vm_exec_core+2820>, 0x7fc54680f1bf <vm_exec_core+1647>, 0x7fc54680f2d3 <vm_exec_core+1923>, 0x7fc54680f270 <vm_exec_core+1824>, 0x7fc54680f460 <vm_exec_core+2320>, 0x7fc54680ec1e <vm_exec_core+206>, 0x7fc54680ebb0 <vm_exec_core+96>, 0x7fc546811fee <vm_exec_core+13470>, 0x7fc546811f38 <vm_exec_core+13288>, 0x7fc5468130c7 <vm_exec_core+17783>, 0x7fc546812085 <vm_exec_core+13621>, 0x7fc546811b91 <vm_exec_core+12353>, 0x7fc546812288 <vm_exec_core+14136>, 0x7fc546811c4d <vm_exec_core+12541>, 0x7fc54681213b <vm_exec_core+13803>, 0x7fc546811770 <vm_exec_core+11296>, 0x7fc546812344 <vm_exec_core+14324>, 0x7fc5468118cb <vm_exec_core+11643>, 0x7fc54681186b <vm_exec_core+11547>, 0x7fc54681180b <vm_exec_core+11451>, 0x7fc546811a22 <vm_exec_core+11986>, 0x7fc54681191d <vm_exec_core+11725>, 0x7fc546811a7f <vm_exec_core+12079>, 0x7fc5468132a4 <vm_exec_core+18260>, 0x7fc546813189 <vm_exec_core+17977>, 0x7fc546813a84 <vm_exec_core+20276>, 0x7fc5468139c3 <vm_exec_core+20083>, 0x7fc5468138d8 <vm_exec_core+19848>, 0x7fc546813801 <vm_exec_core+19633>, 0x7fc5468136f2 <vm_exec_core+19362>, 0x7fc5468135de <vm_exec_core+19086>, 0x7fc5468134cf <vm_exec_core+18815>, 0x7fc5468133bb <vm_exec_core+18539>, 0x7fc546814368 <vm_exec_core+22552>, 0x7fc546814297 <vm_exec_core+22343>, 0x7fc546814477 <vm_exec_core+22823>, 0x7fc5468141c3 <vm_exec_core+22131>, 0x7fc54681410c <vm_exec_core+21948>, 0x7fc546814032 <vm_exec_core+21730>, 0x7fc5468116d6 <vm_exec_core+11142>, 0x7fc546811655 <vm_exec_core+11013>, 0x7fc546813f90 <vm_exec_core+21568>, 0x7fc546813ef2 <vm_exec_core+21410>, 0x7fc546813e0a <vm_exec_core+21178>, 0x7fc546813d40 <vm_exec_core+20976>, 0x7fc546813c67 <vm_exec_core+20759>, 0x7fc546813b9b <vm_exec_core+20555>, 0x7fc5468115ab <vm_exec_core+10843>, 0x7fc5468114f2 <vm_exec_core+10658>, 0x7fc546811428 <vm_exec_core+10456>, 0x7fc54681137e <vm_exec_core+10286>, 0x7fc5468112cc <vm_exec_core+10108>, 0x7fc54681124c <vm_exec_core+9980>, 0x7fc5468111c4 <vm_exec_core+9844>, 0x7fc54681117c <vm_exec_core+9772>, 0x7fc546811134 <vm_exec_core+9700>, 0x7fc5468110f5 <vm_exec_core+9637>, 0x7fc54681103d <vm_exec_core+9453>, 0x7fc546810f96 <vm_exec_core+9286>, 0x7fc546810ebc <vm_exec_core+9068>, 0x7fc546810b7e <vm_exec_core+8238>, 0x7fc546810a89 <vm_exec_core+7993>, 0x7fc5468109a9 <vm_exec_core+7769>, 0x7fc54681091e <vm_exec_core+7630>, 0x7fc546810cc0 <vm_exec_core+8560>, 0x7fc546810c51 <vm_exec_core+8449>, 0x7fc546810d57 <vm_exec_core+8711>, 0x7fc5468103f8 <vm_exec_core+6312>, 0x7fc546810728 <vm_exec_core+7128>, 0x7fc5468106a6 <vm_exec_core+6998>, 0x7fc546810614 <vm_exec_core+6852>, 0x7fc54681058c <vm_exec_core+6716>, 0x7fc5468108c5 <vm_exec_core+7541>, 0x7fc546810850 <vm_exec_core+7424>, 0x7fc546810362 <vm_exec_core+6162>, 0x7fc5468102f6 <vm_exec_core+6054>, 0x7fc546810269 <vm_exec_core+5913>, 0x7fc5468101be <vm_exec_core+5742>, 0x7fc546810060 <vm_exec_core+5392>, 0x7fc54680ffba <vm_exec_core+5226>, 0x7fc5468100fa <vm_exec_core+5546>, 0x7fc54680ff19 <vm_exec_core+5065>, 0x7fc54680fe6e <vm_exec_core+4894>, 0x7fc54680fdad <vm_exec_core+4701>, 0x7fc54680fd06 <vm_exec_core+4534>, 0x7fc54680fc5f <vm_exec_core+4367>, 0x7fc54680fa16 <vm_exec_core+3782>, 0x7fc54680f94b <vm_exec_core+3579>, 0x7fc54680f8a6 <vm_exec_core+3414>, 0x7fc54680f80a <vm_exec_core+3258>, 0x7fc54680f76d <vm_exec_core+3101>, 0x7fc54680f706 <vm_exec_core+2998>, 0x7fc54680f0ea <vm_exec_core+1434>, 0x7fc54680f085 <vm_exec_core+1333>, 0x7fc54680efea <vm_exec_core+1178>, 0x7fc54680eee3 <vm_exec_core+915>, 0x7fc54680ee39 <vm_exec_core+745>, 0x7fc54680ed8e <vm_exec_core+574>, 0x7fc54680ed4d <vm_exec_core+509>, 0x7fc54680ec91 <vm_exec_core+321>, 0x7fc54680f58e <vm_exec_core+2622>, 0x7fc54680f4be <vm_exec_core+2414>, 0x7fc54680f644 <vm_exec_core+2804>, 0x7fc54680f1af <vm_exec_core+1631>, 0x7fc54680f2c3 <vm_exec_core+1907>, 0x7fc54680f260 <vm_exec_core+1808>, 0x7fc54680f450 <vm_exec_core+2304>, 0x7fc54680ec0e <vm_exec_core+190>, 0x7fc5468146f3 <vm_exec_core+23459>, 0x7fc546811fde <vm_exec_core+13454>, 0x7fc546811f28 <vm_exec_core+13272>, 0x7fc5468146de <vm_exec_core+23438>, 0x7fc546812075 <vm_exec_core+13605>, 0x7fc546811b81 <vm_exec_core+12337>, 0x7fc546812278 <vm_exec_core+14120>, 0x7fc546811c3d <vm_exec_core+12525>, 0x7fc54681212b <vm_exec_core+13787>, 0x7fc546811760 <vm_exec_core+11280>, 0x7fc546812334 <vm_exec_core+14308>, 0x7fc5468118bb <vm_exec_core+11627>, 0x7fc54681185b <vm_exec_core+11531>, 0x7fc5468117fb <vm_exec_core+11435>, 0x7fc546811a12 <vm_exec_core+11970>, 0x7fc54681190d <vm_exec_core+11709>, 0x7fc546811a6f <vm_exec_core+12063>, 0x7fc5468146c9 <vm_exec_core+23417>, 0x7fc5468146b4 <vm_exec_core+23396>, 0x7fc54681469f <vm_exec_core+23375>, 0x7fc54681468a <vm_exec_core+23354>, 0x7fc546814675 <vm_exec_core+23333>, 0x7fc546814660 <vm_exec_core+23312>, 0x7fc546814644 <vm_exec_core+23284>, 0x7fc54681462f <vm_exec_core+23263>, 0x7fc54681461a <vm_exec_core+23242>, 0x7fc546814605 <vm_exec_core+23221>, 0x7fc5468145f0 <vm_exec_core+23200>, 0x7fc5468145db <vm_exec_core+23179>, 0x7fc5468145c6 <vm_exec_core+23158>, 0x7fc5468145b1 <vm_exec_core+23137>, 0x7fc54681459c <vm_exec_core+23116>, 0x7fc546814587 <vm_exec_core+23095>, 0x7fc5468116c6 <vm_exec_core+11126>, 0x7fc546811645 <vm_exec_core+10997>, 0x7fc546814572 <vm_exec_core+23074>, 0x7fc54681455d <vm_exec_core+23053>, 0x7fc546814548 <vm_exec_core+23032>, 0x7fc546814533 <vm_exec_core+23011>, 0x7fc54680eb92 <vm_exec_core+66>, 0x7fc54680eb96 <vm_exec_core+70>, 0x7fc54681159b <vm_exec_core+10827>, 0x7fc5468114e2 <vm_exec_core+10642>, 0x7fc546811418 <vm_exec_core+10440>, 0x7fc54681136e <vm_exec_core+10270>, 0x7fc5468112bc <vm_exec_core+10092>...} __func__ = "vm_exec_core" #19 0x00007fc546816ebb in rb_vm_exec (ec=0x5563e7e21610, jit_enable_p=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2383 _ec = 0x5563e7e21610 _tag = {tag = 36, retval = 4, buf = {0x7fc53d50e540, 0x7fc546817a7d <rb_vm_exec+3213>, 0x0, 0x7fc53d50e3d0, 0x7fc53d60ea70}, prev = 0x7fc53d50e640, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #20 0x00007fc54682335c in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x0, argc=0, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1492 No locals. #21 vm_yield (kw_splat=0, argv=0x0, argc=0, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1506 No locals. #22 rb_yield_0 (argv=0x0, argc=0) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1337 No locals. #23 rb_yield (val=<optimized out>, val@entry=36) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1350 No locals. #24 0x00007fc546649f25 in rb_ensure (b_proc=0x7fc546823270 <rb_yield>, data1=36, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005 _ec = 0x5563e7e21610 _tag = {tag = 36, retval = 140485115046601, buf = {0x5563e7e21610, 0x7fc54664a02a <rb_ensure+586>, 0x0, 0x7fc53d50e5d0, 0x7fc53fe43bd0}, prev = 0x7fc53d50e9d0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = 4 errinfo = <optimized out> ec = 0x5563e7e21610 ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fc5467be1f0 <rb_mutex_unlock>, data2 = 140483153612928}} #25 0x00007fc5467feb6a in vm_call_cfunc_with_frame_ (stack_bottom=0x7fc53d50eb80, argv=0x7fc53d50eb88, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x5563e7e21610) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3329 ci = 0x66f100000001 cc = <optimized out> val = <optimized out> me = 0x7fc4c91697b0 cfunc = <optimized out> recv = 140483153612928 frame_type = <optimized out> len = <optimized out> block_handler = 140485115046601 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> #26 vm_call_cfunc_with_frame (ec=0x5563e7e21610, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 argc = <optimized out> stack_bottom = 0x7fc53d50eb80 argv = 0x7fc53d50eb88 #27 0x00007fc5468030c8 in vm_sendish (ec=0x5563e7e21610, reg_cfp=0x7fc53d60eab0, cd=0x5563df073400, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:367 val = 36 ci = 0x66f100000001 cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = {ci = 0x66f100000001, cc = 0x7fc4cae805c0, block_handler = 140485115046601, recv = 140483153612928, argc = 0, kw_splat = false} #28 0x00007fc54680ec7a in vm_exec_core (ec=0x5563e7e21610, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:815 bh = <optimized out> blockiseq = <optimized out> leaf = false val = <optimized out> canary = 0x0 cd = 0x5563df073400 reg_pc = 0x5563df034590 reg_cfp = 0x7fc53d60eab0 insns_address_table = {0x7fc546811105 <vm_exec_core+9653>, 0x7fc54681104d <vm_exec_core+9469>, 0x7fc546810fa6 <vm_exec_core+9302>, 0x7fc546810ecc <vm_exec_core+9084>, 0x7fc546810b8e <vm_exec_core+8254>, 0x7fc546810a99 <vm_exec_core+8009>, 0x7fc5468109b9 <vm_exec_core+7785>, 0x7fc54681092e <vm_exec_core+7646>, 0x7fc546810cd0 <vm_exec_core+8576>, 0x7fc546810c61 <vm_exec_core+8465>, 0x7fc546810d67 <vm_exec_core+8727>, 0x7fc546810408 <vm_exec_core+6328>, 0x7fc546810738 <vm_exec_core+7144>, 0x7fc5468106b6 <vm_exec_core+7014>, 0x7fc546810624 <vm_exec_core+6868>, 0x7fc54681059c <vm_exec_core+6732>, 0x7fc5468108d5 <vm_exec_core+7557>, 0x7fc546810860 <vm_exec_core+7440>, 0x7fc546810372 <vm_exec_core+6178>, 0x7fc546810306 <vm_exec_core+6070>, 0x7fc546810279 <vm_exec_core+5929>, 0x7fc5468101ce <vm_exec_core+5758>, 0x7fc546810070 <vm_exec_core+5408>, 0x7fc54680ffca <vm_exec_core+5242>, 0x7fc54681010a <vm_exec_core+5562>, 0x7fc54680ff29 <vm_exec_core+5081>, 0x7fc54680fe7e <vm_exec_core+4910>, 0x7fc54680fdbd <vm_exec_core+4717>, 0x7fc54680fd16 <vm_exec_core+4550>, 0x7fc54680fc6f <vm_exec_core+4383>, 0x7fc54680fa26 <vm_exec_core+3798>, 0x7fc54680f95b <vm_exec_core+3595>, 0x7fc54680f8b6 <vm_exec_core+3430>, 0x7fc54680f81a <vm_exec_core+3274>, 0x7fc54680f77d <vm_exec_core+3117>, 0x7fc54680f716 <vm_exec_core+3014>, 0x7fc54680f0fa <vm_exec_core+1450>, 0x7fc54680f095 <vm_exec_core+1349>, 0x7fc54680effa <vm_exec_core+1194>, 0x7fc54680eef3 <vm_exec_core+931>, 0x7fc54680ee49 <vm_exec_core+761>, 0x7fc54680ed9e <vm_exec_core+590>, 0x7fc54680ed5d <vm_exec_core+525>, 0x7fc54680eca1 <vm_exec_core+337>, 0x7fc54680f59e <vm_exec_core+2638>, 0x7fc54680f4ce <vm_exec_core+2430>, 0x7fc54680f654 <vm_exec_core+2820>, 0x7fc54680f1bf <vm_exec_core+1647>, 0x7fc54680f2d3 <vm_exec_core+1923>, 0x7fc54680f270 <vm_exec_core+1824>, 0x7fc54680f460 <vm_exec_core+2320>, 0x7fc54680ec1e <vm_exec_core+206>, 0x7fc54680ebb0 <vm_exec_core+96>, 0x7fc546811fee <vm_exec_core+13470>, 0x7fc546811f38 <vm_exec_core+13288>, 0x7fc5468130c7 <vm_exec_core+17783>, 0x7fc546812085 <vm_exec_core+13621>, 0x7fc546811b91 <vm_exec_core+12353>, 0x7fc546812288 <vm_exec_core+14136>, 0x7fc546811c4d <vm_exec_core+12541>, 0x7fc54681213b <vm_exec_core+13803>, 0x7fc546811770 <vm_exec_core+11296>, 0x7fc546812344 <vm_exec_core+14324>, 0x7fc5468118cb <vm_exec_core+11643>, 0x7fc54681186b <vm_exec_core+11547>, 0x7fc54681180b <vm_exec_core+11451>, 0x7fc546811a22 <vm_exec_core+11986>, 0x7fc54681191d <vm_exec_core+11725>, 0x7fc546811a7f <vm_exec_core+12079>, 0x7fc5468132a4 <vm_exec_core+18260>, 0x7fc546813189 <vm_exec_core+17977>, 0x7fc546813a84 <vm_exec_core+20276>, 0x7fc5468139c3 <vm_exec_core+20083>, 0x7fc5468138d8 <vm_exec_core+19848>, 0x7fc546813801 <vm_exec_core+19633>, 0x7fc5468136f2 <vm_exec_core+19362>, 0x7fc5468135de <vm_exec_core+19086>, 0x7fc5468134cf <vm_exec_core+18815>, 0x7fc5468133bb <vm_exec_core+18539>, 0x7fc546814368 <vm_exec_core+22552>, 0x7fc546814297 <vm_exec_core+22343>, 0x7fc546814477 <vm_exec_core+22823>, 0x7fc5468141c3 <vm_exec_core+22131>, 0x7fc54681410c <vm_exec_core+21948>, 0x7fc546814032 <vm_exec_core+21730>, 0x7fc5468116d6 <vm_exec_core+11142>, 0x7fc546811655 <vm_exec_core+11013>, 0x7fc546813f90 <vm_exec_core+21568>, 0x7fc546813ef2 <vm_exec_core+21410>, 0x7fc546813e0a <vm_exec_core+21178>, 0x7fc546813d40 <vm_exec_core+20976>, 0x7fc546813c67 <vm_exec_core+20759>, 0x7fc546813b9b <vm_exec_core+20555>, 0x7fc5468115ab <vm_exec_core+10843>, 0x7fc5468114f2 <vm_exec_core+10658>, 0x7fc546811428 <vm_exec_core+10456>, 0x7fc54681137e <vm_exec_core+10286>, 0x7fc5468112cc <vm_exec_core+10108>, 0x7fc54681124c <vm_exec_core+9980>, 0x7fc5468111c4 <vm_exec_core+9844>, 0x7fc54681117c <vm_exec_core+9772>, 0x7fc546811134 <vm_exec_core+9700>, 0x7fc5468110f5 <vm_exec_core+9637>, 0x7fc54681103d <vm_exec_core+9453>, 0x7fc546810f96 <vm_exec_core+9286>, 0x7fc546810ebc <vm_exec_core+9068>, 0x7fc546810b7e <vm_exec_core+8238>, 0x7fc546810a89 <vm_exec_core+7993>, 0x7fc5468109a9 <vm_exec_core+7769>, 0x7fc54681091e <vm_exec_core+7630>, 0x7fc546810cc0 <vm_exec_core+8560>, 0x7fc546810c51 <vm_exec_core+8449>, 0x7fc546810d57 <vm_exec_core+8711>, 0x7fc5468103f8 <vm_exec_core+6312>, 0x7fc546810728 <vm_exec_core+7128>, 0x7fc5468106a6 <vm_exec_core+6998>, 0x7fc546810614 <vm_exec_core+6852>, 0x7fc54681058c <vm_exec_core+6716>, 0x7fc5468108c5 <vm_exec_core+7541>, 0x7fc546810850 <vm_exec_core+7424>, 0x7fc546810362 <vm_exec_core+6162>, 0x7fc5468102f6 <vm_exec_core+6054>, 0x7fc546810269 <vm_exec_core+5913>, 0x7fc5468101be <vm_exec_core+5742>, 0x7fc546810060 <vm_exec_core+5392>, 0x7fc54680ffba <vm_exec_core+5226>, 0x7fc5468100fa <vm_exec_core+5546>, 0x7fc54680ff19 <vm_exec_core+5065>, 0x7fc54680fe6e <vm_exec_core+4894>, 0x7fc54680fdad <vm_exec_core+4701>, 0x7fc54680fd06 <vm_exec_core+4534>, 0x7fc54680fc5f <vm_exec_core+4367>, 0x7fc54680fa16 <vm_exec_core+3782>, 0x7fc54680f94b <vm_exec_core+3579>, 0x7fc54680f8a6 <vm_exec_core+3414>, 0x7fc54680f80a <vm_exec_core+3258>, 0x7fc54680f76d <vm_exec_core+3101>, 0x7fc54680f706 <vm_exec_core+2998>, 0x7fc54680f0ea <vm_exec_core+1434>, 0x7fc54680f085 <vm_exec_core+1333>, 0x7fc54680efea <vm_exec_core+1178>, 0x7fc54680eee3 <vm_exec_core+915>, 0x7fc54680ee39 <vm_exec_core+745>, 0x7fc54680ed8e <vm_exec_core+574>, 0x7fc54680ed4d <vm_exec_core+509>, 0x7fc54680ec91 <vm_exec_core+321>, 0x7fc54680f58e <vm_exec_core+2622>, 0x7fc54680f4be <vm_exec_core+2414>, 0x7fc54680f644 <vm_exec_core+2804>, 0x7fc54680f1af <vm_exec_core+1631>, 0x7fc54680f2c3 <vm_exec_core+1907>, 0x7fc54680f260 <vm_exec_core+1808>, 0x7fc54680f450 <vm_exec_core+2304>, 0x7fc54680ec0e <vm_exec_core+190>, 0x7fc5468146f3 <vm_exec_core+23459>, 0x7fc546811fde <vm_exec_core+13454>, 0x7fc546811f28 <vm_exec_core+13272>, 0x7fc5468146de <vm_exec_core+23438>, 0x7fc546812075 <vm_exec_core+13605>, 0x7fc546811b81 <vm_exec_core+12337>, 0x7fc546812278 <vm_exec_core+14120>, 0x7fc546811c3d <vm_exec_core+12525>, 0x7fc54681212b <vm_exec_core+13787>, 0x7fc546811760 <vm_exec_core+11280>, 0x7fc546812334 <vm_exec_core+14308>, 0x7fc5468118bb <vm_exec_core+11627>, 0x7fc54681185b <vm_exec_core+11531>, 0x7fc5468117fb <vm_exec_core+11435>, 0x7fc546811a12 <vm_exec_core+11970>, 0x7fc54681190d <vm_exec_core+11709>, 0x7fc546811a6f <vm_exec_core+12063>, 0x7fc5468146c9 <vm_exec_core+23417>, 0x7fc5468146b4 <vm_exec_core+23396>, 0x7fc54681469f <vm_exec_core+23375>, 0x7fc54681468a <vm_exec_core+23354>, 0x7fc546814675 <vm_exec_core+23333>, 0x7fc546814660 <vm_exec_core+23312>, 0x7fc546814644 <vm_exec_core+23284>, 0x7fc54681462f <vm_exec_core+23263>, 0x7fc54681461a <vm_exec_core+23242>, 0x7fc546814605 <vm_exec_core+23221>, 0x7fc5468145f0 <vm_exec_core+23200>, 0x7fc5468145db <vm_exec_core+23179>, 0x7fc5468145c6 <vm_exec_core+23158>, 0x7fc5468145b1 <vm_exec_core+23137>, 0x7fc54681459c <vm_exec_core+23116>, 0x7fc546814587 <vm_exec_core+23095>, 0x7fc5468116c6 <vm_exec_core+11126>, 0x7fc546811645 <vm_exec_core+10997>, 0x7fc546814572 <vm_exec_core+23074>, 0x7fc54681455d <vm_exec_core+23053>, 0x7fc546814548 <vm_exec_core+23032>, 0x7fc546814533 <vm_exec_core+23011>, 0x7fc54680eb92 <vm_exec_core+66>, 0x7fc54680eb96 <vm_exec_core+70>, 0x7fc54681159b <vm_exec_core+10827>, 0x7fc5468114e2 <vm_exec_core+10642>, 0x7fc546811418 <vm_exec_core+10440>, 0x7fc54681136e <vm_exec_core+10270>, 0x7fc5468112bc <vm_exec_core+10092>...} __func__ = "vm_exec_core" #29 0x00007fc546816ebb in rb_vm_exec (ec=0x5563e7e21610, jit_enable_p=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2383 _ec = 0x5563e7e21610 _tag = {tag = 36, retval = 4, buf = {0x7fc53d50ea50, 0x7fc546817a7d <rb_vm_exec+3213>, 0x0, 0x7fc53d50e8e0, 0x7fc53d60eaf0}, prev = 0x7fc53d60ec40, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #30 0x00007fc54681e311 in rb_vm_invoke_proc (ec=0x5563e7e21610, proc=proc@entry=0x5563e7042bf0, argc=argc@entry=0, argv=argv@entry=0x7fc53d50eac0, kw_splat=0, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1592 self = <optimized out> #31 0x00007fc5467c4573 in thread_do_start_proc (th=0x5563e733cfd0) at /tmp/ruby/src/trunk-repeat20-asserts/thread.c:593 args = 140485164702144 args_ptr = 0x7fc53d50eac0 args_len = 0 procval = <optimized out> proc = 0x5563e7042bf0 __func__ = "thread_do_start_proc" #32 0x00007fc5467c5439 in thread_do_start (th=0x5563e733cfd0) at /tmp/ruby/src/trunk-repeat20-asserts/thread.c:612 result = 36 result = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> #33 thread_start_func_2 (th=<optimized out>, stack_start=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/thread.c:686 _ec = 0x5563e7e21610 _tag = {tag = 36, retval = 140485261717420, buf = {0x7fc53d60ece0, 0x7fc5467c5308 <thread_start_func_2+648>, 0x0, 0x7fc53d50eb30, 0x7ffcb29a280a}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> errinfo = 4 size = <optimized out> ractor_main_th = <optimized out> vm_stack = <optimized out> __func__ = "thread_start_func_2" #34 0x00007fc5467c5e84 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:1176 th = 0x5563e733cfd0 altstack = 0x5563e7f716f0 #35 0x00007fc5461edb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140723303805888, -7573606115529430614, 140485115049536, 2, 140485261711440, 140723303806240, 7597396222380632490, 7597477330032159146}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #36 0x00007fc54627ebb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 No locals. Thread 1 (Thread 0x7fc546137c00 (LWP 299718)): #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140485260966912) at ./nptl/pthread_kill.c:44 tid = <optimized out> ret = 0 pd = 0x7fc546137c00 old_mask = {__val = {93887430134544, 140485261780179, 93887430673920, 14358347035782192640, 45, 18446744073709551344, 2, 0, 93887430673920, 1750, 93887430134544, 140485261780179, 0, 140485261676525, 140485260966912, 140485263291904}} 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=140485260966912) at ./nptl/pthread_kill.c:78 No locals. #2 __GI___pthread_kill (threadid=140485260966912, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 No locals. #3 0x00007fc54619b476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 ret = <optimized out> #4 0x00007fc5461817f3 in __GI_abort () at ./stdlib/abort.c:79 save_stage = 1 act = {__sigaction_handler = {sa_handler = 0x66372d3030303261, sa_sigaction = 0x66372d3030303261}, sa_mask = {__val = {2, 140485263308448, 3432, 140485269328854, 140485261674576, 2, 2314885530818453536, 6732726843261788192, 140485263308448, 2, 2, 1, 140485269328854, 140485263291904, 140485261627479, 0}}, sa_flags = 0, sa_restorer = 0x7fc5463736a0 <_IO_2_1_stderr_>} sigs = {__val = {32, 2314885530818453536, 7166204968890474528, 2314885437357583457, 6731583338252032800, 4121464788056684298, 7365405400577893689, 3472945160942412646, 2337417879816777776, 140485262236292, 3467824696768081952, 2, 140485269328854, 2, 6733551554292031520, 140485261672301}} #5 0x00007fc5465943db 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=0x5563def44880, fmt=fmt@entry=0x7fc546923d46 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:817 file = <optimized out> line = 640 #7 0x00007fc54677d5ed in sigsegv (sig=11, info=0x5563def449b0, ctx=0x5563def44880) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:919 No locals. #8 <signal handler called> No locals. #9 __strchr_avx2 () at ../sysdeps/x86_64/multiarch/strchr-avx2.S:65 No locals. #10 0x00007fc54204af83 in _rl_find_completion_word () from /lib/x86_64-linux-gnu/libreadline.so.8 No symbol table info available. #11 0x00007fc542050797 in rl_complete_internal () from /lib/x86_64-linux-gnu/libreadline.so.8 No symbol table info available. #12 0x00007fc542047e98 in _rl_dispatch_subseq () from /lib/x86_64-linux-gnu/libreadline.so.8 No symbol table info available. #13 0x00007fc542048cca in readline_internal_char () from /lib/x86_64-linux-gnu/libreadline.so.8 No symbol table info available. #14 0x00007fc542051d15 in readline () from /lib/x86_64-linux-gnu/libreadline.so.8 No symbol table info available. #15 0x00007fc546649d21 in rb_protect (proc=proc@entry=0x7fc5420886a0 <readline_get>, data=data@entry=140483103580632, pstate=pstate@entry=0x7ffcb288f98c) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:979 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 140483103580608, buf = {0x7fc4c57c61d8, 0x7fc546649d8a <rb_protect+378>, 0x0, 0x7ffcb288f880, 0x0}, prev = 0x7ffcb288fce0, state = RUBY_TAG_NONE, lock_rec = 0} result = 4 state = RUBY_TAG_NONE ec = 0x5563deec4130 cfp = 0x7fc546135610 #16 0x00007fc54208a27c in readline_readline (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/ext/readline/readline.c:508 tmp = 140483103580608 add_hist = <optimized out> result = <optimized out> prompt = 0x7fc4c57c61d8 "> " buff = <optimized out> status = 32708 #17 0x00007fc5467fe076 in vm_call_cfunc_with_frame_ (ec=0x5563deec4130, reg_cfp=0x7fc546135650, calling=<optimized out>, argc=2, argv=0x7fc546036750, stack_bottom=0x7fc546036748) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3329 ci = 0x413100100005 cc = <optimized out> val = <optimized out> me = 0x7fc4cab7ce40 cfunc = <optimized out> recv = 140485181769600 block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> __func__ = "vm_call_cfunc_with_frame_" args = <optimized out> args = <optimized out> #18 0x00007fc5468030c8 in vm_sendish (ec=0x5563deec4130, reg_cfp=0x7fc546135650, cd=0x5563e177d350, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:367 val = 36 ci = 0x413100100005 cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = {ci = 0x413100100005, cc = 0x7fc53ef98800, block_handler = 0, recv = 140485181769600, argc = 2, kw_splat = false} #19 0x00007fc54680ebf6 in vm_exec_core (ec=0x5563deec4130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:834 bh = 0 cd = <optimized out> leaf = false val = <optimized out> canary = 0x0 reg_pc = 0x5563e1782cd0 reg_cfp = 0x7fc546135650 insns_address_table = {0x7fc546811105 <vm_exec_core+9653>, 0x7fc54681104d <vm_exec_core+9469>, 0x7fc546810fa6 <vm_exec_core+9302>, 0x7fc546810ecc <vm_exec_core+9084>, 0x7fc546810b8e <vm_exec_core+8254>, 0x7fc546810a99 <vm_exec_core+8009>, 0x7fc5468109b9 <vm_exec_core+7785>, 0x7fc54681092e <vm_exec_core+7646>, 0x7fc546810cd0 <vm_exec_core+8576>, 0x7fc546810c61 <vm_exec_core+8465>, 0x7fc546810d67 <vm_exec_core+8727>, 0x7fc546810408 <vm_exec_core+6328>, 0x7fc546810738 <vm_exec_core+7144>, 0x7fc5468106b6 <vm_exec_core+7014>, 0x7fc546810624 <vm_exec_core+6868>, 0x7fc54681059c <vm_exec_core+6732>, 0x7fc5468108d5 <vm_exec_core+7557>, 0x7fc546810860 <vm_exec_core+7440>, 0x7fc546810372 <vm_exec_core+6178>, 0x7fc546810306 <vm_exec_core+6070>, 0x7fc546810279 <vm_exec_core+5929>, 0x7fc5468101ce <vm_exec_core+5758>, 0x7fc546810070 <vm_exec_core+5408>, 0x7fc54680ffca <vm_exec_core+5242>, 0x7fc54681010a <vm_exec_core+5562>, 0x7fc54680ff29 <vm_exec_core+5081>, 0x7fc54680fe7e <vm_exec_core+4910>, 0x7fc54680fdbd <vm_exec_core+4717>, 0x7fc54680fd16 <vm_exec_core+4550>, 0x7fc54680fc6f <vm_exec_core+4383>, 0x7fc54680fa26 <vm_exec_core+3798>, 0x7fc54680f95b <vm_exec_core+3595>, 0x7fc54680f8b6 <vm_exec_core+3430>, 0x7fc54680f81a <vm_exec_core+3274>, 0x7fc54680f77d <vm_exec_core+3117>, 0x7fc54680f716 <vm_exec_core+3014>, 0x7fc54680f0fa <vm_exec_core+1450>, 0x7fc54680f095 <vm_exec_core+1349>, 0x7fc54680effa <vm_exec_core+1194>, 0x7fc54680eef3 <vm_exec_core+931>, 0x7fc54680ee49 <vm_exec_core+761>, 0x7fc54680ed9e <vm_exec_core+590>, 0x7fc54680ed5d <vm_exec_core+525>, 0x7fc54680eca1 <vm_exec_core+337>, 0x7fc54680f59e <vm_exec_core+2638>, 0x7fc54680f4ce <vm_exec_core+2430>, 0x7fc54680f654 <vm_exec_core+2820>, 0x7fc54680f1bf <vm_exec_core+1647>, 0x7fc54680f2d3 <vm_exec_core+1923>, 0x7fc54680f270 <vm_exec_core+1824>, 0x7fc54680f460 <vm_exec_core+2320>, 0x7fc54680ec1e <vm_exec_core+206>, 0x7fc54680ebb0 <vm_exec_core+96>, 0x7fc546811fee <vm_exec_core+13470>, 0x7fc546811f38 <vm_exec_core+13288>, 0x7fc5468130c7 <vm_exec_core+17783>, 0x7fc546812085 <vm_exec_core+13621>, 0x7fc546811b91 <vm_exec_core+12353>, 0x7fc546812288 <vm_exec_core+14136>, 0x7fc546811c4d <vm_exec_core+12541>, 0x7fc54681213b <vm_exec_core+13803>, 0x7fc546811770 <vm_exec_core+11296>, 0x7fc546812344 <vm_exec_core+14324>, 0x7fc5468118cb <vm_exec_core+11643>, 0x7fc54681186b <vm_exec_core+11547>, 0x7fc54681180b <vm_exec_core+11451>, 0x7fc546811a22 <vm_exec_core+11986>, 0x7fc54681191d <vm_exec_core+11725>, 0x7fc546811a7f <vm_exec_core+12079>, 0x7fc5468132a4 <vm_exec_core+18260>, 0x7fc546813189 <vm_exec_core+17977>, 0x7fc546813a84 <vm_exec_core+20276>, 0x7fc5468139c3 <vm_exec_core+20083>, 0x7fc5468138d8 <vm_exec_core+19848>, 0x7fc546813801 <vm_exec_core+19633>, 0x7fc5468136f2 <vm_exec_core+19362>, 0x7fc5468135de <vm_exec_core+19086>, 0x7fc5468134cf <vm_exec_core+18815>, 0x7fc5468133bb <vm_exec_core+18539>, 0x7fc546814368 <vm_exec_core+22552>, 0x7fc546814297 <vm_exec_core+22343>, 0x7fc546814477 <vm_exec_core+22823>, 0x7fc5468141c3 <vm_exec_core+22131>, 0x7fc54681410c <vm_exec_core+21948>, 0x7fc546814032 <vm_exec_core+21730>, 0x7fc5468116d6 <vm_exec_core+11142>, 0x7fc546811655 <vm_exec_core+11013>, 0x7fc546813f90 <vm_exec_core+21568>, 0x7fc546813ef2 <vm_exec_core+21410>, 0x7fc546813e0a <vm_exec_core+21178>, 0x7fc546813d40 <vm_exec_core+20976>, 0x7fc546813c67 <vm_exec_core+20759>, 0x7fc546813b9b <vm_exec_core+20555>, 0x7fc5468115ab <vm_exec_core+10843>, 0x7fc5468114f2 <vm_exec_core+10658>, 0x7fc546811428 <vm_exec_core+10456>, 0x7fc54681137e <vm_exec_core+10286>, 0x7fc5468112cc <vm_exec_core+10108>, 0x7fc54681124c <vm_exec_core+9980>, 0x7fc5468111c4 <vm_exec_core+9844>, 0x7fc54681117c <vm_exec_core+9772>, 0x7fc546811134 <vm_exec_core+9700>, 0x7fc5468110f5 <vm_exec_core+9637>, 0x7fc54681103d <vm_exec_core+9453>, 0x7fc546810f96 <vm_exec_core+9286>, 0x7fc546810ebc <vm_exec_core+9068>, 0x7fc546810b7e <vm_exec_core+8238>, 0x7fc546810a89 <vm_exec_core+7993>, 0x7fc5468109a9 <vm_exec_core+7769>, 0x7fc54681091e <vm_exec_core+7630>, 0x7fc546810cc0 <vm_exec_core+8560>, 0x7fc546810c51 <vm_exec_core+8449>, 0x7fc546810d57 <vm_exec_core+8711>, 0x7fc5468103f8 <vm_exec_core+6312>, 0x7fc546810728 <vm_exec_core+7128>, 0x7fc5468106a6 <vm_exec_core+6998>, 0x7fc546810614 <vm_exec_core+6852>, 0x7fc54681058c <vm_exec_core+6716>, 0x7fc5468108c5 <vm_exec_core+7541>, 0x7fc546810850 <vm_exec_core+7424>, 0x7fc546810362 <vm_exec_core+6162>, 0x7fc5468102f6 <vm_exec_core+6054>, 0x7fc546810269 <vm_exec_core+5913>, 0x7fc5468101be <vm_exec_core+5742>, 0x7fc546810060 <vm_exec_core+5392>, 0x7fc54680ffba <vm_exec_core+5226>, 0x7fc5468100fa <vm_exec_core+5546>, 0x7fc54680ff19 <vm_exec_core+5065>, 0x7fc54680fe6e <vm_exec_core+4894>, 0x7fc54680fdad <vm_exec_core+4701>, 0x7fc54680fd06 <vm_exec_core+4534>, 0x7fc54680fc5f <vm_exec_core+4367>, 0x7fc54680fa16 <vm_exec_core+3782>, 0x7fc54680f94b <vm_exec_core+3579>, 0x7fc54680f8a6 <vm_exec_core+3414>, 0x7fc54680f80a <vm_exec_core+3258>, 0x7fc54680f76d <vm_exec_core+3101>, 0x7fc54680f706 <vm_exec_core+2998>, 0x7fc54680f0ea <vm_exec_core+1434>, 0x7fc54680f085 <vm_exec_core+1333>, 0x7fc54680efea <vm_exec_core+1178>, 0x7fc54680eee3 <vm_exec_core+915>, 0x7fc54680ee39 <vm_exec_core+745>, 0x7fc54680ed8e <vm_exec_core+574>, 0x7fc54680ed4d <vm_exec_core+509>, 0x7fc54680ec91 <vm_exec_core+321>, 0x7fc54680f58e <vm_exec_core+2622>, 0x7fc54680f4be <vm_exec_core+2414>, 0x7fc54680f644 <vm_exec_core+2804>, 0x7fc54680f1af <vm_exec_core+1631>, 0x7fc54680f2c3 <vm_exec_core+1907>, 0x7fc54680f260 <vm_exec_core+1808>, 0x7fc54680f450 <vm_exec_core+2304>, 0x7fc54680ec0e <vm_exec_core+190>, 0x7fc5468146f3 <vm_exec_core+23459>, 0x7fc546811fde <vm_exec_core+13454>, 0x7fc546811f28 <vm_exec_core+13272>, 0x7fc5468146de <vm_exec_core+23438>, 0x7fc546812075 <vm_exec_core+13605>, 0x7fc546811b81 <vm_exec_core+12337>, 0x7fc546812278 <vm_exec_core+14120>, 0x7fc546811c3d <vm_exec_core+12525>, 0x7fc54681212b <vm_exec_core+13787>, 0x7fc546811760 <vm_exec_core+11280>, 0x7fc546812334 <vm_exec_core+14308>, 0x7fc5468118bb <vm_exec_core+11627>, 0x7fc54681185b <vm_exec_core+11531>, 0x7fc5468117fb <vm_exec_core+11435>, 0x7fc546811a12 <vm_exec_core+11970>, 0x7fc54681190d <vm_exec_core+11709>, 0x7fc546811a6f <vm_exec_core+12063>, 0x7fc5468146c9 <vm_exec_core+23417>, 0x7fc5468146b4 <vm_exec_core+23396>, 0x7fc54681469f <vm_exec_core+23375>, 0x7fc54681468a <vm_exec_core+23354>, 0x7fc546814675 <vm_exec_core+23333>, 0x7fc546814660 <vm_exec_core+23312>, 0x7fc546814644 <vm_exec_core+23284>, 0x7fc54681462f <vm_exec_core+23263>, 0x7fc54681461a <vm_exec_core+23242>, 0x7fc546814605 <vm_exec_core+23221>, 0x7fc5468145f0 <vm_exec_core+23200>, 0x7fc5468145db <vm_exec_core+23179>, 0x7fc5468145c6 <vm_exec_core+23158>, 0x7fc5468145b1 <vm_exec_core+23137>, 0x7fc54681459c <vm_exec_core+23116>, 0x7fc546814587 <vm_exec_core+23095>, 0x7fc5468116c6 <vm_exec_core+11126>, 0x7fc546811645 <vm_exec_core+10997>, 0x7fc546814572 <vm_exec_core+23074>, 0x7fc54681455d <vm_exec_core+23053>, 0x7fc546814548 <vm_exec_core+23032>, 0x7fc546814533 <vm_exec_core+23011>, 0x7fc54680eb92 <vm_exec_core+66>, 0x7fc54680eb96 <vm_exec_core+70>, 0x7fc54681159b <vm_exec_core+10827>, 0x7fc5468114e2 <vm_exec_core+10642>, 0x7fc546811418 <vm_exec_core+10440>, 0x7fc54681136e <vm_exec_core+10270>, 0x7fc5468112bc <vm_exec_core+10092>...} __func__ = "vm_exec_core" #20 0x00007fc546816ebb in rb_vm_exec (ec=0x5563deec4130, jit_enable_p=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2383 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 4, buf = {0x7ffcb288fd60, 0x7fc546817a7d <rb_vm_exec+3213>, 0x0, 0x7ffcb288fbf0, 0x7fc5460366f8}, prev = 0x7ffcb288fe40, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #21 0x00007fc54682357f in invoke_block (captured=0x7fc546135728, captured=0x7fc546135728, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140485154162784, iseq=0x7fc4c9b34a90, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1387 arg_size = <optimized out> arg_size = <optimized out> #22 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffcb288fd88, argc=1, self=<optimized out>, captured=0x7fc546135728, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1443 iseq = 0x7fc4c9b34a90 i = 1 type = <optimized out> cfp = 0x7fc5461356d0 opt_pc = <optimized out> sp = 0x7fc5460366f8 iseq = <optimized out> i = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> bound = <optimized out> #23 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=<optimized out>, 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:1461 captured = 0x7fc546135728 captured = <optimized out> #24 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffcb288fd88, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1498 No locals. #25 vm_yield (kw_splat=0, argv=0x7ffcb288fd88, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1506 No locals. #26 rb_yield_0 (argv=0x7ffcb288fd88, argc=1) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1337 No locals. #27 rb_yield (val=<optimized out>, val@entry=140485141826928) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1353 No locals. #28 0x00007fc546649f25 in rb_ensure (b_proc=0x7fc546823270 <rb_yield>, data1=140485141826928, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 140483099599704, buf = {0x5563deec4130, 0x7fc54664a02a <rb_ensure+586>, 0x0, 0x7ffcb288fdd0, 0x2f}, prev = 0x7ffcb28901d0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = 4 errinfo = <optimized out> ec = 0x5563deec4130 ensure_list = {next = 0x7ffcb2890310, entry = {marker = 0, e_proc = 0x7fc546680fe0 <io_close>, data2 = 140485141826928}} #29 0x00007fc5467feb6a in vm_call_cfunc_with_frame_ (stack_bottom=0x7fc5460366c8, argv=0x7fc5460366d0, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3329 ci = 0x40e100040005 cc = <optimized out> val = <optimized out> me = 0x7fc4c8932d50 cfunc = <optimized out> recv = 140485154162784 frame_type = <optimized out> len = <optimized out> block_handler = 140485260957481 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> #30 vm_call_cfunc_with_frame (ec=0x5563deec4130, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 argc = <optimized out> stack_bottom = 0x7fc5460366c8 argv = 0x7fc5460366d0 #31 0x00007fc5468030c8 in vm_sendish (ec=0x5563deec4130, reg_cfp=0x7fc546135710, cd=0x5563e1791de0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:367 val = 36 ci = 0x40e100040005 cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = {ci = 0x40e100040005, cc = 0x7fc53ef98e00, block_handler = 140485260957481, recv = 140485154162784, argc = 2, kw_splat = false} #32 0x00007fc54680ec7a in vm_exec_core (ec=0x5563deec4130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:815 bh = <optimized out> blockiseq = <optimized out> leaf = false val = <optimized out> canary = 0x0 cd = 0x5563e1791de0 reg_pc = 0x5563e1791da8 reg_cfp = 0x7fc546135710 insns_address_table = {0x7fc546811105 <vm_exec_core+9653>, 0x7fc54681104d <vm_exec_core+9469>, 0x7fc546810fa6 <vm_exec_core+9302>, 0x7fc546810ecc <vm_exec_core+9084>, 0x7fc546810b8e <vm_exec_core+8254>, 0x7fc546810a99 <vm_exec_core+8009>, 0x7fc5468109b9 <vm_exec_core+7785>, 0x7fc54681092e <vm_exec_core+7646>, 0x7fc546810cd0 <vm_exec_core+8576>, 0x7fc546810c61 <vm_exec_core+8465>, 0x7fc546810d67 <vm_exec_core+8727>, 0x7fc546810408 <vm_exec_core+6328>, 0x7fc546810738 <vm_exec_core+7144>, 0x7fc5468106b6 <vm_exec_core+7014>, 0x7fc546810624 <vm_exec_core+6868>, 0x7fc54681059c <vm_exec_core+6732>, 0x7fc5468108d5 <vm_exec_core+7557>, 0x7fc546810860 <vm_exec_core+7440>, 0x7fc546810372 <vm_exec_core+6178>, 0x7fc546810306 <vm_exec_core+6070>, 0x7fc546810279 <vm_exec_core+5929>, 0x7fc5468101ce <vm_exec_core+5758>, 0x7fc546810070 <vm_exec_core+5408>, 0x7fc54680ffca <vm_exec_core+5242>, 0x7fc54681010a <vm_exec_core+5562>, 0x7fc54680ff29 <vm_exec_core+5081>, 0x7fc54680fe7e <vm_exec_core+4910>, 0x7fc54680fdbd <vm_exec_core+4717>, 0x7fc54680fd16 <vm_exec_core+4550>, 0x7fc54680fc6f <vm_exec_core+4383>, 0x7fc54680fa26 <vm_exec_core+3798>, 0x7fc54680f95b <vm_exec_core+3595>, 0x7fc54680f8b6 <vm_exec_core+3430>, 0x7fc54680f81a <vm_exec_core+3274>, 0x7fc54680f77d <vm_exec_core+3117>, 0x7fc54680f716 <vm_exec_core+3014>, 0x7fc54680f0fa <vm_exec_core+1450>, 0x7fc54680f095 <vm_exec_core+1349>, 0x7fc54680effa <vm_exec_core+1194>, 0x7fc54680eef3 <vm_exec_core+931>, 0x7fc54680ee49 <vm_exec_core+761>, 0x7fc54680ed9e <vm_exec_core+590>, 0x7fc54680ed5d <vm_exec_core+525>, 0x7fc54680eca1 <vm_exec_core+337>, 0x7fc54680f59e <vm_exec_core+2638>, 0x7fc54680f4ce <vm_exec_core+2430>, 0x7fc54680f654 <vm_exec_core+2820>, 0x7fc54680f1bf <vm_exec_core+1647>, 0x7fc54680f2d3 <vm_exec_core+1923>, 0x7fc54680f270 <vm_exec_core+1824>, 0x7fc54680f460 <vm_exec_core+2320>, 0x7fc54680ec1e <vm_exec_core+206>, 0x7fc54680ebb0 <vm_exec_core+96>, 0x7fc546811fee <vm_exec_core+13470>, 0x7fc546811f38 <vm_exec_core+13288>, 0x7fc5468130c7 <vm_exec_core+17783>, 0x7fc546812085 <vm_exec_core+13621>, 0x7fc546811b91 <vm_exec_core+12353>, 0x7fc546812288 <vm_exec_core+14136>, 0x7fc546811c4d <vm_exec_core+12541>, 0x7fc54681213b <vm_exec_core+13803>, 0x7fc546811770 <vm_exec_core+11296>, 0x7fc546812344 <vm_exec_core+14324>, 0x7fc5468118cb <vm_exec_core+11643>, 0x7fc54681186b <vm_exec_core+11547>, 0x7fc54681180b <vm_exec_core+11451>, 0x7fc546811a22 <vm_exec_core+11986>, 0x7fc54681191d <vm_exec_core+11725>, 0x7fc546811a7f <vm_exec_core+12079>, 0x7fc5468132a4 <vm_exec_core+18260>, 0x7fc546813189 <vm_exec_core+17977>, 0x7fc546813a84 <vm_exec_core+20276>, 0x7fc5468139c3 <vm_exec_core+20083>, 0x7fc5468138d8 <vm_exec_core+19848>, 0x7fc546813801 <vm_exec_core+19633>, 0x7fc5468136f2 <vm_exec_core+19362>, 0x7fc5468135de <vm_exec_core+19086>, 0x7fc5468134cf <vm_exec_core+18815>, 0x7fc5468133bb <vm_exec_core+18539>, 0x7fc546814368 <vm_exec_core+22552>, 0x7fc546814297 <vm_exec_core+22343>, 0x7fc546814477 <vm_exec_core+22823>, 0x7fc5468141c3 <vm_exec_core+22131>, 0x7fc54681410c <vm_exec_core+21948>, 0x7fc546814032 <vm_exec_core+21730>, 0x7fc5468116d6 <vm_exec_core+11142>, 0x7fc546811655 <vm_exec_core+11013>, 0x7fc546813f90 <vm_exec_core+21568>, 0x7fc546813ef2 <vm_exec_core+21410>, 0x7fc546813e0a <vm_exec_core+21178>, 0x7fc546813d40 <vm_exec_core+20976>, 0x7fc546813c67 <vm_exec_core+20759>, 0x7fc546813b9b <vm_exec_core+20555>, 0x7fc5468115ab <vm_exec_core+10843>, 0x7fc5468114f2 <vm_exec_core+10658>, 0x7fc546811428 <vm_exec_core+10456>, 0x7fc54681137e <vm_exec_core+10286>, 0x7fc5468112cc <vm_exec_core+10108>, 0x7fc54681124c <vm_exec_core+9980>, 0x7fc5468111c4 <vm_exec_core+9844>, 0x7fc54681117c <vm_exec_core+9772>, 0x7fc546811134 <vm_exec_core+9700>, 0x7fc5468110f5 <vm_exec_core+9637>, 0x7fc54681103d <vm_exec_core+9453>, 0x7fc546810f96 <vm_exec_core+9286>, 0x7fc546810ebc <vm_exec_core+9068>, 0x7fc546810b7e <vm_exec_core+8238>, 0x7fc546810a89 <vm_exec_core+7993>, 0x7fc5468109a9 <vm_exec_core+7769>, 0x7fc54681091e <vm_exec_core+7630>, 0x7fc546810cc0 <vm_exec_core+8560>, 0x7fc546810c51 <vm_exec_core+8449>, 0x7fc546810d57 <vm_exec_core+8711>, 0x7fc5468103f8 <vm_exec_core+6312>, 0x7fc546810728 <vm_exec_core+7128>, 0x7fc5468106a6 <vm_exec_core+6998>, 0x7fc546810614 <vm_exec_core+6852>, 0x7fc54681058c <vm_exec_core+6716>, 0x7fc5468108c5 <vm_exec_core+7541>, 0x7fc546810850 <vm_exec_core+7424>, 0x7fc546810362 <vm_exec_core+6162>, 0x7fc5468102f6 <vm_exec_core+6054>, 0x7fc546810269 <vm_exec_core+5913>, 0x7fc5468101be <vm_exec_core+5742>, 0x7fc546810060 <vm_exec_core+5392>, 0x7fc54680ffba <vm_exec_core+5226>, 0x7fc5468100fa <vm_exec_core+5546>, 0x7fc54680ff19 <vm_exec_core+5065>, 0x7fc54680fe6e <vm_exec_core+4894>, 0x7fc54680fdad <vm_exec_core+4701>, 0x7fc54680fd06 <vm_exec_core+4534>, 0x7fc54680fc5f <vm_exec_core+4367>, 0x7fc54680fa16 <vm_exec_core+3782>, 0x7fc54680f94b <vm_exec_core+3579>, 0x7fc54680f8a6 <vm_exec_core+3414>, 0x7fc54680f80a <vm_exec_core+3258>, 0x7fc54680f76d <vm_exec_core+3101>, 0x7fc54680f706 <vm_exec_core+2998>, 0x7fc54680f0ea <vm_exec_core+1434>, 0x7fc54680f085 <vm_exec_core+1333>, 0x7fc54680efea <vm_exec_core+1178>, 0x7fc54680eee3 <vm_exec_core+915>, 0x7fc54680ee39 <vm_exec_core+745>, 0x7fc54680ed8e <vm_exec_core+574>, 0x7fc54680ed4d <vm_exec_core+509>, 0x7fc54680ec91 <vm_exec_core+321>, 0x7fc54680f58e <vm_exec_core+2622>, 0x7fc54680f4be <vm_exec_core+2414>, 0x7fc54680f644 <vm_exec_core+2804>, 0x7fc54680f1af <vm_exec_core+1631>, 0x7fc54680f2c3 <vm_exec_core+1907>, 0x7fc54680f260 <vm_exec_core+1808>, 0x7fc54680f450 <vm_exec_core+2304>, 0x7fc54680ec0e <vm_exec_core+190>, 0x7fc5468146f3 <vm_exec_core+23459>, 0x7fc546811fde <vm_exec_core+13454>, 0x7fc546811f28 <vm_exec_core+13272>, 0x7fc5468146de <vm_exec_core+23438>, 0x7fc546812075 <vm_exec_core+13605>, 0x7fc546811b81 <vm_exec_core+12337>, 0x7fc546812278 <vm_exec_core+14120>, 0x7fc546811c3d <vm_exec_core+12525>, 0x7fc54681212b <vm_exec_core+13787>, 0x7fc546811760 <vm_exec_core+11280>, 0x7fc546812334 <vm_exec_core+14308>, 0x7fc5468118bb <vm_exec_core+11627>, 0x7fc54681185b <vm_exec_core+11531>, 0x7fc5468117fb <vm_exec_core+11435>, 0x7fc546811a12 <vm_exec_core+11970>, 0x7fc54681190d <vm_exec_core+11709>, 0x7fc546811a6f <vm_exec_core+12063>, 0x7fc5468146c9 <vm_exec_core+23417>, 0x7fc5468146b4 <vm_exec_core+23396>, 0x7fc54681469f <vm_exec_core+23375>, 0x7fc54681468a <vm_exec_core+23354>, 0x7fc546814675 <vm_exec_core+23333>, 0x7fc546814660 <vm_exec_core+23312>, 0x7fc546814644 <vm_exec_core+23284>, 0x7fc54681462f <vm_exec_core+23263>, 0x7fc54681461a <vm_exec_core+23242>, 0x7fc546814605 <vm_exec_core+23221>, 0x7fc5468145f0 <vm_exec_core+23200>, 0x7fc5468145db <vm_exec_core+23179>, 0x7fc5468145c6 <vm_exec_core+23158>, 0x7fc5468145b1 <vm_exec_core+23137>, 0x7fc54681459c <vm_exec_core+23116>, 0x7fc546814587 <vm_exec_core+23095>, 0x7fc5468116c6 <vm_exec_core+11126>, 0x7fc546811645 <vm_exec_core+10997>, 0x7fc546814572 <vm_exec_core+23074>, 0x7fc54681455d <vm_exec_core+23053>, 0x7fc546814548 <vm_exec_core+23032>, 0x7fc546814533 <vm_exec_core+23011>, 0x7fc54680eb92 <vm_exec_core+66>, 0x7fc54680eb96 <vm_exec_core+70>, 0x7fc54681159b <vm_exec_core+10827>, 0x7fc5468114e2 <vm_exec_core+10642>, 0x7fc546811418 <vm_exec_core+10440>, 0x7fc54681136e <vm_exec_core+10270>, 0x7fc5468112bc <vm_exec_core+10092>...} __func__ = "vm_exec_core" #33 0x00007fc546816ebb in rb_vm_exec (ec=0x5563deec4130, jit_enable_p=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2383 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 4, buf = {0x7ffcb2890250, 0x7fc546817a7d <rb_vm_exec+3213>, 0x0, 0x7ffcb28900e0, 0x7fc5460366a8}, prev = 0x7ffcb2890330, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #34 0x00007fc54682357f in invoke_block (captured=0x7fc5461357a8, captured=0x7fc5461357a8, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140485154162784, iseq=0x7fc4c9b34af0, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1387 arg_size = <optimized out> arg_size = <optimized out> #35 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffcb2890278, argc=1, self=<optimized out>, captured=0x7fc5461357a8, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1443 iseq = 0x7fc4c9b34af0 i = 1 type = <optimized out> cfp = 0x7fc546135750 opt_pc = <optimized out> sp = 0x7fc5460366a8 iseq = <optimized out> i = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> bound = <optimized out> #36 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=<optimized out>, 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:1461 captured = 0x7fc5461357a8 captured = <optimized out> #37 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffcb2890278, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1498 No locals. #38 vm_yield (kw_splat=0, argv=0x7ffcb2890278, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1506 No locals. #39 rb_yield_0 (argv=0x7ffcb2890278, argc=1) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1337 No locals. #40 rb_yield (val=<optimized out>, val@entry=140485141827024) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1353 No locals. #41 0x00007fc546649f25 in rb_ensure (b_proc=0x7fc546823270 <rb_yield>, data1=140485141827024, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 140483099599896, buf = {0x5563deec4130, 0x7fc54664a02a <rb_ensure+586>, 0x0, 0x7ffcb28902c0, 0x2e}, prev = 0x7ffcb28906c0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = 4 errinfo = <optimized out> ec = 0x5563deec4130 ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fc546680fe0 <io_close>, data2 = 140485141827024}} #42 0x00007fc5467fe076 in vm_call_cfunc_with_frame_ (ec=0x5563deec4130, reg_cfp=0x7fc546135790, calling=<optimized out>, argc=2, argv=0x7fc546036680, stack_bottom=0x7fc546036678) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3329 ci = 0x40e100040005 cc = <optimized out> val = <optimized out> me = 0x7fc4c8932d50 cfunc = <optimized out> recv = 140485154162784 block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> __func__ = "vm_call_cfunc_with_frame_" args = <optimized out> args = <optimized out> #43 0x00007fc5468030c8 in vm_sendish (ec=0x5563deec4130, reg_cfp=0x7fc546135790, cd=0x5563e1796770, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:367 val = 36 ci = 0x40e100040005 cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = {ci = 0x40e100040005, cc = 0x7fc53ef98e00, block_handler = 140485260957609, recv = 140485154162784, argc = 2, kw_splat = false} #44 0x00007fc54680ec7a in vm_exec_core (ec=0x5563deec4130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:815 bh = <optimized out> blockiseq = <optimized out> leaf = false val = <optimized out> canary = 0x0 cd = 0x5563e1796770 reg_pc = 0x5563e178f940 reg_cfp = 0x7fc546135790 insns_address_table = {0x7fc546811105 <vm_exec_core+9653>, 0x7fc54681104d <vm_exec_core+9469>, 0x7fc546810fa6 <vm_exec_core+9302>, 0x7fc546810ecc <vm_exec_core+9084>, 0x7fc546810b8e <vm_exec_core+8254>, 0x7fc546810a99 <vm_exec_core+8009>, 0x7fc5468109b9 <vm_exec_core+7785>, 0x7fc54681092e <vm_exec_core+7646>, 0x7fc546810cd0 <vm_exec_core+8576>, 0x7fc546810c61 <vm_exec_core+8465>, 0x7fc546810d67 <vm_exec_core+8727>, 0x7fc546810408 <vm_exec_core+6328>, 0x7fc546810738 <vm_exec_core+7144>, 0x7fc5468106b6 <vm_exec_core+7014>, 0x7fc546810624 <vm_exec_core+6868>, 0x7fc54681059c <vm_exec_core+6732>, 0x7fc5468108d5 <vm_exec_core+7557>, 0x7fc546810860 <vm_exec_core+7440>, 0x7fc546810372 <vm_exec_core+6178>, 0x7fc546810306 <vm_exec_core+6070>, 0x7fc546810279 <vm_exec_core+5929>, 0x7fc5468101ce <vm_exec_core+5758>, 0x7fc546810070 <vm_exec_core+5408>, 0x7fc54680ffca <vm_exec_core+5242>, 0x7fc54681010a <vm_exec_core+5562>, 0x7fc54680ff29 <vm_exec_core+5081>, 0x7fc54680fe7e <vm_exec_core+4910>, 0x7fc54680fdbd <vm_exec_core+4717>, 0x7fc54680fd16 <vm_exec_core+4550>, 0x7fc54680fc6f <vm_exec_core+4383>, 0x7fc54680fa26 <vm_exec_core+3798>, 0x7fc54680f95b <vm_exec_core+3595>, 0x7fc54680f8b6 <vm_exec_core+3430>, 0x7fc54680f81a <vm_exec_core+3274>, 0x7fc54680f77d <vm_exec_core+3117>, 0x7fc54680f716 <vm_exec_core+3014>, 0x7fc54680f0fa <vm_exec_core+1450>, 0x7fc54680f095 <vm_exec_core+1349>, 0x7fc54680effa <vm_exec_core+1194>, 0x7fc54680eef3 <vm_exec_core+931>, 0x7fc54680ee49 <vm_exec_core+761>, 0x7fc54680ed9e <vm_exec_core+590>, 0x7fc54680ed5d <vm_exec_core+525>, 0x7fc54680eca1 <vm_exec_core+337>, 0x7fc54680f59e <vm_exec_core+2638>, 0x7fc54680f4ce <vm_exec_core+2430>, 0x7fc54680f654 <vm_exec_core+2820>, 0x7fc54680f1bf <vm_exec_core+1647>, 0x7fc54680f2d3 <vm_exec_core+1923>, 0x7fc54680f270 <vm_exec_core+1824>, 0x7fc54680f460 <vm_exec_core+2320>, 0x7fc54680ec1e <vm_exec_core+206>, 0x7fc54680ebb0 <vm_exec_core+96>, 0x7fc546811fee <vm_exec_core+13470>, 0x7fc546811f38 <vm_exec_core+13288>, 0x7fc5468130c7 <vm_exec_core+17783>, 0x7fc546812085 <vm_exec_core+13621>, 0x7fc546811b91 <vm_exec_core+12353>, 0x7fc546812288 <vm_exec_core+14136>, 0x7fc546811c4d <vm_exec_core+12541>, 0x7fc54681213b <vm_exec_core+13803>, 0x7fc546811770 <vm_exec_core+11296>, 0x7fc546812344 <vm_exec_core+14324>, 0x7fc5468118cb <vm_exec_core+11643>, 0x7fc54681186b <vm_exec_core+11547>, 0x7fc54681180b <vm_exec_core+11451>, 0x7fc546811a22 <vm_exec_core+11986>, 0x7fc54681191d <vm_exec_core+11725>, 0x7fc546811a7f <vm_exec_core+12079>, 0x7fc5468132a4 <vm_exec_core+18260>, 0x7fc546813189 <vm_exec_core+17977>, 0x7fc546813a84 <vm_exec_core+20276>, 0x7fc5468139c3 <vm_exec_core+20083>, 0x7fc5468138d8 <vm_exec_core+19848>, 0x7fc546813801 <vm_exec_core+19633>, 0x7fc5468136f2 <vm_exec_core+19362>, 0x7fc5468135de <vm_exec_core+19086>, 0x7fc5468134cf <vm_exec_core+18815>, 0x7fc5468133bb <vm_exec_core+18539>, 0x7fc546814368 <vm_exec_core+22552>, 0x7fc546814297 <vm_exec_core+22343>, 0x7fc546814477 <vm_exec_core+22823>, 0x7fc5468141c3 <vm_exec_core+22131>, 0x7fc54681410c <vm_exec_core+21948>, 0x7fc546814032 <vm_exec_core+21730>, 0x7fc5468116d6 <vm_exec_core+11142>, 0x7fc546811655 <vm_exec_core+11013>, 0x7fc546813f90 <vm_exec_core+21568>, 0x7fc546813ef2 <vm_exec_core+21410>, 0x7fc546813e0a <vm_exec_core+21178>, 0x7fc546813d40 <vm_exec_core+20976>, 0x7fc546813c67 <vm_exec_core+20759>, 0x7fc546813b9b <vm_exec_core+20555>, 0x7fc5468115ab <vm_exec_core+10843>, 0x7fc5468114f2 <vm_exec_core+10658>, 0x7fc546811428 <vm_exec_core+10456>, 0x7fc54681137e <vm_exec_core+10286>, 0x7fc5468112cc <vm_exec_core+10108>, 0x7fc54681124c <vm_exec_core+9980>, 0x7fc5468111c4 <vm_exec_core+9844>, 0x7fc54681117c <vm_exec_core+9772>, 0x7fc546811134 <vm_exec_core+9700>, 0x7fc5468110f5 <vm_exec_core+9637>, 0x7fc54681103d <vm_exec_core+9453>, 0x7fc546810f96 <vm_exec_core+9286>, 0x7fc546810ebc <vm_exec_core+9068>, 0x7fc546810b7e <vm_exec_core+8238>, 0x7fc546810a89 <vm_exec_core+7993>, 0x7fc5468109a9 <vm_exec_core+7769>, 0x7fc54681091e <vm_exec_core+7630>, 0x7fc546810cc0 <vm_exec_core+8560>, 0x7fc546810c51 <vm_exec_core+8449>, 0x7fc546810d57 <vm_exec_core+8711>, 0x7fc5468103f8 <vm_exec_core+6312>, 0x7fc546810728 <vm_exec_core+7128>, 0x7fc5468106a6 <vm_exec_core+6998>, 0x7fc546810614 <vm_exec_core+6852>, 0x7fc54681058c <vm_exec_core+6716>, 0x7fc5468108c5 <vm_exec_core+7541>, 0x7fc546810850 <vm_exec_core+7424>, 0x7fc546810362 <vm_exec_core+6162>, 0x7fc5468102f6 <vm_exec_core+6054>, 0x7fc546810269 <vm_exec_core+5913>, 0x7fc5468101be <vm_exec_core+5742>, 0x7fc546810060 <vm_exec_core+5392>, 0x7fc54680ffba <vm_exec_core+5226>, 0x7fc5468100fa <vm_exec_core+5546>, 0x7fc54680ff19 <vm_exec_core+5065>, 0x7fc54680fe6e <vm_exec_core+4894>, 0x7fc54680fdad <vm_exec_core+4701>, 0x7fc54680fd06 <vm_exec_core+4534>, 0x7fc54680fc5f <vm_exec_core+4367>, 0x7fc54680fa16 <vm_exec_core+3782>, 0x7fc54680f94b <vm_exec_core+3579>, 0x7fc54680f8a6 <vm_exec_core+3414>, 0x7fc54680f80a <vm_exec_core+3258>, 0x7fc54680f76d <vm_exec_core+3101>, 0x7fc54680f706 <vm_exec_core+2998>, 0x7fc54680f0ea <vm_exec_core+1434>, 0x7fc54680f085 <vm_exec_core+1333>, 0x7fc54680efea <vm_exec_core+1178>, 0x7fc54680eee3 <vm_exec_core+915>, 0x7fc54680ee39 <vm_exec_core+745>, 0x7fc54680ed8e <vm_exec_core+574>, 0x7fc54680ed4d <vm_exec_core+509>, 0x7fc54680ec91 <vm_exec_core+321>, 0x7fc54680f58e <vm_exec_core+2622>, 0x7fc54680f4be <vm_exec_core+2414>, 0x7fc54680f644 <vm_exec_core+2804>, 0x7fc54680f1af <vm_exec_core+1631>, 0x7fc54680f2c3 <vm_exec_core+1907>, 0x7fc54680f260 <vm_exec_core+1808>, 0x7fc54680f450 <vm_exec_core+2304>, 0x7fc54680ec0e <vm_exec_core+190>, 0x7fc5468146f3 <vm_exec_core+23459>, 0x7fc546811fde <vm_exec_core+13454>, 0x7fc546811f28 <vm_exec_core+13272>, 0x7fc5468146de <vm_exec_core+23438>, 0x7fc546812075 <vm_exec_core+13605>, 0x7fc546811b81 <vm_exec_core+12337>, 0x7fc546812278 <vm_exec_core+14120>, 0x7fc546811c3d <vm_exec_core+12525>, 0x7fc54681212b <vm_exec_core+13787>, 0x7fc546811760 <vm_exec_core+11280>, 0x7fc546812334 <vm_exec_core+14308>, 0x7fc5468118bb <vm_exec_core+11627>, 0x7fc54681185b <vm_exec_core+11531>, 0x7fc5468117fb <vm_exec_core+11435>, 0x7fc546811a12 <vm_exec_core+11970>, 0x7fc54681190d <vm_exec_core+11709>, 0x7fc546811a6f <vm_exec_core+12063>, 0x7fc5468146c9 <vm_exec_core+23417>, 0x7fc5468146b4 <vm_exec_core+23396>, 0x7fc54681469f <vm_exec_core+23375>, 0x7fc54681468a <vm_exec_core+23354>, 0x7fc546814675 <vm_exec_core+23333>, 0x7fc546814660 <vm_exec_core+23312>, 0x7fc546814644 <vm_exec_core+23284>, 0x7fc54681462f <vm_exec_core+23263>, 0x7fc54681461a <vm_exec_core+23242>, 0x7fc546814605 <vm_exec_core+23221>, 0x7fc5468145f0 <vm_exec_core+23200>, 0x7fc5468145db <vm_exec_core+23179>, 0x7fc5468145c6 <vm_exec_core+23158>, 0x7fc5468145b1 <vm_exec_core+23137>, 0x7fc54681459c <vm_exec_core+23116>, 0x7fc546814587 <vm_exec_core+23095>, 0x7fc5468116c6 <vm_exec_core+11126>, 0x7fc546811645 <vm_exec_core+10997>, 0x7fc546814572 <vm_exec_core+23074>, 0x7fc54681455d <vm_exec_core+23053>, 0x7fc546814548 <vm_exec_core+23032>, 0x7fc546814533 <vm_exec_core+23011>, 0x7fc54680eb92 <vm_exec_core+66>, 0x7fc54680eb96 <vm_exec_core+70>, 0x7fc54681159b <vm_exec_core+10827>, 0x7fc5468114e2 <vm_exec_core+10642>, 0x7fc546811418 <vm_exec_core+10440>, 0x7fc54681136e <vm_exec_core+10270>, 0x7fc5468112bc <vm_exec_core+10092>...} __func__ = "vm_exec_core" #45 0x00007fc546816ebb in rb_vm_exec (ec=0x5563deec4130, jit_enable_p=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2383 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 4, buf = {0x7ffcb2890740, 0x7fc546817a7d <rb_vm_exec+3213>, 0x0, 0x7ffcb28905d0, 0x7fc546036420}, prev = 0x7ffcb2890ae0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #46 0x00007fc54682357f in invoke_block (captured=0x7fc546135aa8, captured=0x7fc546135aa8, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140485199260752, iseq=0x7fc5425ff310, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1387 arg_size = <optimized out> arg_size = <optimized out> #47 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffcb2890768, argc=1, self=<optimized out>, captured=0x7fc546135aa8, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1443 iseq = 0x7fc5425ff310 i = 1 type = <optimized out> cfp = 0x7fc546135a50 opt_pc = <optimized out> sp = 0x7fc546036420 iseq = <optimized out> i = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> bound = <optimized out> #48 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=<optimized out>, 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:1461 captured = 0x7fc546135aa8 captured = <optimized out> #49 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffcb2890768, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1498 No locals. #50 vm_yield (kw_splat=0, argv=0x7ffcb2890768, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1506 No locals. #51 rb_yield_0 (argv=0x7ffcb2890768, argc=1) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1337 No locals. #52 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1353 No locals. #53 0x00007fc5465b7855 in rb_ary_collect (ary=140485140729600) at /tmp/ruby/src/trunk-repeat20-asserts/array.c:3824 i = 0 collect = 140483080746912 #54 0x00007fc5467feb6a in vm_call_cfunc_with_frame_ (stack_bottom=0x7fc546036400, argv=0x7fc546036408, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3329 ci = 0x166100000001 cc = <optimized out> val = <optimized out> me = 0x7fc545fdccb0 cfunc = <optimized out> recv = 140485140729600 frame_type = <optimized out> len = <optimized out> block_handler = 140485260958377 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> #55 vm_call_cfunc_with_frame (ec=0x5563deec4130, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 argc = <optimized out> stack_bottom = 0x7fc546036400 argv = 0x7fc546036408 #56 0x00007fc5468030c8 in vm_sendish (ec=0x5563deec4130, reg_cfp=0x7fc546135a90, cd=0x5563df090db0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:367 val = 36 ci = 0x166100000001 cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = {ci = 0x166100000001, cc = 0x7fc4caaf7f70, block_handler = 140485260958377, recv = 140485140729600, argc = 0, kw_splat = false} #57 0x00007fc54680ec7a in vm_exec_core (ec=0x5563deec4130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:815 bh = <optimized out> blockiseq = <optimized out> leaf = false val = <optimized out> canary = 0x0 cd = 0x5563df090db0 reg_pc = 0x5563df02fea8 reg_cfp = 0x7fc546135a90 insns_address_table = {0x7fc546811105 <vm_exec_core+9653>, 0x7fc54681104d <vm_exec_core+9469>, 0x7fc546810fa6 <vm_exec_core+9302>, 0x7fc546810ecc <vm_exec_core+9084>, 0x7fc546810b8e <vm_exec_core+8254>, 0x7fc546810a99 <vm_exec_core+8009>, 0x7fc5468109b9 <vm_exec_core+7785>, 0x7fc54681092e <vm_exec_core+7646>, 0x7fc546810cd0 <vm_exec_core+8576>, 0x7fc546810c61 <vm_exec_core+8465>, 0x7fc546810d67 <vm_exec_core+8727>, 0x7fc546810408 <vm_exec_core+6328>, 0x7fc546810738 <vm_exec_core+7144>, 0x7fc5468106b6 <vm_exec_core+7014>, 0x7fc546810624 <vm_exec_core+6868>, 0x7fc54681059c <vm_exec_core+6732>, 0x7fc5468108d5 <vm_exec_core+7557>, 0x7fc546810860 <vm_exec_core+7440>, 0x7fc546810372 <vm_exec_core+6178>, 0x7fc546810306 <vm_exec_core+6070>, 0x7fc546810279 <vm_exec_core+5929>, 0x7fc5468101ce <vm_exec_core+5758>, 0x7fc546810070 <vm_exec_core+5408>, 0x7fc54680ffca <vm_exec_core+5242>, 0x7fc54681010a <vm_exec_core+5562>, 0x7fc54680ff29 <vm_exec_core+5081>, 0x7fc54680fe7e <vm_exec_core+4910>, 0x7fc54680fdbd <vm_exec_core+4717>, 0x7fc54680fd16 <vm_exec_core+4550>, 0x7fc54680fc6f <vm_exec_core+4383>, 0x7fc54680fa26 <vm_exec_core+3798>, 0x7fc54680f95b <vm_exec_core+3595>, 0x7fc54680f8b6 <vm_exec_core+3430>, 0x7fc54680f81a <vm_exec_core+3274>, 0x7fc54680f77d <vm_exec_core+3117>, 0x7fc54680f716 <vm_exec_core+3014>, 0x7fc54680f0fa <vm_exec_core+1450>, 0x7fc54680f095 <vm_exec_core+1349>, 0x7fc54680effa <vm_exec_core+1194>, 0x7fc54680eef3 <vm_exec_core+931>, 0x7fc54680ee49 <vm_exec_core+761>, 0x7fc54680ed9e <vm_exec_core+590>, 0x7fc54680ed5d <vm_exec_core+525>, 0x7fc54680eca1 <vm_exec_core+337>, 0x7fc54680f59e <vm_exec_core+2638>, 0x7fc54680f4ce <vm_exec_core+2430>, 0x7fc54680f654 <vm_exec_core+2820>, 0x7fc54680f1bf <vm_exec_core+1647>, 0x7fc54680f2d3 <vm_exec_core+1923>, 0x7fc54680f270 <vm_exec_core+1824>, 0x7fc54680f460 <vm_exec_core+2320>, 0x7fc54680ec1e <vm_exec_core+206>, 0x7fc54680ebb0 <vm_exec_core+96>, 0x7fc546811fee <vm_exec_core+13470>, 0x7fc546811f38 <vm_exec_core+13288>, 0x7fc5468130c7 <vm_exec_core+17783>, 0x7fc546812085 <vm_exec_core+13621>, 0x7fc546811b91 <vm_exec_core+12353>, 0x7fc546812288 <vm_exec_core+14136>, 0x7fc546811c4d <vm_exec_core+12541>, 0x7fc54681213b <vm_exec_core+13803>, 0x7fc546811770 <vm_exec_core+11296>, 0x7fc546812344 <vm_exec_core+14324>, 0x7fc5468118cb <vm_exec_core+11643>, 0x7fc54681186b <vm_exec_core+11547>, 0x7fc54681180b <vm_exec_core+11451>, 0x7fc546811a22 <vm_exec_core+11986>, 0x7fc54681191d <vm_exec_core+11725>, 0x7fc546811a7f <vm_exec_core+12079>, 0x7fc5468132a4 <vm_exec_core+18260>, 0x7fc546813189 <vm_exec_core+17977>, 0x7fc546813a84 <vm_exec_core+20276>, 0x7fc5468139c3 <vm_exec_core+20083>, 0x7fc5468138d8 <vm_exec_core+19848>, 0x7fc546813801 <vm_exec_core+19633>, 0x7fc5468136f2 <vm_exec_core+19362>, 0x7fc5468135de <vm_exec_core+19086>, 0x7fc5468134cf <vm_exec_core+18815>, 0x7fc5468133bb <vm_exec_core+18539>, 0x7fc546814368 <vm_exec_core+22552>, 0x7fc546814297 <vm_exec_core+22343>, 0x7fc546814477 <vm_exec_core+22823>, 0x7fc5468141c3 <vm_exec_core+22131>, 0x7fc54681410c <vm_exec_core+21948>, 0x7fc546814032 <vm_exec_core+21730>, 0x7fc5468116d6 <vm_exec_core+11142>, 0x7fc546811655 <vm_exec_core+11013>, 0x7fc546813f90 <vm_exec_core+21568>, 0x7fc546813ef2 <vm_exec_core+21410>, 0x7fc546813e0a <vm_exec_core+21178>, 0x7fc546813d40 <vm_exec_core+20976>, 0x7fc546813c67 <vm_exec_core+20759>, 0x7fc546813b9b <vm_exec_core+20555>, 0x7fc5468115ab <vm_exec_core+10843>, 0x7fc5468114f2 <vm_exec_core+10658>, 0x7fc546811428 <vm_exec_core+10456>, 0x7fc54681137e <vm_exec_core+10286>, 0x7fc5468112cc <vm_exec_core+10108>, 0x7fc54681124c <vm_exec_core+9980>, 0x7fc5468111c4 <vm_exec_core+9844>, 0x7fc54681117c <vm_exec_core+9772>, 0x7fc546811134 <vm_exec_core+9700>, 0x7fc5468110f5 <vm_exec_core+9637>, 0x7fc54681103d <vm_exec_core+9453>, 0x7fc546810f96 <vm_exec_core+9286>, 0x7fc546810ebc <vm_exec_core+9068>, 0x7fc546810b7e <vm_exec_core+8238>, 0x7fc546810a89 <vm_exec_core+7993>, 0x7fc5468109a9 <vm_exec_core+7769>, 0x7fc54681091e <vm_exec_core+7630>, 0x7fc546810cc0 <vm_exec_core+8560>, 0x7fc546810c51 <vm_exec_core+8449>, 0x7fc546810d57 <vm_exec_core+8711>, 0x7fc5468103f8 <vm_exec_core+6312>, 0x7fc546810728 <vm_exec_core+7128>, 0x7fc5468106a6 <vm_exec_core+6998>, 0x7fc546810614 <vm_exec_core+6852>, 0x7fc54681058c <vm_exec_core+6716>, 0x7fc5468108c5 <vm_exec_core+7541>, 0x7fc546810850 <vm_exec_core+7424>, 0x7fc546810362 <vm_exec_core+6162>, 0x7fc5468102f6 <vm_exec_core+6054>, 0x7fc546810269 <vm_exec_core+5913>, 0x7fc5468101be <vm_exec_core+5742>, 0x7fc546810060 <vm_exec_core+5392>, 0x7fc54680ffba <vm_exec_core+5226>, 0x7fc5468100fa <vm_exec_core+5546>, 0x7fc54680ff19 <vm_exec_core+5065>, 0x7fc54680fe6e <vm_exec_core+4894>, 0x7fc54680fdad <vm_exec_core+4701>, 0x7fc54680fd06 <vm_exec_core+4534>, 0x7fc54680fc5f <vm_exec_core+4367>, 0x7fc54680fa16 <vm_exec_core+3782>, 0x7fc54680f94b <vm_exec_core+3579>, 0x7fc54680f8a6 <vm_exec_core+3414>, 0x7fc54680f80a <vm_exec_core+3258>, 0x7fc54680f76d <vm_exec_core+3101>, 0x7fc54680f706 <vm_exec_core+2998>, 0x7fc54680f0ea <vm_exec_core+1434>, 0x7fc54680f085 <vm_exec_core+1333>, 0x7fc54680efea <vm_exec_core+1178>, 0x7fc54680eee3 <vm_exec_core+915>, 0x7fc54680ee39 <vm_exec_core+745>, 0x7fc54680ed8e <vm_exec_core+574>, 0x7fc54680ed4d <vm_exec_core+509>, 0x7fc54680ec91 <vm_exec_core+321>, 0x7fc54680f58e <vm_exec_core+2622>, 0x7fc54680f4be <vm_exec_core+2414>, 0x7fc54680f644 <vm_exec_core+2804>, 0x7fc54680f1af <vm_exec_core+1631>, 0x7fc54680f2c3 <vm_exec_core+1907>, 0x7fc54680f260 <vm_exec_core+1808>, 0x7fc54680f450 <vm_exec_core+2304>, 0x7fc54680ec0e <vm_exec_core+190>, 0x7fc5468146f3 <vm_exec_core+23459>, 0x7fc546811fde <vm_exec_core+13454>, 0x7fc546811f28 <vm_exec_core+13272>, 0x7fc5468146de <vm_exec_core+23438>, 0x7fc546812075 <vm_exec_core+13605>, 0x7fc546811b81 <vm_exec_core+12337>, 0x7fc546812278 <vm_exec_core+14120>, 0x7fc546811c3d <vm_exec_core+12525>, 0x7fc54681212b <vm_exec_core+13787>, 0x7fc546811760 <vm_exec_core+11280>, 0x7fc546812334 <vm_exec_core+14308>, 0x7fc5468118bb <vm_exec_core+11627>, 0x7fc54681185b <vm_exec_core+11531>, 0x7fc5468117fb <vm_exec_core+11435>, 0x7fc546811a12 <vm_exec_core+11970>, 0x7fc54681190d <vm_exec_core+11709>, 0x7fc546811a6f <vm_exec_core+12063>, 0x7fc5468146c9 <vm_exec_core+23417>, 0x7fc5468146b4 <vm_exec_core+23396>, 0x7fc54681469f <vm_exec_core+23375>, 0x7fc54681468a <vm_exec_core+23354>, 0x7fc546814675 <vm_exec_core+23333>, 0x7fc546814660 <vm_exec_core+23312>, 0x7fc546814644 <vm_exec_core+23284>, 0x7fc54681462f <vm_exec_core+23263>, 0x7fc54681461a <vm_exec_core+23242>, 0x7fc546814605 <vm_exec_core+23221>, 0x7fc5468145f0 <vm_exec_core+23200>, 0x7fc5468145db <vm_exec_core+23179>, 0x7fc5468145c6 <vm_exec_core+23158>, 0x7fc5468145b1 <vm_exec_core+23137>, 0x7fc54681459c <vm_exec_core+23116>, 0x7fc546814587 <vm_exec_core+23095>, 0x7fc5468116c6 <vm_exec_core+11126>, 0x7fc546811645 <vm_exec_core+10997>, 0x7fc546814572 <vm_exec_core+23074>, 0x7fc54681455d <vm_exec_core+23053>, 0x7fc546814548 <vm_exec_core+23032>, 0x7fc546814533 <vm_exec_core+23011>, 0x7fc54680eb92 <vm_exec_core+66>, 0x7fc54680eb96 <vm_exec_core+70>, 0x7fc54681159b <vm_exec_core+10827>, 0x7fc5468114e2 <vm_exec_core+10642>, 0x7fc546811418 <vm_exec_core+10440>, 0x7fc54681136e <vm_exec_core+10270>, 0x7fc5468112bc <vm_exec_core+10092>...} __func__ = "vm_exec_core" #58 0x00007fc546816ebb in rb_vm_exec (ec=0x5563deec4130, jit_enable_p=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2383 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 4, buf = {0x7ffcb2890b60, 0x7fc546817a7d <rb_vm_exec+3213>, 0x0, 0x7ffcb28909f0, 0x7fc546036338}, prev = 0x7ffcb2890f80, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #59 0x00007fc54682357f in invoke_block (captured=0x7fc546135ba8, captured=0x7fc546135ba8, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140485199260752, iseq=0x7fc5426132f0, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1387 arg_size = <optimized out> arg_size = <optimized out> #60 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffcb2890b88, argc=1, self=<optimized out>, captured=0x7fc546135ba8, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1443 iseq = 0x7fc5426132f0 i = 1 type = <optimized out> cfp = 0x7fc546135b50 opt_pc = <optimized out> sp = 0x7fc546036338 iseq = <optimized out> i = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> bound = <optimized out> #61 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=<optimized out>, 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:1461 captured = 0x7fc546135ba8 captured = <optimized out> #62 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffcb2890b88, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1498 No locals. #63 vm_yield (kw_splat=0, argv=0x7ffcb2890b88, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1506 No locals. #64 rb_yield_0 (argv=0x7ffcb2890b88, argc=1) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1337 No locals. #65 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1353 No locals. #66 0x00007fc5465b2e2a in rb_ary_each (ary=140485158642768) at /tmp/ruby/src/trunk-repeat20-asserts/array.c:2732 i = 561 #67 0x00007fc5467fe076 in vm_call_cfunc_with_frame_ (ec=0x5563deec4130, reg_cfp=0x7fc546135b90, calling=<optimized out>, argc=0, argv=0x7fc546036320, stack_bottom=0x7fc546036318) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3329 ci = 0xbd100000001 cc = <optimized out> val = <optimized out> me = 0x7fc5402ae9f0 cfunc = <optimized out> recv = 140485158642768 block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> __func__ = "vm_call_cfunc_with_frame_" args = <optimized out> args = <optimized out> #68 0x00007fc5468191a2 in vm_call_refined (calling=0x7ffcb2890d10, cfp=0x7fc546135b90, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3918 ref_cc = 0x7ffcb2890c90 ref_cc = <optimized out> #69 vm_call_method_each_type (ec=0x5563deec4130, cfp=0x7fc546135b90, calling=0x7ffcb2890d10) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:4156 aset_mask = <optimized out> ivar_mask = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> ci = <optimized out> cc = <optimized out> cme = <optimized out> v = <optimized out> #70 0x00007fc5468030c8 in vm_sendish (ec=0x5563deec4130, reg_cfp=0x7fc546135b90, cd=0x5563df04c7f0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:367 val = 36 ci = 0xbd100000001 cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = {ci = 0xbd100000001, cc = 0x7ffcb2890c90, block_handler = 140485260958633, recv = 140485158642768, argc = 0, kw_splat = false} #71 0x00007fc54680ec7a in vm_exec_core (ec=0x5563deec4130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:815 bh = <optimized out> blockiseq = <optimized out> leaf = false val = <optimized out> canary = 0x0 cd = 0x5563df04c7f0 reg_pc = 0x5563df033958 reg_cfp = 0x7fc546135b90 insns_address_table = {0x7fc546811105 <vm_exec_core+9653>, 0x7fc54681104d <vm_exec_core+9469>, 0x7fc546810fa6 <vm_exec_core+9302>, 0x7fc546810ecc <vm_exec_core+9084>, 0x7fc546810b8e <vm_exec_core+8254>, 0x7fc546810a99 <vm_exec_core+8009>, 0x7fc5468109b9 <vm_exec_core+7785>, 0x7fc54681092e <vm_exec_core+7646>, 0x7fc546810cd0 <vm_exec_core+8576>, 0x7fc546810c61 <vm_exec_core+8465>, 0x7fc546810d67 <vm_exec_core+8727>, 0x7fc546810408 <vm_exec_core+6328>, 0x7fc546810738 <vm_exec_core+7144>, 0x7fc5468106b6 <vm_exec_core+7014>, 0x7fc546810624 <vm_exec_core+6868>, 0x7fc54681059c <vm_exec_core+6732>, 0x7fc5468108d5 <vm_exec_core+7557>, 0x7fc546810860 <vm_exec_core+7440>, 0x7fc546810372 <vm_exec_core+6178>, 0x7fc546810306 <vm_exec_core+6070>, 0x7fc546810279 <vm_exec_core+5929>, 0x7fc5468101ce <vm_exec_core+5758>, 0x7fc546810070 <vm_exec_core+5408>, 0x7fc54680ffca <vm_exec_core+5242>, 0x7fc54681010a <vm_exec_core+5562>, 0x7fc54680ff29 <vm_exec_core+5081>, 0x7fc54680fe7e <vm_exec_core+4910>, 0x7fc54680fdbd <vm_exec_core+4717>, 0x7fc54680fd16 <vm_exec_core+4550>, 0x7fc54680fc6f <vm_exec_core+4383>, 0x7fc54680fa26 <vm_exec_core+3798>, 0x7fc54680f95b <vm_exec_core+3595>, 0x7fc54680f8b6 <vm_exec_core+3430>, 0x7fc54680f81a <vm_exec_core+3274>, 0x7fc54680f77d <vm_exec_core+3117>, 0x7fc54680f716 <vm_exec_core+3014>, 0x7fc54680f0fa <vm_exec_core+1450>, 0x7fc54680f095 <vm_exec_core+1349>, 0x7fc54680effa <vm_exec_core+1194>, 0x7fc54680eef3 <vm_exec_core+931>, 0x7fc54680ee49 <vm_exec_core+761>, 0x7fc54680ed9e <vm_exec_core+590>, 0x7fc54680ed5d <vm_exec_core+525>, 0x7fc54680eca1 <vm_exec_core+337>, 0x7fc54680f59e <vm_exec_core+2638>, 0x7fc54680f4ce <vm_exec_core+2430>, 0x7fc54680f654 <vm_exec_core+2820>, 0x7fc54680f1bf <vm_exec_core+1647>, 0x7fc54680f2d3 <vm_exec_core+1923>, 0x7fc54680f270 <vm_exec_core+1824>, 0x7fc54680f460 <vm_exec_core+2320>, 0x7fc54680ec1e <vm_exec_core+206>, 0x7fc54680ebb0 <vm_exec_core+96>, 0x7fc546811fee <vm_exec_core+13470>, 0x7fc546811f38 <vm_exec_core+13288>, 0x7fc5468130c7 <vm_exec_core+17783>, 0x7fc546812085 <vm_exec_core+13621>, 0x7fc546811b91 <vm_exec_core+12353>, 0x7fc546812288 <vm_exec_core+14136>, 0x7fc546811c4d <vm_exec_core+12541>, 0x7fc54681213b <vm_exec_core+13803>, 0x7fc546811770 <vm_exec_core+11296>, 0x7fc546812344 <vm_exec_core+14324>, 0x7fc5468118cb <vm_exec_core+11643>, 0x7fc54681186b <vm_exec_core+11547>, 0x7fc54681180b <vm_exec_core+11451>, 0x7fc546811a22 <vm_exec_core+11986>, 0x7fc54681191d <vm_exec_core+11725>, 0x7fc546811a7f <vm_exec_core+12079>, 0x7fc5468132a4 <vm_exec_core+18260>, 0x7fc546813189 <vm_exec_core+17977>, 0x7fc546813a84 <vm_exec_core+20276>, 0x7fc5468139c3 <vm_exec_core+20083>, 0x7fc5468138d8 <vm_exec_core+19848>, 0x7fc546813801 <vm_exec_core+19633>, 0x7fc5468136f2 <vm_exec_core+19362>, 0x7fc5468135de <vm_exec_core+19086>, 0x7fc5468134cf <vm_exec_core+18815>, 0x7fc5468133bb <vm_exec_core+18539>, 0x7fc546814368 <vm_exec_core+22552>, 0x7fc546814297 <vm_exec_core+22343>, 0x7fc546814477 <vm_exec_core+22823>, 0x7fc5468141c3 <vm_exec_core+22131>, 0x7fc54681410c <vm_exec_core+21948>, 0x7fc546814032 <vm_exec_core+21730>, 0x7fc5468116d6 <vm_exec_core+11142>, 0x7fc546811655 <vm_exec_core+11013>, 0x7fc546813f90 <vm_exec_core+21568>, 0x7fc546813ef2 <vm_exec_core+21410>, 0x7fc546813e0a <vm_exec_core+21178>, 0x7fc546813d40 <vm_exec_core+20976>, 0x7fc546813c67 <vm_exec_core+20759>, 0x7fc546813b9b <vm_exec_core+20555>, 0x7fc5468115ab <vm_exec_core+10843>, 0x7fc5468114f2 <vm_exec_core+10658>, 0x7fc546811428 <vm_exec_core+10456>, 0x7fc54681137e <vm_exec_core+10286>, 0x7fc5468112cc <vm_exec_core+10108>, 0x7fc54681124c <vm_exec_core+9980>, 0x7fc5468111c4 <vm_exec_core+9844>, 0x7fc54681117c <vm_exec_core+9772>, 0x7fc546811134 <vm_exec_core+9700>, 0x7fc5468110f5 <vm_exec_core+9637>, 0x7fc54681103d <vm_exec_core+9453>, 0x7fc546810f96 <vm_exec_core+9286>, 0x7fc546810ebc <vm_exec_core+9068>, 0x7fc546810b7e <vm_exec_core+8238>, 0x7fc546810a89 <vm_exec_core+7993>, 0x7fc5468109a9 <vm_exec_core+7769>, 0x7fc54681091e <vm_exec_core+7630>, 0x7fc546810cc0 <vm_exec_core+8560>, 0x7fc546810c51 <vm_exec_core+8449>, 0x7fc546810d57 <vm_exec_core+8711>, 0x7fc5468103f8 <vm_exec_core+6312>, 0x7fc546810728 <vm_exec_core+7128>, 0x7fc5468106a6 <vm_exec_core+6998>, 0x7fc546810614 <vm_exec_core+6852>, 0x7fc54681058c <vm_exec_core+6716>, 0x7fc5468108c5 <vm_exec_core+7541>, 0x7fc546810850 <vm_exec_core+7424>, 0x7fc546810362 <vm_exec_core+6162>, 0x7fc5468102f6 <vm_exec_core+6054>, 0x7fc546810269 <vm_exec_core+5913>, 0x7fc5468101be <vm_exec_core+5742>, 0x7fc546810060 <vm_exec_core+5392>, 0x7fc54680ffba <vm_exec_core+5226>, 0x7fc5468100fa <vm_exec_core+5546>, 0x7fc54680ff19 <vm_exec_core+5065>, 0x7fc54680fe6e <vm_exec_core+4894>, 0x7fc54680fdad <vm_exec_core+4701>, 0x7fc54680fd06 <vm_exec_core+4534>, 0x7fc54680fc5f <vm_exec_core+4367>, 0x7fc54680fa16 <vm_exec_core+3782>, 0x7fc54680f94b <vm_exec_core+3579>, 0x7fc54680f8a6 <vm_exec_core+3414>, 0x7fc54680f80a <vm_exec_core+3258>, 0x7fc54680f76d <vm_exec_core+3101>, 0x7fc54680f706 <vm_exec_core+2998>, 0x7fc54680f0ea <vm_exec_core+1434>, 0x7fc54680f085 <vm_exec_core+1333>, 0x7fc54680efea <vm_exec_core+1178>, 0x7fc54680eee3 <vm_exec_core+915>, 0x7fc54680ee39 <vm_exec_core+745>, 0x7fc54680ed8e <vm_exec_core+574>, 0x7fc54680ed4d <vm_exec_core+509>, 0x7fc54680ec91 <vm_exec_core+321>, 0x7fc54680f58e <vm_exec_core+2622>, 0x7fc54680f4be <vm_exec_core+2414>, 0x7fc54680f644 <vm_exec_core+2804>, 0x7fc54680f1af <vm_exec_core+1631>, 0x7fc54680f2c3 <vm_exec_core+1907>, 0x7fc54680f260 <vm_exec_core+1808>, 0x7fc54680f450 <vm_exec_core+2304>, 0x7fc54680ec0e <vm_exec_core+190>, 0x7fc5468146f3 <vm_exec_core+23459>, 0x7fc546811fde <vm_exec_core+13454>, 0x7fc546811f28 <vm_exec_core+13272>, 0x7fc5468146de <vm_exec_core+23438>, 0x7fc546812075 <vm_exec_core+13605>, 0x7fc546811b81 <vm_exec_core+12337>, 0x7fc546812278 <vm_exec_core+14120>, 0x7fc546811c3d <vm_exec_core+12525>, 0x7fc54681212b <vm_exec_core+13787>, 0x7fc546811760 <vm_exec_core+11280>, 0x7fc546812334 <vm_exec_core+14308>, 0x7fc5468118bb <vm_exec_core+11627>, 0x7fc54681185b <vm_exec_core+11531>, 0x7fc5468117fb <vm_exec_core+11435>, 0x7fc546811a12 <vm_exec_core+11970>, 0x7fc54681190d <vm_exec_core+11709>, 0x7fc546811a6f <vm_exec_core+12063>, 0x7fc5468146c9 <vm_exec_core+23417>, 0x7fc5468146b4 <vm_exec_core+23396>, 0x7fc54681469f <vm_exec_core+23375>, 0x7fc54681468a <vm_exec_core+23354>, 0x7fc546814675 <vm_exec_core+23333>, 0x7fc546814660 <vm_exec_core+23312>, 0x7fc546814644 <vm_exec_core+23284>, 0x7fc54681462f <vm_exec_core+23263>, 0x7fc54681461a <vm_exec_core+23242>, 0x7fc546814605 <vm_exec_core+23221>, 0x7fc5468145f0 <vm_exec_core+23200>, 0x7fc5468145db <vm_exec_core+23179>, 0x7fc5468145c6 <vm_exec_core+23158>, 0x7fc5468145b1 <vm_exec_core+23137>, 0x7fc54681459c <vm_exec_core+23116>, 0x7fc546814587 <vm_exec_core+23095>, 0x7fc5468116c6 <vm_exec_core+11126>, 0x7fc546811645 <vm_exec_core+10997>, 0x7fc546814572 <vm_exec_core+23074>, 0x7fc54681455d <vm_exec_core+23053>, 0x7fc546814548 <vm_exec_core+23032>, 0x7fc546814533 <vm_exec_core+23011>, 0x7fc54680eb92 <vm_exec_core+66>, 0x7fc54680eb96 <vm_exec_core+70>, 0x7fc54681159b <vm_exec_core+10827>, 0x7fc5468114e2 <vm_exec_core+10642>, 0x7fc546811418 <vm_exec_core+10440>, 0x7fc54681136e <vm_exec_core+10270>, 0x7fc5468112bc <vm_exec_core+10092>...} __func__ = "vm_exec_core" #72 0x00007fc546816ebb in rb_vm_exec (ec=0x5563deec4130, jit_enable_p=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2383 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 4, buf = {0x7ffcb2891000, 0x7fc546817a7d <rb_vm_exec+3213>, 0x0, 0x7ffcb2890e90, 0x7fc5460361d8}, prev = 0x7ffcb2891420, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #73 0x00007fc54682357f in invoke_block (captured=0x7fc546135d68, captured=0x7fc546135d68, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140485199260752, iseq=0x7fc5425feaa0, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1387 arg_size = <optimized out> arg_size = <optimized out> #74 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffcb2891028, argc=1, self=<optimized out>, captured=0x7fc546135d68, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1443 iseq = 0x7fc5425feaa0 i = 1 type = <optimized out> cfp = 0x7fc546135d10 opt_pc = <optimized out> sp = 0x7fc5460361d8 iseq = <optimized out> i = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> bound = <optimized out> #75 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=<optimized out>, 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:1461 captured = 0x7fc546135d68 captured = <optimized out> #76 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffcb2891028, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1498 No locals. #77 vm_yield (kw_splat=0, argv=0x7ffcb2891028, argc=1, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1506 No locals. #78 rb_yield_0 (argv=0x7ffcb2891028, argc=1) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1337 No locals. #79 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1353 No locals. #80 0x00007fc5465b2e2a in rb_ary_each (ary=140485158644928) at /tmp/ruby/src/trunk-repeat20-asserts/array.c:2732 i = 0 #81 0x00007fc5467fe076 in vm_call_cfunc_with_frame_ (ec=0x5563deec4130, reg_cfp=0x7fc546135d50, calling=<optimized out>, argc=0, argv=0x7fc5460361c0, stack_bottom=0x7fc5460361b8) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3329 ci = 0xbd100000001 cc = <optimized out> val = <optimized out> me = 0x7fc5402ae9f0 cfunc = <optimized out> recv = 140485158644928 block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> __func__ = "vm_call_cfunc_with_frame_" args = <optimized out> args = <optimized out> #82 0x00007fc5468191a2 in vm_call_refined (calling=0x7ffcb28911b0, cfp=0x7fc546135d50, ec=0x5563deec4130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3918 ref_cc = 0x7ffcb2891130 ref_cc = <optimized out> #83 vm_call_method_each_type (ec=0x5563deec4130, cfp=0x7fc546135d50, calling=0x7ffcb28911b0) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:4156 aset_mask = <optimized out> ivar_mask = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> ci = <optimized out> cc = <optimized out> cme = <optimized out> v = <optimized out> #84 0x00007fc5468030c8 in vm_sendish (ec=0x5563deec4130, reg_cfp=0x7fc546135d50, cd=0x5563df096810, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:367 val = 36 ci = 0xbd100000001 cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = {ci = 0xbd100000001, cc = 0x7ffcb2891130, block_handler = 140485260959081, recv = 140485158644928, argc = 0, kw_splat = false} #85 0x00007fc54680ec7a in vm_exec_core (ec=0x5563deec4130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:815 bh = <optimized out> blockiseq = <optimized out> leaf = false val = <optimized out> canary = 0x0 cd = 0x5563df096810 reg_pc = 0x5563deef4ef0 reg_cfp = 0x7fc546135d50 insns_address_table = {0x7fc546811105 <vm_exec_core+9653>, 0x7fc54681104d <vm_exec_core+9469>, 0x7fc546810fa6 <vm_exec_core+9302>, 0x7fc546810ecc <vm_exec_core+9084>, 0x7fc546810b8e <vm_exec_core+8254>, 0x7fc546810a99 <vm_exec_core+8009>, 0x7fc5468109b9 <vm_exec_core+7785>, 0x7fc54681092e <vm_exec_core+7646>, 0x7fc546810cd0 <vm_exec_core+8576>, 0x7fc546810c61 <vm_exec_core+8465>, 0x7fc546810d67 <vm_exec_core+8727>, 0x7fc546810408 <vm_exec_core+6328>, 0x7fc546810738 <vm_exec_core+7144>, 0x7fc5468106b6 <vm_exec_core+7014>, 0x7fc546810624 <vm_exec_core+6868>, 0x7fc54681059c <vm_exec_core+6732>, 0x7fc5468108d5 <vm_exec_core+7557>, 0x7fc546810860 <vm_exec_core+7440>, 0x7fc546810372 <vm_exec_core+6178>, 0x7fc546810306 <vm_exec_core+6070>, 0x7fc546810279 <vm_exec_core+5929>, 0x7fc5468101ce <vm_exec_core+5758>, 0x7fc546810070 <vm_exec_core+5408>, 0x7fc54680ffca <vm_exec_core+5242>, 0x7fc54681010a <vm_exec_core+5562>, 0x7fc54680ff29 <vm_exec_core+5081>, 0x7fc54680fe7e <vm_exec_core+4910>, 0x7fc54680fdbd <vm_exec_core+4717>, 0x7fc54680fd16 <vm_exec_core+4550>, 0x7fc54680fc6f <vm_exec_core+4383>, 0x7fc54680fa26 <vm_exec_core+3798>, 0x7fc54680f95b <vm_exec_core+3595>, 0x7fc54680f8b6 <vm_exec_core+3430>, 0x7fc54680f81a <vm_exec_core+3274>, 0x7fc54680f77d <vm_exec_core+3117>, 0x7fc54680f716 <vm_exec_core+3014>, 0x7fc54680f0fa <vm_exec_core+1450>, 0x7fc54680f095 <vm_exec_core+1349>, 0x7fc54680effa <vm_exec_core+1194>, 0x7fc54680eef3 <vm_exec_core+931>, 0x7fc54680ee49 <vm_exec_core+761>, 0x7fc54680ed9e <vm_exec_core+590>, 0x7fc54680ed5d <vm_exec_core+525>, 0x7fc54680eca1 <vm_exec_core+337>, 0x7fc54680f59e <vm_exec_core+2638>, 0x7fc54680f4ce <vm_exec_core+2430>, 0x7fc54680f654 <vm_exec_core+2820>, 0x7fc54680f1bf <vm_exec_core+1647>, 0x7fc54680f2d3 <vm_exec_core+1923>, 0x7fc54680f270 <vm_exec_core+1824>, 0x7fc54680f460 <vm_exec_core+2320>, 0x7fc54680ec1e <vm_exec_core+206>, 0x7fc54680ebb0 <vm_exec_core+96>, 0x7fc546811fee <vm_exec_core+13470>, 0x7fc546811f38 <vm_exec_core+13288>, 0x7fc5468130c7 <vm_exec_core+17783>, 0x7fc546812085 <vm_exec_core+13621>, 0x7fc546811b91 <vm_exec_core+12353>, 0x7fc546812288 <vm_exec_core+14136>, 0x7fc546811c4d <vm_exec_core+12541>, 0x7fc54681213b <vm_exec_core+13803>, 0x7fc546811770 <vm_exec_core+11296>, 0x7fc546812344 <vm_exec_core+14324>, 0x7fc5468118cb <vm_exec_core+11643>, 0x7fc54681186b <vm_exec_core+11547>, 0x7fc54681180b <vm_exec_core+11451>, 0x7fc546811a22 <vm_exec_core+11986>, 0x7fc54681191d <vm_exec_core+11725>, 0x7fc546811a7f <vm_exec_core+12079>, 0x7fc5468132a4 <vm_exec_core+18260>, 0x7fc546813189 <vm_exec_core+17977>, 0x7fc546813a84 <vm_exec_core+20276>, 0x7fc5468139c3 <vm_exec_core+20083>, 0x7fc5468138d8 <vm_exec_core+19848>, 0x7fc546813801 <vm_exec_core+19633>, 0x7fc5468136f2 <vm_exec_core+19362>, 0x7fc5468135de <vm_exec_core+19086>, 0x7fc5468134cf <vm_exec_core+18815>, 0x7fc5468133bb <vm_exec_core+18539>, 0x7fc546814368 <vm_exec_core+22552>, 0x7fc546814297 <vm_exec_core+22343>, 0x7fc546814477 <vm_exec_core+22823>, 0x7fc5468141c3 <vm_exec_core+22131>, 0x7fc54681410c <vm_exec_core+21948>, 0x7fc546814032 <vm_exec_core+21730>, 0x7fc5468116d6 <vm_exec_core+11142>, 0x7fc546811655 <vm_exec_core+11013>, 0x7fc546813f90 <vm_exec_core+21568>, 0x7fc546813ef2 <vm_exec_core+21410>, 0x7fc546813e0a <vm_exec_core+21178>, 0x7fc546813d40 <vm_exec_core+20976>, 0x7fc546813c67 <vm_exec_core+20759>, 0x7fc546813b9b <vm_exec_core+20555>, 0x7fc5468115ab <vm_exec_core+10843>, 0x7fc5468114f2 <vm_exec_core+10658>, 0x7fc546811428 <vm_exec_core+10456>, 0x7fc54681137e <vm_exec_core+10286>, 0x7fc5468112cc <vm_exec_core+10108>, 0x7fc54681124c <vm_exec_core+9980>, 0x7fc5468111c4 <vm_exec_core+9844>, 0x7fc54681117c <vm_exec_core+9772>, 0x7fc546811134 <vm_exec_core+9700>, 0x7fc5468110f5 <vm_exec_core+9637>, 0x7fc54681103d <vm_exec_core+9453>, 0x7fc546810f96 <vm_exec_core+9286>, 0x7fc546810ebc <vm_exec_core+9068>, 0x7fc546810b7e <vm_exec_core+8238>, 0x7fc546810a89 <vm_exec_core+7993>, 0x7fc5468109a9 <vm_exec_core+7769>, 0x7fc54681091e <vm_exec_core+7630>, 0x7fc546810cc0 <vm_exec_core+8560>, 0x7fc546810c51 <vm_exec_core+8449>, 0x7fc546810d57 <vm_exec_core+8711>, 0x7fc5468103f8 <vm_exec_core+6312>, 0x7fc546810728 <vm_exec_core+7128>, 0x7fc5468106a6 <vm_exec_core+6998>, 0x7fc546810614 <vm_exec_core+6852>, 0x7fc54681058c <vm_exec_core+6716>, 0x7fc5468108c5 <vm_exec_core+7541>, 0x7fc546810850 <vm_exec_core+7424>, 0x7fc546810362 <vm_exec_core+6162>, 0x7fc5468102f6 <vm_exec_core+6054>, 0x7fc546810269 <vm_exec_core+5913>, 0x7fc5468101be <vm_exec_core+5742>, 0x7fc546810060 <vm_exec_core+5392>, 0x7fc54680ffba <vm_exec_core+5226>, 0x7fc5468100fa <vm_exec_core+5546>, 0x7fc54680ff19 <vm_exec_core+5065>, 0x7fc54680fe6e <vm_exec_core+4894>, 0x7fc54680fdad <vm_exec_core+4701>, 0x7fc54680fd06 <vm_exec_core+4534>, 0x7fc54680fc5f <vm_exec_core+4367>, 0x7fc54680fa16 <vm_exec_core+3782>, 0x7fc54680f94b <vm_exec_core+3579>, 0x7fc54680f8a6 <vm_exec_core+3414>, 0x7fc54680f80a <vm_exec_core+3258>, 0x7fc54680f76d <vm_exec_core+3101>, 0x7fc54680f706 <vm_exec_core+2998>, 0x7fc54680f0ea <vm_exec_core+1434>, 0x7fc54680f085 <vm_exec_core+1333>, 0x7fc54680efea <vm_exec_core+1178>, 0x7fc54680eee3 <vm_exec_core+915>, 0x7fc54680ee39 <vm_exec_core+745>, 0x7fc54680ed8e <vm_exec_core+574>, 0x7fc54680ed4d <vm_exec_core+509>, 0x7fc54680ec91 <vm_exec_core+321>, 0x7fc54680f58e <vm_exec_core+2622>, 0x7fc54680f4be <vm_exec_core+2414>, 0x7fc54680f644 <vm_exec_core+2804>, 0x7fc54680f1af <vm_exec_core+1631>, 0x7fc54680f2c3 <vm_exec_core+1907>, 0x7fc54680f260 <vm_exec_core+1808>, 0x7fc54680f450 <vm_exec_core+2304>, 0x7fc54680ec0e <vm_exec_core+190>, 0x7fc5468146f3 <vm_exec_core+23459>, 0x7fc546811fde <vm_exec_core+13454>, 0x7fc546811f28 <vm_exec_core+13272>, 0x7fc5468146de <vm_exec_core+23438>, 0x7fc546812075 <vm_exec_core+13605>, 0x7fc546811b81 <vm_exec_core+12337>, 0x7fc546812278 <vm_exec_core+14120>, 0x7fc546811c3d <vm_exec_core+12525>, 0x7fc54681212b <vm_exec_core+13787>, 0x7fc546811760 <vm_exec_core+11280>, 0x7fc546812334 <vm_exec_core+14308>, 0x7fc5468118bb <vm_exec_core+11627>, 0x7fc54681185b <vm_exec_core+11531>, 0x7fc5468117fb <vm_exec_core+11435>, 0x7fc546811a12 <vm_exec_core+11970>, 0x7fc54681190d <vm_exec_core+11709>, 0x7fc546811a6f <vm_exec_core+12063>, 0x7fc5468146c9 <vm_exec_core+23417>, 0x7fc5468146b4 <vm_exec_core+23396>, 0x7fc54681469f <vm_exec_core+23375>, 0x7fc54681468a <vm_exec_core+23354>, 0x7fc546814675 <vm_exec_core+23333>, 0x7fc546814660 <vm_exec_core+23312>, 0x7fc546814644 <vm_exec_core+23284>, 0x7fc54681462f <vm_exec_core+23263>, 0x7fc54681461a <vm_exec_core+23242>, 0x7fc546814605 <vm_exec_core+23221>, 0x7fc5468145f0 <vm_exec_core+23200>, 0x7fc5468145db <vm_exec_core+23179>, 0x7fc5468145c6 <vm_exec_core+23158>, 0x7fc5468145b1 <vm_exec_core+23137>, 0x7fc54681459c <vm_exec_core+23116>, 0x7fc546814587 <vm_exec_core+23095>, 0x7fc5468116c6 <vm_exec_core+11126>, 0x7fc546811645 <vm_exec_core+10997>, 0x7fc546814572 <vm_exec_core+23074>, 0x7fc54681455d <vm_exec_core+23053>, 0x7fc546814548 <vm_exec_core+23032>, 0x7fc546814533 <vm_exec_core+23011>, 0x7fc54680eb92 <vm_exec_core+66>, 0x7fc54680eb96 <vm_exec_core+70>, 0x7fc54681159b <vm_exec_core+10827>, 0x7fc5468114e2 <vm_exec_core+10642>, 0x7fc546811418 <vm_exec_core+10440>, 0x7fc54681136e <vm_exec_core+10270>, 0x7fc5468112bc <vm_exec_core+10092>...} __func__ = "vm_exec_core" #86 0x00007fc546816ebb in rb_vm_exec (ec=0x5563deec4130, jit_enable_p=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2383 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 4, buf = {0x7ffcb28914a0, 0x7fc546817a7d <rb_vm_exec+3213>, 0x0, 0x7ffcb2891330, 0x7fc546135f10}, prev = 0x7ffcb2891600, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #87 0x00007fc5466ae9f7 in load_iseq_eval (fname=140485259839296, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/load.c:697 iseq = 0x7fc546023ba0 iseq = <optimized out> ec = <optimized out> v = <optimized out> ast = <optimized out> parser = <optimized out> rb_gc_guarded_ptr = <optimized out> #88 require_internal (ec=0x5563deec4130, fname=<optimized out>, exception=1, warn=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/load.c:1203 handle = <optimized out> found = <optimized out> dtrace_line = <optimized out> dtrace_file = <optimized out> dtrace_line = <optimized out> dtrace_file = <optimized out> _ec = 0x5563deec4130 _tag = {tag = 36, retval = 2, buf = {0x7fc546024770, 0x7fc5466ae210 <require_internal+1408>, 0x0, 0x7ffcb28914b0, 0x52}, prev = 0x7ffcb28919b0, state = RUBY_TAG_NONE, lock_rec = 0} result = -1 th = 0x5563deec2f90 saved = {wrapper = 0, self = 140485259477808, errinfo = 4} state = <optimized out> ftptr = 0x5563df053e60 "/tmp/ruby/src/trunk-repeat20-asserts/tool/test/runner.rb" path = <optimized out> saved_path = 140485259839296 realpath = 140485199710464 realpaths = <optimized out> reset_ext_config = false prev_ext_config = <optimized out> th2 = <optimized out> dtrace_line = <optimized out> dtrace_file = <optimized out> dtrace_line = <optimized out> dtrace_file = <optimized out> #89 0x00007fc5466af55b in rb_require_string (fname=140485259839344) at /tmp/ruby/src/trunk-repeat20-asserts/load.c:1294 ec = 0x5563deec4130 result = <optimized out> #90 0x00007fc5467fe076 in vm_call_cfunc_with_frame_ (ec=0x5563deec4130, reg_cfp=0x7fc546135f90, calling=<optimized out>, argc=1, argv=0x7fc546036050, stack_bottom=0x7fc546036048) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3329 ci = 0x588100140003 cc = <optimized out> val = <optimized out> me = 0x7fc5460247d0 cfunc = <optimized out> recv = 140485259477808 block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> __func__ = "vm_call_cfunc_with_frame_" args = <optimized out> args = <optimized out> #91 0x00007fc5468030c8 in vm_sendish (ec=0x5563deec4130, reg_cfp=0x7fc546135f90, cd=0x5563def7d570, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:367 val = 36 ci = 0x588100140003 cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = {ci = 0x588100140003, cc = 0x7fc5460247a0, block_handler = 0, recv = 140485259477808, argc = 1, kw_splat = false} #92 0x00007fc54680ebf6 in vm_exec_core (ec=0x5563deec4130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:834 bh = 0 cd = <optimized out> leaf = false val = <optimized out> canary = 0x0 reg_pc = 0x5563def7d170 reg_cfp = 0x7fc546135f90 insns_address_table = {0x7fc546811105 <vm_exec_core+9653>, 0x7fc54681104d <vm_exec_core+9469>, 0x7fc546810fa6 <vm_exec_core+9302>, 0x7fc546810ecc <vm_exec_core+9084>, 0x7fc546810b8e <vm_exec_core+8254>, 0x7fc546810a99 <vm_exec_core+8009>, 0x7fc5468109b9 <vm_exec_core+7785>, 0x7fc54681092e <vm_exec_core+7646>, 0x7fc546810cd0 <vm_exec_core+8576>, 0x7fc546810c61 <vm_exec_core+8465>, 0x7fc546810d67 <vm_exec_core+8727>, 0x7fc546810408 <vm_exec_core+6328>, 0x7fc546810738 <vm_exec_core+7144>, 0x7fc5468106b6 <vm_exec_core+7014>, 0x7fc546810624 <vm_exec_core+6868>, 0x7fc54681059c <vm_exec_core+6732>, 0x7fc5468108d5 <vm_exec_core+7557>, 0x7fc546810860 <vm_exec_core+7440>, 0x7fc546810372 <vm_exec_core+6178>, 0x7fc546810306 <vm_exec_core+6070>, 0x7fc546810279 <vm_exec_core+5929>, 0x7fc5468101ce <vm_exec_core+5758>, 0x7fc546810070 <vm_exec_core+5408>, 0x7fc54680ffca <vm_exec_core+5242>, 0x7fc54681010a <vm_exec_core+5562>, 0x7fc54680ff29 <vm_exec_core+5081>, 0x7fc54680fe7e <vm_exec_core+4910>, 0x7fc54680fdbd <vm_exec_core+4717>, 0x7fc54680fd16 <vm_exec_core+4550>, 0x7fc54680fc6f <vm_exec_core+4383>, 0x7fc54680fa26 <vm_exec_core+3798>, 0x7fc54680f95b <vm_exec_core+3595>, 0x7fc54680f8b6 <vm_exec_core+3430>, 0x7fc54680f81a <vm_exec_core+3274>, 0x7fc54680f77d <vm_exec_core+3117>, 0x7fc54680f716 <vm_exec_core+3014>, 0x7fc54680f0fa <vm_exec_core+1450>, 0x7fc54680f095 <vm_exec_core+1349>, 0x7fc54680effa <vm_exec_core+1194>, 0x7fc54680eef3 <vm_exec_core+931>, 0x7fc54680ee49 <vm_exec_core+761>, 0x7fc54680ed9e <vm_exec_core+590>, 0x7fc54680ed5d <vm_exec_core+525>, 0x7fc54680eca1 <vm_exec_core+337>, 0x7fc54680f59e <vm_exec_core+2638>, 0x7fc54680f4ce <vm_exec_core+2430>, 0x7fc54680f654 <vm_exec_core+2820>, 0x7fc54680f1bf <vm_exec_core+1647>, 0x7fc54680f2d3 <vm_exec_core+1923>, 0x7fc54680f270 <vm_exec_core+1824>, 0x7fc54680f460 <vm_exec_core+2320>, 0x7fc54680ec1e <vm_exec_core+206>, 0x7fc54680ebb0 <vm_exec_core+96>, 0x7fc546811fee <vm_exec_core+13470>, 0x7fc546811f38 <vm_exec_core+13288>, 0x7fc5468130c7 <vm_exec_core+17783>, 0x7fc546812085 <vm_exec_core+13621>, 0x7fc546811b91 <vm_exec_core+12353>, 0x7fc546812288 <vm_exec_core+14136>, 0x7fc546811c4d <vm_exec_core+12541>, 0x7fc54681213b <vm_exec_core+13803>, 0x7fc546811770 <vm_exec_core+11296>, 0x7fc546812344 <vm_exec_core+14324>, 0x7fc5468118cb <vm_exec_core+11643>, 0x7fc54681186b <vm_exec_core+11547>, 0x7fc54681180b <vm_exec_core+11451>, 0x7fc546811a22 <vm_exec_core+11986>, 0x7fc54681191d <vm_exec_core+11725>, 0x7fc546811a7f <vm_exec_core+12079>, 0x7fc5468132a4 <vm_exec_core+18260>, 0x7fc546813189 <vm_exec_core+17977>, 0x7fc546813a84 <vm_exec_core+20276>, 0x7fc5468139c3 <vm_exec_core+20083>, 0x7fc5468138d8 <vm_exec_core+19848>, 0x7fc546813801 <vm_exec_core+19633>, 0x7fc5468136f2 <vm_exec_core+19362>, 0x7fc5468135de <vm_exec_core+19086>, 0x7fc5468134cf <vm_exec_core+18815>, 0x7fc5468133bb <vm_exec_core+18539>, 0x7fc546814368 <vm_exec_core+22552>, 0x7fc546814297 <vm_exec_core+22343>, 0x7fc546814477 <vm_exec_core+22823>, 0x7fc5468141c3 <vm_exec_core+22131>, 0x7fc54681410c <vm_exec_core+21948>, 0x7fc546814032 <vm_exec_core+21730>, 0x7fc5468116d6 <vm_exec_core+11142>, 0x7fc546811655 <vm_exec_core+11013>, 0x7fc546813f90 <vm_exec_core+21568>, 0x7fc546813ef2 <vm_exec_core+21410>, 0x7fc546813e0a <vm_exec_core+21178>, 0x7fc546813d40 <vm_exec_core+20976>, 0x7fc546813c67 <vm_exec_core+20759>, 0x7fc546813b9b <vm_exec_core+20555>, 0x7fc5468115ab <vm_exec_core+10843>, 0x7fc5468114f2 <vm_exec_core+10658>, 0x7fc546811428 <vm_exec_core+10456>, 0x7fc54681137e <vm_exec_core+10286>, 0x7fc5468112cc <vm_exec_core+10108>, 0x7fc54681124c <vm_exec_core+9980>, 0x7fc5468111c4 <vm_exec_core+9844>, 0x7fc54681117c <vm_exec_core+9772>, 0x7fc546811134 <vm_exec_core+9700>, 0x7fc5468110f5 <vm_exec_core+9637>, 0x7fc54681103d <vm_exec_core+9453>, 0x7fc546810f96 <vm_exec_core+9286>, 0x7fc546810ebc <vm_exec_core+9068>, 0x7fc546810b7e <vm_exec_core+8238>, 0x7fc546810a89 <vm_exec_core+7993>, 0x7fc5468109a9 <vm_exec_core+7769>, 0x7fc54681091e <vm_exec_core+7630>, 0x7fc546810cc0 <vm_exec_core+8560>, 0x7fc546810c51 <vm_exec_core+8449>, 0x7fc546810d57 <vm_exec_core+8711>, 0x7fc5468103f8 <vm_exec_core+6312>, 0x7fc546810728 <vm_exec_core+7128>, 0x7fc5468106a6 <vm_exec_core+6998>, 0x7fc546810614 <vm_exec_core+6852>, 0x7fc54681058c <vm_exec_core+6716>, 0x7fc5468108c5 <vm_exec_core+7541>, 0x7fc546810850 <vm_exec_core+7424>, 0x7fc546810362 <vm_exec_core+6162>, 0x7fc5468102f6 <vm_exec_core+6054>, 0x7fc546810269 <vm_exec_core+5913>, 0x7fc5468101be <vm_exec_core+5742>, 0x7fc546810060 <vm_exec_core+5392>, 0x7fc54680ffba <vm_exec_core+5226>, 0x7fc5468100fa <vm_exec_core+5546>, 0x7fc54680ff19 <vm_exec_core+5065>, 0x7fc54680fe6e <vm_exec_core+4894>, 0x7fc54680fdad <vm_exec_core+4701>, 0x7fc54680fd06 <vm_exec_core+4534>, 0x7fc54680fc5f <vm_exec_core+4367>, 0x7fc54680fa16 <vm_exec_core+3782>, 0x7fc54680f94b <vm_exec_core+3579>, 0x7fc54680f8a6 <vm_exec_core+3414>, 0x7fc54680f80a <vm_exec_core+3258>, 0x7fc54680f76d <vm_exec_core+3101>, 0x7fc54680f706 <vm_exec_core+2998>, 0x7fc54680f0ea <vm_exec_core+1434>, 0x7fc54680f085 <vm_exec_core+1333>, 0x7fc54680efea <vm_exec_core+1178>, 0x7fc54680eee3 <vm_exec_core+915>, 0x7fc54680ee39 <vm_exec_core+745>, 0x7fc54680ed8e <vm_exec_core+574>, 0x7fc54680ed4d <vm_exec_core+509>, 0x7fc54680ec91 <vm_exec_core+321>, 0x7fc54680f58e <vm_exec_core+2622>, 0x7fc54680f4be <vm_exec_core+2414>, 0x7fc54680f644 <vm_exec_core+2804>, 0x7fc54680f1af <vm_exec_core+1631>, 0x7fc54680f2c3 <vm_exec_core+1907>, 0x7fc54680f260 <vm_exec_core+1808>, 0x7fc54680f450 <vm_exec_core+2304>, 0x7fc54680ec0e <vm_exec_core+190>, 0x7fc5468146f3 <vm_exec_core+23459>, 0x7fc546811fde <vm_exec_core+13454>, 0x7fc546811f28 <vm_exec_core+13272>, 0x7fc5468146de <vm_exec_core+23438>, 0x7fc546812075 <vm_exec_core+13605>, 0x7fc546811b81 <vm_exec_core+12337>, 0x7fc546812278 <vm_exec_core+14120>, 0x7fc546811c3d <vm_exec_core+12525>, 0x7fc54681212b <vm_exec_core+13787>, 0x7fc546811760 <vm_exec_core+11280>, 0x7fc546812334 <vm_exec_core+14308>, 0x7fc5468118bb <vm_exec_core+11627>, 0x7fc54681185b <vm_exec_core+11531>, 0x7fc5468117fb <vm_exec_core+11435>, 0x7fc546811a12 <vm_exec_core+11970>, 0x7fc54681190d <vm_exec_core+11709>, 0x7fc546811a6f <vm_exec_core+12063>, 0x7fc5468146c9 <vm_exec_core+23417>, 0x7fc5468146b4 <vm_exec_core+23396>, 0x7fc54681469f <vm_exec_core+23375>, 0x7fc54681468a <vm_exec_core+23354>, 0x7fc546814675 <vm_exec_core+23333>, 0x7fc546814660 <vm_exec_core+23312>, 0x7fc546814644 <vm_exec_core+23284>, 0x7fc54681462f <vm_exec_core+23263>, 0x7fc54681461a <vm_exec_core+23242>, 0x7fc546814605 <vm_exec_core+23221>, 0x7fc5468145f0 <vm_exec_core+23200>, 0x7fc5468145db <vm_exec_core+23179>, 0x7fc5468145c6 <vm_exec_core+23158>, 0x7fc5468145b1 <vm_exec_core+23137>, 0x7fc54681459c <vm_exec_core+23116>, 0x7fc546814587 <vm_exec_core+23095>, 0x7fc5468116c6 <vm_exec_core+11126>, 0x7fc546811645 <vm_exec_core+10997>, 0x7fc546814572 <vm_exec_core+23074>, 0x7fc54681455d <vm_exec_core+23053>, 0x7fc546814548 <vm_exec_core+23032>, 0x7fc546814533 <vm_exec_core+23011>, 0x7fc54680eb92 <vm_exec_core+66>, 0x7fc54680eb96 <vm_exec_core+70>, 0x7fc54681159b <vm_exec_core+10827>, 0x7fc5468114e2 <vm_exec_core+10642>, 0x7fc546811418 <vm_exec_core+10440>, 0x7fc54681136e <vm_exec_core+10270>, 0x7fc5468112bc <vm_exec_core+10092>...} __func__ = "vm_exec_core" #93 0x00007fc546816ebb in rb_vm_exec (ec=0x5563deec4130, jit_enable_p=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2383 _ec = 0x5563deec4130 _tag = {tag = 36, retval = 4, buf = {0x7ffcb2891a30, 0x7fc546817a7d <rb_vm_exec+3213>, 0x0, 0x7ffcb28918c0, 0x7fc546025010}, prev = 0x7ffcb2891a70, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #94 0x00007fc546645771 in rb_ec_exec_node (ec=0x5563deec4130, n=0x7fc5460253d0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:287 th = <optimized out> _ec = <optimized out> _tag = {tag = 36, retval = 140485267813940, buf = {0x7fc5460253d0, 0x7fc5466457c2 <rb_ec_exec_node+274>, 0x0, 0x7ffcb2891a40, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x7fc5460253d0 #95 0x00007fc54664bfc3 in ruby_run_node (n=0x7fc5460253d0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328 ec = 0x5563deec4130 status = 0 #96 0x00005563dd716187 in rb_main (argv=0x7ffcb2891c78, argc=8) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39 variable_in_this_stack_frame = 140723303816985 #97 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)