# Logfile created on 2023-03-18 18:19:04 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055aa617d1e08 @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-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @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-repeat50.20230318-181904", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055aa61867458 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055aa61867318 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055aa61867138 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230318-181904", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20230318-181904>, @binmode=false, @mon_data=#<Monitor:0x000055aa61867070>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 55f8f7d088fa71ced2154be1e28eb0e8af897528
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/rbs
 * branch              55f8f7d088fa71ced2154be1e28eb0e8af897528 -> FETCH_HEAD
HEAD is now at 55f8f7d0 Merge pull request #1273 from ruby/remove-datadir
echo 55f8f7d088fa71ced2154be1e28eb0e8af897528 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
HEAD is now at 6519736 Increase timeout in debug_code
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   b9f411b..67dd52d  master     -> origin/master
Updating b9f411b..67dd52d
Fast-forward
 configure.ac                                |   4 +-
 doc/rjit/rjit.md                            |   5 +-
 enc/cesu_8.c                                |  23 ++++-
 lib/reline/line_editor.rb                   |   1 +
 lib/ruby_vm/rjit/insn_compiler.rb           | 151 ++++++++++++++++++++++++----
 lib/ruby_vm/rjit/stats.rb                   |   2 +
 parse.y                                     |  20 ++--
 rjit.c                                      |   4 +-
 rjit_c.c                                    |   3 +-
 rjit_c.rb                                   |  49 ++++++---
 shape.c                                     |   2 +-
 test/reline/yamatanooroti/test_rendering.rb |  17 ++++
 test/ruby/enc/test_cesu8.rb                 |   4 +
 test/ruby/test_gc_compact.rb                |  28 ++++++
 test/ruby/test_parse.rb                     |  10 ++
 tool/rjit/bindgen.rb                        |   9 ++
 16 files changed, 275 insertions(+), 57 deletions(-)
Latest commit hash = 67dd52d59c
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
cd -P /tmp/ruby/src/trunk-repeat50 && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --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
checking for __builtin_mul_overflow... yes
In file included from conftest.c:4:
/tmp/ruby/src/trunk-repeat50/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-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat50/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^~~~~~~~~~~~~~
/tmp/ruby/src/trunk-repeat50/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-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat50/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_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-repeat50
   * 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
MAKE=make /bin/sh ./config.status GNUmakefile
config.status: creating Makefile
config.status: creating GNUmakefile
GNUmakefile unchanged
Makefile unchanged
generating parse.c
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
making /tmp/ruby/src/trunk-repeat50/rjit_c.rbinc
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
extracting ripper.y from ../../parse.y
/tmp/ruby/src/trunk-repeat50/revision.h updated
generating /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
sizes.c updated
generating miniprelude.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
generating eventids1.c from ../../parse.y
compiling compiler ripper.y
miniprelude.c updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
Update rbs to 55f8f7d088fa71ced2154be1e28eb0e8af897528
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
From https://github.com/ruby/rbs
 * branch              55f8f7d088fa71ced2154be1e28eb0e8af897528 -> FETCH_HEAD
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
HEAD is now at 55f8f7d0 Merge pull request #1273 from ruby/remove-datadir
echo 55f8f7d088fa71ced2154be1e28eb0e8af897528 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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 = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50/miniinit.c
compiling /tmp/ruby/src/trunk-repeat50/rjit.c
compiling /tmp/ruby/src/trunk-repeat50/rjit_c.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat50/shape.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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 = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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 = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
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-repeat50'
linking encoding encdb.so
linking encoding big5.so
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
compiling /tmp/ruby/src/trunk-repeat50/enc/cesu_8.c
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
transdb.h unchanged
generating makefiles ext/configure-ext.mk
linking encoding euc_kr.so
ext/configure-ext.mk unchanged
making trans
linking encoding euc_tw.so
linking encoding gb2312.so
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
linking transcoder transdb.so
linking encoding gb18030.so
linking transcoder big5.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking transcoder cesu_8.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking transcoder chinese.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking transcoder ebcdic.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking transcoder emoji_sjis_docomo.so
linking encoding iso_8859_11.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking encoding iso_8859_13.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking encoding iso_8859_14.so
linking transcoder japanese_euc.so
linking encoding iso_8859_15.so
linking transcoder japanese_sjis.so
linking encoding iso_8859_16.so
linking transcoder korean.so
linking encoding koi8_r.so
linking transcoder single_byte.so
linking encoding koi8_u.so
linking transcoder utf8_mac.so
linking encoding shift_jis.so
linking transcoder utf_16_32.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
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
linking encoding windows_1250.so
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
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
linking encoding cesu_8.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
linking shared-object rbconfig/sizeof.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
checking /tmp/ruby/src/trunk-repeat50/parse.y and /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 55f8f7d088fa71ced2154be1e28eb0e8af897528
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
	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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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 = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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
From https://github.com/ruby/rbs
 * branch              55f8f7d088fa71ced2154be1e28eb0e8af897528 -> FETCH_HEAD
HEAD is now at 55f8f7d0 Merge pull request #1273 from ruby/remove-datadir
echo 55f8f7d088fa71ced2154be1e28eb0e8af897528 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-repeat50/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat50/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-repeat50/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-repeat50/lib/ruby/gems/3.3.0+0
                                    minitest 5.18.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.5.7
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.2.0
                                    net-imap 0.3.4
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.0.4
                                    typeprof 0.21.7
                                    debug 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1817 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
	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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4

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

# Running tests:

Finished(1/50)  tests in 907.794083s, 26.1590 tests/s, 9815.8263 assertions/s.
Finished(2/50)  tests in 998.848360s, 23.7744 tests/s, 8920.9227 assertions/s.
Finished(3/50)  tests in 975.856396s, 24.3345 tests/s, 9134.0458 assertions/s.
make: *** [uncommon.mk:828: yes-test-all] Aborted (core dumped)
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=50
$ /tmp/ruby/build/trunk-repeat50/miniruby -I/tmp/ruby/src/trunk-repeat50/lib /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat50 --extout=.ext -- /tmp/ruby/src/trunk-repeat50/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat50/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-03-18T16:35:21Z master 67dd52d59c) [x86_64-linux]
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 91.562491 seconds

