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

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

---
$$$[end] "/tmp/ruby/src/trunk-iseq_binary/configure --prefix=/tmp/ruby/install/trunk-iseq_binary --disable-install-doc --enable-shared" exit with 0.
$$$[beg] make update-unicode  -j4
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
Downloading Unicode 15.0.0 data and property files...
downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... downloading 15.0.0/ucd/UnicodeData.txt ... done
downloading 15.0.0/ucd/CompositionExclusions.txt ... done
downloading 15.0.0/ucd/NormalizationTest.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
downloading 15.0.0/ucd/SpecialCasing.txt ... done
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
Downloading Unicode 15.0.0 data and property files...
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/UnicodeData.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/Blocks.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/PropList.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/Scripts.txt already exists
Downloading Unicode 15.0.0 auxiliary files...
done
Downloading Unicode 15.0.0 auxiliary files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... done
Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
Downloading Unicode UCD emoji 15.0 files...
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/emoji/emoji-data.txt already exists
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
done
/tmp/ruby/src/trunk-iseq_binary/enc/unicode/data/15.0.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
Downloading Unicode emoji 15.0 files...
Downloading Unicode emoji 15.0 files...
downloading emoji/15.0/emoji-sequences.txt ... done
Downloading Unicode emoji 15.0 files...
downloading emoji/15.0/emoji-sequences.txt ... downloading emoji/15.0/emoji-sequences.txt ... done
done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
done
done
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem power_assert-2.0.3...
Downloading bundled gem rake-13.1.0...
Downloading bundled gem minitest-5.20.0...
Downloading bundled gem test-unit-3.6.1...
Downloading bundled gem rexml-3.2.6...
Downloading bundled gem rss-0.3.0...
Downloading bundled gem net-ftp-0.2.0...
Downloading bundled gem net-imap-0.4.3...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.4.0...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem typeprof-0.21.8...
Downloading bundled gem racc-1.7.1...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-iseq_binary/gems/src
Cloning https://github.com/ruby/rbs
Cloning into '/tmp/ruby/src/trunk-iseq_binary/gems/src/rbs'...
Cloning https://github.com/ruby/debug
Cloning into '/tmp/ruby/src/trunk-iseq_binary/gems/src/debug'...
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
From https://github.com/ruby/debug
 * branch            927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD
HEAD is now at 927587a Stop assuming Integer#times is written in C
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/debug.revision updated
Building debug@927587afb6aac69b358b86a01f602d207053e8d2 to /tmp/ruby/src/trunk-iseq_binary/gems/debug-1.8.0.gem
  Successfully built RubyGem
  Name: debug
  Version: 1.8.0
  File: debug-1.8.0.gem
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
From https://github.com/ruby/rbs
 * branch              33813a60752624d58dfe5ae770b39bfaf29fbaf1 -> FETCH_HEAD
HEAD is now at 33813a60 Use valid syntax
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision updated
Building rbs@33813a60752624d58dfe5ae770b39bfaf29fbaf1 to /tmp/ruby/src/trunk-iseq_binary/gems/rbs-3.2.2.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.2
  File: rbs-3.2.2.gem
$$$[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
Already up to date.
Latest commit hash = 0cb1fc3850
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
id.h updated
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
known_errors.inc updated
generating vm_call_iseq_optimized.inc
vm_call_iseq_optimized.inc updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-iseq_binary/enc/jis
+ cp /tmp/ruby/src/trunk-iseq_binary/enc/jis/props.h.blt /tmp/ruby/src/trunk-iseq_binary/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-iseq_binary/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-iseq_binary/probes.d > probes.dmyh
/tmp/ruby/src/trunk-iseq_binary/revision.h updated
generating /tmp/ruby/src/trunk-iseq_binary/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating id.c
making /tmp/ruby/src/trunk-iseq_binary/ast.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-iseq_binary/dir.rbinc
id.c updated
making /tmp/ruby/src/trunk-iseq_binary/gc.rbinc
making /tmp/ruby/src/trunk-iseq_binary/numeric.rbinc
making /tmp/ruby/src/trunk-iseq_binary/io.rbinc
making /tmp/ruby/src/trunk-iseq_binary/marshal.rbinc
making /tmp/ruby/src/trunk-iseq_binary/rjit.rbinc
making /tmp/ruby/src/trunk-iseq_binary/rjit_c.rbinc
making /tmp/ruby/src/trunk-iseq_binary/pack.rbinc
making /tmp/ruby/src/trunk-iseq_binary/trace_point.rbinc
making /tmp/ruby/src/trunk-iseq_binary/warning.rbinc
making /tmp/ruby/src/trunk-iseq_binary/array.rbinc
making /tmp/ruby/src/trunk-iseq_binary/kernel.rbinc
making /tmp/ruby/src/trunk-iseq_binary/ractor.rbinc
making /tmp/ruby/src/trunk-iseq_binary/symbol.rbinc
making /tmp/ruby/src/trunk-iseq_binary/timev.rbinc
making /tmp/ruby/src/trunk-iseq_binary/thread_sync.rbinc
making /tmp/ruby/src/trunk-iseq_binary/nilclass.rbinc
making /tmp/ruby/src/trunk-iseq_binary/prelude.rbinc
making /tmp/ruby/src/trunk-iseq_binary/gem_prelude.rbinc
making /tmp/ruby/src/trunk-iseq_binary/yjit.rbinc
generating /tmp/ruby/src/trunk-iseq_binary/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
extracting ripper.y from ../../parse.y
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
generating /tmp/ruby/src/trunk-iseq_binary/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/rbconfig/sizeof'
compiling compiler ripper.y
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-iseq_binary/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/rbconfig/sizeof'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/socket'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/etc'
generating miniprelude.c
/tmp/ruby/src/trunk-iseq_binary/lib/unicode_normalize/tables.rb unchanged
generating golf_prelude.c
golf_prelude.c updated
miniprelude.c updated
generating x86_64-linux-fake.rb
/bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating ripper_init.c from ./ripper_init.c.tmpl
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
generating table from enc/trans/big5.c
generating table from enc/trans/cesu_8.c
generating enc/trans/cesu_8.c ...
generating table from enc/trans/chinese.c
generating enc/trans/chinese.c ...
generating table from enc/trans/ebcdic.c
generating enc/trans/ebcdic.c ...
generating table from enc/trans/emoji.c
generating enc/trans/emoji.c ...
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji_iso2022_kddi.c ...
generating table from enc/trans/emoji_sjis_docomo.c
generating enc/trans/emoji_sjis_docomo.c ...
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_sjis_kddi.c ...
generating table from enc/trans/emoji_sjis_softbank.c
generating enc/trans/emoji_sjis_softbank.c ...
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating enc/trans/big5.c ...
generating table from enc/trans/gbk.c
generating enc/trans/gbk.c ...
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/japanese_sjis.c
generating enc/trans/japanese_sjis.c ...
generating table from enc/trans/korean.c
generating enc/trans/korean.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/japanese_euc.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/single_byte.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating enc/trans/utf8_mac.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
generating /tmp/ruby/src/trunk-iseq_binary/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
generating /tmp/ruby/src/trunk-iseq_binary/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
generating /tmp/ruby/src/trunk-iseq_binary/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
generating /tmp/ruby/src/trunk-iseq_binary/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
/usr/bin/mkdir -p /tmp/ruby/src/trunk-iseq_binary/.bundle/gems
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision -
Extracting bundle gem minitest-5.20.0...
/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision unchanged
Extracting bundle gem power_assert-2.0.3...
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/debug.revision unchanged
Extracting bundle gem rake-13.1.0...
Extracting bundle gem test-unit-3.6.1...
Unpacked gems/power_assert-2.0.3.gem
Extracting bundle gem rexml-3.2.6...
Unpacked gems/test-unit-3.6.1.gem
Extracting bundle gem rss-0.3.0...
Unpacked gems/minitest-5.20.0.gem
Extracting bundle gem net-ftp-0.2.0...
Unpacked gems/rake-13.1.0.gem
Extracting bundle gem net-imap-0.4.3...
Unpacked gems/net-imap-0.4.3.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem net-smtp-0.4.0...
Unpacked gems/net-ftp-0.2.0.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/rexml-3.2.6.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem typeprof-0.21.8...
Unpacked gems/matrix-0.4.2.gem
Unpacked gems/net-smtp-0.4.0.gem
Extracting bundle gem racc-1.7.1...
Unpacked gems/typeprof-0.21.8.gem
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem rbs-3.2.2...
Extracting bundle gem debug-1.8.0...
Unpacked gems/racc-1.7.1.gem
Unpacked gems/debug-1.8.0.gem
Unpacked gems/rbs-3.2.2.gem
$$$[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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-iseq_binary/main.c
compiling /tmp/ruby/src/trunk-iseq_binary/dmydln.c
compiling /tmp/ruby/src/trunk-iseq_binary/miniinit.c
compiling /tmp/ruby/src/trunk-iseq_binary/dmyext.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-iseq_binary/ast.c
compiling /tmp/ruby/src/trunk-iseq_binary/bignum.c
compiling /tmp/ruby/src/trunk-iseq_binary/class.c
compiling /tmp/ruby/src/trunk-iseq_binary/compar.c
compiling /tmp/ruby/src/trunk-iseq_binary/compile.c
compiling /tmp/ruby/src/trunk-iseq_binary/complex.c
compiling /tmp/ruby/src/trunk-iseq_binary/cont.c
compiling /tmp/ruby/src/trunk-iseq_binary/debug.c
compiling /tmp/ruby/src/trunk-iseq_binary/debug_counter.c
compiling /tmp/ruby/src/trunk-iseq_binary/dir.c
compiling /tmp/ruby/src/trunk-iseq_binary/dln_find.c
compiling /tmp/ruby/src/trunk-iseq_binary/encoding.c
compiling /tmp/ruby/src/trunk-iseq_binary/enum.c
compiling /tmp/ruby/src/trunk-iseq_binary/enumerator.c
compiling /tmp/ruby/src/trunk-iseq_binary/error.c
compiling /tmp/ruby/src/trunk-iseq_binary/eval.c
compiling /tmp/ruby/src/trunk-iseq_binary/file.c
compiling /tmp/ruby/src/trunk-iseq_binary/gc.c
compiling /tmp/ruby/src/trunk-iseq_binary/hash.c
compiling /tmp/ruby/src/trunk-iseq_binary/inits.c
compiling /tmp/ruby/src/trunk-iseq_binary/io.c
compiling /tmp/ruby/src/trunk-iseq_binary/io_buffer.c
compiling /tmp/ruby/src/trunk-iseq_binary/iseq.c
compiling /tmp/ruby/src/trunk-iseq_binary/load.c
compiling /tmp/ruby/src/trunk-iseq_binary/marshal.c
compiling /tmp/ruby/src/trunk-iseq_binary/math.c
compiling /tmp/ruby/src/trunk-iseq_binary/memory_view.c
compiling /tmp/ruby/src/trunk-iseq_binary/rjit.c
compiling /tmp/ruby/src/trunk-iseq_binary/rjit_c.c
compiling /tmp/ruby/src/trunk-iseq_binary/node.c
compiling /tmp/ruby/src/trunk-iseq_binary/node_dump.c
compiling /tmp/ruby/src/trunk-iseq_binary/numeric.c
compiling /tmp/ruby/src/trunk-iseq_binary/object.c
compiling /tmp/ruby/src/trunk-iseq_binary/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-iseq_binary/parser_st.c
compiling /tmp/ruby/src/trunk-iseq_binary/proc.c
compiling /tmp/ruby/src/trunk-iseq_binary/process.c
compiling /tmp/ruby/src/trunk-iseq_binary/ractor.c
compiling /tmp/ruby/src/trunk-iseq_binary/random.c
compiling /tmp/ruby/src/trunk-iseq_binary/range.c
compiling /tmp/ruby/src/trunk-iseq_binary/rational.c
compiling /tmp/ruby/src/trunk-iseq_binary/re.c
compiling /tmp/ruby/src/trunk-iseq_binary/regcomp.c
compiling /tmp/ruby/src/trunk-iseq_binary/regenc.c
compiling /tmp/ruby/src/trunk-iseq_binary/regerror.c
compiling /tmp/ruby/src/trunk-iseq_binary/regexec.c
compiling /tmp/ruby/src/trunk-iseq_binary/regparse.c
compiling /tmp/ruby/src/trunk-iseq_binary/regsyntax.c
compiling /tmp/ruby/src/trunk-iseq_binary/ruby.c
compiling /tmp/ruby/src/trunk-iseq_binary/ruby_parser.c
compiling /tmp/ruby/src/trunk-iseq_binary/scheduler.c
compiling /tmp/ruby/src/trunk-iseq_binary/shape.c
compiling /tmp/ruby/src/trunk-iseq_binary/signal.c
compiling /tmp/ruby/src/trunk-iseq_binary/sprintf.c
compiling /tmp/ruby/src/trunk-iseq_binary/st.c
compiling /tmp/ruby/src/trunk-iseq_binary/strftime.c
compiling /tmp/ruby/src/trunk-iseq_binary/string.c
compiling /tmp/ruby/src/trunk-iseq_binary/struct.c
compiling /tmp/ruby/src/trunk-iseq_binary/symbol.c
compiling /tmp/ruby/src/trunk-iseq_binary/thread.c
compiling /tmp/ruby/src/trunk-iseq_binary/time.c
compiling /tmp/ruby/src/trunk-iseq_binary/transcode.c
compiling /tmp/ruby/src/trunk-iseq_binary/util.c
compiling /tmp/ruby/src/trunk-iseq_binary/variable.c
compiling /tmp/ruby/src/trunk-iseq_binary/version.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm_backtrace.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm_dump.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm_sync.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm_trace.c
compiling /tmp/ruby/src/trunk-iseq_binary/weakmap.c
compiling /tmp/ruby/src/trunk-iseq_binary/yjit.c
building Rust YJIT (release mode)
compiling /tmp/ruby/src/trunk-iseq_binary/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-iseq_binary/missing/strlcat.c
compiling /tmp/ruby/src/trunk-iseq_binary/missing/strlcpy.c
compiling /tmp/ruby/src/trunk-iseq_binary/addr2line.c
compiling /tmp/ruby/src/trunk-iseq_binary/dmyenc.c
compiling /tmp/ruby/src/trunk-iseq_binary/array.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/api_pack.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/diagnostic.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/enc/pm_big5.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/enc/pm_euc_jp.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/enc/pm_gbk.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/enc/pm_shift_jis.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/enc/pm_tables.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/enc/pm_unicode.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/enc/pm_windows_31j.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_state_stack.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_string_list.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism/prism.c
compiling /tmp/ruby/src/trunk-iseq_binary/prism_init.c
assembling /tmp/ruby/src/trunk-iseq_binary/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-iseq_binary/enc/ascii.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/unicode.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/utf_8.c
compiling enc/trans/newline.c
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-iseq_binary/dln.c
compiling /tmp/ruby/src/trunk-iseq_binary/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-iseq_binary/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-iseq_binary/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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h updated
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-iseq_binary'
compiling /tmp/ruby/src/trunk-iseq_binary/enc/encdb.c
making srcs under enc
compiling /tmp/ruby/src/trunk-iseq_binary/enc/big5.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
compiling /tmp/ruby/src/trunk-iseq_binary/enc/cp949.c
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating transdb.h
compiling /tmp/ruby/src/trunk-iseq_binary/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/gb2312.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/gb18030.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/gbk.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_8.c
transdb.h updated
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_9.c
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_10.c
making trans
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_13.c
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/transdb.c
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_15.c
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/koi8_u.c
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
compiling /tmp/ruby/src/trunk-iseq_binary/enc/shift_jis.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/cesu_8.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/utf_16be.c
configuring -test-/RUBY_ALIGNOF
compiling /tmp/ruby/src/trunk-iseq_binary/enc/utf_16le.c
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
compiling /tmp/ruby/src/trunk-iseq_binary/enc/utf_32be.c
configuring -test-/bignum
compiling /tmp/ruby/src/trunk-iseq_binary/enc/utf_32le.c
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
compiling /tmp/ruby/src/trunk-iseq_binary/enc/windows_31j.c
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
compiling /tmp/ruby/src/trunk-iseq_binary/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
linking encoding iso_8859_2.so
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
linking encoding iso_8859_3.so
configuring -test-/symbol
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/ebcdic.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji.c
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
configuring -test-/thread/instrumentation
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
linking encoding iso_8859_7.so
configuring bigdecimal
linking encoding iso_8859_8.so
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_iso2022_kddi.c
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_iso2022_kddi.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_sjis_docomo.c
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_sjis_docomo.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_sjis_kddi.c
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_sjis_kddi.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/escape.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/big5.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/japanese.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/gbk.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/korean.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/gb18030.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/korean.c ...
configuring cgi/escape
configuring continuation
configuring coverage
configuring date
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/single_byte.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/japanese_euc.c ...
generating table from /tmp/ruby/src/trunk-iseq_binary/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/utf_16_32.c ...
linking transcoder transdb.so
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-iseq_binary/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/utf_16_32.c
linking transcoder big5.so
configuring digest
configuring digest/bubblebabble
configuring digest/md5
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
configuring digest/rmd160
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
configuring digest/sha1
linking transcoder escape.so
linking transcoder gb18030.so
configuring digest/sha2
linking transcoder gbk.so
linking transcoder iso2022.so
configuring erb/escape
linking transcoder japanese.so
configuring etc
configuring fcntl
linking transcoder japanese_euc.so
configuring fiddle
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
configuring io/console
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring io/nonblock
configuring io/wait
configuring syslog
configuring zlib
configuring debug-1.8.0/ext/debug
configuring racc-1.7.1/ext/racc/cparse
configuring rbs-3.2.2/ext/rbs_extension
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
linking shared-object -test-/abi.so
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/array/concat/to_ary_concat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/RUBY_ALIGNOF'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/array/resize/resize.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bignum/big2str.c
linking shared-object -test-/array/resize.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bignum/div.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bignum/str2big.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/array/concat'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bug-3571/bug.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bug-14834/bug-14384.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bug-5832'
linking shared-object -test-/bug_3571.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/class'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/class/class2name.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bug-5832'
linking shared-object -test-/bug_reporter.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/class/init.c
linking shared-object -test-/class.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/debug/profile_frames.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/dln/empty'
linking shared-object -test-/debug.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/dln/empty/empty.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/bug-3571'
linking shared-object -test-/dln/empty.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/econv/append.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/econv/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/enumerator_kw'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/eval'
linking shared-object -test-/econv.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/eval/eval.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/dln/empty'
linking shared-object -test-/eval.so
linking shared-object -test-/enumerator_kw.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/exception/ensured.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/eval'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/fatal/rb_fatal.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/file'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/enumerator_kw'
linking shared-object -test-/exception.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/float'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/file/fs.c
linking shared-object -test-/fatal/rb_fatal.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/float/nextafter.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/file/stat.c
linking shared-object -test-/float.so
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/funcall/funcall.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/fatal'
linking shared-object -test-/funcall.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/hash/delete.c
linking shared-object -test-/gvl/call_without_gvl.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/funcall'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/hash.so
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/iter/yield.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/integer/my_integer.c
linking shared-object -test-/iter.so
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/load/dot.dot/dot.dot.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/load/protect/protect.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/dot.dot.so
linking shared-object -test-/load/protect.so
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/memory_view'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/memory_view/memory_view.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/method'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/method/arity.c
linking shared-object -test-/memory_view.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/method/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/marshal/internal_ivar'
linking shared-object -test-/method.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/notimplement/bug.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/num2int/num2int.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/marshal/usr'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/notimplement'
linking shared-object -test-/num2int.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/path_to_class/path_to_class.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/num2int'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/proc/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/printf/printf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/random'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/proc/receiver.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/proc/super.c
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/random/init.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/random/loop.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/rational/rat.c
linking shared-object -test-/random.so
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/recursion/recursion.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/regexp'
linking shared-object -test-/recursion.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/regexp/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/regexp/parse_depth_limit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/scan_args.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/scan_args'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/st/update/update.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/string'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/capacity.c
linking shared-object -test-/st/update.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/cstr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/struct/data.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/enc_associate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/struct/len.c
linking shared-object -test-/symbol.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/struct/member.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/fstring.c
linking shared-object -test-/struct.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/init.c
linking shared-object -test-/thread/instrumentation.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/nofree.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/normalize.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/thread_fd/thread_fd.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/thread/instrumentation'
linking shared-object -test-/thread_fd.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/qsort.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/time'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/time/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/time/leap_second.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/time.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/string/set_len.c
linking shared-object -test-/tracepoint.so
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/vm/at_exit.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/wait'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/wait/wait.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/bigdecimal/bigdecimal.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/bigdecimal/missing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/cgi/escape/escape.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/continuation'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/continuation/continuation.c
linking shared-object bigdecimal.so
linking shared-object cgi/escape.so
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/coverage/coverage.c
installing default coverage libraries
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/cgi/escape'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/date/date_core.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/digest.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/date/date_parse.c
installing default bigdecimal libraries
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/erb/escape'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/erb/escape/escape.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/etc'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/etc/etc.c
installing digest libraries
linking shared-object erb/escape.so
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/fcntl'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/fcntl/fcntl.c
linking shared-object etc.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/date/date_strftime.c
linking shared-object fcntl.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/date/date_strptime.c
installing default date_core libraries
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/fiddle/closure.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/io/console/console.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/fiddle/fiddle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/fcntl'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/fiddle/function.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/io/nonblock/nonblock.c
linking shared-object io/console.so
linking shared-object io/nonblock.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/fiddle/pinned.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/wait'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/io/wait/wait.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/fiddle/pointer.c
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
linking shared-object io/wait.so
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/monitor/monitor.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/nkf/nkf.c
installing default monitor libraries
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/objspace/object_tracing.c
installing default fiddle libraries
compiling /tmp/ruby/src/trunk-iseq_binary/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/openssl_missing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl.c
installing default pathname libraries
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_asn1.c
linking shared-object pathname.so
installing default nkf libraries
linking shared-object nkf.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_cipher.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_config.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/psych/psych_emitter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_engine.c
installing default pty libraries
compiling /tmp/ruby/src/trunk-iseq_binary/ext/psych/psych_to_ruby.c
linking shared-object pty.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_pkcs7.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_pkey_dh.c
linking shared-object rbconfig/sizeof.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_provider.c
linking shared-object psych.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_rand.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_ssl.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_x509attr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_x509cert.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_x509crl.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/openssl/ossl_x509store.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/option.c
linking shared-object openssl.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/ifaddr.c
installing default socket libraries
linking shared-object socket.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/stringio'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/stringio/stringio.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/stringio'
installing default openssl libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/strscan/strscan.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/syslog/syslog.c
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/zlib'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/zlib/zlib.c
linking shared-object zlib.so
installing default syslog libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/zlib'
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug/debug.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse/cparse.c
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug/iseq_collector.c
ln -sfT ../../../../../src/trunk-iseq_binary/.bundle/gems/racc-1.7.1/lib ../../../../../../.bundle/gems/racc-1.7.1/lib
ln -sfT ../../../../../src/trunk-iseq_binary/.bundle/gems/debug-1.8.0/lib ../../../../../.bundle/gems/debug-1.8.0/lib
linking shared-object racc/cparse.so
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension/constants.c
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension/lexer.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/md5'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/md5/md5.c
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension/main.c
linking shared-object digest/md5.so
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension/ruby_objs.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension/unescape.c
linking shared-object digest/rmd160.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/sha1/sha1init.c
ln -sfT ../../../../../src/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/lib ../../../../../.bundle/gems/rbs-3.2.2/lib
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/sha1/sha1.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/sha2/sha2init.c
linking shared-object digest/sha1.so
compiling /tmp/ruby/src/trunk-iseq_binary/ext/digest/sha2/sha2.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json/generator'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/json/generator/generator.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha1'
linking shared-object json/ext/generator.so
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json/parser'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/json/parser/parser.c
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/ripper/ripper_init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json/generator'
checking /tmp/ruby/src/trunk-iseq_binary/parse.y and /tmp/ruby/src/trunk-iseq_binary/ext/ripper/eventids2.c
installing default ripper libraries
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json/parser'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision -
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs
/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision unchanged
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/debug.revision -
generating enc.mk
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/debug.revision unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
compiling /tmp/ruby/src/trunk-iseq_binary/enc/trans/transdb.c
linking transcoder transdb.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
./miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib -I. -I.ext/common  /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/bin
installing base libraries:          /tmp/ruby/install/trunk-iseq_binary/lib
installing arch files:              /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-iseq_binary/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-iseq_binary/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-iseq_binary/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-iseq_binary/bin
installing library scripts:         /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-iseq_binary/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-iseq_binary/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.3
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    prism 0.16.0
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.9
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.3.dev.1
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.2.1
                                    psych 5.1.1.1
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.3
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1858 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

# Running tests:

[  1/903] 3293250=test_digest
[  2/903] 3293246=test_gem_resolver_best_set
[  3/903] 3293249=test_json_tree
[  4/903] 3293250=test_object
[  5/903] 3293248=test_gem_commands_lock_command
[  6/903] 3293249=test_closure
[  7/903] 3293249=test_complexrational
[  8/903] 3293249=test_exit
[  9/903] 3293250=test_func
[ 10/903] 3293248=test_drbobject
[ 11/903] 3293248=test_cclass
[ 12/903] 3293248=test_rdoc_any_method
[ 13/903] 3293246=test_enumerator_kw
[ 14/903] 3293246=test_gem_resolver_vendor_specification
[ 15/903] 3293246=test_rdoc_markup_heading
[ 16/903] 3293249=test_gem_commands_which_command
[ 17/903] 3293249=test_win32ole_variant
[ 18/903] 3293249=test_pinned
[ 19/903] 3293249=test_http
[ 20/903] 3293249=test_gem_resolver_vendor_set
[ 21/903] 3293249=test_liberal_parsing
[ 22/903] 3293250=test_webauthn_listener
[ 23/903] 3293249=test_gem_ext_configure_builder
[ 24/903] 3293249=test_gem_resolver_conflict
[ 25/903] 3293249=test_rdoc_single_class
[ 26/903] 3293246=test_rdoc_markup
[ 27/903] 3293246=test_stream
[ 28/903] 3293246=test_ractor
[ 29/903] 3293246=test_severity
[ 30/903] 3293246=test_optimization
[ 31/903] 3293248=test_rdoc_token_stream
[ 32/903] 3293248=test_buffering
[ 33/903] 3293248=test_name_error_extension
[ 34/903] 3293248=test_data_error
[ 35/903] 3293248=test_date_strftime
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 36559>
[ 36/903] 3293250=test_gem_commands_outdated_command
[ 37/903] 3293249=test_gem_silent_ui
[ 38/903] 3293249=test_case_options
[ 39/903] 3293249=test_securerandom
[ 40/903] 3293249=test_scan_args
[ 41/903] 3293249=test_rdoc_rubygems_hook
Closed file descriptor: TestGemCommandsOutdatedCommand#test_execute: 9
[ 42/903] 3293250=test_null
[ 43/903] 3293250=test_cmethod
[ 44/903] 3293248=test_inlinecache
[ 45/903] 3293250=test_bug_reporter
[ 46/903] 3293248=test_big2str
[ 47/903] 3293248=test_gem_uri_formatter
[ 48/903] 3293248=test_flip
[ 49/903] 3293248=test_basicsocket
[ 50/903] 3293250=test_default_gems
[ 51/903] 3293248=test_process
[ 52/903] 3293250=test_bigdecimal
[ 53/903] 3293249=test_safe_load
[ 54/903] 3293249=test_gem_rdoc
[ 55/903] 3293249=test_thread_cv
[ 56/903] 3293249=bom_test
[ 57/903] 3293249=test_gem_resolver
[ 58/903] 3293249=test_gem_install_update_options
[ 59/903] 3293249=test_file
[ 60/903] 3293250=test_ractor
[ 61/903] 3293250=test_gem_request_connection_pools
[ 62/903] 3293250=test_name_error
[ 63/903] 3293250=test_enumerator
[ 64/903] 3293250=test_lambda
[ 65/903] 3293250=test_koi8
[ 66/903] 3293250=test_win32ole_type
[ 67/903] 3293250=test_pkey
[ 68/903] 3293250=test_unicode
[ 69/903] 3293250=test_filter
[ 70/903] 3293250=test_config
[ 71/903] 3293249=test_thread
[ 72/903] 3293246=test_gem_version
[ 73/903] 3293249=test_http
[ 74/903] 3293246=test_rdoc_encoding
[ 75/903] 3293246=test_date_time
[ 76/903] 3293246=test_literal
[ 77/903] 3293250=test_rdoc_markdown
[ 78/903] 3293246=test_rdoc_parser_ruby
[ 79/903] 3293250=test_httpresponse
[ 80/903] 3293250=test_deprecate
[ 81/903] 3293250=test_rdoc_constant
[ 82/903] 3293250=test_gem_gemcutter_utilities
[ 83/903] 3293246=test_rdoc_markup_to_table_of_contents
[ 84/903] 3293246=test_stringchar
[ 85/903] 3293246=test_win32ole_variant_m
[ 86/903] 3293250=test_gem_local_remote_options
[ 87/903] 3293246=test_gem_resolver_api_set
[ 88/903] 3293250=test_helper
[ 89/903] 3293250=test_rdoc_markup_to_html
[ 90/903] 3293246=test_gem_validator
[ 91/903] 3293246=test_require
[ 92/903] 3293250=test_verbose
[ 93/903] 3293250=test_kconv
[ 94/903] 3293250=test_eval
[ 95/903] 3293250=test_encoding
[ 96/903] 3293250=test_c_union_entity
[ 97/903] 3293250=test_sockopt
[ 98/903] 3293250=parse_comments_test
[ 99/903] 3293250=test_scalar
[100/903] 3293250=test_gem_package_tar_reader_entry
[101/903] 3293246=test_pty
[102/903] 3293250=test_io_console
[103/903] 3293249=test_addr
[104/903] 3293249=test_bmethod
[105/903] 3293249=test_document
[106/903] 3293249=test_singleton_function
[107/903] 3293249=json_fixtures_test
[108/903] 3293249=test_regexp
[109/903] 3293246=test_rdoc_parser_c
[110/903] 3293246=test_rdoc_tom_doc
[111/903] 3293246=test_primitive
[112/903] 3293246=test_formatter
[113/903] 3293246=test_last_thread
[114/903] 3293246=test_thread_fd_close
[115/903] 3293246=test_common
[116/903] 3293246=test_assignment
[117/903] 3293250=test_rational2
[118/903] 3293250=test_thread
[119/903] 3293246=test_gem_request_set
[120/903] 3293246=constant_path_node_test
[121/903] 3293246=test_rational
[122/903] 3293249=test_row
[123/903] 3293246=test_call
[124/903] 3293249=test_rdoc_markup_document
[125/903] 3293249=test_skip_lines
[126/903] 3293249=test_completion
[127/903] 3293246=test_getopts
[128/903] 3293246=test_num2int
[129/903] 3293246=test_rat
[130/903] 3293246=test_enc_associate
[131/903] 3293250=test_yamldbm
[132/903] 3293250=test_exception
[133/903] 3293250=test_evaluation
[134/903] 3293250=test_case_comprehensive
[135/903] 3293246=test_https
[136/903] 3293249=test_iter_break
[137/903] 3293249=test_gem_stream_ui
[138/903] 3293249=test_tsort
[139/903] 3293249=test_gem_security_policy
[140/903] 3293249=test_rdoc_generator_ri
[141/903] 3293249=test_address_resolve
[142/903] 3293249=test_defined
[143/903] 3293246=test_flush
[144/903] 3293246=test_gem_doctor
[145/903] 3293246=test_optarg
[146/903] 3293249=test_fnmatch
[147/903] 3293246=test_gem_specification
[148/903] 3293249=test_iso_8859
[149/903] 3293249=test_kernel
[150/903] 3293249=test_boolean
[151/903] 3293249=test_gem_ext_builder
[152/903] 3293249=test_gem_unsatisfiable_dependency_error
[153/903] 3293249=test_readpartial
[154/903] 3293248=test_rdoc_context
[155/903] 3293249=test_drbunix
[156/903] 3293248=test_tcp
[157/903] 3293248=test_win32ole_variable
[158/903] 3293248=test_erb_m17n
[159/903] 3293248=test_gem_safe_marshal
[160/903] 3293246=test_gem_commands_info_command
[161/903] 3293246=test_open-uri
[162/903] 3293248=test_mixed_unicode_escapes
[163/903] 3293248=test_ractor_compatibility
[164/903] 3293248=test_rdoc_markup_to_joined_paragraph
[165/903] 3293246=test_flags
[166/903] 3293248=test_raise
[167/903] 3293248=test_convertible
[168/903] 3293246=test_gem_source_fetch_problem
[169/903] 3293246=test_recorder
[170/903] 3293246=!Nothing_to_test
[171/903] 3293246=test_string
[172/903] 3293249=test_pattern_key_name_check
[173/903] 3293246=test_key_actor_vi
[174/903] 3293249=test_gem_text
[175/903] 3293249=test_settracefunc
[176/903] 3293246=test_date_parse
[177/903] 3293246=test_rdoc_markup_attribute_manager
[178/903] 3293246=test_enum
[179/903] 3293249=test_pkey_ec
[180/903] 3293249=test_win32ole
[181/903] 3293249=test_numeric
[182/903] 3293249=test_thread
[183/903] 3293249=test_gem_resolver_composed_set
[184/903] 3293249=test_rdoc_markup_raw
[185/903] 3293249=test_sprintf_comb
[186/903] 3293246=test_unix
[187/903] 3293246=test_key_error
[188/903] 3293246=test_engine
[189/903] 3293249=test_method_cache
[190/903] 3293249=test_fstring
[191/903] 3293246=test_context
[192/903] 3293249=test_gem_package_task
[193/903] 3293249=test_coder
[194/903] 3293249=test_symbol
[195/903] 3293246=test_hmac
[196/903] 3293246=test_windows_1251
[197/903] 3293246=test_variable
[198/903] 3293246=test_cparser
[199/903] 3293249=test_store
[200/903] 3293249=test_macro
[201/903] 3293249=test_gem_ext_cmake_builder
[202/903] 3293249=test_rdoc_parser_markdown
[203/903] 3293249=test_gem_commands_generate_index_command
[204/903] 3293249=memsize_test
[205/903] 3293249=test_kill_ring
[206/903] 3293249=test_gem_commands_mirror
[207/903] 3293249=test_config
[208/903] 3293249=test_general
[209/903] 3293246=test_files_test_2
[210/903] 3293249=test_backtrace
[211/903] 3293249=test_cipher
[212/903] 3293249=test_storage
[213/903] 3293249=test_rdoc_markup_to_markdown
[214/903] 3293249=test_string_memory
[215/903] 3293249=test_new
[216/903] 3293249=test_summary
[217/903] 3293249=test_rdoc_i18n_text
[218/903] 3293249=test_line_editor
[219/903] 3293249=test_inputs_scanner
[220/903] 3293249=test_foreach
[221/903] 3293249=pattern_test
[222/903] 3293249=test_rdoc_markup_include
[223/903] 3293249=test_timeout
[224/903] 3293249=test_string
[225/903] 3293249=test_iterator
[226/903] 3293249=test_weakref
[227/903] 3293249=test_gem_ext_cargo_builder_unit
[228/903] 3293249=test_gc_compact
[229/903] 3293249=test_tree_builder
[230/903] 3293249=ractor_test
[231/903] 3293249=test_gem_dependency
[232/903] 3293249=test_gem_resolver_index_set
[233/903] 3293249=test_protect
[234/903] 3293249=test_process
[235/903] 3293249=test_metaclass
[236/903] 3293249=test_bignum
[237/903] 3293249=test_rdoc_rd_block_parser
[238/903] 3293249=test_pattern_matching
[239/903] 3293246=test_folderitem2_invokeverb
[240/903] 3293246=test_dir_m17n
[241/903] 3293249=test_bigzero
[242/903] 3293249=test_cgi_cookie
[243/903] 3293249=test_rdoc_stats
[244/903] 3293249=test_rdoc_store
[245/903] 3293248=test_case
[246/903] 3293248=test_rdoc_normal_module
[247/903] 3293248=test_rdoc_markdown_test
[248/903] 3293249=test_ancdata
[249/903] 3293249=test_gem_commands_query_command
[250/903] 3293246=test_mutex_m
[251/903] 3293246=test_cstr
[252/903] 3293248=test_ansi_without_terminfo
[253/903] 3293249=test_emitter
[254/903] 3293248=test_files_ext
[255/903] 3293249=test_unicode_escape
[256/903] 3293249=test_gem_commands_list_command
[257/903] 3293249=json_common_interface_test
[258/903] 3293248=test_eval_history
[259/903] 3293249=test_io_buffer
[260/903] 3293249=dispatcher_test
[261/903] 3293249=test_usrmarshal
[262/903] 3293248=test_read_write
[263/903] 3293248=test_read
[264/903] 3293249=test_thread_queue
[265/903] 3293248=test_nowrite
[266/903] 3293248=test_stringscanner
[267/903] 3293246=test_enc_str_buf_cat
[268/903] 3293246=test_ractor
[269/903] 3293248=test_rdoc_alias
[270/903] 3293248=test_rdoc_markup_hard_break
[271/903] 3293246=test_win32ole_variant_outarg
[272/903] 3293246=test_yaml
[273/903] 3293248=test_load
[274/903] 3293248=test_open3
[275/903] 3293246=test_rdoc_markup_to_html_snippet
[276/903] 3293246=test_at_exit
[277/903] 3293246=test_io
[278/903] 3293246=test_serialize_subclasses
[279/903] 3293246=test_tmpdir
[280/903] 3293246=test_rdoc_markup_to_label
[281/903] 3293246=test_abi
[282/903] 3293246=test_rdoc_normal_class
[283/903] 3293246=test_rubyvm
[284/903] 3293246=test_protocol
[285/903] 3293246=test_sprintf
[286/903] 3293246=test_set
[287/903] 3293246=test_coverage
[288/903] 3293246=test_pathname
[289/903] 3293246=test_files_sample
[290/903] 3293246=test_pkey_dh
[291/903] 3293249=test_rdoc_attr
[292/903] 3293249=test_gem_installer
[293/903] 3293246=test_gem_source_lock
[294/903] 3293246=test_duplicate
[295/903] 3293246=test_gem_commands_help_command
[296/903] 3293248=test_ssl
[297/903] 3293246=test_gem_package_tar_header
[298/903] 3293246=test_have_func
[299/903] 3293246=test_gem_source_installed
[300/903] 3293246=test_weakmap
[301/903] 3293250=test_module
[302/903] 3293250=test_my_integer
[303/903] 3293250=test_marshalable
[304/903] 3293250=test_gem_commands_stale_command
[305/903] 3293250=test_config
[306/903] 3293250=test_ole_methods
[307/903] 3293250=test_io_wait_uncommon
[308/903] 3293250=ripper_compat_test
[309/903] 3293250=ruby_api_test
[310/903] 3293250=locals_test
[311/903] 3293249=test_cmd
[312/903] 3293248=test_bigmath
[313/903] 3293248=test_struct
[314/903] 3293248=test_pkcs7
[315/903] 3293248=test_bigdecimal_util
[316/903] 3293248=test_acl
[317/903] 3293248=test_io_wait
[318/903] 3293248=test_interned_str
[319/903] 3293248=test_gem_commands_install_command
[320/903] 3293249=test_kwargs
[321/903] 3293249=test_gem_name_tuple
[322/903] 3293249=test_mutex
[323/903] 3293250=test_gem_command
[324/903] 3293249=location_test
[325/903] 3293250=test_x509attr
[326/903] 3293250=test_euc_kr
[327/903] 3293250=test_spell_checker
[328/903] 3293249=test_rdoc_markup_indented_paragraph
[329/903] 3293249=test_rdoc_parser
[330/903] 3293250=test_arith_seq_extract
[331/903] 3293249=test_gem_resolver_git_set
[332/903] 3293250=test_class
[333/903] 3293249=test_const
[334/903] 3293249=test_rdoc_markup_to_ansi
[335/903] 3293249=test_numeric
[336/903] 3293249=test_sexp
[337/903] 3293249=test_word
[338/903] 3293249=test_to_ary_concat
[339/903] 3293248=test_history
[340/903] 3293248=test_erb
[341/903] 3293248=test_cgi_tag_helper
[342/903] 3293248=test_mul
[343/903] 3293248=test_gem_commands_fetch_command
[344/903] 3293248=test_gem_commands_signin_command
[345/903] 3293248=test_c_struct_entry
[346/903] 3293248=test_gem_resolver_index_specification
[347/903] 3293248=test_array_create
[348/903] 3293248=test_frozen_error
[349/903] 3293248=json_generic_object_test
[350/903] 3293248=test_instrumentation_api
[351/903] 3293248=test_parse
[352/903] 3293248=test_uncorrectable_name_check
[353/903] 3293248=test_time
[354/903] 3293248=test_class2name
[355/903] 3293248=test_gem_security_trust_dir
[356/903] 3293249=test_stack
[357/903] 3293248=test_complex2
[358/903] 3293248=test_rdoc_options
[359/903] 3293248=test_ns_spki
[360/903] 3293248=test_econv
[361/903] 3293246=test_signal
[362/903] 3293249=test_fixnum
[363/903] 3293249=test_qsort
[364/903] 3293249=test_gem_commands_search_command
[365/903] 3293249=test_rdoc_include
[366/903] 3293249=test_gb18030
[367/903] 3293249=test_c_struct_builder
[368/903] 3293249=json_addition_test
[369/903] 3293249=test_rdoc_generator_markup
[370/903] 3293248=test_init
[371/903] 3293249=test_drb
[372/903] 3293246=test_ipaddr
[373/903] 3293248=test_hash
[374/903] 3293246=test_pointer
[375/903] 3293248=test_gem_stub_specification
[376/903] 3293248=test_resource
[377/903] 3293248=test_history
[378/903] 3293248=test_file
[379/903] 3293248=test_big5
[380/903] 3293248=test_row_separator
[381/903] 3293248=compiler_test
[382/903] 3293250=test_gem_commands_owner_command
[383/903] 3293248=test_nil2vtempty
[384/903] 3293248=test_rdoc_markup_parser
[385/903] 3293246=test_memory_view
[386/903] 3293248=test_win32ole_method
[387/903] 3293248=test_cgi_util
[388/903] 3293248=test_reqarg
[389/903] 3293250=test_timeout
[390/903] 3293248=test_scanner_events
[391/903] 3293250=test_have_library
[392/903] 3293246=test_rdoc_parser_rd
[393/903] 3293248=test_undef
[394/903] 3293248=test_method_name_check
[395/903] 3293246=test_cgi_header
[396/903] 3293248=test_tuplebag
[397/903] 3293246=regexp_test
[398/903] 3293248=version_test
[399/903] 3293248=test_column_separator
[400/903] 3293246=test_objspace
[401/903] 3293248=test_general
[402/903] 3293248=test_rdoc_parser_changelog
[403/903] 3293248=test_iseq
[404/903] 3293248=test_dot_dot
[405/903] 3293248=test_gem_commands_specification_command
[406/903] 3293248=test_win32ole_type_event
[407/903] 3293248=test_method_cache
[408/903] 3293248=test_import
[409/903] 3293250=test_gem_commands_environment_command
[410/903] 3293250=test_arithmetic_sequence
[411/903] 3293250=test_yamlstore
[412/903] 3293250=test_class
[413/903] 3293250=test_gem_commands_sources_command
[414/903] 3293250=test_logger
[415/903] 3293250=test_pack
[416/903] 3293250=test_gbk
[417/903] 3293250=test_gem_commands_uninstall_command
[418/903] 3293248=test_syslog_logger
[419/903] 3293250=test_gem_path_support
[420/903] 3293248=test_require_lib
[421/903] 3293250=test_fileutils
[422/903] 3293250=test_mkmf
[423/903] 3293250=test_objectspace
[424/903] 3293249=test_rdoc_generator_pot_po_entry
[425/903] 3293249=test_function
[426/903] 3293249=test_too_many_dummy_encodings
[427/903] 3293249=test_gem_resolver_specification
[428/903] 3293249=test_observer
[429/903] 3293249=test_gem_package_tar_reader
[430/903] 3293249=test_shift_jis
[431/903] 3293249=test_logperiod
[432/903] 3293249=test_str2big
[433/903] 3293249=test_ellipsize
[434/903] 3293249=test_gem_commands_exec_command
[435/903] 3293250=test_color
[436/903] 3293250=test_transcode
[437/903] 3293250=test_syslog
[438/903] 3293250=test_to_ruby
[439/903] 3293250=test_gem_util
[440/903] 3293250=test_gem_ext_cargo_builder_link_flag_converter
[441/903] 3293250=test_x509cert
[442/903] 3293249=test_complex
[443/903] 3293250=test_ldap
[444/903] 3293250=test_parser_events
[445/903] 3293249=test_logdevice
[446/903] 3293250=test_quote_char_nil
[447/903] 3293250=test_path
[448/903] 3293250=test_features
[449/903] 3293250=test_euc_tw
[450/903] 3293250=test_switch_hitter
[451/903] 3293250=test_asn1
[452/903] 3293250=test_convert
[453/903] 3293250=test_tempfile
[454/903] 3293248=test_gem_request
[455/903] 3293250=test_yield
[456/903] 3293248=test_raise_no_backtrace_exception
[457/903] 3293249=test_constant
[458/903] 3293248=test_wait
[459/903] 3293248=test_optparse
[460/903] 3293248=test_win32ole_param_event
[461/903] 3293248=test_hash_create
[462/903] 3293248=test_encoding
[463/903] 3293248=unescape_test
[464/903] 3293248=test_read
[465/903] 3293248=test_rdoc_require
[466/903] 3293248=test_gem_resolver_requirement_list
[467/903] 3293248=test_arith_seq_beg_len_step
[468/903] 3293248=test_clone
[469/903] 3293248=test_comparable
[470/903] 3293248=test_alias_and_anchor
[471/903] 3293248=test_io_timeout
[472/903] 3293248=test_arity
[473/903] 3293248=test_zsh_completion
[474/903] 3293248=test_gem_commands_pristine_command
[475/903] 3293249=test_rdoc_rdoc
[476/903] 3293249=test_method
[477/903] 3293250=test_pkg_config
[478/903] 3293250=test_gem_package_old
[479/903] 3293250=test_set
[480/903] 3293250=test_gem_commands_server_command
[481/903] 3293250=json_string_matching_test
[482/903] 3293250=test_dln
[483/903] 3293250=test_io
[484/903] 3293249=test_gem_request_set_lockfile_tokenizer
[485/903] 3293249=test_resize
[486/903] 3293248=test_threadgroup
[487/903] 3293249=test_io_buffer
[488/903] 3293249=json_ext_parser_test
[489/903] 3293249=test_rdoc_extend
[490/903] 3293249=test_yjit
[491/903] 3293248=test_m17n
[492/903] 3293248=test_merge_keys
[493/903] 3293248=test_argf
[494/903] 3293248=test_x509req
[495/903] 3293248=test_option
[496/903] 3293248=test_rdoc_top_level
[497/903] 3293249=test_etc
[498/903] 3293249=test_insns_leaf
[499/903] 3293249=test_encodings
[500/903] 3293248=test_passing_block
[501/903] 3293248=test_date_ractor
[502/903] 3293248=test_x509crl
[503/903] 3293248=test_cgi_session
[504/903] 3293249=test_rdoc_markup_to_html_crossref
[505/903] 3293248=test_hash
[506/903] 3293249=test_gem_commands_yank_command
[507/903] 3293249=test_rdoc_markup_pre_process
[508/903] 3293249=test_windows_1252
[509/903] 3293249=test_rdoc_servlet
[510/903] 3293249=test_rdoc_markup_to_rdoc
[511/903] 3293249=test_gem_commands_unpack_command
[512/903] 3293249=test_files_test_1
[513/903] 3293249=test_converters
[514/903] 3293250=test_fiber
[515/903] 3293249=test_rdoc_rd_inline
[516/903] 3293249=test_human_typo
[517/903] 3293249=test_refinement
[518/903] 3293246=test_date_marshal
[519/903] 3293246=test_stream
[520/903] 3293246=test_nomethod_error
[521/903] 3293246=test_date_conv
[522/903] 3293246=test_gem_uninstaller
[523/903] 3293250=test_rdoc_markup_verbatim
[524/903] 3293250=test_egrep_cpp
[525/903] 3293246=test_httpresponses
[526/903] 3293246=magic_comment_test
[527/903] 3293246=test_https_proxy
[528/903] 3293246=test_postponed_job
[529/903] 3293250=fuzzer_test
[530/903] 3293250=test_array
[531/903] 3293250=test_rubyoptions
[532/903] 3293246=test_find_executable
[533/903] 3293246=test_gem_request_set_lockfile
[534/903] 3293248=test_pp
[535/903] 3293248=test_struct
[536/903] 3293248=test_lazy_enumerator
[537/903] 3293246=test_key_stroke
[538/903] 3293246=test_config
[539/903] 3293246=test_rdoc_markup_to_bs
[540/903] 3293248=test_pack
[541/903] 3293248=test_gem_package_tar_writer
[542/903] 3293249=test_gem_source_subpath_problem
[543/903] 3293246=test_case
[544/903] 3293246=test_project_sanity
[545/903] 3293246=test_ifunless
[546/903] 3293246=test_dryrun
[547/903] 3293249=test_bug-3571
[548/903] 3293248=test_key_name_check
[549/903] 3293249=test_x509ext
[550/903] 3293248=test_patterns
[551/903] 3293249=test_ensured
[552/903] 3293246=test_libs
[553/903] 3293246=test_gc
[554/903] 3293249=test_math
[555/903] 3293246=test_gem_resolver_installed_specification
[556/903] 3293248=test_gem_update_suggestion
[557/903] 3293248=test_sleep
[558/903] 3293249=test_gem_commands_signout_command
[559/903] 3293249=test_rdoc_rd
[560/903] 3293249=test_ftp
[561/903] 3293246=test_gem_resolver_lock_set
[562/903] 3293249=test_require
[563/903] 3293246=test_assembler
[564/903] 3293246=test_find
[565/903] 3293246=test_sizeof
[566/903] 3293248=test_gem_resolver_local_specification
[567/903] 3293248=test_data
[568/903] 3293248=test_gem_package
[569/903] 3293248=test_system
[570/903] 3293249=test_yaml_special_cases
[571/903] 3293249=test_gem_commands_update_command
[572/903] 3293248=test_gem_source_list
[573/903] 3293248=test_benchmark
[574/903] 3293248=test_getoptlong
[575/903] 3293248=test_gem_version_option
[576/903] 3293248=test_gem_source
[577/903] 3293248=test_gem_resolver_installer_set
[578/903] 3293248=test_monitor
[579/903] 3293249=test_bug-5832
[580/903] 3293249=test_emitter
[581/903] 3293249=test_gem_source_specific_file
[582/903] 3293248=test_whileuntil
[583/903] 3293249=test_bn
[584/903] 3293248=test_httpheader
[585/903] 3293248=test_case_mapping
[586/903] 3293249=test_rdoc_ri_driver
[587/903] 3293248=test_rdoc_text
[588/903] 3293246=test_date_new
[589/903] 3293246=test_popen_deadlock
[590/903] 3293248=test_printf
[591/903] 3293248=test_require
[592/903] 3293248=test_addrinfo
[593/903] 3293248=test_delegate
[594/903] 3293248=test_key_event_record
[595/903] 3293248=test_bug-14834
[596/903] 3293248=test_object_references
[597/903] 3293248=test_terminfo
[598/903] 3293248=test_iseq_load
[599/903] 3293249=test_gem_resolver_activation_request
[600/903] 3293249=test_gem_bundler_version_finder
[601/903] 3293249=test_irb
[602/903] 3293246=test_class_name_check
[603/903] 3293249=test_acceptable
[604/903] 3293249=test_err_in_callback
[605/903] 3293249=test_webauthn_listener_response
[606/903] 3293249=test_parser
[607/903] 3293246=test_rdoc_method_attr
[608/903] 3293249=test_tree_spell_checker
[609/903] 3293246=test_abbrev
[610/903] 3293246=heredoc_dedent_test
[611/903] 3293249=test_euc_jp
[612/903] 3293246=test_gem_ext_ext_conf_builder
[613/903] 3293249=test_require_path_check
[614/903] 3293249=test_path_to_class
[615/903] 3293249=test_io_m17n
[616/903] 3293248=test_shapes
[617/903] 3293248=test_rdoc_i18n_locale
[618/903] 3293248=test_ssl_session
[619/903] 3293246=test_file_exhaustive
[620/903] 3293248=test_gem_dependency_list
[621/903] 3293248=test_x509name
[622/903] 3293248=test_forwardable
[623/903] 3293248=test_array
[624/903] 3293249=test_gem_commands_build_command
[625/903] 3293249=test_rdoc_markup_attributes
[626/903] 3293249=test_exception_at_throwing
[627/903] 3293249=test_rdoc_generator_json_index
[628/903] 3293249=test_ocsp
[629/903] 3293249=newline_test
[630/903] 3293249=test_rinda
[631/903] 3293250=test_each
[632/903] 3293250=test_rb_str_dup
[633/903] 3293250=test_rdoc_ri_paths
[634/903] 3293250=test_typeddata
[635/903] 3293250=test_socket
[636/903] 3293249=test_win32ole_event
[637/903] 3293249=test_shellwords
[638/903] 3293249=test_numhash
[639/903] 3293249=test_rendering
[640/903] 3293249=test_omap
[641/903] 3293249=test_pkey_rsa
[642/903] 3293249=test_debug
[643/903] 3293249=test_emoji_breaks
[644/903] 3293250=test_mdns
[645/903] 3293250=test_gem_resolver_dependency_request
[646/903] 3293250=test_gem_security
[647/903] 3293248=test_random
[648/903] 3293248=test_gem_source_vendor
[649/903] 3293248=test_ractor
[650/903] 3293248=test_m17n_comb
[651/903] 3293249=test_lexer
[652/903] 3293249=test_gem_security_signer
[653/903] 3293249=test_float
[654/903] 3293246=test_gem_available_set
[655/903] 3293246=test_gem_commands_cert_command
[656/903] 3293249=test_modify_expand
[657/903] 3293249=test_yield_block
[658/903] 3293249=test_reline
[659/903] 3293249=test_recursion
[660/903] 3293249=test_external_new
[661/903] 3293249=test_delegation
[662/903] 3293249=test_win32ole_typelib
[663/903] 3293249=test_grapheme_breaks
[664/903] 3293249=test_did_you_mean
[665/903] 3293249=test_date_strptime
[666/903] 3293249=test_rdoc_markup_formatter
[667/903] 3293249=test_queue
[668/903] 3293249=test_unconverted_fields
[669/903] 3293249=test_pair
[670/903] 3293250=test_color_printer
[671/903] 3293250=test_bundled_ca
[672/903] 3293246=test_prettyprint
[673/903] 3293246=test_rbconfig
[674/903] 3293250=test_exception
[675/903] 3293246=test_profile_frames
.Leaked thread: TestProfileFrames#test_profile_thread_frames: #<Thread:0x00007f8f64f45b50 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/debug/test_profile_frames.rb:158 sleep>
Finished thread: TestProfileFrames#test_matches_backtrace_locations_main_thread: #<Thread:0x00007f8f64f45b50 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/debug/test_profile_frames.rb:158 dead>
[676/903] 3293246=test_rdoc_markup_to_tt_only
[677/903] 3293246=test_gem_indexer
[678/903] 3293248=test_rdoc_context_section
[679/903] 3293248=test_scheduler
[680/903] 3293248=test_install
[681/903] 3293248=test_gem_request_set_gem_dependency_api
[682/903] 3293250=test_wss
[683/903] 3293250=test_compile_prism
<compiled>:5: [BUG] Segmentation fault at 0x0000000000000000
ruby 3.3.0dev (2023-11-02T18:57:14Z master 0cb1fc3850) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0019 p:0034 s:0121 e:000117 CLASS  <compiled>:5
c:0018 p:0010 s:0115 e:000114 TOP    <compiled>:1 [FINISH]
c:0017 p:---- s:0112 e:000111 CFUNC  :eval
c:0016 p:0018 s:0108 e:000107 METHOD /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:957
c:0015 p:0027 s:0101 e:000100 METHOD /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:967
c:0014 p:0005 s:0095 e:000094 METHOD /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:736
c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:199
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:167
c:0011 p:0083 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1560 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0103 s:0065 e:000064 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1547
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1340
c:0007 p:0066 s:0046 E:000f80 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:58
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:30 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:29
c:0003 p:0202 s:0016 e:000015 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:128
c:0002 p:0105 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:215 [FINISH]
c:0001 p:0000 s:0003 E:002690 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:215:in `<main>'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:128:in `run'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:29:in `_run_suites'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:29:in `map'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:30:in `block in _run_suites'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:58:in `_run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1340:in `_run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1547:in `_run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1547:in `map'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1560:in `block in _run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:167:in `run'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:199:in `run_test'
/tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:736:in `test_CallOrWriteNode'
/tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:967:in `assert_prism_eval'
/tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:957:in `compare_eval'
/tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:957:in `eval'
<compiled>:0:in `<compiled>'
<compiled>:5:in `<class:TestCompilePrism>'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 3

-- Machine register context ------------------------------------------------
 RIP: 0x00007f2f601c7dc3 RBP: 0x00007ffff7a7ba70 RSP: 0x00007ffff7a7ba00
 RAX: 0x0000000000000000 RBX: 0x00007f2f601ba3c0 RCX: 0x0000000000000001
 RDX: 0x0000000000000001 RDI: 0x00007f2f5faccbe8 RSI: 0x0000000000000000
  R8: 0x0000000000000001  R9: 0x0000000000000000 R10: 0x00007f2f5f9cd3d0
 R11: 0x0000000000000001 R12: 0x0000000000000000 R13: 0x00007f2f351b56a0
 R14: 0x0000562bc872b2c0 R15: 0x0000000000000001 EFL: 0x0000000000010246

-- C level backtrace information -------------------------------------------
[684/903] 3293248=test_change_word
[685/903] 3293248=test_coderange
[686/903] 3293248=test_rdoc_generator_pot_po
[687/903] 3293248=test_nkf
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_print_backtrace+0x14) [0x7f2f601e9de1] /tmp/ruby/src/trunk-iseq_binary/vm_dump.c:812
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-iseq_binary/vm_dump.c:1143
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_bug_for_fatal_signal+0x104) [0x7f2f5ffe6d64] /tmp/ruby/src/trunk-iseq_binary/error.c:1065
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(sigsegv+0x4f) [0x7f2f601373af] /tmp/ruby/src/trunk-iseq_binary/signal.c:920
/lib/x86_64-linux-gnu/libc.so.6(0x7f2f5fcf3520) [0x7f2f5fcf3520]
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_callee_setup_arg+0x443) [0x7f2f601c7dc3] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3005
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_call_iseq_setup_2+0x0) [0x7f2f601c7f68] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3058
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_call_iseq_setup) /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3059
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_sendish+0x9e) [0x7f2f601cd077] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:5575
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_exec_core) ../../src/trunk-iseq_binary/insns.def:822
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_vm_exec+0x19a) [0x7f2f601d31aa] /tmp/ruby/src/trunk-iseq_binary/vm.c:2472
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f2f601bc4fc] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3497
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3499
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3525
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_sendish+0x9e) [0x7f2f601cd077] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:5575
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_exec_core) ../../src/trunk-iseq_binary/insns.def:822
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_vm_exec+0x19a) [0x7f2f601d31aa] /tmp/ruby/src/trunk-iseq_binary/vm.c:2472
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_yield_with_cref+0x42) [0x7f2f601d8548] /tmp/ruby/src/trunk-iseq_binary/vm.c:1622
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_yield) /tmp/ruby/src/trunk-iseq_binary/vm.c:1630
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_yield_0) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_yield) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_ary_collect+0x5c) [0x7f2f5ff3d65c] /tmp/ruby/src/trunk-iseq_binary/array.c:3624
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f2f601bc4fc] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3497
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3499
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3525
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_sendish+0xc4) [0x7f2f601cf108] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:5575
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_exec_core) ../../src/trunk-iseq_binary/insns.def:802
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_vm_exec+0x19a) [0x7f2f601d31aa] /tmp/ruby/src/trunk-iseq_binary/vm.c:2472
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_yield_with_cref+0x42) [0x7f2f601d8548] /tmp/ruby/src/trunk-iseq_binary/vm.c:1622
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_yield) /tmp/ruby/src/trunk-iseq_binary/vm.c:1630
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_yield_0) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_yield) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_ary_collect+0x5c) [0x7f2f5ff3d65c] /tmp/ruby/src/trunk-iseq_binary/array.c:3624
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f2f601bc4fc] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3497
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3499
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3525
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_sendish+0xc4) [0x7f2f601cf108] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:5575
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_exec_core) ../../src/trunk-iseq_binary/insns.def:802
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(vm_exec_loop+0xa) [0x7f2f601d3437] /tmp/ruby/src/trunk-iseq_binary/vm.c:2499
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_vm_exec) /tmp/ruby/src/trunk-iseq_binary/vm.c:2478
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(rb_ec_exec_node+0xb5) [0x7f2f5ffeea35] /tmp/ruby/src/trunk-iseq_binary/eval.c:287
/tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3(ruby_run_node+0x93) [0x7f2f5fff2643] /tmp/ruby/src/trunk-iseq_binary/eval.c:328
/tmp/ruby/build/trunk-iseq_binary/ruby(rb_main+0x21) [0x562bc8107187] /tmp/ruby/src/trunk-iseq_binary/main.c:39
/tmp/ruby/build/trunk-iseq_binary/ruby(main) /tmp/ruby/src/trunk-iseq_binary/main.c:58
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f2f5fcdad90] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f2f5fcdae40] ../csu/libc-start.c:392
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x562bc81071d5]

