# Logfile created on 2025-05-14 21:02:34 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007f384deefde0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat20", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @spec_opts="-j", @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=41600, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20.20250514-210234", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f384df11d50 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f384df11af8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f384de2a798 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20.20250514-210234", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20.20250514-210234>, @binmode=false, @mon_data=#<Monitor:0x00007f384df116e8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   920dc0f..7afee53  master     -> origin/master
Updating 920dc0f..7afee53
Fast-forward
 .github/auto_request_review.yml  |  1 +
 .github/workflows/compilers.yml  |  2 +
 .github/workflows/wasm.yml       |  2 -
 .github/workflows/zjit-macos.yml |  6 +++
 .gitignore                       |  3 ++
 Cargo.lock                       | 89 ++++++++++++++++++++++++++++++++++++
 Cargo.toml                       | 51 +++++++++++++++++++++
 NEWS.md                          |  2 +-
 common.mk                        | 13 +++---
 configure.ac                     | 97 ++++++++++++++++++++++------------------
 defs/gmake.mk                    |  1 +
 defs/jit.mk                      | 53 ++++++++++++++++++++++
 gc.c                             | 87 ++++++++++++++++++++++-------------
 gc/mmtk/Cargo.toml               |  2 +
 include/ruby/atomic.h            | 44 ++++++++++++++++++
 include/ruby/internal/abi.h      |  2 +-
 jit.rs                           |  4 ++
 lib/erb/version.rb               |  2 +-
 string.c                         | 79 ++++++++++++++++++--------------
 template/Makefile.in             |  9 ++--
 vm.c                             |  4 +-
 yjit/Cargo.toml                  | 27 -----------
 yjit/bindgen/Cargo.toml          |  2 +
 yjit/yjit.mk                     | 57 ++++-------------------
 zjit.c                           |  1 +
 zjit/Cargo.toml                  | 17 +------
 zjit/bindgen/Cargo.toml          |  2 +
 zjit/build.rs                    |  3 +-
 zjit/zjit.mk                     | 58 ++++--------------------
 29 files changed, 453 insertions(+), 267 deletions(-)
 create mode 100644 Cargo.lock
 create mode 100644 Cargo.toml
 create mode 100644 defs/jit.mk
 create mode 100644 jit.rs
Latest commit hash = 7afee53fa0
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-repeat20/common.mk > uncommon.mk
cd -P /tmp/ruby/src/trunk-repeat20 && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-repeat20/configure --prefix=/tmp/ruby/install/trunk-repeat20 --disable-install-doc --enable-shared --no-create --no-recursion
checking for ruby... /usr/bin/ruby --disable=gems
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... unsupported
checking for c++ option to enable C++98 features... unsupported
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
configure: WARNING: something wrong with CXXFLAGS=""
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 LDFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for pthread.h... yes
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking thread model... pthread
checking whether CXXFLAGS is valid... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for sys/event.h... no
checking for stdckdint.h... no
checking for stdatomic.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 word size... 8
checking packed struct attribute... x __attribute__((packed))
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__deprecated__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... yes
checking for atan2l... yes
checking for atan2f... yes
checking whether atomic_signal_fence is declared... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for 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 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
In file included from conftest.c:4:
/tmp/ruby/src/trunk-repeat20/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat20/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat20/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^~~~~~~~~~~~~~
/tmp/ruby/src/trunk-repeat20/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat20/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat20/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
      |     ^~~~~~~~~~~~~~
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... 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_add_overflow... yes
checking for __builtin_add_overflow_p... yes
checking for __builtin_add_overflow with long long arguments... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_sub_overflow_p... yes
checking for __builtin_sub_overflow with long long arguments... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... 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 specifier... _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... no
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
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for setjmp type... __builtin_setjmp
checking if building with modular GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT/ZJIT... 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.5.0+1
configure: creating ./config.status
---
Configuration summary for ruby version 3.5.0

   * Installation prefix: /tmp/ruby/install/trunk-repeat20
   * 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
   * with modular GC:     no
   * enable shared libs:  yes
   * dynamic library ext: so
   * CFLAGS:              ${hardenflags}  ${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
   * hardenflags:         -fstack-protector-strong -U_FORTIFY_SOURCE \
                          -D_FORTIFY_SOURCE=2
   * strip command:       strip -S -x
   * install doc:         no
   * YJIT support:        yes
   * ZJIT support:        no
   * man page type:       man
   * BASERUBY -v:         ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \
                          [x86_64-linux-gnu]

---
MAKE=make /bin/sh ./config.status Makefile
MAKE=make /bin/sh ./config.status GNUmakefile
config.status: creating GNUmakefile
config.status: creating Makefile
GNUmakefile unchanged
generating /tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof'
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision unchanged
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof'
/tmp/ruby/src/trunk-repeat20/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
$$$[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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-repeat20/main.c
compiling /tmp/ruby/src/trunk-repeat20/dmydln.c
compiling /tmp/ruby/src/trunk-repeat20/miniinit.c
compiling /tmp/ruby/src/trunk-repeat20/array.c
compiling /tmp/ruby/src/trunk-repeat20/ast.c
compiling /tmp/ruby/src/trunk-repeat20/bignum.c
compiling /tmp/ruby/src/trunk-repeat20/class.c
compiling /tmp/ruby/src/trunk-repeat20/compar.c
compiling /tmp/ruby/src/trunk-repeat20/compile.c
compiling /tmp/ruby/src/trunk-repeat20/complex.c
compiling /tmp/ruby/src/trunk-repeat20/cont.c
compiling /tmp/ruby/src/trunk-repeat20/debug.c
compiling /tmp/ruby/src/trunk-repeat20/debug_counter.c
compiling /tmp/ruby/src/trunk-repeat20/dir.c
compiling /tmp/ruby/src/trunk-repeat20/dln_find.c
compiling /tmp/ruby/src/trunk-repeat20/encoding.c
compiling /tmp/ruby/src/trunk-repeat20/enum.c
compiling /tmp/ruby/src/trunk-repeat20/enumerator.c
compiling /tmp/ruby/src/trunk-repeat20/error.c
compiling /tmp/ruby/src/trunk-repeat20/eval.c
compiling /tmp/ruby/src/trunk-repeat20/file.c
compiling /tmp/ruby/src/trunk-repeat20/gc.c
compiling /tmp/ruby/src/trunk-repeat20/hash.c
compiling /tmp/ruby/src/trunk-repeat20/inits.c
compiling /tmp/ruby/src/trunk-repeat20/imemo.c
compiling /tmp/ruby/src/trunk-repeat20/io.c
compiling /tmp/ruby/src/trunk-repeat20/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat20/iseq.c
compiling /tmp/ruby/src/trunk-repeat20/load.c
compiling /tmp/ruby/src/trunk-repeat20/marshal.c
compiling /tmp/ruby/src/trunk-repeat20/math.c
compiling /tmp/ruby/src/trunk-repeat20/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20/namespace.c
compiling /tmp/ruby/src/trunk-repeat20/node.c
compiling /tmp/ruby/src/trunk-repeat20/node_dump.c
compiling /tmp/ruby/src/trunk-repeat20/numeric.c
compiling /tmp/ruby/src/trunk-repeat20/object.c
compiling /tmp/ruby/src/trunk-repeat20/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat20/parser_st.c
compiling /tmp/ruby/src/trunk-repeat20/proc.c
compiling /tmp/ruby/src/trunk-repeat20/process.c
compiling /tmp/ruby/src/trunk-repeat20/ractor.c
compiling /tmp/ruby/src/trunk-repeat20/random.c
compiling /tmp/ruby/src/trunk-repeat20/range.c
compiling /tmp/ruby/src/trunk-repeat20/rational.c
compiling /tmp/ruby/src/trunk-repeat20/re.c
compiling /tmp/ruby/src/trunk-repeat20/regcomp.c
compiling /tmp/ruby/src/trunk-repeat20/regenc.c
compiling /tmp/ruby/src/trunk-repeat20/regerror.c
compiling /tmp/ruby/src/trunk-repeat20/regexec.c
compiling /tmp/ruby/src/trunk-repeat20/regparse.c
compiling /tmp/ruby/src/trunk-repeat20/regsyntax.c
compiling /tmp/ruby/src/trunk-repeat20/ruby.c
compiling /tmp/ruby/src/trunk-repeat20/ruby_parser.c
compiling /tmp/ruby/src/trunk-repeat20/scheduler.c
compiling /tmp/ruby/src/trunk-repeat20/shape.c
compiling /tmp/ruby/src/trunk-repeat20/signal.c
compiling /tmp/ruby/src/trunk-repeat20/sprintf.c
compiling /tmp/ruby/src/trunk-repeat20/st.c
compiling /tmp/ruby/src/trunk-repeat20/set.c
compiling /tmp/ruby/src/trunk-repeat20/strftime.c
compiling /tmp/ruby/src/trunk-repeat20/string.c
compiling /tmp/ruby/src/trunk-repeat20/struct.c
compiling /tmp/ruby/src/trunk-repeat20/symbol.c
compiling /tmp/ruby/src/trunk-repeat20/thread.c
compiling /tmp/ruby/src/trunk-repeat20/time.c
compiling /tmp/ruby/src/trunk-repeat20/transcode.c
compiling /tmp/ruby/src/trunk-repeat20/util.c
/tmp/ruby/src/trunk-repeat20/thread.c: In function ‘rb_thread_io_blocking_call’:
/tmp/ruby/src/trunk-repeat20/thread.c:1806:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1806 |     rb_thread_t *th = rb_ec_thread_ptr(ec);
      |                  ^~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
compiling /tmp/ruby/src/trunk-repeat20/variable.c
compiling /tmp/ruby/src/trunk-repeat20/version.c
compiling /tmp/ruby/src/trunk-repeat20/vm.c
compiling /tmp/ruby/src/trunk-repeat20/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat20/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat20/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat20/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat20/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-repeat20/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk-repeat20/prism/encoding.c
compiling /tmp/ruby/src/trunk-repeat20/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-repeat20/prism/options.c
compiling /tmp/ruby/src/trunk-repeat20/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat20/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-repeat20/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat20/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat20/prism_init.c
compiling /tmp/ruby/src/trunk-repeat20/yjit.c
compiling /tmp/ruby/src/trunk-repeat20/jit.c
building Rust YJIT (release mode)
assembling /tmp/ruby/src/trunk-repeat20/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-repeat20/enc/ascii.c
compiling /tmp/ruby/src/trunk-repeat20/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-repeat20/enc/unicode.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk-repeat20/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-repeat20/addr2line.c
touch /tmp/ruby/build/trunk-repeat20/target/release/libyjit.a
partial linking /tmp/ruby/build/trunk-repeat20/target/release/libyjit.a into /tmp/ruby/build/trunk-repeat20/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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-repeat20/dln.c
compiling /tmp/ruby/src/trunk-repeat20/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat20/loadpath.c
builtin_binary.inc updated
563108c7cc880dc618705020c4c30eb06a8e60da3fb5f2584df1230a4bc24c02  builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat20/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.5.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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
compiling /tmp/ruby/src/trunk-repeat20/enc/encdb.c
compiling /tmp/ruby/src/trunk-repeat20/enc/big5.c
compiling /tmp/ruby/src/trunk-repeat20/enc/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk-repeat20/enc/cp949.c
compiling /tmp/ruby/src/trunk-repeat20/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-repeat20/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-repeat20/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-repeat20/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-repeat20/enc/gb2312.c
compiling /tmp/ruby/src/trunk-repeat20/enc/gb18030.c
compiling /tmp/ruby/src/trunk-repeat20/enc/gbk.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-repeat20/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-repeat20/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-repeat20/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_31j.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/chinese.c
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji.c
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/asan
configuring -test-/bignum
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/ensure_and_callcc
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/single_byte.c
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-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
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-/namespace/yay1
configuring -test-/namespace/yay2
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/utf8_mac.c
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-/stack
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/utf_16_32.c
configuring -test-/thread/id
linking transcoder transdb.so
linking transcoder big5.so
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
linking transcoder cesu_8.so
linking transcoder chinese.so
configuring cgi/escape
linking transcoder ebcdic.so
linking transcoder emoji.so
configuring continuation
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
configuring coverage
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
configuring date
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf_16_32.so
linking transcoder utf8_mac.so
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring erb/escape
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
configuring etc
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
configuring fcntl
configuring io/console
configuring digest/rmd160
configuring digest/sha1
configuring json
configuring json/generator
configuring digest/sha2
configuring monitor
configuring objspace
configuring openssl
configuring json/parser
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring io/nonblock
configuring io/wait
configuring stringio
configuring strscan
configuring zlib
configuring bigdecimal-3.1.9/ext/bigdecimal
configuring debug-1.10.0/ext/debug
configuring fiddle-1.1.8/ext/fiddle
configuring nkf-0.2.0/ext/nkf
configuring racc-1.8.1/ext/racc/cparse
configuring rbs-3.9.3/ext/rbs_extension
configuring syslog-0.3.0/ext/syslog
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/abi'
linking shared-object -test-/abi.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/RUBY_ALIGNOF/c.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/arith_seq/extract/extract.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/array/resize/resize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/arith_seq/extract'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/asan'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/asan/asan.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/big2str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bug-14834/bug-14834.c
linking shared-object -test-/array/resize.so
linking shared-object -test-/bug_14834.so
linking shared-object -test-/asan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bug-3571/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/asan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bug-5832/bug.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bug_reporter/bug_reporter.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/bigzero.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/div.c
linking shared-object -test-/bug_reporter.so
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/class'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/class/class2name.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/class/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/debug/inspector.c
linking shared-object -test-/class.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/str2big.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/debug/profile_frames.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/dln/empty/empty.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/econv/append.c
linking shared-object -test-/bignum.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/econv/init.c
linking shared-object -test-/dln/empty.so
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/ensure_and_callcc/ensure_and_callcc.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/enumerator_kw/enumerator_kw.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/eval/eval.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/exception/dataerror.c
linking shared-object -test-/ensure_and_callcc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/exception/enc_raise.c
linking shared-object -test-/eval.so
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/fatal/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/file'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/file/newline_conv.c
linking shared-object -test-/exception.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/fatal/rb_fatal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/float'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/file/stat.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/float/nextafter.c
linking shared-object -test-/fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/funcall/funcall.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/file.so
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/file'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/hash/delete.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/integer/core_ext.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/hash/init.c
linking shared-object -test-/iseq_load.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/iter/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/dot.dot/dot.dot.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/dot.dot.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/iter/yield.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/stringify_symbols/stringify_symbols.c
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/stringify_target/stringify_target.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/integer/init.c
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/load/stringify_target.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/integer/my_integer.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/method'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/method/arity.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay1'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/namespace/yay1/yay1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay2'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/namespace/yay2/yay2.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/method/init.c
linking shared-object -test-/namespace/yay1.so
linking shared-object -test-/namespace/yay2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay1'
linking shared-object -test-/memory_view.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/num2int/num2int.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/notimplement/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/notimplement.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/notimplement'
linking shared-object -test-/path_to_class.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/postponed_job/postponed_job.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/printf/printf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/proc/init.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/random'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/proc/receiver.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/rational/rat.c
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/random/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/random/loop.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/recursion/recursion.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/regexp/init.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/st/foreach/foreach.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/regexp.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/regexp'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/stack'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/st/update/update.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/stack/stack.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/string'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/capacity.c
linking shared-object -test-/stack.so
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/stack'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/data.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/duplicate.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/thread/id/id.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/init.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/thread/id.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/ellipsize.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/member.c
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/time'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/fstring.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/init.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/new.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/time/new.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/wait/wait.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/rb_interned_str.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-repeat20/ext/cgi/escape/escape.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/continuation'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-repeat20/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/set_len.c
linking shared-object continuation.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat20/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/continuation'
linking shared-object -test-/string.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
compiling /tmp/ruby/src/trunk-repeat20/ext/date/date_core.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/digest.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/erb/escape'
compiling /tmp/ruby/src/trunk-repeat20/ext/erb/escape/escape.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/erb/escape'
compiling /tmp/ruby/src/trunk-repeat20/ext/date/date_parse.c
linking shared-object coverage.so
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/etc'
compiling /tmp/ruby/src/trunk-repeat20/ext/etc/etc.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fcntl'
compiling /tmp/ruby/src/trunk-repeat20/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat20/ext/io/console/console.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-repeat20/ext/io/nonblock/nonblock.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/wait'
compiling /tmp/ruby/src/trunk-repeat20/ext/io/wait/wait.c
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
linking shared-object io/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
compiling /tmp/ruby/src/trunk-repeat20/ext/monitor/monitor.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat20/ext/objspace/object_tracing.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-repeat20/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat20/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-repeat20/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-repeat20/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_bio.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat20/ext/pathname/pathname.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych_parser.c
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
compiling /tmp/ruby/src/trunk-repeat20/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych_to_ruby.c
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_cipher.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych_yaml_tree.c
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat20/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof/limits.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/ripper/eventids2.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/stringio'
compiling /tmp/ruby/src/trunk-repeat20/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-repeat20/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_digest.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
compiling /tmp/ruby/src/trunk-repeat20/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_kdf.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/zlib'
compiling /tmp/ruby/src/trunk-repeat20/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/tcpsocket.c
linking shared-object zlib.so
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/tcpserver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal/missing.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/ifaddr.c
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug/iseq_collector.c
linking shared-object socket.so
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_provider.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
linking shared-object fiddle.so
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
compiling /tmp/ruby/src/trunk-repeat20/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_rand.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ssl.c
linking shared-object ripper.so
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/../../src/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog/syslog.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/../../src/ruby_objs.c
linking shared-object syslog_ext.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/../../src/util/rbs_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/lexstate.c
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/md5'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/parser.c
/tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’:
/tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment]
   24 |   // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \
      |   ^
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ts.c
linking shared-object digest/md5.so
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension/unescape.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/rmd160/rmd160init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/rmd160/rmd160.c
linking shared-object rbs_extension.so
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/sha1/sha1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/sha2/sha2.c
linking shared-object digest/sha1.so
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json/generator'
compiling /tmp/ruby/src/trunk-repeat20/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509cert.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json/parser'
compiling /tmp/ruby/src/trunk-repeat20/ext/json/parser/parser.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509ext.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json/parser'
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509req.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json/generator'
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/bignum_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/digest_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/finalizer_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
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision -
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20/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 binary commands:         /tmp/ruby/install/trunk-repeat20/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat20/lib
installing arch files:              /tmp/ruby/install/trunk-repeat20/lib/ruby/3.5.0+1/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat20/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat20/lib/ruby/3.5.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.5.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.5.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat20/include/ruby-3.5.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat20/lib/ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.5.0+1
installing extension headers:       /tmp/ruby/install/trunk-repeat20/include/ruby-3.5.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat20/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat20/lib/ruby/3.5.0+1
installing common headers:          /tmp/ruby/install/trunk-repeat20/include/ruby-3.5.0+1
installing manpages:                /tmp/ruby/install/trunk-repeat20/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.5.0+1
                                    bundler 2.7.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 5.0.1
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.7.0.dev.2
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.4.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.3
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.5.0+1
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.12.0
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.6
                                    stringio 3.1.8.dev
                                    strscan 3.1.5.dev
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.5.0+1
                                    minitest 5.25.5
                                    power_assert 2.0.5
                                    rake 13.2.1
                                    test-unit 3.6.8
                                    rexml 3.4.1
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.8
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.9.3
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.9
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.4
                                    repl_type_completor 0.1.11
                                    ostruct 0.6.1
                                    pstore 0.2.0
                                    benchmark 0.4.0
                                    logger 1.7.0
                                    rdoc 6.13.1
                                    irb 1.15.2
                                    reline 0.6.1
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.5.0+1/cache
skipped bundled gems:
    win32ole-1.9.2.gem              not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2029 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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.

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

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
Run options: 
  --seed=59726
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-repeat20/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --repeat-count=20

# Running tests:

Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 8 #<File::Stat dev=0x8, ino=3000038875, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 10 #<File::Stat dev=0x8, ino=3000043788, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(1/20)  tests in 1134.347225s, 25.3467 tests/s, 5361.4280 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 9 #<File::Stat dev=0x8, ino=3000496958, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 11 #<File::Stat dev=0x8, ino=3000503701, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestSocket_BasicSocket#test_getsockopt: 13
Finished(2/20)  tests in 1295.441734s, 22.1955 tests/s, 4695.8986 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 12 #<File::Stat dev=0x8, ino=3001000709, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 13 #<File::Stat dev=0x8, ino=3000997290, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 14 #<File::Stat dev=0x8, ino=3000985341, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(3/20)  tests in 1360.815614s, 21.1292 tests/s, 4469.9259 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 15 #<File::Stat dev=0x8, ino=3001486477, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 16 #<File::Stat dev=0x8, ino=3001537153, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 17 #<File::Stat dev=0x8, ino=3001537168, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(4/20)  tests in 1103.100613s, 26.0656 tests/s, 5514.6583 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 18 #<File::Stat dev=0x8, ino=3001974747, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 19 #<File::Stat dev=0x8, ino=3002037293, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 20 #<File::Stat dev=0x8, ino=3002026765, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(5/20)  tests in 1272.191352s, 22.6012 tests/s, 4781.8931 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 21 #<File::Stat dev=0x8, ino=3002564670, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(6/20)  tests in 1410.202728s, 20.3893 tests/s, 4314.3201 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 22 #<File::Stat dev=0x8, ino=3003284656, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 23 #<File::Stat dev=0x8, ino=3003286649, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 24 #<File::Stat dev=0x8, ino=3003285607, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 26 : #<TCPSocket:fd 26, AF_INET6, ::1, 32865>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 26
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 26 : #<TCPSocket:fd 26, AF_INET, 127.0.0.1, 34241>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 26
Finished(7/20)  tests in 1625.872287s, 17.6847 tests/s, 3742.3413 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 25 #<File::Stat dev=0x8, ino=3004063124, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 26 #<File::Stat dev=0x8, ino=3004058209, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 28 : #<TCPSocket:fd 28, AF_INET, 127.0.0.1, 41091>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 28
Finished(8/20)  tests in 1487.249322s, 19.3330 tests/s, 4090.9946 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 27 #<File::Stat dev=0x8, ino=3004682899, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 28 #<File::Stat dev=0x8, ino=3004735150, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(9/20)  tests in 1192.059325s, 24.1204 tests/s, 5103.7351 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 29 #<File::Stat dev=0x8, ino=3005204433, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(10/20)  tests in 1324.267140s, 21.7124 tests/s, 4594.4068 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 30 #<File::Stat dev=0x8, ino=3005699695, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(11/20)  tests in 1280.889113s, 22.4477 tests/s, 4750.2566 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 31 #<File::Stat dev=0x8, ino=3006122746, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 32 #<File::Stat dev=0x8, ino=3006163865, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 33 #<File::Stat dev=0x8, ino=3006164947, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 35 #<File::Stat dev=0x8, ino=3006172347, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
/tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:59: [BUG] Segmentation fault at 0x0000000000000000
ruby 3.5.0dev (2025-05-14T19:24:30Z master 7afee53fa0) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0034 p:---- s:0194 e:000193 CFUNC  :proc
c:0033 p:0010 s:0190 E:000028 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:59
c:0032 p:0009 s:0183 E:001e48 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/assertions.rb:596
c:0031 p:0057 s:0176 e:000175 BLOCK  /tmp/ruby/src/trunk-repeat20/test/ruby/test_enumerator.rb:134
c:0030 p:0024 s:0172 e:000171 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:254
c:0029 p:0046 s:0167 e:000166 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:268
c:0028 p:0019 s:0160 e:000159 METHOD /tmp/ruby/src/trunk-repeat20/test/ruby/test_enumerator.rb:132
c:0027 p:0037 s:0156 e:000155 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202
c:0026 p:0052 s:0150 e:000149 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170
c:0025 p:0093 s:0141 e:000140 BLOCK  /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1677 [FINISH]
c:0024 p:---- s:0134 e:000133 CFUNC  :map
c:0023 p:0114 s:0130 e:000129 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1664
c:0022 p:0035 s:0118 e:000117 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1368
c:0021 p:0009 s:0111 e:000109 BLOCK  /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:829 [FINISH]
c:0020 p:---- s:0105 e:000104 CFUNC  :each
c:0019 p:0047 s:0101 E:001dc8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:827
c:0018 p:0008 s:0094 E:000a68 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:864
c:0017 p:0130 s:0087 E:0002b8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1610
c:0016 p:0016 s:0074 E:001c68 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1305
c:0015 p:0005 s:0069 E:000450 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1775
c:0014 p:0006 s:0065 E:0004b8 BLOCK  /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1762 [FINISH]
c:0013 p:---- s:0061 e:000060 CFUNC  :each
c:0012 p:0042 s:0057 E:000488 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1761
c:0011 p:0013 s:0052 E:0004e8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1805
c:0010 p:0008 s:0047 E:000520 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1052
c:0009 p:0008 s:0041 E:000560 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:897
c:0008 p:0017 s:0035 E:000598 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 E:0005c8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1289
c:0006 p:0032 s:0025 E:0005f0 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1889
c:0005 p:0020 s:0021 E:000628 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1893
c:0004 p:0065 s:0016 E:000658 TOP    /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 E:001df0 EVAL   /tmp/ruby/src/trunk-repeat20/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:0016c0 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
/tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'require_relative'
/tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1893:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1889:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1289:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:897:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1052:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1805:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1761:in '_run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1761:in 'each'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1762:in 'block in _run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1775:in 'run_tests'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1305:in '_run_anything'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1610:in '_run_anything'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:864:in '_run_suites'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:827:in '_run_suites'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:827:in 'each'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:829:in 'block in _run_suites'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1368:in '_run_suite'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1664:in '_run_suite'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1664:in 'map'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1677:in 'block in _run_suite'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-repeat20/test/ruby/test_enumerator.rb:132:in 'test_with_index_under_gc_compact_stress'
/tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:268:in 'under_gc_compact_stress'
/tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:254:in 'under_gc_stress'
/tmp/ruby/src/trunk-repeat20/test/ruby/test_enumerator.rb:134:in 'block in test_with_index_under_gc_compact_stress'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/assertions.rb:596:in 'assert_equal'
/tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:59:in 'message'
/tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:59:in 'proc'

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

-- Machine register context ------------------------------------------------
 RIP: 0x00007fbb32b6f457 RBP: 0x0000000000000000 RSP: 0x00007ffe9483a808
 RAX: 0x0000000000000000 RBX: 0x7361202020202020 RCX: 0x0000000000000000
 RDX: 0x00007ffe9483a8d0 RDI: 0x7361202020200000 RSI: 0x0000000000000000
  R8: 0x0000000000000003  R9: 0x00000000000017fe R10: 0x0000000000000001
 R11: 0x00007fbb32b69590 R12: 0x0000000000000000 R13: 0x0000000000000065
 R14: 0x000056489eb2afa0 R15: 0x00007fba80fff010 EFL: 0x0000000000010246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_print_backtrace+0x8) [0x7fbb32d7cd52] /tmp/ruby/src/trunk-repeat20/vm_dump.c:843
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20/vm_dump.c:1175
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_bug_for_fatal_signal+0x104) [0x7fbb32b4ece4] /tmp/ruby/src/trunk-repeat20/error.c:1130
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(sigsegv+0x48) [0x7fbb32cb2c58] /tmp/ruby/src/trunk-repeat20/signal.c:936
/lib/x86_64-linux-gnu/libc.so.6(0x7fbb32684320) [0x7fbb32684320]
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_gc_impl_obj_slot_size+0x3) [0x7fbb32b6f457] /tmp/ruby/src/trunk-repeat20/gc/default/default.c:2171
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_gc_obj_slot_size) /tmp/ruby/src/trunk-repeat20/gc.c:986
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_BUILTIN_TYPE+0x0) [0x7fbb32b71ccf] /tmp/ruby/src/trunk-repeat20/internal/sanitizers.h:188
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(asan_unpoison_object_temporary) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:7026
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_update_references_weak_table_i) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:7025
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(st_general_foreach+0x68) [0x7fbb32cbf453] /tmp/ruby/src/trunk-repeat20/st.c:1554
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_st_foreach_with_replace) /tmp/ruby/src/trunk-repeat20/st.c:1632
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_gc_vm_weak_table_foreach+0x116) [0x7fbb32b70ec6] /tmp/ruby/src/trunk-repeat20/gc.c:4126
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_update_references+0x1c3) [0x7fbb32b79545] /tmp/ruby/src/trunk-repeat20/gc/default/default.c:7069
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_compact_finish) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:3388
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_sweep_compact) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:5593
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_sweep) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:4047
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_start+0xc24) [0x7fbb32b803f4] /tmp/ruby/src/trunk-repeat20/gc/default/default.c:6399
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(garbage_collect+0x65) [0x7fbb32b83040] /tmp/ruby/src/trunk-repeat20/gc/default/default.c:6280
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(newobj_slowpath) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:2413
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:2435
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_gc_impl_new_obj+0x1f) [0x7fbb32b83c7f] /tmp/ruby/src/trunk-repeat20/gc/default/default.c:2472
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(newobj_of) /tmp/ruby/src/trunk-repeat20/gc.c:1005
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(typed_data_alloc) /tmp/ruby/src/trunk-repeat20/gc.c:1081
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_data_typed_object_zalloc) /tmp/ruby/src/trunk-repeat20/gc.c:1110
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_proc_create_from_captured+0x5) [0x7fbb32d55889] /tmp/ruby/src/trunk-repeat20/vm.c:1168
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_make_proc_lambda) /tmp/ruby/src/trunk-repeat20/vm.c:1465
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7fbb32d49c3d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_sendish+0xcf) [0x7fbb32d5205f] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core+0x10da) [0x7fbb32d5fe2a] ../../src/trunk-repeat20/insns.def:851
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec+0x20e) [0x7fbb32d6561e] /tmp/ruby/src/trunk-repeat20/vm.c:2625
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield_with_cref+0x42) [0x7fbb32d6a2c8] /tmp/ruby/src/trunk-repeat20/vm.c:1706
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat20/vm.c:1714
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1361
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1377
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_ary_collect+0x5c) [0x7fbb32a816bc] /tmp/ruby/src/trunk-repeat20/array.c:3655
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7fbb32d49c3d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_sendish+0xcf) [0x7fbb32d5205f] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core+0x10da) [0x7fbb32d5fe2a] ../../src/trunk-repeat20/insns.def:851
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_loop+0x3e) [0x7fbb32d657de] /tmp/ruby/src/trunk-repeat20/vm.c:2652
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-repeat20/vm.c:2631
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield_with_cref+0x42) [0x7fbb32d6a2c8] /tmp/ruby/src/trunk-repeat20/vm.c:1706
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat20/vm.c:1714
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1361
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1377
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x7fbb32a7ab7c] /tmp/ruby/src/trunk-repeat20/array.c:2646
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/fl_type.h:507
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_array_len) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/core/rarray.h:259
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_ary_each) /tmp/ruby/src/trunk-repeat20/array.c:2645
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7fbb32d49c3d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_sendish+0xcf) [0x7fbb32d5205f] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core+0x10da) [0x7fbb32d5fe2a] ../../src/trunk-repeat20/insns.def:851
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec+0x20e) [0x7fbb32d6561e] /tmp/ruby/src/trunk-repeat20/vm.c:2625
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield_with_cref+0x42) [0x7fbb32d6a2c8] /tmp/ruby/src/trunk-repeat20/vm.c:1706
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat20/vm.c:1714
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1361
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1377
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x7fbb32a7ab7c] /tmp/ruby/src/trunk-repeat20/array.c:2646
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/fl_type.h:507
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_array_len) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/core/rarray.h:259
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_ary_each) /tmp/ruby/src/trunk-repeat20/array.c:2645
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7fbb32d49c3d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_sendish+0xcf) [0x7fbb32d5205f] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core+0x10da) [0x7fbb32d5fe2a] ../../src/trunk-repeat20/insns.def:851
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_loop+0x3e) [0x7fbb32d657de] /tmp/ruby/src/trunk-repeat20/vm.c:2652
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-repeat20/vm.c:2631
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(load_iseq_eval+0x16c) [0x7fbb32bca50c] /tmp/ruby/src/trunk-repeat20/load.c:871
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(require_internal) /tmp/ruby/src/trunk-repeat20/load.c:1449
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_require_string_internal+0x41) [0x7fbb32bca773] /tmp/ruby/src/trunk-repeat20/load.c:1564
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_require_relative_entrypoint) /tmp/ruby/src/trunk-repeat20/load.c:1159
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_f_require_relative) /tmp/ruby/src/trunk-repeat20/load.c:1174
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7fbb32d49c3d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_sendish+0xbb) [0x7fbb32d5ee90] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core) ../../src/trunk-repeat20/insns.def:899
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec+0x20e) [0x7fbb32d6561e] /tmp/ruby/src/trunk-repeat20/vm.c:2625
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x7fbb32b58af5] /tmp/ruby/src/trunk-repeat20/eval.c:281
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(ruby_run_node+0x83) [0x7fbb32b5cc73] /tmp/ruby/src/trunk-repeat20/eval.c:319
/tmp/ruby/build/trunk-repeat20/ruby(rb_main+0x21) [0x564871725186] /tmp/ruby/src/trunk-repeat20/main.c:42
/tmp/ruby/build/trunk-repeat20/ruby(main) /tmp/ruby/src/trunk-repeat20/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7fbb326691ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fbb3266928b] ../csu/libc-start.c:360
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x5648717251d5]

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