3840 files, 31563 examples, 218591 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=50" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-repeat50/ruby -c /tmp/cores/core.1001.513755.ruby -x gdbscript
[New LWP 513755]
[New LWP 536301]
[New LWP 536299]
[New LWP 531657]
[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-repeat50/test/runner.rb: TestReadline#test_using_quoting_de'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140221393406976) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f87d6580c00 (LWP 513755))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f87d6580c00 (LWP 513755) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140221393406976) at ./nptl/pthread_kill.c:44
  2    Thread 0x7f8788d1f640 (LWP 536301) __futex_abstimed_wait_common64 (private=-691985459, cancel=true, abstime=0x7f8788d1ed30, op=137, expected=0, futex_word=0x7f8788d1ed68) at ./nptl/futex-internal.c:57
  3    Thread 0x7f87cf34f640 (LWP 536299) __futex_abstimed_wait_common64 (private=-691985459, cancel=true, abstime=0x7f87cf34ed30, op=137, expected=0, futex_word=0x7f87cf34ed68) at ./nptl/futex-internal.c:57
  4    Thread 0x7f877852e640 (LWP 531657) 0x00007f87d66bae7e in __ppoll (fds=fds@entry=0x7f877842ce48, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x7f877842ce50, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42

>>> Machine level backtrace


Thread 4 (Thread 0x7f877852e640 (LWP 531657)):
#0  0x00007f87d66bae7e in __ppoll (fds=fds@entry=0x7f877842ce48, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x7f877842ce50, 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 = 77, tv_nsec = 800922504}
#1  0x00007f87d6c0c139 in rb_sigwait_sleep (th=th@entry=0x55d15d4014d0, sigwait_fd=sigwait_fd@entry=3, rel=rel@entry=0x7f877842cf00) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2227
        pfd = {fd = 3, events = 1, revents = 0}
        ts = {tv_sec = 79, tv_nsec = 226590464}
#2  0x00007f87d6c0d500 in native_sleep (th=<optimized out>, rel=0x7f877842cf00) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:2351
        next = <optimized out>
        sched = 0x55d156128f38
        sigwait_fd = <optimized out>
#3  0x00007f87d6c1054a in sleep_hrtime (fl=0, rel=<optimized out>, th=0x55d15d4014d0) at /tmp/ruby/src/trunk-repeat50/thread.c:1322
        prev_status = THREAD_RUNNABLE
        woke = 1
        end = 739543669854389
        prev_status = <optimized out>
        woke = <optimized out>
        end = <optimized out>
#4  rb_mutex_wait_for (time=time@entry=140219814957104) at /tmp/ruby/src/trunk-repeat50/thread_sync.c:543
        rel = 0x7f877842d030
#5  0x00007f87d6a87a56 in rb_ensure (b_proc=b_proc@entry=0x7f87d6c10490 <rb_mutex_wait_for>, data1=data1@entry=140219814957104, e_proc=e_proc@entry=0x7f87d6c11c40 <mutex_lock_uninterruptible>, data2=data2@entry=140221331770800) at /tmp/ruby/src/trunk-repeat50/eval.c:1005
        _ec = 0x55d15d483e00
        _tag = {tag = 36, retval = 140219814957312, buf = {0x64160df7, 0x7f87d6a87b40 <rb_ensure+528>, 0x0, 0x7f877842cf40, 0x7f877842d130}, prev = 0x7f877842d260, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x55d15d483e00
        ensure_list = {next = 0x7f877842d240, entry = {marker = 0, e_proc = 0x7f87d6c11c40 <mutex_lock_uninterruptible>, data2 = 140221331770800}}
#6  0x00007f87d6c11e0a in rb_mutex_sleep (self=140221331770800, timeout=200410048241860610) at /tmp/ruby/src/trunk-repeat50/thread_sync.c:570
        rel = 99999759000
        t = <optimized out>
        woken = 20
        beg = 1679166967
        scheduler = <optimized out>
        end = <optimized out>
#7  0x00007f87d6c66171 in vm_call0_cfunc_with_frame (argv=0x7f877842d2f8, calling=<optimized out>, ec=0x55d15d483e00) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:148
        reg_cfp = 0x7f877852d9f0
        ci = <optimized out>
        me = 0x7f877a1588e0
        mid = 26321
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        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=0x7f877842d2f8, calling=<optimized out>, ec=0x55d15d483e00) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:162
No locals.
#9  vm_call0_body (ec=0x55d15d483e00, calling=<optimized out>, argv=0x7f877842d2f8) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:208
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#10 0x00007f87d6c69e3f in vm_call0_cc (kw_splat=0, cc=0x7f8779cd54d0, argv=0x7f877842d2f8, argc=1, id=26321, recv=140221331770800, ec=0x55d15d483e00) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:85
        calling = {ci = 0x7f877842d190, cc = 0x7f8779cd54d0, block_handler = 0, recv = 140221331770800, argc = 1, kw_splat = false}
#11 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7f877842d2f8, argc=1, mid=26321, recv=140221331770800) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1040
        ec = 0x55d15d483e00
        cc = 0x7f8779cd54d0
        self = <optimized out>
        ec = <optimized out>
        cc = <optimized out>
        self = <optimized out>
#12 rb_funcallv (recv=140221331770800, mid=26321, argc=1, argv=0x7f877842d2f8) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1055
No locals.
#13 0x00007f87d6a87a56 in rb_ensure (b_proc=b_proc@entry=0x7f87d6c077f0 <do_sleep>, data1=data1@entry=140219814957808, e_proc=e_proc@entry=0x7f87d6c06620 <delete_from_waitq>, data2=data2@entry=140219814957824) at /tmp/ruby/src/trunk-repeat50/eval.c:1005
        _ec = 0x55d15d483e00
        _tag = {tag = 36, retval = 140221400672693, buf = {0x2, 0x7f87d6a87b40 <rb_ensure+528>, 0x0, 0x7f877842d200, 0x1}, prev = 0x7f877842d5d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x55d15d483e00
        ensure_list = {next = 0x7f877842d700, entry = {marker = 0, e_proc = 0x7f87d6c06620 <delete_from_waitq>, data2 = 140219814957824}}
#14 0x00007f87d6c0761d in rb_condvar_wait (argc=2, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread_sync.c:1512
        ec = 0x55d15d483e00
        cv = 0x55d1562778e0
        args = {mutex = 140221331770800, timeout = 200410048241860610}
        sync_waiter = {self = 140221331770800, th = 0x55d15d4014d0, fiber = 0x0, node = {next = 0x55d1562778e0, prev = 0x55d1562778e0}}
#15 0x00007f87d6c4ae74 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7f877852da30, ec=0x55d15d483e00) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3335
        ci = 0x45e100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f877a158228
        cfunc = 0x55d15617aa28
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        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>
        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=0x55d15d483e00, reg_cfp=0x7f877852da30, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3363
        argc = 2
        stack_bottom = <optimized out>
        argv = <optimized out>
#17 0x00007f87d6c5a1ad in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:367
        val = 0
        ci = 0xfffffffffffffdfe
        cc = <optimized out>
        recv = 140219814956616
        argc = <optimized out>
        calling = {ci = 0x45e100100005, cc = 0x7f8779cd54a8, block_handler = 0, recv = 140221310635840, argc = 2, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#18 vm_exec_core (ec=0x55d15d483e00, initial=1) at ../../src/trunk-repeat50/insns.def:835
        bh = <optimized out>
        cd = 0x1
        leaf = <optimized out>
        val = 0
        reg_pc = 0x55d156294c68
        reg_cfp = 0x7f877852da30
        insns_address_table = {0x7f87d6c5c91f <vm_exec_core+10351>, 0x7f87d6c5a329 <vm_exec_core+633>, 0x7f87d6c5c4de <vm_exec_core+9262>, 0x7f87d6c5c464 <vm_exec_core+9140>, 0x7f87d6c5c3ed <vm_exec_core+9021>, 0x7f87d6c5c36e <vm_exec_core+8894>, 0x7f87d6c5c2ee <vm_exec_core+8766>, 0x7f87d6c5c292 <vm_exec_core+8674>, 0x7f87d6c5c237 <vm_exec_core+8583>, 0x7f87d6c5c1e7 <vm_exec_core+8503>, 0x7f87d6c5c06c <vm_exec_core+8124>, 0x7f87d6c5bec1 <vm_exec_core+7697>, 0x7f87d6c5bdd6 <vm_exec_core+7462>, 0x7f87d6c5bd67 <vm_exec_core+7351>, 0x7f87d6c5bcfa <vm_exec_core+7242>, 0x7f87d6c5bcbf <vm_exec_core+7183>, 0x7f87d6c5bc89 <vm_exec_core+7129>, 0x7f87d6c5bc56 <vm_exec_core+7078>, 0x7f87d6c5c54a <vm_exec_core+9370>, 0x7f87d6c5afb7 <vm_exec_core+3847>, 0x7f87d6c5af49 <vm_exec_core+3737>, 0x7f87d6c5af0e <vm_exec_core+3678>, 0x7f87d6c5aeb8 <vm_exec_core+3592>, 0x7f87d6c5ae74 <vm_exec_core+3524>, 0x7f87d6c5aded <vm_exec_core+3389>, 0x7f87d6c5adb8 <vm_exec_core+3336>, 0x7f87d6c5ad5d <vm_exec_core+3245>, 0x7f87d6c5ace5 <vm_exec_core+3125>, 0x7f87d6c5acad <vm_exec_core+3069>, 0x7f87d6c5ac75 <vm_exec_core+3013>, 0x7f87d6c5aa80 <vm_exec_core+2512>, 0x7f87d6c5a9ef <vm_exec_core+2367>, 0x7f87d6c5a992 <vm_exec_core+2274>, 0x7f87d6c5a919 <vm_exec_core+2153>, 0x7f87d6c5b659 <vm_exec_core+5545>, 0x7f87d6c5b634 <vm_exec_core+5508>, 0x7f87d6c5b5fb <vm_exec_core+5451>, 0x7f87d6c5b5ab <vm_exec_core+5371>, 0x7f87d6c5b579 <vm_exec_core+5321>, 0x7f87d6c5b48e <vm_exec_core+5086>, 0x7f87d6c5b449 <vm_exec_core+5017>, 0x7f87d6c5b403 <vm_exec_core+4947>, 0x7f87d6c5b3d3 <vm_exec_core+4899>, 0x7f87d6c5b308 <vm_exec_core+4696>, 0x7f87d6c5b373 <vm_exec_core+4803>, 0x7f87d6c5b1d8 <vm_exec_core+4392>, 0x7f87d6c5b16b <vm_exec_core+4283>, 0x7f87d6c5b0de <vm_exec_core+4142>, 0x7f87d6c5b022 <vm_exec_core+3954>, 0x7f87d6c5afea <vm_exec_core+3898>, 0x7f87d6c5bb57 <vm_exec_core+6823>, 0x7f87d6c5ba44 <vm_exec_core+6548>, 0x7f87d6c5a108 <vm_exec_core+88>, 0x7f87d6c5bbd2 <vm_exec_core+6946>, 0x7f87d6c5b79d <vm_exec_core+5869>, 0x7f87d6c5ca67 <vm_exec_core+10679>, 0x7f87d6c5b753 <vm_exec_core+5795>, 0x7f87d6c5b6fa <vm_exec_core+5706>, 0x7f87d6c5b6a1 <vm_exec_core+5617>, 0x7f87d6c5b936 <vm_exec_core+6278>, 0x7f87d6c5b860 <vm_exec_core+6064>, 0x7f87d6c5b7e7 <vm_exec_core+5943>, 0x7f87d6c5c8be <vm_exec_core+10254>, 0x7f87d6c5bb9a <vm_exec_core+6890>, 0x7f87d6c5b9ed <vm_exec_core+6461>, 0x7f87d6c5a77a <vm_exec_core+1738>, 0x7f87d6c5a740 <vm_exec_core+1680>, 0x7f87d6c5a872 <vm_exec_core+1986>, 0x7f87d6c5a7d1 <vm_exec_core+1825>, 0x7f87d6c5cd4f <vm_exec_core+11423>, 0x7f87d6c5cca6 <vm_exec_core+11254>, 0x7f87d6c5cf26 <vm_exec_core+11894>, 0x7f87d6c5ceb3 <vm_exec_core+11779>, 0x7f87d6c5ce0d <vm_exec_core+11613>, 0x7f87d6c5cdb1 <vm_exec_core+11521>, 0x7f87d6c5d2d3 <vm_exec_core+12835>, 0x7f87d6c5d236 <vm_exec_core+12678>, 0x7f87d6c5d19e <vm_exec_core+12526>, 0x7f87d6c5d101 <vm_exec_core+12369>, 0x7f87d6c5d069 <vm_exec_core+12217>, 0x7f87d6c5c9a8 <vm_exec_core+10488>, 0x7f87d6c5d01e <vm_exec_core+12142>, 0x7f87d6c5cfc8 <vm_exec_core+12056>, 0x7f87d6c5cb35 <vm_exec_core+10885>, 0x7f87d6c5caab <vm_exec_core+10747>, 0x7f87d6c5a6d3 <vm_exec_core+1571>, 0x7f87d6c5a675 <vm_exec_core+1477>, 0x7f87d6c5cc72 <vm_exec_core+11202>, 0x7f87d6c5cc3e <vm_exec_core+11150>, 0x7f87d6c5cbed <vm_exec_core+11069>, 0x7f87d6c5cb9e <vm_exec_core+10990>, 0x7f87d6c5c9db <vm_exec_core+10539>, 0x7f87d6c5c930 <vm_exec_core+10368>, 0x7f87d6c5a608 <vm_exec_core+1368>, 0x7f87d6c5a5b1 <vm_exec_core+1281>, 0x7f87d6c5a52e <vm_exec_core+1150>, 0x7f87d6c5a4e9 <vm_exec_core+1081>, 0x7f87d6c5a49c <vm_exec_core+1004>, 0x7f87d6c5a44f <vm_exec_core+927>, 0x7f87d6c5a3fa <vm_exec_core+842>, 0x7f87d6c5a3c7 <vm_exec_core+791>, 0x7f87d6c5a394 <vm_exec_core+740>, 0x7f87d6c5ca4b <vm_exec_core+10651>, 0x7f87d6c5a31a <vm_exec_core+618>, 0x7f87d6c5c4cf <vm_exec_core+9247>, 0x7f87d6c5c455 <vm_exec_core+9125>, 0x7f87d6c5c3de <vm_exec_core+9006>, 0x7f87d6c5c35f <vm_exec_core+8879>, 0x7f87d6c5c2df <vm_exec_core+8751>, 0x7f87d6c5c283 <vm_exec_core+8659>, 0x7f87d6c5c228 <vm_exec_core+8568>, 0x7f87d6c5c1d8 <vm_exec_core+8488>, 0x7f87d6c5c05d <vm_exec_core+8109>, 0x7f87d6c5beb2 <vm_exec_core+7682>, 0x7f87d6c5bdc7 <vm_exec_core+7447>, 0x7f87d6c5bd58 <vm_exec_core+7336>, 0x7f87d6c5bceb <vm_exec_core+7227>, 0x7f87d6c5bcb0 <vm_exec_core+7168>, 0x7f87d6c5bc7a <vm_exec_core+7114>, 0x7f87d6c5bc47 <vm_exec_core+7063>, 0x7f87d6c5c53b <vm_exec_core+9355>, 0x7f87d6c5afa8 <vm_exec_core+3832>, 0x7f87d6c5af3a <vm_exec_core+3722>, 0x7f87d6c5aeff <vm_exec_core+3663>, 0x7f87d6c5aea9 <vm_exec_core+3577>, 0x7f87d6c5ae65 <vm_exec_core+3509>, 0x7f87d6c5adde <vm_exec_core+3374>, 0x7f87d6c5ada9 <vm_exec_core+3321>, 0x7f87d6c5ad4e <vm_exec_core+3230>, 0x7f87d6c5acd6 <vm_exec_core+3110>, 0x7f87d6c5ac9e <vm_exec_core+3054>, 0x7f87d6c5ac66 <vm_exec_core+2998>, 0x7f87d6c5aa71 <vm_exec_core+2497>, 0x7f87d6c5a9e0 <vm_exec_core+2352>, 0x7f87d6c5a983 <vm_exec_core+2259>, 0x7f87d6c5a90a <vm_exec_core+2138>, 0x7f87d6c5b64a <vm_exec_core+5530>, 0x7f87d6c5b625 <vm_exec_core+5493>, 0x7f87d6c5b5ec <vm_exec_core+5436>, 0x7f87d6c5b59c <vm_exec_core+5356>, 0x7f87d6c5b56a <vm_exec_core+5306>, 0x7f87d6c5b47f <vm_exec_core+5071>, 0x7f87d6c5b43a <vm_exec_core+5002>, 0x7f87d6c5b3f4 <vm_exec_core+4932>, 0x7f87d6c5b3c4 <vm_exec_core+4884>, 0x7f87d6c5b2f9 <vm_exec_core+4681>, 0x7f87d6c5b364 <vm_exec_core+4788>, 0x7f87d6c5b1c9 <vm_exec_core+4377>, 0x7f87d6c5b15c <vm_exec_core+4268>, 0x7f87d6c5b0cf <vm_exec_core+4127>, 0x7f87d6c5b013 <vm_exec_core+3939>, 0x7f87d6c5afdb <vm_exec_core+3883>, 0x7f87d6c5bb48 <vm_exec_core+6808>, 0x7f87d6c5ba35 <vm_exec_core+6533>, 0x7f87d6c5d4f3 <vm_exec_core+13379>, 0x7f87d6c5bbc3 <vm_exec_core+6931>, 0x7f87d6c5b78e <vm_exec_core+5854>, 0x7f87d6c5d4df <vm_exec_core+13359>, 0x7f87d6c5b744 <vm_exec_core+5780>, 0x7f87d6c5b6eb <vm_exec_core+5691>, 0x7f87d6c5b692 <vm_exec_core+5602>, 0x7f87d6c5b927 <vm_exec_core+6263>, 0x7f87d6c5b851 <vm_exec_core+6049>, 0x7f87d6c5b7d8 <vm_exec_core+5928>, 0x7f87d6c5c8af <vm_exec_core+10239>, 0x7f87d6c5bb8b <vm_exec_core+6875>, 0x7f87d6c5b9de <vm_exec_core+6446>, 0x7f87d6c5a76b <vm_exec_core+1723>, 0x7f87d6c5a731 <vm_exec_core+1665>, 0x7f87d6c5a863 <vm_exec_core+1971>, 0x7f87d6c5a7c2 <vm_exec_core+1810>, 0x7f87d6c5d4cb <vm_exec_core+13339>, 0x7f87d6c5d4b7 <vm_exec_core+13319>, 0x7f87d6c5d4a3 <vm_exec_core+13299>, 0x7f87d6c5d48f <vm_exec_core+13279>, 0x7f87d6c5d47b <vm_exec_core+13259>, 0x7f87d6c5d467 <vm_exec_core+13239>, 0x7f87d6c5d44c <vm_exec_core+13212>, 0x7f87d6c5d438 <vm_exec_core+13192>, 0x7f87d6c5d424 <vm_exec_core+13172>, 0x7f87d6c5d410 <vm_exec_core+13152>, 0x7f87d6c5d3fc <vm_exec_core+13132>, 0x7f87d6c5d3e8 <vm_exec_core+13112>, 0x7f87d6c5d3d4 <vm_exec_core+13092>, 0x7f87d6c5d3c0 <vm_exec_core+13072>, 0x7f87d6c5d3ac <vm_exec_core+13052>, 0x7f87d6c5d398 <vm_exec_core+13032>, 0x7f87d6c5a6c4 <vm_exec_core+1556>, 0x7f87d6c5a666 <vm_exec_core+1462>, 0x7f87d6c5d384 <vm_exec_core+13012>, 0x7f87d6c5d370 <vm_exec_core+12992>, 0x7f87d6c5d35c <vm_exec_core+12972>, 0x7f87d6c5d348 <vm_exec_core+12952>, 0x7f87d6c5a0f1 <vm_exec_core+65>, 0x7f87d6c5a0f5 <vm_exec_core+69>, 0x7f87d6c5a5f9 <vm_exec_core+1353>, 0x7f87d6c5a5a2 <vm_exec_core+1266>, 0x7f87d6c5a51f <vm_exec_core+1135>, 0x7f87d6c5a4da <vm_exec_core+1066>, 0x7f87d6c5a48d <vm_exec_core+989>...}
#19 0x00007f87d6c6094b in rb_vm_exec (ec=0x55d15d483e00) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x55d15d483e00
        _tag = {tag = 36, retval = 4, buf = {0x7f877852da70, 0x7f87d6c60140 <rb_vm_exec+400>, 0x0, 0x7f877842d500, 0x0}, prev = 0x7f877842d720, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#20 0x00007f87d6c6efda in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#21 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1440
        iseq = <optimized out>
        i = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = <optimized out>
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#22 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-repeat50/vm.c:1458
        captured = <optimized out>
        again = <optimized out>
        again = <optimized out>
        captured = <optimized out>
#23 vm_yield_with_cref (is_lambda=<optimized out>, cref=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1495
No locals.
#24 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1503
No locals.
#25 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1337
No locals.
#26 rb_yield (val=<optimized out>, val@entry=36) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1353
No locals.
#27 0x00007f87d6a87a56 in rb_ensure (b_proc=0x7f87d6c6ee00 <rb_yield>, data1=36, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-repeat50/eval.c:1005
        _ec = 0x55d15d483e00
        _tag = {tag = 36, retval = 0, buf = {0x55d156173a60, 0x7f87d6a87b40 <rb_ensure+528>, 0x0, 0x7f877842d6c0, 0x7f87881507e0}, prev = 0x7f877842da20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x55d15d483e00
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f87d6c0a610 <rb_mutex_unlock>, data2 = 140221331770800}}
#28 0x00007f87d6c4ae74 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f877852dab0, ec=0x55d15d483e00) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3335
        ci = 0x66e100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f877a158890
        cfunc = 0x55d156173a68
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        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>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#29 vm_call_cfunc_with_frame (ec=0x55d15d483e00, reg_cfp=0x7f877852dab0, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3363
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#30 0x00007f87d6c5bb29 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:367
        val = 0
        ci = <optimized out>
        cc = <optimized out>
        recv = 140219814956616
        argc = <optimized out>
        calling = {ci = 0x66e100000001, cc = 0x7f87d139aed0, block_handler = 140219816008393, recv = 140221331770800, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#31 vm_exec_core (ec=0x55d15d483e00, initial=1) at ../../src/trunk-repeat50/insns.def:815
        bh = <optimized out>
        cd = 0x55d1562955a0
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 0
        reg_pc = 0x55d156284410
        reg_cfp = 0x7f877852dab0
        insns_address_table = {0x7f87d6c5c91f <vm_exec_core+10351>, 0x7f87d6c5a329 <vm_exec_core+633>, 0x7f87d6c5c4de <vm_exec_core+9262>, 0x7f87d6c5c464 <vm_exec_core+9140>, 0x7f87d6c5c3ed <vm_exec_core+9021>, 0x7f87d6c5c36e <vm_exec_core+8894>, 0x7f87d6c5c2ee <vm_exec_core+8766>, 0x7f87d6c5c292 <vm_exec_core+8674>, 0x7f87d6c5c237 <vm_exec_core+8583>, 0x7f87d6c5c1e7 <vm_exec_core+8503>, 0x7f87d6c5c06c <vm_exec_core+8124>, 0x7f87d6c5bec1 <vm_exec_core+7697>, 0x7f87d6c5bdd6 <vm_exec_core+7462>, 0x7f87d6c5bd67 <vm_exec_core+7351>, 0x7f87d6c5bcfa <vm_exec_core+7242>, 0x7f87d6c5bcbf <vm_exec_core+7183>, 0x7f87d6c5bc89 <vm_exec_core+7129>, 0x7f87d6c5bc56 <vm_exec_core+7078>, 0x7f87d6c5c54a <vm_exec_core+9370>, 0x7f87d6c5afb7 <vm_exec_core+3847>, 0x7f87d6c5af49 <vm_exec_core+3737>, 0x7f87d6c5af0e <vm_exec_core+3678>, 0x7f87d6c5aeb8 <vm_exec_core+3592>, 0x7f87d6c5ae74 <vm_exec_core+3524>, 0x7f87d6c5aded <vm_exec_core+3389>, 0x7f87d6c5adb8 <vm_exec_core+3336>, 0x7f87d6c5ad5d <vm_exec_core+3245>, 0x7f87d6c5ace5 <vm_exec_core+3125>, 0x7f87d6c5acad <vm_exec_core+3069>, 0x7f87d6c5ac75 <vm_exec_core+3013>, 0x7f87d6c5aa80 <vm_exec_core+2512>, 0x7f87d6c5a9ef <vm_exec_core+2367>, 0x7f87d6c5a992 <vm_exec_core+2274>, 0x7f87d6c5a919 <vm_exec_core+2153>, 0x7f87d6c5b659 <vm_exec_core+5545>, 0x7f87d6c5b634 <vm_exec_core+5508>, 0x7f87d6c5b5fb <vm_exec_core+5451>, 0x7f87d6c5b5ab <vm_exec_core+5371>, 0x7f87d6c5b579 <vm_exec_core+5321>, 0x7f87d6c5b48e <vm_exec_core+5086>, 0x7f87d6c5b449 <vm_exec_core+5017>, 0x7f87d6c5b403 <vm_exec_core+4947>, 0x7f87d6c5b3d3 <vm_exec_core+4899>, 0x7f87d6c5b308 <vm_exec_core+4696>, 0x7f87d6c5b373 <vm_exec_core+4803>, 0x7f87d6c5b1d8 <vm_exec_core+4392>, 0x7f87d6c5b16b <vm_exec_core+4283>, 0x7f87d6c5b0de <vm_exec_core+4142>, 0x7f87d6c5b022 <vm_exec_core+3954>, 0x7f87d6c5afea <vm_exec_core+3898>, 0x7f87d6c5bb57 <vm_exec_core+6823>, 0x7f87d6c5ba44 <vm_exec_core+6548>, 0x7f87d6c5a108 <vm_exec_core+88>, 0x7f87d6c5bbd2 <vm_exec_core+6946>, 0x7f87d6c5b79d <vm_exec_core+5869>, 0x7f87d6c5ca67 <vm_exec_core+10679>, 0x7f87d6c5b753 <vm_exec_core+5795>, 0x7f87d6c5b6fa <vm_exec_core+5706>, 0x7f87d6c5b6a1 <vm_exec_core+5617>, 0x7f87d6c5b936 <vm_exec_core+6278>, 0x7f87d6c5b860 <vm_exec_core+6064>, 0x7f87d6c5b7e7 <vm_exec_core+5943>, 0x7f87d6c5c8be <vm_exec_core+10254>, 0x7f87d6c5bb9a <vm_exec_core+6890>, 0x7f87d6c5b9ed <vm_exec_core+6461>, 0x7f87d6c5a77a <vm_exec_core+1738>, 0x7f87d6c5a740 <vm_exec_core+1680>, 0x7f87d6c5a872 <vm_exec_core+1986>, 0x7f87d6c5a7d1 <vm_exec_core+1825>, 0x7f87d6c5cd4f <vm_exec_core+11423>, 0x7f87d6c5cca6 <vm_exec_core+11254>, 0x7f87d6c5cf26 <vm_exec_core+11894>, 0x7f87d6c5ceb3 <vm_exec_core+11779>, 0x7f87d6c5ce0d <vm_exec_core+11613>, 0x7f87d6c5cdb1 <vm_exec_core+11521>, 0x7f87d6c5d2d3 <vm_exec_core+12835>, 0x7f87d6c5d236 <vm_exec_core+12678>, 0x7f87d6c5d19e <vm_exec_core+12526>, 0x7f87d6c5d101 <vm_exec_core+12369>, 0x7f87d6c5d069 <vm_exec_core+12217>, 0x7f87d6c5c9a8 <vm_exec_core+10488>, 0x7f87d6c5d01e <vm_exec_core+12142>, 0x7f87d6c5cfc8 <vm_exec_core+12056>, 0x7f87d6c5cb35 <vm_exec_core+10885>, 0x7f87d6c5caab <vm_exec_core+10747>, 0x7f87d6c5a6d3 <vm_exec_core+1571>, 0x7f87d6c5a675 <vm_exec_core+1477>, 0x7f87d6c5cc72 <vm_exec_core+11202>, 0x7f87d6c5cc3e <vm_exec_core+11150>, 0x7f87d6c5cbed <vm_exec_core+11069>, 0x7f87d6c5cb9e <vm_exec_core+10990>, 0x7f87d6c5c9db <vm_exec_core+10539>, 0x7f87d6c5c930 <vm_exec_core+10368>, 0x7f87d6c5a608 <vm_exec_core+1368>, 0x7f87d6c5a5b1 <vm_exec_core+1281>, 0x7f87d6c5a52e <vm_exec_core+1150>, 0x7f87d6c5a4e9 <vm_exec_core+1081>, 0x7f87d6c5a49c <vm_exec_core+1004>, 0x7f87d6c5a44f <vm_exec_core+927>, 0x7f87d6c5a3fa <vm_exec_core+842>, 0x7f87d6c5a3c7 <vm_exec_core+791>, 0x7f87d6c5a394 <vm_exec_core+740>, 0x7f87d6c5ca4b <vm_exec_core+10651>, 0x7f87d6c5a31a <vm_exec_core+618>, 0x7f87d6c5c4cf <vm_exec_core+9247>, 0x7f87d6c5c455 <vm_exec_core+9125>, 0x7f87d6c5c3de <vm_exec_core+9006>, 0x7f87d6c5c35f <vm_exec_core+8879>, 0x7f87d6c5c2df <vm_exec_core+8751>, 0x7f87d6c5c283 <vm_exec_core+8659>, 0x7f87d6c5c228 <vm_exec_core+8568>, 0x7f87d6c5c1d8 <vm_exec_core+8488>, 0x7f87d6c5c05d <vm_exec_core+8109>, 0x7f87d6c5beb2 <vm_exec_core+7682>, 0x7f87d6c5bdc7 <vm_exec_core+7447>, 0x7f87d6c5bd58 <vm_exec_core+7336>, 0x7f87d6c5bceb <vm_exec_core+7227>, 0x7f87d6c5bcb0 <vm_exec_core+7168>, 0x7f87d6c5bc7a <vm_exec_core+7114>, 0x7f87d6c5bc47 <vm_exec_core+7063>, 0x7f87d6c5c53b <vm_exec_core+9355>, 0x7f87d6c5afa8 <vm_exec_core+3832>, 0x7f87d6c5af3a <vm_exec_core+3722>, 0x7f87d6c5aeff <vm_exec_core+3663>, 0x7f87d6c5aea9 <vm_exec_core+3577>, 0x7f87d6c5ae65 <vm_exec_core+3509>, 0x7f87d6c5adde <vm_exec_core+3374>, 0x7f87d6c5ada9 <vm_exec_core+3321>, 0x7f87d6c5ad4e <vm_exec_core+3230>, 0x7f87d6c5acd6 <vm_exec_core+3110>, 0x7f87d6c5ac9e <vm_exec_core+3054>, 0x7f87d6c5ac66 <vm_exec_core+2998>, 0x7f87d6c5aa71 <vm_exec_core+2497>, 0x7f87d6c5a9e0 <vm_exec_core+2352>, 0x7f87d6c5a983 <vm_exec_core+2259>, 0x7f87d6c5a90a <vm_exec_core+2138>, 0x7f87d6c5b64a <vm_exec_core+5530>, 0x7f87d6c5b625 <vm_exec_core+5493>, 0x7f87d6c5b5ec <vm_exec_core+5436>, 0x7f87d6c5b59c <vm_exec_core+5356>, 0x7f87d6c5b56a <vm_exec_core+5306>, 0x7f87d6c5b47f <vm_exec_core+5071>, 0x7f87d6c5b43a <vm_exec_core+5002>, 0x7f87d6c5b3f4 <vm_exec_core+4932>, 0x7f87d6c5b3c4 <vm_exec_core+4884>, 0x7f87d6c5b2f9 <vm_exec_core+4681>, 0x7f87d6c5b364 <vm_exec_core+4788>, 0x7f87d6c5b1c9 <vm_exec_core+4377>, 0x7f87d6c5b15c <vm_exec_core+4268>, 0x7f87d6c5b0cf <vm_exec_core+4127>, 0x7f87d6c5b013 <vm_exec_core+3939>, 0x7f87d6c5afdb <vm_exec_core+3883>, 0x7f87d6c5bb48 <vm_exec_core+6808>, 0x7f87d6c5ba35 <vm_exec_core+6533>, 0x7f87d6c5d4f3 <vm_exec_core+13379>, 0x7f87d6c5bbc3 <vm_exec_core+6931>, 0x7f87d6c5b78e <vm_exec_core+5854>, 0x7f87d6c5d4df <vm_exec_core+13359>, 0x7f87d6c5b744 <vm_exec_core+5780>, 0x7f87d6c5b6eb <vm_exec_core+5691>, 0x7f87d6c5b692 <vm_exec_core+5602>, 0x7f87d6c5b927 <vm_exec_core+6263>, 0x7f87d6c5b851 <vm_exec_core+6049>, 0x7f87d6c5b7d8 <vm_exec_core+5928>, 0x7f87d6c5c8af <vm_exec_core+10239>, 0x7f87d6c5bb8b <vm_exec_core+6875>, 0x7f87d6c5b9de <vm_exec_core+6446>, 0x7f87d6c5a76b <vm_exec_core+1723>, 0x7f87d6c5a731 <vm_exec_core+1665>, 0x7f87d6c5a863 <vm_exec_core+1971>, 0x7f87d6c5a7c2 <vm_exec_core+1810>, 0x7f87d6c5d4cb <vm_exec_core+13339>, 0x7f87d6c5d4b7 <vm_exec_core+13319>, 0x7f87d6c5d4a3 <vm_exec_core+13299>, 0x7f87d6c5d48f <vm_exec_core+13279>, 0x7f87d6c5d47b <vm_exec_core+13259>, 0x7f87d6c5d467 <vm_exec_core+13239>, 0x7f87d6c5d44c <vm_exec_core+13212>, 0x7f87d6c5d438 <vm_exec_core+13192>, 0x7f87d6c5d424 <vm_exec_core+13172>, 0x7f87d6c5d410 <vm_exec_core+13152>, 0x7f87d6c5d3fc <vm_exec_core+13132>, 0x7f87d6c5d3e8 <vm_exec_core+13112>, 0x7f87d6c5d3d4 <vm_exec_core+13092>, 0x7f87d6c5d3c0 <vm_exec_core+13072>, 0x7f87d6c5d3ac <vm_exec_core+13052>, 0x7f87d6c5d398 <vm_exec_core+13032>, 0x7f87d6c5a6c4 <vm_exec_core+1556>, 0x7f87d6c5a666 <vm_exec_core+1462>, 0x7f87d6c5d384 <vm_exec_core+13012>, 0x7f87d6c5d370 <vm_exec_core+12992>, 0x7f87d6c5d35c <vm_exec_core+12972>, 0x7f87d6c5d348 <vm_exec_core+12952>, 0x7f87d6c5a0f1 <vm_exec_core+65>, 0x7f87d6c5a0f5 <vm_exec_core+69>, 0x7f87d6c5a5f9 <vm_exec_core+1353>, 0x7f87d6c5a5a2 <vm_exec_core+1266>, 0x7f87d6c5a51f <vm_exec_core+1135>, 0x7f87d6c5a4da <vm_exec_core+1066>, 0x7f87d6c5a48d <vm_exec_core+989>...}
#32 0x00007f87d6c6094b in rb_vm_exec (ec=0x55d15d483e00) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x55d15d483e00
        _tag = {tag = 36, retval = 4, buf = {0x7f877842db20, 0x7f87d6c60140 <rb_vm_exec+400>, 0x0, 0x7f877842d950, 0x22220021}, prev = 0x7f877852dc40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#33 0x00007f87d6c65fdf in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x55d162cb9430, argc=argc@entry=0, argv=argv@entry=0x7f877842dad0, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-repeat50/vm.c:1589
        self = <optimized out>
#34 0x00007f87d6c12060 in thread_do_start_proc (th=0x55d15d4014d0) at /tmp/ruby/src/trunk-repeat50/thread.c:593
        args = 140221298181000
        args_ptr = 0x7f877842dad0
        args_len = 0
        procval = <optimized out>
        proc = 0x55d162cb9430
#35 0x00007f87d6c127a4 in thread_do_start (th=0x55d15d4014d0) at /tmp/ruby/src/trunk-repeat50/thread.c:612
        result = 36
        result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#36 thread_start_func_2 (th=<optimized out>, stack_start=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread.c:686
        _ec = 0x55d15d483e00
        _tag = {tag = 36, retval = 140221394157484, buf = {0x7f877852dce0, 0x7f87d6c125b8 <thread_start_func_2+760>, 0x0, 0x7f877842db30, 0x7fff7dba980a}, 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>
#37 0x00007f87d6c13234 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:1176
        th = 0x55d15d4014d0
        altstack = 0x7f875803cc50
#38 0x00007f87d6636b43 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 = {140221225288896, 749978131629142519, 140219816011328, 25, 140221394151504, 140221225289248, -763776273421897225, -763402030762757641}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#39 0x00007f87d66c7bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 3 (Thread 0x7f87cf34f640 (LWP 536299)):
#0  __futex_abstimed_wait_common64 (private=-691985459, cancel=true, abstime=0x7f87cf34ed30, op=137, expected=0, futex_word=0x7f87cf34ed68) 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=-691985459, abstime=0x7f87cf34ed30, clockid=1606158960, expected=0, futex_word=0x7f87cf34ed68) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 3154800896
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7f87cf34ed68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7f87cf34ed30, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f87d6635f1b in __pthread_cond_wait_common (abstime=0x7f87cf34ed30, clockid=1, mutex=0x7f87d6eb2f40 <thread_cache_lock>, cond=0x7f87cf34ed40) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f87d66357a0 <__condvar_cleanup_waiting>, __arg = 0x7f87cf34ec80, __canceltype = 2109380618, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x7f87cf34ed40, mutex = 0x7f87d6eb2f40 <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=0x7f87cf34ed40, mutex=mutex@entry=0x7f87d6eb2f40 <thread_cache_lock>, abstime=abstime@entry=0x7f87cf34ed30) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00007f87d6c132e8 in native_cond_timedwait (abs=<synthetic pointer>, mutex=0x7f87d6eb2f40 <thread_cache_lock>, cond=0x7f87cf34ed40) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:688
        r = <optimized out>
        ts = {tv_sec = 739468, tv_nsec = 410870169}
        r = <optimized out>
        ts = <optimized out>
#6  register_cached_thread_and_wait (altstack=0x55d160480fa0) at /tmp/ruby/src/trunk-repeat50/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 = 140221273667136, th = 0x0, altstack = 0x55d160480fa0, node = {next = 0x7f8788d1ed88, prev = 0x7f87d6ea3c50 <cached_thread_head>}}
        end = <optimized out>
        entry = <optimized out>
#7  thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:1183
        th = <optimized out>
        altstack = 0x55d160480fa0
#8  0x00007f87d6636b43 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 = {140735301733984, 749978131629142519, 140221273667136, 22, 140221394151504, 140735301734336, -763382905420320265, -763402030762757641}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007f87d66c7bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 2 (Thread 0x7f8788d1f640 (LWP 536301)):
#0  __futex_abstimed_wait_common64 (private=-691985459, cancel=true, abstime=0x7f8788d1ed30, op=137, expected=0, futex_word=0x7f8788d1ed68) 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=-691985459, abstime=0x7f8788d1ed30, clockid=1567639472, expected=0, futex_word=0x7f8788d1ed68) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 1883746560
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7f8788d1ed68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7f8788d1ed30, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f87d6635f1b in __pthread_cond_wait_common (abstime=0x7f8788d1ed30, clockid=1, mutex=0x7f87d6eb2f40 <thread_cache_lock>, cond=0x7f8788d1ed40) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f87d66357a0 <__condvar_cleanup_waiting>, __arg = 0x7f8788d1ec80, __canceltype = 2109380618, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x7f8788d1ed40, mutex = 0x7f87d6eb2f40 <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=0x7f8788d1ed40, mutex=mutex@entry=0x7f87d6eb2f40 <thread_cache_lock>, abstime=abstime@entry=0x7f8788d1ed30) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00007f87d6c132e8 in native_cond_timedwait (abs=<synthetic pointer>, mutex=0x7f87d6eb2f40 <thread_cache_lock>, cond=0x7f8788d1ed40) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:688
        r = <optimized out>
        ts = {tv_sec = 739468, tv_nsec = 402296288}
        r = <optimized out>
        ts = <optimized out>
#6  register_cached_thread_and_wait (altstack=0x55d160ba5470) at /tmp/ruby/src/trunk-repeat50/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 = 140220092773952, th = 0x0, altstack = 0x55d160ba5470, node = {next = 0x7f87d6ea3c50 <cached_thread_head>, prev = 0x7f87cf34ed88}}
        end = <optimized out>
        entry = <optimized out>
#7  thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread_pthread.c:1183
        th = <optimized out>
        altstack = 0x55d160ba5470
#8  0x00007f87d6636b43 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 = {140735301733984, 749978131629142519, 140220092773952, 22, 140221394151504, 140735301734336, -763531107561836041, -763402030762757641}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007f87d66c7bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f87d6580c00 (LWP 513755)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140221393406976) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f87d6580c00
        old_mask = {__val = {94357580569360, 140221394220243, 94357581108480, 17142745182889480448, 69, 18446744073709551344, 2, 0, 94357581108480, 1754, 94357580569360, 140221394220243, 0, 140221394116589, 140221393406976, 140221395731968}}
        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=140221393406976) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140221393406976, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f87d65e4476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f87d65ca7f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2, 140221395748512, 3432, 140221401716790, 140221394114640, 2, 3467824696768081952, 2314885530818453536, 140221395748512, 2, 2, 1, 140221401716790, 140221395731968, 140221394067543, 140221393397328}}, sa_flags = 0, sa_restorer = 0x7f87d67bc6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472328296227680304, 3467824696768081952, 2314885530818453536, 2314885530818453536, 7166204968890474528, 2314885437357583457, 6731583338252032800, 7089852626332169994, 140221394676356, 3474915662709089894, 2, 140221401716790, 2, 2314885530818453536, 140221394112365}}