-- Other runtime information -----------------------------------------------

* Loaded script: /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb: Prism::TestCompilePrism#test_CallOrWriteNode

* Loaded features:

    0 enumerator.so
    1 thread.rb
    2 fiber.so
    3 rational.so
    4 complex.so
    5 ruby2_keywords.rb
    6 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
    7 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
    8 /tmp/ruby/src/trunk-iseq_binary/lib/open3/version.rb
    9 /tmp/ruby/src/trunk-iseq_binary/lib/open3.rb
   10 /tmp/ruby/src/trunk-iseq_binary/lib/timeout.rb
   11 /tmp/ruby/build/trunk-iseq_binary/rbconfig.rb
   12 /tmp/ruby/src/trunk-iseq_binary/tool/lib/find_executable.rb
   13 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
   14 /tmp/ruby/src/trunk-iseq_binary/tool/lib/envutil.rb
   15 /tmp/ruby/src/trunk-iseq_binary/tool/lib/colorize.rb
   16 /tmp/ruby/src/trunk-iseq_binary/tool/lib/leakchecker.rb
   17 /tmp/ruby/src/trunk-iseq_binary/lib/prettyprint.rb
   18 /tmp/ruby/src/trunk-iseq_binary/lib/pp.rb
   19 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/assertions.rb
   20 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
   21 /tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb
   22 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb
   23 /tmp/ruby/src/trunk-iseq_binary/lib/optparse.rb
   24 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb
   25 /tmp/ruby/src/trunk-iseq_binary/tool/lib/tracepointchecker.rb
   26 /tmp/ruby/src/trunk-iseq_binary/tool/lib/zombie_hunter.rb
   27 /tmp/ruby/src/trunk-iseq_binary/lib/delegate.rb
   28 /tmp/ruby/src/trunk-iseq_binary/lib/fileutils.rb
   29 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
   30 /tmp/ruby/src/trunk-iseq_binary/lib/tmpdir.rb
   31 /tmp/ruby/src/trunk-iseq_binary/lib/tempfile.rb
   32 /tmp/ruby/src/trunk-iseq_binary/tool/lib/iseq_loader_checker.rb
   33 /tmp/ruby/src/trunk-iseq_binary/tool/lib/gc_checker.rb
   34 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/compatibility.rb
   35 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/defaults.rb
   36 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/deprecate.rb
   37 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/errors.rb
   38 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/unknown_command_spell_checker.rb
   39 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/exceptions.rb
   40 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/basic_specification.rb
   41 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/stub_specification.rb
   42 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/platform.rb
   43 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/util/list.rb
   44 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/version.rb
   45 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/requirement.rb
   46 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/specification.rb
   47 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/util.rb
   48 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/dependency.rb
   49 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/core_ext/kernel_gem.rb
   50 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
   51 /tmp/ruby/build/trunk-iseq_binary/.ext/common/monitor.rb
   52 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems.rb
   53 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/path_support.rb
   54 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/version.rb
   55 /tmp/ruby/src/trunk-iseq_binary/lib/singleton.rb
   56 /tmp/ruby/src/trunk-iseq_binary/lib/ostruct.rb
   57 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/ext/core.rb
   58 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/ext/string.rb
   59 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/win32.rb
   60 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/linked_list.rb
   61 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/cpu_counter.rb
   62 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/scope.rb
   63 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/task_argument_error.rb
   64 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/rule_recursion_overflow_error.rb
   65 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/task_manager.rb
   66 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/cloneable.rb
   67 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/file_utils.rb
   68 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/file_utils_ext.rb
   69 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/file_list.rb
   70 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/promise.rb
   71 /tmp/ruby/src/trunk-iseq_binary/lib/set.rb
   72 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/thread_pool.rb
   73 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/private_reader.rb
   74 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/thread_history_display.rb
   75 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/trace_output.rb
   76 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/application.rb
   77 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/rake_module.rb
   78 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/pseudo_status.rb
   79 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/task_arguments.rb
   80 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/invocation_chain.rb
   81 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/invocation_exception_mixin.rb
   82 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/task.rb
   83 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/early_time.rb
   84 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/file_task.rb
   85 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/file_creation_task.rb
   86 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/multi_task.rb
   87 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/dsl_definition.rb
   88 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/default_loader.rb
   89 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/late_time.rb
   90 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/name_space.rb
   91 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake/backtrace.rb
   92 /tmp/ruby/src/trunk-iseq_binary/.bundle/gems/rake-13.1.0/lib/rake.rb
   93 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest/version.rb
   94 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
   95 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest/loader.rb
   96 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest.rb
   97 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
   98 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/bn.rb
   99 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/marshal.rb
  100 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/pkey.rb
  101 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/cipher.rb
  102 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/digest.rb
  103 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/hmac.rb
  104 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/x509.rb
  105 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/buffering.rb
  106 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
  107 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
  108 /tmp/ruby/build/trunk-iseq_binary/.ext/common/socket.rb
  109 /tmp/ruby/src/trunk-iseq_binary/lib/ipaddr.rb
  110 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/ssl.rb
  111 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/pkcs5.rb
  112 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/version.rb
  113 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl.rb
  114 /tmp/ruby/src/trunk-iseq_binary/test/openssl/utils.rb
  115 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_digest.rb
  116 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_object.rb
  117 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
  118 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
  119 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fiddle.so
  120 /tmp/ruby/build/trunk-iseq_binary/.ext/common/fiddle/closure.rb
  121 /tmp/ruby/build/trunk-iseq_binary/.ext/common/fiddle/function.rb
  122 /tmp/ruby/build/trunk-iseq_binary/.ext/common/fiddle/version.rb
  123 /tmp/ruby/build/trunk-iseq_binary/.ext/common/fiddle.rb
  124 /tmp/ruby/src/trunk-iseq_binary/test/fiddle/helper.rb
  125 /tmp/ruby/src/trunk-iseq_binary/test/fiddle/test_func.rb
  126 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pathname.so
  127 /tmp/ruby/build/trunk-iseq_binary/.ext/common/pathname.rb
  128 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/openssl.rb
  129 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/text.rb
  130 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/user_interaction.rb
  131 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/policy.rb
  132 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/policies.rb
  133 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/trust_dir.rb
  134 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/signer.rb
  135 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security.rb
  136 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/digest_io.rb
  137 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/source.rb
  138 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/file_source.rb
  139 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/io_source.rb
  140 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/old.rb
  141 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_header.rb
  142 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_reader/entry.rb
  143 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_reader.rb
  144 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_writer.rb
  145 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package.rb
  146 /tmp/ruby/src/trunk-iseq_binary/lib/shellwords.rb
  147 /tmp/ruby/src/trunk-iseq_binary/lib/uri/version.rb
  148 /tmp/ruby/src/trunk-iseq_binary/lib/uri/rfc2396_parser.rb
  149 /tmp/ruby/src/trunk-iseq_binary/lib/uri/rfc3986_parser.rb
  150 /tmp/ruby/src/trunk-iseq_binary/lib/uri/common.rb
  151 /tmp/ruby/src/trunk-iseq_binary/lib/uri/generic.rb
  152 /tmp/ruby/src/trunk-iseq_binary/lib/uri/file.rb
  153 /tmp/ruby/src/trunk-iseq_binary/lib/uri/ftp.rb
  154 /tmp/ruby/src/trunk-iseq_binary/lib/uri/http.rb
  155 /tmp/ruby/src/trunk-iseq_binary/lib/uri/https.rb
  156 /tmp/ruby/src/trunk-iseq_binary/lib/uri/ldap.rb
  157 /tmp/ruby/src/trunk-iseq_binary/lib/uri/ldaps.rb
  158 /tmp/ruby/src/trunk-iseq_binary/lib/uri/mailto.rb
  159 /tmp/ruby/src/trunk-iseq_binary/lib/uri/ws.rb
  160 /tmp/ruby/src/trunk-iseq_binary/lib/uri/wss.rb
  161 /tmp/ruby/src/trunk-iseq_binary/lib/uri.rb
  162 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
  163 /tmp/ruby/src/trunk-iseq_binary/lib/benchmark.rb
  164 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/mock_gem_ui.rb
  165 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
  166 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/optparse/lib/optparse.rb
  167 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/optparse.rb
  168 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/command.rb
  169 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
  170 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
  171 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb
  172 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/tsort/lib/tsort.rb
  173 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/tsort.rb
  174 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
  175 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  176 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  177 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  178 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  179 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  180 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
  181 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
  182 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
  183 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
  184 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/state.rb
  185 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
  186 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
  187 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
  188 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
  189 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
  190 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo/lib/molinillo.rb
  191 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/molinillo.rb
  192 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/activation_request.rb
  193 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/conflict.rb
  194 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/dependency_request.rb
  195 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/requirement_list.rb
  196 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/stats.rb
  197 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/set.rb
  198 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/api_set.rb
  199 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/composed_set.rb
  200 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/best_set.rb
  201 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/current_set.rb
  202 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/git_set.rb
  203 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/index_set.rb
  204 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/installer_set.rb
  205 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/lock_set.rb
  206 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/vendor_set.rb
  207 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/source_set.rb
  208 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/specification.rb
  209 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/spec_specification.rb
  210 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/api_specification.rb
  211 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/git_specification.rb
  212 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/index_specification.rb
  213 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/installed_specification.rb
  214 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/local_specification.rb
  215 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/lock_specification.rb
  216 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/vendor_specification.rb
  217 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver.rb
  218 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
  219 /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb
  220 /tmp/ruby/src/trunk-iseq_binary/lib/random/formatter.rb
  221 /tmp/ruby/src/trunk-iseq_binary/lib/securerandom.rb
  222 /tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb
  223 /tmp/ruby/src/trunk-iseq_binary/lib/net/http/exceptions.rb
  224 /tmp/ruby/src/trunk-iseq_binary/lib/net/http/header.rb
  225 /tmp/ruby/src/trunk-iseq_binary/lib/net/http/generic_request.rb
  226 /tmp/ruby/src/trunk-iseq_binary/lib/net/http/request.rb
  227 /tmp/ruby/src/trunk-iseq_binary/lib/net/http/requests.rb
  228 /tmp/ruby/src/trunk-iseq_binary/lib/net/http/response.rb
  229 /tmp/ruby/src/trunk-iseq_binary/lib/net/http/responses.rb
  230 /tmp/ruby/src/trunk-iseq_binary/lib/net/http/proxy_delta.rb
  231 /tmp/ruby/src/trunk-iseq_binary/lib/net/http/backward.rb
  232 /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb
  233 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/request/http_pool.rb
  234 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/request/https_pool.rb
  235 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/request/connection_pools.rb
  236 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/request.rb
  237 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/s3_uri_signer.rb
  238 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/uri_formatter.rb
  239 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/uri.rb
  240 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/remote_fetcher.rb
  241 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/utilities.rb
  242 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb
  243 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb
  244 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/gemcutter_utilities/webauthn_listener.rb
  245 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/gemcutter_utilities/webauthn_poller.rb
  246 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/gemcutter_utilities.rb
  247 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_webauthn_listener.rb
  248 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/config_file.rb
  249 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/source_list.rb
  250 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/source/git.rb
  251 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/source/installed.rb
  252 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/source/specific_file.rb
  253 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/source/local.rb
  254 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/source/lock.rb
  255 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/source/vendor.rb
  256 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/source.rb
  257 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/name_tuple.rb
  258 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/spec_fetcher.rb
  259 /tmp/ruby/src/trunk-iseq_binary/lib/cgi/core.rb
  260 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
  261 /tmp/ruby/src/trunk-iseq_binary/lib/cgi/util.rb
  262 /tmp/ruby/src/trunk-iseq_binary/lib/cgi/cookie.rb
  263 /tmp/ruby/src/trunk-iseq_binary/lib/cgi.rb
  264 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/local_remote_options.rb
  265 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/version_option.rb
  266 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/commands/outdated_command.rb
  267 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_commands_outdated_command.rb
  268 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/versions.rb
  269 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/exception.rb
  270 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/syntax_error.rb
  271 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
  272 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/omap.rb
  273 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/set.rb
  274 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/class_loader.rb
  275 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/scalar_scanner.rb
  276 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/node.rb
  277 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/stream.rb
  278 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/document.rb
  279 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/sequence.rb
  280 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/scalar.rb
  281 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/mapping.rb
  282 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/alias.rb
  283 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes.rb
  284 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/streaming.rb
  285 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/visitor.rb
  286 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/to_ruby.rb
  287 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/emitter.rb
  288 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/handler.rb
  289 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/tree_builder.rb
  290 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/yaml_tree.rb
  291 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/ruby_events.rb
  292 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/json_tree.rb
  293 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/depth_first.rb
  294 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors.rb
  295 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/parser.rb
  296 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/coder.rb
  297 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/core_ext.rb
  298 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/stream.rb
  299 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/yaml_events.rb
  300 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/tree_builder.rb
  301 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/stream.rb
  302 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/handlers/document_stream.rb
  303 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych.rb
  304 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/psych_tree.rb
  305 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/safe_yaml.rb
  306 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/specification_policy.rb
  307 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/util/licenses.rb
  308 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/build_error.rb
  309 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/shellwords.rb
  310 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/builder.rb
  311 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/configure_builder.rb
  312 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/ext_conf_builder.rb
  313 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/rake_builder.rb
  314 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/cmake_builder.rb
  315 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/cargo_builder.rb
  316 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext.rb
  317 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
  318 /tmp/ruby/build/trunk-iseq_binary/.ext/common/date.rb
  319 /tmp/ruby/src/trunk-iseq_binary/test/psych/helper.rb
  320 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_null.rb
  321 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
  322 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
  323 /tmp/ruby/src/trunk-iseq_binary/test/dtrace/helper.rb
  324 /tmp/ruby/src/trunk-iseq_binary/test/dtrace/test_cmethod.rb
  325 /tmp/ruby/src/trunk-iseq_binary/test/lib/jit_support.rb
  326 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/bug_reporter/test_bug_reporter.rb
  327 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_default_gems.rb
  328 /tmp/ruby/src/trunk-iseq_binary/lib/bundler/version.rb
  329 /tmp/ruby/src/trunk-iseq_binary/lib/csv/version.rb
  330 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/version.rb
  331 /tmp/ruby/src/trunk-iseq_binary/lib/drb/version.rb
  332 /tmp/ruby/src/trunk-iseq_binary/lib/erb/version.rb
  333 /tmp/ruby/src/trunk-iseq_binary/lib/error_highlight/version.rb
  334 /tmp/ruby/src/trunk-iseq_binary/lib/irb/version.rb
  335 /tmp/ruby/src/trunk-iseq_binary/lib/logger/version.rb
  336 /tmp/ruby/src/trunk-iseq_binary/lib/mutex_m.rb
  337 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/version.rb
  338 /tmp/ruby/src/trunk-iseq_binary/lib/reline/version.rb
  339 /tmp/ruby/src/trunk-iseq_binary/lib/syntax_suggest/version.rb
  340 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/bigdecimal.so
  341 /tmp/ruby/build/trunk-iseq_binary/.ext/common/bigdecimal.rb
  342 /tmp/ruby/src/trunk-iseq_binary/test/bigdecimal/helper.rb
  343 /tmp/ruby/build/trunk-iseq_binary/.ext/common/bigdecimal/math.rb
  344 /tmp/ruby/src/trunk-iseq_binary/test/bigdecimal/test_bigdecimal.rb
  345 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_ractor.rb
  346 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_request_connection_pools.rb
  347 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_name_error.rb
  348 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_enumerator.rb
  349 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_lambda.rb
  350 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_koi8.rb
  351 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_r.so
  352 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_u.so
  353 /tmp/ruby/src/trunk-iseq_binary/test/win32ole/test_win32ole_type.rb
  354 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_pkey.rb
  355 /tmp/ruby/build/trunk-iseq_binary/.ext/common/forwardable/impl.rb
  356 /tmp/ruby/src/trunk-iseq_binary/lib/forwardable.rb
  357 /tmp/ruby/src/trunk-iseq_binary/lib/reline/config.rb
  358 /tmp/ruby/src/trunk-iseq_binary/lib/reline/key_actor/base.rb
  359 /tmp/ruby/src/trunk-iseq_binary/lib/reline/key_actor/emacs.rb
  360 /tmp/ruby/src/trunk-iseq_binary/lib/reline/key_actor/vi_command.rb
  361 /tmp/ruby/src/trunk-iseq_binary/lib/reline/key_actor/vi_insert.rb
  362 /tmp/ruby/src/trunk-iseq_binary/lib/reline/key_actor.rb
  363 /tmp/ruby/src/trunk-iseq_binary/lib/reline/key_stroke.rb
  364 /tmp/ruby/src/trunk-iseq_binary/lib/reline/kill_ring.rb
  365 /tmp/ruby/src/trunk-iseq_binary/lib/reline/unicode/east_asian_width.rb
  366 /tmp/ruby/src/trunk-iseq_binary/lib/reline/unicode.rb
  367 /tmp/ruby/src/trunk-iseq_binary/lib/reline/line_editor.rb
  368 /tmp/ruby/src/trunk-iseq_binary/lib/reline/history.rb
  369 /tmp/ruby/build/trunk-iseq_binary/.ext/common/fiddle/value.rb
  370 /tmp/ruby/build/trunk-iseq_binary/.ext/common/fiddle/pack.rb
  371 /tmp/ruby/build/trunk-iseq_binary/.ext/common/fiddle/struct.rb
  372 /tmp/ruby/build/trunk-iseq_binary/.ext/common/fiddle/cparser.rb
  373 /tmp/ruby/build/trunk-iseq_binary/.ext/common/fiddle/import.rb
  374 /tmp/ruby/src/trunk-iseq_binary/lib/reline/terminfo.rb
  375 /tmp/ruby/src/trunk-iseq_binary/lib/reline/general_io.rb
  376 /tmp/ruby/src/trunk-iseq_binary/lib/reline.rb
  377 /tmp/ruby/src/trunk-iseq_binary/test/reline/helper.rb
  378 /tmp/ruby/src/trunk-iseq_binary/test/reline/test_unicode.rb
  379 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
  380 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/core.rb
  381 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/lexer.rb
  382 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/filter.rb
  383 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/sexp.rb
  384 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper.rb
  385 /tmp/ruby/src/trunk-iseq_binary/test/ripper/test_filter.rb
  386 /tmp/ruby/src/trunk-iseq_binary/lib/mkmf.rb
  387 /tmp/ruby/src/trunk-iseq_binary/test/mkmf/base.rb
  388 /tmp/ruby/src/trunk-iseq_binary/test/mkmf/test_config.rb
  389 /tmp/ruby/src/trunk-iseq_binary/lib/bundler/errors.rb
  390 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/i18n/text.rb
  391 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/i18n.rb
  392 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc.rb
  393 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/support/test_case.rb
  394 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup.rb
  395 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/support/formatter_test_case.rb
  396 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/support/text_formatter_test_case.rb
  397 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/helper.rb
  398 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/raw.rb
  399 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/block_quote.rb
  400 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/formatter.rb
  401 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/to_joined_paragraph.rb
  402 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markdown/entities.rb
  403 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markdown/literals.rb
  404 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markdown.rb
  405 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/test_rdoc_markdown.rb
  406 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/store.rb
  407 /tmp/ruby/src/trunk-iseq_binary/lib/find.rb
  408 /tmp/ruby/src/trunk-iseq_binary/lib/time.rb
  409 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
  410 /tmp/ruby/src/trunk-iseq_binary/lib/erb/compiler.rb
  411 /tmp/ruby/src/trunk-iseq_binary/lib/erb/def_method.rb
  412 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
  413 /tmp/ruby/src/trunk-iseq_binary/lib/erb/util.rb
  414 /tmp/ruby/src/trunk-iseq_binary/lib/erb.rb
  415 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/generator.rb
  416 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/rd.rb
  417 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/parser.rb
  418 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/pre_process.rb
  419 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/tom_doc.rb
  420 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/text.rb
  421 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/code_object.rb
  422 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/method_attr.rb
  423 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/context.rb
  424 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/class_module.rb
  425 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/context/section.rb
  426 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/top_level.rb
  427 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/generator/markup.rb
  428 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/generator/darkfish.rb
  429 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/generator/ri.rb
  430 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/generator/pot/message_extractor.rb
  431 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/generator/pot/po.rb
  432 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/generator/pot/po_entry.rb
  433 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/generator/pot.rb
  434 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/rdoc.rb
  435 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/options.rb
  436 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/attribute_manager.rb
  437 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/attributes.rb
  438 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/to_html.rb
  439 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/paragraph.rb
  440 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/document.rb
  441 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/rule.rb
  442 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/verbatim.rb
  443 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/list_item.rb
  444 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/list.rb
  445 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/heading.rb
  446 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/table.rb
  447 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/hard_break.rb
  448 /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_httpresponse.rb
  449 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
  450 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_deprecate.rb
  451 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/xref_data.rb
  452 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/xref_test_case.rb
  453 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/test_rdoc_constant.rb
  454 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/comment.rb
  455 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/stats.rb
  456 /tmp/ruby/build/trunk-iseq_binary/.ext/common/io/console/size.rb
  457 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/stats/quiet.rb
  458 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/stats/normal.rb
  459 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser/text.rb
  460 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser/simple.rb
  461 /tmp/ruby/src/trunk-iseq_binary/lib/tsort.rb
  462 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser/c.rb
  463 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser/changelog.rb
  464 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser/markdown.rb
  465 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser/rd.rb
  466 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser/ripper_state_lex.rb
  467 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/token_stream.rb
  468 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser/ruby_tools.rb
  469 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser/ruby.rb
  470 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/parser.rb
  471 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/encoding.rb
  472 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/normal_class.rb
  473 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/attr.rb
  474 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/constant.rb
  475 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/any_method.rb
  476 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/alias.rb
  477 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/single_class.rb
  478 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/normal_module.rb
  479 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/version.rb
  480 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/generic_object.rb
  481 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/common.rb
  482 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
  483 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
  484 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/ext.rb
  485 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json.rb
  486 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/multifactor_auth_utilities.rb
  487 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_gemcutter_utilities.rb
  488 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/yaml_serializer.rb
  489 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_local_remote_options.rb
  490 /tmp/ruby/src/trunk-iseq_binary/test/json/test_helper.rb
  491 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/test_rdoc_markup_to_html.rb
  492 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/attr_span.rb
  493 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/attr_changer.rb
  494 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/regexp_handling.rb
  495 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/to_label.rb
  496 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/cross_reference.rb
  497 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/markup/blank_line.rb
  498 /tmp/ruby/src/trunk-iseq_binary/test/fileutils/visibility_tests.rb
  499 /tmp/ruby/src/trunk-iseq_binary/test/fileutils/test_verbose.rb
  500 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
  501 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
  502 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/nkf.so
  503 /tmp/ruby/build/trunk-iseq_binary/.ext/common/kconv.rb
  504 /tmp/ruby/src/trunk-iseq_binary/test/nkf/test_kconv.rb
  505 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_eval.rb
  506 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
  507 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
  508 /tmp/d20231102-3293250-txhrh8/2.rb
  509 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_encoding.rb
  510 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
  511 /tmp/ruby/src/trunk-iseq_binary/test/fiddle/test_c_union_entity.rb
  512 /tmp/ruby/src/trunk-iseq_binary/test/socket/test_sockopt.rb
  513 /tmp/ruby/src/trunk-iseq_binary/lib/prism/node.rb
  514 /tmp/ruby/src/trunk-iseq_binary/lib/prism/node_ext.rb
  515 /tmp/ruby/src/trunk-iseq_binary/lib/prism/parse_result.rb
  516 /tmp/ruby/src/trunk-iseq_binary/lib/prism/parse_result/comments.rb
  517 /tmp/ruby/src/trunk-iseq_binary/lib/prism/visitor.rb
  518 /tmp/ruby/src/trunk-iseq_binary/lib/prism/parse_result/newlines.rb
  519 /tmp/ruby/src/trunk-iseq_binary/lib/prism/debug.rb
  520 /tmp/ruby/src/trunk-iseq_binary/lib/prism/pack.rb
  521 prism/prism.so
  522 /tmp/ruby/src/trunk-iseq_binary/lib/prism.rb
  523 /tmp/ruby/src/trunk-iseq_binary/test/prism/test_helper.rb
  524 /tmp/ruby/src/trunk-iseq_binary/test/prism/parse_comments_test.rb
  525 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_scalar.rb
  526 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/package/tar_test_case.rb
  527 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_package_tar_reader_entry.rb
  528 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
  529 /tmp/ruby/src/trunk-iseq_binary/test/io/console/test_io_console.rb
  530 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_rational2.rb
  531 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_thread.rb
  532 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
  533 /tmp/ruby/src/trunk-iseq_binary/lib/yaml.rb
  534 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_yamldbm.rb
  535 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_exception.rb
  536 /tmp/ruby/src/trunk-iseq_binary/test/irb/helper.rb
  537 /tmp/ruby/src/trunk-iseq_binary/test/irb/test_evaluation.rb
  538 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
  539 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
  540 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
  541 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
  542 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
  543 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
  544 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
  545 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
  546 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
  547 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
  548 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
  549 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
  550 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
  551 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
  552 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
  553 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/big5.so
  554 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
  555 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
  556 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
  557 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gb18030.so
  558 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/chinese.so
  559 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gbk.so
  560 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gbk.so
  561 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
  562 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1250.so
  563 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
  564 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1252.so
  565 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1253.so
  566 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1254.so
  567 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1257.so
  568 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_case_comprehensive.rb
  569 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_module.rb
  570 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
  571 /tmp/ruby/src/trunk-iseq_binary/tool/lib/-test-/integer.rb
  572 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/integer/test_my_integer.rb
  573 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_marshalable.rb
  574 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/commands/stale_command.rb
  575 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_commands_stale_command.rb
  576 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/installer_uninstaller_utils.rb
  577 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/installer.rb
  578 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_config.rb
  579 /tmp/ruby/src/trunk-iseq_binary/test/win32ole/test_ole_methods.rb
  580 /tmp/ruby/src/trunk-iseq_binary/test/io/wait/test_io_wait_uncommon.rb
  581 /tmp/ruby/src/trunk-iseq_binary/test/prism/ripper_compat_test.rb
  582 /tmp/ruby/src/trunk-iseq_binary/lib/prism/ripper_compat.rb
  583 /tmp/ruby/src/trunk-iseq_binary/test/prism/ruby_api_test.rb
  584 /tmp/ruby/src/trunk-iseq_binary/lib/prism/serialize.rb
  585 /tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb
  586 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_command.rb
  587 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_x509attr.rb
  588 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_euc_kr.rb
  589 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/core_ext/name_error.rb
  590 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/levenshtein.rb
  591 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/jaro_winkler.rb
  592 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checker.rb
  593 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
  594 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
  595 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/name_error_checkers.rb
  596 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/method_name_checker.rb
  597 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/key_error_checker.rb
  598 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/null_checker.rb
  599 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/tree_spell_checker.rb
  600 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/require_path_checker.rb
  601 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb
  602 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/formatter.rb
  603 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean.rb
  604 /tmp/ruby/src/trunk-iseq_binary/test/did_you_mean/helper.rb
  605 /tmp/ruby/src/trunk-iseq_binary/test/did_you_mean/test_spell_checker.rb
  606 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/arith_seq/test_arith_seq_extract.rb
  607 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_class.rb
  608 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/commands/owner_command.rb
  609 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_commands_owner_command.rb
  610 /tmp/ruby/src/trunk-iseq_binary/test/fiber/scheduler.rb
  611 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_timeout.rb
  612 /tmp/ruby/src/trunk-iseq_binary/test/mkmf/test_have_library.rb
  613 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/commands/environment_command.rb
  614 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_commands_environment_command.rb
  615 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_arithmetic_sequence.rb
  616 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest/sha2.so
  617 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest/sha2/loader.rb
  618 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest/sha2.rb
  619 /tmp/ruby/src/trunk-iseq_binary/lib/pstore.rb
  620 /tmp/ruby/src/trunk-iseq_binary/lib/yaml/store.rb
  621 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_yamlstore.rb
  622 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_class.rb
  623 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/commands/sources_command.rb
  624 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_commands_sources_command.rb
  625 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/safe_marshal/elements.rb
  626 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/safe_marshal/reader.rb
  627 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/safe_marshal/visitors/visitor.rb
  628 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/safe_marshal/visitors/to_ruby.rb
  629 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/safe_marshal.rb
  630 /tmp/ruby/src/trunk-iseq_binary/lib/logger/formatter.rb
  631 /tmp/ruby/src/trunk-iseq_binary/lib/logger/period.rb
  632 /tmp/ruby/src/trunk-iseq_binary/lib/logger/log_device.rb
  633 /tmp/ruby/src/trunk-iseq_binary/lib/logger/severity.rb
  634 /tmp/ruby/src/trunk-iseq_binary/lib/logger/errors.rb
  635 /tmp/ruby/src/trunk-iseq_binary/lib/logger.rb
  636 /tmp/ruby/src/trunk-iseq_binary/test/logger/test_logger.rb
  637 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
  638 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/bignum/test_pack.rb
  639 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_gbk.rb
  640 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/installer_test_case.rb
  641 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/dependency_list.rb
  642 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/rubygems_hook.rb
  643 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/rdoc.rb
  644 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/uninstaller.rb
  645 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/commands/uninstall_command.rb
  646 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_commands_uninstall_command.rb
  647 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_path_support.rb
  648 /tmp/ruby/src/trunk-iseq_binary/test/fileutils/fileasserts.rb
  649 /tmp/ruby/src/trunk-iseq_binary/test/fileutils/test_fileutils.rb
  650 /tmp/ruby/src/trunk-iseq_binary/test/mkmf/test_mkmf.rb
  651 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_objectspace.rb
  652 /tmp/ruby/src/trunk-iseq_binary/lib/irb/nesting_parser.rb
  653 /tmp/ruby/src/trunk-iseq_binary/lib/irb/ruby-lex.rb
  654 /tmp/ruby/src/trunk-iseq_binary/lib/irb/color.rb
  655 /tmp/ruby/src/trunk-iseq_binary/test/irb/test_color.rb
  656 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_transcode.rb
  657 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/iso2022.so
  658 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/emacs_mule.so
  659 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese.so
  660 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cp949.so
  661 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cesu_8.so
  662 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/cesu_8.so
  663 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf8_mac.so
  664 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/ebcdic.so
  665 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/escape.so
  666 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji.so
  667 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
  668 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/syslog.so
  669 /tmp/ruby/src/trunk-iseq_binary/test/test_syslog.rb
  670 /tmp/ruby/src/trunk-iseq_binary/test/psych/visitors/test_to_ruby.rb
  671 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_util.rb
  672 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/cargo_builder/link_flag_converter.rb
  673 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_ext_cargo_builder_link_flag_converter.rb
  674 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_x509cert.rb
  675 /tmp/ruby/src/trunk-iseq_binary/test/uri/test_ldap.rb
  676 /tmp/ruby/src/trunk-iseq_binary/test/ripper/dummyparser.rb
  677 /tmp/ruby/src/trunk-iseq_binary/test/ripper/test_parser_events.rb
  678 /tmp/ruby/src/trunk-iseq_binary/lib/csv/fields_converter.rb
  679 /tmp/ruby/src/trunk-iseq_binary/lib/English.rb
  680 /tmp/ruby/src/trunk-iseq_binary/lib/csv/input_record_separator.rb
  681 /tmp/ruby/src/trunk-iseq_binary/lib/csv/row.rb
  682 /tmp/ruby/src/trunk-iseq_binary/lib/csv/table.rb
  683 /tmp/ruby/src/trunk-iseq_binary/lib/csv/parser.rb
  684 /tmp/ruby/src/trunk-iseq_binary/lib/csv/writer.rb
  685 /tmp/ruby/src/trunk-iseq_binary/lib/csv/core_ext/array.rb
  686 /tmp/ruby/src/trunk-iseq_binary/lib/csv/core_ext/string.rb
  687 /tmp/ruby/src/trunk-iseq_binary/lib/csv.rb
  688 /tmp/ruby/src/trunk-iseq_binary/test/lib/with_different_ofs.rb
  689 /tmp/ruby/src/trunk-iseq_binary/test/csv/helper.rb
  690 /tmp/ruby/src/trunk-iseq_binary/test/csv/parse/test_quote_char_nil.rb
  691 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_path.rb
  692 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
  693 /tmp/ruby/src/trunk-iseq_binary/test/csv/test_features.rb
  694 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_euc_tw.rb
  695 /tmp/ruby/src/trunk-iseq_binary/test/date/test_switch_hitter.rb
  696 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_asn1.rb
  697 /tmp/ruby/src/trunk-iseq_binary/test/csv/parse/test_convert.rb
  698 /tmp/ruby/src/trunk-iseq_binary/test/test_tempfile.rb
  699 /tmp/ruby/src/trunk-iseq_binary/test/ruby/sentence.rb
  700 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_yield.rb
  701 /tmp/ruby/src/trunk-iseq_binary/test/mkmf/test_pkg_config.rb
  702 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/simple_gem.rb
  703 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_package_old.rb
  704 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_set.rb
  705 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/commands/server_command.rb
  706 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_commands_server_command.rb
  707 /tmp/ruby/src/trunk-iseq_binary/test/json/json_string_matching_test.rb
  708 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/win32/test_dln.rb
  709 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fcntl.so
  710 /tmp/ruby/src/trunk-iseq_binary/lib/weakref.rb
  711 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_io.rb
  712 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
  713 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
  714 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_fiber.rb
  715 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/test_rdoc_markup_verbatim.rb
  716 /tmp/ruby/src/trunk-iseq_binary/test/mkmf/test_egrep_cpp.rb
  717 /tmp/ruby/src/trunk-iseq_binary/test/prism/fuzzer_test.rb
  718 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_array.rb
  719 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_rubyoptions.rb
  720 /tmp/ruby/src/trunk-iseq_binary/test/csv/parse/test_each.rb
  721 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
  722 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/string/test_rb_str_dup.rb
  723 /tmp/ruby/src/trunk-iseq_binary/test/rdoc/test_rdoc_ri_paths.rb
  724 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/ri.rb
  725 /tmp/ruby/src/trunk-iseq_binary/lib/rdoc/ri/paths.rb
  726 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/typeddata.so
  727 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/typeddata/test_typeddata.rb
  728 /tmp/ruby/src/trunk-iseq_binary/test/socket/test_socket.rb
  729 /tmp/ruby/src/trunk-iseq_binary/test/resolv/test_mdns.rb
  730 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_resolver_dependency_request.rb
  731 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_gem_security.rb
  732 /tmp/ruby/src/trunk-iseq_binary/lib/irb/color_printer.rb
  733 /tmp/ruby/src/trunk-iseq_binary/test/irb/test_color_printer.rb
  734 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/test_bundled_ca.rb
  735 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_exception.rb
  736 /tmp/ruby/src/trunk-iseq_binary/test/uri/test_wss.rb
  737 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb

* Process memory map:

562bc8106000-562bc8107000 r--p 00000000 00:91 20225638                   /tmp/ruby/build/trunk-iseq_binary/ruby
562bc8107000-562bc8108000 r-xp 00001000 00:91 20225638                   /tmp/ruby/build/trunk-iseq_binary/ruby
562bc8108000-562bc8109000 r--p 00002000 00:91 20225638                   /tmp/ruby/build/trunk-iseq_binary/ruby
562bc8109000-562bc810a000 r--p 00002000 00:91 20225638                   /tmp/ruby/build/trunk-iseq_binary/ruby
562bc810a000-562bc810b000 rw-p 00003000 00:91 20225638                   /tmp/ruby/build/trunk-iseq_binary/ruby
562bc8727000-562bd1b0a000 rw-p 00000000 00:00 0                          [heap]
7f2ebed8c000-7f2ec0000000 r--s 00000000 00:91 20225631                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3.0
7f2ec0000000-7f2ec0021000 rw-p 00000000 00:00 0 
7f2ec0021000-7f2ec4000000 ---p 00000000 00:00 0 
7f2ec4000000-7f2ec410a000 rw-p 00000000 00:00 0 
7f2ec410a000-7f2ec8000000 ---p 00000000 00:00 0 
7f2ec8000000-7f2ec8021000 rw-p 00000000 00:00 0 
7f2ec8021000-7f2ecc000000 ---p 00000000 00:00 0 
7f2ecc000000-7f2ecc021000 rw-p 00000000 00:00 0 
7f2ecc021000-7f2ed0000000 ---p 00000000 00:00 0 
7f2ed0000000-7f2ed0021000 rw-p 00000000 00:00 0 
7f2ed0021000-7f2ed4000000 ---p 00000000 00:00 0 
7f2ed4000000-7f2ed4021000 rw-p 00000000 00:00 0 
7f2ed4021000-7f2ed8000000 ---p 00000000 00:00 0 
7f2ed8000000-7f2ed8021000 rw-p 00000000 00:00 0 
7f2ed8021000-7f2edc000000 ---p 00000000 00:00 0 
7f2edc000000-7f2edc021000 rw-p 00000000 00:00 0 
7f2edc021000-7f2ee0000000 ---p 00000000 00:00 0 
7f2ee0000000-7f2ee0021000 rw-p 00000000 00:00 0 
7f2ee0021000-7f2ee4000000 ---p 00000000 00:00 0 
7f2ee4000000-7f2ee4021000 rw-p 00000000 00:00 0 
7f2ee4021000-7f2ee8000000 ---p 00000000 00:00 0 
7f2ee8000000-7f2ee8021000 rw-p 00000000 00:00 0 
7f2ee8021000-7f2eec000000 ---p 00000000 00:00 0 
7f2eec000000-7f2eec021000 rw-p 00000000 00:00 0 
7f2eec021000-7f2ef0000000 ---p 00000000 00:00 0 
7f2ef0000000-7f2ef0021000 rw-p 00000000 00:00 0 
7f2ef0021000-7f2ef4000000 ---p 00000000 00:00 0 
7f2ef4000000-7f2ef4021000 rw-p 00000000 00:00 0 
7f2ef4021000-7f2ef8000000 ---p 00000000 00:00 0 
7f2ef8000000-7f2ef8021000 rw-p 00000000 00:00 0 
7f2ef8021000-7f2efc000000 ---p 00000000 00:00 0 
7f2efc000000-7f2efc021000 rw-p 00000000 00:00 0 
7f2efc021000-7f2f00000000 ---p 00000000 00:00 0 
7f2f00000000-7f2f00021000 rw-p 00000000 00:00 0 
7f2f00021000-7f2f04000000 ---p 00000000 00:00 0 
7f2f04000000-7f2f04021000 rw-p 00000000 00:00 0 
7f2f04021000-7f2f08000000 ---p 00000000 00:00 0 
7f2f08000000-7f2f08021000 rw-p 00000000 00:00 0 
7f2f08021000-7f2f0c000000 ---p 00000000 00:00 0 
7f2f0c000000-7f2f0c021000 rw-p 00000000 00:00 0 
7f2f0c021000-7f2f10000000 ---p 00000000 00:00 0 
7f2f10000000-7f2f1020e000 rw-p 00000000 00:00 0 
7f2f1020e000-7f2f14000000 ---p 00000000 00:00 0 
7f2f14000000-7f2f163a6000 rw-p 00000000 00:00 0 
7f2f163a6000-7f2f18000000 ---p 00000000 00:00 0 
7f2f18000000-7f2f1820c000 rw-p 00000000 00:00 0 
7f2f1820c000-7f2f1c000000 ---p 00000000 00:00 0 
7f2f1c000000-7f2f1c20c000 rw-p 00000000 00:00 0 
7f2f1c20c000-7f2f20000000 ---p 00000000 00:00 0 
7f2f20000000-7f2f20a41000 rw-p 00000000 00:00 0 
7f2f20a41000-7f2f24000000 ---p 00000000 00:00 0 
7f2f24000000-7f2f2420c000 rw-p 00000000 00:00 0 
7f2f2420c000-7f2f28000000 ---p 00000000 00:00 0 
7f2f28000000-7f2f2820c000 rw-p 00000000 00:00 0 
7f2f2820c000-7f2f2c000000 ---p 00000000 00:00 0 
7f2f2c000000-7f2f2c415000 rw-p 00000000 00:00 0 
7f2f2c415000-7f2f30000000 ---p 00000000 00:00 0 
7f2f30000000-7f2f30021000 rw-p 00000000 00:00 0 
7f2f30021000-7f2f34000000 ---p 00000000 00:00 0 
7f2f340fc000-7f2f3431a000 r--s 00000000 00:91 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2f3431a000-7f2f34350000 r--s 00000000 00:91 20225638                   /tmp/ruby/build/trunk-iseq_binary/ruby
7f2f34350000-7f2f344f0000 rw-p 00000000 00:00 0 
7f2f344f3000-7f2f344f4000 ---p 00000000 00:00 0 
7f2f344f4000-7f2f34cf4000 rw-p 00000000 00:00 0 
7f2f34cf4000-7f2f34cf5000 r--p 00000000 00:91 20465061                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/typeddata.so
7f2f34cf5000-7f2f34cf6000 r-xp 00001000 00:91 20465061                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/typeddata.so
7f2f34cf6000-7f2f34cf7000 r--p 00002000 00:91 20465061                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/typeddata.so
7f2f34cf7000-7f2f34cf8000 r--p 00002000 00:91 20465061                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/typeddata.so
7f2f34cf8000-7f2f34cf9000 rw-p 00003000 00:91 20465061                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/typeddata.so
7f2f34cf9000-7f2f34cfb000 r--p 00000000 00:91 20464965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7f2f34cfb000-7f2f34cfe000 r-xp 00002000 00:91 20464965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7f2f34cfe000-7f2f34cff000 r--p 00005000 00:91 20464965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7f2f34cff000-7f2f34d00000 ---p 00006000 00:91 20464965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7f2f34d00000-7f2f34d01000 r--p 00006000 00:91 20464965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7f2f34d01000-7f2f34d02000 rw-p 00007000 00:91 20464965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7f2f34d02000-7f2f34d03000 r--p 00000000 00:91 20465233                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7f2f34d03000-7f2f34d04000 r-xp 00001000 00:91 20465233                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7f2f34d04000-7f2f34d05000 r--p 00002000 00:91 20465233                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7f2f34d05000-7f2f34d06000 r--p 00002000 00:91 20465233                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7f2f34d06000-7f2f34d07000 rw-p 00003000 00:91 20465233                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7f2f34d07000-7f2f34d08000 ---p 00000000 00:00 0 
7f2f34d08000-7f2f34d28000 rw-p 00000000 00:00 0 
7f2f34d28000-7f2f34d29000 ---p 00000000 00:00 0 
7f2f34d29000-7f2f34d49000 rw-p 00000000 00:00 0 
7f2f34d49000-7f2f34d4a000 ---p 00000000 00:00 0 
7f2f34d4a000-7f2f34d6a000 rw-p 00000000 00:00 0 
7f2f34d6a000-7f2f34d6b000 ---p 00000000 00:00 0 
7f2f34d6b000-7f2f34d8b000 rw-p 00000000 00:00 0 
7f2f34d8b000-7f2f34d8c000 ---p 00000000 00:00 0 
7f2f34d8c000-7f2f34dac000 rw-p 00000000 00:00 0 
7f2f34dac000-7f2f34dad000 ---p 00000000 00:00 0 
7f2f34dad000-7f2f34dcd000 rw-p 00000000 00:00 0 
7f2f34dcd000-7f2f34dce000 ---p 00000000 00:00 0 
7f2f34dce000-7f2f34dee000 rw-p 00000000 00:00 0 
7f2f34dee000-7f2f34def000 ---p 00000000 00:00 0 
7f2f34def000-7f2f34e0f000 rw-p 00000000 00:00 0 
7f2f34e0f000-7f2f34e10000 ---p 00000000 00:00 0 
7f2f34e10000-7f2f34e30000 rw-p 00000000 00:00 0 
7f2f34e30000-7f2f34e31000 ---p 00000000 00:00 0 
7f2f34e31000-7f2f34e51000 rw-p 00000000 00:00 0 
7f2f34e51000-7f2f34e52000 ---p 00000000 00:00 0 
7f2f34e52000-7f2f34e72000 rw-p 00000000 00:00 0 
7f2f34e72000-7f2f34e73000 ---p 00000000 00:00 0 
7f2f34e73000-7f2f34e93000 rw-p 00000000 00:00 0 
7f2f34e93000-7f2f34e94000 ---p 00000000 00:00 0 
7f2f34e94000-7f2f34eb4000 rw-p 00000000 00:00 0 
7f2f34eb4000-7f2f34eb5000 ---p 00000000 00:00 0 
7f2f34eb5000-7f2f34ed5000 rw-p 00000000 00:00 0 
7f2f34ed5000-7f2f34ed6000 ---p 00000000 00:00 0 
7f2f34ed6000-7f2f34ef6000 rw-p 00000000 00:00 0 
7f2f34ef6000-7f2f34ef7000 ---p 00000000 00:00 0 
7f2f34ef7000-7f2f34f17000 rw-p 00000000 00:00 0 
7f2f34f17000-7f2f34f18000 ---p 00000000 00:00 0 
7f2f34f18000-7f2f34f38000 rw-p 00000000 00:00 0 
7f2f34f38000-7f2f34f39000 ---p 00000000 00:00 0 
7f2f34f39000-7f2f34f59000 rw-p 00000000 00:00 0 
7f2f34f59000-7f2f34f5a000 ---p 00000000 00:00 0 
7f2f34f5a000-7f2f34f7a000 rw-p 00000000 00:00 0 
7f2f34f7a000-7f2f34f7b000 ---p 00000000 00:00 0 
7f2f34f7b000-7f2f34f9b000 rw-p 00000000 00:00 0 
7f2f34f9b000-7f2f34f9c000 r--p 00000000 00:91 20463063                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7f2f34f9c000-7f2f34f9d000 r-xp 00001000 00:91 20463063                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7f2f34f9d000-7f2f34f9e000 r--p 00002000 00:91 20463063                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7f2f34f9e000-7f2f34f9f000 r--p 00002000 00:91 20463063                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7f2f34f9f000-7f2f34fa0000 rw-p 00003000 00:91 20463063                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7f2f34fa0000-7f2f35200000 rw-p 00000000 00:00 0 
7f2f35200000-7f2f35201000 r--p 00000000 00:91 20465370                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fcntl.so
7f2f35201000-7f2f35202000 r-xp 00001000 00:91 20465370                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fcntl.so
7f2f35202000-7f2f35203000 r--p 00002000 00:91 20465370                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fcntl.so
7f2f35203000-7f2f35204000 r--p 00002000 00:91 20465370                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fcntl.so
7f2f35204000-7f2f35205000 rw-p 00003000 00:91 20465370                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fcntl.so
7f2f35205000-7f2f35206000 ---p 00000000 00:00 0 
7f2f35206000-7f2f35247000 rw-p 00000000 00:00 0 
7f2f35247000-7f2f35248000 ---p 00000000 00:00 0 
7f2f35248000-7f2f35289000 rw-p 00000000 00:00 0 
7f2f35289000-7f2f3528a000 ---p 00000000 00:00 0 
7f2f3528a000-7f2f352cb000 rw-p 00000000 00:00 0 
7f2f352cb000-7f2f352cc000 ---p 00000000 00:00 0 
7f2f352cc000-7f2f3530d000 rw-p 00000000 00:00 0 
7f2f3530d000-7f2f3530e000 ---p 00000000 00:00 0 
7f2f3530e000-7f2f3534f000 rw-p 00000000 00:00 0 
7f2f3534f000-7f2f35350000 ---p 00000000 00:00 0 
7f2f35350000-7f2f35391000 rw-p 00000000 00:00 0 
7f2f35391000-7f2f35392000 ---p 00000000 00:00 0 
7f2f35392000-7f2f353d3000 rw-p 00000000 00:00 0 
7f2f353d3000-7f2f353d4000 ---p 00000000 00:00 0 
7f2f353d4000-7f2f35415000 rw-p 00000000 00:00 0 
7f2f35415000-7f2f35416000 ---p 00000000 00:00 0 
7f2f35416000-7f2f35457000 rw-p 00000000 00:00 0 
7f2f35457000-7f2f35458000 ---p 00000000 00:00 0 
7f2f35458000-7f2f35499000 rw-p 00000000 00:00 0 
7f2f35499000-7f2f3549a000 ---p 00000000 00:00 0 
7f2f3549a000-7f2f354db000 rw-p 00000000 00:00 0 
7f2f354db000-7f2f354dc000 ---p 00000000 00:00 0 
7f2f354dc000-7f2f3551d000 rw-p 00000000 00:00 0 
7f2f3551d000-7f2f3551e000 ---p 00000000 00:00 0 
7f2f3551e000-7f2f3555f000 rw-p 00000000 00:00 0 
7f2f3555f000-7f2f35560000 ---p 00000000 00:00 0 
7f2f35560000-7f2f355a1000 rw-p 00000000 00:00 0 
7f2f355a1000-7f2f355a2000 ---p 00000000 00:00 0 
7f2f355a2000-7f2f355e3000 rw-p 00000000 00:00 0 
7f2f355e3000-7f2f355e4000 ---p 00000000 00:00 0 
7f2f355e4000-7f2f35625000 rw-p 00000000 00:00 0 
7f2f35625000-7f2f35626000 ---p 00000000 00:00 0 
7f2f35626000-7f2f35667000 rw-p 00000000 00:00 0 
7f2f35667000-7f2f35668000 ---p 00000000 00:00 0 
7f2f35668000-7f2f356a9000 rw-p 00000000 00:00 0 
7f2f356a9000-7f2f356aa000 ---p 00000000 00:00 0 
7f2f356aa000-7f2f356eb000 rw-p 00000000 00:00 0 
7f2f356eb000-7f2f356ec000 ---p 00000000 00:00 0 
7f2f356ec000-7f2f3572d000 rw-p 00000000 00:00 0 
7f2f3572d000-7f2f3572e000 ---p 00000000 00:00 0 
7f2f3572e000-7f2f3576f000 rw-p 00000000 00:00 0 
7f2f3576f000-7f2f35770000 ---p 00000000 00:00 0 
7f2f35770000-7f2f357b1000 rw-p 00000000 00:00 0 
7f2f357b1000-7f2f357b2000 ---p 00000000 00:00 0 
7f2f357b2000-7f2f357f3000 rw-p 00000000 00:00 0 
7f2f357f3000-7f2f357f4000 ---p 00000000 00:00 0 
7f2f357f4000-7f2f35835000 rw-p 00000000 00:00 0 
7f2f35835000-7f2f35836000 ---p 00000000 00:00 0 
7f2f35836000-7f2f35877000 rw-p 00000000 00:00 0 
7f2f35877000-7f2f35878000 ---p 00000000 00:00 0 
7f2f35878000-7f2f358b9000 rw-p 00000000 00:00 0 
7f2f358b9000-7f2f358ba000 ---p 00000000 00:00 0 
7f2f358ba000-7f2f358fb000 rw-p 00000000 00:00 0 
7f2f358fb000-7f2f358fc000 ---p 00000000 00:00 0 
7f2f358fc000-7f2f3593d000 rw-p 00000000 00:00 0 
7f2f3593d000-7f2f3593e000 ---p 00000000 00:00 0 
7f2f3593e000-7f2f3597f000 rw-p 00000000 00:00 0 
7f2f3597f000-7f2f35980000 ---p 00000000 00:00 0 
7f2f35980000-7f2f359c1000 rw-p 00000000 00:00 0 
7f2f359c1000-7f2f359c2000 ---p 00000000 00:00 0 
7f2f359c2000-7f2f35a03000 rw-p 00000000 00:00 0 
7f2f35a03000-7f2f35a04000 ---p 00000000 00:00 0 
7f2f35a04000-7f2f35a45000 rw-p 00000000 00:00 0 
7f2f35a45000-7f2f35a46000 ---p 00000000 00:00 0 
7f2f35a46000-7f2f35a87000 rw-p 00000000 00:00 0 
7f2f35a87000-7f2f35a88000 ---p 00000000 00:00 0 
7f2f35a88000-7f2f35ac9000 rw-p 00000000 00:00 0 
7f2f35ac9000-7f2f35aca000 ---p 00000000 00:00 0 
7f2f35aca000-7f2f35b0b000 rw-p 00000000 00:00 0 
7f2f35b0b000-7f2f35b0c000 ---p 00000000 00:00 0 
7f2f35b0c000-7f2f35b4d000 rw-p 00000000 00:00 0 
7f2f35b4d000-7f2f35b4e000 ---p 00000000 00:00 0 
7f2f35b4e000-7f2f35b8f000 rw-p 00000000 00:00 0 
7f2f35b8f000-7f2f35b90000 ---p 00000000 00:00 0 
7f2f35b90000-7f2f35bd1000 rw-p 00000000 00:00 0 
7f2f35bd1000-7f2f35bd2000 ---p 00000000 00:00 0 
7f2f35bd2000-7f2f35c13000 rw-p 00000000 00:00 0 
7f2f35c13000-7f2f35c14000 ---p 00000000 00:00 0 
7f2f35c14000-7f2f35c55000 rw-p 00000000 00:00 0 
7f2f35c55000-7f2f35c56000 ---p 00000000 00:00 0 
7f2f35c56000-7f2f35c97000 rw-p 00000000 00:00 0 
7f2f35c97000-7f2f35c98000 ---p 00000000 00:00 0 
7f2f35c98000-7f2f35cd9000 rw-p 00000000 00:00 0 
7f2f35cd9000-7f2f35cda000 ---p 00000000 00:00 0 
7f2f35cda000-7f2f35d1b000 rw-p 00000000 00:00 0 
7f2f35d1b000-7f2f35d1c000 ---p 00000000 00:00 0 
7f2f35d1c000-7f2f35d5d000 rw-p 00000000 00:00 0 
7f2f35d5d000-7f2f35d5e000 ---p 00000000 00:00 0 
7f2f35d5e000-7f2f35d9f000 rw-p 00000000 00:00 0 
7f2f35d9f000-7f2f35da0000 ---p 00000000 00:00 0 
7f2f35da0000-7f2f35de1000 rw-p 00000000 00:00 0 
7f2f35de1000-7f2f35de2000 ---p 00000000 00:00 0 
7f2f35de2000-7f2f35e23000 rw-p 00000000 00:00 0 
7f2f35e23000-7f2f35e24000 ---p 00000000 00:00 0 
7f2f35e24000-7f2f35e65000 rw-p 00000000 00:00 0 
7f2f35e65000-7f2f35e66000 ---p 00000000 00:00 0 
7f2f35e66000-7f2f35ea7000 rw-p 00000000 00:00 0 
7f2f35ea7000-7f2f35ea8000 ---p 00000000 00:00 0 
7f2f35ea8000-7f2f35ee9000 rw-p 00000000 00:00 0 
7f2f35ee9000-7f2f35eea000 ---p 00000000 00:00 0 
7f2f35eea000-7f2f35f2b000 rw-p 00000000 00:00 0 
7f2f35f2b000-7f2f35f2c000 ---p 00000000 00:00 0 
7f2f35f2c000-7f2f35f6d000 rw-p 00000000 00:00 0 
7f2f35f6d000-7f2f35f6e000 ---p 00000000 00:00 0 
7f2f35f6e000-7f2f35faf000 rw-p 00000000 00:00 0 
7f2f35faf000-7f2f35fb0000 ---p 00000000 00:00 0 
7f2f35fb0000-7f2f35ff1000 rw-p 00000000 00:00 0 
7f2f35ff1000-7f2f35ff2000 ---p 00000000 00:00 0 
7f2f35ff2000-7f2f36033000 rw-p 00000000 00:00 0 
7f2f36033000-7f2f36034000 ---p 00000000 00:00 0 
7f2f36034000-7f2f36075000 rw-p 00000000 00:00 0 
7f2f36075000-7f2f36076000 ---p 00000000 00:00 0 
7f2f36076000-7f2f360b7000 rw-p 00000000 00:00 0 
7f2f360b7000-7f2f360b8000 ---p 00000000 00:00 0 
7f2f360b8000-7f2f360f9000 rw-p 00000000 00:00 0 
7f2f360f9000-7f2f360fa000 ---p 00000000 00:00 0 
7f2f360fa000-7f2f3613b000 rw-p 00000000 00:00 0 
7f2f3613b000-7f2f3613c000 ---p 00000000 00:00 0 
7f2f3613c000-7f2f3617d000 rw-p 00000000 00:00 0 
7f2f3617d000-7f2f3617e000 ---p 00000000 00:00 0 
7f2f3617e000-7f2f361bf000 rw-p 00000000 00:00 0 
7f2f361bf000-7f2f361c0000 ---p 00000000 00:00 0 
7f2f361c0000-7f2f36201000 rw-p 00000000 00:00 0 
7f2f36201000-7f2f36202000 ---p 00000000 00:00 0 
7f2f36202000-7f2f36243000 rw-p 00000000 00:00 0 
7f2f36243000-7f2f36244000 ---p 00000000 00:00 0 
7f2f36244000-7f2f36285000 rw-p 00000000 00:00 0 
7f2f36285000-7f2f36286000 ---p 00000000 00:00 0 
7f2f36286000-7f2f362c7000 rw-p 00000000 00:00 0 
7f2f362c7000-7f2f362c8000 ---p 00000000 00:00 0 
7f2f362c8000-7f2f36309000 rw-p 00000000 00:00 0 
7f2f36309000-7f2f3630a000 ---p 00000000 00:00 0 
7f2f3630a000-7f2f3634b000 rw-p 00000000 00:00 0 
7f2f3634b000-7f2f3634c000 ---p 00000000 00:00 0 
7f2f3634c000-7f2f3638d000 rw-p 00000000 00:00 0 
7f2f3638d000-7f2f3638e000 ---p 00000000 00:00 0 
7f2f3638e000-7f2f363cf000 rw-p 00000000 00:00 0 
7f2f363cf000-7f2f363d0000 ---p 00000000 00:00 0 
7f2f363d0000-7f2f36411000 rw-p 00000000 00:00 0 
7f2f36411000-7f2f36412000 ---p 00000000 00:00 0 
7f2f36412000-7f2f36453000 rw-p 00000000 00:00 0 
7f2f36453000-7f2f36454000 ---p 00000000 00:00 0 
7f2f36454000-7f2f36495000 rw-p 00000000 00:00 0 
7f2f36495000-7f2f36496000 ---p 00000000 00:00 0 
7f2f36496000-7f2f364d7000 rw-p 00000000 00:00 0 
7f2f364d7000-7f2f364d8000 ---p 00000000 00:00 0 
7f2f364d8000-7f2f36519000 rw-p 00000000 00:00 0 
7f2f36519000-7f2f3651a000 ---p 00000000 00:00 0 
7f2f3651a000-7f2f3655b000 rw-p 00000000 00:00 0 
7f2f3655b000-7f2f3655c000 ---p 00000000 00:00 0 
7f2f3655c000-7f2f3659d000 rw-p 00000000 00:00 0 
7f2f3659d000-7f2f3659e000 ---p 00000000 00:00 0 
7f2f3659e000-7f2f365df000 rw-p 00000000 00:00 0 
7f2f365df000-7f2f365e0000 ---p 00000000 00:00 0 
7f2f365e0000-7f2f36621000 rw-p 00000000 00:00 0 
7f2f36621000-7f2f36622000 ---p 00000000 00:00 0 
7f2f36622000-7f2f36663000 rw-p 00000000 00:00 0 
7f2f36663000-7f2f36664000 ---p 00000000 00:00 0 
7f2f36664000-7f2f366a5000 rw-p 00000000 00:00 0 
7f2f366a5000-7f2f366a6000 ---p 00000000 00:00 0 
7f2f366a6000-7f2f366e7000 rw-p 00000000 00:00 0 
7f2f366e7000-7f2f366e8000 ---p 00000000 00:00 0 
7f2f366e8000-7f2f36729000 rw-p 00000000 00:00 0 
7f2f36729000-7f2f3672a000 ---p 00000000 00:00 0 
7f2f3672a000-7f2f3676b000 rw-p 00000000 00:00 0 
7f2f3676b000-7f2f3676c000 ---p 00000000 00:00 0 
7f2f3676c000-7f2f367ad000 rw-p 00000000 00:00 0 
7f2f367ad000-7f2f367ae000 ---p 00000000 00:00 0 
7f2f367ae000-7f2f367ef000 rw-p 00000000 00:00 0 
7f2f367ef000-7f2f367f0000 ---p 00000000 00:00 0 
7f2f367f0000-7f2f36831000 rw-p 00000000 00:00 0 
7f2f36831000-7f2f36832000 ---p 00000000 00:00 0 
7f2f36832000-7f2f36873000 rw-p 00000000 00:00 0 
7f2f36873000-7f2f36874000 ---p 00000000 00:00 0 
7f2f36874000-7f2f368b5000 rw-p 00000000 00:00 0 
7f2f368b5000-7f2f368b6000 ---p 00000000 00:00 0 
7f2f368b6000-7f2f368f7000 rw-p 00000000 00:00 0 
7f2f368f7000-7f2f368f8000 ---p 00000000 00:00 0 
7f2f368f8000-7f2f36939000 rw-p 00000000 00:00 0 
7f2f36939000-7f2f3693a000 ---p 00000000 00:00 0 
7f2f3693a000-7f2f3697b000 rw-p 00000000 00:00 0 
7f2f3697b000-7f2f3697c000 ---p 00000000 00:00 0 
7f2f3697c000-7f2f369bd000 rw-p 00000000 00:00 0 
7f2f369bd000-7f2f369be000 ---p 00000000 00:00 0 
7f2f369be000-7f2f369ff000 rw-p 00000000 00:00 0 
7f2f369ff000-7f2f36a00000 ---p 00000000 00:00 0 
7f2f36a00000-7f2f36a41000 rw-p 00000000 00:00 0 
7f2f36a41000-7f2f36a42000 ---p 00000000 00:00 0 
7f2f36a42000-7f2f36a83000 rw-p 00000000 00:00 0 
7f2f36a83000-7f2f36a84000 ---p 00000000 00:00 0 
7f2f36a84000-7f2f36ac5000 rw-p 00000000 00:00 0 
7f2f36ac5000-7f2f36ac6000 r--p 00000000 00:91 20461201                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
7f2f36ac6000-7f2f36ac7000 r-xp 00001000 00:91 20461201                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
7f2f36ac7000-7f2f36ac8000 r--p 00002000 00:91 20461201                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
7f2f36ac8000-7f2f36ac9000 r--p 00002000 00:91 20461201                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
7f2f36ac9000-7f2f36aca000 rw-p 00003000 00:91 20461201                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
7f2f36aca000-7f2f36acb000 r--p 00000000 00:91 20466320                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/syslog.so
7f2f36acb000-7f2f36acd000 r-xp 00001000 00:91 20466320                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/syslog.so
7f2f36acd000-7f2f36ace000 r--p 00003000 00:91 20466320                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/syslog.so
7f2f36ace000-7f2f36acf000 r--p 00003000 00:91 20466320                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/syslog.so
7f2f36acf000-7f2f36ad0000 rw-p 00004000 00:91 20466320                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/syslog.so
7f2f36ad0000-7f2f36af0000 rw-p 00000000 00:00 0 
7f2f36af1000-7f2f36af2000 r--p 00000000 00:91 20461995                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2f36af2000-7f2f36af3000 r-xp 00001000 00:91 20461995                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2f36af3000-7f2f36b10000 r--p 00002000 00:91 20461995                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2f36b10000-7f2f36b11000 r--p 0001e000 00:91 20461995                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2f36b11000-7f2f36b12000 rw-p 0001f000 00:91 20461995                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2f36b12000-7f2f36b13000 r--p 00000000 00:91 20461968                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji.so
7f2f36b13000-7f2f36b14000 r-xp 00001000 00:91 20461968                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji.so
7f2f36b14000-7f2f36b1e000 r--p 00002000 00:91 20461968                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji.so
7f2f36b1e000-7f2f36b1f000 ---p 0000c000 00:91 20461968                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji.so
7f2f36b1f000-7f2f36b20000 r--p 0000c000 00:91 20461968                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji.so
7f2f36b20000-7f2f36b21000 rw-p 0000d000 00:91 20461968                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/emoji.so
7f2f36b21000-7f2f36b22000 r--p 00000000 00:91 20462015                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/escape.so
7f2f36b22000-7f2f36b23000 r-xp 00001000 00:91 20462015                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/escape.so
7f2f36b23000-7f2f36b24000 r--p 00002000 00:91 20462015                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/escape.so
7f2f36b24000-7f2f36b25000 r--p 00002000 00:91 20462015                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/escape.so
7f2f36b25000-7f2f36b26000 rw-p 00003000 00:91 20462015                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/escape.so
7f2f36b26000-7f2f36b27000 r--p 00000000 00:91 20461962                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2f36b27000-7f2f36b28000 r-xp 00001000 00:91 20461962                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2f36b28000-7f2f36b29000 r--p 00002000 00:91 20461962                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2f36b29000-7f2f36b2a000 r--p 00002000 00:91 20461962                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2f36b2a000-7f2f36b2b000 rw-p 00003000 00:91 20461962                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2f36b2b000-7f2f36b2c000 r--p 00000000 00:91 20462079                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2f36b2c000-7f2f36b2d000 r-xp 00001000 00:91 20462079                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2f36b2d000-7f2f36b6e000 r--p 00002000 00:91 20462079                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2f36b6e000-7f2f36b6f000 r--p 00042000 00:91 20462079                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2f36b6f000-7f2f36b70000 rw-p 00043000 00:91 20462079                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2f36b70000-7f2f36b71000 r--p 00000000 00:91 20461960                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2f36b71000-7f2f36b72000 r-xp 00001000 00:91 20461960                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2f36b72000-7f2f36b73000 r--p 00002000 00:91 20461960                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2f36b73000-7f2f36b74000 r--p 00002000 00:91 20461960                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2f36b74000-7f2f36b75000 rw-p 00003000 00:91 20461960                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2f36b75000-7f2f36b76000 r--p 00000000 00:91 20461193                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cesu_8.so
7f2f36b76000-7f2f36b77000 r-xp 00001000 00:91 20461193                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cesu_8.so
7f2f36b77000-7f2f36b78000 r--p 00002000 00:91 20461193                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cesu_8.so
7f2f36b78000-7f2f36b79000 ---p 00003000 00:91 20461193                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cesu_8.so
7f2f36b79000-7f2f36b7a000 r--p 00003000 00:91 20461193                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cesu_8.so
7f2f36b7a000-7f2f36b7b000 rw-p 00004000 00:91 20461193                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cesu_8.so
7f2f36b7b000-7f2f36b7c000 r--p 00000000 00:91 20461195                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cp949.so
7f2f36b7c000-7f2f36b7d000 r-xp 00001000 00:91 20461195                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cp949.so
7f2f36b7d000-7f2f36b7e000 r--p 00002000 00:91 20461195                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cp949.so
7f2f36b7e000-7f2f36b7f000 r--p 00002000 00:91 20461195                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cp949.so
7f2f36b7f000-7f2f36b80000 rw-p 00003000 00:91 20461195                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/cp949.so
7f2f36b80000-7f2f36b81000 r--p 00000000 00:91 20462060                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese.so
7f2f36b81000-7f2f36b82000 r-xp 00001000 00:91 20462060                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese.so
7f2f36b82000-7f2f36b83000 r--p 00002000 00:91 20462060                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese.so
7f2f36b83000-7f2f36b84000 r--p 00002000 00:91 20462060                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese.so
7f2f36b84000-7f2f36b85000 rw-p 00003000 00:91 20462060                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese.so
7f2f36b85000-7f2f36b86000 r--p 00000000 00:91 20461197                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/emacs_mule.so
7f2f36b86000-7f2f36b87000 r-xp 00001000 00:91 20461197                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/emacs_mule.so
7f2f36b87000-7f2f36b88000 r--p 00002000 00:91 20461197                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/emacs_mule.so
7f2f36b88000-7f2f36b89000 r--p 00002000 00:91 20461197                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/emacs_mule.so
7f2f36b89000-7f2f36b8a000 rw-p 00003000 00:91 20461197                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/emacs_mule.so
7f2f36b8a000-7f2f36b8b000 r--p 00000000 00:91 20462034                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/iso2022.so
7f2f36b8b000-7f2f36b8c000 r-xp 00001000 00:91 20462034                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/iso2022.so
7f2f36b8c000-7f2f36b8d000 r--p 00002000 00:91 20462034                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/iso2022.so
7f2f36b8d000-7f2f36b8e000 ---p 00003000 00:91 20462034                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/iso2022.so
7f2f36b8e000-7f2f36b8f000 r--p 00003000 00:91 20462034                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/iso2022.so
7f2f36b8f000-7f2f36b90000 rw-p 00004000 00:91 20462034                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/iso2022.so
7f2f36b90000-7f2f36bb0000 rw-p 00000000 00:00 0 
7f2f36bb3000-7f2f36bb5000 r--p 00000000 00:91 20462896                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7f2f36bb5000-7f2f36bb7000 r-xp 00002000 00:91 20462896                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7f2f36bb7000-7f2f36bb8000 r--p 00004000 00:91 20462896                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7f2f36bb8000-7f2f36bb9000 r--p 00004000 00:91 20462896                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7f2f36bb9000-7f2f36bba000 rw-p 00005000 00:91 20462896                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7f2f36bba000-7f2f36bbb000 r--p 00000000 00:91 20466503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest/sha2.so
7f2f36bbb000-7f2f36bbd000 r-xp 00001000 00:91 20466503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest/sha2.so
7f2f36bbd000-7f2f36bbe000 r--p 00003000 00:91 20466503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest/sha2.so
7f2f36bbe000-7f2f36bbf000 r--p 00003000 00:91 20466503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest/sha2.so
7f2f36bbf000-7f2f36bc0000 rw-p 00004000 00:91 20466503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest/sha2.so
7f2f36bc0000-7f2f36dd0000 rw-p 00000000 00:00 0 
7f2f36dd4000-7f2f36dd5000 r--p 00000000 00:91 20463147                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7f2f36dd5000-7f2f36dd6000 r-xp 00001000 00:91 20463147                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7f2f36dd6000-7f2f36dd7000 r--p 00002000 00:91 20463147                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7f2f36dd7000-7f2f36dd8000 r--p 00002000 00:91 20463147                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7f2f36dd8000-7f2f36dd9000 rw-p 00003000 00:91 20463147                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7f2f36dd9000-7f2f36dda000 r--p 00000000 00:91 20461835                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1257.so
7f2f36dda000-7f2f36ddb000 r-xp 00001000 00:91 20461835                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1257.so
7f2f36ddb000-7f2f36ddc000 r--p 00002000 00:91 20461835                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1257.so
7f2f36ddc000-7f2f36ddd000 r--p 00002000 00:91 20461835                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1257.so
7f2f36ddd000-7f2f36dde000 rw-p 00003000 00:91 20461835                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1257.so
7f2f36dde000-7f2f36ddf000 r--p 00000000 00:91 20461834                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1254.so
7f2f36ddf000-7f2f36de0000 r-xp 00001000 00:91 20461834                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1254.so
7f2f36de0000-7f2f36de1000 r--p 00002000 00:91 20461834                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1254.so
7f2f36de1000-7f2f36de2000 r--p 00002000 00:91 20461834                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1254.so
7f2f36de2000-7f2f36de3000 rw-p 00003000 00:91 20461834                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1254.so
7f2f36de3000-7f2f36de4000 r--p 00000000 00:91 20461832                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1253.so
7f2f36de4000-7f2f36de5000 r-xp 00001000 00:91 20461832                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1253.so
7f2f36de5000-7f2f36de6000 r--p 00002000 00:91 20461832                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1253.so
7f2f36de6000-7f2f36de7000 r--p 00002000 00:91 20461832                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1253.so
7f2f36de7000-7f2f36de8000 rw-p 00003000 00:91 20461832                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1253.so
7f2f36de8000-7f2f36de9000 r--p 00000000 00:91 20461829                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1252.so
7f2f36de9000-7f2f36dea000 r-xp 00001000 00:91 20461829                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1252.so
7f2f36dea000-7f2f36deb000 r--p 00002000 00:91 20461829                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1252.so
7f2f36deb000-7f2f36dec000 r--p 00002000 00:91 20461829                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1252.so
7f2f36dec000-7f2f36ded000 rw-p 00003000 00:91 20461829                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1252.so
7f2f36ded000-7f2f36dee000 r--p 00000000 00:91 20461826                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7f2f36dee000-7f2f36def000 r-xp 00001000 00:91 20461826                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7f2f36def000-7f2f36df0000 r--p 00002000 00:91 20461826                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7f2f36df0000-7f2f36df1000 r--p 00002000 00:91 20461826                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7f2f36df1000-7f2f36df2000 rw-p 00003000 00:91 20461826                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7f2f36df2000-7f2f36df3000 r--p 00000000 00:91 20461824                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1250.so
7f2f36df3000-7f2f36df4000 r-xp 00001000 00:91 20461824                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1250.so
7f2f36df4000-7f2f36df5000 r--p 00002000 00:91 20461824                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1250.so
7f2f36df5000-7f2f36df6000 r--p 00002000 00:91 20461824                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1250.so
7f2f36df6000-7f2f36df7000 rw-p 00003000 00:91 20461824                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1250.so
7f2f36df7000-7f2f36df8000 r--p 00000000 00:91 20461823                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7f2f36df8000-7f2f36df9000 r-xp 00001000 00:91 20461823                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7f2f36df9000-7f2f36dfa000 r--p 00002000 00:91 20461823                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7f2f36dfa000-7f2f36dfb000 ---p 00003000 00:91 20461823                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7f2f36dfb000-7f2f36dfc000 r--p 00003000 00:91 20461823                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7f2f36dfc000-7f2f36dfd000 rw-p 00004000 00:91 20461823                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7f2f36dfd000-7f2f36dfe000 r--p 00000000 00:91 20462027                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gbk.so
7f2f36dfe000-7f2f36dff000 r-xp 00001000 00:91 20462027                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gbk.so
7f2f36dff000-7f2f36e2e000 r--p 00002000 00:91 20462027                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gbk.so
7f2f36e2e000-7f2f36e2f000 r--p 00030000 00:91 20462027                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gbk.so
7f2f36e2f000-7f2f36e30000 rw-p 00031000 00:91 20462027                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gbk.so
7f2f36e30000-7f2f36e31000 r--p 00000000 00:91 20461204                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gbk.so
7f2f36e31000-7f2f36e32000 r-xp 00001000 00:91 20461204                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gbk.so
7f2f36e32000-7f2f36e33000 r--p 00002000 00:91 20461204                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gbk.so
7f2f36e33000-7f2f36e34000 r--p 00002000 00:91 20461204                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gbk.so
7f2f36e34000-7f2f36e35000 rw-p 00003000 00:91 20461204                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gbk.so
7f2f36e35000-7f2f36e36000 r--p 00000000 00:91 20461965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/chinese.so
7f2f36e36000-7f2f36e37000 r-xp 00001000 00:91 20461965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/chinese.so
7f2f36e37000-7f2f36e63000 r--p 00002000 00:91 20461965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/chinese.so
7f2f36e63000-7f2f36e64000 r--p 0002d000 00:91 20461965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/chinese.so
7f2f36e64000-7f2f36e65000 rw-p 0002e000 00:91 20461965                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/chinese.so
7f2f36e65000-7f2f36e66000 r--p 00000000 00:91 20461913                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gb18030.so
7f2f36e66000-7f2f36e67000 r-xp 00001000 00:91 20461913                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gb18030.so
7f2f36e67000-7f2f36e92000 r--p 00002000 00:91 20461913                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gb18030.so
7f2f36e92000-7f2f36e93000 r--p 0002c000 00:91 20461913                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gb18030.so
7f2f36e93000-7f2f36e94000 rw-p 0002d000 00:91 20461913                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/gb18030.so
7f2f36e94000-7f2f36e95000 r--p 00000000 00:91 20461203                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
7f2f36e95000-7f2f36e96000 r-xp 00001000 00:91 20461203                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
7f2f36e96000-7f2f36e97000 r--p 00002000 00:91 20461203                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
7f2f36e97000-7f2f36e98000 r--p 00002000 00:91 20461203                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
7f2f36e98000-7f2f36e99000 rw-p 00003000 00:91 20461203                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
7f2f36e99000-7f2f36e9a000 r--p 00000000 00:91 20462076                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
7f2f36e9a000-7f2f36e9b000 r-xp 00001000 00:91 20462076                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
7f2f36e9b000-7f2f36ed5000 r--p 00002000 00:91 20462076                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
7f2f36ed5000-7f2f36ed6000 ---p 0003c000 00:91 20462076                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
7f2f36ed6000-7f2f36ed7000 r--p 0003c000 00:91 20462076                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
7f2f36ed7000-7f2f36ed8000 rw-p 0003d000 00:91 20462076                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
7f2f36ed8000-7f2f36ed9000 r--p 00000000 00:91 20461200                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
7f2f36ed9000-7f2f36eda000 r-xp 00001000 00:91 20461200                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
7f2f36eda000-7f2f36edb000 r--p 00002000 00:91 20461200                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
7f2f36edb000-7f2f36edc000 r--p 00002000 00:91 20461200                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
7f2f36edc000-7f2f36edd000 rw-p 00003000 00:91 20461200                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
7f2f36edd000-7f2f36ede000 r--p 00000000 00:91 20461921                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/big5.so
7f2f36ede000-7f2f36edf000 r-xp 00001000 00:91 20461921                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/big5.so
7f2f36edf000-7f2f36f6b000 r--p 00002000 00:91 20461921                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/big5.so
7f2f36f6b000-7f2f36f6c000 r--p 0008d000 00:91 20461921                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/big5.so
7f2f36f6c000-7f2f36f6d000 rw-p 0008e000 00:91 20461921                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/big5.so
7f2f36f6d000-7f2f36f6e000 r--p 00000000 00:91 20461189                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
7f2f36f6e000-7f2f36f6f000 r-xp 00001000 00:91 20461189                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
7f2f36f6f000-7f2f36f71000 r--p 00002000 00:91 20461189                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
7f2f36f71000-7f2f36f72000 r--p 00003000 00:91 20461189                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
7f2f36f72000-7f2f36f73000 rw-p 00004000 00:91 20461189                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
7f2f36f73000-7f2f36f74000 r--p 00000000 00:91 20461793                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7f2f36f74000-7f2f36f75000 r-xp 00001000 00:91 20461793                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7f2f36f75000-7f2f36f76000 r--p 00002000 00:91 20461793                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7f2f36f76000-7f2f36f77000 r--p 00002000 00:91 20461793                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7f2f36f77000-7f2f36f78000 rw-p 00003000 00:91 20461793                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7f2f36f78000-7f2f36f79000 r--p 00000000 00:91 20461785                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7f2f36f79000-7f2f36f7a000 r-xp 00001000 00:91 20461785                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7f2f36f7a000-7f2f36f7b000 r--p 00002000 00:91 20461785                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7f2f36f7b000-7f2f36f7c000 r--p 00002000 00:91 20461785                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7f2f36f7c000-7f2f36f7d000 rw-p 00003000 00:91 20461785                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7f2f36f7d000-7f2f36f7e000 r--p 00000000 00:91 20461763                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
7f2f36f7e000-7f2f36f7f000 r-xp 00001000 00:91 20461763                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
7f2f36f7f000-7f2f36f80000 r--p 00002000 00:91 20461763                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
7f2f36f80000-7f2f36f81000 r--p 00002000 00:91 20461763                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
7f2f36f81000-7f2f36f82000 rw-p 00003000 00:91 20461763                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
7f2f36f82000-7f2f36f83000 r--p 00000000 00:91 20461754                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7f2f36f83000-7f2f36f84000 r-xp 00001000 00:91 20461754                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7f2f36f84000-7f2f36f85000 r--p 00002000 00:91 20461754                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7f2f36f85000-7f2f36f86000 r--p 00002000 00:91 20461754                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7f2f36f86000-7f2f36f87000 rw-p 00003000 00:91 20461754                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7f2f36f87000-7f2f36f88000 r--p 00000000 00:91 20461751                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7f2f36f88000-7f2f36f89000 r-xp 00001000 00:91 20461751                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7f2f36f89000-7f2f36f8a000 r--p 00002000 00:91 20461751                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7f2f36f8a000-7f2f36f8b000 r--p 00002000 00:91 20461751                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7f2f36f8b000-7f2f36f8c000 rw-p 00003000 00:91 20461751                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7f2f36f8c000-7f2f36f8d000 r--p 00000000 00:91 20461739                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
7f2f36f8d000-7f2f36f8e000 r-xp 00001000 00:91 20461739                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
7f2f36f8e000-7f2f36f8f000 r--p 00002000 00:91 20461739                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
7f2f36f8f000-7f2f36f90000 r--p 00002000 00:91 20461739                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
7f2f36f90000-7f2f36f91000 rw-p 00003000 00:91 20461739                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
7f2f36f91000-7f2f36f92000 r--p 00000000 00:91 20461741                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7f2f36f92000-7f2f36f93000 r-xp 00001000 00:91 20461741                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7f2f36f93000-7f2f36f94000 r--p 00002000 00:91 20461741                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7f2f36f94000-7f2f36f95000 r--p 00002000 00:91 20461741                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7f2f36f95000-7f2f36f96000 rw-p 00003000 00:91 20461741                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7f2f36f96000-7f2f36f97000 r--p 00000000 00:91 20461732                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7f2f36f97000-7f2f36f98000 r-xp 00001000 00:91 20461732                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7f2f36f98000-7f2f36f99000 r--p 00002000 00:91 20461732                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7f2f36f99000-7f2f36f9a000 r--p 00002000 00:91 20461732                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7f2f36f9a000-7f2f36f9b000 rw-p 00003000 00:91 20461732                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7f2f36f9b000-7f2f36f9c000 r--p 00000000 00:91 20461715                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
7f2f36f9c000-7f2f36f9d000 r-xp 00001000 00:91 20461715                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
7f2f36f9d000-7f2f36f9e000 r--p 00002000 00:91 20461715                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
7f2f36f9e000-7f2f36f9f000 r--p 00002000 00:91 20461715                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
7f2f36f9f000-7f2f36fa0000 rw-p 00003000 00:91 20461715                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
7f2f36fa0000-7f2f371f0000 rw-p 00000000 00:00 0 
7f2f371f0000-7f2f371f1000 r--p 00000000 00:91 20461619                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7f2f371f1000-7f2f371f2000 r-xp 00001000 00:91 20461619                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7f2f371f2000-7f2f371f3000 r--p 00002000 00:91 20461619                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7f2f371f3000-7f2f371f4000 r--p 00002000 00:91 20461619                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7f2f371f4000-7f2f371f5000 rw-p 00003000 00:91 20461619                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7f2f371f5000-7f2f371f6000 r--p 00000000 00:91 20461595                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
7f2f371f6000-7f2f371f7000 r-xp 00001000 00:91 20461595                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
7f2f371f7000-7f2f371f8000 r--p 00002000 00:91 20461595                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
7f2f371f8000-7f2f371f9000 r--p 00002000 00:91 20461595                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
7f2f371f9000-7f2f371fa000 rw-p 00003000 00:91 20461595                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
7f2f371fa000-7f2f371fb000 ---p 00000000 00:00 0 
7f2f371fb000-7f2f3721b000 rw-p 00000000 00:00 0 
7f2f3721b000-7f2f3721c000 ---p 00000000 00:00 0 
7f2f3721c000-7f2f3723c000 rw-p 00000000 00:00 0 
7f2f3723c000-7f2f3723d000 ---p 00000000 00:00 0 
7f2f3723d000-7f2f3725d000 rw-p 00000000 00:00 0 
7f2f3725d000-7f2f3725e000 ---p 00000000 00:00 0 
7f2f3725e000-7f2f3727e000 rw-p 00000000 00:00 0 
7f2f3727e000-7f2f3727f000 ---p 00000000 00:00 0 
7f2f3727f000-7f2f3729f000 rw-p 00000000 00:00 0 
7f2f3729f000-7f2f372a0000 ---p 00000000 00:00 0 
7f2f372a0000-7f2f372c0000 rw-p 00000000 00:00 0 
7f2f372c0000-7f2f372c1000 ---p 00000000 00:00 0 
7f2f372c1000-7f2f372e1000 rw-p 00000000 00:00 0 
7f2f372e1000-7f2f372e4000 r--p 00000000 00:91 20462075                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7f2f372e4000-7f2f372e5000 r-xp 00003000 00:91 20462075                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7f2f372e5000-7f2f372f9000 r--p 00004000 00:91 20462075                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7f2f372f9000-7f2f372fe000 r--p 00017000 00:91 20462075                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7f2f372fe000-7f2f372ff000 rw-p 0001c000 00:91 20462075                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7f2f372ff000-7f2f37300000 ---p 00000000 00:00 0 
7f2f37300000-7f2f373d0000 rw-p 00000000 00:00 0 
7f2f373d1000-7f2f373d2000 r--p 00000000 00:91 20461577                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7f2f373d2000-7f2f373d3000 r-xp 00001000 00:91 20461577                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7f2f373d3000-7f2f373d4000 r--p 00002000 00:91 20461577                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7f2f373d4000-7f2f373d5000 r--p 00002000 00:91 20461577                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7f2f373d5000-7f2f373d6000 rw-p 00003000 00:91 20461577                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7f2f373d6000-7f2f373d7000 r--p 00000000 00:91 20461572                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7f2f373d7000-7f2f373d8000 r-xp 00001000 00:91 20461572                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7f2f373d8000-7f2f373d9000 r--p 00002000 00:91 20461572                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7f2f373d9000-7f2f373da000 r--p 00002000 00:91 20461572                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7f2f373da000-7f2f373db000 rw-p 00003000 00:91 20461572                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7f2f373db000-7f2f373dc000 r--p 00000000 00:91 20461389                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7f2f373dc000-7f2f373dd000 r-xp 00001000 00:91 20461389                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7f2f373dd000-7f2f373de000 r--p 00002000 00:91 20461389                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7f2f373de000-7f2f373df000 r--p 00002000 00:91 20461389                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7f2f373df000-7f2f373e0000 rw-p 00003000 00:91 20461389                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7f2f373e0000-7f2f373f0000 rw-p 00000000 00:00 0 
7f2f373f0000-7f2f37400000 rw-p 00000000 00:00 0 
7f2f37401000-7f2f37403000 r--p 00000000 00:91 20465755                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
7f2f37403000-7f2f37405000 r-xp 00002000 00:91 20465755                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
7f2f37405000-7f2f37406000 r--p 00004000 00:91 20465755                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
7f2f37406000-7f2f37407000 r--p 00004000 00:91 20465755                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
7f2f37407000-7f2f37408000 rw-p 00005000 00:91 20465755                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
7f2f37408000-7f2f37409000 r--p 00000000 00:91 20462074                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2f37409000-7f2f3740a000 r-xp 00001000 00:91 20462074                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2f3740a000-7f2f3742e000 r--p 00002000 00:91 20462074                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2f3742e000-7f2f3742f000 r--p 00025000 00:91 20462074                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2f3742f000-7f2f37430000 rw-p 00026000 00:91 20462074                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2f37430000-7f2f37431000 r--p 00000000 00:91 20461819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7f2f37431000-7f2f37432000 r-xp 00001000 00:91 20461819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7f2f37432000-7f2f37433000 r--p 00002000 00:91 20461819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7f2f37433000-7f2f37434000 r--p 00002000 00:91 20461819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7f2f37434000-7f2f37435000 rw-p 00003000 00:91 20461819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7f2f37435000-7f2f37436000 r--p 00000000 00:91 20462077                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2f37436000-7f2f37438000 r-xp 00001000 00:91 20462077                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2f37438000-7f2f37439000 r--p 00003000 00:91 20462077                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2f37439000-7f2f3743a000 ---p 00004000 00:91 20462077                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2f3743a000-7f2f3743b000 r--p 00004000 00:91 20462077                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2f3743b000-7f2f3743c000 rw-p 00005000 00:91 20462077                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2f3743c000-7f2f37449000 r--p 00000000 00:91 20465695                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/nkf.so
7f2f37449000-7f2f37457000 r-xp 0000d000 00:91 20465695                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/nkf.so
7f2f37457000-7f2f37485000 r--p 0001b000 00:91 20465695                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/nkf.so
7f2f37485000-7f2f37486000 ---p 00049000 00:91 20465695                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/nkf.so
7f2f37486000-7f2f3748d000 r--p 00049000 00:91 20465695                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/nkf.so
7f2f3748d000-7f2f3748e000 rw-p 00050000 00:91 20465695                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/nkf.so
7f2f3748e000-7f2f37630000 rw-p 00000000 00:00 0 
7f2f37632000-7f2f37633000 r--p 00000000 00:91 20461809                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
7f2f37633000-7f2f37634000 r-xp 00001000 00:91 20461809                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
7f2f37634000-7f2f37635000 r--p 00002000 00:91 20461809                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
7f2f37635000-7f2f37636000 r--p 00002000 00:91 20461809                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
7f2f37636000-7f2f37637000 rw-p 00003000 00:91 20461809                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
7f2f37637000-7f2f3763e000 r--p 00000000 00:91 20466534                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7f2f3763e000-7f2f37663000 r-xp 00007000 00:91 20466534                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7f2f37663000-7f2f3767d000 r--p 0002c000 00:91 20466534                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7f2f3767d000-7f2f3767f000 r--p 00045000 00:91 20466534                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7f2f3767f000-7f2f37680000 rw-p 00047000 00:91 20466534                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7f2f37680000-7f2f377b0000 rw-p 00000000 00:00 0 
7f2f377b2000-7f2f377b4000 r--p 00000000 00:91 20466509                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7f2f377b4000-7f2f377bb000 r-xp 00002000 00:91 20466509                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7f2f377bb000-7f2f377bd000 r--p 00009000 00:91 20466509                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7f2f377bd000-7f2f377be000 r--p 0000a000 00:91 20466509                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7f2f377be000-7f2f377bf000 rw-p 0000b000 00:91 20466509                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7f2f377bf000-7f2f377c2000 r--p 00000000 00:91 20465225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/bigdecimal.so
7f2f377c2000-7f2f377da000 r-xp 00003000 00:91 20465225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/bigdecimal.so
7f2f377da000-7f2f377de000 r--p 0001b000 00:91 20465225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/bigdecimal.so
7f2f377de000-7f2f377df000 r--p 0001e000 00:91 20465225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/bigdecimal.so
7f2f377df000-7f2f377e0000 rw-p 0001f000 00:91 20465225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/bigdecimal.so
7f2f377e0000-7f2f377f0000 rw-p 00000000 00:00 0 
7f2f377f0000-7f2f377f1000 r--p 00000000 00:91 20461805                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7f2f377f1000-7f2f377f2000 r-xp 00001000 00:91 20461805                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7f2f377f2000-7f2f377f3000 r--p 00002000 00:91 20461805                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7f2f377f3000-7f2f377f4000 ---p 00003000 00:91 20461805                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7f2f377f4000-7f2f377f5000 r--p 00003000 00:91 20461805                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7f2f377f5000-7f2f377f6000 rw-p 00004000 00:91 20461805                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7f2f377f6000-7f2f377f8000 r--p 00000000 00:91 20466526                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7f2f377f8000-7f2f377fc000 r-xp 00002000 00:91 20466526                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7f2f377fc000-7f2f377fd000 r--p 00006000 00:91 20466526                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7f2f377fd000-7f2f377fe000 r--p 00006000 00:91 20466526                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7f2f377fe000-7f2f377ff000 rw-p 00007000 00:91 20466526                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7f2f377ff000-7f2f37800000 ---p 00000000 00:00 0 
7f2f37800000-7f2f38000000 rw-p 00000000 00:00 0 
7f2f38000000-7f2f384c1000 rw-p 00000000 00:00 0 
7f2f384c1000-7f2f3c000000 ---p 00000000 00:00 0 
7f2f3c000000-7f2f3c028000 rw-p 00000000 00:00 0 
7f2f3c028000-7f2f40000000 ---p 00000000 00:00 0 
7f2f40000000-7f2f40632000 rw-p 00000000 00:00 0 
7f2f40632000-7f2f44000000 ---p 00000000 00:00 0 
7f2f44001000-7f2f44002000 r--p 00000000 00:91 20461226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7f2f44002000-7f2f44003000 r-xp 00001000 00:91 20461226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7f2f44003000-7f2f44004000 r--p 00002000 00:91 20461226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7f2f44004000-7f2f44005000 r--p 00002000 00:91 20461226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7f2f44005000-7f2f44006000 rw-p 00003000 00:91 20461226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7f2f44006000-7f2f44008000 r--p 00000000 00:91 20466304                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7f2f44008000-7f2f4400c000 r-xp 00002000 00:91 20466304                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7f2f4400c000-7f2f4400e000 r--p 00006000 00:91 20466304                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7f2f4400e000-7f2f4400f000 r--p 00007000 00:91 20466304                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7f2f4400f000-7f2f44010000 rw-p 00008000 00:91 20466304                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7f2f44010000-7f2f44020000 rw-p 00000000 00:00 0 
7f2f44020000-7f2f44021000 r--p 00000000 00:91 20465347                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7f2f44021000-7f2f44022000 r-xp 00001000 00:91 20465347                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7f2f44022000-7f2f44023000 r--p 00002000 00:91 20465347                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7f2f44023000-7f2f44024000 r--p 00002000 00:91 20465347                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7f2f44024000-7f2f44025000 rw-p 00003000 00:91 20465347                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7f2f44025000-7f2f44026000 r--p 00000000 00:91 20461798                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_u.so
7f2f44026000-7f2f44027000 r-xp 00001000 00:91 20461798                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_u.so
7f2f44027000-7f2f44028000 r--p 00002000 00:91 20461798                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_u.so
7f2f44028000-7f2f44029000 r--p 00002000 00:91 20461798                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_u.so
7f2f44029000-7f2f4402a000 rw-p 00003000 00:91 20461798                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_u.so
7f2f4402a000-7f2f4402b000 r--p 00000000 00:91 20461797                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_r.so
7f2f4402b000-7f2f4402c000 r-xp 00001000 00:91 20461797                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_r.so
7f2f4402c000-7f2f4402d000 r--p 00002000 00:91 20461797                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_r.so
7f2f4402d000-7f2f4402e000 r--p 00002000 00:91 20461797                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_r.so
7f2f4402e000-7f2f4402f000 rw-p 00003000 00:91 20461797                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/koi8_r.so
7f2f4402f000-7f2f44030000 ---p 00000000 00:00 0 
7f2f44030000-7f2f440a0000 rw-p 00000000 00:00 0 
7f2f440a0000-7f2f440a3000 r--p 00000000 00:91 20465374                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7f2f440a3000-7f2f440d2000 r-xp 00003000 00:91 20465374                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7f2f440d2000-7f2f440db000 r--p 00032000 00:91 20465374                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7f2f440db000-7f2f440dc000 r--p 0003a000 00:91 20465374                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7f2f440dc000-7f2f440dd000 rw-p 0003b000 00:91 20465374                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7f2f440dd000-7f2f440de000 rw-p 00000000 00:00 0 
7f2f440de000-7f2f440e0000 r--p 00000000 00:91 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2f440e0000-7f2f440f9000 r-xp 00002000 00:91 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2f440f9000-7f2f440fd000 r--p 0001b000 00:91 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2f440fd000-7f2f440fe000 r--p 0001e000 00:91 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2f440fe000-7f2f440ff000 rw-p 0001f000 00:91 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2f440ff000-7f2f44100000 ---p 00000000 00:00 0 
7f2f44100000-7f2f44910000 rw-p 00000000 00:00 0 
7f2f44911000-7f2f44914000 r--p 00000000 00:91 20465932                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7f2f44914000-7f2f44918000 r-xp 00003000 00:91 20465932                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7f2f44918000-7f2f44919000 r--p 00007000 00:91 20465932                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7f2f44919000-7f2f4491a000 ---p 00008000 00:91 20465932                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7f2f4491a000-7f2f4491b000 r--p 00008000 00:91 20465932                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7f2f4491b000-7f2f4491c000 rw-p 00009000 00:91 20465932                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7f2f4491c000-7f2f4491f000 r--p 00000000 00:91 20466326                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7f2f4491f000-7f2f4492b000 r-xp 00003000 00:91 20466326                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7f2f4492b000-7f2f4492e000 r--p 0000f000 00:91 20466326                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7f2f4492e000-7f2f4492f000 r--p 00011000 00:91 20466326                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7f2f4492f000-7f2f44930000 rw-p 00012000 00:91 20466326                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7f2f44930000-7f2f449b0000 rw-p 00000000 00:00 0 
7f2f449b4000-7f2f449b5000 r--p 00000000 00:91 20461806                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7f2f449b5000-7f2f449b6000 r-xp 00001000 00:91 20461806                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7f2f449b6000-7f2f449b7000 r--p 00002000 00:91 20461806                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7f2f449b7000-7f2f449b8000 r--p 00002000 00:91 20461806                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7f2f449b8000-7f2f449b9000 rw-p 00003000 00:91 20461806                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7f2f449b9000-7f2f449ba000 r--p 00000000 00:91 20465211                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
7f2f449ba000-7f2f449bc000 r-xp 00001000 00:91 20465211                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
7f2f449bc000-7f2f449bd000 r--p 00003000 00:91 20465211                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
7f2f449bd000-7f2f449be000 r--p 00003000 00:91 20465211                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
7f2f449be000-7f2f449bf000 rw-p 00004000 00:91 20465211                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
7f2f449bf000-7f2f449c3000 r--p 00000000 00:91 20465504                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fiddle.so
7f2f449c3000-7f2f449cb000 r-xp 00004000 00:91 20465504                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fiddle.so
7f2f449cb000-7f2f449ce000 r--p 0000c000 00:91 20465504                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fiddle.so
7f2f449ce000-7f2f449cf000 r--p 0000e000 00:91 20465504                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fiddle.so
7f2f449cf000-7f2f449d0000 rw-p 0000f000 00:91 20465504                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/fiddle.so
7f2f449d0000-7f2f449e0000 rw-p 00000000 00:00 0 
7f2f449e2000-7f2f449e4000 r--p 00000000 00:91 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2f449e4000-7f2f449eb000 r-xp 00002000 00:91 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2f449eb000-7f2f449ec000 r--p 00009000 00:91 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2f449ec000-7f2f449ed000 ---p 0000a000 00:91 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2f449ed000-7f2f449ee000 r--p 0000a000 00:91 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2f449ee000-7f2f449ef000 rw-p 0000b000 00:91 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2f449ef000-7f2f449f0000 ---p 00000000 00:00 0 
7f2f449f0000-7f2f44a10000 rw-p 00000000 00:00 0 
7f2f44a10000-7f2f44a11000 ---p 00000000 00:00 0 
7f2f44a11000-7f2f44a31000 rw-p 00000000 00:00 0 
7f2f44a31000-7f2f44a32000 r--p 00000000 00:91 20462067                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2f44a32000-7f2f44a33000 r-xp 00001000 00:91 20462067                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2f44a33000-7f2f44a89000 r--p 00002000 00:91 20462067                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2f44a89000-7f2f44a8a000 r--p 00057000 00:91 20462067                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2f44a8a000-7f2f44a8b000 rw-p 00058000 00:91 20462067                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2f44a8b000-7f2f44a8c000 ---p 00000000 00:00 0 
7f2f44a8c000-7f2f44aac000 rw-p 00000000 00:00 0 
7f2f44aac000-7f2f44ab3000 r--p 00000000 00:91 20466117                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7f2f44ab3000-7f2f44ad6000 r-xp 00007000 00:91 20466117                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7f2f44ad6000-7f2f44ade000 r--p 0002a000 00:91 20466117                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7f2f44ade000-7f2f44adf000 r--p 00031000 00:91 20466117                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7f2f44adf000-7f2f44ae0000 rw-p 00032000 00:91 20466117                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7f2f44ae0000-7f2f44af0000 rw-p 00000000 00:00 0 
7f2f44af0000-7f2f44af1000 r--p 00000000 00:91 20461807                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7f2f44af1000-7f2f44af2000 r-xp 00001000 00:91 20461807                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7f2f44af2000-7f2f44af3000 r--p 00002000 00:91 20461807                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7f2f44af3000-7f2f44af4000 r--p 00002000 00:91 20461807                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7f2f44af4000-7f2f44af5000 rw-p 00003000 00:91 20461807                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7f2f44af5000-7f2f44af6000 r--p 00000000 00:91 20461199                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7f2f44af6000-7f2f44af7000 r-xp 00001000 00:91 20461199                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7f2f44af7000-7f2f44af8000 r--p 00002000 00:91 20461199                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7f2f44af8000-7f2f44af9000 ---p 00003000 00:91 20461199                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7f2f44af9000-7f2f44afa000 r--p 00003000 00:91 20461199                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7f2f44afa000-7f2f44afb000 rw-p 00004000 00:91 20461199                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7f2f44afb000-7f2f44afc000 r--p 00000000 00:91 20465422                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7f2f44afc000-7f2f44afd000 r-xp 00001000 00:91 20465422                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7f2f44afd000-7f2f44afe000 r--p 00002000 00:91 20465422                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7f2f44afe000-7f2f44aff000 r--p 00002000 00:91 20465422                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7f2f44aff000-7f2f44b00000 rw-p 00003000 00:91 20465422                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7f2f44b00000-7f2f44bd0000 rw-p 00000000 00:00 0 
7f2f44bd4000-7f2f44c86000 r--p 00000000 00:91 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2f44c86000-7f2f44ee4000 r-xp 000b2000 00:91 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2f44ee4000-7f2f44fb6000 r--p 00310000 00:91 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2f44fb6000-7f2f45011000 r--p 003e1000 00:91 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2f45011000-7f2f45014000 rw-p 0043c000 00:91 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2f45014000-7f2f45017000 rw-p 00000000 00:00 0 
7f2f45017000-7f2f45035000 r--p 00000000 00:91 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2f45035000-7f2f45090000 r-xp 0001e000 00:91 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2f45090000-7f2f450ad000 r--p 00079000 00:91 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2f450ad000-7f2f450b7000 r--p 00095000 00:91 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2f450b7000-7f2f450bb000 rw-p 0009f000 00:91 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2f450bb000-7f2f450d0000 r--p 00000000 00:91 20466101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7f2f450d0000-7f2f45108000 r-xp 00015000 00:91 20466101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7f2f45108000-7f2f4511a000 r--p 0004d000 00:91 20466101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7f2f4511a000-7f2f4511b000 ---p 0005f000 00:91 20466101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7f2f4511b000-7f2f4511d000 r--p 0005f000 00:91 20466101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7f2f4511d000-7f2f4511f000 rw-p 00061000 00:91 20466101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7f2f4511f000-7f2f452a0000 rw-p 00000000 00:00 0 
7f2f452a4000-7f2f452a6000 r--p 00000000 00:91 20465332                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7f2f452a6000-7f2f452a8000 r-xp 00002000 00:91 20465332                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7f2f452a8000-7f2f452a9000 r--p 00004000 00:91 20465332                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7f2f452a9000-7f2f452aa000 r--p 00004000 00:91 20465332                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7f2f452aa000-7f2f452ab000 rw-p 00005000 00:91 20465332                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7f2f452ab000-7f2f452ac000 r--p 00000000 00:91 20465641                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7f2f452ac000-7f2f452ad000 r-xp 00001000 00:91 20465641                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7f2f452ad000-7f2f452ae000 r--p 00002000 00:91 20465641                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7f2f452ae000-7f2f452af000 r--p 00002000 00:91 20465641                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7f2f452af000-7f2f452b0000 rw-p 00003000 00:91 20465641                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7f2f452b0000-7f2f454a0000 rw-p 00000000 00:00 0 
7f2f454a4000-7f2f454a6000 r--p 00000000 00:91 20465429                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7f2f454a6000-7f2f454ab000 r-xp 00002000 00:91 20465429                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7f2f454ab000-7f2f454ac000 r--p 00007000 00:91 20465429                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7f2f454ac000-7f2f454ad000 ---p 00008000 00:91 20465429                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7f2f454ad000-7f2f454ae000 r--p 00008000 00:91 20465429                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7f2f454ae000-7f2f454af000 rw-p 00009000 00:91 20465429                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7f2f454af000-7f2f454b0000 ---p 00000000 00:00 0 
7f2f454b0000-7f2f454f1000 rw-p 00000000 00:00 0 
7f2f454f1000-7f2f454f2000 ---p 00000000 00:00 0 
7f2f454f2000-7f2f45533000 rw-p 00000000 00:00 0 
7f2f45533000-7f2f45534000 ---p 00000000 00:00 0 
7f2f45534000-7f2f45575000 rw-p 00000000 00:00 0 
7f2f45575000-7f2f45576000 ---p 00000000 00:00 0 
7f2f45576000-7f2f455b7000 rw-p 00000000 00:00 0 
7f2f455b7000-7f2f455b8000 ---p 00000000 00:00 0 
7f2f455b8000-7f2f455f9000 rw-p 00000000 00:00 0 
7f2f455f9000-7f2f455fa000 ---p 00000000 00:00 0 
7f2f455fa000-7f2f4563b000 rw-p 00000000 00:00 0 
7f2f4563b000-7f2f4563c000 ---p 00000000 00:00 0 
7f2f4563c000-7f2f4567d000 rw-p 00000000 00:00 0 
7f2f4567d000-7f2f4567e000 ---p 00000000 00:00 0 
7f2f4567e000-7f2f456bf000 rw-p 00000000 00:00 0 
7f2f456bf000-7f2f456c0000 ---p 00000000 00:00 0 
7f2f456c0000-7f2f45701000 rw-p 00000000 00:00 0 
7f2f45701000-7f2f45702000 ---p 00000000 00:00 0 
7f2f45702000-7f2f45743000 rw-p 00000000 00:00 0 
7f2f45743000-7f2f45744000 ---p 00000000 00:00 0 
7f2f45744000-7f2f45785000 rw-p 00000000 00:00 0 
7f2f45785000-7f2f45786000 ---p 00000000 00:00 0 
7f2f45786000-7f2f457c7000 rw-p 00000000 00:00 0 
7f2f457c7000-7f2f457c8000 ---p 00000000 00:00 0 
7f2f457c8000-7f2f45809000 rw-p 00000000 00:00 0 
7f2f45809000-7f2f4580a000 ---p 00000000 00:00 0 
7f2f4580a000-7f2f4584b000 rw-p 00000000 00:00 0 
7f2f4584b000-7f2f4584c000 ---p 00000000 00:00 0 
7f2f4584c000-7f2f4588d000 rw-p 00000000 00:00 0 
7f2f4588d000-7f2f4588e000 ---p 00000000 00:00 0 
7f2f4588e000-7f2f458cf000 rw-p 00000000 00:00 0 
7f2f458cf000-7f2f458d0000 ---p 00000000 00:00 0 
7f2f458d0000-7f2f45911000 rw-p 00000000 00:00 0 
7f2f45911000-7f2f45912000 ---p 00000000 00:00 0 
7f2f45912000-7f2f45953000 rw-p 00000000 00:00 0 
7f2f45953000-7f2f45954000 ---p 00000000 00:00 0 
7f2f45954000-7f2f45995000 rw-p 00000000 00:00 0 
7f2f45995000-7f2f45996000 ---p 00000000 00:00 0 
7f2f45996000-7f2f459d7000 rw-p 00000000 00:00 0 
7f2f459d7000-7f2f459d8000 ---p 00000000 00:00 0 
7f2f459d8000-7f2f45a19000 rw-p 00000000 00:00 0 
7f2f45a19000-7f2f45a1a000 ---p 00000000 00:00 0 
7f2f45a1a000-7f2f45a5b000 rw-p 00000000 00:00 0 
7f2f45a5b000-7f2f45a5c000 ---p 00000000 00:00 0 
7f2f45a5c000-7f2f45a9d000 rw-p 00000000 00:00 0 
7f2f45a9d000-7f2f45a9e000 ---p 00000000 00:00 0 
7f2f45a9e000-7f2f45adf000 rw-p 00000000 00:00 0 
7f2f45adf000-7f2f45ae0000 ---p 00000000 00:00 0 
7f2f45ae0000-7f2f45b21000 rw-p 00000000 00:00 0 
7f2f45b21000-7f2f45b22000 ---p 00000000 00:00 0 
7f2f45b22000-7f2f45b63000 rw-p 00000000 00:00 0 
7f2f45b63000-7f2f45b64000 ---p 00000000 00:00 0 
7f2f45b64000-7f2f45ba5000 rw-p 00000000 00:00 0 
7f2f45ba5000-7f2f45ba6000 ---p 00000000 00:00 0 
7f2f45ba6000-7f2f45be7000 rw-p 00000000 00:00 0 
7f2f45be7000-7f2f45be8000 ---p 00000000 00:00 0 
7f2f45be8000-7f2f45c29000 rw-p 00000000 00:00 0 
7f2f45c29000-7f2f45c2a000 ---p 00000000 00:00 0 
7f2f45c2a000-7f2f45c6b000 rw-p 00000000 00:00 0 
7f2f45c6b000-7f2f45c6c000 ---p 00000000 00:00 0 
7f2f45c6c000-7f2f45cad000 rw-p 00000000 00:00 0 
7f2f45cad000-7f2f45cae000 ---p 00000000 00:00 0 
7f2f45cae000-7f2f45cef000 rw-p 00000000 00:00 0 
7f2f45cef000-7f2f45cf0000 ---p 00000000 00:00 0 
7f2f45cf0000-7f2f46540000 rw-p 00000000 00:00 0 
7f2f46540000-7f2f46542000 r--p 00000000 00:91 20465360                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7f2f46542000-7f2f46545000 r-xp 00002000 00:91 20465360                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7f2f46545000-7f2f46547000 r--p 00005000 00:91 20465360                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7f2f46547000-7f2f46548000 r--p 00006000 00:91 20465360                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7f2f46548000-7f2f46549000 rw-p 00007000 00:91 20465360                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7f2f46549000-7f2f4654a000 r--p 00000000 00:91 20465893                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7f2f4654a000-7f2f4654c000 r-xp 00001000 00:91 20465893                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7f2f4654c000-7f2f4654d000 r--p 00003000 00:91 20465893                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7f2f4654d000-7f2f4654e000 r--p 00003000 00:91 20465893                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7f2f4654e000-7f2f4654f000 rw-p 00004000 00:91 20465893                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7f2f4654f000-7f2f5f94f000 rw-p 00000000 00:00 0 
7f2f5f950000-7f2f5f951000 r--p 00000000 00:91 20465503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7f2f5f951000-7f2f5f952000 r-xp 00001000 00:91 20465503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7f2f5f952000-7f2f5f953000 r--p 00002000 00:91 20465503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7f2f5f953000-7f2f5f954000 r--p 00002000 00:91 20465503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7f2f5f954000-7f2f5f955000 rw-p 00003000 00:91 20465503                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7f2f5f955000-7f2f5f957000 r--p 00000000 00:91 20466123                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7f2f5f957000-7f2f5f95c000 r-xp 00002000 00:91 20466123                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7f2f5f95c000-7f2f5f95e000 r--p 00007000 00:91 20466123                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7f2f5f95e000-7f2f5f95f000 r--p 00008000 00:91 20466123                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7f2f5f95f000-7f2f5f960000 rw-p 00009000 00:91 20466123                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7f2f5f960000-7f2f5f9a0000 rw-p 00000000 00:00 0 
7f2f5f9a4000-7f2f5f9a6000 r--p 00000000 00:91 20465690                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pathname.so
7f2f5f9a6000-7f2f5f9ac000 r-xp 00002000 00:91 20465690                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pathname.so
7f2f5f9ac000-7f2f5f9ae000 r--p 00008000 00:91 20465690                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pathname.so
7f2f5f9ae000-7f2f5f9af000 r--p 00009000 00:91 20465690                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pathname.so
7f2f5f9af000-7f2f5f9b0000 rw-p 0000a000 00:91 20465690                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pathname.so
7f2f5f9b0000-7f2f5f9c0000 rw-p 00000000 00:00 0 
7f2f5f9c3000-7f2f5f9c4000 r--p 00000000 00:91 20461920                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7f2f5f9c4000-7f2f5f9c5000 r-xp 00001000 00:91 20461920                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7f2f5f9c5000-7f2f5f9c6000 r--p 00002000 00:91 20461920                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7f2f5f9c6000-7f2f5f9c7000 r--p 00002000 00:91 20461920                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7f2f5f9c7000-7f2f5f9c8000 rw-p 00003000 00:91 20461920                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7f2f5f9c8000-7f2f5f9c9000 r--p 00000000 00:91 20461192                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7f2f5f9c9000-7f2f5f9ca000 r-xp 00001000 00:91 20461192                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7f2f5f9ca000-7f2f5f9cb000 r--p 00002000 00:91 20461192                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7f2f5f9cb000-7f2f5f9cc000 r--p 00002000 00:91 20461192                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7f2f5f9cc000-7f2f5f9cd000 rw-p 00003000 00:91 20461192                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7f2f5f9cd000-7f2f5fad0000 rw-p 00000000 00:00 0 
7f2f5fad0000-7f2f5fad3000 r--p 00000000 00:91 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2f5fad3000-7f2f5faea000 r-xp 00003000 00:91 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2f5faea000-7f2f5faee000 r--p 0001a000 00:91 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2f5faee000-7f2f5faef000 r--p 0001d000 00:91 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2f5faef000-7f2f5faf0000 rw-p 0001e000 00:91 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2f5faf0000-7f2f5fafe000 r--p 00000000 00:91 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2f5fafe000-7f2f5fb7a000 r-xp 0000e000 00:91 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2f5fb7a000-7f2f5fbd5000 r--p 0008a000 00:91 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2f5fbd5000-7f2f5fbd6000 r--p 000e4000 00:91 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2f5fbd6000-7f2f5fbd7000 rw-p 000e5000 00:91 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2f5fbd7000-7f2f5fbd9000 rw-p 00000000 00:00 0 
7f2f5fbd9000-7f2f5fbdb000 r--p 00000000 00:91 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2f5fbdb000-7f2f5fbef000 r-xp 00002000 00:91 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2f5fbef000-7f2f5fc08000 r--p 00016000 00:91 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2f5fc08000-7f2f5fc09000 ---p 0002f000 00:91 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2f5fc09000-7f2f5fc0a000 r--p 0002f000 00:91 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2f5fc0a000-7f2f5fc0b000 rw-p 00030000 00:91 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2f5fc0b000-7f2f5fc13000 rw-p 00000000 00:00 0 
7f2f5fc13000-7f2f5fc1d000 r--p 00000000 00:91 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2f5fc1d000-7f2f5fc7c000 r-xp 0000a000 00:91 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2f5fc7c000-7f2f5fc93000 r--p 00069000 00:91 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2f5fc93000-7f2f5fc94000 r--p 0007f000 00:91 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2f5fc94000-7f2f5fc95000 rw-p 00080000 00:91 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2f5fc95000-7f2f5fc97000 r--p 00000000 00:91 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2f5fc97000-7f2f5fca8000 r-xp 00002000 00:91 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2f5fca8000-7f2f5fcae000 r--p 00013000 00:91 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2f5fcae000-7f2f5fcaf000 ---p 00019000 00:91 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2f5fcaf000-7f2f5fcb0000 r--p 00019000 00:91 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2f5fcb0000-7f2f5fcb1000 rw-p 0001a000 00:91 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2f5fcb1000-7f2f5fcd9000 r--p 00000000 00:91 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2f5fcd9000-7f2f5fe6e000 r-xp 00028000 00:91 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2f5fe6e000-7f2f5fec6000 r--p 001bd000 00:91 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2f5fec6000-7f2f5feca000 r--p 00214000 00:91 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2f5feca000-7f2f5fecc000 rw-p 00218000 00:91 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2f5fecc000-7f2f5fed9000 rw-p 00000000 00:00 0 
7f2f5fedd000-7f2f5ff26000 r--p 00000000 00:91 20225631                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3.0
7f2f5ff26000-7f2f60300000 r-xp 00049000 00:91 20225631                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3.0
7f2f60300000-7f2f60481000 r--p 00423000 00:91 20225631                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3.0
7f2f60481000-7f2f60482000 ---p 005a4000 00:91 20225631                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3.0
7f2f60482000-7f2f60498000 r--p 005a4000 00:91 20225631                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3.0
7f2f60498000-7f2f6049c000 rw-p 005ba000 00:91 20225631                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.3.3.0
7f2f6049c000-7f2f604b3000 rw-p 00000000 00:00 0 
7f2f604b3000-7f2f604b5000 r--p 00000000 00:91 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f2f604b5000-7f2f604df000 r-xp 00002000 00:91 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f2f604df000-7f2f604ea000 r--p 0002c000 00:91 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f2f604ea000-7f2f604eb000 rwxp 00000000 00:00 0 
7f2f604eb000-7f2f604ed000 r--p 00037000 00:91 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f2f604ed000-7f2f604ef000 rw-p 00039000 00:91 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffff727f000-7ffff7a7e000 rw-p 00000000 00:00 0                          [stack]
7ffff7bd2000-7ffff7bd6000 r--p 00000000 00:00 0                          [vvar]
7ffff7bd6000-7ffff7bd8000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