* Process memory map:

564871724000-564871725000 r--p 00000000 00:3c 15107388                   /tmp/ruby/build/trunk-repeat20/ruby
564871725000-564871726000 r-xp 00001000 00:3c 15107388                   /tmp/ruby/build/trunk-repeat20/ruby
564871726000-564871727000 r--p 00002000 00:3c 15107388                   /tmp/ruby/build/trunk-repeat20/ruby
564871727000-564871728000 r--p 00002000 00:3c 15107388                   /tmp/ruby/build/trunk-repeat20/ruby
564871728000-564871729000 rw-p 00003000 00:3c 15107388                   /tmp/ruby/build/trunk-repeat20/ruby
564898be0000-5648aab04000 rw-p 00000000 00:00 0                          [heap]
7fba7b29c000-7fba7c870000 r--s 00000000 00:3c 15107368                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7fba7c870000-7fba7c920000 rw-p 00000000 00:00 0 
7fba7d51b000-7fba7d722000 r--s 00000000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fba7d722000-7fba7d760000 r--s 00000000 00:3c 15107388                   /tmp/ruby/build/trunk-repeat20/ruby
7fba7d760000-7fba7dff0000 rw-p 00000000 00:00 0 
7fba7dff9000-7fba7dffa000 ---p 00000000 00:00 0 
7fba7dffa000-7fba7e7fa000 rw-p 00000000 00:00 0 
7fba7e7fa000-7fba7e7fb000 ---p 00000000 00:00 0 
7fba7e7fb000-7fba7effb000 rw-p 00000000 00:00 0 
7fba7f010000-7fba80ff0000 rw-p 00000000 00:00 0 
7fba80fff000-7fba85a3a000 rw-p 00000000 00:00 0 
7fba85a3a000-7fba88000000 ---p 00000000 00:00 0 
7fba88000000-7fba8a3a8000 rw-p 00000000 00:00 0 
7fba8a3a8000-7fba8c000000 ---p 00000000 00:00 0 
7fba8c000000-7fba8cc37000 rw-p 00000000 00:00 0 
7fba8cc37000-7fba90000000 ---p 00000000 00:00 0 
7fba90000000-7fba9102a000 rw-p 00000000 00:00 0 
7fba9102a000-7fba94000000 ---p 00000000 00:00 0 
7fba94000000-7fba96685000 rw-p 00000000 00:00 0 
7fba96685000-7fba98000000 ---p 00000000 00:00 0 
7fba98000000-7fba98efd000 rw-p 00000000 00:00 0 
7fba98efd000-7fba9c000000 ---p 00000000 00:00 0 
7fba9c000000-7fba9d9e8000 rw-p 00000000 00:00 0 
7fba9d9e8000-7fbaa0000000 ---p 00000000 00:00 0 
7fbaa0000000-7fbaa1a52000 rw-p 00000000 00:00 0 
7fbaa1a52000-7fbaa4000000 ---p 00000000 00:00 0 
7fbaa4000000-7fbaa56cf000 rw-p 00000000 00:00 0 
7fbaa56cf000-7fbaa8000000 ---p 00000000 00:00 0 
7fbaa8000000-7fbaaa453000 rw-p 00000000 00:00 0 
7fbaaa453000-7fbaac000000 ---p 00000000 00:00 0 
7fbaac000000-7fbaadd03000 rw-p 00000000 00:00 0 
7fbaadd03000-7fbab0000000 ---p 00000000 00:00 0 
7fbab0000000-7fbab16ac000 rw-p 00000000 00:00 0 
7fbab16ac000-7fbab4000000 ---p 00000000 00:00 0 
7fbab4010000-7fbab4070000 rw-p 00000000 00:00 0 
7fbab407f000-7fbab4080000 ---p 00000000 00:00 0 
7fbab4080000-7fbab4890000 rw-p 00000000 00:00 0 
7fbab48a0000-7fbab4910000 rw-p 00000000 00:00 0 
7fbab4920000-7fbab4fc0000 rw-p 00000000 00:00 0 
7fbab4fd0000-7fbab51b0000 rw-p 00000000 00:00 0 
7fbab51c0000-7fbab51f0000 rw-p 00000000 00:00 0 
7fbab5200000-7fbab5250000 rw-p 00000000 00:00 0 
7fbab5260000-7fbab5350000 rw-p 00000000 00:00 0 
7fbab5360000-7fbab5390000 rw-p 00000000 00:00 0 
7fbab53a0000-7fbab53d0000 rw-p 00000000 00:00 0 
7fbab53e0000-7fbab54f0000 rw-p 00000000 00:00 0 
7fbab5500000-7fbab5640000 rw-p 00000000 00:00 0 
7fbab5650000-7fbab56d0000 rw-p 00000000 00:00 0 
7fbab56e0000-7fbab5730000 rw-p 00000000 00:00 0 
7fbab5740000-7fbab5780000 rw-p 00000000 00:00 0 
7fbab5790000-7fbab5810000 rw-p 00000000 00:00 0 
7fbab5820000-7fbab5830000 rw-p 00000000 00:00 0 
7fbab5840000-7fbab5860000 rw-p 00000000 00:00 0 
7fbab5870000-7fbab5910000 rw-p 00000000 00:00 0 
7fbab5920000-7fbab59c0000 rw-p 00000000 00:00 0 
7fbab59d0000-7fbab5a70000 rw-p 00000000 00:00 0 
7fbab5a80000-7fbab5aa0000 rw-p 00000000 00:00 0 
7fbab5ab0000-7fbab5c70000 rw-p 00000000 00:00 0 
7fbab5c80000-7fbab5da0000 rw-p 00000000 00:00 0 
7fbab5db0000-7fbab5dd0000 rw-p 00000000 00:00 0 
7fbab5de0000-7fbab5e40000 rw-p 00000000 00:00 0 
7fbab5e50000-7fbab6320000 rw-p 00000000 00:00 0 
7fbab6330000-7fbab6360000 rw-p 00000000 00:00 0 
7fbab6370000-7fbab6380000 rw-p 00000000 00:00 0 
7fbab6390000-7fbab6400000 rw-p 00000000 00:00 0 
7fbab6410000-7fbab6450000 rw-p 00000000 00:00 0 
7fbab6460000-7fbab6470000 rw-p 00000000 00:00 0 
7fbab6470000-7fbab6480000 rw-p 00000000 00:00 0 
7fbab648f000-7fbab6490000 ---p 00000000 00:00 0 
7fbab6490000-7fbab64c0000 rw-p 00000000 00:00 0 
7fbab64d0000-7fbab64e0000 rw-p 00000000 00:00 0 
7fbab64e0000-7fbab6520000 rw-p 00000000 00:00 0 
7fbab653b000-7fbab653c000 ---p 00000000 00:00 0 
7fbab653c000-7fbab655c000 rw-p 00000000 00:00 0 
7fbab655c000-7fbab655d000 ---p 00000000 00:00 0 
7fbab655d000-7fbab657d000 rw-p 00000000 00:00 0 
7fbab657d000-7fbab657e000 ---p 00000000 00:00 0 
7fbab657e000-7fbab659e000 rw-p 00000000 00:00 0 
7fbab659e000-7fbab659f000 ---p 00000000 00:00 0 
7fbab659f000-7fbab65bf000 rw-p 00000000 00:00 0 
7fbab65bf000-7fbab65c0000 ---p 00000000 00:00 0 
7fbab65c0000-7fbab65e0000 rw-p 00000000 00:00 0 
7fbab65e0000-7fbab65e1000 ---p 00000000 00:00 0 
7fbab65e1000-7fbab6601000 rw-p 00000000 00:00 0 
7fbab6601000-7fbab6602000 ---p 00000000 00:00 0 
7fbab6602000-7fbab6622000 rw-p 00000000 00:00 0 
7fbab6622000-7fbab6623000 ---p 00000000 00:00 0 
7fbab6623000-7fbab6643000 rw-p 00000000 00:00 0 
7fbab6643000-7fbab6644000 ---p 00000000 00:00 0 
7fbab6644000-7fbab6664000 rw-p 00000000 00:00 0 
7fbab6664000-7fbab6665000 ---p 00000000 00:00 0 
7fbab6665000-7fbab6685000 rw-p 00000000 00:00 0 
7fbab6685000-7fbab6686000 ---p 00000000 00:00 0 
7fbab6686000-7fbab66a6000 rw-p 00000000 00:00 0 
7fbab66a6000-7fbab66a7000 ---p 00000000 00:00 0 
7fbab66a7000-7fbab66c7000 rw-p 00000000 00:00 0 
7fbab66c7000-7fbab66c8000 ---p 00000000 00:00 0 
7fbab66c8000-7fbab66e8000 rw-p 00000000 00:00 0 
7fbab66e8000-7fbab66e9000 ---p 00000000 00:00 0 
7fbab66e9000-7fbab6709000 rw-p 00000000 00:00 0 
7fbab6710000-7fbab6720000 rw-p 00000000 00:00 0 
7fbab6729000-7fbab672a000 ---p 00000000 00:00 0 
7fbab672a000-7fbab674a000 rw-p 00000000 00:00 0 
7fbab675a000-7fbab675b000 ---p 00000000 00:00 0 
7fbab675b000-7fbab677b000 rw-p 00000000 00:00 0 
7fbab677b000-7fbab677c000 ---p 00000000 00:00 0 
7fbab677c000-7fbab679c000 rw-p 00000000 00:00 0 
7fbab679c000-7fbab679d000 ---p 00000000 00:00 0 
7fbab679d000-7fbab67bd000 rw-p 00000000 00:00 0 
7fbab67bd000-7fbab67be000 ---p 00000000 00:00 0 
7fbab67be000-7fbab67de000 rw-p 00000000 00:00 0 
7fbab67de000-7fbab67df000 ---p 00000000 00:00 0 
7fbab67df000-7fbab67ff000 rw-p 00000000 00:00 0 
7fbab67ff000-7fbab6800000 ---p 00000000 00:00 0 
7fbab6800000-7fbab6820000 rw-p 00000000 00:00 0 
7fbab6830000-7fbab6840000 rw-p 00000000 00:00 0 
7fbab6840000-7fbab6850000 rw-p 00000000 00:00 0 
7fbab685e000-7fbab685f000 ---p 00000000 00:00 0 
7fbab685f000-7fbab687f000 rw-p 00000000 00:00 0 
7fbab687f000-7fbab6880000 ---p 00000000 00:00 0 
7fbab6880000-7fbab68b0000 rw-p 00000000 00:00 0 
7fbab68c0000-7fbab6900000 rw-p 00000000 00:00 0 
7fbab6910000-7fbab6930000 rw-p 00000000 00:00 0 
7fbab6940000-7fbab6960000 rw-p 00000000 00:00 0 
7fbab6970000-7fbab6b10000 rw-p 00000000 00:00 0 
7fbab6b20000-7fbab6cb0000 rw-p 00000000 00:00 0 
7fbab6cc0000-7fbab6d80000 rw-p 00000000 00:00 0 
7fbab6d90000-7fbab6dc0000 rw-p 00000000 00:00 0 
7fbab6dd0000-7fbab6df0000 rw-p 00000000 00:00 0 
7fbab6e00000-7fbab6e90000 rw-p 00000000 00:00 0 
7fbab6ea0000-7fbab6f10000 rw-p 00000000 00:00 0 
7fbab6f20000-7fbab6f80000 rw-p 00000000 00:00 0 
7fbab6f90000-7fbab7030000 rw-p 00000000 00:00 0 
7fbab7040000-7fbab7070000 rw-p 00000000 00:00 0 
7fbab7080000-7fbab7090000 rw-p 00000000 00:00 0 
7fbab70a0000-7fbab70c0000 rw-p 00000000 00:00 0 
7fbab70d0000-7fbab7140000 rw-p 00000000 00:00 0 
7fbab7150000-7fbab7270000 rw-p 00000000 00:00 0 
7fbab7280000-7fbab72a0000 rw-p 00000000 00:00 0 
7fbab72b0000-7fbab72c0000 rw-p 00000000 00:00 0 
7fbab72d0000-7fbab7430000 rw-p 00000000 00:00 0 
7fbab7440000-7fbab75f0000 rw-p 00000000 00:00 0 
7fbab7600000-7fbab76a0000 rw-p 00000000 00:00 0 
7fbab76b0000-7fbab76e0000 rw-p 00000000 00:00 0 
7fbab76f0000-7fbab7770000 rw-p 00000000 00:00 0 
7fbab7780000-7fbab77a0000 rw-p 00000000 00:00 0 
7fbab77b0000-7fbab77f0000 rw-p 00000000 00:00 0 
7fbab7800000-7fbab7810000 rw-p 00000000 00:00 0 
7fbab7820000-7fbab7840000 rw-p 00000000 00:00 0 
7fbab7850000-7fbab7890000 rw-p 00000000 00:00 0 
7fbab78a0000-7fbab78c0000 rw-p 00000000 00:00 0 
7fbab78d0000-7fbab78e0000 rw-p 00000000 00:00 0 
7fbab78f0000-7fbab7900000 rw-p 00000000 00:00 0 
7fbab7910000-7fbab7920000 rw-p 00000000 00:00 0 
7fbab7930000-7fbab7960000 rw-p 00000000 00:00 0 
7fbab7970000-7fbab7980000 rw-p 00000000 00:00 0 
7fbab7990000-7fbab7a60000 rw-p 00000000 00:00 0 
7fbab7a70000-7fbab7a80000 rw-p 00000000 00:00 0 
7fbab7a90000-7fbab7c00000 rw-p 00000000 00:00 0 
7fbab7c10000-7fbab7d50000 rw-p 00000000 00:00 0 
7fbab7d60000-7fbab7da0000 rw-p 00000000 00:00 0 
7fbab7db0000-7fbab7e60000 rw-p 00000000 00:00 0 
7fbab7e70000-7fbab7ea0000 rw-p 00000000 00:00 0 
7fbab7eb0000-7fbab7fd0000 rw-p 00000000 00:00 0 
7fbab7fe0000-7fbab8eff000 rw-p 00000000 00:00 0 
7fbab8eff000-7fbabc000000 ---p 00000000 00:00 0 
7fbabc000000-7fbabcce1000 rw-p 00000000 00:00 0 
7fbabcce1000-7fbac0000000 ---p 00000000 00:00 0 
7fbac0000000-7fbac1320000 rw-p 00000000 00:00 0 
7fbac1320000-7fbac4000000 ---p 00000000 00:00 0 
7fbac4000000-7fbac5e4b000 rw-p 00000000 00:00 0 
7fbac5e4b000-7fbac8000000 ---p 00000000 00:00 0 
7fbac8000000-7fbaca114000 rw-p 00000000 00:00 0 
7fbaca114000-7fbacc000000 ---p 00000000 00:00 0 
7fbacc000000-7fbace376000 rw-p 00000000 00:00 0 
7fbace376000-7fbad0000000 ---p 00000000 00:00 0 
7fbad0000000-7fbad1916000 rw-p 00000000 00:00 0 
7fbad1916000-7fbad4000000 ---p 00000000 00:00 0 
7fbad4000000-7fbad5f67000 rw-p 00000000 00:00 0 
7fbad5f67000-7fbad8000000 ---p 00000000 00:00 0 
7fbad8000000-7fbad9087000 rw-p 00000000 00:00 0 
7fbad9087000-7fbadc000000 ---p 00000000 00:00 0 
7fbadc000000-7fbadccc8000 rw-p 00000000 00:00 0 
7fbadccc8000-7fbae0000000 ---p 00000000 00:00 0 
7fbae0000000-7fbae1533000 rw-p 00000000 00:00 0 
7fbae1533000-7fbae4000000 ---p 00000000 00:00 0 
7fbae4000000-7fbae54d1000 rw-p 00000000 00:00 0 
7fbae54d1000-7fbae8000000 ---p 00000000 00:00 0 
7fbae8000000-7fbaea692000 rw-p 00000000 00:00 0 
7fbaea692000-7fbaec000000 ---p 00000000 00:00 0 
7fbaec010000-7fbaec170000 rw-p 00000000 00:00 0 
7fbaec180000-7fbaec3d0000 rw-p 00000000 00:00 0 
7fbaec3e0000-7fbaec560000 rw-p 00000000 00:00 0 
7fbaec570000-7fbaec680000 rw-p 00000000 00:00 0 
7fbaec690000-7fbaec6b0000 rw-p 00000000 00:00 0 
7fbaec6c0000-7fbaec840000 rw-p 00000000 00:00 0 
7fbaec850000-7fbaec860000 rw-p 00000000 00:00 0 
7fbaec860000-7fbaeca10000 rw-p 00000000 00:00 0 
7fbaeca20000-7fbaeca30000 rw-p 00000000 00:00 0 
7fbaeca30000-7fbaeca50000 rw-p 00000000 00:00 0 
7fbaeca60000-7fbaeca70000 rw-p 00000000 00:00 0 
7fbaeca70000-7fbaeca90000 rw-p 00000000 00:00 0 
7fbaecaa0000-7fbaecab0000 rw-p 00000000 00:00 0 
7fbaecab0000-7fbaecae0000 rw-p 00000000 00:00 0 
7fbaecaf0000-7fbaecb20000 rw-p 00000000 00:00 0 
7fbaecb30000-7fbaecb50000 rw-p 00000000 00:00 0 
7fbaecb60000-7fbaecba0000 rw-p 00000000 00:00 0 
7fbaecbb0000-7fbaecbe0000 rw-p 00000000 00:00 0 
7fbaecbf0000-7fbaecc50000 rw-p 00000000 00:00 0 
7fbaecc60000-7fbaecc70000 rw-p 00000000 00:00 0 
7fbaecc80000-7fbaeccc0000 rw-p 00000000 00:00 0 
7fbaeccd0000-7fbaeccf0000 rw-p 00000000 00:00 0 
7fbaecd00000-7fbaecd40000 rw-p 00000000 00:00 0 
7fbaecd50000-7fbaecd60000 rw-p 00000000 00:00 0 
7fbaecd70000-7fbaecda0000 rw-p 00000000 00:00 0 
7fbaecdb0000-7fbaecdf0000 rw-p 00000000 00:00 0 
7fbaece00000-7fbaece30000 rw-p 00000000 00:00 0 
7fbaece40000-7fbaecf00000 rw-p 00000000 00:00 0 
7fbaecf10000-7fbaecf20000 rw-p 00000000 00:00 0 
7fbaecf30000-7fbaecfc0000 rw-p 00000000 00:00 0 
7fbaecfd0000-7fbaed050000 rw-p 00000000 00:00 0 
7fbaed060000-7fbaed660000 rw-p 00000000 00:00 0 
7fbaed670000-7fbaed730000 rw-p 00000000 00:00 0 
7fbaed740000-7fbaed750000 rw-p 00000000 00:00 0 
7fbaed750000-7fbaed810000 rw-p 00000000 00:00 0 
7fbaed81a000-7fbaed81b000 r--p 00000000 00:3c 15111972                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7fbaed81b000-7fbaed81c000 r-xp 00001000 00:3c 15111972                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7fbaed81c000-7fbaed838000 r--p 00002000 00:3c 15111972                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7fbaed838000-7fbaed839000 r--p 0001d000 00:3c 15111972                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7fbaed839000-7fbaed83a000 rw-p 0001e000 00:3c 15111972                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7fbaed83a000-7fbaed83b000 r--p 00000000 00:3c 15111746                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7fbaed83b000-7fbaed83c000 r-xp 00001000 00:3c 15111746                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7fbaed83c000-7fbaed859000 r--p 00002000 00:3c 15111746                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7fbaed859000-7fbaed85a000 r--p 0001e000 00:3c 15111746                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7fbaed85a000-7fbaed85b000 rw-p 0001f000 00:3c 15111746                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7fbaed85b000-7fbaed85c000 r--p 00000000 00:3c 15111726                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7fbaed85c000-7fbaed85d000 r-xp 00001000 00:3c 15111726                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7fbaed85d000-7fbaed879000 r--p 00002000 00:3c 15111726                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7fbaed879000-7fbaed87a000 r--p 0001d000 00:3c 15111726                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7fbaed87a000-7fbaed87b000 rw-p 0001e000 00:3c 15111726                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7fbaed87b000-7fbaed87c000 r--p 00000000 00:3c 15111698                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7fbaed87c000-7fbaed87d000 r-xp 00001000 00:3c 15111698                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7fbaed87d000-7fbaed8a9000 r--p 00002000 00:3c 15111698                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7fbaed8a9000-7fbaed8aa000 r--p 0002d000 00:3c 15111698                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7fbaed8aa000-7fbaed8ab000 rw-p 0002e000 00:3c 15111698                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7fbaed8ab000-7fbaed8ac000 r--p 00000000 00:3c 15111955                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7fbaed8ac000-7fbaed8ad000 r-xp 00001000 00:3c 15111955                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7fbaed8ad000-7fbaed8dc000 r--p 00002000 00:3c 15111955                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7fbaed8dc000-7fbaed8dd000 r--p 00030000 00:3c 15111955                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7fbaed8dd000-7fbaed8de000 rw-p 00031000 00:3c 15111955                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7fbaed8de000-7fbaed8df000 r--p 00000000 00:3c 15111519                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7fbaed8df000-7fbaed8e0000 r-xp 00001000 00:3c 15111519                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7fbaed8e0000-7fbaed90b000 r--p 00002000 00:3c 15111519                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7fbaed90b000-7fbaed90c000 r--p 0002c000 00:3c 15111519                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7fbaed90c000-7fbaed90d000 rw-p 0002d000 00:3c 15111519                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7fbaed90d000-7fbaed90e000 r--p 00000000 00:3c 15111971                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7fbaed90e000-7fbaed90f000 r-xp 00001000 00:3c 15111971                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7fbaed90f000-7fbaed949000 r--p 00002000 00:3c 15111971                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7fbaed949000-7fbaed94a000 r--p 0003c000 00:3c 15111971                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7fbaed94a000-7fbaed94b000 rw-p 0003d000 00:3c 15111971                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7fbaed94b000-7fbaed94c000 r--p 00000000 00:3c 15111750                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7fbaed94c000-7fbaed94d000 r-xp 00001000 00:3c 15111750                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7fbaed94d000-7fbaed9d9000 r--p 00002000 00:3c 15111750                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7fbaed9d9000-7fbaed9da000 r--p 0008d000 00:3c 15111750                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7fbaed9da000-7fbaed9db000 rw-p 0008e000 00:3c 15111750                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7fbaed9db000-7fbaed9dc000 r--p 00000000 00:3c 15111878                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7fbaed9dc000-7fbaed9dd000 r-xp 00001000 00:3c 15111878                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7fbaed9dd000-7fbaeda1e000 r--p 00002000 00:3c 15111878                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7fbaeda1e000-7fbaeda1f000 r--p 00042000 00:3c 15111878                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7fbaeda1f000-7fbaeda20000 rw-p 00043000 00:3c 15111878                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7fbaeda20000-7fbaedfa0000 rw-p 00000000 00:00 0 
7fbaedfa0000-7fbaedfa1000 ---p 00000000 00:00 0 
7fbaedfa1000-7fbaedfe2000 rw-p 00000000 00:00 0 
7fbaedfe2000-7fbaedfe3000 ---p 00000000 00:00 0 
7fbaedfe3000-7fbaee024000 rw-p 00000000 00:00 0 
7fbaee024000-7fbaee025000 ---p 00000000 00:00 0 
7fbaee025000-7fbaee066000 rw-p 00000000 00:00 0 
7fbaee066000-7fbaee067000 ---p 00000000 00:00 0 
7fbaee067000-7fbaee0a8000 rw-p 00000000 00:00 0 
7fbaee0a8000-7fbaee0a9000 ---p 00000000 00:00 0 
7fbaee0a9000-7fbaee0ea000 rw-p 00000000 00:00 0 
7fbaee0ea000-7fbaee0eb000 ---p 00000000 00:00 0 
7fbaee0eb000-7fbaee12c000 rw-p 00000000 00:00 0 
7fbaee12c000-7fbaee12d000 ---p 00000000 00:00 0 
7fbaee12d000-7fbaee16e000 rw-p 00000000 00:00 0 
7fbaee16e000-7fbaee16f000 ---p 00000000 00:00 0 
7fbaee16f000-7fbaee1b0000 rw-p 00000000 00:00 0 
7fbaee1b0000-7fbaee1b1000 ---p 00000000 00:00 0 
7fbaee1b1000-7fbaee1f2000 rw-p 00000000 00:00 0 
7fbaee1f2000-7fbaee1f3000 ---p 00000000 00:00 0 
7fbaee1f3000-7fbaee234000 rw-p 00000000 00:00 0 
7fbaee234000-7fbaee235000 ---p 00000000 00:00 0 
7fbaee235000-7fbaee276000 rw-p 00000000 00:00 0 
7fbaee276000-7fbaee277000 ---p 00000000 00:00 0 
7fbaee277000-7fbaee2b8000 rw-p 00000000 00:00 0 
7fbaee2b8000-7fbaee2b9000 ---p 00000000 00:00 0 
7fbaee2b9000-7fbaee2fa000 rw-p 00000000 00:00 0 
7fbaee2fa000-7fbaee2fb000 ---p 00000000 00:00 0 
7fbaee2fb000-7fbaee33c000 rw-p 00000000 00:00 0 
7fbaee33c000-7fbaee33d000 ---p 00000000 00:00 0 
7fbaee33d000-7fbaee37e000 rw-p 00000000 00:00 0 
7fbaee37e000-7fbaee37f000 ---p 00000000 00:00 0 
7fbaee37f000-7fbaee3c0000 rw-p 00000000 00:00 0 
7fbaee3c0000-7fbaee3c1000 ---p 00000000 00:00 0 
7fbaee3c1000-7fbaee402000 rw-p 00000000 00:00 0 
7fbaee402000-7fbaee403000 ---p 00000000 00:00 0 
7fbaee403000-7fbaee444000 rw-p 00000000 00:00 0 
7fbaee444000-7fbaee445000 ---p 00000000 00:00 0 
7fbaee445000-7fbaee486000 rw-p 00000000 00:00 0 
7fbaee486000-7fbaee487000 ---p 00000000 00:00 0 
7fbaee487000-7fbaee4c8000 rw-p 00000000 00:00 0 
7fbaee4c8000-7fbaee4c9000 ---p 00000000 00:00 0 
7fbaee4c9000-7fbaee50a000 rw-p 00000000 00:00 0 
7fbaee50a000-7fbaee50b000 ---p 00000000 00:00 0 
7fbaee50b000-7fbaee54c000 rw-p 00000000 00:00 0 
7fbaee54c000-7fbaee54d000 ---p 00000000 00:00 0 
7fbaee54d000-7fbaee58e000 rw-p 00000000 00:00 0 
7fbaee58e000-7fbaee58f000 ---p 00000000 00:00 0 
7fbaee58f000-7fbaee5d0000 rw-p 00000000 00:00 0 
7fbaee5d0000-7fbaee5d1000 ---p 00000000 00:00 0 
7fbaee5d1000-7fbaee612000 rw-p 00000000 00:00 0 
7fbaee612000-7fbaee613000 ---p 00000000 00:00 0 
7fbaee613000-7fbaee654000 rw-p 00000000 00:00 0 
7fbaee654000-7fbaee655000 ---p 00000000 00:00 0 
7fbaee655000-7fbaee696000 rw-p 00000000 00:00 0 
7fbaee696000-7fbaee697000 ---p 00000000 00:00 0 
7fbaee697000-7fbaee6d8000 rw-p 00000000 00:00 0 
7fbaee6d8000-7fbaee6d9000 ---p 00000000 00:00 0 
7fbaee6d9000-7fbaee71a000 rw-p 00000000 00:00 0 
7fbaee71a000-7fbaee71b000 ---p 00000000 00:00 0 
7fbaee71b000-7fbaee75c000 rw-p 00000000 00:00 0 
7fbaee75c000-7fbaee75d000 ---p 00000000 00:00 0 
7fbaee75d000-7fbaee79e000 rw-p 00000000 00:00 0 
7fbaee79e000-7fbaee79f000 ---p 00000000 00:00 0 
7fbaee79f000-7fbaee7e0000 rw-p 00000000 00:00 0 
7fbaee7e0000-7fbaee7e1000 ---p 00000000 00:00 0 
7fbaee7e1000-7fbaee822000 rw-p 00000000 00:00 0 
7fbaee822000-7fbaee823000 ---p 00000000 00:00 0 
7fbaee823000-7fbaee864000 rw-p 00000000 00:00 0 
7fbaee864000-7fbaee865000 ---p 00000000 00:00 0 
7fbaee865000-7fbaee8a6000 rw-p 00000000 00:00 0 
7fbaee8a6000-7fbaee8a7000 ---p 00000000 00:00 0 
7fbaee8a7000-7fbaee8e8000 rw-p 00000000 00:00 0 
7fbaee8e8000-7fbaee8e9000 ---p 00000000 00:00 0 
7fbaee8e9000-7fbaee92a000 rw-p 00000000 00:00 0 
7fbaee92a000-7fbaee92b000 ---p 00000000 00:00 0 
7fbaee92b000-7fbaee96c000 rw-p 00000000 00:00 0 
7fbaee96c000-7fbaee96d000 ---p 00000000 00:00 0 
7fbaee96d000-7fbaee9ae000 rw-p 00000000 00:00 0 
7fbaee9ae000-7fbaee9af000 ---p 00000000 00:00 0 
7fbaee9af000-7fbaee9f0000 rw-p 00000000 00:00 0 
7fbaee9f0000-7fbaee9f1000 ---p 00000000 00:00 0 
7fbaee9f1000-7fbaeea32000 rw-p 00000000 00:00 0 
7fbaeea32000-7fbaeea33000 ---p 00000000 00:00 0 
7fbaeea33000-7fbaeea74000 rw-p 00000000 00:00 0 
7fbaeea74000-7fbaeea75000 ---p 00000000 00:00 0 
7fbaeea75000-7fbaeeab6000 rw-p 00000000 00:00 0 
7fbaeeab6000-7fbaeeab7000 ---p 00000000 00:00 0 
7fbaeeab7000-7fbaeeaf8000 rw-p 00000000 00:00 0 
7fbaeeaf8000-7fbaeeaf9000 ---p 00000000 00:00 0 
7fbaeeaf9000-7fbaeeb3a000 rw-p 00000000 00:00 0 
7fbaeeb3a000-7fbaeeb3b000 ---p 00000000 00:00 0 
7fbaeeb3b000-7fbaeeb7c000 rw-p 00000000 00:00 0 
7fbaeeb7c000-7fbaeeb7d000 ---p 00000000 00:00 0 
7fbaeeb7d000-7fbaeebbe000 rw-p 00000000 00:00 0 
7fbaeebbe000-7fbaeebbf000 ---p 00000000 00:00 0 
7fbaeebbf000-7fbaeec00000 rw-p 00000000 00:00 0 
7fbaeec00000-7fbaeec01000 ---p 00000000 00:00 0 
7fbaeec01000-7fbaeec42000 rw-p 00000000 00:00 0 
7fbaeec42000-7fbaeec43000 ---p 00000000 00:00 0 
7fbaeec43000-7fbaeec84000 rw-p 00000000 00:00 0 
7fbaeec84000-7fbaeec85000 ---p 00000000 00:00 0 
7fbaeec85000-7fbaeecc6000 rw-p 00000000 00:00 0 
7fbaeecc6000-7fbaeecc7000 ---p 00000000 00:00 0 
7fbaeecc7000-7fbaeed08000 rw-p 00000000 00:00 0 
7fbaeed08000-7fbaeed09000 ---p 00000000 00:00 0 
7fbaeed09000-7fbaeed4a000 rw-p 00000000 00:00 0 
7fbaeed4a000-7fbaeed4b000 ---p 00000000 00:00 0 
7fbaeed4b000-7fbaeed8c000 rw-p 00000000 00:00 0 
7fbaeed8c000-7fbaeed8d000 ---p 00000000 00:00 0 
7fbaeed8d000-7fbaeedce000 rw-p 00000000 00:00 0 
7fbaeedce000-7fbaeedcf000 ---p 00000000 00:00 0 
7fbaeedcf000-7fbaeee10000 rw-p 00000000 00:00 0 
7fbaeee10000-7fbaeee11000 ---p 00000000 00:00 0 
7fbaeee11000-7fbaeee52000 rw-p 00000000 00:00 0 
7fbaeee52000-7fbaeee53000 ---p 00000000 00:00 0 
7fbaeee53000-7fbaeee94000 rw-p 00000000 00:00 0 
7fbaeee94000-7fbaeee95000 ---p 00000000 00:00 0 
7fbaeee95000-7fbaeeed6000 rw-p 00000000 00:00 0 
7fbaeeed6000-7fbaeeed7000 ---p 00000000 00:00 0 
7fbaeeed7000-7fbaeef18000 rw-p 00000000 00:00 0 
7fbaeef18000-7fbaeef19000 ---p 00000000 00:00 0 
7fbaeef19000-7fbaeef5a000 rw-p 00000000 00:00 0 
7fbaeef5a000-7fbaeef5b000 ---p 00000000 00:00 0 
7fbaeef5b000-7fbaeef9c000 rw-p 00000000 00:00 0 
7fbaeef9c000-7fbaeef9d000 ---p 00000000 00:00 0 
7fbaeef9d000-7fbaeefde000 rw-p 00000000 00:00 0 
7fbaeefde000-7fbaeefdf000 ---p 00000000 00:00 0 
7fbaeefdf000-7fbaef030000 rw-p 00000000 00:00 0 
7fbaef030000-7fbaef031000 ---p 00000000 00:00 0 
7fbaef031000-7fbaef072000 rw-p 00000000 00:00 0 
7fbaef072000-7fbaef073000 ---p 00000000 00:00 0 
7fbaef073000-7fbaef0b4000 rw-p 00000000 00:00 0 
7fbaef0b4000-7fbaef0b5000 ---p 00000000 00:00 0 
7fbaef0b5000-7fbaef0f6000 rw-p 00000000 00:00 0 
7fbaef0f6000-7fbaef0f7000 ---p 00000000 00:00 0 
7fbaef0f7000-7fbaef138000 rw-p 00000000 00:00 0 
7fbaef138000-7fbaef139000 ---p 00000000 00:00 0 
7fbaef139000-7fbaef17a000 rw-p 00000000 00:00 0 
7fbaef17a000-7fbaef17b000 ---p 00000000 00:00 0 
7fbaef17b000-7fbaef1bc000 rw-p 00000000 00:00 0 
7fbaef1bc000-7fbaef1bd000 ---p 00000000 00:00 0 
7fbaef1bd000-7fbaef1fe000 rw-p 00000000 00:00 0 
7fbaef1fe000-7fbaef1ff000 ---p 00000000 00:00 0 
7fbaef1ff000-7fbaef240000 rw-p 00000000 00:00 0 
7fbaef240000-7fbaef241000 ---p 00000000 00:00 0 
7fbaef241000-7fbaef282000 rw-p 00000000 00:00 0 
7fbaef282000-7fbaef283000 ---p 00000000 00:00 0 
7fbaef283000-7fbaef2c4000 rw-p 00000000 00:00 0 
7fbaef2c4000-7fbaef2c5000 ---p 00000000 00:00 0 
7fbaef2c5000-7fbaef306000 rw-p 00000000 00:00 0 
7fbaef306000-7fbaef307000 ---p 00000000 00:00 0 
7fbaef307000-7fbaef348000 rw-p 00000000 00:00 0 
7fbaef348000-7fbaef349000 ---p 00000000 00:00 0 
7fbaef349000-7fbaef38a000 rw-p 00000000 00:00 0 
7fbaef38a000-7fbaef38b000 ---p 00000000 00:00 0 
7fbaef38b000-7fbaef3cc000 rw-p 00000000 00:00 0 
7fbaef3cc000-7fbaef3cd000 ---p 00000000 00:00 0 
7fbaef3cd000-7fbaef40e000 rw-p 00000000 00:00 0 
7fbaef40e000-7fbaef40f000 ---p 00000000 00:00 0 
7fbaef40f000-7fbaef450000 rw-p 00000000 00:00 0 
7fbaef450000-7fbaef451000 ---p 00000000 00:00 0 
7fbaef451000-7fbaef492000 rw-p 00000000 00:00 0 
7fbaef492000-7fbaef493000 ---p 00000000 00:00 0 
7fbaef493000-7fbaef4d4000 rw-p 00000000 00:00 0 
7fbaef4d4000-7fbaef4d5000 ---p 00000000 00:00 0 
7fbaef4d5000-7fbaef516000 rw-p 00000000 00:00 0 
7fbaef516000-7fbaef517000 ---p 00000000 00:00 0 
7fbaef517000-7fbaef558000 rw-p 00000000 00:00 0 
7fbaef558000-7fbaef559000 ---p 00000000 00:00 0 
7fbaef559000-7fbaef59a000 rw-p 00000000 00:00 0 
7fbaef59a000-7fbaef59b000 ---p 00000000 00:00 0 
7fbaef59b000-7fbaef5dc000 rw-p 00000000 00:00 0 
7fbaef5dc000-7fbaef5dd000 ---p 00000000 00:00 0 
7fbaef5dd000-7fbaef61e000 rw-p 00000000 00:00 0 
7fbaef61e000-7fbaef61f000 ---p 00000000 00:00 0 
7fbaef61f000-7fbaef660000 rw-p 00000000 00:00 0 
7fbaef660000-7fbaef661000 ---p 00000000 00:00 0 
7fbaef661000-7fbaef6a2000 rw-p 00000000 00:00 0 
7fbaef6a2000-7fbaef6a3000 ---p 00000000 00:00 0 
7fbaef6a3000-7fbaef6e4000 rw-p 00000000 00:00 0 
7fbaef6e4000-7fbaef6e5000 ---p 00000000 00:00 0 
7fbaef6e5000-7fbaef726000 rw-p 00000000 00:00 0 
7fbaef726000-7fbaef727000 ---p 00000000 00:00 0 
7fbaef727000-7fbaef768000 rw-p 00000000 00:00 0 
7fbaef768000-7fbaef769000 ---p 00000000 00:00 0 
7fbaef769000-7fbaef7aa000 rw-p 00000000 00:00 0 
7fbaef7aa000-7fbaef7ab000 ---p 00000000 00:00 0 
7fbaef7ab000-7fbaef7ec000 rw-p 00000000 00:00 0 
7fbaef7ec000-7fbaef7ed000 ---p 00000000 00:00 0 
7fbaef7ed000-7fbaef82e000 rw-p 00000000 00:00 0 
7fbaef82e000-7fbaef82f000 ---p 00000000 00:00 0 
7fbaef82f000-7fbaeff30000 rw-p 00000000 00:00 0 
7fbaeff40000-7fbaeff50000 rw-p 00000000 00:00 0 
7fbaeff50000-7fbaf183b000 rw-p 00000000 00:00 0 
7fbaf183b000-7fbaf4000000 ---p 00000000 00:00 0 
7fbaf4000000-7fbaf5ca1000 rw-p 00000000 00:00 0 
7fbaf5ca1000-7fbaf8000000 ---p 00000000 00:00 0 
7fbaf8000000-7fbaf8807000 rw-p 00000000 00:00 0 
7fbaf8807000-7fbafc000000 ---p 00000000 00:00 0 
7fbafc000000-7fbafe1f0000 rw-p 00000000 00:00 0 
7fbafe1f0000-7fbb00000000 ---p 00000000 00:00 0 
7fbb00000000-7fbb00d2e000 rw-p 00000000 00:00 0 
7fbb00d2e000-7fbb04000000 ---p 00000000 00:00 0 
7fbb04000000-7fbb0525a000 rw-p 00000000 00:00 0 
7fbb0525a000-7fbb08000000 ---p 00000000 00:00 0 
7fbb08000000-7fbb090fc000 rw-p 00000000 00:00 0 
7fbb090fc000-7fbb0c000000 ---p 00000000 00:00 0 
7fbb0c000000-7fbb0cd43000 rw-p 00000000 00:00 0 
7fbb0cd43000-7fbb10000000 ---p 00000000 00:00 0 
7fbb10000000-7fbb123d1000 rw-p 00000000 00:00 0 
7fbb123d1000-7fbb14000000 ---p 00000000 00:00 0 
7fbb14010000-7fbb14090000 rw-p 00000000 00:00 0 
7fbb140a0000-7fbb140b0000 rw-p 00000000 00:00 0 
7fbb140b0000-7fbb140f0000 rw-p 00000000 00:00 0 
7fbb14100000-7fbb14110000 rw-p 00000000 00:00 0 
7fbb14110000-7fbb14130000 rw-p 00000000 00:00 0 
7fbb14140000-7fbb14150000 rw-p 00000000 00:00 0 
7fbb14150000-7fbb14170000 rw-p 00000000 00:00 0 
7fbb14180000-7fbb14190000 rw-p 00000000 00:00 0 
7fbb14190000-7fbb14920000 rw-p 00000000 00:00 0 
7fbb14930000-7fbb14940000 rw-p 00000000 00:00 0 
7fbb14950000-7fbb14960000 rw-p 00000000 00:00 0 
7fbb14960000-7fbb14dc0000 rw-p 00000000 00:00 0 
7fbb14dd0000-7fbb14de0000 rw-p 00000000 00:00 0 
7fbb14de0000-7fbb14e60000 rw-p 00000000 00:00 0 
7fbb14e7e000-7fbb14e7f000 ---p 00000000 00:00 0 
7fbb14e7f000-7fbb14e9f000 rw-p 00000000 00:00 0 
7fbb14e9f000-7fbb14ea0000 ---p 00000000 00:00 0 
7fbb14ea0000-7fbb14f00000 rw-p 00000000 00:00 0 
7fbb14f0f000-7fbb14f10000 ---p 00000000 00:00 0 
7fbb14f10000-7fbb14f40000 rw-p 00000000 00:00 0 
7fbb14f5f000-7fbb14f60000 ---p 00000000 00:00 0 
7fbb14f60000-7fbb14f90000 rw-p 00000000 00:00 0 
7fbb14f90000-7fbb15010000 rw-p 00000000 00:00 0 
7fbb1502f000-7fbb15030000 ---p 00000000 00:00 0 
7fbb15030000-7fbb15070000 rw-p 00000000 00:00 0 
7fbb1508f000-7fbb15090000 ---p 00000000 00:00 0 
7fbb15090000-7fbb150f0000 rw-p 00000000 00:00 0 
7fbb1510e000-7fbb1510f000 ---p 00000000 00:00 0 
7fbb1510f000-7fbb1512f000 rw-p 00000000 00:00 0 
7fbb1512f000-7fbb15130000 ---p 00000000 00:00 0 
7fbb15130000-7fbb15670000 rw-p 00000000 00:00 0 
7fbb1568f000-7fbb15690000 ---p 00000000 00:00 0 
7fbb15690000-7fbb15cf0000 rw-p 00000000 00:00 0 
7fbb15d00000-7fbb15d10000 rw-p 00000000 00:00 0 
7fbb15d10000-7fbb15d70000 rw-p 00000000 00:00 0 
7fbb15d80000-7fbb15d90000 rw-p 00000000 00:00 0 
7fbb15d90000-7fbb16320000 rw-p 00000000 00:00 0 
7fbb16330000-7fbb16340000 rw-p 00000000 00:00 0 
7fbb16340000-7fbb163d0000 rw-p 00000000 00:00 0 
7fbb163e0000-7fbb163f0000 rw-p 00000000 00:00 0 
7fbb163f0000-7fbb16460000 rw-p 00000000 00:00 0 
7fbb16468000-7fbb16469000 r--p 00000000 00:3c 15111997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7fbb16469000-7fbb1646a000 r-xp 00001000 00:3c 15111997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7fbb1646a000-7fbb1648e000 r--p 00002000 00:3c 15111997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7fbb1648e000-7fbb1648f000 r--p 00025000 00:3c 15111997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7fbb1648f000-7fbb16490000 rw-p 00026000 00:3c 15111997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7fbb16490000-7fbb16500000 rw-p 00000000 00:00 0 
7fbb16510000-7fbb16520000 rw-p 00000000 00:00 0 
7fbb16520000-7fbb165b0000 rw-p 00000000 00:00 0 
7fbb165c0000-7fbb165d0000 rw-p 00000000 00:00 0 
7fbb165d0000-7fbb16b40000 rw-p 00000000 00:00 0 
7fbb16b50000-7fbb16b60000 rw-p 00000000 00:00 0 
7fbb16b60000-7fbb16bf0000 rw-p 00000000 00:00 0 
7fbb16c00000-7fbb16c10000 rw-p 00000000 00:00 0 
7fbb16c10000-7fbb16d80000 rw-p 00000000 00:00 0 
7fbb16d90000-7fbb16da0000 rw-p 00000000 00:00 0 
7fbb16da0000-7fbb16df0000 rw-p 00000000 00:00 0 
7fbb16df3000-7fbb16dfa000 r--p 00000000 00:3c 15112072                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7fbb16dfa000-7fbb16e3f000 r-xp 00007000 00:3c 15112072                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7fbb16e3f000-7fbb16e5d000 r--p 0004c000 00:3c 15112072                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7fbb16e5d000-7fbb16e5f000 r--p 00069000 00:3c 15112072                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7fbb16e5f000-7fbb16e60000 rw-p 0006b000 00:3c 15112072                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7fbb16e60000-7fbb16e70000 rw-p 00000000 00:00 0 
7fbb16e76000-7fbb16e77000 r--p 00000000 00:3c 16540872                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7fbb16e77000-7fbb16e78000 r-xp 00001000 00:3c 16540872                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7fbb16e78000-7fbb16e79000 r--p 00002000 00:3c 16540872                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7fbb16e79000-7fbb16e7a000 r--p 00002000 00:3c 16540872                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7fbb16e7a000-7fbb16e7b000 rw-p 00003000 00:3c 16540872                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7fbb16e7b000-7fbb16e7c000 r--p 00000000 00:3c 16540842                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7fbb16e7c000-7fbb16e7d000 r-xp 00001000 00:3c 16540842                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7fbb16e7d000-7fbb16e7e000 r--p 00002000 00:3c 16540842                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7fbb16e7e000-7fbb16e7f000 r--p 00002000 00:3c 16540842                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7fbb16e7f000-7fbb16e80000 rw-p 00003000 00:3c 16540842                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7fbb16e80000-7fbb16e90000 rw-p 00000000 00:00 0 
7fbb16e90000-7fbb17000000 rw-p 00000000 00:00 0 
7fbb17002000-7fbb17003000 r--p 00000000 00:3c 16538114                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7fbb17003000-7fbb17004000 r-xp 00001000 00:3c 16538114                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7fbb17004000-7fbb17005000 r--p 00002000 00:3c 16538114                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7fbb17005000-7fbb17006000 r--p 00002000 00:3c 16538114                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7fbb17006000-7fbb17007000 rw-p 00003000 00:3c 16538114                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7fbb17007000-7fbb17008000 r--p 00000000 00:3c 16538807                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7fbb17008000-7fbb17009000 r-xp 00001000 00:3c 16538807                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7fbb17009000-7fbb1700a000 r--p 00002000 00:3c 16538807                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7fbb1700a000-7fbb1700b000 r--p 00002000 00:3c 16538807                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7fbb1700b000-7fbb1700c000 rw-p 00003000 00:3c 16538807                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7fbb1700c000-7fbb17020000 rw-p 00000000 00:00 0 
7fbb17020000-7fbb170a0000 rw-p 00000000 00:00 0 
7fbb170a0000-7fbb17153000 r--p 00000000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fbb17153000-7fbb17486000 r-xp 000b3000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fbb17486000-7fbb17551000 r--p 003e6000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fbb17551000-7fbb175ad000 r--p 004b0000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fbb175ad000-7fbb175b0000 rw-p 0050c000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fbb175b0000-7fbb175b3000 rw-p 00000000 00:00 0 
7fbb175b3000-7fbb175d1000 r--p 00000000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fbb175d1000-7fbb17633000 r-xp 0001e000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fbb17633000-7fbb1764f000 r--p 00080000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fbb1764f000-7fbb17659000 r--p 0009c000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fbb17659000-7fbb1765d000 rw-p 000a6000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fbb1765d000-7fbb17671000 r--p 00000000 00:3c 15112352                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7fbb17671000-7fbb176a9000 r-xp 00014000 00:3c 15112352                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7fbb176a9000-7fbb176bb000 r--p 0004c000 00:3c 15112352                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7fbb176bb000-7fbb176bd000 r--p 0005e000 00:3c 15112352                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7fbb176bd000-7fbb176bf000 rw-p 00060000 00:3c 15112352                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7fbb176bf000-7fbb17740000 rw-p 00000000 00:00 0 
7fbb17741000-7fbb17742000 r--p 00000000 00:3c 16540275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7fbb17742000-7fbb17743000 r-xp 00001000 00:3c 16540275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7fbb17743000-7fbb17744000 r--p 00002000 00:3c 16540275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7fbb17744000-7fbb17745000 r--p 00002000 00:3c 16540275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7fbb17745000-7fbb17746000 rw-p 00003000 00:3c 16540275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7fbb17746000-7fbb17747000 r--p 00000000 00:3c 16540432                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7fbb17747000-7fbb17748000 r-xp 00001000 00:3c 16540432                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7fbb17748000-7fbb17749000 r--p 00002000 00:3c 16540432                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7fbb17749000-7fbb1774a000 r--p 00002000 00:3c 16540432                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7fbb1774a000-7fbb1774b000 rw-p 00003000 00:3c 16540432                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7fbb1774b000-7fbb1774c000 r--p 00000000 00:3c 16540783                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7fbb1774c000-7fbb1774d000 r-xp 00001000 00:3c 16540783                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7fbb1774d000-7fbb1774e000 r--p 00002000 00:3c 16540783                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7fbb1774e000-7fbb1774f000 r--p 00002000 00:3c 16540783                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7fbb1774f000-7fbb17750000 rw-p 00003000 00:3c 16540783                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7fbb17750000-7fbb17760000 rw-p 00000000 00:00 0 
7fbb17760000-7fbb177d0000 rw-p 00000000 00:00 0 
7fbb177d4000-7fbb177d5000 r--p 00000000 00:3c 15111691                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7fbb177d5000-7fbb177d6000 r-xp 00001000 00:3c 15111691                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7fbb177d6000-7fbb177d7000 r--p 00002000 00:3c 15111691                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7fbb177d7000-7fbb177d8000 r--p 00002000 00:3c 15111691                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7fbb177d8000-7fbb177d9000 rw-p 00003000 00:3c 15111691                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7fbb177d9000-7fbb177e0000 r--p 00000000 00:3c 15112356                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7fbb177e0000-7fbb17806000 r-xp 00007000 00:3c 15112356                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7fbb17806000-7fbb1780e000 r--p 0002d000 00:3c 15112356                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7fbb1780e000-7fbb1780f000 r--p 00034000 00:3c 15112356                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7fbb1780f000-7fbb17810000 rw-p 00035000 00:3c 15112356                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7fbb17810000-7fbb17870000 rw-p 00000000 00:00 0 
7fbb17871000-7fbb17875000 r--p 00000000 00:3c 15112277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7fbb17875000-7fbb178a5000 r-xp 00004000 00:3c 15112277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7fbb178a5000-7fbb178ad000 r--p 00034000 00:3c 15112277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7fbb178ad000-7fbb178ae000 r--p 0003c000 00:3c 15112277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7fbb178ae000-7fbb178af000 rw-p 0003d000 00:3c 15112277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7fbb178af000-7fbb178c0000 rw-p 00000000 00:00 0 
7fbb178c4000-7fbb178c5000 r--p 00000000 00:3c 15112001                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7fbb178c5000-7fbb178c6000 r-xp 00001000 00:3c 15112001                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7fbb178c6000-7fbb178c7000 r--p 00002000 00:3c 15112001                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7fbb178c7000-7fbb178c8000 r--p 00002000 00:3c 15112001                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7fbb178c8000-7fbb178c9000 rw-p 00003000 00:3c 15112001                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7fbb178c9000-7fbb178cb000 r--p 00000000 00:3c 15112219                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7fbb178cb000-7fbb178cd000 r-xp 00002000 00:3c 15112219                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7fbb178cd000-7fbb178ce000 r--p 00004000 00:3c 15112219                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7fbb178ce000-7fbb178cf000 r--p 00004000 00:3c 15112219                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7fbb178cf000-7fbb178d0000 rw-p 00005000 00:3c 15112219                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7fbb178d0000-7fbb178e0000 rw-p 00000000 00:00 0 
7fbb178e4000-7fbb178e5000 r--p 00000000 00:3c 15111943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7fbb178e5000-7fbb178e6000 r-xp 00001000 00:3c 15111943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7fbb178e6000-7fbb17900000 r--p 00002000 00:3c 15111943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7fbb17900000-7fbb17901000 r--p 0001b000 00:3c 15111943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7fbb17901000-7fbb17902000 rw-p 0001c000 00:3c 15111943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7fbb17902000-7fbb17903000 r--p 00000000 00:3c 15111517                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7fbb17903000-7fbb17904000 r-xp 00001000 00:3c 15111517                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7fbb17904000-7fbb1790e000 r--p 00002000 00:3c 15111517                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7fbb1790e000-7fbb1790f000 r--p 0000c000 00:3c 15111517                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7fbb1790f000-7fbb17910000 rw-p 0000d000 00:3c 15111517                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7fbb17910000-7fbb17920000 rw-p 00000000 00:00 0 
7fbb17920000-7fbb17921000 r--p 00000000 00:3c 16541159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7fbb17921000-7fbb17922000 r-xp 00001000 00:3c 16541159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7fbb17922000-7fbb17923000 r--p 00002000 00:3c 16541159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7fbb17923000-7fbb17924000 r--p 00002000 00:3c 16541159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7fbb17924000-7fbb17925000 rw-p 00003000 00:3c 16541159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7fbb17925000-7fbb17926000 r--p 00000000 00:3c 15111960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7fbb17926000-7fbb17927000 r-xp 00001000 00:3c 15111960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7fbb17927000-7fbb17928000 r--p 00002000 00:3c 15111960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7fbb17928000-7fbb17929000 r--p 00003000 00:3c 15111960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7fbb17929000-7fbb1792a000 rw-p 00004000 00:3c 15111960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7fbb1792a000-7fbb1792b000 r--p 00000000 00:3c 15111693                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7fbb1792b000-7fbb1792c000 r-xp 00001000 00:3c 15111693                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7fbb1792c000-7fbb17982000 r--p 00002000 00:3c 15111693                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7fbb17982000-7fbb17983000 r--p 00057000 00:3c 15111693                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7fbb17983000-7fbb17984000 rw-p 00058000 00:3c 15111693                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7fbb17984000-7fbb17985000 r--p 00000000 00:3c 15111910                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7fbb17985000-7fbb17986000 r-xp 00001000 00:3c 15111910                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7fbb17986000-7fbb17987000 r--p 00002000 00:3c 15111910                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7fbb17987000-7fbb17988000 r--p 00002000 00:3c 15111910                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7fbb17988000-7fbb17989000 rw-p 00003000 00:3c 15111910                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7fbb17989000-7fbb1798c000 r--p 00000000 00:3c 15111221                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7fbb1798c000-7fbb1798d000 r-xp 00003000 00:3c 15111221                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7fbb1798d000-7fbb179a1000 r--p 00004000 00:3c 15111221                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7fbb179a1000-7fbb179a6000 r--p 00018000 00:3c 15111221                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7fbb179a6000-7fbb179a7000 rw-p 0001d000 00:3c 15111221                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7fbb179a7000-7fbb179a8000 r--p 00000000 00:3c 15107407                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7fbb179a8000-7fbb179aa000 r-xp 00001000 00:3c 15107407                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7fbb179aa000-7fbb179ab000 r--p 00003000 00:3c 15107407                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7fbb179ab000-7fbb179ac000 r--p 00004000 00:3c 15107407                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7fbb179ac000-7fbb179ad000 rw-p 00005000 00:3c 15107407                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7fbb179ad000-7fbb179b0000 r--p 00000000 00:3c 15112358                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7fbb179b0000-7fbb179b5000 r-xp 00003000 00:3c 15112358                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7fbb179b5000-7fbb179b7000 r--p 00008000 00:3c 15112358                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7fbb179b7000-7fbb179b8000 r--p 00009000 00:3c 15112358                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7fbb179b8000-7fbb179b9000 rw-p 0000a000 00:3c 15112358                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7fbb179b9000-7fbb179bb000 r--p 00000000 00:3c 16541067                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7fbb179bb000-7fbb179bd000 r-xp 00002000 00:3c 16541067                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7fbb179bd000-7fbb179be000 r--p 00004000 00:3c 16541067                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7fbb179be000-7fbb179bf000 r--p 00004000 00:3c 16541067                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7fbb179bf000-7fbb179c0000 rw-p 00005000 00:3c 16541067                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7fbb179c0000-7fbb179e0000 rw-p 00000000 00:00 0 
7fbb179e4000-7fbb179e5000 r--p 00000000 00:3c 16541287                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7fbb179e5000-7fbb179e6000 r-xp 00001000 00:3c 16541287                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7fbb179e6000-7fbb179e7000 r--p 00002000 00:3c 16541287                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7fbb179e7000-7fbb179e8000 r--p 00002000 00:3c 16541287                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7fbb179e8000-7fbb179e9000 rw-p 00003000 00:3c 16541287                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7fbb179e9000-7fbb179ea000 r--p 00000000 00:3c 16540835                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7fbb179ea000-7fbb179eb000 r-xp 00001000 00:3c 16540835                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7fbb179eb000-7fbb179ec000 r--p 00002000 00:3c 16540835                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7fbb179ec000-7fbb179ed000 r--p 00002000 00:3c 16540835                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7fbb179ed000-7fbb179ee000 rw-p 00003000 00:3c 16540835                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7fbb179ef000-7fbb179f0000 ---p 00000000 00:00 0 
7fbb179f0000-7fbb17a10000 rw-p 00000000 00:00 0 
7fbb17a10000-7fbb17a12000 r--p 00000000 00:3c 16540492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7fbb17a12000-7fbb17a1b000 r-xp 00002000 00:3c 16540492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7fbb17a1b000-7fbb17a1e000 r--p 0000b000 00:3c 16540492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7fbb17a1e000-7fbb17a1f000 r--p 0000d000 00:3c 16540492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7fbb17a1f000-7fbb17a20000 rw-p 0000e000 00:3c 16540492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7fbb17a20000-7fbb17a50000 rw-p 00000000 00:00 0 
7fbb17a50000-7fbb17a52000 r--p 00000000 00:3c 16540440                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7fbb17a52000-7fbb17a54000 r-xp 00002000 00:3c 16540440                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7fbb17a54000-7fbb17a55000 r--p 00004000 00:3c 16540440                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7fbb17a55000-7fbb17a56000 r--p 00004000 00:3c 16540440                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7fbb17a56000-7fbb17a57000 rw-p 00005000 00:3c 16540440                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7fbb17a57000-7fbb17a59000 r--p 00000000 00:3c 16540988                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7fbb17a59000-7fbb17a5d000 r-xp 00002000 00:3c 16540988                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7fbb17a5d000-7fbb17a5e000 r--p 00006000 00:3c 16540988                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7fbb17a5e000-7fbb17a5f000 r--p 00007000 00:3c 16540988                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7fbb17a5f000-7fbb17a60000 rw-p 00008000 00:3c 16540988                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7fbb17a60000-7fbb17a80000 rw-p 00000000 00:00 0 
7fbb17a84000-7fbb17a86000 r--p 00000000 00:3c 15112159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7fbb17a86000-7fbb17a8b000 r-xp 00002000 00:3c 15112159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7fbb17a8b000-7fbb17a8d000 r--p 00007000 00:3c 15112159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7fbb17a8d000-7fbb17a8e000 r--p 00008000 00:3c 15112159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7fbb17a8e000-7fbb17a8f000 rw-p 00009000 00:3c 15112159                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7fbb17a8f000-7fbb17a92000 r--p 00000000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7fbb17a92000-7fbb17a98000 r-xp 00003000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7fbb17a98000-7fbb17a9a000 r--p 00009000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7fbb17a9a000-7fbb17a9b000 r--p 0000b000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7fbb17a9b000-7fbb17a9c000 rw-p 0000c000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7fbb17a9c000-7fbb17aa4000 r--p 00000000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7fbb17aa4000-7fbb17ae3000 r-xp 00008000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7fbb17ae3000-7fbb17af3000 r--p 00047000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7fbb17af3000-7fbb17af7000 r--p 00056000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7fbb17af7000-7fbb17af8000 rw-p 0005a000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7fbb17af8000-7fbb17af9000 r--p 00000000 00:3c 16541288                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7fbb17af9000-7fbb17afa000 r-xp 00001000 00:3c 16541288                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7fbb17afa000-7fbb17afb000 r--p 00002000 00:3c 16541288                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7fbb17afb000-7fbb17afc000 r--p 00002000 00:3c 16541288                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7fbb17afc000-7fbb17afd000 rw-p 00003000 00:3c 16541288                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7fbb17afd000-7fbb17afe000 r--p 00000000 00:3c 16543925                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7fbb17afe000-7fbb17aff000 r-xp 00001000 00:3c 16543925                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7fbb17aff000-7fbb17b00000 r--p 00002000 00:3c 16543925                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7fbb17b00000-7fbb17b01000 r--p 00002000 00:3c 16543925                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7fbb17b01000-7fbb17b02000 rw-p 00003000 00:3c 16543925                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7fbb17b02000-7fbb17b03000 r--p 00000000 00:3c 16540377                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7fbb17b03000-7fbb17b07000 r-xp 00001000 00:3c 16540377                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7fbb17b07000-7fbb17b08000 r--p 00005000 00:3c 16540377                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7fbb17b08000-7fbb17b09000 r--p 00005000 00:3c 16540377                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7fbb17b09000-7fbb17b0a000 rw-p 00006000 00:3c 16540377                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7fbb17b0a000-7fbb17b0b000 r--p 00000000 00:3c 16539277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7fbb17b0b000-7fbb17b0d000 r-xp 00001000 00:3c 16539277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7fbb17b0d000-7fbb17b0e000 r--p 00003000 00:3c 16539277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7fbb17b0e000-7fbb17b0f000 r--p 00003000 00:3c 16539277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7fbb17b0f000-7fbb17b10000 rw-p 00004000 00:3c 16539277                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7fbb17b10000-7fbb17b20000 rw-p 00000000 00:00 0 
7fbb17b20000-7fbb17b21000 r--p 00000000 00:3c 16541286                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7fbb17b21000-7fbb17b22000 r-xp 00001000 00:3c 16541286                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7fbb17b22000-7fbb17b23000 r--p 00002000 00:3c 16541286                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7fbb17b23000-7fbb17b24000 r--p 00002000 00:3c 16541286                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7fbb17b24000-7fbb17b25000 rw-p 00003000 00:3c 16541286                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7fbb17b25000-7fbb17b26000 r--p 00000000 00:3c 16539504                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7fbb17b26000-7fbb17b27000 r-xp 00001000 00:3c 16539504                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7fbb17b27000-7fbb17b28000 r--p 00002000 00:3c 16539504                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7fbb17b28000-7fbb17b29000 r--p 00002000 00:3c 16539504                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7fbb17b29000-7fbb17b2a000 rw-p 00003000 00:3c 16539504                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7fbb17b2a000-7fbb17b2b000 r--p 00000000 00:3c 16538926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7fbb17b2b000-7fbb17b2d000 r-xp 00001000 00:3c 16538926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7fbb17b2d000-7fbb17b2e000 r--p 00003000 00:3c 16538926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7fbb17b2e000-7fbb17b2f000 r--p 00003000 00:3c 16538926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7fbb17b2f000-7fbb17b30000 rw-p 00004000 00:3c 16538926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7fbb17b30000-7fbb17b50000 rw-p 00000000 00:00 0 
7fbb17b53000-7fbb17b54000 r--p 00000000 00:3c 16539677                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7fbb17b54000-7fbb17b55000 r-xp 00001000 00:3c 16539677                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7fbb17b55000-7fbb17b56000 r--p 00002000 00:3c 16539677                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7fbb17b56000-7fbb17b57000 r--p 00002000 00:3c 16539677                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7fbb17b57000-7fbb17b58000 rw-p 00003000 00:3c 16539677                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7fbb17b58000-7fbb17b59000 r--p 00000000 00:3c 16541149                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7fbb17b59000-7fbb17b5a000 r-xp 00001000 00:3c 16541149                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7fbb17b5a000-7fbb17b5b000 r--p 00002000 00:3c 16541149                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7fbb17b5b000-7fbb17b5c000 r--p 00002000 00:3c 16541149                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7fbb17b5c000-7fbb17b5d000 rw-p 00003000 00:3c 16541149                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7fbb17b5d000-7fbb17b5e000 r--p 00000000 00:3c 16540801                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7fbb17b5e000-7fbb17b5f000 r-xp 00001000 00:3c 16540801                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7fbb17b5f000-7fbb17b60000 r--p 00002000 00:3c 16540801                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7fbb17b60000-7fbb17b61000 r--p 00002000 00:3c 16540801                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7fbb17b61000-7fbb17b62000 rw-p 00003000 00:3c 16540801                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7fbb17b62000-7fbb17b63000 r--p 00000000 00:3c 16540381                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7fbb17b63000-7fbb17b64000 r-xp 00001000 00:3c 16540381                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7fbb17b64000-7fbb17b65000 r--p 00002000 00:3c 16540381                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7fbb17b65000-7fbb17b66000 r--p 00002000 00:3c 16540381                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7fbb17b66000-7fbb17b67000 rw-p 00003000 00:3c 16540381                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7fbb17b67000-7fbb17b68000 r--p 00000000 00:3c 16539378                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7fbb17b68000-7fbb17b69000 r-xp 00001000 00:3c 16539378                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7fbb17b69000-7fbb17b6a000 r--p 00002000 00:3c 16539378                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7fbb17b6a000-7fbb17b6b000 r--p 00002000 00:3c 16539378                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7fbb17b6b000-7fbb17b6c000 rw-p 00003000 00:3c 16539378                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7fbb17b6c000-7fbb17b6d000 r--p 00000000 00:3c 16539474                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7fbb17b6d000-7fbb17b6e000 r-xp 00001000 00:3c 16539474                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7fbb17b6e000-7fbb17b6f000 r--p 00002000 00:3c 16539474                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7fbb17b6f000-7fbb17b70000 r--p 00002000 00:3c 16539474                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7fbb17b70000-7fbb17b71000 rw-p 00003000 00:3c 16539474                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7fbb17b71000-7fbb17b72000 r--p 00000000 00:3c 16540905                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7fbb17b72000-7fbb17b73000 r-xp 00001000 00:3c 16540905                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7fbb17b73000-7fbb17b74000 r--p 00002000 00:3c 16540905                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7fbb17b74000-7fbb17b75000 r--p 00002000 00:3c 16540905                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7fbb17b75000-7fbb17b76000 rw-p 00003000 00:3c 16540905                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7fbb17b76000-7fbb17b77000 r--p 00000000 00:3c 15111251                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7fbb17b77000-7fbb17b78000 r-xp 00001000 00:3c 15111251                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7fbb17b78000-7fbb17b79000 r--p 00002000 00:3c 15111251                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7fbb17b79000-7fbb17b7a000 r--p 00002000 00:3c 15111251                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7fbb17b7a000-7fbb17b7b000 rw-p 00003000 00:3c 15111251                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7fbb17b7b000-7fbb17b7c000 r--p 00000000 00:3c 15111217                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7fbb17b7c000-7fbb17b7d000 r-xp 00001000 00:3c 15111217                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7fbb17b7d000-7fbb17b7e000 r--p 00002000 00:3c 15111217                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7fbb17b7e000-7fbb17b7f000 r--p 00002000 00:3c 15111217                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7fbb17b7f000-7fbb17b80000 rw-p 00003000 00:3c 15111217                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7fbb17b80000-7fbb17b81000 r--p 00000000 00:3c 15111245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7fbb17b81000-7fbb17b82000 r-xp 00001000 00:3c 15111245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7fbb17b82000-7fbb17b83000 r--p 00002000 00:3c 15111245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7fbb17b83000-7fbb17b84000 r--p 00002000 00:3c 15111245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7fbb17b84000-7fbb17b85000 rw-p 00003000 00:3c 15111245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7fbb17b85000-7fbb17b86000 r--p 00000000 00:3c 15111240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7fbb17b86000-7fbb17b87000 r-xp 00001000 00:3c 15111240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7fbb17b87000-7fbb17b88000 r--p 00002000 00:3c 15111240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7fbb17b88000-7fbb17b89000 r--p 00002000 00:3c 15111240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7fbb17b89000-7fbb17b8a000 rw-p 00003000 00:3c 15111240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7fbb17b8a000-7fbb17b8b000 r--p 00000000 00:3c 15110767                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7fbb17b8b000-7fbb17b8c000 r-xp 00001000 00:3c 15110767                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7fbb17b8c000-7fbb17b8d000 r--p 00002000 00:3c 15110767                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7fbb17b8d000-7fbb17b8e000 r--p 00002000 00:3c 15110767                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7fbb17b8e000-7fbb17b8f000 rw-p 00003000 00:3c 15110767                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7fbb17b8f000-7fbb17b90000 r--p 00000000 00:3c 15111232                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7fbb17b90000-7fbb17b91000 r-xp 00001000 00:3c 15111232                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7fbb17b91000-7fbb17b92000 r--p 00002000 00:3c 15111232                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7fbb17b92000-7fbb17b93000 r--p 00002000 00:3c 15111232                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7fbb17b93000-7fbb17b94000 rw-p 00003000 00:3c 15111232                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7fbb17b94000-7fbb17b95000 r--p 00000000 00:3c 15111135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7fbb17b95000-7fbb17b96000 r-xp 00001000 00:3c 15111135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7fbb17b96000-7fbb17b97000 r--p 00002000 00:3c 15111135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7fbb17b97000-7fbb17b98000 r--p 00003000 00:3c 15111135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7fbb17b98000-7fbb17b99000 rw-p 00004000 00:3c 15111135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7fbb17b99000-7fbb17b9a000 r--p 00000000 00:3c 15111110                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7fbb17b9a000-7fbb17b9b000 r-xp 00001000 00:3c 15111110                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7fbb17b9b000-7fbb17b9c000 r--p 00002000 00:3c 15111110                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7fbb17b9c000-7fbb17b9d000 r--p 00002000 00:3c 15111110                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7fbb17b9d000-7fbb17b9e000 rw-p 00003000 00:3c 15111110                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7fbb17b9e000-7fbb17b9f000 r--p 00000000 00:3c 15111051                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7fbb17b9f000-7fbb17ba0000 r-xp 00001000 00:3c 15111051                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7fbb17ba0000-7fbb17ba1000 r--p 00002000 00:3c 15111051                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7fbb17ba1000-7fbb17ba2000 r--p 00002000 00:3c 15111051                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7fbb17ba2000-7fbb17ba3000 rw-p 00003000 00:3c 15111051                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7fbb17ba3000-7fbb17ba4000 r--p 00000000 00:3c 15111106                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7fbb17ba4000-7fbb17ba5000 r-xp 00001000 00:3c 15111106                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7fbb17ba5000-7fbb17ba6000 r--p 00002000 00:3c 15111106                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7fbb17ba6000-7fbb17ba7000 r--p 00002000 00:3c 15111106                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7fbb17ba7000-7fbb17ba8000 rw-p 00003000 00:3c 15111106                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7fbb17ba8000-7fbb17ba9000 r--p 00000000 00:3c 15111103                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7fbb17ba9000-7fbb17baa000 r-xp 00001000 00:3c 15111103                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7fbb17baa000-7fbb17bab000 r--p 00002000 00:3c 15111103                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7fbb17bab000-7fbb17bac000 r--p 00002000 00:3c 15111103                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7fbb17bac000-7fbb17bad000 rw-p 00003000 00:3c 15111103                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7fbb17bad000-7fbb17bae000 r--p 00000000 00:3c 15107318                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7fbb17bae000-7fbb17baf000 r-xp 00001000 00:3c 15107318                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7fbb17baf000-7fbb17bb0000 r--p 00002000 00:3c 15107318                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7fbb17bb0000-7fbb17bb1000 r--p 00002000 00:3c 15107318                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7fbb17bb1000-7fbb17bb2000 rw-p 00003000 00:3c 15107318                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7fbb17bb2000-7fbb17bb3000 r--p 00000000 00:3c 15111094                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7fbb17bb3000-7fbb17bb4000 r-xp 00001000 00:3c 15111094                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7fbb17bb4000-7fbb17bb5000 r--p 00002000 00:3c 15111094                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7fbb17bb5000-7fbb17bb6000 r--p 00002000 00:3c 15111094                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7fbb17bb6000-7fbb17bb7000 rw-p 00003000 00:3c 15111094                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7fbb17bb7000-7fbb17bb8000 r--p 00000000 00:3c 15111093                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7fbb17bb8000-7fbb17bb9000 r-xp 00001000 00:3c 15111093                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7fbb17bb9000-7fbb17bba000 r--p 00002000 00:3c 15111093                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7fbb17bba000-7fbb17bbb000 r--p 00002000 00:3c 15111093                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7fbb17bbb000-7fbb17bbc000 rw-p 00003000 00:3c 15111093                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7fbb17bbc000-7fbb17bbd000 r--p 00000000 00:3c 15111090                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7fbb17bbd000-7fbb17bbe000 r-xp 00001000 00:3c 15111090                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7fbb17bbe000-7fbb17bbf000 r--p 00002000 00:3c 15111090                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7fbb17bbf000-7fbb17bc0000 r--p 00002000 00:3c 15111090                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7fbb17bc0000-7fbb17bc1000 rw-p 00003000 00:3c 15111090                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7fbb17bc1000-7fbb17bc2000 r--p 00000000 00:3c 15107284                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7fbb17bc2000-7fbb17bc3000 r-xp 00001000 00:3c 15107284                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7fbb17bc3000-7fbb17bc4000 r--p 00002000 00:3c 15107284                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7fbb17bc4000-7fbb17bc5000 r--p 00002000 00:3c 15107284                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7fbb17bc5000-7fbb17bc6000 rw-p 00003000 00:3c 15107284                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7fbb17bc6000-7fbb17bc7000 r--p 00000000 00:3c 15111092                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7fbb17bc7000-7fbb17bc8000 r-xp 00001000 00:3c 15111092                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7fbb17bc8000-7fbb17bc9000 r--p 00002000 00:3c 15111092                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7fbb17bc9000-7fbb17bca000 r--p 00002000 00:3c 15111092                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7fbb17bca000-7fbb17bcb000 rw-p 00003000 00:3c 15111092                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7fbb17bcb000-7fbb17bcc000 r--p 00000000 00:3c 15107406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7fbb17bcc000-7fbb17bcd000 r-xp 00001000 00:3c 15107406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7fbb17bcd000-7fbb17bce000 r--p 00002000 00:3c 15107406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7fbb17bce000-7fbb17bcf000 r--p 00002000 00:3c 15107406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7fbb17bcf000-7fbb17bd0000 rw-p 00003000 00:3c 15107406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7fbb17bd0000-7fbb17bd1000 r--p 00000000 00:3c 15107316                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7fbb17bd1000-7fbb17bd2000 r-xp 00001000 00:3c 15107316                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7fbb17bd2000-7fbb17bd3000 r--p 00002000 00:3c 15107316                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7fbb17bd3000-7fbb17bd4000 r--p 00002000 00:3c 15107316                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7fbb17bd4000-7fbb17bd5000 rw-p 00003000 00:3c 15107316                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7fbb17bd5000-7fbb17bd6000 r--p 00000000 00:3c 15110836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7fbb17bd6000-7fbb17bd7000 r-xp 00001000 00:3c 15110836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7fbb17bd7000-7fbb17bd8000 r--p 00002000 00:3c 15110836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7fbb17bd8000-7fbb17bd9000 r--p 00002000 00:3c 15110836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7fbb17bd9000-7fbb17bda000 rw-p 00003000 00:3c 15110836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7fbb17bda000-7fbb17bdb000 r--p 00000000 00:3c 15111078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7fbb17bdb000-7fbb17bdc000 r-xp 00001000 00:3c 15111078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7fbb17bdc000-7fbb17bdd000 r--p 00002000 00:3c 15111078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7fbb17bdd000-7fbb17bde000 r--p 00002000 00:3c 15111078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7fbb17bde000-7fbb17bdf000 rw-p 00003000 00:3c 15111078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7fbb17bdf000-7fbb17be0000 r--p 00000000 00:3c 15111073                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7fbb17be0000-7fbb17be1000 r-xp 00001000 00:3c 15111073                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7fbb17be1000-7fbb17be2000 r--p 00002000 00:3c 15111073                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7fbb17be2000-7fbb17be3000 r--p 00002000 00:3c 15111073                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7fbb17be3000-7fbb17be4000 rw-p 00003000 00:3c 15111073                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7fbb17be4000-7fbb17be5000 r--p 00000000 00:3c 15109862                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7fbb17be5000-7fbb17be6000 r-xp 00001000 00:3c 15109862                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7fbb17be6000-7fbb17be7000 r--p 00002000 00:3c 15109862                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7fbb17be7000-7fbb17be8000 r--p 00002000 00:3c 15109862                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7fbb17be8000-7fbb17be9000 rw-p 00003000 00:3c 15109862                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7fbb17be9000-7fbb17bea000 r--p 00000000 00:3c 15107646                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7fbb17bea000-7fbb17beb000 r-xp 00001000 00:3c 15107646                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7fbb17beb000-7fbb17bec000 r--p 00002000 00:3c 15107646                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7fbb17bec000-7fbb17bed000 r--p 00002000 00:3c 15107646                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7fbb17bed000-7fbb17bee000 rw-p 00003000 00:3c 15107646                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7fbb17bee000-7fbb17bef000 r--p 00000000 00:3c 15107240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7fbb17bef000-7fbb17bf0000 r-xp 00001000 00:3c 15107240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7fbb17bf0000-7fbb17bf1000 r--p 00002000 00:3c 15107240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7fbb17bf1000-7fbb17bf2000 r--p 00002000 00:3c 15107240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7fbb17bf2000-7fbb17bf3000 rw-p 00003000 00:3c 15107240                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7fbb17bf3000-7fbb17bf4000 r--p 00000000 00:3c 15111228                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7fbb17bf4000-7fbb17bf5000 r-xp 00001000 00:3c 15111228                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7fbb17bf5000-7fbb17bf6000 r--p 00002000 00:3c 15111228                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7fbb17bf6000-7fbb17bf7000 r--p 00002000 00:3c 15111228                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7fbb17bf7000-7fbb17bf8000 rw-p 00003000 00:3c 15111228                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7fbb17bf8000-7fbb17bf9000 r--p 00000000 00:3c 15111097                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7fbb17bf9000-7fbb17bfa000 r-xp 00001000 00:3c 15111097                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7fbb17bfa000-7fbb17bfb000 r--p 00002000 00:3c 15111097                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7fbb17bfb000-7fbb17bfc000 r--p 00002000 00:3c 15111097                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7fbb17bfc000-7fbb17bfd000 rw-p 00003000 00:3c 15111097                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7fbb17bfd000-7fbb17bfe000 r--p 00000000 00:3c 15111233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7fbb17bfe000-7fbb17bff000 r-xp 00001000 00:3c 15111233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7fbb17bff000-7fbb17c00000 r--p 00002000 00:3c 15111233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7fbb17c00000-7fbb17c01000 r--p 00002000 00:3c 15111233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7fbb17c01000-7fbb17c02000 rw-p 00003000 00:3c 15111233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7fbb17c02000-7fbb17c03000 r--p 00000000 00:3c 15110847                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7fbb17c03000-7fbb17c04000 r-xp 00001000 00:3c 15110847                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7fbb17c04000-7fbb17c05000 r--p 00002000 00:3c 15110847                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7fbb17c05000-7fbb17c06000 r--p 00002000 00:3c 15110847                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7fbb17c06000-7fbb17c07000 rw-p 00003000 00:3c 15110847                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7fbb17c07000-7fbb17c08000 r--p 00000000 00:3c 15111218                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7fbb17c08000-7fbb17c09000 r-xp 00001000 00:3c 15111218                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7fbb17c09000-7fbb17c0a000 r--p 00002000 00:3c 15111218                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7fbb17c0a000-7fbb17c0b000 r--p 00002000 00:3c 15111218                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7fbb17c0b000-7fbb17c0c000 rw-p 00003000 00:3c 15111218                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7fbb17c0c000-7fbb17c0d000 r--p 00000000 00:3c 15111197                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7fbb17c0d000-7fbb17c0e000 r-xp 00001000 00:3c 15111197                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7fbb17c0e000-7fbb17c0f000 r--p 00002000 00:3c 15111197                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7fbb17c0f000-7fbb17c10000 r--p 00003000 00:3c 15111197                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7fbb17c10000-7fbb17c11000 rw-p 00004000 00:3c 15111197                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7fbb17c11000-7fbb17c12000 r--p 00000000 00:3c 15111189                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7fbb17c12000-7fbb17c13000 r-xp 00001000 00:3c 15111189                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7fbb17c13000-7fbb17c15000 r--p 00002000 00:3c 15111189                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7fbb17c15000-7fbb17c16000 r--p 00003000 00:3c 15111189                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7fbb17c16000-7fbb17c17000 rw-p 00004000 00:3c 15111189                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7fbb17c17000-7fbb17c18000 r--p 00000000 00:3c 15111231                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7fbb17c18000-7fbb17c19000 r-xp 00001000 00:3c 15111231                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7fbb17c19000-7fbb17c1a000 r--p 00002000 00:3c 15111231                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7fbb17c1a000-7fbb17c1b000 r--p 00003000 00:3c 15111231                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7fbb17c1b000-7fbb17c1c000 rw-p 00004000 00:3c 15111231                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7fbb17c1c000-7fbb17c1d000 r--p 00000000 00:3c 15111225                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7fbb17c1d000-7fbb17c1e000 r-xp 00001000 00:3c 15111225                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7fbb17c1e000-7fbb17c1f000 r--p 00002000 00:3c 15111225                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7fbb17c1f000-7fbb17c20000 r--p 00003000 00:3c 15111225                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7fbb17c20000-7fbb17c21000 rw-p 00004000 00:3c 15111225                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7fbb17c21000-7fbb17c22000 r--p 00000000 00:3c 15111206                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7fbb17c22000-7fbb17c23000 r-xp 00001000 00:3c 15111206                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7fbb17c23000-7fbb17c24000 r--p 00002000 00:3c 15111206                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7fbb17c24000-7fbb17c25000 r--p 00002000 00:3c 15111206                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7fbb17c25000-7fbb17c26000 rw-p 00003000 00:3c 15111206                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7fbb17c26000-7fbb17c27000 r--p 00000000 00:3c 15111196                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7fbb17c27000-7fbb17c28000 r-xp 00001000 00:3c 15111196                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7fbb17c28000-7fbb17c29000 r--p 00002000 00:3c 15111196                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7fbb17c29000-7fbb17c2a000 r--p 00002000 00:3c 15111196                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7fbb17c2a000-7fbb17c2b000 rw-p 00003000 00:3c 15111196                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7fbb17c2b000-7fbb17c2c000 r--p 00000000 00:3c 15110941                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7fbb17c2c000-7fbb17c2d000 r-xp 00001000 00:3c 15110941                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7fbb17c2d000-7fbb17c2e000 r--p 00002000 00:3c 15110941                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7fbb17c2e000-7fbb17c2f000 r--p 00002000 00:3c 15110941                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7fbb17c2f000-7fbb17c30000 rw-p 00003000 00:3c 15110941                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7fbb17c30000-7fbb17c31000 r--p 00000000 00:3c 15111185                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7fbb17c31000-7fbb17c32000 r-xp 00001000 00:3c 15111185                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7fbb17c32000-7fbb17c33000 r--p 00002000 00:3c 15111185                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7fbb17c33000-7fbb17c34000 r--p 00002000 00:3c 15111185                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7fbb17c34000-7fbb17c35000 rw-p 00003000 00:3c 15111185                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7fbb17c36000-7fbb17c37000 r--p 00000000 00:3c 15111672                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7fbb17c37000-7fbb17c38000 r-xp 00001000 00:3c 15111672                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7fbb17c38000-7fbb17c39000 r--p 00002000 00:3c 15111672                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7fbb17c39000-7fbb17c3a000 r--p 00002000 00:3c 15111672                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7fbb17c3a000-7fbb17c3b000 rw-p 00003000 00:3c 15111672                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7fbb17c3b000-7fbb17c3c000 r--p 00000000 00:3c 16540453                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7fbb17c3c000-7fbb17c3d000 r-xp 00001000 00:3c 16540453                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7fbb17c3d000-7fbb17c3e000 r--p 00002000 00:3c 16540453                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7fbb17c3e000-7fbb17c3f000 r--p 00002000 00:3c 16540453                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7fbb17c3f000-7fbb17c40000 rw-p 00003000 00:3c 16540453                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7fbb17c40000-7fbb17c50000 rw-p 00000000 00:00 0 
7fbb17c52000-7fbb17c53000 r--p 00000000 00:3c 15112233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7fbb17c53000-7fbb17c54000 r-xp 00001000 00:3c 15112233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7fbb17c54000-7fbb17c55000 r--p 00002000 00:3c 15112233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7fbb17c55000-7fbb17c56000 r--p 00002000 00:3c 15112233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7fbb17c56000-7fbb17c57000 rw-p 00003000 00:3c 15112233                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7fbb17c57000-7fbb17c58000 r--p 00000000 00:3c 15111745                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7fbb17c58000-7fbb17c59000 r-xp 00001000 00:3c 15111745                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7fbb17c59000-7fbb17c5a000 r--p 00002000 00:3c 15111745                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7fbb17c5a000-7fbb17c5b000 r--p 00002000 00:3c 15111745                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7fbb17c5b000-7fbb17c5c000 rw-p 00003000 00:3c 15111745                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7fbb17c5c000-7fbb17c5f000 r--p 00000000 00:3c 15112360                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7fbb17c5f000-7fbb17c6b000 r-xp 00003000 00:3c 15112360                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7fbb17c6b000-7fbb17c6e000 r--p 0000f000 00:3c 15112360                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7fbb17c6e000-7fbb17c6f000 r--p 00011000 00:3c 15112360                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7fbb17c6f000-7fbb17c70000 rw-p 00012000 00:3c 15112360                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7fbb17c70000-7fbb17cb0000 rw-p 00000000 00:00 0 
7fbb17cb1000-7fbb17cb2000 r--p 00000000 00:3c 15112245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7fbb17cb2000-7fbb17cb3000 r-xp 00001000 00:3c 15112245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7fbb17cb3000-7fbb17cb4000 r--p 00002000 00:3c 15112245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7fbb17cb4000-7fbb17cb5000 r--p 00002000 00:3c 15112245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7fbb17cb5000-7fbb17cb6000 rw-p 00003000 00:3c 15112245                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7fbb17cb6000-7fbb17cb8000 r--p 00000000 00:3c 16541076                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7fbb17cb8000-7fbb17cbb000 r-xp 00002000 00:3c 16541076                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7fbb17cbb000-7fbb17cbc000 r--p 00005000 00:3c 16541076                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7fbb17cbc000-7fbb17cbd000 r--p 00006000 00:3c 16541076                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7fbb17cbd000-7fbb17cbe000 rw-p 00007000 00:3c 16541076                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7fbb17cc0000-7fbb17cd0000 rw-p 00000000 00:00 0 
7fbb17cd1000-7fbb17cd2000 r--p 00000000 00:3c 16539422                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7fbb17cd2000-7fbb17cd4000 r-xp 00001000 00:3c 16539422                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7fbb17cd4000-7fbb17cd5000 r--p 00003000 00:3c 16539422                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7fbb17cd5000-7fbb17cd6000 r--p 00003000 00:3c 16539422                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7fbb17cd6000-7fbb17cd7000 rw-p 00004000 00:3c 16539422                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7fbb17cd7000-7fbb17cd9000 r--p 00000000 00:3c 15112226                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7fbb17cd9000-7fbb17cdb000 r-xp 00002000 00:3c 15112226                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7fbb17cdb000-7fbb17cdc000 r--p 00004000 00:3c 15112226                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7fbb17cdc000-7fbb17cdd000 r--p 00004000 00:3c 15112226                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7fbb17cdd000-7fbb17cde000 rw-p 00005000 00:3c 15112226                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7fbb17cde000-7fbb17ce0000 r--p 00000000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7fbb17ce0000-7fbb17cf9000 r-xp 00002000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7fbb17cf9000-7fbb17cfd000 r--p 0001b000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7fbb17cfd000-7fbb17cfe000 r--p 0001e000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7fbb17cfe000-7fbb17cff000 rw-p 0001f000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7fbb17cff000-7fbb17d00000 r--p 00000000 00:3c 16540898                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7fbb17d00000-7fbb17d01000 r-xp 00001000 00:3c 16540898                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7fbb17d01000-7fbb17d02000 r--p 00002000 00:3c 16540898                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7fbb17d02000-7fbb17d03000 r--p 00002000 00:3c 16540898                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7fbb17d03000-7fbb17d04000 rw-p 00003000 00:3c 16540898                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7fbb17d04000-7fbb17d05000 r--p 00000000 00:3c 16541053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7fbb17d05000-7fbb17d06000 r-xp 00001000 00:3c 16541053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7fbb17d06000-7fbb17d07000 r--p 00002000 00:3c 16541053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7fbb17d07000-7fbb17d08000 r--p 00002000 00:3c 16541053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7fbb17d08000-7fbb17d09000 rw-p 00003000 00:3c 16541053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7fbb17d09000-7fbb17d0a000 r--p 00000000 00:3c 16540416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7fbb17d0a000-7fbb17d0b000 r-xp 00001000 00:3c 16540416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7fbb17d0b000-7fbb17d0c000 r--p 00002000 00:3c 16540416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7fbb17d0c000-7fbb17d0d000 r--p 00002000 00:3c 16540416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7fbb17d0d000-7fbb17d0e000 rw-p 00003000 00:3c 16540416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7fbb17d0e000-7fbb17d0f000 r--p 00000000 00:3c 16541098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7fbb17d0f000-7fbb17d10000 r-xp 00001000 00:3c 16541098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7fbb17d10000-7fbb17d11000 r--p 00002000 00:3c 16541098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7fbb17d11000-7fbb17d12000 r--p 00002000 00:3c 16541098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7fbb17d12000-7fbb17d13000 rw-p 00003000 00:3c 16541098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7fbb17d13000-7fbb17d14000 r--p 00000000 00:3c 16541129                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7fbb17d14000-7fbb17d15000 r-xp 00001000 00:3c 16541129                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7fbb17d15000-7fbb17d16000 r--p 00002000 00:3c 16541129                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7fbb17d16000-7fbb17d17000 r--p 00002000 00:3c 16541129                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7fbb17d17000-7fbb17d18000 rw-p 00003000 00:3c 16541129                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7fbb17d18000-7fbb17d19000 r--p 00000000 00:3c 16541022                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7fbb17d19000-7fbb17d1a000 r-xp 00001000 00:3c 16541022                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7fbb17d1a000-7fbb17d1b000 r--p 00002000 00:3c 16541022                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7fbb17d1b000-7fbb17d1c000 r--p 00002000 00:3c 16541022                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7fbb17d1c000-7fbb17d1d000 rw-p 00003000 00:3c 16541022                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7fbb17d1d000-7fbb17d1e000 r--p 00000000 00:3c 16539513                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7fbb17d1e000-7fbb17d1f000 r-xp 00001000 00:3c 16539513                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7fbb17d1f000-7fbb17d20000 r--p 00002000 00:3c 16539513                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7fbb17d20000-7fbb17d21000 r--p 00002000 00:3c 16539513                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7fbb17d21000-7fbb17d22000 rw-p 00003000 00:3c 16539513                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7fbb17d22000-7fbb17d23000 r--p 00000000 00:3c 16540405                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7fbb17d23000-7fbb17d24000 r-xp 00001000 00:3c 16540405                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7fbb17d24000-7fbb17d25000 r--p 00002000 00:3c 16540405                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7fbb17d25000-7fbb17d26000 r--p 00002000 00:3c 16540405                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7fbb17d26000-7fbb17d27000 rw-p 00003000 00:3c 16540405                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7fbb17d27000-7fbb17d28000 r--p 00000000 00:3c 16539436                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7fbb17d28000-7fbb17d29000 r-xp 00001000 00:3c 16539436                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7fbb17d29000-7fbb17d2a000 r--p 00002000 00:3c 16539436                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7fbb17d2a000-7fbb17d2b000 r--p 00002000 00:3c 16539436                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7fbb17d2b000-7fbb17d2c000 rw-p 00003000 00:3c 16539436                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7fbb17d2c000-7fbb17d2d000 r--p 00000000 00:3c 16540098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7fbb17d2d000-7fbb17d2e000 r-xp 00001000 00:3c 16540098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7fbb17d2e000-7fbb17d2f000 r--p 00002000 00:3c 16540098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7fbb17d2f000-7fbb17d30000 r--p 00002000 00:3c 16540098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7fbb17d30000-7fbb17d31000 rw-p 00003000 00:3c 16540098                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7fbb17d31000-7fbb17d32000 r--p 00000000 00:3c 16539439                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7fbb17d32000-7fbb17d33000 r-xp 00001000 00:3c 16539439                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7fbb17d33000-7fbb17d34000 r--p 00002000 00:3c 16539439                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7fbb17d34000-7fbb17d35000 r--p 00002000 00:3c 16539439                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7fbb17d35000-7fbb17d36000 rw-p 00003000 00:3c 16539439                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7fbb17d36000-7fbb17d37000 r--p 00000000 00:3c 16539416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7fbb17d37000-7fbb17d38000 r-xp 00001000 00:3c 16539416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7fbb17d38000-7fbb17d39000 r--p 00002000 00:3c 16539416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7fbb17d39000-7fbb17d3a000 r--p 00002000 00:3c 16539416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7fbb17d3a000-7fbb17d3b000 rw-p 00003000 00:3c 16539416                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7fbb17d3b000-7fbb17d3c000 r--p 00000000 00:3c 16540451                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7fbb17d3c000-7fbb17d3d000 r-xp 00001000 00:3c 16540451                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7fbb17d3d000-7fbb17d3e000 r--p 00002000 00:3c 16540451                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7fbb17d3e000-7fbb17d3f000 r--p 00002000 00:3c 16540451                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7fbb17d3f000-7fbb17d40000 rw-p 00003000 00:3c 16540451                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7fbb17d41000-7fbb17d42000 r--p 00000000 00:3c 16538832                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7fbb17d42000-7fbb17d43000 r-xp 00001000 00:3c 16538832                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7fbb17d43000-7fbb17d44000 r--p 00002000 00:3c 16538832                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7fbb17d44000-7fbb17d45000 r--p 00002000 00:3c 16538832                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7fbb17d45000-7fbb17d46000 rw-p 00003000 00:3c 16538832                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7fbb17d46000-7fbb17d49000 r--p 00000000 00:3c 15112309                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7fbb17d49000-7fbb17d4d000 r-xp 00003000 00:3c 15112309                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7fbb17d4d000-7fbb17d4e000 r--p 00007000 00:3c 15112309                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7fbb17d4e000-7fbb17d4f000 r--p 00008000 00:3c 15112309                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7fbb17d4f000-7fbb17d50000 rw-p 00009000 00:3c 15112309                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7fbb17d50000-7fbb17d80000 rw-p 00000000 00:00 0 
7fbb17d81000-7fbb17d82000 r--p 00000000 00:3c 16540403                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7fbb17d82000-7fbb17d83000 r-xp 00001000 00:3c 16540403                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7fbb17d83000-7fbb17d84000 r--p 00002000 00:3c 16540403                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7fbb17d84000-7fbb17d85000 r--p 00002000 00:3c 16540403                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7fbb17d85000-7fbb17d86000 rw-p 00003000 00:3c 16540403                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7fbb17d86000-7fbb17d87000 r--p 00000000 00:3c 16540086                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7fbb17d87000-7fbb17d88000 r-xp 00001000 00:3c 16540086                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7fbb17d88000-7fbb17d89000 r--p 00002000 00:3c 16540086                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7fbb17d89000-7fbb17d8a000 r--p 00002000 00:3c 16540086                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7fbb17d8a000-7fbb17d8b000 rw-p 00003000 00:3c 16540086                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7fbb17d8b000-7fbb17d8c000 r--p 00000000 00:3c 16540470                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7fbb17d8c000-7fbb17d8d000 r-xp 00001000 00:3c 16540470                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7fbb17d8d000-7fbb17d8e000 r--p 00002000 00:3c 16540470                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7fbb17d8e000-7fbb17d8f000 r--p 00002000 00:3c 16540470                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7fbb17d8f000-7fbb17d90000 rw-p 00003000 00:3c 16540470                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7fbb17d90000-7fbb17db0000 rw-p 00000000 00:00 0 
7fbb17db1000-7fbb17db2000 r--p 00000000 00:3c 16538359                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7fbb17db2000-7fbb17db3000 r-xp 00001000 00:3c 16538359                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7fbb17db3000-7fbb17db4000 r--p 00002000 00:3c 16538359                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7fbb17db4000-7fbb17db5000 r--p 00002000 00:3c 16538359                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7fbb17db5000-7fbb17db6000 rw-p 00003000 00:3c 16538359                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7fbb17db6000-7fbb17db7000 r--p 00000000 00:3c 16539415                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7fbb17db7000-7fbb17db8000 r-xp 00001000 00:3c 16539415                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7fbb17db8000-7fbb17db9000 r--p 00002000 00:3c 16539415                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7fbb17db9000-7fbb17dba000 r--p 00002000 00:3c 16539415                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7fbb17dba000-7fbb17dbb000 rw-p 00003000 00:3c 16539415                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7fbb17dbb000-7fbb17dbc000 r--p 00000000 00:3c 16540312                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7fbb17dbc000-7fbb17dbd000 r-xp 00001000 00:3c 16540312                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7fbb17dbd000-7fbb17dbe000 r--p 00002000 00:3c 16540312                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7fbb17dbe000-7fbb17dbf000 r--p 00002000 00:3c 16540312                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7fbb17dbf000-7fbb17dc0000 rw-p 00003000 00:3c 16540312                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7fbb17dc0000-7fbb17e10000 rw-p 00000000 00:00 0 
7fbb17e10000-7fbb17e11000 r--p 00000000 00:3c 16540283                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7fbb17e11000-7fbb17e12000 r-xp 00001000 00:3c 16540283                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7fbb17e12000-7fbb17e13000 r--p 00002000 00:3c 16540283                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7fbb17e13000-7fbb17e14000 r--p 00002000 00:3c 16540283                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7fbb17e14000-7fbb17e15000 rw-p 00003000 00:3c 16540283                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7fbb17e15000-7fbb17e16000 r--p 00000000 00:3c 16540263                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7fbb17e16000-7fbb17e17000 r-xp 00001000 00:3c 16540263                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7fbb17e17000-7fbb17e18000 r--p 00002000 00:3c 16540263                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7fbb17e18000-7fbb17e19000 r--p 00002000 00:3c 16540263                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7fbb17e19000-7fbb17e1a000 rw-p 00003000 00:3c 16540263                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7fbb17e1a000-7fbb17e1b000 r--p 00000000 00:3c 16539198                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7fbb17e1b000-7fbb17e1c000 r-xp 00001000 00:3c 16539198                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7fbb17e1c000-7fbb17e1d000 r--p 00002000 00:3c 16539198                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7fbb17e1d000-7fbb17e1e000 r--p 00002000 00:3c 16539198                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7fbb17e1e000-7fbb17e1f000 rw-p 00003000 00:3c 16539198                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7fbb17e1f000-7fbb17e20000 r--p 00000000 00:3c 16541290                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7fbb17e20000-7fbb17e21000 r-xp 00001000 00:3c 16541290                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7fbb17e21000-7fbb17e22000 r--p 00002000 00:3c 16541290                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7fbb17e22000-7fbb17e23000 r--p 00002000 00:3c 16541290                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7fbb17e23000-7fbb17e24000 rw-p 00003000 00:3c 16541290                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7fbb17e24000-7fbb17e26000 r--p 00000000 00:3c 15112269                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7fbb17e26000-7fbb17e2c000 r-xp 00002000 00:3c 15112269                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7fbb17e2c000-7fbb17e2e000 r--p 00008000 00:3c 15112269                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7fbb17e2e000-7fbb17e2f000 r--p 00009000 00:3c 15112269                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7fbb17e2f000-7fbb17e30000 rw-p 0000a000 00:3c 15112269                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7fbb17e30000-7fbb17e40000 rw-p 00000000 00:00 0 
7fbb17e44000-7fbb17e46000 r--p 00000000 00:3c 15112285                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7fbb17e46000-7fbb17e48000 r-xp 00002000 00:3c 15112285                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7fbb17e48000-7fbb17e49000 r--p 00004000 00:3c 15112285                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7fbb17e49000-7fbb17e4a000 r--p 00004000 00:3c 15112285                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7fbb17e4a000-7fbb17e4b000 rw-p 00005000 00:3c 15112285                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7fbb17e4b000-7fbb17e4c000 r--p 00000000 00:3c 16541173                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7fbb17e4c000-7fbb17e4d000 r-xp 00001000 00:3c 16541173                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7fbb17e4d000-7fbb17e4e000 r--p 00002000 00:3c 16541173                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7fbb17e4e000-7fbb17e4f000 r--p 00002000 00:3c 16541173                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7fbb17e4f000-7fbb17e50000 rw-p 00003000 00:3c 16541173                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7fbb17e50000-7fbb17ed0000 rw-p 00000000 00:00 0 
7fbb17ed0000-7fbb17ed1000 r--p 00000000 00:3c 16540068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7fbb17ed1000-7fbb17ed2000 r-xp 00001000 00:3c 16540068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7fbb17ed2000-7fbb17ed3000 r--p 00002000 00:3c 16540068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7fbb17ed3000-7fbb17ed4000 r--p 00002000 00:3c 16540068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7fbb17ed4000-7fbb17ed5000 rw-p 00003000 00:3c 16540068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7fbb17ed5000-7fbb17ed6000 r--p 00000000 00:3c 16539654                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7fbb17ed6000-7fbb17ed7000 r-xp 00001000 00:3c 16539654                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7fbb17ed7000-7fbb17ed8000 r--p 00002000 00:3c 16539654                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7fbb17ed8000-7fbb17ed9000 r--p 00002000 00:3c 16539654                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7fbb17ed9000-7fbb17eda000 rw-p 00003000 00:3c 16539654                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7fbb17eda000-7fbb17edb000 r--p 00000000 00:3c 16539667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7fbb17edb000-7fbb17edc000 r-xp 00001000 00:3c 16539667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7fbb17edc000-7fbb17edd000 r--p 00002000 00:3c 16539667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7fbb17edd000-7fbb17ede000 r--p 00002000 00:3c 16539667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7fbb17ede000-7fbb17edf000 rw-p 00003000 00:3c 16539667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7fbb17ee0000-7fbb17ee3000 r--p 00000000 00:3c 15107398                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7fbb17ee3000-7fbb17eec000 r-xp 00003000 00:3c 15107398                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7fbb17eec000-7fbb17eee000 r--p 0000c000 00:3c 15107398                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7fbb17eee000-7fbb17eef000 r--p 0000d000 00:3c 15107398                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7fbb17eef000-7fbb17ef0000 rw-p 0000e000 00:3c 15107398                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7fbb17ef0000-7fbb17fa0000 rw-p 00000000 00:00 0 
7fbb17fa3000-7fbb17fa5000 r--p 00000000 00:3c 16539773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7fbb17fa5000-7fbb17fa7000 r-xp 00002000 00:3c 16539773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7fbb17fa7000-7fbb17fa8000 r--p 00004000 00:3c 16539773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7fbb17fa8000-7fbb17fa9000 r--p 00004000 00:3c 16539773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7fbb17fa9000-7fbb17faa000 rw-p 00005000 00:3c 16539773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7fbb17faa000-7fbb17fab000 r--p 00000000 00:3c 16539455                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7fbb17fab000-7fbb17fac000 r-xp 00001000 00:3c 16539455                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7fbb17fac000-7fbb17fad000 r--p 00002000 00:3c 16539455                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7fbb17fad000-7fbb17fae000 r--p 00002000 00:3c 16539455                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7fbb17fae000-7fbb17faf000 rw-p 00003000 00:3c 16539455                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7fbb17faf000-7fbb17fb0000 ---p 00000000 00:00 0 
7fbb17fb0000-7fbb17ff1000 rw-p 00000000 00:00 0 
7fbb17ff1000-7fbb17ff2000 ---p 00000000 00:00 0 
7fbb17ff2000-7fbb18033000 rw-p 00000000 00:00 0 
7fbb18033000-7fbb18034000 ---p 00000000 00:00 0 
7fbb18034000-7fbb18075000 rw-p 00000000 00:00 0 
7fbb18075000-7fbb18076000 ---p 00000000 00:00 0 
7fbb18076000-7fbb180b7000 rw-p 00000000 00:00 0 
7fbb180b7000-7fbb180b8000 ---p 00000000 00:00 0 
7fbb180b8000-7fbb180f9000 rw-p 00000000 00:00 0 
7fbb180f9000-7fbb180fa000 ---p 00000000 00:00 0 
7fbb180fa000-7fbb1813b000 rw-p 00000000 00:00 0 
7fbb1813b000-7fbb1813c000 ---p 00000000 00:00 0 
7fbb1813c000-7fbb1817d000 rw-p 00000000 00:00 0 
7fbb1817d000-7fbb1817e000 ---p 00000000 00:00 0 
7fbb1817e000-7fbb181bf000 rw-p 00000000 00:00 0 
7fbb181bf000-7fbb181c0000 ---p 00000000 00:00 0 
7fbb181c0000-7fbb18201000 rw-p 00000000 00:00 0 
7fbb18201000-7fbb18202000 ---p 00000000 00:00 0 
7fbb18202000-7fbb18243000 rw-p 00000000 00:00 0 
7fbb18243000-7fbb18244000 ---p 00000000 00:00 0 
7fbb18244000-7fbb18285000 rw-p 00000000 00:00 0 
7fbb18285000-7fbb18286000 ---p 00000000 00:00 0 
7fbb18286000-7fbb182c7000 rw-p 00000000 00:00 0 
7fbb182c7000-7fbb182c8000 ---p 00000000 00:00 0 
7fbb182c8000-7fbb18309000 rw-p 00000000 00:00 0 
7fbb18309000-7fbb1830a000 ---p 00000000 00:00 0 
7fbb1830a000-7fbb1834b000 rw-p 00000000 00:00 0 
7fbb1834b000-7fbb1834c000 ---p 00000000 00:00 0 
7fbb1834c000-7fbb1838d000 rw-p 00000000 00:00 0 
7fbb1838d000-7fbb1838e000 ---p 00000000 00:00 0 
7fbb1838e000-7fbb183cf000 rw-p 00000000 00:00 0 
7fbb183cf000-7fbb183d0000 ---p 00000000 00:00 0 
7fbb183d0000-7fbb18411000 rw-p 00000000 00:00 0 
7fbb18411000-7fbb18412000 ---p 00000000 00:00 0 
7fbb18412000-7fbb18453000 rw-p 00000000 00:00 0 
7fbb18453000-7fbb18454000 ---p 00000000 00:00 0 
7fbb18454000-7fbb18495000 rw-p 00000000 00:00 0 
7fbb18495000-7fbb18496000 ---p 00000000 00:00 0 
7fbb18496000-7fbb184d7000 rw-p 00000000 00:00 0 
7fbb184d7000-7fbb184d8000 ---p 00000000 00:00 0 
7fbb184d8000-7fbb18519000 rw-p 00000000 00:00 0 
7fbb18519000-7fbb1851a000 ---p 00000000 00:00 0 
7fbb1851a000-7fbb1855b000 rw-p 00000000 00:00 0 
7fbb1855b000-7fbb1855c000 ---p 00000000 00:00 0 
7fbb1855c000-7fbb1859d000 rw-p 00000000 00:00 0 
7fbb1859d000-7fbb1859e000 ---p 00000000 00:00 0 
7fbb1859e000-7fbb185df000 rw-p 00000000 00:00 0 
7fbb185df000-7fbb185e0000 ---p 00000000 00:00 0 
7fbb185e0000-7fbb18621000 rw-p 00000000 00:00 0 
7fbb18621000-7fbb18622000 ---p 00000000 00:00 0 
7fbb18622000-7fbb18663000 rw-p 00000000 00:00 0 
7fbb18663000-7fbb18664000 ---p 00000000 00:00 0 
7fbb18664000-7fbb186a5000 rw-p 00000000 00:00 0 
7fbb186a5000-7fbb186a6000 ---p 00000000 00:00 0 
7fbb186a6000-7fbb186e7000 rw-p 00000000 00:00 0 
7fbb186e7000-7fbb186e8000 ---p 00000000 00:00 0 
7fbb186e8000-7fbb18729000 rw-p 00000000 00:00 0 
7fbb18729000-7fbb1872a000 ---p 00000000 00:00 0 
7fbb1872a000-7fbb1876b000 rw-p 00000000 00:00 0 
7fbb1876b000-7fbb1876c000 ---p 00000000 00:00 0 
7fbb1876c000-7fbb187ad000 rw-p 00000000 00:00 0 
7fbb187ad000-7fbb187ae000 ---p 00000000 00:00 0 
7fbb187ae000-7fbb187ef000 rw-p 00000000 00:00 0 
7fbb187ef000-7fbb187f0000 ---p 00000000 00:00 0 
7fbb187f0000-7fbb19060000 rw-p 00000000 00:00 0 
7fbb19061000-7fbb19062000 r--p 00000000 00:3c 16539413                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7fbb19062000-7fbb19063000 r-xp 00001000 00:3c 16539413                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7fbb19063000-7fbb19064000 r--p 00002000 00:3c 16539413                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7fbb19064000-7fbb19065000 r--p 00002000 00:3c 16539413                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7fbb19065000-7fbb19066000 rw-p 00003000 00:3c 16539413                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7fbb19066000-7fbb19068000 r--p 00000000 00:3c 15112234                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7fbb19068000-7fbb1906b000 r-xp 00002000 00:3c 15112234                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7fbb1906b000-7fbb1906d000 r--p 00005000 00:3c 15112234                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7fbb1906d000-7fbb1906e000 r--p 00006000 00:3c 15112234                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7fbb1906e000-7fbb1906f000 rw-p 00007000 00:3c 15112234                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7fbb1906f000-7fbb3246f000 rw-p 00000000 00:00 0 
7fbb32471000-7fbb32473000 r--p 00000000 00:3c 16541289                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7fbb32473000-7fbb32478000 r-xp 00002000 00:3c 16541289                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7fbb32478000-7fbb32479000 r--p 00007000 00:3c 16541289                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7fbb32479000-7fbb3247a000 r--p 00008000 00:3c 16541289                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7fbb3247a000-7fbb3247b000 rw-p 00009000 00:3c 16541289                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7fbb3247b000-7fbb3247c000 r--p 00000000 00:3c 16538563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7fbb3247c000-7fbb3247d000 r-xp 00001000 00:3c 16538563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7fbb3247d000-7fbb3247e000 r--p 00002000 00:3c 16538563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7fbb3247e000-7fbb3247f000 r--p 00002000 00:3c 16538563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7fbb3247f000-7fbb32480000 rw-p 00003000 00:3c 16538563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7fbb32480000-7fbb324a0000 rw-p 00000000 00:00 0 
7fbb324a4000-7fbb324a5000 r--p 00000000 00:3c 16541291                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7fbb324a5000-7fbb324a7000 r-xp 00001000 00:3c 16541291                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7fbb324a7000-7fbb324a8000 r--p 00003000 00:3c 16541291                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7fbb324a8000-7fbb324a9000 r--p 00003000 00:3c 16541291                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7fbb324a9000-7fbb324aa000 rw-p 00004000 00:3c 16541291                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7fbb324aa000-7fbb324ab000 r--p 00000000 00:3c 15111549                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7fbb324ab000-7fbb324ac000 r-xp 00001000 00:3c 15111549                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7fbb324ac000-7fbb324ad000 r--p 00002000 00:3c 15111549                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7fbb324ad000-7fbb324ae000 r--p 00002000 00:3c 15111549                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7fbb324ae000-7fbb324af000 rw-p 00003000 00:3c 15111549                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7fbb324af000-7fbb325b0000 rw-p 00000000 00:00 0 
7fbb325b0000-7fbb325b7000 r--s 00000000 00:3c 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7fbb325b7000-7fbb32610000 r--p 00000000 00:3c 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
7fbb32610000-7fbb32612000 rw-p 00000000 00:00 0 
7fbb32612000-7fbb32616000 r--p 00000000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fbb32616000-7fbb32639000 r-xp 00004000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fbb32639000-7fbb3263d000 r--p 00027000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fbb3263d000-7fbb3263e000 r--p 0002b000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fbb3263e000-7fbb3263f000 rw-p 0002c000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fbb3263f000-7fbb32667000 r--p 00000000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fbb32667000-7fbb327ef000 r-xp 00028000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fbb327ef000-7fbb3283e000 r--p 001b0000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fbb3283e000-7fbb32842000 r--p 001fe000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fbb32842000-7fbb32844000 rw-p 00202000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fbb32844000-7fbb32853000 rw-p 00000000 00:00 0 
7fbb32853000-7fbb32863000 r--p 00000000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fbb32863000-7fbb328e2000 r-xp 00010000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fbb328e2000-7fbb3293a000 r--p 0008f000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fbb3293a000-7fbb3293b000 r--p 000e7000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fbb3293b000-7fbb3293c000 rw-p 000e8000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fbb3293c000-7fbb3293e000 r--p 00000000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fbb3293e000-7fbb32953000 r-xp 00002000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fbb32953000-7fbb3296c000 r--p 00017000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fbb3296c000-7fbb3296d000 r--p 0002f000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fbb3296d000-7fbb3296e000 rw-p 00030000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fbb3296e000-7fbb32976000 rw-p 00000000 00:00 0 
7fbb32976000-7fbb32980000 r--p 00000000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7fbb32980000-7fbb329e3000 r-xp 0000a000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7fbb329e3000-7fbb329f8000 r--p 0006d000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7fbb329f8000-7fbb329f9000 r--p 00081000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7fbb329f9000-7fbb329fa000 rw-p 00082000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7fbb329fa000-7fbb329fc000 r--p 00000000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7fbb329fc000-7fbb32a0e000 r-xp 00002000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7fbb32a0e000-7fbb32a14000 r--p 00014000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7fbb32a14000-7fbb32a15000 r--p 0001a000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7fbb32a15000-7fbb32a16000 rw-p 0001b000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7fbb32a16000-7fbb32a17000 r--p 00000000 00:3c 15111176                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7fbb32a17000-7fbb32a18000 r-xp 00001000 00:3c 15111176                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7fbb32a18000-7fbb32a19000 r--p 00002000 00:3c 15111176                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7fbb32a19000-7fbb32a1a000 r--p 00002000 00:3c 15111176                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7fbb32a1a000-7fbb32a1b000 rw-p 00003000 00:3c 15111176                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7fbb32a1b000-7fbb32a63000 r--p 00000000 00:3c 15107368                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7fbb32a63000-7fbb32f19000 r-xp 00048000 00:3c 15107368                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7fbb32f19000-7fbb330a9000 r--p 004fe000 00:3c 15107368                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7fbb330a9000-7fbb330bf000 r--p 0068e000 00:3c 15107368                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7fbb330bf000-7fbb330c3000 rw-p 006a4000 00:3c 15107368                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7fbb330c3000-7fbb330d9000 rw-p 00000000 00:00 0 
7fbb330d9000-7fbb330da000 r--p 00000000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fbb330da000-7fbb33105000 r-xp 00001000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fbb33105000-7fbb3310f000 r--p 0002c000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fbb3310f000-7fbb33111000 r--p 00036000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fbb33111000-7fbb33113000 rw-p 00038000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffe947f7000-7ffe9483f000 rw-p 00000000 00:00 0                          [stack]
7ffe9491d000-7ffe94921000 r--p 00000000 00:00 0                          [vvar]
7ffe94921000-7ffe94923000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