#5  0x00007f87d69d8947 in die () at /tmp/ruby/src/trunk-repeat50/error.c:776
No locals.
#6  rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x55d1561a9780, fmt=fmt@entry=0x7f87d6d65131 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat50/error.c:817
        file = <optimized out>
        line = 640
#7  0x00007f87d6bc2d3d in sigsegv (sig=11, info=0x55d1561a98b0, ctx=0x55d1561a9780) at /tmp/ruby/src/trunk-repeat50/signal.c:964
No locals.
#8  <signal handler called>
No locals.
#9  __strchr_avx2 () at ../sysdeps/x86_64/multiarch/strchr-avx2.S:65
No locals.
#10 0x00007f87d251bf83 in _rl_find_completion_word () from /lib/x86_64-linux-gnu/libreadline.so.8
No symbol table info available.
#11 0x00007f87d2521797 in rl_complete_internal () from /lib/x86_64-linux-gnu/libreadline.so.8
No symbol table info available.
#12 0x00007f87d2518e98 in _rl_dispatch_subseq () from /lib/x86_64-linux-gnu/libreadline.so.8
No symbol table info available.
#13 0x00007f87d2519cca in readline_internal_char () from /lib/x86_64-linux-gnu/libreadline.so.8
No symbol table info available.
#14 0x00007f87d2522d15 in readline () from /lib/x86_64-linux-gnu/libreadline.so.8
No symbol table info available.
#15 0x00007f87d6a8786c in rb_protect (proc=proc@entry=0x7f87d255a7a0 <readline_get>, data=data@entry=140221284764864, pstate=pstate@entry=0x7fff7daaca8c) at /tmp/ruby/src/trunk-repeat50/eval.c:979
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 257889, buf = {0x7f87cfde4cc0, 0x7f87d6a878da <rb_protect+362>, 0x0, 0x7fff7daac980, 0x7f87cfde4cc0}, prev = 0x7fff7daacd60, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x55d156129120
        cfp = 0x7f87d657e610
#16 0x00007f87d255af46 in readline_readline (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk-repeat50/ext/readline/readline.c:508
        tmp = 140221284764840
        add_hist = <optimized out>
        result = <optimized out>
        prompt = 0x7f87cfde4cc0 "> "
        buff = <optimized out>
        status = 32647
#17 0x00007f87d6c4b1ea in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3335
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        block_handler = <optimized out>
        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>
        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>
#18 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3363
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#19 vm_call_cfunc (ec=0x55d156129120, reg_cfp=0x7f87d657e650, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3460
        ci = <optimized out>
        argv_ary = <optimized out>