[688/903] 3293246=test_trick
[689/903] 3293248=test_singleton
[690/903] 3293248=test_object
[691/903] 3293248=test_syntax
running file: /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb

A test worker crashed. It might be an interpreter bug or
a bug in test/unit/parallel.rb. Try again without the -j
option.

make: *** [uncommon.mk:942: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-iseq_binary/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
$ /tmp/ruby/build/trunk-iseq_binary/miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-iseq_binary --extout=.ext -- /tmp/ruby/src/trunk-iseq_binary/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-iseq_binary/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-02T18:57:14Z master 0cb1fc3850) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 ..

Finished in 139.635178 seconds

3725 files, 32455 examples, 164825 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-iseq_binary/ruby -c /tmp/cores/core.1001.3293250.ruby -x gdbscript
[New LWP 3293250]
[New LWP 3293449]
[New LWP 3315681]
[New LWP 3323064]
[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-iseq_binary/tool/lib/test/unit/parallel.rb: Prism::TestComp'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139841445358592) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f2f5facec00 (LWP 3293250))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f2f5facec00 (LWP 3293250) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139841445358592) at ./nptl/pthread_kill.c:44
  2    Thread 0x7f2f44a0f640 (LWP 3293449) __futex_abstimed_wait_common64 (private=1607737762, cancel=true, abstime=0x7f2f44a0e050, op=137, expected=0, futex_word=0x562bc8c28ab4) at ./nptl/futex-internal.c:57
  3    Thread 0x7f2f464ef640 (LWP 3315681) 0x00007f2f5fdd6fde in epoll_wait (epfd=4, events=events@entry=0x7f2f604ab05c <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  4    Thread 0x7f2f34d48640 (LWP 3323064) 0x00007f2f5fdc9d7f in __GI___poll (fds=fds@entry=0x7f2f34d47580, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 4 (Thread 0x7f2f34d48640 (LWP 3323064)):
#0  0x00007f2f5fdc9d7f in __GI___poll (fds=fds@entry=0x7f2f34d47580, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007f2f6002a9c4 in poll (__timeout=<optimized out>, __nfds=1, __fds=0x7f2f34d47580) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39
No locals.
#2  nogvl_wait_for (fptr=<optimized out>, fptr=<optimized out>, th=<optimized out>, timeout=0x0, events=1) at /tmp/ruby/src/trunk-iseq_binary/io.c:12447
        scheduler = <optimized out>
        fd = <optimized out>
        fds = {fd = 7, events = 1, revents = 0}
        timeout_milliseconds = <optimized out>
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        args = <optimized out>
#3  nogvl_wait_for (timeout=0x0, events=1, fptr=0x562bcb8d9f60, th=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:12424
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        args = <optimized out>
#4  io_internal_wait (timeout=0x0, events=1, error=11, fptr=0x562bcb8d9f60, thread=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:1149
        ready = <optimized out>
        ready = <optimized out>
#5  internal_read_func (ptr=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:1180
        iis = <optimized out>
        result = <optimized out>
        retry = <optimized out>
        iis = <optimized out>
        result = <optimized out>
        retry = <optimized out>
#6  internal_read_func (ptr=ptr@entry=0x7f2f34d47820) at /tmp/ruby/src/trunk-iseq_binary/io.c:1164
        iis = 0x7f2f34d47820
        result = <optimized out>
        retry = <optimized out>
#7  0x00007f2f60186a26 in rb_thread_io_blocking_call (func=0x7f2f6002a8d0 <internal_read_func>, data1=0x7f2f34d47820, fd=<optimized out>, events=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1713
        __region = {prev_status = THREAD_RUNNABLE}
        _ec = 0x562bcb9644f0
        _tag = {tag = 36, retval = 139841448007339, buf = {0x0, 0x7f2f60186bf0 <rb_thread_io_blocking_call+928>, 0x0, 0x7f2f34d475f0, 0x40cc557670}, prev = 0x7f2f34d47760, state = RUBY_TAG_NONE, lock_rec = 0}
        ec = 0x562bcb9644f0
        th = <optimized out>
        val = 36
        saved_errno = 0
        state = <optimized out>
        waiting_fd = {wfd_node = {next = 0x562bc8727cf8, prev = 0x562bc8727cf8}, th = 0x562bcc557670, fd = 7, busy = 0x0}
#8  0x00007f2f5fff0856 in rb_ensure (b_proc=b_proc@entry=0x7f2f6002b0b0 <io_read_memory_call>, data1=data1@entry=139840726530080, e_proc=e_proc@entry=0x7f2f6014b340 <rb_str_unlocktmp>, data2=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1009
        _ec = 0x562bcb9644f0
        _tag = {tag = 36, retval = 94746046538336, buf = {0x0, 0x7f2f5fff0930 <rb_ensure+512>, 0x0, 0x7f2f34d47700, 0x0}, prev = 0x7f2f34d47a70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x562bcb9644f0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f2f6014b340 <rb_str_unlocktmp>, data2 = 139840731190120}}
#9  0x00007f2f60161e21 in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x7f2f6002b0b0 <io_read_memory_call>, arg=arg@entry=139840726530080) at /tmp/ruby/src/trunk-iseq_binary/string.c:2972
No locals.
#10 0x00007f2f6003fc50 in io_read_memory_locktmp (iis=0x7f2f34d47820, str=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:3418
No locals.
#11 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=no_exception@entry=4, nonblock=nonblock@entry=0) at /tmp/ruby/src/trunk-iseq_binary/io.c:3464
        fptr = 0x562bcb8d9f60
        length = <optimized out>
        str = 139840731190120
        n = <optimized out>
        len = 1024
        iis = {th = 139840730643160, fptr = 0x562bcb8d9f60, nonblock = 0, fd = 7, buf = 0x7f2f3c00a160, capa = 1024, timeout = 0x0}
        shrinkable = 1
        __func__ = "io_getpartial"
#12 0x00007f2f600400d5 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:3584
        ret = <optimized out>
#13 0x00007f2f601bc4fc in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=1, calling=<optimized out>, reg_cfp=0x562bcd51c8a0, ec=0x562bcb9644f0) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3497
        ci = 0x40d100100003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f2f46519f38
        cfunc = 0x562bc878fc28
        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>
#14 vm_call_cfunc_with_frame (ec=0x562bcb9644f0, reg_cfp=0x562bcd51c8a0, calling=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3525
        argc = 1
        stack_bottom = <optimized out>
        argv = <optimized out>
#15 0x00007f2f601cd077 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-iseq_binary/vm_callinfo.h:407
        val = 94746048385872
        ci = 0x0
        cc = <optimized out>
        recv = 139840726529408
        argc = <optimized out>
        calling = {cd = 0x562bc88ed350, cc = 0x7f2f44ba44e0, block_handler = 0, recv = 139840730643280, argc = 1, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#16 vm_exec_core (ec=0x562bcb9644f0) at ../../src/trunk-iseq_binary/insns.def:822
        bh = <optimized out>
        cd = 0x562bc88ed350
        leaf = <optimized out>
        val = 94746048385872
        reg_pc = 0x562bc88ed180
        reg_cfp = 0x562bcd51c8a0
        insns_address_table = {0x7f2f601ce5dc <vm_exec_core+5756>, 0x7f2f601ce570 <vm_exec_core+5648>, 0x7f2f601ce4ff <vm_exec_core+5535>, 0x7f2f601ce483 <vm_exec_core+5411>, 0x7f2f601ce406 <vm_exec_core+5286>, 0x7f2f601ce379 <vm_exec_core+5145>, 0x7f2f601ceaa7 <vm_exec_core+6983>, 0x7f2f601cea47 <vm_exec_core+6887>, 0x7f2f601ce65f <vm_exec_core+5887>, 0x7f2f601ce604 <vm_exec_core+5796>, 0x7f2f601ce8c4 <vm_exec_core+6500>, 0x7f2f601ce6c2 <vm_exec_core+5986>, 0x7f2f601cdc20 <vm_exec_core+3264>, 0x7f2f601cdbab <vm_exec_core+3147>, 0x7f2f601ce07a <vm_exec_core+4378>, 0x7f2f601ce037 <vm_exec_core+4311>, 0x7f2f601cdff9 <vm_exec_core+4249>, 0x7f2f601cdfbe <vm_exec_core+4190>, 0x7f2f601cdf83 <vm_exec_core+4131>, 0x7f2f601cdf48 <vm_exec_core+4072>, 0x7f2f601cdebe <vm_exec_core+3934>, 0x7f2f601cde78 <vm_exec_core+3864>, 0x7f2f601ce2d8 <vm_exec_core+4984>, 0x7f2f601ce28c <vm_exec_core+4908>, 0x7f2f601ce11c <vm_exec_core+4540>, 0x7f2f601ce0dc <vm_exec_core+4476>, 0x7f2f601ce22b <vm_exec_core+4811>, 0x7f2f601ce1ab <vm_exec_core+4683>, 0x7f2f601ce336 <vm_exec_core+5078>, 0x7f2f601cd6b3 <vm_exec_core+1875>, 0x7f2f601cf41b <vm_exec_core+9403>, 0x7f2f601cf382 <vm_exec_core+9250>, 0x7f2f601cefb0 <vm_exec_core+8272>, 0x7f2f601cef2f <vm_exec_core+8143>, 0x7f2f601cf65e <vm_exec_core+9982>, 0x7f2f601cf355 <vm_exec_core+9205>, 0x7f2f601cf61d <vm_exec_core+9917>, 0x7f2f601ceb65 <vm_exec_core+7173>, 0x7f2f601cee4e <vm_exec_core+7918>, 0x7f2f601ced57 <vm_exec_core+7671>, 0x7f2f601ced0e <vm_exec_core+7598>, 0x7f2f601cecc4 <vm_exec_core+7524>, 0x7f2f601ceefb <vm_exec_core+8091>, 0x7f2f601cee88 <vm_exec_core+7976>, 0x7f2f601cdada <vm_exec_core+2938>, 0x7f2f601cda87 <vm_exec_core+2855>, 0x7f2f601cf21c <vm_exec_core+8892>, 0x7f2f601cf180 <vm_exec_core+8736>, 0x7f2f601cf291 <vm_exec_core+9009>, 0x7f2f601cec84 <vm_exec_core+7460>, 0x7f2f601cf135 <vm_exec_core+8661>, 0x7f2f601cf015 <vm_exec_core+8373>, 0x7f2f601ccfb8 <vm_exec_core+88>, 0x7f2f601cddea <vm_exec_core+3722>, 0x7f2f601cdd95 <vm_exec_core+3637>, 0x7f2f601cf9d8 <vm_exec_core+10872>, 0x7f2f601cebba <vm_exec_core+7258>, 0x7f2f601cec0f <vm_exec_core+7343>, 0x7f2f601cd4d8 <vm_exec_core+1400>, 0x7f2f601cd3b1 <vm_exec_core+1105>, 0x7f2f601cd2fa <vm_exec_core+922>, 0x7f2f601cf96f <vm_exec_core+10767>, 0x7f2f601cd2ba <vm_exec_core+858>, 0x7f2f601cda28 <vm_exec_core+2760>, 0x7f2f601cd9c9 <vm_exec_core+2665>, 0x7f2f601cdc69 <vm_exec_core+3337>, 0x7f2f601cd91a <vm_exec_core+2490>, 0x7f2f601cd875 <vm_exec_core+2325>, 0x7f2f601cfd8b <vm_exec_core+11819>, 0x7f2f601cfe9f <vm_exec_core+12095>, 0x7f2f601cfdf5 <vm_exec_core+11925>, 0x7f2f601d038c <vm_exec_core+13356>, 0x7f2f601d02de <vm_exec_core+13182>, 0x7f2f601d0273 <vm_exec_core+13075>, 0x7f2f601d01ea <vm_exec_core+12938>, 0x7f2f601d0141 <vm_exec_core+12769>, 0x7f2f601d009d <vm_exec_core+12605>, 0x7f2f601cfff4 <vm_exec_core+12436>, 0x7f2f601cff50 <vm_exec_core+12272>, 0x7f2f601cfb48 <vm_exec_core+11240>, 0x7f2f601cfaf4 <vm_exec_core+11156>, 0x7f2f601cfa99 <vm_exec_core+11065>, 0x7f2f601cfa28 <vm_exec_core+10952>, 0x7f2f601d0407 <vm_exec_core+13479>, 0x7f2f601cdd20 <vm_exec_core+3520>, 0x7f2f601cdb47 <vm_exec_core+3047>, 0x7f2f601cfbfb <vm_exec_core+11419>, 0x7f2f601cfd4e <vm_exec_core+11758>, 0x7f2f601cfc34 <vm_exec_core+11476>, 0x7f2f601cfcf0 <vm_exec_core+11664>, 0x7f2f601cfc7b <vm_exec_core+11547>, 0x7f2f601cfbbf <vm_exec_core+11359>, 0x7f2f601cdcab <vm_exec_core+3403>, 0x7f2f601cd655 <vm_exec_core+1781>, 0x7f2f601cd5cb <vm_exec_core+1643>, 0x7f2f601cd7ed <vm_exec_core+2189>, 0x7f2f601cd79c <vm_exec_core+2108>, 0x7f2f601cd74d <vm_exec_core+2029>, 0x7f2f601cd6f6 <vm_exec_core+1942>, 0x7f2f601cd83a <vm_exec_core+2266>, 0x7f2f601cd27f <vm_exec_core+799>, 0x7f2f601ce5cd <vm_exec_core+5741>, 0x7f2f601ce561 <vm_exec_core+5633>, 0x7f2f601ce4f0 <vm_exec_core+5520>, 0x7f2f601ce474 <vm_exec_core+5396>, 0x7f2f601ce3f7 <vm_exec_core+5271>, 0x7f2f601ce36a <vm_exec_core+5130>, 0x7f2f601cea98 <vm_exec_core+6968>, 0x7f2f601cea38 <vm_exec_core+6872>, 0x7f2f601ce650 <vm_exec_core+5872>, 0x7f2f601ce5f5 <vm_exec_core+5781>, 0x7f2f601ce8b5 <vm_exec_core+6485>, 0x7f2f601ce6b3 <vm_exec_core+5971>, 0x7f2f601cdc11 <vm_exec_core+3249>, 0x7f2f601cdb9c <vm_exec_core+3132>, 0x7f2f601ce06b <vm_exec_core+4363>, 0x7f2f601ce028 <vm_exec_core+4296>, 0x7f2f601cdfea <vm_exec_core+4234>, 0x7f2f601cdfaf <vm_exec_core+4175>, 0x7f2f601cdf74 <vm_exec_core+4116>, 0x7f2f601cdf39 <vm_exec_core+4057>, 0x7f2f601cdeaf <vm_exec_core+3919>, 0x7f2f601cde69 <vm_exec_core+3849>, 0x7f2f601ce2c9 <vm_exec_core+4969>, 0x7f2f601ce27d <vm_exec_core+4893>, 0x7f2f601ce10d <vm_exec_core+4525>, 0x7f2f601ce0cd <vm_exec_core+4461>, 0x7f2f601ce21c <vm_exec_core+4796>, 0x7f2f601ce19c <vm_exec_core+4668>, 0x7f2f601ce327 <vm_exec_core+5063>, 0x7f2f601cd6a4 <vm_exec_core+1860>, 0x7f2f601cf40c <vm_exec_core+9388>, 0x7f2f601cf373 <vm_exec_core+9235>, 0x7f2f601cefa1 <vm_exec_core+8257>, 0x7f2f601cef20 <vm_exec_core+8128>, 0x7f2f601cf64f <vm_exec_core+9967>, 0x7f2f601cf346 <vm_exec_core+9190>, 0x7f2f601cf60e <vm_exec_core+9902>, 0x7f2f601ceb56 <vm_exec_core+7158>, 0x7f2f601cee3f <vm_exec_core+7903>, 0x7f2f601ced48 <vm_exec_core+7656>, 0x7f2f601cecff <vm_exec_core+7583>, 0x7f2f601cecb5 <vm_exec_core+7509>, 0x7f2f601ceeec <vm_exec_core+8076>, 0x7f2f601cee79 <vm_exec_core+7961>, 0x7f2f601cdacb <vm_exec_core+2923>, 0x7f2f601cda78 <vm_exec_core+2840>, 0x7f2f601cf20d <vm_exec_core+8877>, 0x7f2f601cf171 <vm_exec_core+8721>, 0x7f2f601cf282 <vm_exec_core+8994>, 0x7f2f601cec75 <vm_exec_core+7445>, 0x7f2f601cf126 <vm_exec_core+8646>, 0x7f2f601cf006 <vm_exec_core+8358>, 0x7f2f601d0644 <vm_exec_core+14052>, 0x7f2f601cdddb <vm_exec_core+3707>, 0x7f2f601cdd86 <vm_exec_core+3622>, 0x7f2f601d0630 <vm_exec_core+14032>, 0x7f2f601cebab <vm_exec_core+7243>, 0x7f2f601cec00 <vm_exec_core+7328>, 0x7f2f601cd4c9 <vm_exec_core+1385>, 0x7f2f601cd3a2 <vm_exec_core+1090>, 0x7f2f601cd2eb <vm_exec_core+907>, 0x7f2f601cf960 <vm_exec_core+10752>, 0x7f2f601cd2ab <vm_exec_core+843>, 0x7f2f601cda19 <vm_exec_core+2745>, 0x7f2f601cd9ba <vm_exec_core+2650>, 0x7f2f601cdc5a <vm_exec_core+3322>, 0x7f2f601cd90b <vm_exec_core+2475>, 0x7f2f601cd866 <vm_exec_core+2310>, 0x7f2f601d061c <vm_exec_core+14012>, 0x7f2f601d0608 <vm_exec_core+13992>, 0x7f2f601d05f4 <vm_exec_core+13972>, 0x7f2f601d05e0 <vm_exec_core+13952>, 0x7f2f601d05cc <vm_exec_core+13932>, 0x7f2f601d05b8 <vm_exec_core+13912>, 0x7f2f601d059d <vm_exec_core+13885>, 0x7f2f601d0589 <vm_exec_core+13865>, 0x7f2f601d0575 <vm_exec_core+13845>, 0x7f2f601d0561 <vm_exec_core+13825>, 0x7f2f601d054d <vm_exec_core+13805>, 0x7f2f601d0539 <vm_exec_core+13785>, 0x7f2f601d0525 <vm_exec_core+13765>, 0x7f2f601d0511 <vm_exec_core+13745>, 0x7f2f601d04fd <vm_exec_core+13725>, 0x7f2f601d04e9 <vm_exec_core+13705>, 0x7f2f601cdd11 <vm_exec_core+3505>, 0x7f2f601cdb38 <vm_exec_core+3032>, 0x7f2f601d04d5 <vm_exec_core+13685>, 0x7f2f601d04c1 <vm_exec_core+13665>, 0x7f2f601d04ad <vm_exec_core+13645>, 0x7f2f601d0499 <vm_exec_core+13625>, 0x7f2f601ccfa1 <vm_exec_core+65>, 0x7f2f601ccfa5 <vm_exec_core+69>, 0x7f2f601cdc9c <vm_exec_core+3388>, 0x7f2f601cd646 <vm_exec_core+1766>, 0x7f2f601cd5bc <vm_exec_core+1628>, 0x7f2f601cd7de <vm_exec_core+2174>, 0x7f2f601cd78d <vm_exec_core+2093>, 0x7f2f601cd73e <vm_exec_core+2014>, 0x7f2f601cd6e7 <vm_exec_core+1927>...}
#17 0x00007f2f601d31aa in rb_vm_exec (ec=0x562bcb9644f0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2472
        _ec = 0x562bcb9644f0
        _tag = {tag = 36, retval = 4, buf = {0x7f2f34d47b70, 0x7f2f601d31b0 <rb_vm_exec+416>, 0x0, 0x7f2f34d47a50, 0x3000000028}, prev = 0x7f2f34d47c70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#18 0x00007f2f601d87d8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f2f454628c0, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1497
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007f2f601d8b7f in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x562bcc5db3b0, argc=argc@entry=0, argv=argv@entry=0x7f2f34d47b20, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1716
        self = <optimized out>
#20 0x00007f2f60184c4f in thread_do_start_proc (th=0x562bcc557670) at /tmp/ruby/src/trunk-iseq_binary/thread.c:591
        args = 139840730643120
        args_ptr = 0x7f2f34d47b20
        args_len = 0
        procval = <optimized out>
        proc = 0x562bcc5db3b0
#21 0x00007f2f60185182 in thread_do_start (th=0x562bcc557670) at /tmp/ruby/src/trunk-iseq_binary/thread.c:610
        result = 36
        result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#22 thread_start_func_2 (th=0x562bcc557670, stack_start=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:666
        _ec = 0x562bcb9644f0
        _tag = {tag = 36, retval = 139841447948204, buf = {0x562bcc557670, 0x7f2f601850c0 <thread_start_func_2+560>, 0x0, 0x7f2f34d47b80, 0x562bc8727b10}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        errinfo = 4
        ractor_main_th = 0x562bc872a090
#23 0x00007f2f60185ec1 in call_thread_start_func_2 (th=0x562bcc557670) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2155
No locals.
#24 nt_start (ptr=0x562bcc557840) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2204
        th = 0x562bcc557670
        sched = 0x562bc872b130
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007f2f5fd45b43 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 = {140737348352416, -8914279023766400418, 139840726533696, 25, 139841447942224, 140737348352768, 8796787766797013598, 8796833945358570078}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007f2f5fdd6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 3 (Thread 0x7f2f464ef640 (LWP 3315681)):
#0  0x00007f2f5fdd6fde in epoll_wait (epfd=4, events=events@entry=0x7f2f604ab05c <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007f2f60180580 in timer_thread_polling (vm=0x562bc8727b10) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2842
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#2  timer_thread_func (ptr=0x562bc8727b10) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2969
        vm = 0x562bc8727b10
#3  0x00007f2f5fd45b43 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 = {139840740018304, -8914279023766400418, 139841019770432, 0, 139841447942224, 139840740018656, 8796817501392474718, 8796833945358570078}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f2f5fdd6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 2 (Thread 0x7f2f44a0f640 (LWP 3293449)):
#0  __futex_abstimed_wait_common64 (private=1607737762, cancel=true, abstime=0x7f2f44a0e050, op=137, expected=0, futex_word=0x562bc8c28ab4) 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=1607737762, abstime=0x7f2f44a0e050, clockid=-932007632, expected=0, futex_word=0x562bc8c28ab4) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 1924215040
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x562bc8c28ab4, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7f2f44a0e050, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f2f5fd44f1b in __pthread_cond_wait_common (abstime=0x7f2f44a0e050, clockid=1, mutex=0x562bc97201b0, cond=0x562bc8c28a88) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f2f5fd447a0 <__condvar_cleanup_waiting>, __arg = 0x7f2f44a0df90, __canceltype = -138582006, __prev = 0x0}
        cbuffer = {wseq = 141, cond = 0x562bc8c28a88, mutex = 0x562bc97201b0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 141
        seq = 70
        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=0x562bc8c28a88, mutex=mutex@entry=0x562bc97201b0, abstime=abstime@entry=0x7f2f44a0e050) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00007f2f601802ea in native_cond_timedwait (abs=<synthetic pointer>, mutex=0x562bc97201b0, cond=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:234
        r = <optimized out>
        ts = {tv_sec = 14108806, tv_nsec = 983816009}
        r = <optimized out>
        ts = <optimized out>
#6  native_cond_sleep (th=th@entry=0x562bc9720090, rel=rel@entry=0x7f2f44a0e0a0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2407
        end = <optimized out>
        sched = <optimized out>
        lock = <optimized out>
        cond = <optimized out>
        max = 100000000000000000
#7  0x00007f2f60184033 in native_sleep (rel=0x7f2f44a0e0a0, th=0x562bc9720090) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:3240
        sched = 0x562bc872b130
        sched = <optimized out>
#8  sleep_hrtime (fl=0, rel=<optimized out>, th=0x562bc9720090) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1277
        prev_status = THREAD_RUNNABLE
        woke = 1
        end = 14108806983814123
        prev_status = <optimized out>
        woke = <optimized out>
        end = <optimized out>
#9  rb_mutex_wait_for (time=time@entry=139840991584720) at /tmp/ruby/src/trunk-iseq_binary/thread_sync.c:563
        rel = 0x7f2f44a0e1d0
#10 0x00007f2f5fff0856 in rb_ensure (b_proc=b_proc@entry=0x7f2f60183f40 <rb_mutex_wait_for>, data1=data1@entry=139840991584720, e_proc=e_proc@entry=0x7f2f60183be0 <mutex_lock_uninterruptible>, data2=data2@entry=139841002436120) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1009
        _ec = 0x562bc919a800
        _tag = {tag = 36, retval = 1, buf = {0x6543f957, 0x7f2f5fff0930 <rb_ensure+512>, 0x0, 0x7f2f44a0e0e0, 0x562bc876ca10}, prev = 0x7f2f44a0e430, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x562bc919a800
        ensure_list = {next = 0x7f2f44a0e410, entry = {marker = 0, e_proc = 0x7f2f60183be0 <mutex_lock_uninterruptible>, data2 = 139841002436120}}
#11 0x00007f2f60183daa in rb_mutex_sleep (self=139841002436120, timeout=175640215296147458) at /tmp/ruby/src/trunk-iseq_binary/thread_sync.c:590
        rel = 59999848000
        t = <optimized out>
        woken = 20
        beg = 1698953559
        scheduler = <optimized out>
        end = <optimized out>
#12 0x00007f2f601d8cdf in vm_call0_cfunc_with_frame (argv=0x7f2f44a0e4c8, calling=<optimized out>, ec=0x562bc919a800) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:173
        reg_cfp = 0x562bc9d11988
        ci = <optimized out>
        me = 0x7f2f464f8d10
        mid = 26385
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = 0x562bc876c9d8
        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>
#13 vm_call0_cfunc (argv=0x7f2f44a0e4c8, calling=<optimized out>, ec=0x562bc919a800) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:187
No locals.
#14 vm_call0_body (ec=0x562bc919a800, calling=<optimized out>, argv=0x7f2f44a0e4c8) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:233
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#15 0x00007f2f601dd617 in vm_call0_cc (kw_splat=0, cc=0x7f2f449856a0, argv=0x7f2f44a0e4c8, argc=1, id=26385, recv=139841002436120, ec=0x562bc919a800) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:110
        flags = <optimized out>
        use_argv = 0x7f2f44a0e4c8
        av = {0, 0}
        calling = {cd = 0x7f2f44a0e300, cc = 0x7f2f449856a0, block_handler = 0, recv = 139841002436120, argc = 1, kw_splat = false, heap_argv = 0}
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        calling = <optimized out>
#16 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7f2f44a0e4c8, argc=<optimized out>, mid=26385, recv=139841002436120) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1065
        ec = 0x562bc919a800
        cc = 0x7f2f449856a0
        self = <optimized out>
        ec = <optimized out>
        cc = <optimized out>
        self = <optimized out>
#17 rb_funcallv (recv=139841002436120, mid=26385, argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1080
No locals.
#18 0x00007f2f5fff0856 in rb_ensure (b_proc=b_proc@entry=0x7f2f60179180 <do_sleep>, data1=data1@entry=139840991585472, e_proc=e_proc@entry=0x7f2f60177a70 <delete_from_waitq>, data2=data2@entry=139840991585488) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1009
        _ec = 0x562bc919a800
        _tag = {tag = 36, retval = 0, buf = {0x2, 0x7f2f5fff0930 <rb_ensure+512>, 0x0, 0x7f2f44a0e3d0, 0x0}, prev = 0x7f2f44a0e6f0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x562bc919a800
        ensure_list = {next = 0x7f2f44a0e800, entry = {marker = 0, e_proc = 0x7f2f60177a70 <delete_from_waitq>, data2 = 139840991585488}}
#19 0x00007f2f60178f9d in rb_condvar_wait (argc=2, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread_sync.c:1547
        ec = 0x562bc919a800
        cv = 0x562bc88c7cb0
        args = {mutex = 139841002436120, timeout = 175640215296147458}
        sync_waiter = {self = 139841002436120, th = 0x562bc9720090, fiber = 0x0, node = {next = 0x562bc88c7cb0, prev = 0x562bc88c7cb0}}
#20 0x00007f2f601bc4fc in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x562bc9d119c0, ec=0x562bc919a800) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3497
        ci = 0x461100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f2f464f86a8
        cfunc = 0x562bc8779438
        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>
#21 vm_call_cfunc_with_frame (ec=0x562bc919a800, reg_cfp=0x562bc9d119c0, calling=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3525
        argc = 2
        stack_bottom = <optimized out>
        argv = <optimized out>
#22 0x00007f2f601cd077 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-iseq_binary/vm_callinfo.h:407
        val = 94746048199728
        ci = 0x0
        cc = <optimized out>
        recv = 94746051775156
        argc = <optimized out>
        calling = {cd = 0x562bc88bfc30, cc = 0x7f2f449856c8, block_handler = 0, recv = 139841002436680, argc = 2, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#23 vm_exec_core (ec=0x562bc919a800) at ../../src/trunk-iseq_binary/insns.def:822
        bh = <optimized out>
        cd = 0x562bc88bfc30
        leaf = <optimized out>
        val = 94746048199728
        reg_pc = 0x562bc88bfa88
        reg_cfp = 0x562bc9d119c0
        insns_address_table = {0x7f2f601ce5dc <vm_exec_core+5756>, 0x7f2f601ce570 <vm_exec_core+5648>, 0x7f2f601ce4ff <vm_exec_core+5535>, 0x7f2f601ce483 <vm_exec_core+5411>, 0x7f2f601ce406 <vm_exec_core+5286>, 0x7f2f601ce379 <vm_exec_core+5145>, 0x7f2f601ceaa7 <vm_exec_core+6983>, 0x7f2f601cea47 <vm_exec_core+6887>, 0x7f2f601ce65f <vm_exec_core+5887>, 0x7f2f601ce604 <vm_exec_core+5796>, 0x7f2f601ce8c4 <vm_exec_core+6500>, 0x7f2f601ce6c2 <vm_exec_core+5986>, 0x7f2f601cdc20 <vm_exec_core+3264>, 0x7f2f601cdbab <vm_exec_core+3147>, 0x7f2f601ce07a <vm_exec_core+4378>, 0x7f2f601ce037 <vm_exec_core+4311>, 0x7f2f601cdff9 <vm_exec_core+4249>, 0x7f2f601cdfbe <vm_exec_core+4190>, 0x7f2f601cdf83 <vm_exec_core+4131>, 0x7f2f601cdf48 <vm_exec_core+4072>, 0x7f2f601cdebe <vm_exec_core+3934>, 0x7f2f601cde78 <vm_exec_core+3864>, 0x7f2f601ce2d8 <vm_exec_core+4984>, 0x7f2f601ce28c <vm_exec_core+4908>, 0x7f2f601ce11c <vm_exec_core+4540>, 0x7f2f601ce0dc <vm_exec_core+4476>, 0x7f2f601ce22b <vm_exec_core+4811>, 0x7f2f601ce1ab <vm_exec_core+4683>, 0x7f2f601ce336 <vm_exec_core+5078>, 0x7f2f601cd6b3 <vm_exec_core+1875>, 0x7f2f601cf41b <vm_exec_core+9403>, 0x7f2f601cf382 <vm_exec_core+9250>, 0x7f2f601cefb0 <vm_exec_core+8272>, 0x7f2f601cef2f <vm_exec_core+8143>, 0x7f2f601cf65e <vm_exec_core+9982>, 0x7f2f601cf355 <vm_exec_core+9205>, 0x7f2f601cf61d <vm_exec_core+9917>, 0x7f2f601ceb65 <vm_exec_core+7173>, 0x7f2f601cee4e <vm_exec_core+7918>, 0x7f2f601ced57 <vm_exec_core+7671>, 0x7f2f601ced0e <vm_exec_core+7598>, 0x7f2f601cecc4 <vm_exec_core+7524>, 0x7f2f601ceefb <vm_exec_core+8091>, 0x7f2f601cee88 <vm_exec_core+7976>, 0x7f2f601cdada <vm_exec_core+2938>, 0x7f2f601cda87 <vm_exec_core+2855>, 0x7f2f601cf21c <vm_exec_core+8892>, 0x7f2f601cf180 <vm_exec_core+8736>, 0x7f2f601cf291 <vm_exec_core+9009>, 0x7f2f601cec84 <vm_exec_core+7460>, 0x7f2f601cf135 <vm_exec_core+8661>, 0x7f2f601cf015 <vm_exec_core+8373>, 0x7f2f601ccfb8 <vm_exec_core+88>, 0x7f2f601cddea <vm_exec_core+3722>, 0x7f2f601cdd95 <vm_exec_core+3637>, 0x7f2f601cf9d8 <vm_exec_core+10872>, 0x7f2f601cebba <vm_exec_core+7258>, 0x7f2f601cec0f <vm_exec_core+7343>, 0x7f2f601cd4d8 <vm_exec_core+1400>, 0x7f2f601cd3b1 <vm_exec_core+1105>, 0x7f2f601cd2fa <vm_exec_core+922>, 0x7f2f601cf96f <vm_exec_core+10767>, 0x7f2f601cd2ba <vm_exec_core+858>, 0x7f2f601cda28 <vm_exec_core+2760>, 0x7f2f601cd9c9 <vm_exec_core+2665>, 0x7f2f601cdc69 <vm_exec_core+3337>, 0x7f2f601cd91a <vm_exec_core+2490>, 0x7f2f601cd875 <vm_exec_core+2325>, 0x7f2f601cfd8b <vm_exec_core+11819>, 0x7f2f601cfe9f <vm_exec_core+12095>, 0x7f2f601cfdf5 <vm_exec_core+11925>, 0x7f2f601d038c <vm_exec_core+13356>, 0x7f2f601d02de <vm_exec_core+13182>, 0x7f2f601d0273 <vm_exec_core+13075>, 0x7f2f601d01ea <vm_exec_core+12938>, 0x7f2f601d0141 <vm_exec_core+12769>, 0x7f2f601d009d <vm_exec_core+12605>, 0x7f2f601cfff4 <vm_exec_core+12436>, 0x7f2f601cff50 <vm_exec_core+12272>, 0x7f2f601cfb48 <vm_exec_core+11240>, 0x7f2f601cfaf4 <vm_exec_core+11156>, 0x7f2f601cfa99 <vm_exec_core+11065>, 0x7f2f601cfa28 <vm_exec_core+10952>, 0x7f2f601d0407 <vm_exec_core+13479>, 0x7f2f601cdd20 <vm_exec_core+3520>, 0x7f2f601cdb47 <vm_exec_core+3047>, 0x7f2f601cfbfb <vm_exec_core+11419>, 0x7f2f601cfd4e <vm_exec_core+11758>, 0x7f2f601cfc34 <vm_exec_core+11476>, 0x7f2f601cfcf0 <vm_exec_core+11664>, 0x7f2f601cfc7b <vm_exec_core+11547>, 0x7f2f601cfbbf <vm_exec_core+11359>, 0x7f2f601cdcab <vm_exec_core+3403>, 0x7f2f601cd655 <vm_exec_core+1781>, 0x7f2f601cd5cb <vm_exec_core+1643>, 0x7f2f601cd7ed <vm_exec_core+2189>, 0x7f2f601cd79c <vm_exec_core+2108>, 0x7f2f601cd74d <vm_exec_core+2029>, 0x7f2f601cd6f6 <vm_exec_core+1942>, 0x7f2f601cd83a <vm_exec_core+2266>, 0x7f2f601cd27f <vm_exec_core+799>, 0x7f2f601ce5cd <vm_exec_core+5741>, 0x7f2f601ce561 <vm_exec_core+5633>, 0x7f2f601ce4f0 <vm_exec_core+5520>, 0x7f2f601ce474 <vm_exec_core+5396>, 0x7f2f601ce3f7 <vm_exec_core+5271>, 0x7f2f601ce36a <vm_exec_core+5130>, 0x7f2f601cea98 <vm_exec_core+6968>, 0x7f2f601cea38 <vm_exec_core+6872>, 0x7f2f601ce650 <vm_exec_core+5872>, 0x7f2f601ce5f5 <vm_exec_core+5781>, 0x7f2f601ce8b5 <vm_exec_core+6485>, 0x7f2f601ce6b3 <vm_exec_core+5971>, 0x7f2f601cdc11 <vm_exec_core+3249>, 0x7f2f601cdb9c <vm_exec_core+3132>, 0x7f2f601ce06b <vm_exec_core+4363>, 0x7f2f601ce028 <vm_exec_core+4296>, 0x7f2f601cdfea <vm_exec_core+4234>, 0x7f2f601cdfaf <vm_exec_core+4175>, 0x7f2f601cdf74 <vm_exec_core+4116>, 0x7f2f601cdf39 <vm_exec_core+4057>, 0x7f2f601cdeaf <vm_exec_core+3919>, 0x7f2f601cde69 <vm_exec_core+3849>, 0x7f2f601ce2c9 <vm_exec_core+4969>, 0x7f2f601ce27d <vm_exec_core+4893>, 0x7f2f601ce10d <vm_exec_core+4525>, 0x7f2f601ce0cd <vm_exec_core+4461>, 0x7f2f601ce21c <vm_exec_core+4796>, 0x7f2f601ce19c <vm_exec_core+4668>, 0x7f2f601ce327 <vm_exec_core+5063>, 0x7f2f601cd6a4 <vm_exec_core+1860>, 0x7f2f601cf40c <vm_exec_core+9388>, 0x7f2f601cf373 <vm_exec_core+9235>, 0x7f2f601cefa1 <vm_exec_core+8257>, 0x7f2f601cef20 <vm_exec_core+8128>, 0x7f2f601cf64f <vm_exec_core+9967>, 0x7f2f601cf346 <vm_exec_core+9190>, 0x7f2f601cf60e <vm_exec_core+9902>, 0x7f2f601ceb56 <vm_exec_core+7158>, 0x7f2f601cee3f <vm_exec_core+7903>, 0x7f2f601ced48 <vm_exec_core+7656>, 0x7f2f601cecff <vm_exec_core+7583>, 0x7f2f601cecb5 <vm_exec_core+7509>, 0x7f2f601ceeec <vm_exec_core+8076>, 0x7f2f601cee79 <vm_exec_core+7961>, 0x7f2f601cdacb <vm_exec_core+2923>, 0x7f2f601cda78 <vm_exec_core+2840>, 0x7f2f601cf20d <vm_exec_core+8877>, 0x7f2f601cf171 <vm_exec_core+8721>, 0x7f2f601cf282 <vm_exec_core+8994>, 0x7f2f601cec75 <vm_exec_core+7445>, 0x7f2f601cf126 <vm_exec_core+8646>, 0x7f2f601cf006 <vm_exec_core+8358>, 0x7f2f601d0644 <vm_exec_core+14052>, 0x7f2f601cdddb <vm_exec_core+3707>, 0x7f2f601cdd86 <vm_exec_core+3622>, 0x7f2f601d0630 <vm_exec_core+14032>, 0x7f2f601cebab <vm_exec_core+7243>, 0x7f2f601cec00 <vm_exec_core+7328>, 0x7f2f601cd4c9 <vm_exec_core+1385>, 0x7f2f601cd3a2 <vm_exec_core+1090>, 0x7f2f601cd2eb <vm_exec_core+907>, 0x7f2f601cf960 <vm_exec_core+10752>, 0x7f2f601cd2ab <vm_exec_core+843>, 0x7f2f601cda19 <vm_exec_core+2745>, 0x7f2f601cd9ba <vm_exec_core+2650>, 0x7f2f601cdc5a <vm_exec_core+3322>, 0x7f2f601cd90b <vm_exec_core+2475>, 0x7f2f601cd866 <vm_exec_core+2310>, 0x7f2f601d061c <vm_exec_core+14012>, 0x7f2f601d0608 <vm_exec_core+13992>, 0x7f2f601d05f4 <vm_exec_core+13972>, 0x7f2f601d05e0 <vm_exec_core+13952>, 0x7f2f601d05cc <vm_exec_core+13932>, 0x7f2f601d05b8 <vm_exec_core+13912>, 0x7f2f601d059d <vm_exec_core+13885>, 0x7f2f601d0589 <vm_exec_core+13865>, 0x7f2f601d0575 <vm_exec_core+13845>, 0x7f2f601d0561 <vm_exec_core+13825>, 0x7f2f601d054d <vm_exec_core+13805>, 0x7f2f601d0539 <vm_exec_core+13785>, 0x7f2f601d0525 <vm_exec_core+13765>, 0x7f2f601d0511 <vm_exec_core+13745>, 0x7f2f601d04fd <vm_exec_core+13725>, 0x7f2f601d04e9 <vm_exec_core+13705>, 0x7f2f601cdd11 <vm_exec_core+3505>, 0x7f2f601cdb38 <vm_exec_core+3032>, 0x7f2f601d04d5 <vm_exec_core+13685>, 0x7f2f601d04c1 <vm_exec_core+13665>, 0x7f2f601d04ad <vm_exec_core+13645>, 0x7f2f601d0499 <vm_exec_core+13625>, 0x7f2f601ccfa1 <vm_exec_core+65>, 0x7f2f601ccfa5 <vm_exec_core+69>, 0x7f2f601cdc9c <vm_exec_core+3388>, 0x7f2f601cd646 <vm_exec_core+1766>, 0x7f2f601cd5bc <vm_exec_core+1628>, 0x7f2f601cd7de <vm_exec_core+2174>, 0x7f2f601cd78d <vm_exec_core+2093>, 0x7f2f601cd73e <vm_exec_core+2014>, 0x7f2f601cd6e7 <vm_exec_core+1927>...}
#24 0x00007f2f601d31aa in rb_vm_exec (ec=0x562bc919a800) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2472
        _ec = 0x562bc919a800
        _tag = {tag = 36, retval = 4, buf = {0x562bc876ca10, 0x7f2f601d31b0 <rb_vm_exec+416>, 0x0, 0x7f2f44a0e6d0, 0x0}, prev = 0x7f2f44a0e820, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#25 0x00007f2f601d8592 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x0, argc=0, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1622
No locals.
#26 vm_yield (kw_splat=0, argv=0x0, argc=0, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1630
No locals.
#27 rb_yield_0 (argv=0x0, argc=0) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
No locals.
#28 rb_yield (val=<optimized out>, val@entry=36) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1375
No locals.
#29 0x00007f2f5fff0856 in rb_ensure (b_proc=0x7f2f601d84d0 <rb_yield>, data1=36, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1009
        _ec = 0x562bc919a800
        _tag = {tag = 36, retval = 0, buf = {0x562bc876ca10, 0x7f2f5fff0930 <rb_ensure+512>, 0x0, 0x7f2f44a0e7c0, 0x7f2f37031cf0}, prev = 0x7f2f44a0ea70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x562bc919a800
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f2f6017b480 <rb_mutex_unlock>, data2 = 139841002436120}}
#30 0x00007f2f601bc4fc in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x562bc9d11a30, ec=0x562bc919a800) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3497
        ci = 0x672100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f2f464f8cc0
        cfunc = 0x562bc876ca18
        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>
#31 vm_call_cfunc_with_frame (ec=0x562bc919a800, reg_cfp=0x562bc9d11a30, calling=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3525
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#32 0x00007f2f601cf108 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-iseq_binary/vm_callinfo.h:407
        val = 94746047793808
        ci = 0x562bc8c28ab4
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x562bc885ca90, cc = 0x7f2f453a2f70, block_handler = 94746069506633, recv = 139841002436120, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#33 vm_exec_core (ec=0x562bc919a800) at ../../src/trunk-iseq_binary/insns.def:802
        bh = 18446744073709551100
        cd = 0x562bc885ca90
        blockiseq = 0x0
        leaf = <optimized out>
        val = 94746047793808
        reg_pc = 0x562bc889aa70
        reg_cfp = 0x562bc9d11a30
        insns_address_table = {0x7f2f601ce5dc <vm_exec_core+5756>, 0x7f2f601ce570 <vm_exec_core+5648>, 0x7f2f601ce4ff <vm_exec_core+5535>, 0x7f2f601ce483 <vm_exec_core+5411>, 0x7f2f601ce406 <vm_exec_core+5286>, 0x7f2f601ce379 <vm_exec_core+5145>, 0x7f2f601ceaa7 <vm_exec_core+6983>, 0x7f2f601cea47 <vm_exec_core+6887>, 0x7f2f601ce65f <vm_exec_core+5887>, 0x7f2f601ce604 <vm_exec_core+5796>, 0x7f2f601ce8c4 <vm_exec_core+6500>, 0x7f2f601ce6c2 <vm_exec_core+5986>, 0x7f2f601cdc20 <vm_exec_core+3264>, 0x7f2f601cdbab <vm_exec_core+3147>, 0x7f2f601ce07a <vm_exec_core+4378>, 0x7f2f601ce037 <vm_exec_core+4311>, 0x7f2f601cdff9 <vm_exec_core+4249>, 0x7f2f601cdfbe <vm_exec_core+4190>, 0x7f2f601cdf83 <vm_exec_core+4131>, 0x7f2f601cdf48 <vm_exec_core+4072>, 0x7f2f601cdebe <vm_exec_core+3934>, 0x7f2f601cde78 <vm_exec_core+3864>, 0x7f2f601ce2d8 <vm_exec_core+4984>, 0x7f2f601ce28c <vm_exec_core+4908>, 0x7f2f601ce11c <vm_exec_core+4540>, 0x7f2f601ce0dc <vm_exec_core+4476>, 0x7f2f601ce22b <vm_exec_core+4811>, 0x7f2f601ce1ab <vm_exec_core+4683>, 0x7f2f601ce336 <vm_exec_core+5078>, 0x7f2f601cd6b3 <vm_exec_core+1875>, 0x7f2f601cf41b <vm_exec_core+9403>, 0x7f2f601cf382 <vm_exec_core+9250>, 0x7f2f601cefb0 <vm_exec_core+8272>, 0x7f2f601cef2f <vm_exec_core+8143>, 0x7f2f601cf65e <vm_exec_core+9982>, 0x7f2f601cf355 <vm_exec_core+9205>, 0x7f2f601cf61d <vm_exec_core+9917>, 0x7f2f601ceb65 <vm_exec_core+7173>, 0x7f2f601cee4e <vm_exec_core+7918>, 0x7f2f601ced57 <vm_exec_core+7671>, 0x7f2f601ced0e <vm_exec_core+7598>, 0x7f2f601cecc4 <vm_exec_core+7524>, 0x7f2f601ceefb <vm_exec_core+8091>, 0x7f2f601cee88 <vm_exec_core+7976>, 0x7f2f601cdada <vm_exec_core+2938>, 0x7f2f601cda87 <vm_exec_core+2855>, 0x7f2f601cf21c <vm_exec_core+8892>, 0x7f2f601cf180 <vm_exec_core+8736>, 0x7f2f601cf291 <vm_exec_core+9009>, 0x7f2f601cec84 <vm_exec_core+7460>, 0x7f2f601cf135 <vm_exec_core+8661>, 0x7f2f601cf015 <vm_exec_core+8373>, 0x7f2f601ccfb8 <vm_exec_core+88>, 0x7f2f601cddea <vm_exec_core+3722>, 0x7f2f601cdd95 <vm_exec_core+3637>, 0x7f2f601cf9d8 <vm_exec_core+10872>, 0x7f2f601cebba <vm_exec_core+7258>, 0x7f2f601cec0f <vm_exec_core+7343>, 0x7f2f601cd4d8 <vm_exec_core+1400>, 0x7f2f601cd3b1 <vm_exec_core+1105>, 0x7f2f601cd2fa <vm_exec_core+922>, 0x7f2f601cf96f <vm_exec_core+10767>, 0x7f2f601cd2ba <vm_exec_core+858>, 0x7f2f601cda28 <vm_exec_core+2760>, 0x7f2f601cd9c9 <vm_exec_core+2665>, 0x7f2f601cdc69 <vm_exec_core+3337>, 0x7f2f601cd91a <vm_exec_core+2490>, 0x7f2f601cd875 <vm_exec_core+2325>, 0x7f2f601cfd8b <vm_exec_core+11819>, 0x7f2f601cfe9f <vm_exec_core+12095>, 0x7f2f601cfdf5 <vm_exec_core+11925>, 0x7f2f601d038c <vm_exec_core+13356>, 0x7f2f601d02de <vm_exec_core+13182>, 0x7f2f601d0273 <vm_exec_core+13075>, 0x7f2f601d01ea <vm_exec_core+12938>, 0x7f2f601d0141 <vm_exec_core+12769>, 0x7f2f601d009d <vm_exec_core+12605>, 0x7f2f601cfff4 <vm_exec_core+12436>, 0x7f2f601cff50 <vm_exec_core+12272>, 0x7f2f601cfb48 <vm_exec_core+11240>, 0x7f2f601cfaf4 <vm_exec_core+11156>, 0x7f2f601cfa99 <vm_exec_core+11065>, 0x7f2f601cfa28 <vm_exec_core+10952>, 0x7f2f601d0407 <vm_exec_core+13479>, 0x7f2f601cdd20 <vm_exec_core+3520>, 0x7f2f601cdb47 <vm_exec_core+3047>, 0x7f2f601cfbfb <vm_exec_core+11419>, 0x7f2f601cfd4e <vm_exec_core+11758>, 0x7f2f601cfc34 <vm_exec_core+11476>, 0x7f2f601cfcf0 <vm_exec_core+11664>, 0x7f2f601cfc7b <vm_exec_core+11547>, 0x7f2f601cfbbf <vm_exec_core+11359>, 0x7f2f601cdcab <vm_exec_core+3403>, 0x7f2f601cd655 <vm_exec_core+1781>, 0x7f2f601cd5cb <vm_exec_core+1643>, 0x7f2f601cd7ed <vm_exec_core+2189>, 0x7f2f601cd79c <vm_exec_core+2108>, 0x7f2f601cd74d <vm_exec_core+2029>, 0x7f2f601cd6f6 <vm_exec_core+1942>, 0x7f2f601cd83a <vm_exec_core+2266>, 0x7f2f601cd27f <vm_exec_core+799>, 0x7f2f601ce5cd <vm_exec_core+5741>, 0x7f2f601ce561 <vm_exec_core+5633>, 0x7f2f601ce4f0 <vm_exec_core+5520>, 0x7f2f601ce474 <vm_exec_core+5396>, 0x7f2f601ce3f7 <vm_exec_core+5271>, 0x7f2f601ce36a <vm_exec_core+5130>, 0x7f2f601cea98 <vm_exec_core+6968>, 0x7f2f601cea38 <vm_exec_core+6872>, 0x7f2f601ce650 <vm_exec_core+5872>, 0x7f2f601ce5f5 <vm_exec_core+5781>, 0x7f2f601ce8b5 <vm_exec_core+6485>, 0x7f2f601ce6b3 <vm_exec_core+5971>, 0x7f2f601cdc11 <vm_exec_core+3249>, 0x7f2f601cdb9c <vm_exec_core+3132>, 0x7f2f601ce06b <vm_exec_core+4363>, 0x7f2f601ce028 <vm_exec_core+4296>, 0x7f2f601cdfea <vm_exec_core+4234>, 0x7f2f601cdfaf <vm_exec_core+4175>, 0x7f2f601cdf74 <vm_exec_core+4116>, 0x7f2f601cdf39 <vm_exec_core+4057>, 0x7f2f601cdeaf <vm_exec_core+3919>, 0x7f2f601cde69 <vm_exec_core+3849>, 0x7f2f601ce2c9 <vm_exec_core+4969>, 0x7f2f601ce27d <vm_exec_core+4893>, 0x7f2f601ce10d <vm_exec_core+4525>, 0x7f2f601ce0cd <vm_exec_core+4461>, 0x7f2f601ce21c <vm_exec_core+4796>, 0x7f2f601ce19c <vm_exec_core+4668>, 0x7f2f601ce327 <vm_exec_core+5063>, 0x7f2f601cd6a4 <vm_exec_core+1860>, 0x7f2f601cf40c <vm_exec_core+9388>, 0x7f2f601cf373 <vm_exec_core+9235>, 0x7f2f601cefa1 <vm_exec_core+8257>, 0x7f2f601cef20 <vm_exec_core+8128>, 0x7f2f601cf64f <vm_exec_core+9967>, 0x7f2f601cf346 <vm_exec_core+9190>, 0x7f2f601cf60e <vm_exec_core+9902>, 0x7f2f601ceb56 <vm_exec_core+7158>, 0x7f2f601cee3f <vm_exec_core+7903>, 0x7f2f601ced48 <vm_exec_core+7656>, 0x7f2f601cecff <vm_exec_core+7583>, 0x7f2f601cecb5 <vm_exec_core+7509>, 0x7f2f601ceeec <vm_exec_core+8076>, 0x7f2f601cee79 <vm_exec_core+7961>, 0x7f2f601cdacb <vm_exec_core+2923>, 0x7f2f601cda78 <vm_exec_core+2840>, 0x7f2f601cf20d <vm_exec_core+8877>, 0x7f2f601cf171 <vm_exec_core+8721>, 0x7f2f601cf282 <vm_exec_core+8994>, 0x7f2f601cec75 <vm_exec_core+7445>, 0x7f2f601cf126 <vm_exec_core+8646>, 0x7f2f601cf006 <vm_exec_core+8358>, 0x7f2f601d0644 <vm_exec_core+14052>, 0x7f2f601cdddb <vm_exec_core+3707>, 0x7f2f601cdd86 <vm_exec_core+3622>, 0x7f2f601d0630 <vm_exec_core+14032>, 0x7f2f601cebab <vm_exec_core+7243>, 0x7f2f601cec00 <vm_exec_core+7328>, 0x7f2f601cd4c9 <vm_exec_core+1385>, 0x7f2f601cd3a2 <vm_exec_core+1090>, 0x7f2f601cd2eb <vm_exec_core+907>, 0x7f2f601cf960 <vm_exec_core+10752>, 0x7f2f601cd2ab <vm_exec_core+843>, 0x7f2f601cda19 <vm_exec_core+2745>, 0x7f2f601cd9ba <vm_exec_core+2650>, 0x7f2f601cdc5a <vm_exec_core+3322>, 0x7f2f601cd90b <vm_exec_core+2475>, 0x7f2f601cd866 <vm_exec_core+2310>, 0x7f2f601d061c <vm_exec_core+14012>, 0x7f2f601d0608 <vm_exec_core+13992>, 0x7f2f601d05f4 <vm_exec_core+13972>, 0x7f2f601d05e0 <vm_exec_core+13952>, 0x7f2f601d05cc <vm_exec_core+13932>, 0x7f2f601d05b8 <vm_exec_core+13912>, 0x7f2f601d059d <vm_exec_core+13885>, 0x7f2f601d0589 <vm_exec_core+13865>, 0x7f2f601d0575 <vm_exec_core+13845>, 0x7f2f601d0561 <vm_exec_core+13825>, 0x7f2f601d054d <vm_exec_core+13805>, 0x7f2f601d0539 <vm_exec_core+13785>, 0x7f2f601d0525 <vm_exec_core+13765>, 0x7f2f601d0511 <vm_exec_core+13745>, 0x7f2f601d04fd <vm_exec_core+13725>, 0x7f2f601d04e9 <vm_exec_core+13705>, 0x7f2f601cdd11 <vm_exec_core+3505>, 0x7f2f601cdb38 <vm_exec_core+3032>, 0x7f2f601d04d5 <vm_exec_core+13685>, 0x7f2f601d04c1 <vm_exec_core+13665>, 0x7f2f601d04ad <vm_exec_core+13645>, 0x7f2f601d0499 <vm_exec_core+13625>, 0x7f2f601ccfa1 <vm_exec_core+65>, 0x7f2f601ccfa5 <vm_exec_core+69>, 0x7f2f601cdc9c <vm_exec_core+3388>, 0x7f2f601cd646 <vm_exec_core+1766>, 0x7f2f601cd5bc <vm_exec_core+1628>, 0x7f2f601cd7de <vm_exec_core+2174>, 0x7f2f601cd78d <vm_exec_core+2093>, 0x7f2f601cd73e <vm_exec_core+2014>, 0x7f2f601cd6e7 <vm_exec_core+1927>...}
#34 0x00007f2f601d31aa in rb_vm_exec (ec=0x562bc919a800) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2472
        _ec = 0x562bc919a800
        _tag = {tag = 36, retval = 4, buf = {0x7f2f44a0eb70, 0x7f2f601d31b0 <rb_vm_exec+416>, 0x0, 0x7f2f44a0ea50, 0x3000000028}, prev = 0x7f2f44a0ec70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#35 0x00007f2f601d87d8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f2f45468220, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1497
        arg_size = <optimized out>
        arg_size = <optimized out>
#36 0x00007f2f601d8b7f in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x562bc9311250, argc=argc@entry=0, argv=argv@entry=0x7f2f44a0eb20, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1716
        self = <optimized out>
#37 0x00007f2f60184c4f in thread_do_start_proc (th=0x562bc9720090) at /tmp/ruby/src/trunk-iseq_binary/thread.c:591
        args = 139840991030160
        args_ptr = 0x7f2f44a0eb20
        args_len = 0
        procval = <optimized out>
        proc = 0x562bc9311250
#38 0x00007f2f60185182 in thread_do_start (th=0x562bc9720090) at /tmp/ruby/src/trunk-iseq_binary/thread.c:610
        result = 36
        result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#39 thread_start_func_2 (th=0x562bc9720090, stack_start=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:666
        _ec = 0x562bc919a800
        _tag = {tag = 36, retval = 139841447948204, buf = {0x562bc9720090, 0x7f2f601850c0 <thread_start_func_2+560>, 0x0, 0x7f2f44a0eb80, 0x562bc9720090}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        errinfo = 4
        ractor_main_th = 0x562bc872a090
#40 0x00007f2f60185ec1 in call_thread_start_func_2 (th=0x562bc9720090) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2155
No locals.
#41 nt_start (ptr=0x562bc8c28a60) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2204
        th = 0x562bc9720090
        sched = 0x562bc872b130
        nt = <optimized out>
        vm = <optimized out>
#42 0x00007f2f5fd45b43 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 = {140737348350816, -8914279023766400418, 139840991589952, 0, 139841447942224, 140737348351168, 8796822225856500318, 8796833945358570078}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#43 0x00007f2f5fdd6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f2f5facec00 (LWP 3293250)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139841445358592) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f2f5facec00
        old_mask = {__val = {139840716139760, 28, 94746096053328, 1, 74, 18446744073709551352, 2, 0, 94746047056704, 0, 139840716139760, 139841448010963, 0, 139841447907309, 139841445358592, 139841449522688}}
        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=139841445358592) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139841445358592, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f2f5fcf3476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f2f5fcd97f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {6566283579056201760, 7365367112054961782, 3474074535561946726, 7378697628691542064, 2319406791758471735, 3472328228586663282, 3472310704041635888, 2314885599538982970, 2314885530818453536, 2314885530818453536, 6566283579056201760, 7378596435911206006, 7378697629483820646, 94746047057344, 15078284329955269632, 139841445350376}}, sa_flags = 0, sa_restorer = 0x7f2f5fecb6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472328228586663213, 3472310704041635888, 2314885599538982970, 2314885530818453536, 6566283579056201760, 7812726533347963766, 8312272859592395357, 7365367111937646964, 3472948635655104102, 7378697628691542064, 2319406791724917303, 3472328228581748082, 3472310704041635888, 2314885599538982970, 2314885530818453536}}
#5  0x00007f2f5ff2ced0 in die () at /tmp/ruby/src/trunk-iseq_binary/error.c:1028
No locals.
#6  rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x562bc87a8dc0, fmt=fmt@entry=0x7f2f60337fb1 "Segmentation fault at %p") at /tmp/ruby/src/trunk-iseq_binary/error.c:1069
        file = <optimized out>
        line = 5
#7  0x00007f2f601373af in sigsegv (sig=11, info=0x562bc87a8ef0, ctx=0x562bc87a8dc0) at /tmp/ruby/src/trunk-iseq_binary/signal.c:920
No locals.
#8  <signal handler called>
No locals.
#9  0x00007f2f601c7dc3 in vm_callee_setup_arg (ec=0x562bc872b2c0, calling=0x7ffff7a7bb30, iseq=0x7f2f351b56a0, argv=0x7f2f5f9cd3d0, param_size=<optimized out>, local_size=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3005
        cfp = <optimized out>
        opt = 0
        lead_num = 1
        opt_num = 0
        argc = <optimized out>
        ci = <optimized out>
        cc = 0x7f2f351b5240
        cacheable_ci = <optimized out>
#10 0x00007f2f601c7f68 in vm_call_iseq_setup (ec=0x562bc872b2c0, cfp=0x7f2f5faccbe8, calling=0x7ffff7a7bb30) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3058
        cc = <optimized out>
        iseq = <optimized out>
        param_size = 1
        local_size = 1
        opt_pc = <optimized out>
#11 0x00007f2f601cd077 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-iseq_binary/vm_callinfo.h:407
        val = 94746115500224
        ci = 0x1
        cc = <optimized out>
        recv = 139841445350376
        argc = <optimized out>
        calling = {cd = 0x562bcc8ee8c0, cc = 0x7f2f351b5240, block_handler = 0, recv = 139840717735440, argc = 1, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#12 vm_exec_core (ec=0x562bc872b2c0) at ../../src/trunk-iseq_binary/insns.def:822
        bh = <optimized out>
        cd = 0x562bcc8ee8c0
        leaf = <optimized out>
        val = 94746115500224
        reg_pc = 0x562bcc19c0c0
        reg_cfp = 0x7f2f5faccbe8
        insns_address_table = {0x7f2f601ce5dc <vm_exec_core+5756>, 0x7f2f601ce570 <vm_exec_core+5648>, 0x7f2f601ce4ff <vm_exec_core+5535>, 0x7f2f601ce483 <vm_exec_core+5411>, 0x7f2f601ce406 <vm_exec_core+5286>, 0x7f2f601ce379 <vm_exec_core+5145>, 0x7f2f601ceaa7 <vm_exec_core+6983>, 0x7f2f601cea47 <vm_exec_core+6887>, 0x7f2f601ce65f <vm_exec_core+5887>, 0x7f2f601ce604 <vm_exec_core+5796>, 0x7f2f601ce8c4 <vm_exec_core+6500>, 0x7f2f601ce6c2 <vm_exec_core+5986>, 0x7f2f601cdc20 <vm_exec_core+3264>, 0x7f2f601cdbab <vm_exec_core+3147>, 0x7f2f601ce07a <vm_exec_core+4378>, 0x7f2f601ce037 <vm_exec_core+4311>, 0x7f2f601cdff9 <vm_exec_core+4249>, 0x7f2f601cdfbe <vm_exec_core+4190>, 0x7f2f601cdf83 <vm_exec_core+4131>, 0x7f2f601cdf48 <vm_exec_core+4072>, 0x7f2f601cdebe <vm_exec_core+3934>, 0x7f2f601cde78 <vm_exec_core+3864>, 0x7f2f601ce2d8 <vm_exec_core+4984>, 0x7f2f601ce28c <vm_exec_core+4908>, 0x7f2f601ce11c <vm_exec_core+4540>, 0x7f2f601ce0dc <vm_exec_core+4476>, 0x7f2f601ce22b <vm_exec_core+4811>, 0x7f2f601ce1ab <vm_exec_core+4683>, 0x7f2f601ce336 <vm_exec_core+5078>, 0x7f2f601cd6b3 <vm_exec_core+1875>, 0x7f2f601cf41b <vm_exec_core+9403>, 0x7f2f601cf382 <vm_exec_core+9250>, 0x7f2f601cefb0 <vm_exec_core+8272>, 0x7f2f601cef2f <vm_exec_core+8143>, 0x7f2f601cf65e <vm_exec_core+9982>, 0x7f2f601cf355 <vm_exec_core+9205>, 0x7f2f601cf61d <vm_exec_core+9917>, 0x7f2f601ceb65 <vm_exec_core+7173>, 0x7f2f601cee4e <vm_exec_core+7918>, 0x7f2f601ced57 <vm_exec_core+7671>, 0x7f2f601ced0e <vm_exec_core+7598>, 0x7f2f601cecc4 <vm_exec_core+7524>, 0x7f2f601ceefb <vm_exec_core+8091>, 0x7f2f601cee88 <vm_exec_core+7976>, 0x7f2f601cdada <vm_exec_core+2938>, 0x7f2f601cda87 <vm_exec_core+2855>, 0x7f2f601cf21c <vm_exec_core+8892>, 0x7f2f601cf180 <vm_exec_core+8736>, 0x7f2f601cf291 <vm_exec_core+9009>, 0x7f2f601cec84 <vm_exec_core+7460>, 0x7f2f601cf135 <vm_exec_core+8661>, 0x7f2f601cf015 <vm_exec_core+8373>, 0x7f2f601ccfb8 <vm_exec_core+88>, 0x7f2f601cddea <vm_exec_core+3722>, 0x7f2f601cdd95 <vm_exec_core+3637>, 0x7f2f601cf9d8 <vm_exec_core+10872>, 0x7f2f601cebba <vm_exec_core+7258>, 0x7f2f601cec0f <vm_exec_core+7343>, 0x7f2f601cd4d8 <vm_exec_core+1400>, 0x7f2f601cd3b1 <vm_exec_core+1105>, 0x7f2f601cd2fa <vm_exec_core+922>, 0x7f2f601cf96f <vm_exec_core+10767>, 0x7f2f601cd2ba <vm_exec_core+858>, 0x7f2f601cda28 <vm_exec_core+2760>, 0x7f2f601cd9c9 <vm_exec_core+2665>, 0x7f2f601cdc69 <vm_exec_core+3337>, 0x7f2f601cd91a <vm_exec_core+2490>, 0x7f2f601cd875 <vm_exec_core+2325>, 0x7f2f601cfd8b <vm_exec_core+11819>, 0x7f2f601cfe9f <vm_exec_core+12095>, 0x7f2f601cfdf5 <vm_exec_core+11925>, 0x7f2f601d038c <vm_exec_core+13356>, 0x7f2f601d02de <vm_exec_core+13182>, 0x7f2f601d0273 <vm_exec_core+13075>, 0x7f2f601d01ea <vm_exec_core+12938>, 0x7f2f601d0141 <vm_exec_core+12769>, 0x7f2f601d009d <vm_exec_core+12605>, 0x7f2f601cfff4 <vm_exec_core+12436>, 0x7f2f601cff50 <vm_exec_core+12272>, 0x7f2f601cfb48 <vm_exec_core+11240>, 0x7f2f601cfaf4 <vm_exec_core+11156>, 0x7f2f601cfa99 <vm_exec_core+11065>, 0x7f2f601cfa28 <vm_exec_core+10952>, 0x7f2f601d0407 <vm_exec_core+13479>, 0x7f2f601cdd20 <vm_exec_core+3520>, 0x7f2f601cdb47 <vm_exec_core+3047>, 0x7f2f601cfbfb <vm_exec_core+11419>, 0x7f2f601cfd4e <vm_exec_core+11758>, 0x7f2f601cfc34 <vm_exec_core+11476>, 0x7f2f601cfcf0 <vm_exec_core+11664>, 0x7f2f601cfc7b <vm_exec_core+11547>, 0x7f2f601cfbbf <vm_exec_core+11359>, 0x7f2f601cdcab <vm_exec_core+3403>, 0x7f2f601cd655 <vm_exec_core+1781>, 0x7f2f601cd5cb <vm_exec_core+1643>, 0x7f2f601cd7ed <vm_exec_core+2189>, 0x7f2f601cd79c <vm_exec_core+2108>, 0x7f2f601cd74d <vm_exec_core+2029>, 0x7f2f601cd6f6 <vm_exec_core+1942>, 0x7f2f601cd83a <vm_exec_core+2266>, 0x7f2f601cd27f <vm_exec_core+799>, 0x7f2f601ce5cd <vm_exec_core+5741>, 0x7f2f601ce561 <vm_exec_core+5633>, 0x7f2f601ce4f0 <vm_exec_core+5520>, 0x7f2f601ce474 <vm_exec_core+5396>, 0x7f2f601ce3f7 <vm_exec_core+5271>, 0x7f2f601ce36a <vm_exec_core+5130>, 0x7f2f601cea98 <vm_exec_core+6968>, 0x7f2f601cea38 <vm_exec_core+6872>, 0x7f2f601ce650 <vm_exec_core+5872>, 0x7f2f601ce5f5 <vm_exec_core+5781>, 0x7f2f601ce8b5 <vm_exec_core+6485>, 0x7f2f601ce6b3 <vm_exec_core+5971>, 0x7f2f601cdc11 <vm_exec_core+3249>, 0x7f2f601cdb9c <vm_exec_core+3132>, 0x7f2f601ce06b <vm_exec_core+4363>, 0x7f2f601ce028 <vm_exec_core+4296>, 0x7f2f601cdfea <vm_exec_core+4234>, 0x7f2f601cdfaf <vm_exec_core+4175>, 0x7f2f601cdf74 <vm_exec_core+4116>, 0x7f2f601cdf39 <vm_exec_core+4057>, 0x7f2f601cdeaf <vm_exec_core+3919>, 0x7f2f601cde69 <vm_exec_core+3849>, 0x7f2f601ce2c9 <vm_exec_core+4969>, 0x7f2f601ce27d <vm_exec_core+4893>, 0x7f2f601ce10d <vm_exec_core+4525>, 0x7f2f601ce0cd <vm_exec_core+4461>, 0x7f2f601ce21c <vm_exec_core+4796>, 0x7f2f601ce19c <vm_exec_core+4668>, 0x7f2f601ce327 <vm_exec_core+5063>, 0x7f2f601cd6a4 <vm_exec_core+1860>, 0x7f2f601cf40c <vm_exec_core+9388>, 0x7f2f601cf373 <vm_exec_core+9235>, 0x7f2f601cefa1 <vm_exec_core+8257>, 0x7f2f601cef20 <vm_exec_core+8128>, 0x7f2f601cf64f <vm_exec_core+9967>, 0x7f2f601cf346 <vm_exec_core+9190>, 0x7f2f601cf60e <vm_exec_core+9902>, 0x7f2f601ceb56 <vm_exec_core+7158>, 0x7f2f601cee3f <vm_exec_core+7903>, 0x7f2f601ced48 <vm_exec_core+7656>, 0x7f2f601cecff <vm_exec_core+7583>, 0x7f2f601cecb5 <vm_exec_core+7509>, 0x7f2f601ceeec <vm_exec_core+8076>, 0x7f2f601cee79 <vm_exec_core+7961>, 0x7f2f601cdacb <vm_exec_core+2923>, 0x7f2f601cda78 <vm_exec_core+2840>, 0x7f2f601cf20d <vm_exec_core+8877>, 0x7f2f601cf171 <vm_exec_core+8721>, 0x7f2f601cf282 <vm_exec_core+8994>, 0x7f2f601cec75 <vm_exec_core+7445>, 0x7f2f601cf126 <vm_exec_core+8646>, 0x7f2f601cf006 <vm_exec_core+8358>, 0x7f2f601d0644 <vm_exec_core+14052>, 0x7f2f601cdddb <vm_exec_core+3707>, 0x7f2f601cdd86 <vm_exec_core+3622>, 0x7f2f601d0630 <vm_exec_core+14032>, 0x7f2f601cebab <vm_exec_core+7243>, 0x7f2f601cec00 <vm_exec_core+7328>, 0x7f2f601cd4c9 <vm_exec_core+1385>, 0x7f2f601cd3a2 <vm_exec_core+1090>, 0x7f2f601cd2eb <vm_exec_core+907>, 0x7f2f601cf960 <vm_exec_core+10752>, 0x7f2f601cd2ab <vm_exec_core+843>, 0x7f2f601cda19 <vm_exec_core+2745>, 0x7f2f601cd9ba <vm_exec_core+2650>, 0x7f2f601cdc5a <vm_exec_core+3322>, 0x7f2f601cd90b <vm_exec_core+2475>, 0x7f2f601cd866 <vm_exec_core+2310>, 0x7f2f601d061c <vm_exec_core+14012>, 0x7f2f601d0608 <vm_exec_core+13992>, 0x7f2f601d05f4 <vm_exec_core+13972>, 0x7f2f601d05e0 <vm_exec_core+13952>, 0x7f2f601d05cc <vm_exec_core+13932>, 0x7f2f601d05b8 <vm_exec_core+13912>, 0x7f2f601d059d <vm_exec_core+13885>, 0x7f2f601d0589 <vm_exec_core+13865>, 0x7f2f601d0575 <vm_exec_core+13845>, 0x7f2f601d0561 <vm_exec_core+13825>, 0x7f2f601d054d <vm_exec_core+13805>, 0x7f2f601d0539 <vm_exec_core+13785>, 0x7f2f601d0525 <vm_exec_core+13765>, 0x7f2f601d0511 <vm_exec_core+13745>, 0x7f2f601d04fd <vm_exec_core+13725>, 0x7f2f601d04e9 <vm_exec_core+13705>, 0x7f2f601cdd11 <vm_exec_core+3505>, 0x7f2f601cdb38 <vm_exec_core+3032>, 0x7f2f601d04d5 <vm_exec_core+13685>, 0x7f2f601d04c1 <vm_exec_core+13665>, 0x7f2f601d04ad <vm_exec_core+13645>, 0x7f2f601d0499 <vm_exec_core+13625>, 0x7f2f601ccfa1 <vm_exec_core+65>, 0x7f2f601ccfa5 <vm_exec_core+69>, 0x7f2f601cdc9c <vm_exec_core+3388>, 0x7f2f601cd646 <vm_exec_core+1766>, 0x7f2f601cd5bc <vm_exec_core+1628>, 0x7f2f601cd7de <vm_exec_core+2174>, 0x7f2f601cd78d <vm_exec_core+2093>, 0x7f2f601cd73e <vm_exec_core+2014>, 0x7f2f601cd6e7 <vm_exec_core+1927>...}
#13 0x00007f2f601d31aa in rb_vm_exec (ec=0x562bc872b2c0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2472
        _ec = 0x562bc872b2c0
        _tag = {tag = 36, retval = 4, buf = {0x562bc876ac20, 0x7f2f601d31b0 <rb_vm_exec+416>, 0x0, 0x7ffff7a7bbb0, 0x0}, prev = 0x7ffff7a7be20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#14 0x00007f2f601bc4fc in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f2f5faccc90, ec=0x562bc872b2c0) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3497
        ci = 0x251100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f2f464fa250
        cfunc = 0x562bc876ac28
        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>
#15 vm_call_cfunc_with_frame (ec=0x562bc872b2c0, reg_cfp=0x7f2f5faccc90, calling=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3525
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#16 0x00007f2f601cd077 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-iseq_binary/vm_callinfo.h:407
        val = 94746115417008
        ci = 0x1
        cc = <optimized out>
        recv = 139841445350376
        argc = <optimized out>
        calling = {cd = 0x562bcc8da3b0, cc = 0x7f2f4401af70, block_handler = 0, recv = 139840731173680, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#17 vm_exec_core (ec=0x562bc872b2c0) at ../../src/trunk-iseq_binary/insns.def:822
        bh = <optimized out>
        cd = 0x562bcc8da3b0
        leaf = <optimized out>
        val = 94746115417008
        reg_pc = 0x562bcc35e0c0
        reg_cfp = 0x7f2f5faccc90
        insns_address_table = {0x7f2f601ce5dc <vm_exec_core+5756>, 0x7f2f601ce570 <vm_exec_core+5648>, 0x7f2f601ce4ff <vm_exec_core+5535>, 0x7f2f601ce483 <vm_exec_core+5411>, 0x7f2f601ce406 <vm_exec_core+5286>, 0x7f2f601ce379 <vm_exec_core+5145>, 0x7f2f601ceaa7 <vm_exec_core+6983>, 0x7f2f601cea47 <vm_exec_core+6887>, 0x7f2f601ce65f <vm_exec_core+5887>, 0x7f2f601ce604 <vm_exec_core+5796>, 0x7f2f601ce8c4 <vm_exec_core+6500>, 0x7f2f601ce6c2 <vm_exec_core+5986>, 0x7f2f601cdc20 <vm_exec_core+3264>, 0x7f2f601cdbab <vm_exec_core+3147>, 0x7f2f601ce07a <vm_exec_core+4378>, 0x7f2f601ce037 <vm_exec_core+4311>, 0x7f2f601cdff9 <vm_exec_core+4249>, 0x7f2f601cdfbe <vm_exec_core+4190>, 0x7f2f601cdf83 <vm_exec_core+4131>, 0x7f2f601cdf48 <vm_exec_core+4072>, 0x7f2f601cdebe <vm_exec_core+3934>, 0x7f2f601cde78 <vm_exec_core+3864>, 0x7f2f601ce2d8 <vm_exec_core+4984>, 0x7f2f601ce28c <vm_exec_core+4908>, 0x7f2f601ce11c <vm_exec_core+4540>, 0x7f2f601ce0dc <vm_exec_core+4476>, 0x7f2f601ce22b <vm_exec_core+4811>, 0x7f2f601ce1ab <vm_exec_core+4683>, 0x7f2f601ce336 <vm_exec_core+5078>, 0x7f2f601cd6b3 <vm_exec_core+1875>, 0x7f2f601cf41b <vm_exec_core+9403>, 0x7f2f601cf382 <vm_exec_core+9250>, 0x7f2f601cefb0 <vm_exec_core+8272>, 0x7f2f601cef2f <vm_exec_core+8143>, 0x7f2f601cf65e <vm_exec_core+9982>, 0x7f2f601cf355 <vm_exec_core+9205>, 0x7f2f601cf61d <vm_exec_core+9917>, 0x7f2f601ceb65 <vm_exec_core+7173>, 0x7f2f601cee4e <vm_exec_core+7918>, 0x7f2f601ced57 <vm_exec_core+7671>, 0x7f2f601ced0e <vm_exec_core+7598>, 0x7f2f601cecc4 <vm_exec_core+7524>, 0x7f2f601ceefb <vm_exec_core+8091>, 0x7f2f601cee88 <vm_exec_core+7976>, 0x7f2f601cdada <vm_exec_core+2938>, 0x7f2f601cda87 <vm_exec_core+2855>, 0x7f2f601cf21c <vm_exec_core+8892>, 0x7f2f601cf180 <vm_exec_core+8736>, 0x7f2f601cf291 <vm_exec_core+9009>, 0x7f2f601cec84 <vm_exec_core+7460>, 0x7f2f601cf135 <vm_exec_core+8661>, 0x7f2f601cf015 <vm_exec_core+8373>, 0x7f2f601ccfb8 <vm_exec_core+88>, 0x7f2f601cddea <vm_exec_core+3722>, 0x7f2f601cdd95 <vm_exec_core+3637>, 0x7f2f601cf9d8 <vm_exec_core+10872>, 0x7f2f601cebba <vm_exec_core+7258>, 0x7f2f601cec0f <vm_exec_core+7343>, 0x7f2f601cd4d8 <vm_exec_core+1400>, 0x7f2f601cd3b1 <vm_exec_core+1105>, 0x7f2f601cd2fa <vm_exec_core+922>, 0x7f2f601cf96f <vm_exec_core+10767>, 0x7f2f601cd2ba <vm_exec_core+858>, 0x7f2f601cda28 <vm_exec_core+2760>, 0x7f2f601cd9c9 <vm_exec_core+2665>, 0x7f2f601cdc69 <vm_exec_core+3337>, 0x7f2f601cd91a <vm_exec_core+2490>, 0x7f2f601cd875 <vm_exec_core+2325>, 0x7f2f601cfd8b <vm_exec_core+11819>, 0x7f2f601cfe9f <vm_exec_core+12095>, 0x7f2f601cfdf5 <vm_exec_core+11925>, 0x7f2f601d038c <vm_exec_core+13356>, 0x7f2f601d02de <vm_exec_core+13182>, 0x7f2f601d0273 <vm_exec_core+13075>, 0x7f2f601d01ea <vm_exec_core+12938>, 0x7f2f601d0141 <vm_exec_core+12769>, 0x7f2f601d009d <vm_exec_core+12605>, 0x7f2f601cfff4 <vm_exec_core+12436>, 0x7f2f601cff50 <vm_exec_core+12272>, 0x7f2f601cfb48 <vm_exec_core+11240>, 0x7f2f601cfaf4 <vm_exec_core+11156>, 0x7f2f601cfa99 <vm_exec_core+11065>, 0x7f2f601cfa28 <vm_exec_core+10952>, 0x7f2f601d0407 <vm_exec_core+13479>, 0x7f2f601cdd20 <vm_exec_core+3520>, 0x7f2f601cdb47 <vm_exec_core+3047>, 0x7f2f601cfbfb <vm_exec_core+11419>, 0x7f2f601cfd4e <vm_exec_core+11758>, 0x7f2f601cfc34 <vm_exec_core+11476>, 0x7f2f601cfcf0 <vm_exec_core+11664>, 0x7f2f601cfc7b <vm_exec_core+11547>, 0x7f2f601cfbbf <vm_exec_core+11359>, 0x7f2f601cdcab <vm_exec_core+3403>, 0x7f2f601cd655 <vm_exec_core+1781>, 0x7f2f601cd5cb <vm_exec_core+1643>, 0x7f2f601cd7ed <vm_exec_core+2189>, 0x7f2f601cd79c <vm_exec_core+2108>, 0x7f2f601cd74d <vm_exec_core+2029>, 0x7f2f601cd6f6 <vm_exec_core+1942>, 0x7f2f601cd83a <vm_exec_core+2266>, 0x7f2f601cd27f <vm_exec_core+799>, 0x7f2f601ce5cd <vm_exec_core+5741>, 0x7f2f601ce561 <vm_exec_core+5633>, 0x7f2f601ce4f0 <vm_exec_core+5520>, 0x7f2f601ce474 <vm_exec_core+5396>, 0x7f2f601ce3f7 <vm_exec_core+5271>, 0x7f2f601ce36a <vm_exec_core+5130>, 0x7f2f601cea98 <vm_exec_core+6968>, 0x7f2f601cea38 <vm_exec_core+6872>, 0x7f2f601ce650 <vm_exec_core+5872>, 0x7f2f601ce5f5 <vm_exec_core+5781>, 0x7f2f601ce8b5 <vm_exec_core+6485>, 0x7f2f601ce6b3 <vm_exec_core+5971>, 0x7f2f601cdc11 <vm_exec_core+3249>, 0x7f2f601cdb9c <vm_exec_core+3132>, 0x7f2f601ce06b <vm_exec_core+4363>, 0x7f2f601ce028 <vm_exec_core+4296>, 0x7f2f601cdfea <vm_exec_core+4234>, 0x7f2f601cdfaf <vm_exec_core+4175>, 0x7f2f601cdf74 <vm_exec_core+4116>, 0x7f2f601cdf39 <vm_exec_core+4057>, 0x7f2f601cdeaf <vm_exec_core+3919>, 0x7f2f601cde69 <vm_exec_core+3849>, 0x7f2f601ce2c9 <vm_exec_core+4969>, 0x7f2f601ce27d <vm_exec_core+4893>, 0x7f2f601ce10d <vm_exec_core+4525>, 0x7f2f601ce0cd <vm_exec_core+4461>, 0x7f2f601ce21c <vm_exec_core+4796>, 0x7f2f601ce19c <vm_exec_core+4668>, 0x7f2f601ce327 <vm_exec_core+5063>, 0x7f2f601cd6a4 <vm_exec_core+1860>, 0x7f2f601cf40c <vm_exec_core+9388>, 0x7f2f601cf373 <vm_exec_core+9235>, 0x7f2f601cefa1 <vm_exec_core+8257>, 0x7f2f601cef20 <vm_exec_core+8128>, 0x7f2f601cf64f <vm_exec_core+9967>, 0x7f2f601cf346 <vm_exec_core+9190>, 0x7f2f601cf60e <vm_exec_core+9902>, 0x7f2f601ceb56 <vm_exec_core+7158>, 0x7f2f601cee3f <vm_exec_core+7903>, 0x7f2f601ced48 <vm_exec_core+7656>, 0x7f2f601cecff <vm_exec_core+7583>, 0x7f2f601cecb5 <vm_exec_core+7509>, 0x7f2f601ceeec <vm_exec_core+8076>, 0x7f2f601cee79 <vm_exec_core+7961>, 0x7f2f601cdacb <vm_exec_core+2923>, 0x7f2f601cda78 <vm_exec_core+2840>, 0x7f2f601cf20d <vm_exec_core+8877>, 0x7f2f601cf171 <vm_exec_core+8721>, 0x7f2f601cf282 <vm_exec_core+8994>, 0x7f2f601cec75 <vm_exec_core+7445>, 0x7f2f601cf126 <vm_exec_core+8646>, 0x7f2f601cf006 <vm_exec_core+8358>, 0x7f2f601d0644 <vm_exec_core+14052>, 0x7f2f601cdddb <vm_exec_core+3707>, 0x7f2f601cdd86 <vm_exec_core+3622>, 0x7f2f601d0630 <vm_exec_core+14032>, 0x7f2f601cebab <vm_exec_core+7243>, 0x7f2f601cec00 <vm_exec_core+7328>, 0x7f2f601cd4c9 <vm_exec_core+1385>, 0x7f2f601cd3a2 <vm_exec_core+1090>, 0x7f2f601cd2eb <vm_exec_core+907>, 0x7f2f601cf960 <vm_exec_core+10752>, 0x7f2f601cd2ab <vm_exec_core+843>, 0x7f2f601cda19 <vm_exec_core+2745>, 0x7f2f601cd9ba <vm_exec_core+2650>, 0x7f2f601cdc5a <vm_exec_core+3322>, 0x7f2f601cd90b <vm_exec_core+2475>, 0x7f2f601cd866 <vm_exec_core+2310>, 0x7f2f601d061c <vm_exec_core+14012>, 0x7f2f601d0608 <vm_exec_core+13992>, 0x7f2f601d05f4 <vm_exec_core+13972>, 0x7f2f601d05e0 <vm_exec_core+13952>, 0x7f2f601d05cc <vm_exec_core+13932>, 0x7f2f601d05b8 <vm_exec_core+13912>, 0x7f2f601d059d <vm_exec_core+13885>, 0x7f2f601d0589 <vm_exec_core+13865>, 0x7f2f601d0575 <vm_exec_core+13845>, 0x7f2f601d0561 <vm_exec_core+13825>, 0x7f2f601d054d <vm_exec_core+13805>, 0x7f2f601d0539 <vm_exec_core+13785>, 0x7f2f601d0525 <vm_exec_core+13765>, 0x7f2f601d0511 <vm_exec_core+13745>, 0x7f2f601d04fd <vm_exec_core+13725>, 0x7f2f601d04e9 <vm_exec_core+13705>, 0x7f2f601cdd11 <vm_exec_core+3505>, 0x7f2f601cdb38 <vm_exec_core+3032>, 0x7f2f601d04d5 <vm_exec_core+13685>, 0x7f2f601d04c1 <vm_exec_core+13665>, 0x7f2f601d04ad <vm_exec_core+13645>, 0x7f2f601d0499 <vm_exec_core+13625>, 0x7f2f601ccfa1 <vm_exec_core+65>, 0x7f2f601ccfa5 <vm_exec_core+69>, 0x7f2f601cdc9c <vm_exec_core+3388>, 0x7f2f601cd646 <vm_exec_core+1766>, 0x7f2f601cd5bc <vm_exec_core+1628>, 0x7f2f601cd7de <vm_exec_core+2174>, 0x7f2f601cd78d <vm_exec_core+2093>, 0x7f2f601cd73e <vm_exec_core+2014>, 0x7f2f601cd6e7 <vm_exec_core+1927>...}
#18 0x00007f2f601d31aa in rb_vm_exec (ec=0x562bc872b2c0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2472
        _ec = 0x562bc872b2c0
        _tag = {tag = 36, retval = 4, buf = {0x7f2f35133750, 0x7f2f601d31b0 <rb_vm_exec+416>, 0x0, 0x7ffff7a7be00, 0x39171537}, prev = 0x7ffff7a7c0e0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#19 0x00007f2f601d8548 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffff7a7bed8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1622
No locals.
#20 vm_yield (kw_splat=0, argv=0x7ffff7a7bed8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1630
No locals.
#21 rb_yield_0 (argv=0x7ffff7a7bed8, argc=1) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
No locals.
#22 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
No locals.
#23 0x00007f2f5ff3d65c in rb_ary_collect (ary=139840730642240) at /tmp/ruby/src/trunk-iseq_binary/array.c:3624
        i = 6
        collect = 139840730638240
#24 0x00007f2f601bc4fc in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f2f5facce18, ec=0x562bc872b2c0) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3497
        ci = 0x166100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f2f5f9b0100
        cfunc = 0x562bc877fec8
        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>
#25 vm_call_cfunc_with_frame (ec=0x562bc872b2c0, reg_cfp=0x7f2f5facce18, calling=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3525
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#26 0x00007f2f601cf108 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-iseq_binary/vm_callinfo.h:407
        val = 94746048005232
        ci = 0x7f2f5faccbe8
        cc = <optimized out>
        recv = 1
        argc = <optimized out>
        calling = {cd = 0x562bc8890470, cc = 0x7f2f45472540, block_handler = 139841445350961, recv = 139840730642240, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#27 vm_exec_core (ec=0x562bc872b2c0) at ../../src/trunk-iseq_binary/insns.def:802
        bh = 0
        cd = 0x562bc8890470
        blockiseq = 0x1
        leaf = <optimized out>
        val = 94746048005232
        reg_pc = 0x562bc8891888
        reg_cfp = 0x7f2f5facce18
        insns_address_table = {0x7f2f601ce5dc <vm_exec_core+5756>, 0x7f2f601ce570 <vm_exec_core+5648>, 0x7f2f601ce4ff <vm_exec_core+5535>, 0x7f2f601ce483 <vm_exec_core+5411>, 0x7f2f601ce406 <vm_exec_core+5286>, 0x7f2f601ce379 <vm_exec_core+5145>, 0x7f2f601ceaa7 <vm_exec_core+6983>, 0x7f2f601cea47 <vm_exec_core+6887>, 0x7f2f601ce65f <vm_exec_core+5887>, 0x7f2f601ce604 <vm_exec_core+5796>, 0x7f2f601ce8c4 <vm_exec_core+6500>, 0x7f2f601ce6c2 <vm_exec_core+5986>, 0x7f2f601cdc20 <vm_exec_core+3264>, 0x7f2f601cdbab <vm_exec_core+3147>, 0x7f2f601ce07a <vm_exec_core+4378>, 0x7f2f601ce037 <vm_exec_core+4311>, 0x7f2f601cdff9 <vm_exec_core+4249>, 0x7f2f601cdfbe <vm_exec_core+4190>, 0x7f2f601cdf83 <vm_exec_core+4131>, 0x7f2f601cdf48 <vm_exec_core+4072>, 0x7f2f601cdebe <vm_exec_core+3934>, 0x7f2f601cde78 <vm_exec_core+3864>, 0x7f2f601ce2d8 <vm_exec_core+4984>, 0x7f2f601ce28c <vm_exec_core+4908>, 0x7f2f601ce11c <vm_exec_core+4540>, 0x7f2f601ce0dc <vm_exec_core+4476>, 0x7f2f601ce22b <vm_exec_core+4811>, 0x7f2f601ce1ab <vm_exec_core+4683>, 0x7f2f601ce336 <vm_exec_core+5078>, 0x7f2f601cd6b3 <vm_exec_core+1875>, 0x7f2f601cf41b <vm_exec_core+9403>, 0x7f2f601cf382 <vm_exec_core+9250>, 0x7f2f601cefb0 <vm_exec_core+8272>, 0x7f2f601cef2f <vm_exec_core+8143>, 0x7f2f601cf65e <vm_exec_core+9982>, 0x7f2f601cf355 <vm_exec_core+9205>, 0x7f2f601cf61d <vm_exec_core+9917>, 0x7f2f601ceb65 <vm_exec_core+7173>, 0x7f2f601cee4e <vm_exec_core+7918>, 0x7f2f601ced57 <vm_exec_core+7671>, 0x7f2f601ced0e <vm_exec_core+7598>, 0x7f2f601cecc4 <vm_exec_core+7524>, 0x7f2f601ceefb <vm_exec_core+8091>, 0x7f2f601cee88 <vm_exec_core+7976>, 0x7f2f601cdada <vm_exec_core+2938>, 0x7f2f601cda87 <vm_exec_core+2855>, 0x7f2f601cf21c <vm_exec_core+8892>, 0x7f2f601cf180 <vm_exec_core+8736>, 0x7f2f601cf291 <vm_exec_core+9009>, 0x7f2f601cec84 <vm_exec_core+7460>, 0x7f2f601cf135 <vm_exec_core+8661>, 0x7f2f601cf015 <vm_exec_core+8373>, 0x7f2f601ccfb8 <vm_exec_core+88>, 0x7f2f601cddea <vm_exec_core+3722>, 0x7f2f601cdd95 <vm_exec_core+3637>, 0x7f2f601cf9d8 <vm_exec_core+10872>, 0x7f2f601cebba <vm_exec_core+7258>, 0x7f2f601cec0f <vm_exec_core+7343>, 0x7f2f601cd4d8 <vm_exec_core+1400>, 0x7f2f601cd3b1 <vm_exec_core+1105>, 0x7f2f601cd2fa <vm_exec_core+922>, 0x7f2f601cf96f <vm_exec_core+10767>, 0x7f2f601cd2ba <vm_exec_core+858>, 0x7f2f601cda28 <vm_exec_core+2760>, 0x7f2f601cd9c9 <vm_exec_core+2665>, 0x7f2f601cdc69 <vm_exec_core+3337>, 0x7f2f601cd91a <vm_exec_core+2490>, 0x7f2f601cd875 <vm_exec_core+2325>, 0x7f2f601cfd8b <vm_exec_core+11819>, 0x7f2f601cfe9f <vm_exec_core+12095>, 0x7f2f601cfdf5 <vm_exec_core+11925>, 0x7f2f601d038c <vm_exec_core+13356>, 0x7f2f601d02de <vm_exec_core+13182>, 0x7f2f601d0273 <vm_exec_core+13075>, 0x7f2f601d01ea <vm_exec_core+12938>, 0x7f2f601d0141 <vm_exec_core+12769>, 0x7f2f601d009d <vm_exec_core+12605>, 0x7f2f601cfff4 <vm_exec_core+12436>, 0x7f2f601cff50 <vm_exec_core+12272>, 0x7f2f601cfb48 <vm_exec_core+11240>, 0x7f2f601cfaf4 <vm_exec_core+11156>, 0x7f2f601cfa99 <vm_exec_core+11065>, 0x7f2f601cfa28 <vm_exec_core+10952>, 0x7f2f601d0407 <vm_exec_core+13479>, 0x7f2f601cdd20 <vm_exec_core+3520>, 0x7f2f601cdb47 <vm_exec_core+3047>, 0x7f2f601cfbfb <vm_exec_core+11419>, 0x7f2f601cfd4e <vm_exec_core+11758>, 0x7f2f601cfc34 <vm_exec_core+11476>, 0x7f2f601cfcf0 <vm_exec_core+11664>, 0x7f2f601cfc7b <vm_exec_core+11547>, 0x7f2f601cfbbf <vm_exec_core+11359>, 0x7f2f601cdcab <vm_exec_core+3403>, 0x7f2f601cd655 <vm_exec_core+1781>, 0x7f2f601cd5cb <vm_exec_core+1643>, 0x7f2f601cd7ed <vm_exec_core+2189>, 0x7f2f601cd79c <vm_exec_core+2108>, 0x7f2f601cd74d <vm_exec_core+2029>, 0x7f2f601cd6f6 <vm_exec_core+1942>, 0x7f2f601cd83a <vm_exec_core+2266>, 0x7f2f601cd27f <vm_exec_core+799>, 0x7f2f601ce5cd <vm_exec_core+5741>, 0x7f2f601ce561 <vm_exec_core+5633>, 0x7f2f601ce4f0 <vm_exec_core+5520>, 0x7f2f601ce474 <vm_exec_core+5396>, 0x7f2f601ce3f7 <vm_exec_core+5271>, 0x7f2f601ce36a <vm_exec_core+5130>, 0x7f2f601cea98 <vm_exec_core+6968>, 0x7f2f601cea38 <vm_exec_core+6872>, 0x7f2f601ce650 <vm_exec_core+5872>, 0x7f2f601ce5f5 <vm_exec_core+5781>, 0x7f2f601ce8b5 <vm_exec_core+6485>, 0x7f2f601ce6b3 <vm_exec_core+5971>, 0x7f2f601cdc11 <vm_exec_core+3249>, 0x7f2f601cdb9c <vm_exec_core+3132>, 0x7f2f601ce06b <vm_exec_core+4363>, 0x7f2f601ce028 <vm_exec_core+4296>, 0x7f2f601cdfea <vm_exec_core+4234>, 0x7f2f601cdfaf <vm_exec_core+4175>, 0x7f2f601cdf74 <vm_exec_core+4116>, 0x7f2f601cdf39 <vm_exec_core+4057>, 0x7f2f601cdeaf <vm_exec_core+3919>, 0x7f2f601cde69 <vm_exec_core+3849>, 0x7f2f601ce2c9 <vm_exec_core+4969>, 0x7f2f601ce27d <vm_exec_core+4893>, 0x7f2f601ce10d <vm_exec_core+4525>, 0x7f2f601ce0cd <vm_exec_core+4461>, 0x7f2f601ce21c <vm_exec_core+4796>, 0x7f2f601ce19c <vm_exec_core+4668>, 0x7f2f601ce327 <vm_exec_core+5063>, 0x7f2f601cd6a4 <vm_exec_core+1860>, 0x7f2f601cf40c <vm_exec_core+9388>, 0x7f2f601cf373 <vm_exec_core+9235>, 0x7f2f601cefa1 <vm_exec_core+8257>, 0x7f2f601cef20 <vm_exec_core+8128>, 0x7f2f601cf64f <vm_exec_core+9967>, 0x7f2f601cf346 <vm_exec_core+9190>, 0x7f2f601cf60e <vm_exec_core+9902>, 0x7f2f601ceb56 <vm_exec_core+7158>, 0x7f2f601cee3f <vm_exec_core+7903>, 0x7f2f601ced48 <vm_exec_core+7656>, 0x7f2f601cecff <vm_exec_core+7583>, 0x7f2f601cecb5 <vm_exec_core+7509>, 0x7f2f601ceeec <vm_exec_core+8076>, 0x7f2f601cee79 <vm_exec_core+7961>, 0x7f2f601cdacb <vm_exec_core+2923>, 0x7f2f601cda78 <vm_exec_core+2840>, 0x7f2f601cf20d <vm_exec_core+8877>, 0x7f2f601cf171 <vm_exec_core+8721>, 0x7f2f601cf282 <vm_exec_core+8994>, 0x7f2f601cec75 <vm_exec_core+7445>, 0x7f2f601cf126 <vm_exec_core+8646>, 0x7f2f601cf006 <vm_exec_core+8358>, 0x7f2f601d0644 <vm_exec_core+14052>, 0x7f2f601cdddb <vm_exec_core+3707>, 0x7f2f601cdd86 <vm_exec_core+3622>, 0x7f2f601d0630 <vm_exec_core+14032>, 0x7f2f601cebab <vm_exec_core+7243>, 0x7f2f601cec00 <vm_exec_core+7328>, 0x7f2f601cd4c9 <vm_exec_core+1385>, 0x7f2f601cd3a2 <vm_exec_core+1090>, 0x7f2f601cd2eb <vm_exec_core+907>, 0x7f2f601cf960 <vm_exec_core+10752>, 0x7f2f601cd2ab <vm_exec_core+843>, 0x7f2f601cda19 <vm_exec_core+2745>, 0x7f2f601cd9ba <vm_exec_core+2650>, 0x7f2f601cdc5a <vm_exec_core+3322>, 0x7f2f601cd90b <vm_exec_core+2475>, 0x7f2f601cd866 <vm_exec_core+2310>, 0x7f2f601d061c <vm_exec_core+14012>, 0x7f2f601d0608 <vm_exec_core+13992>, 0x7f2f601d05f4 <vm_exec_core+13972>, 0x7f2f601d05e0 <vm_exec_core+13952>, 0x7f2f601d05cc <vm_exec_core+13932>, 0x7f2f601d05b8 <vm_exec_core+13912>, 0x7f2f601d059d <vm_exec_core+13885>, 0x7f2f601d0589 <vm_exec_core+13865>, 0x7f2f601d0575 <vm_exec_core+13845>, 0x7f2f601d0561 <vm_exec_core+13825>, 0x7f2f601d054d <vm_exec_core+13805>, 0x7f2f601d0539 <vm_exec_core+13785>, 0x7f2f601d0525 <vm_exec_core+13765>, 0x7f2f601d0511 <vm_exec_core+13745>, 0x7f2f601d04fd <vm_exec_core+13725>, 0x7f2f601d04e9 <vm_exec_core+13705>, 0x7f2f601cdd11 <vm_exec_core+3505>, 0x7f2f601cdb38 <vm_exec_core+3032>, 0x7f2f601d04d5 <vm_exec_core+13685>, 0x7f2f601d04c1 <vm_exec_core+13665>, 0x7f2f601d04ad <vm_exec_core+13645>, 0x7f2f601d0499 <vm_exec_core+13625>, 0x7f2f601ccfa1 <vm_exec_core+65>, 0x7f2f601ccfa5 <vm_exec_core+69>, 0x7f2f601cdc9c <vm_exec_core+3388>, 0x7f2f601cd646 <vm_exec_core+1766>, 0x7f2f601cd5bc <vm_exec_core+1628>, 0x7f2f601cd7de <vm_exec_core+2174>, 0x7f2f601cd78d <vm_exec_core+2093>, 0x7f2f601cd73e <vm_exec_core+2014>, 0x7f2f601cd6e7 <vm_exec_core+1927>...}
#28 0x00007f2f601d31aa in rb_vm_exec (ec=0x562bc872b2c0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2472
        _ec = 0x562bc872b2c0
        _tag = {tag = 36, retval = 4, buf = {0x7f2f35133c00, 0x7f2f601d31b0 <rb_vm_exec+416>, 0x0, 0x7ffff7a7c0c0, 0x7f2f35133bc8}, prev = 0x7ffff7a7c3a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#29 0x00007f2f601d8548 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffff7a7c198, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1622
No locals.
#30 vm_yield (kw_splat=0, argv=0x7ffff7a7c198, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1630
No locals.
#31 rb_yield_0 (argv=0x7ffff7a7c198, argc=1) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
No locals.
#32 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
No locals.
#33 0x00007f2f5ff3d65c in rb_ary_collect (ary=139840730643440) at /tmp/ruby/src/trunk-iseq_binary/array.c:3624
        i = 0
        collect = 139840730643360
#34 0x00007f2f601bc4fc in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f2f5faccf30, ec=0x562bc872b2c0) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3497
        ci = 0x166100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f2f5f9b0100
        cfunc = 0x562bc877fec8
        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>
#35 vm_call_cfunc_with_frame (ec=0x562bc872b2c0, reg_cfp=0x7f2f5faccf30, calling=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3525
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#36 0x00007f2f601cf108 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-iseq_binary/vm_callinfo.h:407
        val = 94746047297184
        ci = 0x7f2f5faccbe8
        cc = <optimized out>
        recv = 1
        argc = <optimized out>
        calling = {cd = 0x562bc87e36a0, cc = 0x7f2f45472540, block_handler = 139841445351241, recv = 139840730643440, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#37 vm_exec_core (ec=0x562bc872b2c0) at ../../src/trunk-iseq_binary/insns.def:802
        bh = 0
        cd = 0x562bc87e36a0
        blockiseq = 0x1
        leaf = <optimized out>
        val = 94746047297184
        reg_pc = 0x562bc88c4d18
        reg_cfp = 0x7f2f5faccf30
        insns_address_table = {0x7f2f601ce5dc <vm_exec_core+5756>, 0x7f2f601ce570 <vm_exec_core+5648>, 0x7f2f601ce4ff <vm_exec_core+5535>, 0x7f2f601ce483 <vm_exec_core+5411>, 0x7f2f601ce406 <vm_exec_core+5286>, 0x7f2f601ce379 <vm_exec_core+5145>, 0x7f2f601ceaa7 <vm_exec_core+6983>, 0x7f2f601cea47 <vm_exec_core+6887>, 0x7f2f601ce65f <vm_exec_core+5887>, 0x7f2f601ce604 <vm_exec_core+5796>, 0x7f2f601ce8c4 <vm_exec_core+6500>, 0x7f2f601ce6c2 <vm_exec_core+5986>, 0x7f2f601cdc20 <vm_exec_core+3264>, 0x7f2f601cdbab <vm_exec_core+3147>, 0x7f2f601ce07a <vm_exec_core+4378>, 0x7f2f601ce037 <vm_exec_core+4311>, 0x7f2f601cdff9 <vm_exec_core+4249>, 0x7f2f601cdfbe <vm_exec_core+4190>, 0x7f2f601cdf83 <vm_exec_core+4131>, 0x7f2f601cdf48 <vm_exec_core+4072>, 0x7f2f601cdebe <vm_exec_core+3934>, 0x7f2f601cde78 <vm_exec_core+3864>, 0x7f2f601ce2d8 <vm_exec_core+4984>, 0x7f2f601ce28c <vm_exec_core+4908>, 0x7f2f601ce11c <vm_exec_core+4540>, 0x7f2f601ce0dc <vm_exec_core+4476>, 0x7f2f601ce22b <vm_exec_core+4811>, 0x7f2f601ce1ab <vm_exec_core+4683>, 0x7f2f601ce336 <vm_exec_core+5078>, 0x7f2f601cd6b3 <vm_exec_core+1875>, 0x7f2f601cf41b <vm_exec_core+9403>, 0x7f2f601cf382 <vm_exec_core+9250>, 0x7f2f601cefb0 <vm_exec_core+8272>, 0x7f2f601cef2f <vm_exec_core+8143>, 0x7f2f601cf65e <vm_exec_core+9982>, 0x7f2f601cf355 <vm_exec_core+9205>, 0x7f2f601cf61d <vm_exec_core+9917>, 0x7f2f601ceb65 <vm_exec_core+7173>, 0x7f2f601cee4e <vm_exec_core+7918>, 0x7f2f601ced57 <vm_exec_core+7671>, 0x7f2f601ced0e <vm_exec_core+7598>, 0x7f2f601cecc4 <vm_exec_core+7524>, 0x7f2f601ceefb <vm_exec_core+8091>, 0x7f2f601cee88 <vm_exec_core+7976>, 0x7f2f601cdada <vm_exec_core+2938>, 0x7f2f601cda87 <vm_exec_core+2855>, 0x7f2f601cf21c <vm_exec_core+8892>, 0x7f2f601cf180 <vm_exec_core+8736>, 0x7f2f601cf291 <vm_exec_core+9009>, 0x7f2f601cec84 <vm_exec_core+7460>, 0x7f2f601cf135 <vm_exec_core+8661>, 0x7f2f601cf015 <vm_exec_core+8373>, 0x7f2f601ccfb8 <vm_exec_core+88>, 0x7f2f601cddea <vm_exec_core+3722>, 0x7f2f601cdd95 <vm_exec_core+3637>, 0x7f2f601cf9d8 <vm_exec_core+10872>, 0x7f2f601cebba <vm_exec_core+7258>, 0x7f2f601cec0f <vm_exec_core+7343>, 0x7f2f601cd4d8 <vm_exec_core+1400>, 0x7f2f601cd3b1 <vm_exec_core+1105>, 0x7f2f601cd2fa <vm_exec_core+922>, 0x7f2f601cf96f <vm_exec_core+10767>, 0x7f2f601cd2ba <vm_exec_core+858>, 0x7f2f601cda28 <vm_exec_core+2760>, 0x7f2f601cd9c9 <vm_exec_core+2665>, 0x7f2f601cdc69 <vm_exec_core+3337>, 0x7f2f601cd91a <vm_exec_core+2490>, 0x7f2f601cd875 <vm_exec_core+2325>, 0x7f2f601cfd8b <vm_exec_core+11819>, 0x7f2f601cfe9f <vm_exec_core+12095>, 0x7f2f601cfdf5 <vm_exec_core+11925>, 0x7f2f601d038c <vm_exec_core+13356>, 0x7f2f601d02de <vm_exec_core+13182>, 0x7f2f601d0273 <vm_exec_core+13075>, 0x7f2f601d01ea <vm_exec_core+12938>, 0x7f2f601d0141 <vm_exec_core+12769>, 0x7f2f601d009d <vm_exec_core+12605>, 0x7f2f601cfff4 <vm_exec_core+12436>, 0x7f2f601cff50 <vm_exec_core+12272>, 0x7f2f601cfb48 <vm_exec_core+11240>, 0x7f2f601cfaf4 <vm_exec_core+11156>, 0x7f2f601cfa99 <vm_exec_core+11065>, 0x7f2f601cfa28 <vm_exec_core+10952>, 0x7f2f601d0407 <vm_exec_core+13479>, 0x7f2f601cdd20 <vm_exec_core+3520>, 0x7f2f601cdb47 <vm_exec_core+3047>, 0x7f2f601cfbfb <vm_exec_core+11419>, 0x7f2f601cfd4e <vm_exec_core+11758>, 0x7f2f601cfc34 <vm_exec_core+11476>, 0x7f2f601cfcf0 <vm_exec_core+11664>, 0x7f2f601cfc7b <vm_exec_core+11547>, 0x7f2f601cfbbf <vm_exec_core+11359>, 0x7f2f601cdcab <vm_exec_core+3403>, 0x7f2f601cd655 <vm_exec_core+1781>, 0x7f2f601cd5cb <vm_exec_core+1643>, 0x7f2f601cd7ed <vm_exec_core+2189>, 0x7f2f601cd79c <vm_exec_core+2108>, 0x7f2f601cd74d <vm_exec_core+2029>, 0x7f2f601cd6f6 <vm_exec_core+1942>, 0x7f2f601cd83a <vm_exec_core+2266>, 0x7f2f601cd27f <vm_exec_core+799>, 0x7f2f601ce5cd <vm_exec_core+5741>, 0x7f2f601ce561 <vm_exec_core+5633>, 0x7f2f601ce4f0 <vm_exec_core+5520>, 0x7f2f601ce474 <vm_exec_core+5396>, 0x7f2f601ce3f7 <vm_exec_core+5271>, 0x7f2f601ce36a <vm_exec_core+5130>, 0x7f2f601cea98 <vm_exec_core+6968>, 0x7f2f601cea38 <vm_exec_core+6872>, 0x7f2f601ce650 <vm_exec_core+5872>, 0x7f2f601ce5f5 <vm_exec_core+5781>, 0x7f2f601ce8b5 <vm_exec_core+6485>, 0x7f2f601ce6b3 <vm_exec_core+5971>, 0x7f2f601cdc11 <vm_exec_core+3249>, 0x7f2f601cdb9c <vm_exec_core+3132>, 0x7f2f601ce06b <vm_exec_core+4363>, 0x7f2f601ce028 <vm_exec_core+4296>, 0x7f2f601cdfea <vm_exec_core+4234>, 0x7f2f601cdfaf <vm_exec_core+4175>, 0x7f2f601cdf74 <vm_exec_core+4116>, 0x7f2f601cdf39 <vm_exec_core+4057>, 0x7f2f601cdeaf <vm_exec_core+3919>, 0x7f2f601cde69 <vm_exec_core+3849>, 0x7f2f601ce2c9 <vm_exec_core+4969>, 0x7f2f601ce27d <vm_exec_core+4893>, 0x7f2f601ce10d <vm_exec_core+4525>, 0x7f2f601ce0cd <vm_exec_core+4461>, 0x7f2f601ce21c <vm_exec_core+4796>, 0x7f2f601ce19c <vm_exec_core+4668>, 0x7f2f601ce327 <vm_exec_core+5063>, 0x7f2f601cd6a4 <vm_exec_core+1860>, 0x7f2f601cf40c <vm_exec_core+9388>, 0x7f2f601cf373 <vm_exec_core+9235>, 0x7f2f601cefa1 <vm_exec_core+8257>, 0x7f2f601cef20 <vm_exec_core+8128>, 0x7f2f601cf64f <vm_exec_core+9967>, 0x7f2f601cf346 <vm_exec_core+9190>, 0x7f2f601cf60e <vm_exec_core+9902>, 0x7f2f601ceb56 <vm_exec_core+7158>, 0x7f2f601cee3f <vm_exec_core+7903>, 0x7f2f601ced48 <vm_exec_core+7656>, 0x7f2f601cecff <vm_exec_core+7583>, 0x7f2f601cecb5 <vm_exec_core+7509>, 0x7f2f601ceeec <vm_exec_core+8076>, 0x7f2f601cee79 <vm_exec_core+7961>, 0x7f2f601cdacb <vm_exec_core+2923>, 0x7f2f601cda78 <vm_exec_core+2840>, 0x7f2f601cf20d <vm_exec_core+8877>, 0x7f2f601cf171 <vm_exec_core+8721>, 0x7f2f601cf282 <vm_exec_core+8994>, 0x7f2f601cec75 <vm_exec_core+7445>, 0x7f2f601cf126 <vm_exec_core+8646>, 0x7f2f601cf006 <vm_exec_core+8358>, 0x7f2f601d0644 <vm_exec_core+14052>, 0x7f2f601cdddb <vm_exec_core+3707>, 0x7f2f601cdd86 <vm_exec_core+3622>, 0x7f2f601d0630 <vm_exec_core+14032>, 0x7f2f601cebab <vm_exec_core+7243>, 0x7f2f601cec00 <vm_exec_core+7328>, 0x7f2f601cd4c9 <vm_exec_core+1385>, 0x7f2f601cd3a2 <vm_exec_core+1090>, 0x7f2f601cd2eb <vm_exec_core+907>, 0x7f2f601cf960 <vm_exec_core+10752>, 0x7f2f601cd2ab <vm_exec_core+843>, 0x7f2f601cda19 <vm_exec_core+2745>, 0x7f2f601cd9ba <vm_exec_core+2650>, 0x7f2f601cdc5a <vm_exec_core+3322>, 0x7f2f601cd90b <vm_exec_core+2475>, 0x7f2f601cd866 <vm_exec_core+2310>, 0x7f2f601d061c <vm_exec_core+14012>, 0x7f2f601d0608 <vm_exec_core+13992>, 0x7f2f601d05f4 <vm_exec_core+13972>, 0x7f2f601d05e0 <vm_exec_core+13952>, 0x7f2f601d05cc <vm_exec_core+13932>, 0x7f2f601d05b8 <vm_exec_core+13912>, 0x7f2f601d059d <vm_exec_core+13885>, 0x7f2f601d0589 <vm_exec_core+13865>, 0x7f2f601d0575 <vm_exec_core+13845>, 0x7f2f601d0561 <vm_exec_core+13825>, 0x7f2f601d054d <vm_exec_core+13805>, 0x7f2f601d0539 <vm_exec_core+13785>, 0x7f2f601d0525 <vm_exec_core+13765>, 0x7f2f601d0511 <vm_exec_core+13745>, 0x7f2f601d04fd <vm_exec_core+13725>, 0x7f2f601d04e9 <vm_exec_core+13705>, 0x7f2f601cdd11 <vm_exec_core+3505>, 0x7f2f601cdb38 <vm_exec_core+3032>, 0x7f2f601d04d5 <vm_exec_core+13685>, 0x7f2f601d04c1 <vm_exec_core+13665>, 0x7f2f601d04ad <vm_exec_core+13645>, 0x7f2f601d0499 <vm_exec_core+13625>, 0x7f2f601ccfa1 <vm_exec_core+65>, 0x7f2f601ccfa5 <vm_exec_core+69>, 0x7f2f601cdc9c <vm_exec_core+3388>, 0x7f2f601cd646 <vm_exec_core+1766>, 0x7f2f601cd5bc <vm_exec_core+1628>, 0x7f2f601cd7de <vm_exec_core+2174>, 0x7f2f601cd78d <vm_exec_core+2093>, 0x7f2f601cd73e <vm_exec_core+2014>, 0x7f2f601cd6e7 <vm_exec_core+1927>...}
#38 0x00007f2f601d3437 in vm_exec_loop (result=<optimized out>, tag=0x7ffff7a7c3a0, state=<optimized out>, ec=0x562bc872b2c0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2499
        vm_loop_start = <optimized out>
#39 rb_vm_exec (ec=0x562bc872b2c0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2478
        _ec = 0x562bc872b2c0
        _tag = {tag = 36, retval = 4, buf = {0x7f2f45462cf8, 0x7f2f601d31b0 <rb_vm_exec+416>, 0x0, 0x7ffff7a7c380, 0x7f2f604ed040 <_rtld_global>}, prev = 0x7ffff7a7c460, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#40 0x00007f2f601d413b in rb_iseq_eval_main (iseq=iseq@entry=0x7f2f45462cf8) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2738
        ec = <optimized out>
        val = <optimized out>
#41 0x00007f2f5ffeea35 in rb_ec_exec_node (ec=ec@entry=0x562bc872b2c0, n=n@entry=0x7f2f45462cf8) at /tmp/ruby/src/trunk-iseq_binary/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 139841452368900, buf = {0x7f2f45462cf8, 0x7f2f5ffeea80 <rb_ec_exec_node+256>, 0x0, 0x7ffff7a7c430, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f2f45462cf8
#42 0x00007f2f5fff2643 in ruby_run_node (n=0x7f2f45462cf8) at /tmp/ruby/src/trunk-iseq_binary/eval.c:328
        ec = 0x562bc872b2c0
        status = 0
#43 0x0000562bc8107187 in rb_main (argv=0x7ffff7a7c668, argc=10) at /tmp/ruby/src/trunk-iseq_binary/main.c:39
        variable_in_this_stack_frame = 140737348356393
#44 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/main.c:58
No locals.

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