make: *** [uncommon.mk:975: yes-test-all] Segmentation fault (core dumped)
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
ruby 3.5.0dev (2025-05-14T19:24:30Z master 7afee53fa0) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ......................................


1)
Finished in 21.898007 seconds

An exception occurred during: loading /tmp/ruby/src/trunk-repeat20/spec/ruby/optional/capi/digest_spec.rb ERROR
LoadError: incompatible ABI version of binary - /tmp/ruby/build/trunk-repeat20/.bundle/extensions/x86_64-linux/3.5.0+1/fiddle-1.1.8/fiddle.so
3337 files, 33372 examples, 169024 expectations, 0 failures, 1 error, 0 tagged
<internal:/tmp/ruby/src/trunk-repeat20/lib/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require'
<internal:/tmp/ruby/src/trunk-repeat20/lib/rubygems/core_ext/kernel_require.rb>:136:in 'require'
/tmp/ruby/src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/lib/fiddle.rb:4:in '<top (required)>'
<internal:/tmp/ruby/src/trunk-repeat20/lib/rubygems/core_ext/kernel_require.rb>:141:in 'Kernel#require'
<internal:/tmp/ruby/src/trunk-repeat20/lib/rubygems/core_ext/kernel_require.rb>:141:in 'require'
/tmp/ruby/src/trunk-repeat20/spec/ruby/optional/capi/digest_spec.rb:3:in '<top (required)>'
make: *** [uncommon.mk:1025: yes-test-spec] Error 1
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 512.
raw logfile