#20 0x00007f87d6c5a1ad in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:367
        val = 0
        ci = 0xfd0
        cc = <optimized out>
        recv = 140219844902864
        argc = <optimized out>
        calling = {ci = 0x413100100005, cc = 0x7f87d63f9908, block_handler = 0, recv = 140221316105520, argc = 2, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#21 vm_exec_core (ec=0x55d156129120, initial=32) at ../../src/trunk-repeat50/insns.def:835
        bh = <optimized out>
        cd = 0x20
        leaf = <optimized out>
        val = 0
        reg_pc = 0x55d1587c3410
        reg_cfp = 0x7f87d657e650
        insns_address_table = {0x7f87d6c5c91f <vm_exec_core+10351>, 0x7f87d6c5a329 <vm_exec_core+633>, 0x7f87d6c5c4de <vm_exec_core+9262>, 0x7f87d6c5c464 <vm_exec_core+9140>, 0x7f87d6c5c3ed <vm_exec_core+9021>, 0x7f87d6c5c36e <vm_exec_core+8894>, 0x7f87d6c5c2ee <vm_exec_core+8766>, 0x7f87d6c5c292 <vm_exec_core+8674>, 0x7f87d6c5c237 <vm_exec_core+8583>, 0x7f87d6c5c1e7 <vm_exec_core+8503>, 0x7f87d6c5c06c <vm_exec_core+8124>, 0x7f87d6c5bec1 <vm_exec_core+7697>, 0x7f87d6c5bdd6 <vm_exec_core+7462>, 0x7f87d6c5bd67 <vm_exec_core+7351>, 0x7f87d6c5bcfa <vm_exec_core+7242>, 0x7f87d6c5bcbf <vm_exec_core+7183>, 0x7f87d6c5bc89 <vm_exec_core+7129>, 0x7f87d6c5bc56 <vm_exec_core+7078>, 0x7f87d6c5c54a <vm_exec_core+9370>, 0x7f87d6c5afb7 <vm_exec_core+3847>, 0x7f87d6c5af49 <vm_exec_core+3737>, 0x7f87d6c5af0e <vm_exec_core+3678>, 0x7f87d6c5aeb8 <vm_exec_core+3592>, 0x7f87d6c5ae74 <vm_exec_core+3524>, 0x7f87d6c5aded <vm_exec_core+3389>, 0x7f87d6c5adb8 <vm_exec_core+3336>, 0x7f87d6c5ad5d <vm_exec_core+3245>, 0x7f87d6c5ace5 <vm_exec_core+3125>, 0x7f87d6c5acad <vm_exec_core+3069>, 0x7f87d6c5ac75 <vm_exec_core+3013>, 0x7f87d6c5aa80 <vm_exec_core+2512>, 0x7f87d6c5a9ef <vm_exec_core+2367>, 0x7f87d6c5a992 <vm_exec_core+2274>, 0x7f87d6c5a919 <vm_exec_core+2153>, 0x7f87d6c5b659 <vm_exec_core+5545>, 0x7f87d6c5b634 <vm_exec_core+5508>, 0x7f87d6c5b5fb <vm_exec_core+5451>, 0x7f87d6c5b5ab <vm_exec_core+5371>, 0x7f87d6c5b579 <vm_exec_core+5321>, 0x7f87d6c5b48e <vm_exec_core+5086>, 0x7f87d6c5b449 <vm_exec_core+5017>, 0x7f87d6c5b403 <vm_exec_core+4947>, 0x7f87d6c5b3d3 <vm_exec_core+4899>, 0x7f87d6c5b308 <vm_exec_core+4696>, 0x7f87d6c5b373 <vm_exec_core+4803>, 0x7f87d6c5b1d8 <vm_exec_core+4392>, 0x7f87d6c5b16b <vm_exec_core+4283>, 0x7f87d6c5b0de <vm_exec_core+4142>, 0x7f87d6c5b022 <vm_exec_core+3954>, 0x7f87d6c5afea <vm_exec_core+3898>, 0x7f87d6c5bb57 <vm_exec_core+6823>, 0x7f87d6c5ba44 <vm_exec_core+6548>, 0x7f87d6c5a108 <vm_exec_core+88>, 0x7f87d6c5bbd2 <vm_exec_core+6946>, 0x7f87d6c5b79d <vm_exec_core+5869>, 0x7f87d6c5ca67 <vm_exec_core+10679>, 0x7f87d6c5b753 <vm_exec_core+5795>, 0x7f87d6c5b6fa <vm_exec_core+5706>, 0x7f87d6c5b6a1 <vm_exec_core+5617>, 0x7f87d6c5b936 <vm_exec_core+6278>, 0x7f87d6c5b860 <vm_exec_core+6064>, 0x7f87d6c5b7e7 <vm_exec_core+5943>, 0x7f87d6c5c8be <vm_exec_core+10254>, 0x7f87d6c5bb9a <vm_exec_core+6890>, 0x7f87d6c5b9ed <vm_exec_core+6461>, 0x7f87d6c5a77a <vm_exec_core+1738>, 0x7f87d6c5a740 <vm_exec_core+1680>, 0x7f87d6c5a872 <vm_exec_core+1986>, 0x7f87d6c5a7d1 <vm_exec_core+1825>, 0x7f87d6c5cd4f <vm_exec_core+11423>, 0x7f87d6c5cca6 <vm_exec_core+11254>, 0x7f87d6c5cf26 <vm_exec_core+11894>, 0x7f87d6c5ceb3 <vm_exec_core+11779>, 0x7f87d6c5ce0d <vm_exec_core+11613>, 0x7f87d6c5cdb1 <vm_exec_core+11521>, 0x7f87d6c5d2d3 <vm_exec_core+12835>, 0x7f87d6c5d236 <vm_exec_core+12678>, 0x7f87d6c5d19e <vm_exec_core+12526>, 0x7f87d6c5d101 <vm_exec_core+12369>, 0x7f87d6c5d069 <vm_exec_core+12217>, 0x7f87d6c5c9a8 <vm_exec_core+10488>, 0x7f87d6c5d01e <vm_exec_core+12142>, 0x7f87d6c5cfc8 <vm_exec_core+12056>, 0x7f87d6c5cb35 <vm_exec_core+10885>, 0x7f87d6c5caab <vm_exec_core+10747>, 0x7f87d6c5a6d3 <vm_exec_core+1571>, 0x7f87d6c5a675 <vm_exec_core+1477>, 0x7f87d6c5cc72 <vm_exec_core+11202>, 0x7f87d6c5cc3e <vm_exec_core+11150>, 0x7f87d6c5cbed <vm_exec_core+11069>, 0x7f87d6c5cb9e <vm_exec_core+10990>, 0x7f87d6c5c9db <vm_exec_core+10539>, 0x7f87d6c5c930 <vm_exec_core+10368>, 0x7f87d6c5a608 <vm_exec_core+1368>, 0x7f87d6c5a5b1 <vm_exec_core+1281>, 0x7f87d6c5a52e <vm_exec_core+1150>, 0x7f87d6c5a4e9 <vm_exec_core+1081>, 0x7f87d6c5a49c <vm_exec_core+1004>, 0x7f87d6c5a44f <vm_exec_core+927>, 0x7f87d6c5a3fa <vm_exec_core+842>, 0x7f87d6c5a3c7 <vm_exec_core+791>, 0x7f87d6c5a394 <vm_exec_core+740>, 0x7f87d6c5ca4b <vm_exec_core+10651>, 0x7f87d6c5a31a <vm_exec_core+618>, 0x7f87d6c5c4cf <vm_exec_core+9247>, 0x7f87d6c5c455 <vm_exec_core+9125>, 0x7f87d6c5c3de <vm_exec_core+9006>, 0x7f87d6c5c35f <vm_exec_core+8879>, 0x7f87d6c5c2df <vm_exec_core+8751>, 0x7f87d6c5c283 <vm_exec_core+8659>, 0x7f87d6c5c228 <vm_exec_core+8568>, 0x7f87d6c5c1d8 <vm_exec_core+8488>, 0x7f87d6c5c05d <vm_exec_core+8109>, 0x7f87d6c5beb2 <vm_exec_core+7682>, 0x7f87d6c5bdc7 <vm_exec_core+7447>, 0x7f87d6c5bd58 <vm_exec_core+7336>, 0x7f87d6c5bceb <vm_exec_core+7227>, 0x7f87d6c5bcb0 <vm_exec_core+7168>, 0x7f87d6c5bc7a <vm_exec_core+7114>, 0x7f87d6c5bc47 <vm_exec_core+7063>, 0x7f87d6c5c53b <vm_exec_core+9355>, 0x7f87d6c5afa8 <vm_exec_core+3832>, 0x7f87d6c5af3a <vm_exec_core+3722>, 0x7f87d6c5aeff <vm_exec_core+3663>, 0x7f87d6c5aea9 <vm_exec_core+3577>, 0x7f87d6c5ae65 <vm_exec_core+3509>, 0x7f87d6c5adde <vm_exec_core+3374>, 0x7f87d6c5ada9 <vm_exec_core+3321>, 0x7f87d6c5ad4e <vm_exec_core+3230>, 0x7f87d6c5acd6 <vm_exec_core+3110>, 0x7f87d6c5ac9e <vm_exec_core+3054>, 0x7f87d6c5ac66 <vm_exec_core+2998>, 0x7f87d6c5aa71 <vm_exec_core+2497>, 0x7f87d6c5a9e0 <vm_exec_core+2352>, 0x7f87d6c5a983 <vm_exec_core+2259>, 0x7f87d6c5a90a <vm_exec_core+2138>, 0x7f87d6c5b64a <vm_exec_core+5530>, 0x7f87d6c5b625 <vm_exec_core+5493>, 0x7f87d6c5b5ec <vm_exec_core+5436>, 0x7f87d6c5b59c <vm_exec_core+5356>, 0x7f87d6c5b56a <vm_exec_core+5306>, 0x7f87d6c5b47f <vm_exec_core+5071>, 0x7f87d6c5b43a <vm_exec_core+5002>, 0x7f87d6c5b3f4 <vm_exec_core+4932>, 0x7f87d6c5b3c4 <vm_exec_core+4884>, 0x7f87d6c5b2f9 <vm_exec_core+4681>, 0x7f87d6c5b364 <vm_exec_core+4788>, 0x7f87d6c5b1c9 <vm_exec_core+4377>, 0x7f87d6c5b15c <vm_exec_core+4268>, 0x7f87d6c5b0cf <vm_exec_core+4127>, 0x7f87d6c5b013 <vm_exec_core+3939>, 0x7f87d6c5afdb <vm_exec_core+3883>, 0x7f87d6c5bb48 <vm_exec_core+6808>, 0x7f87d6c5ba35 <vm_exec_core+6533>, 0x7f87d6c5d4f3 <vm_exec_core+13379>, 0x7f87d6c5bbc3 <vm_exec_core+6931>, 0x7f87d6c5b78e <vm_exec_core+5854>, 0x7f87d6c5d4df <vm_exec_core+13359>, 0x7f87d6c5b744 <vm_exec_core+5780>, 0x7f87d6c5b6eb <vm_exec_core+5691>, 0x7f87d6c5b692 <vm_exec_core+5602>, 0x7f87d6c5b927 <vm_exec_core+6263>, 0x7f87d6c5b851 <vm_exec_core+6049>, 0x7f87d6c5b7d8 <vm_exec_core+5928>, 0x7f87d6c5c8af <vm_exec_core+10239>, 0x7f87d6c5bb8b <vm_exec_core+6875>, 0x7f87d6c5b9de <vm_exec_core+6446>, 0x7f87d6c5a76b <vm_exec_core+1723>, 0x7f87d6c5a731 <vm_exec_core+1665>, 0x7f87d6c5a863 <vm_exec_core+1971>, 0x7f87d6c5a7c2 <vm_exec_core+1810>, 0x7f87d6c5d4cb <vm_exec_core+13339>, 0x7f87d6c5d4b7 <vm_exec_core+13319>, 0x7f87d6c5d4a3 <vm_exec_core+13299>, 0x7f87d6c5d48f <vm_exec_core+13279>, 0x7f87d6c5d47b <vm_exec_core+13259>, 0x7f87d6c5d467 <vm_exec_core+13239>, 0x7f87d6c5d44c <vm_exec_core+13212>, 0x7f87d6c5d438 <vm_exec_core+13192>, 0x7f87d6c5d424 <vm_exec_core+13172>, 0x7f87d6c5d410 <vm_exec_core+13152>, 0x7f87d6c5d3fc <vm_exec_core+13132>, 0x7f87d6c5d3e8 <vm_exec_core+13112>, 0x7f87d6c5d3d4 <vm_exec_core+13092>, 0x7f87d6c5d3c0 <vm_exec_core+13072>, 0x7f87d6c5d3ac <vm_exec_core+13052>, 0x7f87d6c5d398 <vm_exec_core+13032>, 0x7f87d6c5a6c4 <vm_exec_core+1556>, 0x7f87d6c5a666 <vm_exec_core+1462>, 0x7f87d6c5d384 <vm_exec_core+13012>, 0x7f87d6c5d370 <vm_exec_core+12992>, 0x7f87d6c5d35c <vm_exec_core+12972>, 0x7f87d6c5d348 <vm_exec_core+12952>, 0x7f87d6c5a0f1 <vm_exec_core+65>, 0x7f87d6c5a0f5 <vm_exec_core+69>, 0x7f87d6c5a5f9 <vm_exec_core+1353>, 0x7f87d6c5a5a2 <vm_exec_core+1266>, 0x7f87d6c5a51f <vm_exec_core+1135>, 0x7f87d6c5a4da <vm_exec_core+1066>, 0x7f87d6c5a48d <vm_exec_core+989>...}
#22 0x00007f87d6c6094b in rb_vm_exec (ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 4, buf = {0x7f87d657e6d0, 0x7f87d6c60140 <rb_vm_exec+400>, 0x0, 0x7fff7daacc90, 0x0}, prev = 0x7fff7daaceb0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#23 0x00007f87d6c6efda in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#24 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1440
        iseq = <optimized out>
        i = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = <optimized out>
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#25 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-repeat50/vm.c:1458
        captured = <optimized out>
        again = <optimized out>
        again = <optimized out>
        captured = <optimized out>
#26 vm_yield_with_cref (is_lambda=<optimized out>, cref=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1495
No locals.
#27 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1503
No locals.
#28 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1337
No locals.
#29 rb_yield (val=<optimized out>, val@entry=140221391805840) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1353
No locals.
#30 0x00007f87d6a87a56 in rb_ensure (b_proc=0x7f87d6c6ee00 <rb_yield>, data1=140221391805840, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-repeat50/eval.c:1005
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 94357580583200, buf = {0x55d15618e1b0, 0x7f87d6a87b40 <rb_ensure+528>, 0x0, 0x7fff7daace50, 0x2}, prev = 0x7fff7daad1b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x55d156129120
        ensure_list = {next = 0x7fff7daad2e0, entry = {marker = 0, e_proc = 0x7f87d6ac2230 <io_close>, data2 = 140221391805840}}
#31 0x00007f87d6c4ae74 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7f87d657e710, ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3335
        ci = 0x40e100040005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f877b19a708
        cfunc = 0x55d15618e1b8
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        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>
        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>
#32 vm_call_cfunc_with_frame (ec=0x55d156129120, reg_cfp=0x7f87d657e710, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3363
        argc = 2
        stack_bottom = <optimized out>
        argv = <optimized out>
#33 0x00007f87d6c5bb29 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:367
        val = 0
        ci = <optimized out>
        cc = <optimized out>
        recv = 140219844902864
        argc = <optimized out>
        calling = {ci = 0x40e100040005, cc = 0x7f87d63f9e08, block_handler = 140221393397545, recv = 140221316953000, argc = 2, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#34 vm_exec_core (ec=0x55d156129120, initial=32) at ../../src/trunk-repeat50/insns.def:815
        bh = <optimized out>
        cd = 0x55d1587d1910
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 0
        reg_pc = 0x55d1587d18d8
        reg_cfp = 0x7f87d657e710
        insns_address_table = {0x7f87d6c5c91f <vm_exec_core+10351>, 0x7f87d6c5a329 <vm_exec_core+633>, 0x7f87d6c5c4de <vm_exec_core+9262>, 0x7f87d6c5c464 <vm_exec_core+9140>, 0x7f87d6c5c3ed <vm_exec_core+9021>, 0x7f87d6c5c36e <vm_exec_core+8894>, 0x7f87d6c5c2ee <vm_exec_core+8766>, 0x7f87d6c5c292 <vm_exec_core+8674>, 0x7f87d6c5c237 <vm_exec_core+8583>, 0x7f87d6c5c1e7 <vm_exec_core+8503>, 0x7f87d6c5c06c <vm_exec_core+8124>, 0x7f87d6c5bec1 <vm_exec_core+7697>, 0x7f87d6c5bdd6 <vm_exec_core+7462>, 0x7f87d6c5bd67 <vm_exec_core+7351>, 0x7f87d6c5bcfa <vm_exec_core+7242>, 0x7f87d6c5bcbf <vm_exec_core+7183>, 0x7f87d6c5bc89 <vm_exec_core+7129>, 0x7f87d6c5bc56 <vm_exec_core+7078>, 0x7f87d6c5c54a <vm_exec_core+9370>, 0x7f87d6c5afb7 <vm_exec_core+3847>, 0x7f87d6c5af49 <vm_exec_core+3737>, 0x7f87d6c5af0e <vm_exec_core+3678>, 0x7f87d6c5aeb8 <vm_exec_core+3592>, 0x7f87d6c5ae74 <vm_exec_core+3524>, 0x7f87d6c5aded <vm_exec_core+3389>, 0x7f87d6c5adb8 <vm_exec_core+3336>, 0x7f87d6c5ad5d <vm_exec_core+3245>, 0x7f87d6c5ace5 <vm_exec_core+3125>, 0x7f87d6c5acad <vm_exec_core+3069>, 0x7f87d6c5ac75 <vm_exec_core+3013>, 0x7f87d6c5aa80 <vm_exec_core+2512>, 0x7f87d6c5a9ef <vm_exec_core+2367>, 0x7f87d6c5a992 <vm_exec_core+2274>, 0x7f87d6c5a919 <vm_exec_core+2153>, 0x7f87d6c5b659 <vm_exec_core+5545>, 0x7f87d6c5b634 <vm_exec_core+5508>, 0x7f87d6c5b5fb <vm_exec_core+5451>, 0x7f87d6c5b5ab <vm_exec_core+5371>, 0x7f87d6c5b579 <vm_exec_core+5321>, 0x7f87d6c5b48e <vm_exec_core+5086>, 0x7f87d6c5b449 <vm_exec_core+5017>, 0x7f87d6c5b403 <vm_exec_core+4947>, 0x7f87d6c5b3d3 <vm_exec_core+4899>, 0x7f87d6c5b308 <vm_exec_core+4696>, 0x7f87d6c5b373 <vm_exec_core+4803>, 0x7f87d6c5b1d8 <vm_exec_core+4392>, 0x7f87d6c5b16b <vm_exec_core+4283>, 0x7f87d6c5b0de <vm_exec_core+4142>, 0x7f87d6c5b022 <vm_exec_core+3954>, 0x7f87d6c5afea <vm_exec_core+3898>, 0x7f87d6c5bb57 <vm_exec_core+6823>, 0x7f87d6c5ba44 <vm_exec_core+6548>, 0x7f87d6c5a108 <vm_exec_core+88>, 0x7f87d6c5bbd2 <vm_exec_core+6946>, 0x7f87d6c5b79d <vm_exec_core+5869>, 0x7f87d6c5ca67 <vm_exec_core+10679>, 0x7f87d6c5b753 <vm_exec_core+5795>, 0x7f87d6c5b6fa <vm_exec_core+5706>, 0x7f87d6c5b6a1 <vm_exec_core+5617>, 0x7f87d6c5b936 <vm_exec_core+6278>, 0x7f87d6c5b860 <vm_exec_core+6064>, 0x7f87d6c5b7e7 <vm_exec_core+5943>, 0x7f87d6c5c8be <vm_exec_core+10254>, 0x7f87d6c5bb9a <vm_exec_core+6890>, 0x7f87d6c5b9ed <vm_exec_core+6461>, 0x7f87d6c5a77a <vm_exec_core+1738>, 0x7f87d6c5a740 <vm_exec_core+1680>, 0x7f87d6c5a872 <vm_exec_core+1986>, 0x7f87d6c5a7d1 <vm_exec_core+1825>, 0x7f87d6c5cd4f <vm_exec_core+11423>, 0x7f87d6c5cca6 <vm_exec_core+11254>, 0x7f87d6c5cf26 <vm_exec_core+11894>, 0x7f87d6c5ceb3 <vm_exec_core+11779>, 0x7f87d6c5ce0d <vm_exec_core+11613>, 0x7f87d6c5cdb1 <vm_exec_core+11521>, 0x7f87d6c5d2d3 <vm_exec_core+12835>, 0x7f87d6c5d236 <vm_exec_core+12678>, 0x7f87d6c5d19e <vm_exec_core+12526>, 0x7f87d6c5d101 <vm_exec_core+12369>, 0x7f87d6c5d069 <vm_exec_core+12217>, 0x7f87d6c5c9a8 <vm_exec_core+10488>, 0x7f87d6c5d01e <vm_exec_core+12142>, 0x7f87d6c5cfc8 <vm_exec_core+12056>, 0x7f87d6c5cb35 <vm_exec_core+10885>, 0x7f87d6c5caab <vm_exec_core+10747>, 0x7f87d6c5a6d3 <vm_exec_core+1571>, 0x7f87d6c5a675 <vm_exec_core+1477>, 0x7f87d6c5cc72 <vm_exec_core+11202>, 0x7f87d6c5cc3e <vm_exec_core+11150>, 0x7f87d6c5cbed <vm_exec_core+11069>, 0x7f87d6c5cb9e <vm_exec_core+10990>, 0x7f87d6c5c9db <vm_exec_core+10539>, 0x7f87d6c5c930 <vm_exec_core+10368>, 0x7f87d6c5a608 <vm_exec_core+1368>, 0x7f87d6c5a5b1 <vm_exec_core+1281>, 0x7f87d6c5a52e <vm_exec_core+1150>, 0x7f87d6c5a4e9 <vm_exec_core+1081>, 0x7f87d6c5a49c <vm_exec_core+1004>, 0x7f87d6c5a44f <vm_exec_core+927>, 0x7f87d6c5a3fa <vm_exec_core+842>, 0x7f87d6c5a3c7 <vm_exec_core+791>, 0x7f87d6c5a394 <vm_exec_core+740>, 0x7f87d6c5ca4b <vm_exec_core+10651>, 0x7f87d6c5a31a <vm_exec_core+618>, 0x7f87d6c5c4cf <vm_exec_core+9247>, 0x7f87d6c5c455 <vm_exec_core+9125>, 0x7f87d6c5c3de <vm_exec_core+9006>, 0x7f87d6c5c35f <vm_exec_core+8879>, 0x7f87d6c5c2df <vm_exec_core+8751>, 0x7f87d6c5c283 <vm_exec_core+8659>, 0x7f87d6c5c228 <vm_exec_core+8568>, 0x7f87d6c5c1d8 <vm_exec_core+8488>, 0x7f87d6c5c05d <vm_exec_core+8109>, 0x7f87d6c5beb2 <vm_exec_core+7682>, 0x7f87d6c5bdc7 <vm_exec_core+7447>, 0x7f87d6c5bd58 <vm_exec_core+7336>, 0x7f87d6c5bceb <vm_exec_core+7227>, 0x7f87d6c5bcb0 <vm_exec_core+7168>, 0x7f87d6c5bc7a <vm_exec_core+7114>, 0x7f87d6c5bc47 <vm_exec_core+7063>, 0x7f87d6c5c53b <vm_exec_core+9355>, 0x7f87d6c5afa8 <vm_exec_core+3832>, 0x7f87d6c5af3a <vm_exec_core+3722>, 0x7f87d6c5aeff <vm_exec_core+3663>, 0x7f87d6c5aea9 <vm_exec_core+3577>, 0x7f87d6c5ae65 <vm_exec_core+3509>, 0x7f87d6c5adde <vm_exec_core+3374>, 0x7f87d6c5ada9 <vm_exec_core+3321>, 0x7f87d6c5ad4e <vm_exec_core+3230>, 0x7f87d6c5acd6 <vm_exec_core+3110>, 0x7f87d6c5ac9e <vm_exec_core+3054>, 0x7f87d6c5ac66 <vm_exec_core+2998>, 0x7f87d6c5aa71 <vm_exec_core+2497>, 0x7f87d6c5a9e0 <vm_exec_core+2352>, 0x7f87d6c5a983 <vm_exec_core+2259>, 0x7f87d6c5a90a <vm_exec_core+2138>, 0x7f87d6c5b64a <vm_exec_core+5530>, 0x7f87d6c5b625 <vm_exec_core+5493>, 0x7f87d6c5b5ec <vm_exec_core+5436>, 0x7f87d6c5b59c <vm_exec_core+5356>, 0x7f87d6c5b56a <vm_exec_core+5306>, 0x7f87d6c5b47f <vm_exec_core+5071>, 0x7f87d6c5b43a <vm_exec_core+5002>, 0x7f87d6c5b3f4 <vm_exec_core+4932>, 0x7f87d6c5b3c4 <vm_exec_core+4884>, 0x7f87d6c5b2f9 <vm_exec_core+4681>, 0x7f87d6c5b364 <vm_exec_core+4788>, 0x7f87d6c5b1c9 <vm_exec_core+4377>, 0x7f87d6c5b15c <vm_exec_core+4268>, 0x7f87d6c5b0cf <vm_exec_core+4127>, 0x7f87d6c5b013 <vm_exec_core+3939>, 0x7f87d6c5afdb <vm_exec_core+3883>, 0x7f87d6c5bb48 <vm_exec_core+6808>, 0x7f87d6c5ba35 <vm_exec_core+6533>, 0x7f87d6c5d4f3 <vm_exec_core+13379>, 0x7f87d6c5bbc3 <vm_exec_core+6931>, 0x7f87d6c5b78e <vm_exec_core+5854>, 0x7f87d6c5d4df <vm_exec_core+13359>, 0x7f87d6c5b744 <vm_exec_core+5780>, 0x7f87d6c5b6eb <vm_exec_core+5691>, 0x7f87d6c5b692 <vm_exec_core+5602>, 0x7f87d6c5b927 <vm_exec_core+6263>, 0x7f87d6c5b851 <vm_exec_core+6049>, 0x7f87d6c5b7d8 <vm_exec_core+5928>, 0x7f87d6c5c8af <vm_exec_core+10239>, 0x7f87d6c5bb8b <vm_exec_core+6875>, 0x7f87d6c5b9de <vm_exec_core+6446>, 0x7f87d6c5a76b <vm_exec_core+1723>, 0x7f87d6c5a731 <vm_exec_core+1665>, 0x7f87d6c5a863 <vm_exec_core+1971>, 0x7f87d6c5a7c2 <vm_exec_core+1810>, 0x7f87d6c5d4cb <vm_exec_core+13339>, 0x7f87d6c5d4b7 <vm_exec_core+13319>, 0x7f87d6c5d4a3 <vm_exec_core+13299>, 0x7f87d6c5d48f <vm_exec_core+13279>, 0x7f87d6c5d47b <vm_exec_core+13259>, 0x7f87d6c5d467 <vm_exec_core+13239>, 0x7f87d6c5d44c <vm_exec_core+13212>, 0x7f87d6c5d438 <vm_exec_core+13192>, 0x7f87d6c5d424 <vm_exec_core+13172>, 0x7f87d6c5d410 <vm_exec_core+13152>, 0x7f87d6c5d3fc <vm_exec_core+13132>, 0x7f87d6c5d3e8 <vm_exec_core+13112>, 0x7f87d6c5d3d4 <vm_exec_core+13092>, 0x7f87d6c5d3c0 <vm_exec_core+13072>, 0x7f87d6c5d3ac <vm_exec_core+13052>, 0x7f87d6c5d398 <vm_exec_core+13032>, 0x7f87d6c5a6c4 <vm_exec_core+1556>, 0x7f87d6c5a666 <vm_exec_core+1462>, 0x7f87d6c5d384 <vm_exec_core+13012>, 0x7f87d6c5d370 <vm_exec_core+12992>, 0x7f87d6c5d35c <vm_exec_core+12972>, 0x7f87d6c5d348 <vm_exec_core+12952>, 0x7f87d6c5a0f1 <vm_exec_core+65>, 0x7f87d6c5a0f5 <vm_exec_core+69>, 0x7f87d6c5a5f9 <vm_exec_core+1353>, 0x7f87d6c5a5a2 <vm_exec_core+1266>, 0x7f87d6c5a51f <vm_exec_core+1135>, 0x7f87d6c5a4da <vm_exec_core+1066>, 0x7f87d6c5a48d <vm_exec_core+989>...}
#35 0x00007f87d6c6094b in rb_vm_exec (ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 4, buf = {0x7f87d657e750, 0x7f87d6c60140 <rb_vm_exec+400>, 0x0, 0x7fff7daad0e0, 0x0}, prev = 0x7fff7daad300, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#36 0x00007f87d6c6efda in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#37 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1440
        iseq = <optimized out>
        i = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = <optimized out>
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#38 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-repeat50/vm.c:1458
        captured = <optimized out>
        again = <optimized out>
        again = <optimized out>
        captured = <optimized out>
#39 vm_yield_with_cref (is_lambda=<optimized out>, cref=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1495
No locals.
#40 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1503
No locals.
#41 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1337
No locals.
#42 rb_yield (val=<optimized out>, val@entry=140221391805920) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1353
No locals.
#43 0x00007f87d6a87a56 in rb_ensure (b_proc=0x7f87d6c6ee00 <rb_yield>, data1=140221391805920, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-repeat50/eval.c:1005
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 94357580583200, buf = {0x40e100040005, 0x7f87d6a87b40 <rb_ensure+528>, 0x0, 0x7fff7daad2a0, 0x7f87d1c973a8}, prev = 0x7fff7daad610, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x55d156129120
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f87d6ac2230 <io_close>, data2 = 140221391805920}}
#44 0x00007f87d6c4b1ea in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3335
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        block_handler = <optimized out>
        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>
        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>
#45 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3363
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#46 vm_call_cfunc (ec=0x55d156129120, reg_cfp=0x7f87d657e790, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3460
        ci = <optimized out>
        argv_ary = <optimized out>
#47 0x00007f87d6c5bb29 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:367
        val = 0
        ci = <optimized out>
        cc = <optimized out>
        recv = 140219844902864
        argc = <optimized out>
        calling = {ci = 0x40e100040005, cc = 0x7f87d63f9e08, block_handler = 140221393397673, recv = 140221316953000, argc = 2, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#48 vm_exec_core (ec=0x55d156129120, initial=32) at ../../src/trunk-repeat50/insns.def:815
        bh = <optimized out>
        cd = 0x55d1587cf8d0
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 0
        reg_pc = 0x55d1587d66f0
        reg_cfp = 0x7f87d657e790
        insns_address_table = {0x7f87d6c5c91f <vm_exec_core+10351>, 0x7f87d6c5a329 <vm_exec_core+633>, 0x7f87d6c5c4de <vm_exec_core+9262>, 0x7f87d6c5c464 <vm_exec_core+9140>, 0x7f87d6c5c3ed <vm_exec_core+9021>, 0x7f87d6c5c36e <vm_exec_core+8894>, 0x7f87d6c5c2ee <vm_exec_core+8766>, 0x7f87d6c5c292 <vm_exec_core+8674>, 0x7f87d6c5c237 <vm_exec_core+8583>, 0x7f87d6c5c1e7 <vm_exec_core+8503>, 0x7f87d6c5c06c <vm_exec_core+8124>, 0x7f87d6c5bec1 <vm_exec_core+7697>, 0x7f87d6c5bdd6 <vm_exec_core+7462>, 0x7f87d6c5bd67 <vm_exec_core+7351>, 0x7f87d6c5bcfa <vm_exec_core+7242>, 0x7f87d6c5bcbf <vm_exec_core+7183>, 0x7f87d6c5bc89 <vm_exec_core+7129>, 0x7f87d6c5bc56 <vm_exec_core+7078>, 0x7f87d6c5c54a <vm_exec_core+9370>, 0x7f87d6c5afb7 <vm_exec_core+3847>, 0x7f87d6c5af49 <vm_exec_core+3737>, 0x7f87d6c5af0e <vm_exec_core+3678>, 0x7f87d6c5aeb8 <vm_exec_core+3592>, 0x7f87d6c5ae74 <vm_exec_core+3524>, 0x7f87d6c5aded <vm_exec_core+3389>, 0x7f87d6c5adb8 <vm_exec_core+3336>, 0x7f87d6c5ad5d <vm_exec_core+3245>, 0x7f87d6c5ace5 <vm_exec_core+3125>, 0x7f87d6c5acad <vm_exec_core+3069>, 0x7f87d6c5ac75 <vm_exec_core+3013>, 0x7f87d6c5aa80 <vm_exec_core+2512>, 0x7f87d6c5a9ef <vm_exec_core+2367>, 0x7f87d6c5a992 <vm_exec_core+2274>, 0x7f87d6c5a919 <vm_exec_core+2153>, 0x7f87d6c5b659 <vm_exec_core+5545>, 0x7f87d6c5b634 <vm_exec_core+5508>, 0x7f87d6c5b5fb <vm_exec_core+5451>, 0x7f87d6c5b5ab <vm_exec_core+5371>, 0x7f87d6c5b579 <vm_exec_core+5321>, 0x7f87d6c5b48e <vm_exec_core+5086>, 0x7f87d6c5b449 <vm_exec_core+5017>, 0x7f87d6c5b403 <vm_exec_core+4947>, 0x7f87d6c5b3d3 <vm_exec_core+4899>, 0x7f87d6c5b308 <vm_exec_core+4696>, 0x7f87d6c5b373 <vm_exec_core+4803>, 0x7f87d6c5b1d8 <vm_exec_core+4392>, 0x7f87d6c5b16b <vm_exec_core+4283>, 0x7f87d6c5b0de <vm_exec_core+4142>, 0x7f87d6c5b022 <vm_exec_core+3954>, 0x7f87d6c5afea <vm_exec_core+3898>, 0x7f87d6c5bb57 <vm_exec_core+6823>, 0x7f87d6c5ba44 <vm_exec_core+6548>, 0x7f87d6c5a108 <vm_exec_core+88>, 0x7f87d6c5bbd2 <vm_exec_core+6946>, 0x7f87d6c5b79d <vm_exec_core+5869>, 0x7f87d6c5ca67 <vm_exec_core+10679>, 0x7f87d6c5b753 <vm_exec_core+5795>, 0x7f87d6c5b6fa <vm_exec_core+5706>, 0x7f87d6c5b6a1 <vm_exec_core+5617>, 0x7f87d6c5b936 <vm_exec_core+6278>, 0x7f87d6c5b860 <vm_exec_core+6064>, 0x7f87d6c5b7e7 <vm_exec_core+5943>, 0x7f87d6c5c8be <vm_exec_core+10254>, 0x7f87d6c5bb9a <vm_exec_core+6890>, 0x7f87d6c5b9ed <vm_exec_core+6461>, 0x7f87d6c5a77a <vm_exec_core+1738>, 0x7f87d6c5a740 <vm_exec_core+1680>, 0x7f87d6c5a872 <vm_exec_core+1986>, 0x7f87d6c5a7d1 <vm_exec_core+1825>, 0x7f87d6c5cd4f <vm_exec_core+11423>, 0x7f87d6c5cca6 <vm_exec_core+11254>, 0x7f87d6c5cf26 <vm_exec_core+11894>, 0x7f87d6c5ceb3 <vm_exec_core+11779>, 0x7f87d6c5ce0d <vm_exec_core+11613>, 0x7f87d6c5cdb1 <vm_exec_core+11521>, 0x7f87d6c5d2d3 <vm_exec_core+12835>, 0x7f87d6c5d236 <vm_exec_core+12678>, 0x7f87d6c5d19e <vm_exec_core+12526>, 0x7f87d6c5d101 <vm_exec_core+12369>, 0x7f87d6c5d069 <vm_exec_core+12217>, 0x7f87d6c5c9a8 <vm_exec_core+10488>, 0x7f87d6c5d01e <vm_exec_core+12142>, 0x7f87d6c5cfc8 <vm_exec_core+12056>, 0x7f87d6c5cb35 <vm_exec_core+10885>, 0x7f87d6c5caab <vm_exec_core+10747>, 0x7f87d6c5a6d3 <vm_exec_core+1571>, 0x7f87d6c5a675 <vm_exec_core+1477>, 0x7f87d6c5cc72 <vm_exec_core+11202>, 0x7f87d6c5cc3e <vm_exec_core+11150>, 0x7f87d6c5cbed <vm_exec_core+11069>, 0x7f87d6c5cb9e <vm_exec_core+10990>, 0x7f87d6c5c9db <vm_exec_core+10539>, 0x7f87d6c5c930 <vm_exec_core+10368>, 0x7f87d6c5a608 <vm_exec_core+1368>, 0x7f87d6c5a5b1 <vm_exec_core+1281>, 0x7f87d6c5a52e <vm_exec_core+1150>, 0x7f87d6c5a4e9 <vm_exec_core+1081>, 0x7f87d6c5a49c <vm_exec_core+1004>, 0x7f87d6c5a44f <vm_exec_core+927>, 0x7f87d6c5a3fa <vm_exec_core+842>, 0x7f87d6c5a3c7 <vm_exec_core+791>, 0x7f87d6c5a394 <vm_exec_core+740>, 0x7f87d6c5ca4b <vm_exec_core+10651>, 0x7f87d6c5a31a <vm_exec_core+618>, 0x7f87d6c5c4cf <vm_exec_core+9247>, 0x7f87d6c5c455 <vm_exec_core+9125>, 0x7f87d6c5c3de <vm_exec_core+9006>, 0x7f87d6c5c35f <vm_exec_core+8879>, 0x7f87d6c5c2df <vm_exec_core+8751>, 0x7f87d6c5c283 <vm_exec_core+8659>, 0x7f87d6c5c228 <vm_exec_core+8568>, 0x7f87d6c5c1d8 <vm_exec_core+8488>, 0x7f87d6c5c05d <vm_exec_core+8109>, 0x7f87d6c5beb2 <vm_exec_core+7682>, 0x7f87d6c5bdc7 <vm_exec_core+7447>, 0x7f87d6c5bd58 <vm_exec_core+7336>, 0x7f87d6c5bceb <vm_exec_core+7227>, 0x7f87d6c5bcb0 <vm_exec_core+7168>, 0x7f87d6c5bc7a <vm_exec_core+7114>, 0x7f87d6c5bc47 <vm_exec_core+7063>, 0x7f87d6c5c53b <vm_exec_core+9355>, 0x7f87d6c5afa8 <vm_exec_core+3832>, 0x7f87d6c5af3a <vm_exec_core+3722>, 0x7f87d6c5aeff <vm_exec_core+3663>, 0x7f87d6c5aea9 <vm_exec_core+3577>, 0x7f87d6c5ae65 <vm_exec_core+3509>, 0x7f87d6c5adde <vm_exec_core+3374>, 0x7f87d6c5ada9 <vm_exec_core+3321>, 0x7f87d6c5ad4e <vm_exec_core+3230>, 0x7f87d6c5acd6 <vm_exec_core+3110>, 0x7f87d6c5ac9e <vm_exec_core+3054>, 0x7f87d6c5ac66 <vm_exec_core+2998>, 0x7f87d6c5aa71 <vm_exec_core+2497>, 0x7f87d6c5a9e0 <vm_exec_core+2352>, 0x7f87d6c5a983 <vm_exec_core+2259>, 0x7f87d6c5a90a <vm_exec_core+2138>, 0x7f87d6c5b64a <vm_exec_core+5530>, 0x7f87d6c5b625 <vm_exec_core+5493>, 0x7f87d6c5b5ec <vm_exec_core+5436>, 0x7f87d6c5b59c <vm_exec_core+5356>, 0x7f87d6c5b56a <vm_exec_core+5306>, 0x7f87d6c5b47f <vm_exec_core+5071>, 0x7f87d6c5b43a <vm_exec_core+5002>, 0x7f87d6c5b3f4 <vm_exec_core+4932>, 0x7f87d6c5b3c4 <vm_exec_core+4884>, 0x7f87d6c5b2f9 <vm_exec_core+4681>, 0x7f87d6c5b364 <vm_exec_core+4788>, 0x7f87d6c5b1c9 <vm_exec_core+4377>, 0x7f87d6c5b15c <vm_exec_core+4268>, 0x7f87d6c5b0cf <vm_exec_core+4127>, 0x7f87d6c5b013 <vm_exec_core+3939>, 0x7f87d6c5afdb <vm_exec_core+3883>, 0x7f87d6c5bb48 <vm_exec_core+6808>, 0x7f87d6c5ba35 <vm_exec_core+6533>, 0x7f87d6c5d4f3 <vm_exec_core+13379>, 0x7f87d6c5bbc3 <vm_exec_core+6931>, 0x7f87d6c5b78e <vm_exec_core+5854>, 0x7f87d6c5d4df <vm_exec_core+13359>, 0x7f87d6c5b744 <vm_exec_core+5780>, 0x7f87d6c5b6eb <vm_exec_core+5691>, 0x7f87d6c5b692 <vm_exec_core+5602>, 0x7f87d6c5b927 <vm_exec_core+6263>, 0x7f87d6c5b851 <vm_exec_core+6049>, 0x7f87d6c5b7d8 <vm_exec_core+5928>, 0x7f87d6c5c8af <vm_exec_core+10239>, 0x7f87d6c5bb8b <vm_exec_core+6875>, 0x7f87d6c5b9de <vm_exec_core+6446>, 0x7f87d6c5a76b <vm_exec_core+1723>, 0x7f87d6c5a731 <vm_exec_core+1665>, 0x7f87d6c5a863 <vm_exec_core+1971>, 0x7f87d6c5a7c2 <vm_exec_core+1810>, 0x7f87d6c5d4cb <vm_exec_core+13339>, 0x7f87d6c5d4b7 <vm_exec_core+13319>, 0x7f87d6c5d4a3 <vm_exec_core+13299>, 0x7f87d6c5d48f <vm_exec_core+13279>, 0x7f87d6c5d47b <vm_exec_core+13259>, 0x7f87d6c5d467 <vm_exec_core+13239>, 0x7f87d6c5d44c <vm_exec_core+13212>, 0x7f87d6c5d438 <vm_exec_core+13192>, 0x7f87d6c5d424 <vm_exec_core+13172>, 0x7f87d6c5d410 <vm_exec_core+13152>, 0x7f87d6c5d3fc <vm_exec_core+13132>, 0x7f87d6c5d3e8 <vm_exec_core+13112>, 0x7f87d6c5d3d4 <vm_exec_core+13092>, 0x7f87d6c5d3c0 <vm_exec_core+13072>, 0x7f87d6c5d3ac <vm_exec_core+13052>, 0x7f87d6c5d398 <vm_exec_core+13032>, 0x7f87d6c5a6c4 <vm_exec_core+1556>, 0x7f87d6c5a666 <vm_exec_core+1462>, 0x7f87d6c5d384 <vm_exec_core+13012>, 0x7f87d6c5d370 <vm_exec_core+12992>, 0x7f87d6c5d35c <vm_exec_core+12972>, 0x7f87d6c5d348 <vm_exec_core+12952>, 0x7f87d6c5a0f1 <vm_exec_core+65>, 0x7f87d6c5a0f5 <vm_exec_core+69>, 0x7f87d6c5a5f9 <vm_exec_core+1353>, 0x7f87d6c5a5a2 <vm_exec_core+1266>, 0x7f87d6c5a51f <vm_exec_core+1135>, 0x7f87d6c5a4da <vm_exec_core+1066>, 0x7f87d6c5a48d <vm_exec_core+989>...}
#49 0x00007f87d6c609cb in rb_vm_exec (ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2375
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 4, buf = {0x7f87d657ea50, 0x7f87d6c60140 <rb_vm_exec+400>, 0x0, 0x7fff7daad540, 0x0}, prev = 0x7fff7daad9a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 36
        initial = <optimized out>
#50 0x00007f87d6c6efda in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#51 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1440
        iseq = <optimized out>
        i = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = <optimized out>
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#52 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-repeat50/vm.c:1458
        captured = <optimized out>
        again = <optimized out>
        again = <optimized out>
        captured = <optimized out>
#53 vm_yield_with_cref (is_lambda=<optimized out>, cref=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1495
No locals.
#54 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1503
No locals.
#55 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1337
No locals.
#56 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1353
No locals.
#57 0x00007f87d69ea70c in rb_ary_collect (ary=140221290098440) at /tmp/ruby/src/trunk-repeat50/array.c:3824
        i = 0
        collect = 140219676581000
#58 0x00007f87d6c4ae74 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f87d657ea90, ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3335
        ci = 0x166100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f87d6410018
        cfunc = 0x55d1561816e8
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        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>
        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>
#59 vm_call_cfunc_with_frame (ec=0x55d156129120, reg_cfp=0x7f87d657ea90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3363
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#60 0x00007f87d6c5bb29 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:367
        val = 0
        ci = <optimized out>
        cc = <optimized out>
        recv = 140219844902864
        argc = <optimized out>
        calling = {ci = 0x166100000001, cc = 0x7f87886faa10, block_handler = 140221393398441, recv = 140221290098440, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#61 vm_exec_core (ec=0x55d156129120, initial=32) at ../../src/trunk-repeat50/insns.def:815
        bh = <optimized out>
        cd = 0x55d1562e48e0
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 0
        reg_pc = 0x55d1562e6318
        reg_cfp = 0x7f87d657ea90
        insns_address_table = {0x7f87d6c5c91f <vm_exec_core+10351>, 0x7f87d6c5a329 <vm_exec_core+633>, 0x7f87d6c5c4de <vm_exec_core+9262>, 0x7f87d6c5c464 <vm_exec_core+9140>, 0x7f87d6c5c3ed <vm_exec_core+9021>, 0x7f87d6c5c36e <vm_exec_core+8894>, 0x7f87d6c5c2ee <vm_exec_core+8766>, 0x7f87d6c5c292 <vm_exec_core+8674>, 0x7f87d6c5c237 <vm_exec_core+8583>, 0x7f87d6c5c1e7 <vm_exec_core+8503>, 0x7f87d6c5c06c <vm_exec_core+8124>, 0x7f87d6c5bec1 <vm_exec_core+7697>, 0x7f87d6c5bdd6 <vm_exec_core+7462>, 0x7f87d6c5bd67 <vm_exec_core+7351>, 0x7f87d6c5bcfa <vm_exec_core+7242>, 0x7f87d6c5bcbf <vm_exec_core+7183>, 0x7f87d6c5bc89 <vm_exec_core+7129>, 0x7f87d6c5bc56 <vm_exec_core+7078>, 0x7f87d6c5c54a <vm_exec_core+9370>, 0x7f87d6c5afb7 <vm_exec_core+3847>, 0x7f87d6c5af49 <vm_exec_core+3737>, 0x7f87d6c5af0e <vm_exec_core+3678>, 0x7f87d6c5aeb8 <vm_exec_core+3592>, 0x7f87d6c5ae74 <vm_exec_core+3524>, 0x7f87d6c5aded <vm_exec_core+3389>, 0x7f87d6c5adb8 <vm_exec_core+3336>, 0x7f87d6c5ad5d <vm_exec_core+3245>, 0x7f87d6c5ace5 <vm_exec_core+3125>, 0x7f87d6c5acad <vm_exec_core+3069>, 0x7f87d6c5ac75 <vm_exec_core+3013>, 0x7f87d6c5aa80 <vm_exec_core+2512>, 0x7f87d6c5a9ef <vm_exec_core+2367>, 0x7f87d6c5a992 <vm_exec_core+2274>, 0x7f87d6c5a919 <vm_exec_core+2153>, 0x7f87d6c5b659 <vm_exec_core+5545>, 0x7f87d6c5b634 <vm_exec_core+5508>, 0x7f87d6c5b5fb <vm_exec_core+5451>, 0x7f87d6c5b5ab <vm_exec_core+5371>, 0x7f87d6c5b579 <vm_exec_core+5321>, 0x7f87d6c5b48e <vm_exec_core+5086>, 0x7f87d6c5b449 <vm_exec_core+5017>, 0x7f87d6c5b403 <vm_exec_core+4947>, 0x7f87d6c5b3d3 <vm_exec_core+4899>, 0x7f87d6c5b308 <vm_exec_core+4696>, 0x7f87d6c5b373 <vm_exec_core+4803>, 0x7f87d6c5b1d8 <vm_exec_core+4392>, 0x7f87d6c5b16b <vm_exec_core+4283>, 0x7f87d6c5b0de <vm_exec_core+4142>, 0x7f87d6c5b022 <vm_exec_core+3954>, 0x7f87d6c5afea <vm_exec_core+3898>, 0x7f87d6c5bb57 <vm_exec_core+6823>, 0x7f87d6c5ba44 <vm_exec_core+6548>, 0x7f87d6c5a108 <vm_exec_core+88>, 0x7f87d6c5bbd2 <vm_exec_core+6946>, 0x7f87d6c5b79d <vm_exec_core+5869>, 0x7f87d6c5ca67 <vm_exec_core+10679>, 0x7f87d6c5b753 <vm_exec_core+5795>, 0x7f87d6c5b6fa <vm_exec_core+5706>, 0x7f87d6c5b6a1 <vm_exec_core+5617>, 0x7f87d6c5b936 <vm_exec_core+6278>, 0x7f87d6c5b860 <vm_exec_core+6064>, 0x7f87d6c5b7e7 <vm_exec_core+5943>, 0x7f87d6c5c8be <vm_exec_core+10254>, 0x7f87d6c5bb9a <vm_exec_core+6890>, 0x7f87d6c5b9ed <vm_exec_core+6461>, 0x7f87d6c5a77a <vm_exec_core+1738>, 0x7f87d6c5a740 <vm_exec_core+1680>, 0x7f87d6c5a872 <vm_exec_core+1986>, 0x7f87d6c5a7d1 <vm_exec_core+1825>, 0x7f87d6c5cd4f <vm_exec_core+11423>, 0x7f87d6c5cca6 <vm_exec_core+11254>, 0x7f87d6c5cf26 <vm_exec_core+11894>, 0x7f87d6c5ceb3 <vm_exec_core+11779>, 0x7f87d6c5ce0d <vm_exec_core+11613>, 0x7f87d6c5cdb1 <vm_exec_core+11521>, 0x7f87d6c5d2d3 <vm_exec_core+12835>, 0x7f87d6c5d236 <vm_exec_core+12678>, 0x7f87d6c5d19e <vm_exec_core+12526>, 0x7f87d6c5d101 <vm_exec_core+12369>, 0x7f87d6c5d069 <vm_exec_core+12217>, 0x7f87d6c5c9a8 <vm_exec_core+10488>, 0x7f87d6c5d01e <vm_exec_core+12142>, 0x7f87d6c5cfc8 <vm_exec_core+12056>, 0x7f87d6c5cb35 <vm_exec_core+10885>, 0x7f87d6c5caab <vm_exec_core+10747>, 0x7f87d6c5a6d3 <vm_exec_core+1571>, 0x7f87d6c5a675 <vm_exec_core+1477>, 0x7f87d6c5cc72 <vm_exec_core+11202>, 0x7f87d6c5cc3e <vm_exec_core+11150>, 0x7f87d6c5cbed <vm_exec_core+11069>, 0x7f87d6c5cb9e <vm_exec_core+10990>, 0x7f87d6c5c9db <vm_exec_core+10539>, 0x7f87d6c5c930 <vm_exec_core+10368>, 0x7f87d6c5a608 <vm_exec_core+1368>, 0x7f87d6c5a5b1 <vm_exec_core+1281>, 0x7f87d6c5a52e <vm_exec_core+1150>, 0x7f87d6c5a4e9 <vm_exec_core+1081>, 0x7f87d6c5a49c <vm_exec_core+1004>, 0x7f87d6c5a44f <vm_exec_core+927>, 0x7f87d6c5a3fa <vm_exec_core+842>, 0x7f87d6c5a3c7 <vm_exec_core+791>, 0x7f87d6c5a394 <vm_exec_core+740>, 0x7f87d6c5ca4b <vm_exec_core+10651>, 0x7f87d6c5a31a <vm_exec_core+618>, 0x7f87d6c5c4cf <vm_exec_core+9247>, 0x7f87d6c5c455 <vm_exec_core+9125>, 0x7f87d6c5c3de <vm_exec_core+9006>, 0x7f87d6c5c35f <vm_exec_core+8879>, 0x7f87d6c5c2df <vm_exec_core+8751>, 0x7f87d6c5c283 <vm_exec_core+8659>, 0x7f87d6c5c228 <vm_exec_core+8568>, 0x7f87d6c5c1d8 <vm_exec_core+8488>, 0x7f87d6c5c05d <vm_exec_core+8109>, 0x7f87d6c5beb2 <vm_exec_core+7682>, 0x7f87d6c5bdc7 <vm_exec_core+7447>, 0x7f87d6c5bd58 <vm_exec_core+7336>, 0x7f87d6c5bceb <vm_exec_core+7227>, 0x7f87d6c5bcb0 <vm_exec_core+7168>, 0x7f87d6c5bc7a <vm_exec_core+7114>, 0x7f87d6c5bc47 <vm_exec_core+7063>, 0x7f87d6c5c53b <vm_exec_core+9355>, 0x7f87d6c5afa8 <vm_exec_core+3832>, 0x7f87d6c5af3a <vm_exec_core+3722>, 0x7f87d6c5aeff <vm_exec_core+3663>, 0x7f87d6c5aea9 <vm_exec_core+3577>, 0x7f87d6c5ae65 <vm_exec_core+3509>, 0x7f87d6c5adde <vm_exec_core+3374>, 0x7f87d6c5ada9 <vm_exec_core+3321>, 0x7f87d6c5ad4e <vm_exec_core+3230>, 0x7f87d6c5acd6 <vm_exec_core+3110>, 0x7f87d6c5ac9e <vm_exec_core+3054>, 0x7f87d6c5ac66 <vm_exec_core+2998>, 0x7f87d6c5aa71 <vm_exec_core+2497>, 0x7f87d6c5a9e0 <vm_exec_core+2352>, 0x7f87d6c5a983 <vm_exec_core+2259>, 0x7f87d6c5a90a <vm_exec_core+2138>, 0x7f87d6c5b64a <vm_exec_core+5530>, 0x7f87d6c5b625 <vm_exec_core+5493>, 0x7f87d6c5b5ec <vm_exec_core+5436>, 0x7f87d6c5b59c <vm_exec_core+5356>, 0x7f87d6c5b56a <vm_exec_core+5306>, 0x7f87d6c5b47f <vm_exec_core+5071>, 0x7f87d6c5b43a <vm_exec_core+5002>, 0x7f87d6c5b3f4 <vm_exec_core+4932>, 0x7f87d6c5b3c4 <vm_exec_core+4884>, 0x7f87d6c5b2f9 <vm_exec_core+4681>, 0x7f87d6c5b364 <vm_exec_core+4788>, 0x7f87d6c5b1c9 <vm_exec_core+4377>, 0x7f87d6c5b15c <vm_exec_core+4268>, 0x7f87d6c5b0cf <vm_exec_core+4127>, 0x7f87d6c5b013 <vm_exec_core+3939>, 0x7f87d6c5afdb <vm_exec_core+3883>, 0x7f87d6c5bb48 <vm_exec_core+6808>, 0x7f87d6c5ba35 <vm_exec_core+6533>, 0x7f87d6c5d4f3 <vm_exec_core+13379>, 0x7f87d6c5bbc3 <vm_exec_core+6931>, 0x7f87d6c5b78e <vm_exec_core+5854>, 0x7f87d6c5d4df <vm_exec_core+13359>, 0x7f87d6c5b744 <vm_exec_core+5780>, 0x7f87d6c5b6eb <vm_exec_core+5691>, 0x7f87d6c5b692 <vm_exec_core+5602>, 0x7f87d6c5b927 <vm_exec_core+6263>, 0x7f87d6c5b851 <vm_exec_core+6049>, 0x7f87d6c5b7d8 <vm_exec_core+5928>, 0x7f87d6c5c8af <vm_exec_core+10239>, 0x7f87d6c5bb8b <vm_exec_core+6875>, 0x7f87d6c5b9de <vm_exec_core+6446>, 0x7f87d6c5a76b <vm_exec_core+1723>, 0x7f87d6c5a731 <vm_exec_core+1665>, 0x7f87d6c5a863 <vm_exec_core+1971>, 0x7f87d6c5a7c2 <vm_exec_core+1810>, 0x7f87d6c5d4cb <vm_exec_core+13339>, 0x7f87d6c5d4b7 <vm_exec_core+13319>, 0x7f87d6c5d4a3 <vm_exec_core+13299>, 0x7f87d6c5d48f <vm_exec_core+13279>, 0x7f87d6c5d47b <vm_exec_core+13259>, 0x7f87d6c5d467 <vm_exec_core+13239>, 0x7f87d6c5d44c <vm_exec_core+13212>, 0x7f87d6c5d438 <vm_exec_core+13192>, 0x7f87d6c5d424 <vm_exec_core+13172>, 0x7f87d6c5d410 <vm_exec_core+13152>, 0x7f87d6c5d3fc <vm_exec_core+13132>, 0x7f87d6c5d3e8 <vm_exec_core+13112>, 0x7f87d6c5d3d4 <vm_exec_core+13092>, 0x7f87d6c5d3c0 <vm_exec_core+13072>, 0x7f87d6c5d3ac <vm_exec_core+13052>, 0x7f87d6c5d398 <vm_exec_core+13032>, 0x7f87d6c5a6c4 <vm_exec_core+1556>, 0x7f87d6c5a666 <vm_exec_core+1462>, 0x7f87d6c5d384 <vm_exec_core+13012>, 0x7f87d6c5d370 <vm_exec_core+12992>, 0x7f87d6c5d35c <vm_exec_core+12972>, 0x7f87d6c5d348 <vm_exec_core+12952>, 0x7f87d6c5a0f1 <vm_exec_core+65>, 0x7f87d6c5a0f5 <vm_exec_core+69>, 0x7f87d6c5a5f9 <vm_exec_core+1353>, 0x7f87d6c5a5a2 <vm_exec_core+1266>, 0x7f87d6c5a51f <vm_exec_core+1135>, 0x7f87d6c5a4da <vm_exec_core+1066>, 0x7f87d6c5a48d <vm_exec_core+989>...}
#62 0x00007f87d6c6094b in rb_vm_exec (ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 4, buf = {0x7f87d657eb50, 0x7f87d6c60140 <rb_vm_exec+400>, 0x0, 0x7fff7daad8d0, 0x0}, prev = 0x7fff7daade10, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#63 0x00007f87d6c6efda in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#64 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1440
        iseq = <optimized out>
        i = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = <optimized out>
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#65 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-repeat50/vm.c:1458
        captured = <optimized out>
        again = <optimized out>
        again = <optimized out>
        captured = <optimized out>
#66 vm_yield_with_cref (is_lambda=<optimized out>, cref=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1495
No locals.
#67 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1503
No locals.
#68 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1337
No locals.
#69 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1353
No locals.
#70 0x00007f87d69e41dc in rb_ary_each (ary=140221288026640) at /tmp/ruby/src/trunk-repeat50/array.c:2732
        i = 532
#71 0x00007f87d6c4b1ea in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3335
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        block_handler = <optimized out>
        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>
        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>
#72 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3363
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#73 vm_call_cfunc (ec=0x55d156129120, reg_cfp=0x7f87d657eb90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3460
        ci = <optimized out>
        argv_ary = <optimized out>
#74 0x00007f87d6c61ed9 in vm_call_refined (calling=0x7fff7daadcc0, cfp=0x7f87d657eb90, ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3924
        ref_cc = 0x7fff7daadbd0
        ref_cc = <optimized out>
#75 vm_call_method_each_type (ec=0x55d156129120, cfp=0x7f87d657eb90, calling=0x7fff7daadcc0) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:4162
        aset_mask = <optimized out>
        ivar_mask = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#76 0x00007f87d6c5bb29 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:367
        val = 0
        ci = <optimized out>
        cc = <optimized out>
        recv = 140219844902864
        argc = <optimized out>
        calling = {ci = 0xbd100000001, cc = 0x7fff7daadbd0, block_handler = 140221393398697, recv = 140221288026640, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#77 vm_exec_core (ec=0x55d156129120, initial=32) at ../../src/trunk-repeat50/insns.def:815
        bh = <optimized out>
        cd = 0x55d1562887f0
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 0
        reg_pc = 0x55d156283bd8
        reg_cfp = 0x7f87d657eb90
        insns_address_table = {0x7f87d6c5c91f <vm_exec_core+10351>, 0x7f87d6c5a329 <vm_exec_core+633>, 0x7f87d6c5c4de <vm_exec_core+9262>, 0x7f87d6c5c464 <vm_exec_core+9140>, 0x7f87d6c5c3ed <vm_exec_core+9021>, 0x7f87d6c5c36e <vm_exec_core+8894>, 0x7f87d6c5c2ee <vm_exec_core+8766>, 0x7f87d6c5c292 <vm_exec_core+8674>, 0x7f87d6c5c237 <vm_exec_core+8583>, 0x7f87d6c5c1e7 <vm_exec_core+8503>, 0x7f87d6c5c06c <vm_exec_core+8124>, 0x7f87d6c5bec1 <vm_exec_core+7697>, 0x7f87d6c5bdd6 <vm_exec_core+7462>, 0x7f87d6c5bd67 <vm_exec_core+7351>, 0x7f87d6c5bcfa <vm_exec_core+7242>, 0x7f87d6c5bcbf <vm_exec_core+7183>, 0x7f87d6c5bc89 <vm_exec_core+7129>, 0x7f87d6c5bc56 <vm_exec_core+7078>, 0x7f87d6c5c54a <vm_exec_core+9370>, 0x7f87d6c5afb7 <vm_exec_core+3847>, 0x7f87d6c5af49 <vm_exec_core+3737>, 0x7f87d6c5af0e <vm_exec_core+3678>, 0x7f87d6c5aeb8 <vm_exec_core+3592>, 0x7f87d6c5ae74 <vm_exec_core+3524>, 0x7f87d6c5aded <vm_exec_core+3389>, 0x7f87d6c5adb8 <vm_exec_core+3336>, 0x7f87d6c5ad5d <vm_exec_core+3245>, 0x7f87d6c5ace5 <vm_exec_core+3125>, 0x7f87d6c5acad <vm_exec_core+3069>, 0x7f87d6c5ac75 <vm_exec_core+3013>, 0x7f87d6c5aa80 <vm_exec_core+2512>, 0x7f87d6c5a9ef <vm_exec_core+2367>, 0x7f87d6c5a992 <vm_exec_core+2274>, 0x7f87d6c5a919 <vm_exec_core+2153>, 0x7f87d6c5b659 <vm_exec_core+5545>, 0x7f87d6c5b634 <vm_exec_core+5508>, 0x7f87d6c5b5fb <vm_exec_core+5451>, 0x7f87d6c5b5ab <vm_exec_core+5371>, 0x7f87d6c5b579 <vm_exec_core+5321>, 0x7f87d6c5b48e <vm_exec_core+5086>, 0x7f87d6c5b449 <vm_exec_core+5017>, 0x7f87d6c5b403 <vm_exec_core+4947>, 0x7f87d6c5b3d3 <vm_exec_core+4899>, 0x7f87d6c5b308 <vm_exec_core+4696>, 0x7f87d6c5b373 <vm_exec_core+4803>, 0x7f87d6c5b1d8 <vm_exec_core+4392>, 0x7f87d6c5b16b <vm_exec_core+4283>, 0x7f87d6c5b0de <vm_exec_core+4142>, 0x7f87d6c5b022 <vm_exec_core+3954>, 0x7f87d6c5afea <vm_exec_core+3898>, 0x7f87d6c5bb57 <vm_exec_core+6823>, 0x7f87d6c5ba44 <vm_exec_core+6548>, 0x7f87d6c5a108 <vm_exec_core+88>, 0x7f87d6c5bbd2 <vm_exec_core+6946>, 0x7f87d6c5b79d <vm_exec_core+5869>, 0x7f87d6c5ca67 <vm_exec_core+10679>, 0x7f87d6c5b753 <vm_exec_core+5795>, 0x7f87d6c5b6fa <vm_exec_core+5706>, 0x7f87d6c5b6a1 <vm_exec_core+5617>, 0x7f87d6c5b936 <vm_exec_core+6278>, 0x7f87d6c5b860 <vm_exec_core+6064>, 0x7f87d6c5b7e7 <vm_exec_core+5943>, 0x7f87d6c5c8be <vm_exec_core+10254>, 0x7f87d6c5bb9a <vm_exec_core+6890>, 0x7f87d6c5b9ed <vm_exec_core+6461>, 0x7f87d6c5a77a <vm_exec_core+1738>, 0x7f87d6c5a740 <vm_exec_core+1680>, 0x7f87d6c5a872 <vm_exec_core+1986>, 0x7f87d6c5a7d1 <vm_exec_core+1825>, 0x7f87d6c5cd4f <vm_exec_core+11423>, 0x7f87d6c5cca6 <vm_exec_core+11254>, 0x7f87d6c5cf26 <vm_exec_core+11894>, 0x7f87d6c5ceb3 <vm_exec_core+11779>, 0x7f87d6c5ce0d <vm_exec_core+11613>, 0x7f87d6c5cdb1 <vm_exec_core+11521>, 0x7f87d6c5d2d3 <vm_exec_core+12835>, 0x7f87d6c5d236 <vm_exec_core+12678>, 0x7f87d6c5d19e <vm_exec_core+12526>, 0x7f87d6c5d101 <vm_exec_core+12369>, 0x7f87d6c5d069 <vm_exec_core+12217>, 0x7f87d6c5c9a8 <vm_exec_core+10488>, 0x7f87d6c5d01e <vm_exec_core+12142>, 0x7f87d6c5cfc8 <vm_exec_core+12056>, 0x7f87d6c5cb35 <vm_exec_core+10885>, 0x7f87d6c5caab <vm_exec_core+10747>, 0x7f87d6c5a6d3 <vm_exec_core+1571>, 0x7f87d6c5a675 <vm_exec_core+1477>, 0x7f87d6c5cc72 <vm_exec_core+11202>, 0x7f87d6c5cc3e <vm_exec_core+11150>, 0x7f87d6c5cbed <vm_exec_core+11069>, 0x7f87d6c5cb9e <vm_exec_core+10990>, 0x7f87d6c5c9db <vm_exec_core+10539>, 0x7f87d6c5c930 <vm_exec_core+10368>, 0x7f87d6c5a608 <vm_exec_core+1368>, 0x7f87d6c5a5b1 <vm_exec_core+1281>, 0x7f87d6c5a52e <vm_exec_core+1150>, 0x7f87d6c5a4e9 <vm_exec_core+1081>, 0x7f87d6c5a49c <vm_exec_core+1004>, 0x7f87d6c5a44f <vm_exec_core+927>, 0x7f87d6c5a3fa <vm_exec_core+842>, 0x7f87d6c5a3c7 <vm_exec_core+791>, 0x7f87d6c5a394 <vm_exec_core+740>, 0x7f87d6c5ca4b <vm_exec_core+10651>, 0x7f87d6c5a31a <vm_exec_core+618>, 0x7f87d6c5c4cf <vm_exec_core+9247>, 0x7f87d6c5c455 <vm_exec_core+9125>, 0x7f87d6c5c3de <vm_exec_core+9006>, 0x7f87d6c5c35f <vm_exec_core+8879>, 0x7f87d6c5c2df <vm_exec_core+8751>, 0x7f87d6c5c283 <vm_exec_core+8659>, 0x7f87d6c5c228 <vm_exec_core+8568>, 0x7f87d6c5c1d8 <vm_exec_core+8488>, 0x7f87d6c5c05d <vm_exec_core+8109>, 0x7f87d6c5beb2 <vm_exec_core+7682>, 0x7f87d6c5bdc7 <vm_exec_core+7447>, 0x7f87d6c5bd58 <vm_exec_core+7336>, 0x7f87d6c5bceb <vm_exec_core+7227>, 0x7f87d6c5bcb0 <vm_exec_core+7168>, 0x7f87d6c5bc7a <vm_exec_core+7114>, 0x7f87d6c5bc47 <vm_exec_core+7063>, 0x7f87d6c5c53b <vm_exec_core+9355>, 0x7f87d6c5afa8 <vm_exec_core+3832>, 0x7f87d6c5af3a <vm_exec_core+3722>, 0x7f87d6c5aeff <vm_exec_core+3663>, 0x7f87d6c5aea9 <vm_exec_core+3577>, 0x7f87d6c5ae65 <vm_exec_core+3509>, 0x7f87d6c5adde <vm_exec_core+3374>, 0x7f87d6c5ada9 <vm_exec_core+3321>, 0x7f87d6c5ad4e <vm_exec_core+3230>, 0x7f87d6c5acd6 <vm_exec_core+3110>, 0x7f87d6c5ac9e <vm_exec_core+3054>, 0x7f87d6c5ac66 <vm_exec_core+2998>, 0x7f87d6c5aa71 <vm_exec_core+2497>, 0x7f87d6c5a9e0 <vm_exec_core+2352>, 0x7f87d6c5a983 <vm_exec_core+2259>, 0x7f87d6c5a90a <vm_exec_core+2138>, 0x7f87d6c5b64a <vm_exec_core+5530>, 0x7f87d6c5b625 <vm_exec_core+5493>, 0x7f87d6c5b5ec <vm_exec_core+5436>, 0x7f87d6c5b59c <vm_exec_core+5356>, 0x7f87d6c5b56a <vm_exec_core+5306>, 0x7f87d6c5b47f <vm_exec_core+5071>, 0x7f87d6c5b43a <vm_exec_core+5002>, 0x7f87d6c5b3f4 <vm_exec_core+4932>, 0x7f87d6c5b3c4 <vm_exec_core+4884>, 0x7f87d6c5b2f9 <vm_exec_core+4681>, 0x7f87d6c5b364 <vm_exec_core+4788>, 0x7f87d6c5b1c9 <vm_exec_core+4377>, 0x7f87d6c5b15c <vm_exec_core+4268>, 0x7f87d6c5b0cf <vm_exec_core+4127>, 0x7f87d6c5b013 <vm_exec_core+3939>, 0x7f87d6c5afdb <vm_exec_core+3883>, 0x7f87d6c5bb48 <vm_exec_core+6808>, 0x7f87d6c5ba35 <vm_exec_core+6533>, 0x7f87d6c5d4f3 <vm_exec_core+13379>, 0x7f87d6c5bbc3 <vm_exec_core+6931>, 0x7f87d6c5b78e <vm_exec_core+5854>, 0x7f87d6c5d4df <vm_exec_core+13359>, 0x7f87d6c5b744 <vm_exec_core+5780>, 0x7f87d6c5b6eb <vm_exec_core+5691>, 0x7f87d6c5b692 <vm_exec_core+5602>, 0x7f87d6c5b927 <vm_exec_core+6263>, 0x7f87d6c5b851 <vm_exec_core+6049>, 0x7f87d6c5b7d8 <vm_exec_core+5928>, 0x7f87d6c5c8af <vm_exec_core+10239>, 0x7f87d6c5bb8b <vm_exec_core+6875>, 0x7f87d6c5b9de <vm_exec_core+6446>, 0x7f87d6c5a76b <vm_exec_core+1723>, 0x7f87d6c5a731 <vm_exec_core+1665>, 0x7f87d6c5a863 <vm_exec_core+1971>, 0x7f87d6c5a7c2 <vm_exec_core+1810>, 0x7f87d6c5d4cb <vm_exec_core+13339>, 0x7f87d6c5d4b7 <vm_exec_core+13319>, 0x7f87d6c5d4a3 <vm_exec_core+13299>, 0x7f87d6c5d48f <vm_exec_core+13279>, 0x7f87d6c5d47b <vm_exec_core+13259>, 0x7f87d6c5d467 <vm_exec_core+13239>, 0x7f87d6c5d44c <vm_exec_core+13212>, 0x7f87d6c5d438 <vm_exec_core+13192>, 0x7f87d6c5d424 <vm_exec_core+13172>, 0x7f87d6c5d410 <vm_exec_core+13152>, 0x7f87d6c5d3fc <vm_exec_core+13132>, 0x7f87d6c5d3e8 <vm_exec_core+13112>, 0x7f87d6c5d3d4 <vm_exec_core+13092>, 0x7f87d6c5d3c0 <vm_exec_core+13072>, 0x7f87d6c5d3ac <vm_exec_core+13052>, 0x7f87d6c5d398 <vm_exec_core+13032>, 0x7f87d6c5a6c4 <vm_exec_core+1556>, 0x7f87d6c5a666 <vm_exec_core+1462>, 0x7f87d6c5d384 <vm_exec_core+13012>, 0x7f87d6c5d370 <vm_exec_core+12992>, 0x7f87d6c5d35c <vm_exec_core+12972>, 0x7f87d6c5d348 <vm_exec_core+12952>, 0x7f87d6c5a0f1 <vm_exec_core+65>, 0x7f87d6c5a0f5 <vm_exec_core+69>, 0x7f87d6c5a5f9 <vm_exec_core+1353>, 0x7f87d6c5a5a2 <vm_exec_core+1266>, 0x7f87d6c5a51f <vm_exec_core+1135>, 0x7f87d6c5a4da <vm_exec_core+1066>, 0x7f87d6c5a48d <vm_exec_core+989>...}
#78 0x00007f87d6c6094b in rb_vm_exec (ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 4, buf = {0x7f87d657ed10, 0x7f87d6c60140 <rb_vm_exec+400>, 0x0, 0x7fff7daadd40, 0x0}, prev = 0x7fff7daae280, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#79 0x00007f87d6c6efda in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#80 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1440
        iseq = <optimized out>
        i = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = <optimized out>
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#81 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-repeat50/vm.c:1458
        captured = <optimized out>
        again = <optimized out>
        again = <optimized out>
        captured = <optimized out>
#82 vm_yield_with_cref (is_lambda=<optimized out>, cref=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1495
No locals.
#83 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm.c:1503
No locals.
#84 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1337
No locals.
#85 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1353
No locals.
#86 0x00007f87d69e41dc in rb_ary_each (ary=140221288028200) at /tmp/ruby/src/trunk-repeat50/array.c:2732
        i = 0
#87 0x00007f87d6c4b1ea in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3335
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        block_handler = <optimized out>
        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>
        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>
#88 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3363
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#89 vm_call_cfunc (ec=0x55d156129120, reg_cfp=0x7f87d657ed50, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3460
        ci = <optimized out>
        argv_ary = <optimized out>
#90 0x00007f87d6c61ed9 in vm_call_refined (calling=0x7fff7daae130, cfp=0x7f87d657ed50, ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3924
        ref_cc = 0x7fff7daae040
        ref_cc = <optimized out>
#91 vm_call_method_each_type (ec=0x55d156129120, cfp=0x7f87d657ed50, calling=0x7fff7daae130) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:4162
        aset_mask = <optimized out>
        ivar_mask = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#92 0x00007f87d6c5bb29 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:367
        val = 0
        ci = <optimized out>
        cc = <optimized out>
        recv = 140219844902864
        argc = <optimized out>
        calling = {ci = 0xbd100000001, cc = 0x7fff7daae040, block_handler = 140221393399145, recv = 140221288028200, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#93 vm_exec_core (ec=0x55d156129120, initial=32) at ../../src/trunk-repeat50/insns.def:815
        bh = <optimized out>
        cd = 0x55d1562ead80
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 0
        reg_pc = 0x55d156159ee0
        reg_cfp = 0x7f87d657ed50
        insns_address_table = {0x7f87d6c5c91f <vm_exec_core+10351>, 0x7f87d6c5a329 <vm_exec_core+633>, 0x7f87d6c5c4de <vm_exec_core+9262>, 0x7f87d6c5c464 <vm_exec_core+9140>, 0x7f87d6c5c3ed <vm_exec_core+9021>, 0x7f87d6c5c36e <vm_exec_core+8894>, 0x7f87d6c5c2ee <vm_exec_core+8766>, 0x7f87d6c5c292 <vm_exec_core+8674>, 0x7f87d6c5c237 <vm_exec_core+8583>, 0x7f87d6c5c1e7 <vm_exec_core+8503>, 0x7f87d6c5c06c <vm_exec_core+8124>, 0x7f87d6c5bec1 <vm_exec_core+7697>, 0x7f87d6c5bdd6 <vm_exec_core+7462>, 0x7f87d6c5bd67 <vm_exec_core+7351>, 0x7f87d6c5bcfa <vm_exec_core+7242>, 0x7f87d6c5bcbf <vm_exec_core+7183>, 0x7f87d6c5bc89 <vm_exec_core+7129>, 0x7f87d6c5bc56 <vm_exec_core+7078>, 0x7f87d6c5c54a <vm_exec_core+9370>, 0x7f87d6c5afb7 <vm_exec_core+3847>, 0x7f87d6c5af49 <vm_exec_core+3737>, 0x7f87d6c5af0e <vm_exec_core+3678>, 0x7f87d6c5aeb8 <vm_exec_core+3592>, 0x7f87d6c5ae74 <vm_exec_core+3524>, 0x7f87d6c5aded <vm_exec_core+3389>, 0x7f87d6c5adb8 <vm_exec_core+3336>, 0x7f87d6c5ad5d <vm_exec_core+3245>, 0x7f87d6c5ace5 <vm_exec_core+3125>, 0x7f87d6c5acad <vm_exec_core+3069>, 0x7f87d6c5ac75 <vm_exec_core+3013>, 0x7f87d6c5aa80 <vm_exec_core+2512>, 0x7f87d6c5a9ef <vm_exec_core+2367>, 0x7f87d6c5a992 <vm_exec_core+2274>, 0x7f87d6c5a919 <vm_exec_core+2153>, 0x7f87d6c5b659 <vm_exec_core+5545>, 0x7f87d6c5b634 <vm_exec_core+5508>, 0x7f87d6c5b5fb <vm_exec_core+5451>, 0x7f87d6c5b5ab <vm_exec_core+5371>, 0x7f87d6c5b579 <vm_exec_core+5321>, 0x7f87d6c5b48e <vm_exec_core+5086>, 0x7f87d6c5b449 <vm_exec_core+5017>, 0x7f87d6c5b403 <vm_exec_core+4947>, 0x7f87d6c5b3d3 <vm_exec_core+4899>, 0x7f87d6c5b308 <vm_exec_core+4696>, 0x7f87d6c5b373 <vm_exec_core+4803>, 0x7f87d6c5b1d8 <vm_exec_core+4392>, 0x7f87d6c5b16b <vm_exec_core+4283>, 0x7f87d6c5b0de <vm_exec_core+4142>, 0x7f87d6c5b022 <vm_exec_core+3954>, 0x7f87d6c5afea <vm_exec_core+3898>, 0x7f87d6c5bb57 <vm_exec_core+6823>, 0x7f87d6c5ba44 <vm_exec_core+6548>, 0x7f87d6c5a108 <vm_exec_core+88>, 0x7f87d6c5bbd2 <vm_exec_core+6946>, 0x7f87d6c5b79d <vm_exec_core+5869>, 0x7f87d6c5ca67 <vm_exec_core+10679>, 0x7f87d6c5b753 <vm_exec_core+5795>, 0x7f87d6c5b6fa <vm_exec_core+5706>, 0x7f87d6c5b6a1 <vm_exec_core+5617>, 0x7f87d6c5b936 <vm_exec_core+6278>, 0x7f87d6c5b860 <vm_exec_core+6064>, 0x7f87d6c5b7e7 <vm_exec_core+5943>, 0x7f87d6c5c8be <vm_exec_core+10254>, 0x7f87d6c5bb9a <vm_exec_core+6890>, 0x7f87d6c5b9ed <vm_exec_core+6461>, 0x7f87d6c5a77a <vm_exec_core+1738>, 0x7f87d6c5a740 <vm_exec_core+1680>, 0x7f87d6c5a872 <vm_exec_core+1986>, 0x7f87d6c5a7d1 <vm_exec_core+1825>, 0x7f87d6c5cd4f <vm_exec_core+11423>, 0x7f87d6c5cca6 <vm_exec_core+11254>, 0x7f87d6c5cf26 <vm_exec_core+11894>, 0x7f87d6c5ceb3 <vm_exec_core+11779>, 0x7f87d6c5ce0d <vm_exec_core+11613>, 0x7f87d6c5cdb1 <vm_exec_core+11521>, 0x7f87d6c5d2d3 <vm_exec_core+12835>, 0x7f87d6c5d236 <vm_exec_core+12678>, 0x7f87d6c5d19e <vm_exec_core+12526>, 0x7f87d6c5d101 <vm_exec_core+12369>, 0x7f87d6c5d069 <vm_exec_core+12217>, 0x7f87d6c5c9a8 <vm_exec_core+10488>, 0x7f87d6c5d01e <vm_exec_core+12142>, 0x7f87d6c5cfc8 <vm_exec_core+12056>, 0x7f87d6c5cb35 <vm_exec_core+10885>, 0x7f87d6c5caab <vm_exec_core+10747>, 0x7f87d6c5a6d3 <vm_exec_core+1571>, 0x7f87d6c5a675 <vm_exec_core+1477>, 0x7f87d6c5cc72 <vm_exec_core+11202>, 0x7f87d6c5cc3e <vm_exec_core+11150>, 0x7f87d6c5cbed <vm_exec_core+11069>, 0x7f87d6c5cb9e <vm_exec_core+10990>, 0x7f87d6c5c9db <vm_exec_core+10539>, 0x7f87d6c5c930 <vm_exec_core+10368>, 0x7f87d6c5a608 <vm_exec_core+1368>, 0x7f87d6c5a5b1 <vm_exec_core+1281>, 0x7f87d6c5a52e <vm_exec_core+1150>, 0x7f87d6c5a4e9 <vm_exec_core+1081>, 0x7f87d6c5a49c <vm_exec_core+1004>, 0x7f87d6c5a44f <vm_exec_core+927>, 0x7f87d6c5a3fa <vm_exec_core+842>, 0x7f87d6c5a3c7 <vm_exec_core+791>, 0x7f87d6c5a394 <vm_exec_core+740>, 0x7f87d6c5ca4b <vm_exec_core+10651>, 0x7f87d6c5a31a <vm_exec_core+618>, 0x7f87d6c5c4cf <vm_exec_core+9247>, 0x7f87d6c5c455 <vm_exec_core+9125>, 0x7f87d6c5c3de <vm_exec_core+9006>, 0x7f87d6c5c35f <vm_exec_core+8879>, 0x7f87d6c5c2df <vm_exec_core+8751>, 0x7f87d6c5c283 <vm_exec_core+8659>, 0x7f87d6c5c228 <vm_exec_core+8568>, 0x7f87d6c5c1d8 <vm_exec_core+8488>, 0x7f87d6c5c05d <vm_exec_core+8109>, 0x7f87d6c5beb2 <vm_exec_core+7682>, 0x7f87d6c5bdc7 <vm_exec_core+7447>, 0x7f87d6c5bd58 <vm_exec_core+7336>, 0x7f87d6c5bceb <vm_exec_core+7227>, 0x7f87d6c5bcb0 <vm_exec_core+7168>, 0x7f87d6c5bc7a <vm_exec_core+7114>, 0x7f87d6c5bc47 <vm_exec_core+7063>, 0x7f87d6c5c53b <vm_exec_core+9355>, 0x7f87d6c5afa8 <vm_exec_core+3832>, 0x7f87d6c5af3a <vm_exec_core+3722>, 0x7f87d6c5aeff <vm_exec_core+3663>, 0x7f87d6c5aea9 <vm_exec_core+3577>, 0x7f87d6c5ae65 <vm_exec_core+3509>, 0x7f87d6c5adde <vm_exec_core+3374>, 0x7f87d6c5ada9 <vm_exec_core+3321>, 0x7f87d6c5ad4e <vm_exec_core+3230>, 0x7f87d6c5acd6 <vm_exec_core+3110>, 0x7f87d6c5ac9e <vm_exec_core+3054>, 0x7f87d6c5ac66 <vm_exec_core+2998>, 0x7f87d6c5aa71 <vm_exec_core+2497>, 0x7f87d6c5a9e0 <vm_exec_core+2352>, 0x7f87d6c5a983 <vm_exec_core+2259>, 0x7f87d6c5a90a <vm_exec_core+2138>, 0x7f87d6c5b64a <vm_exec_core+5530>, 0x7f87d6c5b625 <vm_exec_core+5493>, 0x7f87d6c5b5ec <vm_exec_core+5436>, 0x7f87d6c5b59c <vm_exec_core+5356>, 0x7f87d6c5b56a <vm_exec_core+5306>, 0x7f87d6c5b47f <vm_exec_core+5071>, 0x7f87d6c5b43a <vm_exec_core+5002>, 0x7f87d6c5b3f4 <vm_exec_core+4932>, 0x7f87d6c5b3c4 <vm_exec_core+4884>, 0x7f87d6c5b2f9 <vm_exec_core+4681>, 0x7f87d6c5b364 <vm_exec_core+4788>, 0x7f87d6c5b1c9 <vm_exec_core+4377>, 0x7f87d6c5b15c <vm_exec_core+4268>, 0x7f87d6c5b0cf <vm_exec_core+4127>, 0x7f87d6c5b013 <vm_exec_core+3939>, 0x7f87d6c5afdb <vm_exec_core+3883>, 0x7f87d6c5bb48 <vm_exec_core+6808>, 0x7f87d6c5ba35 <vm_exec_core+6533>, 0x7f87d6c5d4f3 <vm_exec_core+13379>, 0x7f87d6c5bbc3 <vm_exec_core+6931>, 0x7f87d6c5b78e <vm_exec_core+5854>, 0x7f87d6c5d4df <vm_exec_core+13359>, 0x7f87d6c5b744 <vm_exec_core+5780>, 0x7f87d6c5b6eb <vm_exec_core+5691>, 0x7f87d6c5b692 <vm_exec_core+5602>, 0x7f87d6c5b927 <vm_exec_core+6263>, 0x7f87d6c5b851 <vm_exec_core+6049>, 0x7f87d6c5b7d8 <vm_exec_core+5928>, 0x7f87d6c5c8af <vm_exec_core+10239>, 0x7f87d6c5bb8b <vm_exec_core+6875>, 0x7f87d6c5b9de <vm_exec_core+6446>, 0x7f87d6c5a76b <vm_exec_core+1723>, 0x7f87d6c5a731 <vm_exec_core+1665>, 0x7f87d6c5a863 <vm_exec_core+1971>, 0x7f87d6c5a7c2 <vm_exec_core+1810>, 0x7f87d6c5d4cb <vm_exec_core+13339>, 0x7f87d6c5d4b7 <vm_exec_core+13319>, 0x7f87d6c5d4a3 <vm_exec_core+13299>, 0x7f87d6c5d48f <vm_exec_core+13279>, 0x7f87d6c5d47b <vm_exec_core+13259>, 0x7f87d6c5d467 <vm_exec_core+13239>, 0x7f87d6c5d44c <vm_exec_core+13212>, 0x7f87d6c5d438 <vm_exec_core+13192>, 0x7f87d6c5d424 <vm_exec_core+13172>, 0x7f87d6c5d410 <vm_exec_core+13152>, 0x7f87d6c5d3fc <vm_exec_core+13132>, 0x7f87d6c5d3e8 <vm_exec_core+13112>, 0x7f87d6c5d3d4 <vm_exec_core+13092>, 0x7f87d6c5d3c0 <vm_exec_core+13072>, 0x7f87d6c5d3ac <vm_exec_core+13052>, 0x7f87d6c5d398 <vm_exec_core+13032>, 0x7f87d6c5a6c4 <vm_exec_core+1556>, 0x7f87d6c5a666 <vm_exec_core+1462>, 0x7f87d6c5d384 <vm_exec_core+13012>, 0x7f87d6c5d370 <vm_exec_core+12992>, 0x7f87d6c5d35c <vm_exec_core+12972>, 0x7f87d6c5d348 <vm_exec_core+12952>, 0x7f87d6c5a0f1 <vm_exec_core+65>, 0x7f87d6c5a0f5 <vm_exec_core+69>, 0x7f87d6c5a5f9 <vm_exec_core+1353>, 0x7f87d6c5a5a2 <vm_exec_core+1266>, 0x7f87d6c5a51f <vm_exec_core+1135>, 0x7f87d6c5a4da <vm_exec_core+1066>, 0x7f87d6c5a48d <vm_exec_core+989>...}
#94 0x00007f87d6c609cb in rb_vm_exec (ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2375
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 4, buf = {0x7f87d6469668, 0x7f87d6c60140 <rb_vm_exec+400>, 0x0, 0x7fff7daae1b0, 0x55d156129120}, prev = 0x7fff7daae470, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 36
        initial = <optimized out>
#95 0x00007f87d6aee861 in load_iseq_eval (fname=140221392262720, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/load.c:697
        iseq = 0x7f87d6468c90
        iseq = <optimized out>
        ec = <optimized out>
        v = <optimized out>
        ast = <optimized out>
        parser = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
#96 require_internal (ec=0x55d156129120, fname=<optimized out>, exception=1, warn=<optimized out>) at /tmp/ruby/src/trunk-repeat50/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 = 0x55d156129120
        _tag = {tag = 36, retval = 140221398724988, buf = {0x7f87d6469668, 0x7f87d6aee100 <require_internal+1264>, 0x0, 0x7fff7daae310, 0x55d156130010}, prev = 0x7fff7daae7a0, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x55d156127f90
        saved = {wrapper = 0, self = 140221391949120, errinfo = 4}
        state = <optimized out>
        ftptr = 0x55d1562a3710 "/tmp/ruby/src/trunk-repeat50/tool/test/runner.rb"
        path = <optimized out>
        saved_path = 140221392262720
        realpath = 140221332126000
        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>
#97 0x00007f87d6aef2d2 in rb_require_string (fname=140221392262760) at /tmp/ruby/src/trunk-repeat50/load.c:1294
        ec = 0x55d156129120
        result = <optimized out>
#98 0x00007f87d6c4b1ea in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3335
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        block_handler = <optimized out>
        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>
        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>
#99 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3363
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#100 vm_call_cfunc (ec=0x55d156129120, reg_cfp=0x7f87d657ef90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3460
        ci = <optimized out>
        argv_ary = <optimized out>
#101 0x00007f87d6c5a1ad in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:367
        val = 0
        ci = 0xfd0
        cc = <optimized out>
        recv = 140219844902864
        argc = <optimized out>
        calling = {ci = 0x588100140003, cc = 0x7f87d6469690, block_handler = 0, recv = 140221391949120, argc = 1, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#102 vm_exec_core (ec=0x55d156129120, initial=32) at ../../src/trunk-repeat50/insns.def:835
        bh = <optimized out>
        cd = 0x20
        leaf = <optimized out>
        val = 0
        reg_pc = 0x55d15628e930
        reg_cfp = 0x7f87d657ef90
        insns_address_table = {0x7f87d6c5c91f <vm_exec_core+10351>, 0x7f87d6c5a329 <vm_exec_core+633>, 0x7f87d6c5c4de <vm_exec_core+9262>, 0x7f87d6c5c464 <vm_exec_core+9140>, 0x7f87d6c5c3ed <vm_exec_core+9021>, 0x7f87d6c5c36e <vm_exec_core+8894>, 0x7f87d6c5c2ee <vm_exec_core+8766>, 0x7f87d6c5c292 <vm_exec_core+8674>, 0x7f87d6c5c237 <vm_exec_core+8583>, 0x7f87d6c5c1e7 <vm_exec_core+8503>, 0x7f87d6c5c06c <vm_exec_core+8124>, 0x7f87d6c5bec1 <vm_exec_core+7697>, 0x7f87d6c5bdd6 <vm_exec_core+7462>, 0x7f87d6c5bd67 <vm_exec_core+7351>, 0x7f87d6c5bcfa <vm_exec_core+7242>, 0x7f87d6c5bcbf <vm_exec_core+7183>, 0x7f87d6c5bc89 <vm_exec_core+7129>, 0x7f87d6c5bc56 <vm_exec_core+7078>, 0x7f87d6c5c54a <vm_exec_core+9370>, 0x7f87d6c5afb7 <vm_exec_core+3847>, 0x7f87d6c5af49 <vm_exec_core+3737>, 0x7f87d6c5af0e <vm_exec_core+3678>, 0x7f87d6c5aeb8 <vm_exec_core+3592>, 0x7f87d6c5ae74 <vm_exec_core+3524>, 0x7f87d6c5aded <vm_exec_core+3389>, 0x7f87d6c5adb8 <vm_exec_core+3336>, 0x7f87d6c5ad5d <vm_exec_core+3245>, 0x7f87d6c5ace5 <vm_exec_core+3125>, 0x7f87d6c5acad <vm_exec_core+3069>, 0x7f87d6c5ac75 <vm_exec_core+3013>, 0x7f87d6c5aa80 <vm_exec_core+2512>, 0x7f87d6c5a9ef <vm_exec_core+2367>, 0x7f87d6c5a992 <vm_exec_core+2274>, 0x7f87d6c5a919 <vm_exec_core+2153>, 0x7f87d6c5b659 <vm_exec_core+5545>, 0x7f87d6c5b634 <vm_exec_core+5508>, 0x7f87d6c5b5fb <vm_exec_core+5451>, 0x7f87d6c5b5ab <vm_exec_core+5371>, 0x7f87d6c5b579 <vm_exec_core+5321>, 0x7f87d6c5b48e <vm_exec_core+5086>, 0x7f87d6c5b449 <vm_exec_core+5017>, 0x7f87d6c5b403 <vm_exec_core+4947>, 0x7f87d6c5b3d3 <vm_exec_core+4899>, 0x7f87d6c5b308 <vm_exec_core+4696>, 0x7f87d6c5b373 <vm_exec_core+4803>, 0x7f87d6c5b1d8 <vm_exec_core+4392>, 0x7f87d6c5b16b <vm_exec_core+4283>, 0x7f87d6c5b0de <vm_exec_core+4142>, 0x7f87d6c5b022 <vm_exec_core+3954>, 0x7f87d6c5afea <vm_exec_core+3898>, 0x7f87d6c5bb57 <vm_exec_core+6823>, 0x7f87d6c5ba44 <vm_exec_core+6548>, 0x7f87d6c5a108 <vm_exec_core+88>, 0x7f87d6c5bbd2 <vm_exec_core+6946>, 0x7f87d6c5b79d <vm_exec_core+5869>, 0x7f87d6c5ca67 <vm_exec_core+10679>, 0x7f87d6c5b753 <vm_exec_core+5795>, 0x7f87d6c5b6fa <vm_exec_core+5706>, 0x7f87d6c5b6a1 <vm_exec_core+5617>, 0x7f87d6c5b936 <vm_exec_core+6278>, 0x7f87d6c5b860 <vm_exec_core+6064>, 0x7f87d6c5b7e7 <vm_exec_core+5943>, 0x7f87d6c5c8be <vm_exec_core+10254>, 0x7f87d6c5bb9a <vm_exec_core+6890>, 0x7f87d6c5b9ed <vm_exec_core+6461>, 0x7f87d6c5a77a <vm_exec_core+1738>, 0x7f87d6c5a740 <vm_exec_core+1680>, 0x7f87d6c5a872 <vm_exec_core+1986>, 0x7f87d6c5a7d1 <vm_exec_core+1825>, 0x7f87d6c5cd4f <vm_exec_core+11423>, 0x7f87d6c5cca6 <vm_exec_core+11254>, 0x7f87d6c5cf26 <vm_exec_core+11894>, 0x7f87d6c5ceb3 <vm_exec_core+11779>, 0x7f87d6c5ce0d <vm_exec_core+11613>, 0x7f87d6c5cdb1 <vm_exec_core+11521>, 0x7f87d6c5d2d3 <vm_exec_core+12835>, 0x7f87d6c5d236 <vm_exec_core+12678>, 0x7f87d6c5d19e <vm_exec_core+12526>, 0x7f87d6c5d101 <vm_exec_core+12369>, 0x7f87d6c5d069 <vm_exec_core+12217>, 0x7f87d6c5c9a8 <vm_exec_core+10488>, 0x7f87d6c5d01e <vm_exec_core+12142>, 0x7f87d6c5cfc8 <vm_exec_core+12056>, 0x7f87d6c5cb35 <vm_exec_core+10885>, 0x7f87d6c5caab <vm_exec_core+10747>, 0x7f87d6c5a6d3 <vm_exec_core+1571>, 0x7f87d6c5a675 <vm_exec_core+1477>, 0x7f87d6c5cc72 <vm_exec_core+11202>, 0x7f87d6c5cc3e <vm_exec_core+11150>, 0x7f87d6c5cbed <vm_exec_core+11069>, 0x7f87d6c5cb9e <vm_exec_core+10990>, 0x7f87d6c5c9db <vm_exec_core+10539>, 0x7f87d6c5c930 <vm_exec_core+10368>, 0x7f87d6c5a608 <vm_exec_core+1368>, 0x7f87d6c5a5b1 <vm_exec_core+1281>, 0x7f87d6c5a52e <vm_exec_core+1150>, 0x7f87d6c5a4e9 <vm_exec_core+1081>, 0x7f87d6c5a49c <vm_exec_core+1004>, 0x7f87d6c5a44f <vm_exec_core+927>, 0x7f87d6c5a3fa <vm_exec_core+842>, 0x7f87d6c5a3c7 <vm_exec_core+791>, 0x7f87d6c5a394 <vm_exec_core+740>, 0x7f87d6c5ca4b <vm_exec_core+10651>, 0x7f87d6c5a31a <vm_exec_core+618>, 0x7f87d6c5c4cf <vm_exec_core+9247>, 0x7f87d6c5c455 <vm_exec_core+9125>, 0x7f87d6c5c3de <vm_exec_core+9006>, 0x7f87d6c5c35f <vm_exec_core+8879>, 0x7f87d6c5c2df <vm_exec_core+8751>, 0x7f87d6c5c283 <vm_exec_core+8659>, 0x7f87d6c5c228 <vm_exec_core+8568>, 0x7f87d6c5c1d8 <vm_exec_core+8488>, 0x7f87d6c5c05d <vm_exec_core+8109>, 0x7f87d6c5beb2 <vm_exec_core+7682>, 0x7f87d6c5bdc7 <vm_exec_core+7447>, 0x7f87d6c5bd58 <vm_exec_core+7336>, 0x7f87d6c5bceb <vm_exec_core+7227>, 0x7f87d6c5bcb0 <vm_exec_core+7168>, 0x7f87d6c5bc7a <vm_exec_core+7114>, 0x7f87d6c5bc47 <vm_exec_core+7063>, 0x7f87d6c5c53b <vm_exec_core+9355>, 0x7f87d6c5afa8 <vm_exec_core+3832>, 0x7f87d6c5af3a <vm_exec_core+3722>, 0x7f87d6c5aeff <vm_exec_core+3663>, 0x7f87d6c5aea9 <vm_exec_core+3577>, 0x7f87d6c5ae65 <vm_exec_core+3509>, 0x7f87d6c5adde <vm_exec_core+3374>, 0x7f87d6c5ada9 <vm_exec_core+3321>, 0x7f87d6c5ad4e <vm_exec_core+3230>, 0x7f87d6c5acd6 <vm_exec_core+3110>, 0x7f87d6c5ac9e <vm_exec_core+3054>, 0x7f87d6c5ac66 <vm_exec_core+2998>, 0x7f87d6c5aa71 <vm_exec_core+2497>, 0x7f87d6c5a9e0 <vm_exec_core+2352>, 0x7f87d6c5a983 <vm_exec_core+2259>, 0x7f87d6c5a90a <vm_exec_core+2138>, 0x7f87d6c5b64a <vm_exec_core+5530>, 0x7f87d6c5b625 <vm_exec_core+5493>, 0x7f87d6c5b5ec <vm_exec_core+5436>, 0x7f87d6c5b59c <vm_exec_core+5356>, 0x7f87d6c5b56a <vm_exec_core+5306>, 0x7f87d6c5b47f <vm_exec_core+5071>, 0x7f87d6c5b43a <vm_exec_core+5002>, 0x7f87d6c5b3f4 <vm_exec_core+4932>, 0x7f87d6c5b3c4 <vm_exec_core+4884>, 0x7f87d6c5b2f9 <vm_exec_core+4681>, 0x7f87d6c5b364 <vm_exec_core+4788>, 0x7f87d6c5b1c9 <vm_exec_core+4377>, 0x7f87d6c5b15c <vm_exec_core+4268>, 0x7f87d6c5b0cf <vm_exec_core+4127>, 0x7f87d6c5b013 <vm_exec_core+3939>, 0x7f87d6c5afdb <vm_exec_core+3883>, 0x7f87d6c5bb48 <vm_exec_core+6808>, 0x7f87d6c5ba35 <vm_exec_core+6533>, 0x7f87d6c5d4f3 <vm_exec_core+13379>, 0x7f87d6c5bbc3 <vm_exec_core+6931>, 0x7f87d6c5b78e <vm_exec_core+5854>, 0x7f87d6c5d4df <vm_exec_core+13359>, 0x7f87d6c5b744 <vm_exec_core+5780>, 0x7f87d6c5b6eb <vm_exec_core+5691>, 0x7f87d6c5b692 <vm_exec_core+5602>, 0x7f87d6c5b927 <vm_exec_core+6263>, 0x7f87d6c5b851 <vm_exec_core+6049>, 0x7f87d6c5b7d8 <vm_exec_core+5928>, 0x7f87d6c5c8af <vm_exec_core+10239>, 0x7f87d6c5bb8b <vm_exec_core+6875>, 0x7f87d6c5b9de <vm_exec_core+6446>, 0x7f87d6c5a76b <vm_exec_core+1723>, 0x7f87d6c5a731 <vm_exec_core+1665>, 0x7f87d6c5a863 <vm_exec_core+1971>, 0x7f87d6c5a7c2 <vm_exec_core+1810>, 0x7f87d6c5d4cb <vm_exec_core+13339>, 0x7f87d6c5d4b7 <vm_exec_core+13319>, 0x7f87d6c5d4a3 <vm_exec_core+13299>, 0x7f87d6c5d48f <vm_exec_core+13279>, 0x7f87d6c5d47b <vm_exec_core+13259>, 0x7f87d6c5d467 <vm_exec_core+13239>, 0x7f87d6c5d44c <vm_exec_core+13212>, 0x7f87d6c5d438 <vm_exec_core+13192>, 0x7f87d6c5d424 <vm_exec_core+13172>, 0x7f87d6c5d410 <vm_exec_core+13152>, 0x7f87d6c5d3fc <vm_exec_core+13132>, 0x7f87d6c5d3e8 <vm_exec_core+13112>, 0x7f87d6c5d3d4 <vm_exec_core+13092>, 0x7f87d6c5d3c0 <vm_exec_core+13072>, 0x7f87d6c5d3ac <vm_exec_core+13052>, 0x7f87d6c5d398 <vm_exec_core+13032>, 0x7f87d6c5a6c4 <vm_exec_core+1556>, 0x7f87d6c5a666 <vm_exec_core+1462>, 0x7f87d6c5d384 <vm_exec_core+13012>, 0x7f87d6c5d370 <vm_exec_core+12992>, 0x7f87d6c5d35c <vm_exec_core+12972>, 0x7f87d6c5d348 <vm_exec_core+12952>, 0x7f87d6c5a0f1 <vm_exec_core+65>, 0x7f87d6c5a0f5 <vm_exec_core+69>, 0x7f87d6c5a5f9 <vm_exec_core+1353>, 0x7f87d6c5a5a2 <vm_exec_core+1266>, 0x7f87d6c5a51f <vm_exec_core+1135>, 0x7f87d6c5a4da <vm_exec_core+1066>, 0x7f87d6c5a48d <vm_exec_core+989>...}
#103 0x00007f87d6c6094b in rb_vm_exec (ec=0x55d156129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x55d156129120
        _tag = {tag = 36, retval = 4, buf = {0x7f87d646a0b8, 0x7f87d6c60140 <rb_vm_exec+400>, 0x0, 0x7fff7daae6d0, 0x55d1561b7e80}, prev = 0x7fff7daae860, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#104 0x00007f87d6a83311 in rb_ec_exec_node (ec=ec@entry=0x55d156129120, n=n@entry=0x7f87d646a0b8) at /tmp/ruby/src/trunk-repeat50/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 140221400265412, buf = {0x7f87d646a0b8, 0x7f87d6a83362 <rb_ec_exec_node+258>, 0x0, 0x7fff7daae830, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f87d646a0b8
#105 0x00007f87d6a897d3 in ruby_run_node (n=0x7f87d646a0b8) at /tmp/ruby/src/trunk-repeat50/eval.c:328
        ec = 0x55d156129120
        status = 0
#106 0x000055d1547c0187 in rb_main (argv=0x7fff7daaea68, argc=8) at /tmp/ruby/src/trunk-repeat50/main.c:39
        variable_in_this_stack_frame = 140735301741833
#107 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat50/main.c:58
No locals.

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