# Logfile created on 2025-12-05 22:07:53 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000072adae90fdc0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat20-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRUBY_DEBUG=1\"", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @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=208000, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20251205-220753", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000072adb2f1dc68 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000072adb2f1da38 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000072adae849210 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20251205-220753", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20251205-220753>, @binmode=false, @mon_data=#<Monitor:0x000072adb2f1d4e8>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download DEFS="-DRUBY_DEBUG=1"
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.2/
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-src      DEFS="-DRUBY_DEBUG=1"
From https://github.com/ruby/ruby
   1cad20e..c4c909b  master     -> origin/master
Updating 1cad20e..c4c909b
Fast-forward
 .github/workflows/compilers.yml     |  10 +-
 .github/workflows/yjit-ubuntu.yml   |   3 +-
 .github/workflows/zjit-ubuntu.yml   |   3 +-
 NEWS.md                             |   7 +
 bignum.c                            |  64 +++--
 configure.ac                        |  96 ++++----
 depend                              |   4 +
 ext/-test-/bignum/depend            |  12 +
 ext/openssl/lib/openssl/x509.rb     |   9 +
 ext/openssl/ossl_asn1.c             | 164 ++++++-------
 ext/openssl/ossl_x509cert.c         |  15 --
 ext/psych/lib/psych/nodes/node.rb   |   2 +-
 gc.c                                |   6 +-
 internal/bignum.h                   |  25 +-
 jit.c                               |   7 +-
 jit/src/lib.rs                      |   1 +
 lib/net/http.rb                     |  48 ++--
 lib/timeout.rb                      | 157 ++++++++-----
 prism/encoding.c                    |  84 ++++---
 prism/templates/src/serialize.c.erb |   2 +-
 prism/util/pm_constant_pool.c       |   2 +-
 test/openssl/test_asn1.rb           |  59 +++--
 test/openssl/test_x509cert.rb       |   8 +
 test/psych/visitors/test_to_ruby.rb |   6 +
 test/ruby/test_zjit.rb              |   5 +-
 test/test_timeout.rb                |  26 +++
 thread.c                            |   6 +-
 tool/update-deps                    |   2 +
 vm_exec.h                           |   2 +-
 yjit.c                              |   9 +
 yjit/bindgen/src/main.rs            |   1 +
 yjit/src/cruby_bindings.inc.rs      |  33 ++-
 yjit/src/stats.rs                   |   7 +-
 yjit/yjit.mk                        |   4 +-
 zjit.c                              |   4 +
 zjit/bindgen/src/main.rs            |   2 +
 zjit/src/cruby.rs                   |  13 +-
 zjit/src/cruby_bindings.inc.rs      |  36 +--
 zjit/src/hir.rs                     |  57 ++++-
 zjit/src/hir/opt_tests.rs           | 452 ++++++++++++++++++------------------
 zjit/src/hir/tests.rs               | 324 +++++++++++++-------------
 zjit/zjit.mk                        |   4 +-
 42 files changed, 1026 insertions(+), 755 deletions(-)
Latest commit hash = c4c909b538
$$$[end] "make update-src      DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make after-update    DEFS="-DRUBY_DEBUG=1"
sed -f /tmp/ruby/src/trunk-repeat20-asserts/tool/prereq.status /tmp/ruby/src/trunk-repeat20-asserts/common.mk /tmp/ruby/src/trunk-repeat20-asserts/prism/srcs.mk /tmp/ruby/src/trunk-repeat20-asserts/depend > uncommon.mk
cd -P /tmp/ruby/src/trunk-repeat20-asserts && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --disable-install-doc --enable-shared --no-create --no-recursion
checking for ruby... /usr/bin/ruby --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 if make is GNU make... yes
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 sanitizer/tsan_interface.h... yes
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 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 64bit __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
In file included from conftest.c:4:
/tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat20-asserts/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^~~~~~~~~~~~~~
/tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat20-asserts/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
      |     ^~~~~~~~~~~~~~
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_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 for cargo... no
checking whether rustc works for YJIT... yes
checking possible to build ZJIT... no
checking for prefix of external symbols... NONE
checking for default symbols in empty shared library... 
.ext/include/x86_64-linux/ruby/config.h unchanged
configure: ruby library version = 4.0.0+0
configure: creating ./config.status
---
Configuration summary for ruby version 4.0.0

   * Installation prefix: /tmp/ruby/install/trunk-repeat20-asserts
   * exec prefix:         ${prefix}
   * arch:                x86_64-linux
   * site arch:           ${arch}
   * RUBY_BASE_NAME:      ruby
   * enable shared:       yes
   * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
   * site libraries path: ${rubylibprefix}/${sitearch}
   * vendor path:         ${rubylibprefix}/vendor_ruby
   * target OS:           linux
   * compiler:            gcc
   * with thread:         pthread
   * with coroutine:      amd64
   * 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
config.status: creating Makefile
MAKE=make /bin/sh ./config.status GNUmakefile
config.status: creating GNUmakefile
GNUmakefile unchanged
/tmp/ruby/src/trunk-repeat20-asserts/revision.h updated
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
/bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make after-update    DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-asserts/miniinit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/array.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ast.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/bignum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/compile.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/complex.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enumerator.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/gc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/hash.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/iseq.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/load.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/marshal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/math.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/numeric.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/object.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/process.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ractor.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/random.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/range.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rational.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ruby.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ruby_parser.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/sprintf.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/string.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/thread.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/time.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/version.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/encoding.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/serialize.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/yjit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/jit.c
building Rust YJIT (release mode)
touch /tmp/ruby/build/trunk-repeat20-asserts/target/release/libyjit.a
partial linking /tmp/ruby/build/trunk-repeat20-asserts/target/release/libyjit.a into /tmp/ruby/build/trunk-repeat20-asserts/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make ruby DEFS="-DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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.

creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat20-asserts/loadpath.c
builtin_binary.rbbin updated
d4758e1a07e410f7633d1787452224d0d57f693c07fa4e9a2579babe58339660  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk-repeat20-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.4.0.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make all DEFS="-DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/bignum
configuring -test-/box/yay1
configuring -test-/box/yay2
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
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-/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
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/sanitizers
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
configuring -test-/thread/id
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
configuring cgi/escape
configuring continuation
configuring coverage
configuring date
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring erb/escape
configuring etc
configuring fcntl
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring objspace
configuring openssl
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring zlib
configuring bigdecimal-3.3.1/ext/bigdecimal
configuring debug-1.11.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.5/ext/rbs_extension
configuring syslog-0.3.0/ext/syslog
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/RUBY_ALIGNOF'
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/abi'
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/beg_len_step'
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/extract'
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/concat'
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/resize'
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/div.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/str2big.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/box/yay1'
linking shared-object -test-/namespace/yay1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/box/yay1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/box/yay2'
linking shared-object -test-/namespace/yay2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/box/yay2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-14834'
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-3571'
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-5832'
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug_reporter'
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/class'
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/debug'
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/dln/empty'
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/econv'
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/ensure_and_callcc'
linking shared-object -test-/ensure_and_callcc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/ensure_and_callcc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/enumerator_kw'
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/eval'
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/exception'
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/fatal'
linking shared-object -test-/fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/file'
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/float'
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/funcall'
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/gvl/call_without_gvl'
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/hash'
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/integer/core_ext.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iseq_load'
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iter'
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/protect'
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_resolver'
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_target'
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/stringify_symbols'
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/stringify_target'
linking shared-object -test-/load/stringify_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/internal_ivar'
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/usr'
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/memory_view'
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/method'
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/notimplement'
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/num2int'
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/path_to_class'
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/popen_deadlock'
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/postponed_job'
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/printf'
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/proc'
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/random'
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rb_call_super_kw'
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/recursion'
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/regexp'
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/sanitizers'
linking shared-object -test-/sanitizers.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/sanitizers'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/scan_args'
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/foreach'
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/numhash'
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/update'
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/stack'
linking shared-object -test-/stack.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/stack'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/string'
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/struct'
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/symbol'
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/id'
linking shared-object -test-/thread/id.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/instrumentation'
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/lock_native_thread'
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/time'
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/tracepoint'
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/typeddata'
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/vm'
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/wait'
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/cgi/escape'
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/continuation'
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/bubblebabble'
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/md5'
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/rmd160'
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha1'
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/erb/escape'
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/etc'
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fcntl'
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/nonblock'
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/wait'
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/generator'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/parser'
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/parser'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509cert.c
linking shared-object openssl.so
installing default openssl libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
linking shared-object psych.so
installing default psych libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper_init.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/stringio'
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/zlib'
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
linking shared-object syslog_ext.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/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/set_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
linking transcoder transdb.so
linking transcoder big5.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$$$[end] "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make install DEFS="-DRUBY_DEBUG=1"
rm -rf .bundle/gems/win32ole-1.9.2/
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged
	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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRUBY_DEBUG=1  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRUBY_DEBUG=1" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-repeat20-asserts/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat20-asserts/lib
installing arch files:              /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat20-asserts/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-4.0.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat20-asserts/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/4.0.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-4.0.0+0
installing manpages:                /tmp/ruby/install/trunk-repeat20-asserts/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/4.0.0+0
                                    bundler 4.0.0
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.1
                                    erb 6.0.0
                                    error_highlight 0.7.0
                                    fileutils 1.8.0
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.8.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.8.0
                                    pp 0.6.3
                                    prettyprint 0.2.0
                                    prism 1.6.0
                                    resolv 0.6.3
                                    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.4
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.1.1
                                    weakref 0.1.4
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/4.0.0+0
                                    date 3.5.0
                                    digest 3.2.1
                                    etc 1.4.6
                                    fcntl 1.3.0
                                    io-console 0.8.1
                                    io-nonblock 0.3.2
                                    io-wait 0.4.0.dev
                                    json 2.17.1
                                    openssl 4.0.0.pre
                                    psych 5.2.6
                                    stringio 3.1.9.dev
                                    strscan 3.1.6.dev
                                    zlib 3.2.2
installing bundled gems:            /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/4.0.0+0
                                    minitest 5.26.2
                                    power_assert 3.0.1
                                    rake 13.3.1
                                    test-unit 3.7.3
                                    rexml 3.4.4
                                    rss 0.3.1
                                    net-ftp 0.3.9
                                    net-imap 0.5.12
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.3
                                    prime 0.1.4
                                    rbs 3.9.5
                                    typeprof 0.31.0
                                    debug 1.11.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 3.3.1
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.12
                                    ostruct 0.6.3
                                    pstore 0.2.0
                                    benchmark 0.5.0
                                    logger 1.7.0
                                    rdoc 6.16.1
                                    irb 1.15.3
                                    reline 0.6.3
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/4.0.0+0/cache
skipped bundled gems:
    win32ole-1.9.2.gem              extensions not found or build failed win32ole-1.9.2
$$$[end] "make install DEFS=\"-DRUBY_DEBUG=1\"" 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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
	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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
Run options: 
  --seed=27910
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-repeat20-asserts/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --repeat-count=20

# Running tests:

Closed file descriptor: TestGemBundledCA#test_accessing_www_rubygems: 9
Finished(1/20)  tests in 1809.505581s, 17.6026 tests/s, 3788.9466 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41569>
Finished(2/20)  tests in 2037.253896s, 15.6353 tests/s, 3368.2945 assertions/s.
Finished(3/20)  tests in 2358.655552s, 13.5047 tests/s, 2910.2795 assertions/s.
Finished(4/20)  tests in 2192.148546s, 14.5305 tests/s, 3131.4087 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 8 #<File::Stat dev=0x8, ino=1627230658, 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 2087.689617s, 15.2575 tests/s, 3288.8045 assertions/s.
Leaked file descriptor: TestOpenURI#test_redirect_auth_failure_r2: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 33659>
Closed file descriptor: TestOpenURI#test_uri_read: 10
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 9 #<File::Stat dev=0x8, ino=1628278111, 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: TestOpenURISSL#test_bad_ssl_version: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 36239>
Finished(6/20)  tests in 2502.052840s, 12.7307 tests/s, 2744.0208 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 10 #<File::Stat dev=0x8, ino=1629709778, 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(7/20)  tests in 2359.745540s, 13.4985 tests/s, 2910.0939 assertions/s.
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007ebc3840a2d0 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:722 sleep>
Finished thread: TestSocket#test_tcp_cloexec: #<Thread:0x00007ebc3840a2d0 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:722 dead>
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007ebbca1943e0 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:722 sleep>
Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x00007ebbca1943e0 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:722 dead>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 11 #<File::Stat dev=0x8, ino=1630495155, 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: 12 #<File::Stat dev=0x8, ino=1630502344, 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: 13 #<File::Stat dev=0x8, ino=1630481355, 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(8/20)  tests in 2133.875586s, 14.9273 tests/s, 3217.9074 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 14 #<File::Stat dev=0x8, ino=1631715521, 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: 15 #<File::Stat dev=0x8, ino=1631715539, 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: 16 #<File::Stat dev=0x8, ino=1631701689, 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 2554.062935s, 12.4715 tests/s, 2689.0978 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 17 #<File::Stat dev=0x8, ino=1633047110, 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: 18 #<File::Stat dev=0x8, ino=1633050987, 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: 19 #<File::Stat dev=0x8, ino=1633047454, 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: TestOpenURISSL#test_bad_ssl_version: 20 #<File::Stat dev=0x8, ino=1633156246, 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 2464.298359s, 12.9258 tests/s, 2786.7596 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 22 : #<TCPSocket:fd 22, AF_INET, 127.0.0.1, 44769>
Finished(11/20)  tests in 2244.989161s, 14.1885 tests/s, 3058.9301 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 21 #<File::Stat dev=0x8, ino=1635336886, 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(12/20)  tests in 2716.316035s, 11.7265 tests/s, 2528.4955 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 22 #<File::Stat dev=0x8, ino=1636739979, 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(13/20)  tests in 2447.110575s, 13.0166 tests/s, 2806.8131 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 23 #<File::Stat dev=0x8, ino=1637640478, 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: 24 #<File::Stat dev=0x8, ino=1637641467, 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: TestOpenURISSL#test_bad_ssl_version: 25 #<File::Stat dev=0x8, ino=1637715465, 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(14/20)  tests in 2263.833718s, 14.0704 tests/s, 3034.4543 assertions/s.
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007ebc4abe2ad0 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:722 sleep>
Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x00007ebc4abe2ad0 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:722 dead>
Finished(15/20)  tests in 2605.388175s, 12.2258 tests/s, 2636.6029 assertions/s.
Leaked file descriptor: TestOpenURI#test_redirect_auth_failure_r2: 27 : #<TCPSocket:fd 27, AF_INET, 127.0.0.1, 45941>
Closed file descriptor: TestOpenURI#test_uri_read: 27
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 26 #<File::Stat dev=0x8, ino=1640210645, 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: 27 #<File::Stat dev=0x8, ino=1640203959, 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: 28 #<File::Stat dev=0x8, ino=1640203076, 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(16/20)  tests in 2458.736910s, 12.9550 tests/s, 2794.3653 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 29 #<File::Stat dev=0x8, ino=1641219328, 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: 30 #<File::Stat dev=0x8, ino=1641213830, 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: TestOpenURISSL#test_bad_ssl_version: 31 #<File::Stat dev=0x8, ino=1641294480, 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(17/20)  tests in 2287.273085s, 13.9262 tests/s, 3003.6234 assertions/s.
Finished(18/20)  tests in 2810.295152s, 11.3344 tests/s, 2445.0514 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 32 #<File::Stat dev=0x8, ino=1643854443, 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: TestOpenURISSL#test_bad_ssl_version: 33 #<File::Stat dev=0x8, ino=1643952539, 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(19/20)  tests in 2491.434378s, 12.7850 tests/s, 2758.1846 assertions/s.
Leaked file descriptor: TestOpenURI#test_redirect_auth_failure_r2: 35 : #<TCPSocket:fd 35, AF_INET, 127.0.0.1, 36965>
Closed file descriptor: TestOpenURI#test_uri_read: 35
/tmp/ruby/src/trunk-repeat20-asserts/test/ruby/test_symbol.rb:128: [BUG] Segmentation fault at 0x00007ebbc469ded0
ruby 4.0.0dev (2025-12-05T22:00:24Z master c4c909b538) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0031 p:0003 s:0176 e:000174 l:n b:---- BLOCK  /tmp/ruby/src/trunk-repeat20-asserts/test/ruby/test_symbol.rb:128
c:0030 p:0024 s:0172 e:000171 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/envutil.rb:336
c:0029 p:0046 s:0167 e:000166 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/envutil.rb:350
c:0028 p:0019 s:0160 e:000159 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/test/ruby/test_symbol.rb:127
c:0027 p:0037 s:0156 e:000155 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit/testcase.rb:202
c:0026 p:0052 s:0150 e:000149 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit/testcase.rb:170
c:0025 p:0093 s:0141 e:000140 l:n b:---- BLOCK  /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1683 [FINISH]
c:0024 p:---- s:0134 e:000133 l:y b:---- CFUNC  :map
c:0023 p:0114 s:0130 e:000129 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1670
c:0022 p:0035 s:0118 e:000117 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1374
c:0021 p:0009 s:0111 e:000109 l:n b:---- BLOCK  /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:830 [FINISH]
c:0020 p:---- s:0105 e:000104 l:y b:---- CFUNC  :each
c:0019 p:0047 s:0101 E:0003c8 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:828
c:0018 p:0008 s:0094 E:0019e8 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:865
c:0017 p:0130 s:0087 E:002648 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1616
c:0016 p:0026 s:0074 E:0002a8 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1311
c:0015 p:0005 s:0069 E:001c70 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1781
c:0014 p:0006 s:0065 E:001038 l:n b:---- BLOCK  /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1768 [FINISH]
c:0013 p:---- s:0061 e:000060 l:y b:---- CFUNC  :each
c:0012 p:0042 s:0057 E:000588 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1767
c:0011 p:0013 s:0052 E:001f88 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1811
c:0010 p:0008 s:0047 E:0013a0 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1053
c:0009 p:0008 s:0041 E:002110 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:898
c:0008 p:0017 s:0035 E:001fb8 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 E:000a38 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1290
c:0006 p:0032 s:0025 E:001910 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1895
c:0005 p:0020 s:0021 E:001648 l:y b:0001 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1899
c:0004 p:0065 s:0016 E:000068 l:y b:0001 TOP    /tmp/ruby/src/trunk-repeat20-asserts/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC  :require_relative
c:0002 p:0005 s:0006 E:000a80 l:n b:---- EVAL   /tmp/ruby/src/trunk-repeat20-asserts/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:001820 l:y b:---- DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-repeat20-asserts/test/runner.rb:5:in '<main>'
/tmp/ruby/src/trunk-repeat20-asserts/test/runner.rb:5:in 'require_relative'
/tmp/ruby/src/trunk-repeat20-asserts/tool/test/runner.rb:14:in '<top (required)>'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1899:in 'run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1895:in 'run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1290:in 'run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:145:in 'run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:898:in 'run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1053:in 'run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1811:in 'run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1767:in '_run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1767:in 'each'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1768:in 'block in _run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1781:in 'run_tests'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1311:in '_run_anything'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1616:in '_run_anything'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:865:in '_run_suites'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:828:in '_run_suites'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:828:in 'each'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:830:in 'block in _run_suites'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1374:in '_run_suite'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1670:in '_run_suite'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1670:in 'map'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit.rb:1683:in 'block in _run_suite'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-repeat20-asserts/test/ruby/test_symbol.rb:127:in 'test_inspect_under_gc_compact_stress'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/envutil.rb:350:in 'under_gc_compact_stress'
/tmp/ruby/src/trunk-repeat20-asserts/tool/lib/envutil.rb:336:in 'under_gc_stress'
/tmp/ruby/src/trunk-repeat20-asserts/test/ruby/test_symbol.rb:128:in 'block in test_inspect_under_gc_compact_stress'

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

-- Machine register context ------------------------------------------------
 RIP: 0x00007ebc6b4354a7 RBP: 0x00007ffcc68ab880 RSP: 0x00007ffcc68ab788
 RAX: 0x00007ebc6b435490 RBX: 0x00007ebb9fac44e0 RCX: 0x0000000000000000
 RDX: 0x00007ffcc68ab880 RDI: 0x00007ebbc469ded0 RSI: 0x0000000000000000
  R8: 0x00007ebc6b432b40  R9: 0x00000000001b2ede R10: 0x0000000000000000
 R11: 0x00007ebc6b432b40 R12: 0xf9b2f8b298207fcb R13: 0x0000000000000032
 R14: 0x00005642b230f7f0 R15: 0x00007ebb9d1fe010 EFL: 0x0000000000010246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_print_backtrace+0x14) [0x7ebc6b640f30] /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1105
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1450
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_bug_for_fatal_signal+0x11d) [0x7ebc6b41641d] /tmp/ruby/src/trunk-repeat20-asserts/error.c:1131
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(sigsegv+0x48) [0x7ebc6b57fe18] /tmp/ruby/src/trunk-repeat20-asserts/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x7ebc6af2a320) [0x7ebc6af2a320]
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(RB_SPECIAL_CONST_P+0x13) [0x7ebc6b4354a7] /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/special_consts.h:329
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(RB_BUILTIN_TYPE) /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:184
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(gc_update_references_weak_table_i) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:7143
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(st_general_foreach+0x68) [0x7ebc6b58d7e3] /tmp/ruby/src/trunk-repeat20-asserts/st.c:1563
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_st_foreach_with_replace) /tmp/ruby/src/trunk-repeat20-asserts/st.c:1641
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_gc_vm_weak_table_foreach+0x16) [0x7ebc6b448364] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4062
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(gc_update_references) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:7188
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(gc_compact_finish) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:3451
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(gc_sweep_compact) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:5702
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(gc_sweep) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:4136
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(gc_start+0xbf5) [0x7ebc6b449125] /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:6518
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_multi_ractor_p+0x0) [0x7ebc6b44a572] /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:6399
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_vm_lock_leave) /tmp/ruby/src/trunk-repeat20-asserts/vm_sync.h:101
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_gc_vm_unlock) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:146
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(garbage_collect) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:6401
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(newobj_slowpath+0x17c) [0x7ebc6b44a8c4] /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:2462
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:2484
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_gc_impl_new_obj+0x44) [0x7ebc6b44b08c] /tmp/ruby/src/trunk-repeat20-asserts/gc/default/default.c:2521
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(newobj_of) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:996
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(str_duplicate_setup_embed+0x0) [0x7ebc6b5a0078] /tmp/ruby/src/trunk-repeat20-asserts/string.c:1896
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_ec_str_resurrect) /tmp/ruby/src/trunk-repeat20-asserts/string.c:2026
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_core+0x1f5e) [0x7ebc6b623bde] ../../src/trunk-repeat20-asserts/insns.def:380
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_loop+0xa) [0x7ebc6b6289b1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2812
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2788
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_yield+0xfd) [0x7ebc6b62d83d] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1865
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_ary_collect+0x60) [0x7ebc6b357440] /tmp/ruby/src/trunk-repeat20-asserts/array.c:3678
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_cfp_consistent_p+0x0) [0x7ebc6b60f459] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3903
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3905
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_sendish+0x13e) [0x7ebc6b614cde] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:6125
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_core+0x105f) [0x7ebc6b622cdf] ../../src/trunk-repeat20-asserts/insns.def:856
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_loop+0x3e) [0x7ebc6b628d8e] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2812
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2791
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_yield+0xfd) [0x7ebc6b62d83d] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1865
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_ary_each+0x40) [0x7ebc6b351650] /tmp/ruby/src/trunk-repeat20-asserts/array.c:2665
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_cfp_consistent_p+0x0) [0x7ebc6b60f459] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3903
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3905
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_sendish+0x13e) [0x7ebc6b614cde] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:6125
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_core+0x105f) [0x7ebc6b622cdf] ../../src/trunk-repeat20-asserts/insns.def:856
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_loop+0xa) [0x7ebc6b6289b1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2812
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2788
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_yield+0xfd) [0x7ebc6b62d83d] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1865
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_ary_each+0x40) [0x7ebc6b351650] /tmp/ruby/src/trunk-repeat20-asserts/array.c:2665
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_cfp_consistent_p+0x0) [0x7ebc6b60f459] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3903
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3905
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_sendish+0x13e) [0x7ebc6b614cde] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:6125
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_core+0x105f) [0x7ebc6b622cdf] ../../src/trunk-repeat20-asserts/insns.def:856
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_loop+0x3e) [0x7ebc6b628d8e] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2812
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2791
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(require_internal+0x10ab) [0x7ebc6b49186b] /tmp/ruby/src/trunk-repeat20-asserts/load.c:1347
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_require_string_internal+0x79) [0x7ebc6b491959] /tmp/ruby/src/trunk-repeat20-asserts/load.c:1457
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_cfp_consistent_p+0x0) [0x7ebc6b60f459] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3903
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3905
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_sendish+0x13e) [0x7ebc6b614cde] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:6125
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_core+0x9b) [0x7ebc6b621d1b] ../../src/trunk-repeat20-asserts/insns.def:904
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(vm_exec_loop+0xa) [0x7ebc6b6289b1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2812
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2788
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(rb_ec_exec_node+0xff) [0x7ebc6b41f04f] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:283
/tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0(ruby_run_node+0xab) [0x7ebc6b4273bb] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:321
/tmp/ruby/build/trunk-repeat20-asserts/ruby(rb_main+0x21) [0x56428a47e186] /tmp/ruby/src/trunk-repeat20-asserts/main.c:42
/tmp/ruby/build/trunk-repeat20-asserts/ruby(main) /tmp/ruby/src/trunk-repeat20-asserts/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7ebc6af0f1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7ebc6af0f28b] ../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
[0x56428a47e1d5]

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

* Process memory map:

56428a47d000-56428a47e000 r--p 00000000 00:3d 14973338                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
56428a47e000-56428a47f000 r-xp 00001000 00:3d 14973338                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
56428a47f000-56428a480000 r--p 00002000 00:3d 14973338                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
56428a480000-56428a481000 r--p 00002000 00:3d 14973338                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
56428a481000-56428a482000 rw-p 00003000 00:3d 14973338                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
5642ac647000-5642c2f49000 rw-p 00000000 00:00 0                          [heap]
7ebb9d1fe000-7ebbad200000 rw-p 00000000 00:00 0 
7ebbb39b0000-7ebbb39c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbb4257000-7ebbb5890000 r--s 00000000 00:3d 14972338                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0.0
7ebbb5890000-7ebbb5891000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5891000-7ebbb58d2000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb58d2000-7ebbb58d3000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb58d3000-7ebbb5914000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5914000-7ebbb5915000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5915000-7ebbb5956000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5956000-7ebbb5957000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5957000-7ebbb5998000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5998000-7ebbb5999000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5999000-7ebbb59da000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb59da000-7ebbb59db000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb59db000-7ebbb5a1c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5a1c000-7ebbb5a1d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5a1d000-7ebbb5a5e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5a5e000-7ebbb5a5f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5a5f000-7ebbb5aa0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5aa0000-7ebbb5aa1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5aa1000-7ebbb5ae2000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5ae2000-7ebbb5ae3000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5ae3000-7ebbb5b24000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5b24000-7ebbb5b25000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5b25000-7ebbb5b66000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5b66000-7ebbb5b67000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5b67000-7ebbb5ba8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5ba8000-7ebbb5ba9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5ba9000-7ebbb5bea000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5bea000-7ebbb5beb000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5beb000-7ebbb5c2c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5c2c000-7ebbb5c2d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5c2d000-7ebbb5c6e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5c6e000-7ebbb5c6f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5c6f000-7ebbb5cb0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5cb0000-7ebbb5cb1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5cb1000-7ebbb5cf2000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5cf2000-7ebbb5cf3000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5cf3000-7ebbb5d34000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5d34000-7ebbb5d35000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5d35000-7ebbb5d76000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5d76000-7ebbb5d77000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5d77000-7ebbb5db8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5db8000-7ebbb5db9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5db9000-7ebbb5dfa000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5dfa000-7ebbb5dfb000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5dfb000-7ebbb5e3c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5e3c000-7ebbb5e3d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5e3d000-7ebbb5e7e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5e7e000-7ebbb5e7f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5e7f000-7ebbb5ec0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5ec0000-7ebbb5ec1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5ec1000-7ebbb5f02000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5f02000-7ebbb5f03000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5f03000-7ebbb5f44000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5f44000-7ebbb5f45000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5f45000-7ebbb5f86000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5f86000-7ebbb5f87000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5f87000-7ebbb5fc8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5fc8000-7ebbb5fc9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb5fc9000-7ebbb600a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb600a000-7ebbb600b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb600b000-7ebbb604c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb604c000-7ebbb604d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb604d000-7ebbb608e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb608e000-7ebbb608f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb608f000-7ebbb60d0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb60d0000-7ebbb60d1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb60d1000-7ebbb6112000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6112000-7ebbb6113000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6113000-7ebbb6154000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6154000-7ebbb6155000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6155000-7ebbb6196000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6196000-7ebbb6197000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6197000-7ebbb61d8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb61d8000-7ebbb61d9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb61d9000-7ebbb621a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb621a000-7ebbb621b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb621b000-7ebbb625c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb625c000-7ebbb625d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb625d000-7ebbb629e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb629e000-7ebbb629f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb629f000-7ebbb62e0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb62e0000-7ebbb62e1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb62e1000-7ebbb6322000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6322000-7ebbb6323000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6323000-7ebbb6364000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6364000-7ebbb6365000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6365000-7ebbb63a6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb63a6000-7ebbb63a7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb63a7000-7ebbb63e8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb63e8000-7ebbb63e9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb63e9000-7ebbb642a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb642a000-7ebbb642b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb642b000-7ebbb646c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb646c000-7ebbb646d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb646d000-7ebbb64ae000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb64ae000-7ebbb64af000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb64af000-7ebbb64f0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb64f0000-7ebbb64f1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb64f1000-7ebbb6532000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6532000-7ebbb6533000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6533000-7ebbb6574000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6574000-7ebbb6575000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6575000-7ebbb65b6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb65b6000-7ebbb65b7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb65b7000-7ebbb65f8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb65f8000-7ebbb65f9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb65f9000-7ebbb663a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb663a000-7ebbb663b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb663b000-7ebbb667c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb667c000-7ebbb667d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb667d000-7ebbb66be000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb66be000-7ebbb66bf000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb66bf000-7ebbb6700000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6700000-7ebbb6701000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6701000-7ebbb6742000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6742000-7ebbb6743000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6743000-7ebbb6784000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6784000-7ebbb6785000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6785000-7ebbb67c6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb67c6000-7ebbb67c7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb67c7000-7ebbb6808000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6808000-7ebbb6809000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6809000-7ebbb684a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb684a000-7ebbb684b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb684b000-7ebbb688c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb688c000-7ebbb688d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb688d000-7ebbb68ce000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb68ce000-7ebbb68cf000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb68cf000-7ebbb6910000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6f20000-7ebbb6f21000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6f21000-7ebbb6f62000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6f62000-7ebbb6f63000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6f63000-7ebbb6fa4000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6fa4000-7ebbb6fa5000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6fa5000-7ebbb6fe6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6fe6000-7ebbb6fe7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb6fe7000-7ebbb7028000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7028000-7ebbb7029000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7029000-7ebbb706a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb706a000-7ebbb706b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb706b000-7ebbb70ac000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb70ac000-7ebbb70ad000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb70ad000-7ebbb70ee000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb70ee000-7ebbb70ef000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb70ef000-7ebbb7130000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7130000-7ebbb7131000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7131000-7ebbb7172000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7172000-7ebbb7173000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7173000-7ebbb71b4000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb71b4000-7ebbb71b5000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb71b5000-7ebbb71f6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb71f6000-7ebbb71f7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb71f7000-7ebbb7238000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7238000-7ebbb7239000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7239000-7ebbb727a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb727a000-7ebbb727b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb727b000-7ebbb72bc000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb72bc000-7ebbb72bd000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb72bd000-7ebbb72fe000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb72fe000-7ebbb72ff000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb72ff000-7ebbb7340000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7340000-7ebbb7341000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7341000-7ebbb7382000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7382000-7ebbb7383000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7383000-7ebbb73c4000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb73c4000-7ebbb73c5000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb73c5000-7ebbb7406000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7406000-7ebbb7407000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7407000-7ebbb7448000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7448000-7ebbb7449000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7449000-7ebbb748a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb748a000-7ebbb748b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb748b000-7ebbb74cc000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb74cc000-7ebbb74cd000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb74cd000-7ebbb750e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb750e000-7ebbb750f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb750f000-7ebbb7550000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7550000-7ebbb7551000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7551000-7ebbb7592000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7592000-7ebbb7593000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7593000-7ebbb75d4000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb75d4000-7ebbb75d5000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb75d5000-7ebbb7616000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7616000-7ebbb7617000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7617000-7ebbb7658000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7658000-7ebbb7659000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7659000-7ebbb769a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb769a000-7ebbb769b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb769b000-7ebbb76dc000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb76dc000-7ebbb76dd000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb76dd000-7ebbb771e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb771e000-7ebbb771f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb771f000-7ebbb7760000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebbb7760000-7ebbb7770000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbb8000000-7ebbb9126000 rw-p 00000000 00:00 0 
7ebbb9126000-7ebbbc000000 ---p 00000000 00:00 0 
7ebbbc000000-7ebbbc021000 rw-p 00000000 00:00 0 
7ebbbc021000-7ebbc0000000 ---p 00000000 00:00 0 
7ebbc0000000-7ebbc020f000 rw-p 00000000 00:00 0 
7ebbc020f000-7ebbc4000000 ---p 00000000 00:00 0 
7ebbc4380000-7ebbc4390000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc4540000-7ebbc4550000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc45d0000-7ebbc45e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc4600000-7ebbc4610000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc4720000-7ebbc4730000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc4740000-7ebbc4750000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc47e0000-7ebbc47f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc4bd0000-7ebbc4be0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc4d10000-7ebbc4d20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc5c0b000-7ebbc5c0c000 ---p 00000000 00:00 0 
7ebbc5c0c000-7ebbc5c2c000 rw-p 00000000 00:00 0 
7ebbc5c2c000-7ebbc5c2d000 ---p 00000000 00:00 0 
7ebbc5c2d000-7ebbc5c4d000 rw-p 00000000 00:00 0 
7ebbc5c4d000-7ebbc5c4e000 ---p 00000000 00:00 0 
7ebbc5c4e000-7ebbc5c6e000 rw-p 00000000 00:00 0 
7ebbc5c6e000-7ebbc5c6f000 ---p 00000000 00:00 0 
7ebbc5c6f000-7ebbc5c8f000 rw-p 00000000 00:00 0 
7ebbc5c8f000-7ebbc5c90000 ---p 00000000 00:00 0 
7ebbc5c90000-7ebbc5cb0000 rw-p 00000000 00:00 0 
7ebbc5cb0000-7ebbc5cb1000 ---p 00000000 00:00 0 
7ebbc5cb1000-7ebbc5cd1000 rw-p 00000000 00:00 0 
7ebbc5cd1000-7ebbc5cd2000 ---p 00000000 00:00 0 
7ebbc5cd2000-7ebbc5cf2000 rw-p 00000000 00:00 0 
7ebbc5cf2000-7ebbc5cf3000 ---p 00000000 00:00 0 
7ebbc5cf3000-7ebbc5d13000 rw-p 00000000 00:00 0 
7ebbc5d13000-7ebbc5d14000 ---p 00000000 00:00 0 
7ebbc5d14000-7ebbc5d34000 rw-p 00000000 00:00 0 
7ebbc5d34000-7ebbc5d35000 ---p 00000000 00:00 0 
7ebbc5d35000-7ebbc5d55000 rw-p 00000000 00:00 0 
7ebbc5d55000-7ebbc5d56000 ---p 00000000 00:00 0 
7ebbc5d56000-7ebbc6556000 rw-p 00000000 00:00 0 
7ebbc65b9000-7ebbc65ba000 r--p 00000000 00:3d 17302093                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/chinese.so
7ebbc65ba000-7ebbc65bb000 r-xp 00001000 00:3d 17302093                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/chinese.so
7ebbc65bb000-7ebbc65e7000 r--p 00002000 00:3d 17302093                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/chinese.so
7ebbc65e7000-7ebbc65e8000 r--p 0002d000 00:3d 17302093                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/chinese.so
7ebbc65e8000-7ebbc65e9000 rw-p 0002e000 00:3d 17302093                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/chinese.so
7ebbc65e9000-7ebbc65ea000 r--p 00000000 00:3d 17302349                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf8_mac.so
7ebbc65ea000-7ebbc65eb000 r-xp 00001000 00:3d 17302349                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf8_mac.so
7ebbc65eb000-7ebbc662c000 r--p 00002000 00:3d 17302349                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf8_mac.so
7ebbc662c000-7ebbc662d000 r--p 00042000 00:3d 17302349                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf8_mac.so
7ebbc662d000-7ebbc662e000 rw-p 00043000 00:3d 17302349                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf8_mac.so
7ebbc662e000-7ebbc662f000 r--p 00000000 00:3d 17311985                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gbk.so
7ebbc662f000-7ebbc6630000 r-xp 00001000 00:3d 17311985                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gbk.so
7ebbc6630000-7ebbc665f000 r--p 00002000 00:3d 17311985                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gbk.so
7ebbc665f000-7ebbc6660000 r--p 00030000 00:3d 17311985                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gbk.so
7ebbc6660000-7ebbc6661000 rw-p 00031000 00:3d 17311985                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gbk.so
7ebbc6661000-7ebbc6662000 r--p 00000000 00:3d 17311939                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/big5.so
7ebbc6662000-7ebbc6663000 r-xp 00001000 00:3d 17311939                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/big5.so
7ebbc6663000-7ebbc66ef000 r--p 00002000 00:3d 17311939                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/big5.so
7ebbc66ef000-7ebbc66f0000 r--p 0008d000 00:3d 17311939                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/big5.so
7ebbc66f0000-7ebbc66f1000 rw-p 0008e000 00:3d 17311939                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/big5.so
7ebbc66f1000-7ebbc66f2000 r--p 00000000 00:3d 17311966                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gb18030.so
7ebbc66f2000-7ebbc66f3000 r-xp 00001000 00:3d 17311966                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gb18030.so
7ebbc66f3000-7ebbc671e000 r--p 00002000 00:3d 17311966                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gb18030.so
7ebbc671e000-7ebbc671f000 r--p 0002c000 00:3d 17311966                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gb18030.so
7ebbc671f000-7ebbc6720000 rw-p 0002d000 00:3d 17311966                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/gb18030.so
7ebbc6c40000-7ebbc6c50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc6e40000-7ebbc6e50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc71d0000-7ebbc71e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7410000-7ebbc7420000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7450000-7ebbc7460000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7750000-7ebbc7760000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7a80000-7ebbc7a90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7c90000-7ebbc7ca0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7cb0000-7ebbc7cd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7ce0000-7ebbc7d00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7d10000-7ebbc7d30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7d40000-7ebbc7d60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7d70000-7ebbc7d90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7da0000-7ebbc7dc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7dd0000-7ebbc7df0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7e00000-7ebbc7e20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7e30000-7ebbc7e50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7e60000-7ebbc7e80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7e90000-7ebbc7eb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7ec0000-7ebbc7ed0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7ef0000-7ebbc7f10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7f20000-7ebbc7f40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7f50000-7ebbc7f70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc7f90000-7ebbc7fa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc82e6000-7ebbc82e7000 ---p 00000000 00:00 0 
7ebbc82e7000-7ebbc8ae7000 rw-p 00000000 00:00 0 
7ebbc92e0000-7ebbc92f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc9600000-7ebbc9610000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc9af0000-7ebbc9b00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc9e2d000-7ebbc9e2e000 ---p 00000000 00:00 0 
7ebbc9e2e000-7ebbc9e4e000 rw-p 00000000 00:00 0 
7ebbc9e6f000-7ebbc9e70000 ---p 00000000 00:00 0 
7ebbc9e70000-7ebbc9e90000 rw-p 00000000 00:00 0 
7ebbc9e90000-7ebbc9ea0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbc9f00000-7ebbc9f10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbca200000-7ebbca210000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbca440000-7ebbca450000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbca950000-7ebbca960000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbcaa06000-7ebbcaa07000 ---p 00000000 00:00 0 
7ebbcaa07000-7ebbcb207000 rw-p 00000000 00:00 0 
7ebbcb790000-7ebbcb7a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbcb7b0000-7ebbcb7c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbcb8c0000-7ebbcb8d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbcba90000-7ebbcbaa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbcbc6b000-7ebbcbe72000 r--s 00000000 00:3d 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7ebbcbe72000-7ebbcbeb0000 r--s 00000000 00:3d 14973338                   /tmp/ruby/build/trunk-repeat20-asserts/ruby
7ebbcbeb0000-7ebbcbf70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbcbf80000-7ebbcbfa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbcbfb0000-7ebbcc000000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebbcc000000-7ebbce5d1000 rw-p 00000000 00:00 0 
7ebbce5d1000-7ebbd0000000 ---p 00000000 00:00 0 
7ebbd0000000-7ebbd22a9000 rw-p 00000000 00:00 0 
7ebbd22a9000-7ebbd4000000 ---p 00000000 00:00 0 
7ebbd4000000-7ebbd60cd000 rw-p 00000000 00:00 0 
7ebbd60cd000-7ebbd8000000 ---p 00000000 00:00 0 
7ebbd8000000-7ebbd969f000 rw-p 00000000 00:00 0 
7ebbd969f000-7ebbdc000000 ---p 00000000 00:00 0 
7ebbdc000000-7ebbddd29000 rw-p 00000000 00:00 0 
7ebbddd29000-7ebbe0000000 ---p 00000000 00:00 0 
7ebbe0000000-7ebbe2107000 rw-p 00000000 00:00 0 
7ebbe2107000-7ebbe4000000 ---p 00000000 00:00 0 
7ebbe4000000-7ebbe5782000 rw-p 00000000 00:00 0 
7ebbe5782000-7ebbe8000000 ---p 00000000 00:00 0 
7ebbe8000000-7ebbe9491000 rw-p 00000000 00:00 0 
7ebbe9491000-7ebbec000000 ---p 00000000 00:00 0 
7ebbec000000-7ebbedc94000 rw-p 00000000 00:00 0 
7ebbedc94000-7ebbf0000000 ---p 00000000 00:00 0 
7ebbf0000000-7ebbf203c000 rw-p 00000000 00:00 0 
7ebbf203c000-7ebbf4000000 ---p 00000000 00:00 0 
7ebbf4000000-7ebbf5a7b000 rw-p 00000000 00:00 0 
7ebbf5a7b000-7ebbf8000000 ---p 00000000 00:00 0 
7ebbf8000000-7ebbf8c8e000 rw-p 00000000 00:00 0 
7ebbf8c8e000-7ebbfc000000 ---p 00000000 00:00 0 
7ebbfc000000-7ebbfe096000 rw-p 00000000 00:00 0 
7ebbfe096000-7ebc00000000 ---p 00000000 00:00 0 
7ebc00000000-7ebc0184b000 rw-p 00000000 00:00 0 
7ebc0184b000-7ebc04000000 ---p 00000000 00:00 0 
7ebc04000000-7ebc05256000 rw-p 00000000 00:00 0 
7ebc05256000-7ebc08000000 ---p 00000000 00:00 0 
7ebc08000000-7ebc0a51e000 rw-p 00000000 00:00 0 
7ebc0a51e000-7ebc0c000000 ---p 00000000 00:00 0 
7ebc0c000000-7ebc0e0f1000 rw-p 00000000 00:00 0 
7ebc0e0f1000-7ebc10000000 ---p 00000000 00:00 0 
7ebc10000000-7ebc10f75000 rw-p 00000000 00:00 0 
7ebc10f75000-7ebc14000000 ---p 00000000 00:00 0 
7ebc14000000-7ebc15e15000 rw-p 00000000 00:00 0 
7ebc15e15000-7ebc18000000 ---p 00000000 00:00 0 
7ebc18000000-7ebc1a14e000 rw-p 00000000 00:00 0 
7ebc1a14e000-7ebc1c000000 ---p 00000000 00:00 0 
7ebc1c000000-7ebc1e2f6000 rw-p 00000000 00:00 0 
7ebc1e2f6000-7ebc20000000 ---p 00000000 00:00 0 
7ebc20000000-7ebc22296000 rw-p 00000000 00:00 0 
7ebc22296000-7ebc24000000 ---p 00000000 00:00 0 
7ebc24000000-7ebc25379000 rw-p 00000000 00:00 0 
7ebc25379000-7ebc28000000 ---p 00000000 00:00 0 
7ebc28000000-7ebc2a006000 rw-p 00000000 00:00 0 
7ebc2a006000-7ebc2c000000 ---p 00000000 00:00 0 
7ebc2c000000-7ebc2e4be000 rw-p 00000000 00:00 0 
7ebc2e4be000-7ebc30000000 ---p 00000000 00:00 0 
7ebc30000000-7ebc32098000 rw-p 00000000 00:00 0 
7ebc32098000-7ebc34000000 ---p 00000000 00:00 0 
7ebc34000000-7ebc36515000 rw-p 00000000 00:00 0 
7ebc36515000-7ebc38000000 ---p 00000000 00:00 0 
7ebc38010000-7ebc38170000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38180000-7ebc381d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc381e0000-7ebc38250000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38260000-7ebc382c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc382d0000-7ebc38310000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38320000-7ebc383f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38400000-7ebc38410000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38410000-7ebc38440000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38450000-7ebc38460000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38460000-7ebc38510000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38520000-7ebc38560000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38570000-7ebc38580000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38580000-7ebc38700000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38710000-7ebc38720000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38720000-7ebc38830000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38840000-7ebc388a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc388b0000-7ebc389c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc389d0000-7ebc38b30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38b40000-7ebc38bc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38bd0000-7ebc38c30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38c40000-7ebc38ca0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38cb0000-7ebc38e40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38e50000-7ebc38e60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38e70000-7ebc38eb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38ec0000-7ebc38ee0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38ef0000-7ebc38f00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38f10000-7ebc38f20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38f30000-7ebc38f40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38f40000-7ebc38f70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38f80000-7ebc38f90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc38f9e000-7ebc38f9f000 ---p 00000000 00:00 0 
7ebc38f9f000-7ebc38fbf000 rw-p 00000000 00:00 0 
7ebc38fd0000-7ebc39010000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39020000-7ebc39030000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39030000-7ebc39050000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39060000-7ebc39070000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39080000-7ebc39090000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39090000-7ebc390a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc390b0000-7ebc390f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39100000-7ebc39110000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39110000-7ebc39130000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39140000-7ebc39150000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39150000-7ebc39160000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39170000-7ebc39180000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39180000-7ebc391b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc391c0000-7ebc391d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc391d0000-7ebc39260000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39270000-7ebc39300000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39310000-7ebc39350000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39360000-7ebc39370000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39380000-7ebc393a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc393b0000-7ebc39420000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39430000-7ebc39460000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39470000-7ebc39490000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc394a0000-7ebc394c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc394d0000-7ebc394e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc394f0000-7ebc39540000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39550000-7ebc39580000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39590000-7ebc395a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc395b0000-7ebc395c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc395d0000-7ebc39620000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39630000-7ebc39660000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39670000-7ebc396c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc396d0000-7ebc396f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39700000-7ebc39740000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39750000-7ebc39780000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39790000-7ebc397a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc397b0000-7ebc397c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc397d0000-7ebc39800000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39810000-7ebc39830000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39840000-7ebc39850000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39860000-7ebc398a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc398b0000-7ebc398d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc398e0000-7ebc39910000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39920000-7ebc39940000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39950000-7ebc39970000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39980000-7ebc39990000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc399a0000-7ebc399d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc399e0000-7ebc39a00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39a10000-7ebc39a40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39a50000-7ebc39a70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39a80000-7ebc39ac0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39ad0000-7ebc39b00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39b10000-7ebc39b20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39b20000-7ebc39b50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39b60000-7ebc39b70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39b70000-7ebc39b80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39b90000-7ebc39bb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39bc0000-7ebc39bd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39be0000-7ebc39bf0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39c00000-7ebc39c50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39c60000-7ebc39c90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39ca0000-7ebc39cd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39ce0000-7ebc39d00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39d10000-7ebc39d30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39d40000-7ebc39da0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39db0000-7ebc39dc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39dd0000-7ebc39de0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39df0000-7ebc39e00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39e00000-7ebc39e20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39e30000-7ebc39e60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39e70000-7ebc39e90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39ea0000-7ebc39ee0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39ef0000-7ebc39f00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39f10000-7ebc39f50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39f60000-7ebc39f70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39f80000-7ebc39fb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc39fc0000-7ebc39ff0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a000000-7ebc3a050000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a060000-7ebc3a080000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a090000-7ebc3a0c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a0d0000-7ebc3a0f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a100000-7ebc3a130000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a140000-7ebc3a150000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a160000-7ebc3a170000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a180000-7ebc3a1b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a1c0000-7ebc3a1d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a1e0000-7ebc3a210000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a220000-7ebc3a240000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a250000-7ebc3a260000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a270000-7ebc3a280000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a282000-7ebc3a283000 r--p 00000000 00:3d 17306747                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/korean.so
7ebc3a283000-7ebc3a284000 r-xp 00001000 00:3d 17306747                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/korean.so
7ebc3a284000-7ebc3a2be000 r--p 00002000 00:3d 17306747                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/korean.so
7ebc3a2be000-7ebc3a2bf000 r--p 0003c000 00:3d 17306747                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/korean.so
7ebc3a2bf000-7ebc3a2c0000 rw-p 0003d000 00:3d 17306747                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/korean.so
7ebc3a2d0000-7ebc3a2e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a2f0000-7ebc3a300000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a310000-7ebc3a380000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a390000-7ebc3a3a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a3b0000-7ebc3a3f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a400000-7ebc3a410000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a420000-7ebc3a440000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a450000-7ebc3a460000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a470000-7ebc3a490000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a4a0000-7ebc3a4d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a4e0000-7ebc3a500000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a510000-7ebc3a520000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a530000-7ebc3a570000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a580000-7ebc3a590000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a5a0000-7ebc3a5c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a5d0000-7ebc3a600000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a610000-7ebc3a620000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a630000-7ebc3a660000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a670000-7ebc3a6f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a700000-7ebc3a730000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a740000-7ebc3a750000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a760000-7ebc3a7c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a7d0000-7ebc3a7f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a800000-7ebc3a850000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a860000-7ebc3a8a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a8b0000-7ebc3a8c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a8c0000-7ebc3a900000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a910000-7ebc3a920000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3a920000-7ebc3afd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3afe0000-7ebc3aff0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b000000-7ebc3b010000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b010000-7ebc3b090000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b0a0000-7ebc3b0b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b0b0000-7ebc3b160000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b170000-7ebc3b190000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b1a0000-7ebc3b1b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b1c0000-7ebc3b1f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b200000-7ebc3b260000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b270000-7ebc3b290000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b2a0000-7ebc3b2b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b2c0000-7ebc3b2f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b300000-7ebc3b320000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b330000-7ebc3b340000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b350000-7ebc3b360000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b36d000-7ebc3b36e000 r--p 00000000 00:3d 17311955                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7ebc3b36e000-7ebc3b36f000 r-xp 00001000 00:3d 17311955                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7ebc3b36f000-7ebc3b38c000 r--p 00002000 00:3d 17311955                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7ebc3b38c000-7ebc3b38d000 r--p 0001e000 00:3d 17311955                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7ebc3b38d000-7ebc3b38e000 rw-p 0001f000 00:3d 17311955                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7ebc3b38e000-7ebc3b38f000 r--p 00000000 00:3d 17311044                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7ebc3b38f000-7ebc3b390000 r-xp 00001000 00:3d 17311044                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7ebc3b390000-7ebc3b3ac000 r--p 00002000 00:3d 17311044                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7ebc3b3ac000-7ebc3b3ad000 r--p 0001d000 00:3d 17311044                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7ebc3b3ad000-7ebc3b3ae000 rw-p 0001e000 00:3d 17311044                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7ebc3b3ae000-7ebc3b3af000 r--p 00000000 00:3d 17311960                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7ebc3b3af000-7ebc3b3b0000 r-xp 00001000 00:3d 17311960                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7ebc3b3b0000-7ebc3b3cc000 r--p 00002000 00:3d 17311960                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7ebc3b3cc000-7ebc3b3cd000 r--p 0001d000 00:3d 17311960                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7ebc3b3cd000-7ebc3b3ce000 rw-p 0001e000 00:3d 17311960                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7ebc3b3e0000-7ebc3b430000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b440000-7ebc3b4a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b4b0000-7ebc3b500000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b510000-7ebc3b570000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b580000-7ebc3b5a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b5b0000-7ebc3b5c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b5d0000-7ebc3b620000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b630000-7ebc3b640000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b650000-7ebc3b660000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b670000-7ebc3b680000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b690000-7ebc3b6c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b6d0000-7ebc3b6e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b6f0000-7ebc3b700000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b710000-7ebc3b760000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b770000-7ebc3b780000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b790000-7ebc3b7a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b7b0000-7ebc3b7c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b7d0000-7ebc3b7e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b7f0000-7ebc3b800000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b810000-7ebc3b820000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b830000-7ebc3b840000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b850000-7ebc3b890000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b8a0000-7ebc3b8b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b8c0000-7ebc3b8f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b900000-7ebc3b950000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b960000-7ebc3b970000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b980000-7ebc3b990000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b9a0000-7ebc3b9b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3b9c0000-7ebc3b9f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3ba00000-7ebc3ba10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3ba20000-7ebc3ba50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3ba60000-7ebc3ba70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3ba80000-7ebc3ba90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3baa0000-7ebc3bb10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bb20000-7ebc3bb40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bb50000-7ebc3bb60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bb70000-7ebc3bb80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bb90000-7ebc3bbb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bbc0000-7ebc3bbd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bbe0000-7ebc3bbf0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bc00000-7ebc3bc20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bc30000-7ebc3bd10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bd20000-7ebc3bdc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bdd0000-7ebc3bde0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bdf0000-7ebc3be00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3be10000-7ebc3be40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3be50000-7ebc3be60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3be70000-7ebc3be90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bea0000-7ebc3beb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3bec0000-7ebc3c000000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc3c000000-7ebc3e0a5000 rw-p 00000000 00:00 0 
7ebc3e0a5000-7ebc40000000 ---p 00000000 00:00 0 
7ebc40000000-7ebc4270e000 rw-p 00000000 00:00 0 
7ebc4270e000-7ebc44000000 ---p 00000000 00:00 0 
7ebc44000000-7ebc460e4000 rw-p 00000000 00:00 0 
7ebc460e4000-7ebc48000000 ---p 00000000 00:00 0 
7ebc48010000-7ebc48510000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc48520000-7ebc48930000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc48940000-7ebc48950000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc48950000-7ebc490a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc490b0000-7ebc490c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc490c0000-7ebc49240000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc49250000-7ebc49260000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc49260000-7ebc49900000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc49910000-7ebc49920000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc49920000-7ebc499e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc499f0000-7ebc49a00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc49a00000-7ebc4a0f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4a100000-7ebc4a110000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4a110000-7ebc4a940000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4a950000-7ebc4a960000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4a960000-7ebc4aac0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4aad0000-7ebc4aae0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4aae0000-7ebc4ab30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4ab48000-7ebc4ab49000 r--p 00000000 00:3d 17312003                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7ebc4ab49000-7ebc4ab4a000 r-xp 00001000 00:3d 17312003                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7ebc4ab4a000-7ebc4ab6e000 r--p 00002000 00:3d 17312003                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7ebc4ab6e000-7ebc4ab6f000 r--p 00025000 00:3d 17312003                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7ebc4ab6f000-7ebc4ab70000 rw-p 00026000 00:3d 17312003                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7ebc4ab70000-7ebc4abc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4abd0000-7ebc4abe0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4abe0000-7ebc4ad00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4ad10000-7ebc4b1f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4b200000-7ebc4b210000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4b210000-7ebc4b4a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4b4b0000-7ebc4b4c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4b4c0000-7ebc4b530000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4b531000-7ebc4b538000 r--p 00000000 00:3d 17185359                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
7ebc4b538000-7ebc4b57e000 r-xp 00007000 00:3d 17185359                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
7ebc4b57e000-7ebc4b59d000 r--p 0004d000 00:3d 17185359                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
7ebc4b59d000-7ebc4b59f000 r--p 0006b000 00:3d 17185359                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
7ebc4b59f000-7ebc4b5a0000 rw-p 0006d000 00:3d 17185359                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so
7ebc4b5a0000-7ebc4b5f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4b600000-7ebc4b610000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4b610000-7ebc4b780000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4b78a000-7ebc4b83d000 r--p 00000000 00:3d 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7ebc4b83d000-7ebc4bb70000 r-xp 000b3000 00:3d 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7ebc4bb70000-7ebc4bc3b000 r--p 003e6000 00:3d 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7ebc4bc3b000-7ebc4bc97000 r--p 004b0000 00:3d 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7ebc4bc97000-7ebc4bc9a000 rw-p 0050c000 00:3d 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7ebc4bc9a000-7ebc4bc9d000 rw-p 00000000 00:00 0 
7ebc4bc9d000-7ebc4bcbb000 r--p 00000000 00:3d 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7ebc4bcbb000-7ebc4bd1d000 r-xp 0001e000 00:3d 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7ebc4bd1d000-7ebc4bd39000 r--p 00080000 00:3d 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7ebc4bd39000-7ebc4bd43000 r--p 0009c000 00:3d 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7ebc4bd43000-7ebc4bd47000 rw-p 000a6000 00:3d 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7ebc4bd47000-7ebc4bd5b000 r--p 00000000 00:3d 17185345                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/openssl.so
7ebc4bd5b000-7ebc4bd9d000 r-xp 00014000 00:3d 17185345                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/openssl.so
7ebc4bd9d000-7ebc4bdb3000 r--p 00056000 00:3d 17185345                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/openssl.so
7ebc4bdb3000-7ebc4bdb5000 r--p 0006b000 00:3d 17185345                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/openssl.so
7ebc4bdb5000-7ebc4bdb7000 rw-p 0006d000 00:3d 17185345                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/openssl.so
7ebc4bdb7000-7ebc4bdb8000 rw-p 00000000 00:00 0 
7ebc4bdb8000-7ebc4bdbc000 r--p 00000000 00:3d 17201823                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/zlib.so
7ebc4bdbc000-7ebc4bdca000 r-xp 00004000 00:3d 17201823                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/zlib.so
7ebc4bdca000-7ebc4bdce000 r--p 00012000 00:3d 17201823                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/zlib.so
7ebc4bdce000-7ebc4bdcf000 r--p 00015000 00:3d 17201823                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/zlib.so
7ebc4bdcf000-7ebc4bdd0000 rw-p 00016000 00:3d 17201823                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/zlib.so
7ebc4bdd0000-7ebc4be00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4be10000-7ebc4be20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4be20000-7ebc4bf20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4bf30000-7ebc4bf40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4bf40000-7ebc4bf60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4bf6e000-7ebc4bf70000 r--p 00000000 00:3d 17311197                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/generator.so
7ebc4bf70000-7ebc4bf7a000 r-xp 00002000 00:3d 17311197                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/generator.so
7ebc4bf7a000-7ebc4bf7e000 r--p 0000c000 00:3d 17311197                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/generator.so
7ebc4bf7e000-7ebc4bf7f000 r--p 0000f000 00:3d 17311197                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/generator.so
7ebc4bf7f000-7ebc4bf80000 rw-p 00010000 00:3d 17311197                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/generator.so
7ebc4bf80000-7ebc4bfc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc4bfc5000-7ebc4bfcc000 r--p 00000000 00:3d 17188307                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/socket.so
7ebc4bfcc000-7ebc4bff5000 r-xp 00007000 00:3d 17188307                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/socket.so
7ebc4bff5000-7ebc4bffe000 r--p 00030000 00:3d 17188307                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/socket.so
7ebc4bffe000-7ebc4bfff000 r--p 00038000 00:3d 17188307                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/socket.so
7ebc4bfff000-7ebc4c000000 rw-p 00039000 00:3d 17188307                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/socket.so
7ebc4c000000-7ebc4e541000 rw-p 00000000 00:00 0 
7ebc4e541000-7ebc50000000 ---p 00000000 00:00 0 
7ebc50001000-7ebc50002000 r--p 00000000 00:3d 17311102                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/id.so
7ebc50002000-7ebc50003000 r-xp 00001000 00:3d 17311102                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/id.so
7ebc50003000-7ebc50004000 r--p 00002000 00:3d 17311102                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/id.so
7ebc50004000-7ebc50005000 r--p 00002000 00:3d 17311102                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/id.so
7ebc50005000-7ebc50006000 rw-p 00003000 00:3d 17311102                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/id.so
7ebc50006000-7ebc50007000 r--p 00000000 00:3d 17311953                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/cesu_8.so
7ebc50007000-7ebc50008000 r-xp 00001000 00:3d 17311953                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/cesu_8.so
7ebc50008000-7ebc50009000 r--p 00002000 00:3d 17311953                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/cesu_8.so
7ebc50009000-7ebc5000a000 r--p 00002000 00:3d 17311953                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/cesu_8.so
7ebc5000a000-7ebc5000b000 rw-p 00003000 00:3d 17311953                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/cesu_8.so
7ebc5000b000-7ebc5000c000 r--p 00000000 00:3d 17311982                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese.so
7ebc5000c000-7ebc5000d000 r-xp 00001000 00:3d 17311982                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese.so
7ebc5000d000-7ebc5000e000 r--p 00002000 00:3d 17311982                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese.so
7ebc5000e000-7ebc5000f000 r--p 00002000 00:3d 17311982                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese.so
7ebc5000f000-7ebc50010000 rw-p 00003000 00:3d 17311982                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese.so
7ebc50010000-7ebc50030000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50031000-7ebc50032000 r--p 00000000 00:3d 17311965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/escape.so
7ebc50032000-7ebc50033000 r-xp 00001000 00:3d 17311965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/escape.so
7ebc50033000-7ebc50034000 r--p 00002000 00:3d 17311965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/escape.so
7ebc50034000-7ebc50035000 r--p 00002000 00:3d 17311965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/escape.so
7ebc50035000-7ebc50036000 rw-p 00003000 00:3d 17311965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/escape.so
7ebc50036000-7ebc50037000 r--p 00000000 00:3d 17311085                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so
7ebc50037000-7ebc50038000 r-xp 00001000 00:3d 17311085                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so
7ebc50038000-7ebc50039000 r--p 00002000 00:3d 17311085                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so
7ebc50039000-7ebc5003a000 r--p 00002000 00:3d 17311085                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so
7ebc5003a000-7ebc5003b000 rw-p 00003000 00:3d 17311085                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/stack.so
7ebc5003b000-7ebc5003c000 r--p 00000000 00:3d 17311039                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/random.so
7ebc5003c000-7ebc5003d000 r-xp 00001000 00:3d 17311039                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/random.so
7ebc5003d000-7ebc5003e000 r--p 00002000 00:3d 17311039                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/random.so
7ebc5003e000-7ebc5003f000 r--p 00002000 00:3d 17311039                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/random.so
7ebc5003f000-7ebc50040000 rw-p 00003000 00:3d 17311039                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/random.so
7ebc50040000-7ebc50050000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50052000-7ebc50053000 r--p 00000000 00:3d 17311054                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so
7ebc50053000-7ebc50054000 r-xp 00001000 00:3d 17311054                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so
7ebc50054000-7ebc50055000 r--p 00002000 00:3d 17311054                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so
7ebc50055000-7ebc50056000 r--p 00002000 00:3d 17311054                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so
7ebc50056000-7ebc50057000 rw-p 00003000 00:3d 17311054                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so
7ebc50057000-7ebc5005b000 rw-p 00000000 00:00 0 
7ebc5005b000-7ebc5005c000 r--p 00000000 00:3d 17311010                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_target.so
7ebc5005c000-7ebc5005d000 r-xp 00001000 00:3d 17311010                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_target.so
7ebc5005d000-7ebc5005e000 r--p 00002000 00:3d 17311010                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_target.so
7ebc5005e000-7ebc5005f000 r--p 00002000 00:3d 17311010                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_target.so
7ebc5005f000-7ebc50060000 rw-p 00003000 00:3d 17311010                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_target.so
7ebc50060000-7ebc50070000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50070000-7ebc50120000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50121000-7ebc50122000 r--p 00000000 00:3d 17311008                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7ebc50122000-7ebc50123000 r-xp 00001000 00:3d 17311008                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7ebc50123000-7ebc50124000 r--p 00002000 00:3d 17311008                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7ebc50124000-7ebc50125000 r--p 00002000 00:3d 17311008                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7ebc50125000-7ebc50126000 rw-p 00003000 00:3d 17311008                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7ebc50126000-7ebc50127000 r--p 00000000 00:3d 17310967                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7ebc50127000-7ebc50128000 r-xp 00001000 00:3d 17310967                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7ebc50128000-7ebc50129000 r--p 00002000 00:3d 17310967                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7ebc50129000-7ebc5012a000 r--p 00002000 00:3d 17310967                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7ebc5012a000-7ebc5012b000 rw-p 00003000 00:3d 17310967                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7ebc5012b000-7ebc5012c000 r--p 00000000 00:3d 17311005                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/dot.dot.so
7ebc5012c000-7ebc5012d000 r-xp 00001000 00:3d 17311005                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/dot.dot.so
7ebc5012d000-7ebc5012e000 r--p 00002000 00:3d 17311005                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/dot.dot.so
7ebc5012e000-7ebc5012f000 r--p 00002000 00:3d 17311005                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/dot.dot.so
7ebc5012f000-7ebc50130000 rw-p 00003000 00:3d 17311005                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/dot.dot.so
7ebc50130000-7ebc50140000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50143000-7ebc50147000 r--p 00000000 00:3d 17205690                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/date_core.so
7ebc50147000-7ebc50174000 r-xp 00004000 00:3d 17205690                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/date_core.so
7ebc50174000-7ebc5017d000 r--p 00031000 00:3d 17205690                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/date_core.so
7ebc5017d000-7ebc5017e000 r--p 00039000 00:3d 17205690                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/date_core.so
7ebc5017e000-7ebc5017f000 rw-p 0003a000 00:3d 17205690                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/date_core.so
7ebc5017f000-7ebc50180000 rw-p 00000000 00:00 0 
7ebc50180000-7ebc501a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc501a2000-7ebc501a4000 r--p 00000000 00:3d 17311024                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/memory_view.so
7ebc501a4000-7ebc501a7000 r-xp 00002000 00:3d 17311024                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/memory_view.so
7ebc501a7000-7ebc501a8000 r--p 00005000 00:3d 17311024                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/memory_view.so
7ebc501a8000-7ebc501a9000 r--p 00005000 00:3d 17311024                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/memory_view.so
7ebc501a9000-7ebc501aa000 rw-p 00006000 00:3d 17311024                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/memory_view.so
7ebc501aa000-7ebc501ab000 r--p 00000000 00:3d 17311045                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7ebc501ab000-7ebc501ac000 r-xp 00001000 00:3d 17311045                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7ebc501ac000-7ebc501ad000 r--p 00002000 00:3d 17311045                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7ebc501ad000-7ebc501ae000 r--p 00002000 00:3d 17311045                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7ebc501ae000-7ebc501af000 rw-p 00003000 00:3d 17311045                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7ebc501af000-7ebc501b2000 r--p 00000000 00:3d 17207698                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/objspace.so
7ebc501b2000-7ebc501bb000 r-xp 00003000 00:3d 17207698                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/objspace.so
7ebc501bb000-7ebc501be000 r--p 0000c000 00:3d 17207698                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/objspace.so
7ebc501be000-7ebc501bf000 r--p 0000e000 00:3d 17207698                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/objspace.so
7ebc501bf000-7ebc501c0000 rw-p 0000f000 00:3d 17207698                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/objspace.so
7ebc501c0000-7ebc501e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc501e0000-7ebc501e1000 r--p 00000000 00:3d 17203331                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/fcntl.so
7ebc501e1000-7ebc501e2000 r-xp 00001000 00:3d 17203331                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/fcntl.so
7ebc501e2000-7ebc501e3000 r--p 00002000 00:3d 17203331                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/fcntl.so
7ebc501e3000-7ebc501e4000 r--p 00002000 00:3d 17203331                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/fcntl.so
7ebc501e4000-7ebc501e5000 rw-p 00003000 00:3d 17203331                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/fcntl.so
7ebc501e5000-7ebc501e6000 r--p 00000000 00:3d 17203420                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/continuation.so
7ebc501e6000-7ebc501e7000 r-xp 00001000 00:3d 17203420                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/continuation.so
7ebc501e7000-7ebc501e8000 r--p 00002000 00:3d 17203420                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/continuation.so
7ebc501e8000-7ebc501e9000 r--p 00002000 00:3d 17203420                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/continuation.so
7ebc501e9000-7ebc501ea000 rw-p 00003000 00:3d 17203420                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/continuation.so
7ebc501ea000-7ebc501eb000 r--p 00000000 00:3d 17203494                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/coverage.so
7ebc501eb000-7ebc501ed000 r-xp 00001000 00:3d 17203494                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/coverage.so
7ebc501ed000-7ebc501ee000 r--p 00003000 00:3d 17203494                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/coverage.so
7ebc501ee000-7ebc501ef000 r--p 00003000 00:3d 17203494                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/coverage.so
7ebc501ef000-7ebc501f0000 rw-p 00004000 00:3d 17203494                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/coverage.so
7ebc501f0000-7ebc50200000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50200000-7ebc50201000 r--p 00000000 00:3d 17207847                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/monitor.so
7ebc50201000-7ebc50202000 r-xp 00001000 00:3d 17207847                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/monitor.so
7ebc50202000-7ebc50203000 r--p 00002000 00:3d 17207847                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/monitor.so
7ebc50203000-7ebc50204000 r--p 00002000 00:3d 17207847                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/monitor.so
7ebc50204000-7ebc50205000 rw-p 00003000 00:3d 17207847                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/monitor.so
7ebc50205000-7ebc50206000 r--p 00000000 00:3d 17311043                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7ebc50206000-7ebc50207000 r-xp 00001000 00:3d 17311043                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7ebc50207000-7ebc50221000 r--p 00002000 00:3d 17311043                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7ebc50221000-7ebc50222000 r--p 0001b000 00:3d 17311043                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7ebc50222000-7ebc50223000 rw-p 0001c000 00:3d 17311043                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7ebc50223000-7ebc50224000 r--p 00000000 00:3d 17307677                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji.so
7ebc50224000-7ebc50225000 r-xp 00001000 00:3d 17307677                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji.so
7ebc50225000-7ebc5022f000 r--p 00002000 00:3d 17307677                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji.so
7ebc5022f000-7ebc50230000 r--p 0000c000 00:3d 17307677                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji.so
7ebc50230000-7ebc50231000 rw-p 0000d000 00:3d 17307677                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/emoji.so
7ebc50231000-7ebc50232000 r--p 00000000 00:3d 17311989                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/iso2022.so
7ebc50232000-7ebc50233000 r-xp 00001000 00:3d 17311989                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/iso2022.so
7ebc50233000-7ebc50234000 r--p 00002000 00:3d 17311989                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/iso2022.so
7ebc50234000-7ebc50235000 r--p 00003000 00:3d 17311989                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/iso2022.so
7ebc50235000-7ebc50236000 rw-p 00004000 00:3d 17311989                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/iso2022.so
7ebc50236000-7ebc50237000 r--p 00000000 00:3d 17312001                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so
7ebc50237000-7ebc50238000 r-xp 00001000 00:3d 17312001                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so
7ebc50238000-7ebc5028e000 r--p 00002000 00:3d 17312001                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so
7ebc5028e000-7ebc5028f000 r--p 00057000 00:3d 17312001                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so
7ebc5028f000-7ebc50290000 rw-p 00058000 00:3d 17312001                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so
7ebc50290000-7ebc502a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc502a3000-7ebc502a4000 r--p 00000000 00:3d 17302287                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/ebcdic.so
7ebc502a4000-7ebc502a5000 r-xp 00001000 00:3d 17302287                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/ebcdic.so
7ebc502a5000-7ebc502a6000 r--p 00002000 00:3d 17302287                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/ebcdic.so
7ebc502a6000-7ebc502a7000 r--p 00002000 00:3d 17302287                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/ebcdic.so
7ebc502a7000-7ebc502a8000 rw-p 00003000 00:3d 17302287                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/ebcdic.so
7ebc502a8000-7ebc502ab000 r--p 00000000 00:3d 17312011                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/single_byte.so
7ebc502ab000-7ebc502ac000 r-xp 00003000 00:3d 17312011                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/single_byte.so
7ebc502ac000-7ebc502c0000 r--p 00004000 00:3d 17312011                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/single_byte.so
7ebc502c0000-7ebc502c5000 r--p 00018000 00:3d 17312011                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/single_byte.so
7ebc502c5000-7ebc502c6000 rw-p 0001d000 00:3d 17312011                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/single_byte.so
7ebc502c6000-7ebc502c7000 r--p 00000000 00:3d 17303668                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so
7ebc502c7000-7ebc502c9000 r-xp 00001000 00:3d 17303668                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so
7ebc502c9000-7ebc502ca000 r--p 00003000 00:3d 17303668                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so
7ebc502ca000-7ebc502cb000 r--p 00004000 00:3d 17303668                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so
7ebc502cb000-7ebc502cc000 rw-p 00005000 00:3d 17303668                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so
7ebc502cc000-7ebc502cf000 r--p 00000000 00:3d 17195314                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/stringio.so
7ebc502cf000-7ebc502d5000 r-xp 00003000 00:3d 17195314                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/stringio.so
7ebc502d5000-7ebc502d7000 r--p 00009000 00:3d 17195314                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/stringio.so
7ebc502d7000-7ebc502d8000 r--p 0000a000 00:3d 17195314                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/stringio.so
7ebc502d8000-7ebc502d9000 rw-p 0000b000 00:3d 17195314                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/stringio.so
7ebc502d9000-7ebc502db000 r--p 00000000 00:3d 17311127                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/cgi/escape.so
7ebc502db000-7ebc502dd000 r-xp 00002000 00:3d 17311127                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/cgi/escape.so
7ebc502dd000-7ebc502de000 r--p 00004000 00:3d 17311127                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/cgi/escape.so
7ebc502de000-7ebc502df000 r--p 00005000 00:3d 17311127                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/cgi/escape.so
7ebc502df000-7ebc502e0000 rw-p 00006000 00:3d 17311127                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/cgi/escape.so
7ebc502e0000-7ebc50300000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50304000-7ebc50305000 r--p 00000000 00:3d 17311121                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/wait.so
7ebc50305000-7ebc50306000 r-xp 00001000 00:3d 17311121                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/wait.so
7ebc50306000-7ebc50307000 r--p 00002000 00:3d 17311121                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/wait.so
7ebc50307000-7ebc50308000 r--p 00002000 00:3d 17311121                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/wait.so
7ebc50308000-7ebc50309000 rw-p 00003000 00:3d 17311121                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/wait.so
7ebc50309000-7ebc5030a000 r--p 00000000 00:3d 17311117                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/typeddata.so
7ebc5030a000-7ebc5030b000 r-xp 00001000 00:3d 17311117                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/typeddata.so
7ebc5030b000-7ebc5030c000 r--p 00002000 00:3d 17311117                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/typeddata.so
7ebc5030c000-7ebc5030d000 r--p 00002000 00:3d 17311117                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/typeddata.so
7ebc5030d000-7ebc5030e000 rw-p 00003000 00:3d 17311117                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/typeddata.so
7ebc5030e000-7ebc5030f000 r--p 00000000 00:3d 17311110                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/tracepoint.so
7ebc5030f000-7ebc50310000 r-xp 00001000 00:3d 17311110                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/tracepoint.so
7ebc50310000-7ebc50311000 r--p 00002000 00:3d 17311110                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/tracepoint.so
7ebc50311000-7ebc50312000 r--p 00002000 00:3d 17311110                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/tracepoint.so
7ebc50312000-7ebc50313000 rw-p 00003000 00:3d 17311110                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/tracepoint.so
7ebc50313000-7ebc50314000 r--p 00000000 00:3d 17311114                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/time.so
7ebc50314000-7ebc50315000 r-xp 00001000 00:3d 17311114                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/time.so
7ebc50315000-7ebc50316000 r--p 00002000 00:3d 17311114                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/time.so
7ebc50316000-7ebc50317000 r--p 00002000 00:3d 17311114                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/time.so
7ebc50317000-7ebc50318000 rw-p 00003000 00:3d 17311114                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/time.so
7ebc5031a000-7ebc5031b000 ---p 00000000 00:00 0 
7ebc5031b000-7ebc5033b000 rw-p 00000000 00:00 0 
7ebc5033b000-7ebc5033d000 r--p 00000000 00:3d 17311210                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/parser.so
7ebc5033d000-7ebc50344000 r-xp 00002000 00:3d 17311210                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/parser.so
7ebc50344000-7ebc50349000 r--p 00009000 00:3d 17311210                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/parser.so
7ebc50349000-7ebc5034a000 r--p 0000d000 00:3d 17311210                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/parser.so
7ebc5034a000-7ebc5034b000 rw-p 0000e000 00:3d 17311210                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/json/ext/parser.so
7ebc5034b000-7ebc5034c000 r--p 00000000 00:3d 17311165                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/wait.so
7ebc5034c000-7ebc5034d000 r-xp 00001000 00:3d 17311165                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/wait.so
7ebc5034d000-7ebc5034e000 r--p 00002000 00:3d 17311165                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/wait.so
7ebc5034e000-7ebc5034f000 r--p 00002000 00:3d 17311165                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/wait.so
7ebc5034f000-7ebc50350000 rw-p 00003000 00:3d 17311165                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/wait.so
7ebc50350000-7ebc50370000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50370000-7ebc50372000 r--p 00000000 00:3d 17185433                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/pty.so
7ebc50372000-7ebc50374000 r-xp 00002000 00:3d 17185433                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/pty.so
7ebc50374000-7ebc50375000 r--p 00004000 00:3d 17185433                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/pty.so
7ebc50375000-7ebc50376000 r--p 00004000 00:3d 17185433                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/pty.so
7ebc50376000-7ebc50377000 rw-p 00005000 00:3d 17185433                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/pty.so
7ebc50377000-7ebc50378000 r--p 00000000 00:3d 17311161                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/nonblock.so
7ebc50378000-7ebc50379000 r-xp 00001000 00:3d 17311161                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/nonblock.so
7ebc50379000-7ebc5037a000 r--p 00002000 00:3d 17311161                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/nonblock.so
7ebc5037a000-7ebc5037b000 r--p 00002000 00:3d 17311161                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/nonblock.so
7ebc5037b000-7ebc5037c000 rw-p 00003000 00:3d 17311161                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/nonblock.so
7ebc5037c000-7ebc5037e000 r--p 00000000 00:3d 17198837                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/strscan.so
7ebc5037e000-7ebc50383000 r-xp 00002000 00:3d 17198837                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/strscan.so
7ebc50383000-7ebc50385000 r--p 00007000 00:3d 17198837                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/strscan.so
7ebc50385000-7ebc50386000 r--p 00008000 00:3d 17198837                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/strscan.so
7ebc50386000-7ebc50387000 rw-p 00009000 00:3d 17198837                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/strscan.so
7ebc50387000-7ebc5038a000 r--p 00000000 00:3d 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7ebc5038a000-7ebc50390000 r-xp 00003000 00:3d 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7ebc50390000-7ebc50392000 r--p 00009000 00:3d 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7ebc50392000-7ebc50393000 r--p 0000b000 00:3d 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7ebc50393000-7ebc50394000 rw-p 0000c000 00:3d 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7ebc50394000-7ebc5039c000 r--p 00000000 00:3d 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7ebc5039c000-7ebc503db000 r-xp 00008000 00:3d 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7ebc503db000-7ebc503eb000 r--p 00047000 00:3d 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7ebc503eb000-7ebc503ef000 r--p 00056000 00:3d 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7ebc503ef000-7ebc503f0000 rw-p 0005a000 00:3d 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7ebc503f0000-7ebc50400000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50403000-7ebc50404000 r--p 00000000 00:3d 17311190                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/erb/escape.so
7ebc50404000-7ebc50405000 r-xp 00001000 00:3d 17311190                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/erb/escape.so
7ebc50405000-7ebc50406000 r--p 00002000 00:3d 17311190                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/erb/escape.so
7ebc50406000-7ebc50407000 r--p 00002000 00:3d 17311190                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/erb/escape.so
7ebc50407000-7ebc50408000 rw-p 00003000 00:3d 17311190                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/erb/escape.so
7ebc50408000-7ebc50409000 r--p 00000000 00:3d 17311177                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha2.so
7ebc50409000-7ebc5040d000 r-xp 00001000 00:3d 17311177                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha2.so
7ebc5040d000-7ebc5040e000 r--p 00005000 00:3d 17311177                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha2.so
7ebc5040e000-7ebc5040f000 r--p 00005000 00:3d 17311177                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha2.so
7ebc5040f000-7ebc50410000 rw-p 00006000 00:3d 17311177                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha2.so
7ebc50410000-7ebc50430000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50434000-7ebc50435000 r--p 00000000 00:3d 17311156                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha1.so
7ebc50435000-7ebc50437000 r-xp 00001000 00:3d 17311156                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha1.so
7ebc50437000-7ebc50438000 r--p 00003000 00:3d 17311156                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha1.so
7ebc50438000-7ebc50439000 r--p 00003000 00:3d 17311156                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha1.so
7ebc50439000-7ebc5043a000 rw-p 00004000 00:3d 17311156                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/sha1.so
7ebc5043a000-7ebc5043b000 r--p 00000000 00:3d 17311076                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/scan_args.so
7ebc5043b000-7ebc5043d000 r-xp 00001000 00:3d 17311076                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/scan_args.so
7ebc5043d000-7ebc5043e000 r--p 00003000 00:3d 17311076                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/scan_args.so
7ebc5043e000-7ebc5043f000 r--p 00003000 00:3d 17311076                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/scan_args.so
7ebc5043f000-7ebc50440000 rw-p 00004000 00:3d 17311076                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/scan_args.so
7ebc50440000-7ebc50450000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50454000-7ebc50455000 r--p 00000000 00:3d 17311064                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/recursion.so
7ebc50455000-7ebc50456000 r-xp 00001000 00:3d 17311064                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/recursion.so
7ebc50456000-7ebc50457000 r--p 00002000 00:3d 17311064                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/recursion.so
7ebc50457000-7ebc50458000 r--p 00002000 00:3d 17311064                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/recursion.so
7ebc50458000-7ebc50459000 rw-p 00003000 00:3d 17311064                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/recursion.so
7ebc50459000-7ebc5045a000 r--p 00000000 00:3d 17303958                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/printf.so
7ebc5045a000-7ebc5045b000 r-xp 00001000 00:3d 17303958                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/printf.so
7ebc5045b000-7ebc5045c000 r--p 00002000 00:3d 17303958                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/printf.so
7ebc5045c000-7ebc5045d000 r--p 00002000 00:3d 17303958                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/printf.so
7ebc5045d000-7ebc5045e000 rw-p 00003000 00:3d 17303958                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/printf.so
7ebc5045e000-7ebc5045f000 r--p 00000000 00:3d 17341516                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/notimplement.so
7ebc5045f000-7ebc50460000 r-xp 00001000 00:3d 17341516                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/notimplement.so
7ebc50460000-7ebc50461000 r--p 00002000 00:3d 17341516                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/notimplement.so
7ebc50461000-7ebc50462000 r--p 00002000 00:3d 17341516                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/notimplement.so
7ebc50462000-7ebc50463000 rw-p 00003000 00:3d 17341516                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/notimplement.so
7ebc50463000-7ebc50464000 r--p 00000000 00:3d 17310986                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/enumerator_kw.so
7ebc50464000-7ebc50465000 r-xp 00001000 00:3d 17310986                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/enumerator_kw.so
7ebc50465000-7ebc50466000 r--p 00002000 00:3d 17310986                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/enumerator_kw.so
7ebc50466000-7ebc50467000 r--p 00002000 00:3d 17310986                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/enumerator_kw.so
7ebc50467000-7ebc50468000 rw-p 00003000 00:3d 17310986                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/enumerator_kw.so
7ebc50468000-7ebc50469000 r--p 00000000 00:3d 17310963                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bug_5832.so
7ebc50469000-7ebc5046a000 r-xp 00001000 00:3d 17310963                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bug_5832.so
7ebc5046a000-7ebc5046b000 r--p 00002000 00:3d 17310963                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bug_5832.so
7ebc5046b000-7ebc5046c000 r--p 00002000 00:3d 17310963                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bug_5832.so
7ebc5046c000-7ebc5046d000 rw-p 00003000 00:3d 17310963                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bug_5832.so
7ebc5046d000-7ebc5046e000 r--p 00000000 00:3d 17311090                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/struct.so
7ebc5046e000-7ebc5046f000 r-xp 00001000 00:3d 17311090                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/struct.so
7ebc5046f000-7ebc50470000 r--p 00002000 00:3d 17311090                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/struct.so
7ebc50470000-7ebc50471000 r--p 00002000 00:3d 17311090                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/struct.so
7ebc50471000-7ebc50472000 rw-p 00003000 00:3d 17311090                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/struct.so
7ebc50472000-7ebc50473000 r--p 00000000 00:3d 17311098                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/symbol.so
7ebc50473000-7ebc50474000 r-xp 00001000 00:3d 17311098                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/symbol.so
7ebc50474000-7ebc50475000 r--p 00002000 00:3d 17311098                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/symbol.so
7ebc50475000-7ebc50476000 r--p 00002000 00:3d 17311098                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/symbol.so
7ebc50476000-7ebc50477000 rw-p 00003000 00:3d 17311098                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/symbol.so
7ebc50477000-7ebc50478000 r--p 00000000 00:3d 17311936                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1257.so
7ebc50478000-7ebc50479000 r-xp 00001000 00:3d 17311936                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1257.so
7ebc50479000-7ebc5047a000 r--p 00002000 00:3d 17311936                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1257.so
7ebc5047a000-7ebc5047b000 r--p 00002000 00:3d 17311936                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1257.so
7ebc5047b000-7ebc5047c000 rw-p 00003000 00:3d 17311936                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1257.so
7ebc5047c000-7ebc5047d000 r--p 00000000 00:3d 17311932                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1254.so
7ebc5047d000-7ebc5047e000 r-xp 00001000 00:3d 17311932                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1254.so
7ebc5047e000-7ebc5047f000 r--p 00002000 00:3d 17311932                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1254.so
7ebc5047f000-7ebc50480000 r--p 00002000 00:3d 17311932                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1254.so
7ebc50480000-7ebc50481000 rw-p 00003000 00:3d 17311932                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1254.so
7ebc50481000-7ebc50482000 r--p 00000000 00:3d 17311929                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1253.so
7ebc50482000-7ebc50483000 r-xp 00001000 00:3d 17311929                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1253.so
7ebc50483000-7ebc50484000 r--p 00002000 00:3d 17311929                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1253.so
7ebc50484000-7ebc50485000 r--p 00002000 00:3d 17311929                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1253.so
7ebc50485000-7ebc50486000 rw-p 00003000 00:3d 17311929                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1253.so
7ebc50486000-7ebc50487000 r--p 00000000 00:3d 17311923                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
7ebc50487000-7ebc50488000 r-xp 00001000 00:3d 17311923                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
7ebc50488000-7ebc50489000 r--p 00002000 00:3d 17311923                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
7ebc50489000-7ebc5048a000 r--p 00002000 00:3d 17311923                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
7ebc5048a000-7ebc5048b000 rw-p 00003000 00:3d 17311923                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1252.so
7ebc5048b000-7ebc5048c000 r--p 00000000 00:3d 17311907                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1251.so
7ebc5048c000-7ebc5048d000 r-xp 00001000 00:3d 17311907                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1251.so
7ebc5048d000-7ebc5048e000 r--p 00002000 00:3d 17311907                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1251.so
7ebc5048e000-7ebc5048f000 r--p 00002000 00:3d 17311907                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1251.so
7ebc5048f000-7ebc50490000 rw-p 00003000 00:3d 17311907                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1251.so
7ebc50490000-7ebc50491000 r--p 00000000 00:3d 17311899                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1250.so
7ebc50491000-7ebc50492000 r-xp 00001000 00:3d 17311899                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1250.so
7ebc50492000-7ebc50493000 r--p 00002000 00:3d 17311899                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1250.so
7ebc50493000-7ebc50494000 r--p 00002000 00:3d 17311899                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1250.so
7ebc50494000-7ebc50495000 rw-p 00003000 00:3d 17311899                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_1250.so
7ebc50495000-7ebc50496000 r--p 00000000 00:3d 17311878                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/shift_jis.so
7ebc50496000-7ebc50497000 r-xp 00001000 00:3d 17311878                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/shift_jis.so
7ebc50497000-7ebc50498000 r--p 00002000 00:3d 17311878                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/shift_jis.so
7ebc50498000-7ebc50499000 r--p 00003000 00:3d 17311878                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/shift_jis.so
7ebc50499000-7ebc5049a000 rw-p 00004000 00:3d 17311878                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/shift_jis.so
7ebc5049a000-7ebc5049b000 r--p 00000000 00:3d 17311954                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_u.so
7ebc5049b000-7ebc5049c000 r-xp 00001000 00:3d 17311954                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_u.so
7ebc5049c000-7ebc5049d000 r--p 00002000 00:3d 17311954                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_u.so
7ebc5049d000-7ebc5049e000 r--p 00002000 00:3d 17311954                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_u.so
7ebc5049e000-7ebc5049f000 rw-p 00003000 00:3d 17311954                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_u.so
7ebc5049f000-7ebc504a0000 r--p 00000000 00:3d 17311950                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_r.so
7ebc504a0000-7ebc504a1000 r-xp 00001000 00:3d 17311950                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_r.so
7ebc504a1000-7ebc504a2000 r--p 00002000 00:3d 17311950                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_r.so
7ebc504a2000-7ebc504a3000 r--p 00002000 00:3d 17311950                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_r.so
7ebc504a3000-7ebc504a4000 rw-p 00003000 00:3d 17311950                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/koi8_r.so
7ebc504a4000-7ebc504a5000 r--p 00000000 00:3d 17311943                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_16.so
7ebc504a5000-7ebc504a6000 r-xp 00001000 00:3d 17311943                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_16.so
7ebc504a6000-7ebc504a7000 r--p 00002000 00:3d 17311943                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_16.so
7ebc504a7000-7ebc504a8000 r--p 00002000 00:3d 17311943                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_16.so
7ebc504a8000-7ebc504a9000 rw-p 00003000 00:3d 17311943                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_16.so
7ebc504a9000-7ebc504aa000 r--p 00000000 00:3d 17311868                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_15.so
7ebc504aa000-7ebc504ab000 r-xp 00001000 00:3d 17311868                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_15.so
7ebc504ab000-7ebc504ac000 r--p 00002000 00:3d 17311868                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_15.so
7ebc504ac000-7ebc504ad000 r--p 00002000 00:3d 17311868                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_15.so
7ebc504ad000-7ebc504ae000 rw-p 00003000 00:3d 17311868                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_15.so
7ebc504ae000-7ebc504af000 r--p 00000000 00:3d 17311863                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_14.so
7ebc504af000-7ebc504b0000 r-xp 00001000 00:3d 17311863                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_14.so
7ebc504b0000-7ebc504b1000 r--p 00002000 00:3d 17311863                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_14.so
7ebc504b1000-7ebc504b2000 r--p 00002000 00:3d 17311863                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_14.so
7ebc504b2000-7ebc504b3000 rw-p 00003000 00:3d 17311863                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_14.so
7ebc504b3000-7ebc504b4000 r--p 00000000 00:3d 17311860                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_13.so
7ebc504b4000-7ebc504b5000 r-xp 00001000 00:3d 17311860                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_13.so
7ebc504b5000-7ebc504b6000 r--p 00002000 00:3d 17311860                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_13.so
7ebc504b6000-7ebc504b7000 r--p 00002000 00:3d 17311860                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_13.so
7ebc504b7000-7ebc504b8000 rw-p 00003000 00:3d 17311860                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_13.so
7ebc504b8000-7ebc504b9000 r--p 00000000 00:3d 17311851                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_11.so
7ebc504b9000-7ebc504ba000 r-xp 00001000 00:3d 17311851                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_11.so
7ebc504ba000-7ebc504bb000 r--p 00002000 00:3d 17311851                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_11.so
7ebc504bb000-7ebc504bc000 r--p 00002000 00:3d 17311851                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_11.so
7ebc504bc000-7ebc504bd000 rw-p 00003000 00:3d 17311851                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_11.so
7ebc504bd000-7ebc504be000 r--p 00000000 00:3d 17311831                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_10.so
7ebc504be000-7ebc504bf000 r-xp 00001000 00:3d 17311831                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_10.so
7ebc504bf000-7ebc504c0000 r--p 00002000 00:3d 17311831                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_10.so
7ebc504c0000-7ebc504c1000 r--p 00002000 00:3d 17311831                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_10.so
7ebc504c1000-7ebc504c2000 rw-p 00003000 00:3d 17311831                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_10.so
7ebc504c2000-7ebc504c3000 r--p 00000000 00:3d 17311830                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_9.so
7ebc504c3000-7ebc504c4000 r-xp 00001000 00:3d 17311830                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_9.so
7ebc504c4000-7ebc504c5000 r--p 00002000 00:3d 17311830                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_9.so
7ebc504c5000-7ebc504c6000 r--p 00002000 00:3d 17311830                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_9.so
7ebc504c6000-7ebc504c7000 rw-p 00003000 00:3d 17311830                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_9.so
7ebc504c7000-7ebc504c8000 r--p 00000000 00:3d 17311825                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_8.so
7ebc504c8000-7ebc504c9000 r-xp 00001000 00:3d 17311825                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_8.so
7ebc504c9000-7ebc504ca000 r--p 00002000 00:3d 17311825                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_8.so
7ebc504ca000-7ebc504cb000 r--p 00002000 00:3d 17311825                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_8.so
7ebc504cb000-7ebc504cc000 rw-p 00003000 00:3d 17311825                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_8.so
7ebc504cc000-7ebc504cd000 r--p 00000000 00:3d 17311815                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_7.so
7ebc504cd000-7ebc504ce000 r-xp 00001000 00:3d 17311815                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_7.so
7ebc504ce000-7ebc504cf000 r--p 00002000 00:3d 17311815                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_7.so
7ebc504cf000-7ebc504d0000 r--p 00002000 00:3d 17311815                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_7.so
7ebc504d0000-7ebc504d1000 rw-p 00003000 00:3d 17311815                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_7.so
7ebc504d1000-7ebc504d2000 r--p 00000000 00:3d 17311814                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_6.so
7ebc504d2000-7ebc504d3000 r-xp 00001000 00:3d 17311814                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_6.so
7ebc504d3000-7ebc504d4000 r--p 00002000 00:3d 17311814                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_6.so
7ebc504d4000-7ebc504d5000 r--p 00002000 00:3d 17311814                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_6.so
7ebc504d5000-7ebc504d6000 rw-p 00003000 00:3d 17311814                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_6.so
7ebc504d6000-7ebc504d7000 r--p 00000000 00:3d 17311813                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_5.so
7ebc504d7000-7ebc504d8000 r-xp 00001000 00:3d 17311813                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_5.so
7ebc504d8000-7ebc504d9000 r--p 00002000 00:3d 17311813                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_5.so
7ebc504d9000-7ebc504da000 r--p 00002000 00:3d 17311813                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_5.so
7ebc504da000-7ebc504db000 rw-p 00003000 00:3d 17311813                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_5.so
7ebc504db000-7ebc504dc000 r--p 00000000 00:3d 17311812                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_4.so
7ebc504dc000-7ebc504dd000 r-xp 00001000 00:3d 17311812                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_4.so
7ebc504dd000-7ebc504de000 r--p 00002000 00:3d 17311812                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_4.so
7ebc504de000-7ebc504df000 r--p 00002000 00:3d 17311812                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_4.so
7ebc504df000-7ebc504e0000 rw-p 00003000 00:3d 17311812                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_4.so
7ebc504e0000-7ebc504e1000 r--p 00000000 00:3d 17311810                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_3.so
7ebc504e1000-7ebc504e2000 r-xp 00001000 00:3d 17311810                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_3.so
7ebc504e2000-7ebc504e3000 r--p 00002000 00:3d 17311810                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_3.so
7ebc504e3000-7ebc504e4000 r--p 00002000 00:3d 17311810                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_3.so
7ebc504e4000-7ebc504e5000 rw-p 00003000 00:3d 17311810                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_3.so
7ebc504e5000-7ebc504e6000 r--p 00000000 00:3d 17311790                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_2.so
7ebc504e6000-7ebc504e7000 r-xp 00001000 00:3d 17311790                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_2.so
7ebc504e7000-7ebc504e8000 r--p 00002000 00:3d 17311790                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_2.so
7ebc504e8000-7ebc504e9000 r--p 00002000 00:3d 17311790                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_2.so
7ebc504e9000-7ebc504ea000 rw-p 00003000 00:3d 17311790                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_2.so
7ebc504ea000-7ebc504eb000 r--p 00000000 00:3d 17311776                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7ebc504eb000-7ebc504ec000 r-xp 00001000 00:3d 17311776                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7ebc504ec000-7ebc504ed000 r--p 00002000 00:3d 17311776                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7ebc504ed000-7ebc504ee000 r--p 00002000 00:3d 17311776                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7ebc504ee000-7ebc504ef000 rw-p 00003000 00:3d 17311776                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7ebc504ef000-7ebc504f0000 r--p 00000000 00:3d 17311774                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gbk.so
7ebc504f0000-7ebc504f1000 r-xp 00001000 00:3d 17311774                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gbk.so
7ebc504f1000-7ebc504f2000 r--p 00002000 00:3d 17311774                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gbk.so
7ebc504f2000-7ebc504f3000 r--p 00002000 00:3d 17311774                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gbk.so
7ebc504f3000-7ebc504f4000 rw-p 00003000 00:3d 17311774                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gbk.so
7ebc504f4000-7ebc504f5000 r--p 00000000 00:3d 17311759                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gb18030.so
7ebc504f5000-7ebc504f6000 r-xp 00001000 00:3d 17311759                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gb18030.so
7ebc504f6000-7ebc504f7000 r--p 00002000 00:3d 17311759                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gb18030.so
7ebc504f7000-7ebc504f8000 r--p 00002000 00:3d 17311759                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gb18030.so
7ebc504f8000-7ebc504f9000 rw-p 00003000 00:3d 17311759                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/gb18030.so
7ebc504f9000-7ebc504fa000 r--p 00000000 00:3d 17311752                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_tw.so
7ebc504fa000-7ebc504fb000 r-xp 00001000 00:3d 17311752                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_tw.so
7ebc504fb000-7ebc504fc000 r--p 00002000 00:3d 17311752                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_tw.so
7ebc504fc000-7ebc504fd000 r--p 00002000 00:3d 17311752                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_tw.so
7ebc504fd000-7ebc504fe000 rw-p 00003000 00:3d 17311752                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_tw.so
7ebc504fe000-7ebc504ff000 r--p 00000000 00:3d 17311745                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_kr.so
7ebc504ff000-7ebc50500000 r-xp 00001000 00:3d 17311745                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_kr.so
7ebc50500000-7ebc50501000 r--p 00002000 00:3d 17311745                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_kr.so
7ebc50501000-7ebc50502000 r--p 00002000 00:3d 17311745                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_kr.so
7ebc50502000-7ebc50503000 rw-p 00003000 00:3d 17311745                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_kr.so
7ebc50503000-7ebc50504000 r--p 00000000 00:3d 17311731                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/emacs_mule.so
7ebc50504000-7ebc50505000 r-xp 00001000 00:3d 17311731                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/emacs_mule.so
7ebc50505000-7ebc50506000 r--p 00002000 00:3d 17311731                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/emacs_mule.so
7ebc50506000-7ebc50507000 r--p 00002000 00:3d 17311731                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/emacs_mule.so
7ebc50507000-7ebc50508000 rw-p 00003000 00:3d 17311731                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/emacs_mule.so
7ebc50508000-7ebc50509000 r--p 00000000 00:3d 17311730                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cp949.so
7ebc50509000-7ebc5050a000 r-xp 00001000 00:3d 17311730                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cp949.so
7ebc5050a000-7ebc5050b000 r--p 00002000 00:3d 17311730                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cp949.so
7ebc5050b000-7ebc5050c000 r--p 00002000 00:3d 17311730                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cp949.so
7ebc5050c000-7ebc5050d000 rw-p 00003000 00:3d 17311730                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cp949.so
7ebc5050d000-7ebc5050e000 r--p 00000000 00:3d 17311399                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cesu_8.so
7ebc5050e000-7ebc5050f000 r-xp 00001000 00:3d 17311399                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cesu_8.so
7ebc5050f000-7ebc50510000 r--p 00002000 00:3d 17311399                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cesu_8.so
7ebc50510000-7ebc50511000 r--p 00003000 00:3d 17311399                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cesu_8.so
7ebc50511000-7ebc50512000 rw-p 00004000 00:3d 17311399                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/cesu_8.so
7ebc50512000-7ebc50513000 r--p 00000000 00:3d 17311718                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/big5.so
7ebc50513000-7ebc50514000 r-xp 00001000 00:3d 17311718                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/big5.so
7ebc50514000-7ebc50516000 r--p 00002000 00:3d 17311718                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/big5.so
7ebc50516000-7ebc50517000 r--p 00003000 00:3d 17311718                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/big5.so
7ebc50517000-7ebc50518000 rw-p 00004000 00:3d 17311718                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/big5.so
7ebc50518000-7ebc50519000 r--p 00000000 00:3d 17311886                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_31j.so
7ebc50519000-7ebc5051a000 r-xp 00001000 00:3d 17311886                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_31j.so
7ebc5051a000-7ebc5051b000 r--p 00002000 00:3d 17311886                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_31j.so
7ebc5051b000-7ebc5051c000 r--p 00003000 00:3d 17311886                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_31j.so
7ebc5051c000-7ebc5051d000 rw-p 00004000 00:3d 17311886                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/windows_31j.so
7ebc5051d000-7ebc5051e000 r--p 00000000 00:3d 17311735                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_jp.so
7ebc5051e000-7ebc5051f000 r-xp 00001000 00:3d 17311735                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_jp.so
7ebc5051f000-7ebc50520000 r--p 00002000 00:3d 17311735                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_jp.so
7ebc50520000-7ebc50521000 r--p 00003000 00:3d 17311735                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_jp.so
7ebc50521000-7ebc50522000 rw-p 00004000 00:3d 17311735                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/euc_jp.so
7ebc50522000-7ebc50523000 r--p 00000000 00:3d 17311882                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32le.so
7ebc50523000-7ebc50524000 r-xp 00001000 00:3d 17311882                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32le.so
7ebc50524000-7ebc50525000 r--p 00002000 00:3d 17311882                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32le.so
7ebc50525000-7ebc50526000 r--p 00002000 00:3d 17311882                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32le.so
7ebc50526000-7ebc50527000 rw-p 00003000 00:3d 17311882                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32le.so
7ebc50527000-7ebc50528000 r--p 00000000 00:3d 17311984                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32be.so
7ebc50528000-7ebc50529000 r-xp 00001000 00:3d 17311984                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32be.so
7ebc50529000-7ebc5052a000 r--p 00002000 00:3d 17311984                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32be.so
7ebc5052a000-7ebc5052b000 r--p 00002000 00:3d 17311984                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32be.so
7ebc5052b000-7ebc5052c000 rw-p 00003000 00:3d 17311984                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_32be.so
7ebc5052c000-7ebc5052d000 r--p 00000000 00:3d 17311891                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16le.so
7ebc5052d000-7ebc5052e000 r-xp 00001000 00:3d 17311891                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16le.so
7ebc5052e000-7ebc5052f000 r--p 00002000 00:3d 17311891                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16le.so
7ebc5052f000-7ebc50530000 r--p 00002000 00:3d 17311891                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16le.so
7ebc50530000-7ebc50531000 rw-p 00003000 00:3d 17311891                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16le.so
7ebc50531000-7ebc50532000 r--p 00000000 00:3d 17311887                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16be.so
7ebc50532000-7ebc50533000 r-xp 00001000 00:3d 17311887                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16be.so
7ebc50533000-7ebc50534000 r--p 00002000 00:3d 17311887                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16be.so
7ebc50534000-7ebc50535000 r--p 00002000 00:3d 17311887                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16be.so
7ebc50535000-7ebc50536000 rw-p 00003000 00:3d 17311887                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/utf_16be.so
7ebc50536000-7ebc50538000 r--p 00000000 00:3d 17311088                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/string.so
7ebc50538000-7ebc5053b000 r-xp 00002000 00:3d 17311088                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/string.so
7ebc5053b000-7ebc5053d000 r--p 00005000 00:3d 17311088                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/string.so
7ebc5053d000-7ebc5053e000 r--p 00006000 00:3d 17311088                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/string.so
7ebc5053e000-7ebc5053f000 rw-p 00007000 00:3d 17311088                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/string.so
7ebc5053f000-7ebc50540000 r--p 00000000 00:3d 17311080                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/update.so
7ebc50540000-7ebc50541000 r-xp 00001000 00:3d 17311080                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/update.so
7ebc50541000-7ebc50542000 r--p 00002000 00:3d 17311080                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/update.so
7ebc50542000-7ebc50543000 r--p 00002000 00:3d 17311080                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/update.so
7ebc50543000-7ebc50544000 rw-p 00003000 00:3d 17311080                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/update.so
7ebc50544000-7ebc50545000 r--p 00000000 00:3d 17311078                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/numhash.so
7ebc50545000-7ebc50546000 r-xp 00001000 00:3d 17311078                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/numhash.so
7ebc50546000-7ebc50547000 r--p 00002000 00:3d 17311078                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/numhash.so
7ebc50547000-7ebc50548000 r--p 00002000 00:3d 17311078                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/numhash.so
7ebc50548000-7ebc50549000 rw-p 00003000 00:3d 17311078                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/numhash.so
7ebc50549000-7ebc5054a000 r--p 00000000 00:3d 17311077                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/foreach.so
7ebc5054a000-7ebc5054b000 r-xp 00001000 00:3d 17311077                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/foreach.so
7ebc5054b000-7ebc5054c000 r--p 00002000 00:3d 17311077                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/foreach.so
7ebc5054c000-7ebc5054d000 r--p 00002000 00:3d 17311077                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/foreach.so
7ebc5054d000-7ebc5054e000 rw-p 00003000 00:3d 17311077                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/st/foreach.so
7ebc5054e000-7ebc5054f000 r--p 00000000 00:3d 17311042                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rational.so
7ebc5054f000-7ebc50550000 r-xp 00001000 00:3d 17311042                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rational.so
7ebc50550000-7ebc50551000 r--p 00002000 00:3d 17311042                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rational.so
7ebc50551000-7ebc50552000 r--p 00002000 00:3d 17311042                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rational.so
7ebc50552000-7ebc50553000 rw-p 00003000 00:3d 17311042                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/rational.so
7ebc50553000-7ebc50554000 r--p 00000000 00:3d 17311037                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/proc.so
7ebc50554000-7ebc50555000 r-xp 00001000 00:3d 17311037                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/proc.so
7ebc50555000-7ebc50556000 r--p 00002000 00:3d 17311037                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/proc.so
7ebc50556000-7ebc50557000 r--p 00002000 00:3d 17311037                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/proc.so
7ebc50557000-7ebc50558000 rw-p 00003000 00:3d 17311037                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/proc.so
7ebc50558000-7ebc50559000 r--p 00000000 00:3d 17341650                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/postponed_job.so
7ebc50559000-7ebc5055a000 r-xp 00001000 00:3d 17341650                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/postponed_job.so
7ebc5055a000-7ebc5055b000 r--p 00002000 00:3d 17341650                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/postponed_job.so
7ebc5055b000-7ebc5055c000 r--p 00002000 00:3d 17341650                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/postponed_job.so
7ebc5055c000-7ebc5055d000 rw-p 00003000 00:3d 17341650                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/postponed_job.so
7ebc5055d000-7ebc5055e000 r--p 00000000 00:3d 17311040                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7ebc5055e000-7ebc5055f000 r-xp 00001000 00:3d 17311040                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7ebc5055f000-7ebc50560000 r--p 00002000 00:3d 17311040                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7ebc50560000-7ebc50561000 r--p 00002000 00:3d 17311040                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7ebc50561000-7ebc50562000 rw-p 00003000 00:3d 17311040                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7ebc50562000-7ebc50563000 r--p 00000000 00:3d 17311034                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/path_to_class.so
7ebc50563000-7ebc50564000 r-xp 00001000 00:3d 17311034                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/path_to_class.so
7ebc50564000-7ebc50565000 r--p 00002000 00:3d 17311034                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/path_to_class.so
7ebc50565000-7ebc50566000 r--p 00002000 00:3d 17311034                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/path_to_class.so
7ebc50566000-7ebc50567000 rw-p 00003000 00:3d 17311034                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/path_to_class.so
7ebc50567000-7ebc50568000 r--p 00000000 00:3d 17310996                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/num2int.so
7ebc50568000-7ebc50569000 r-xp 00001000 00:3d 17310996                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/num2int.so
7ebc50569000-7ebc5056a000 r--p 00002000 00:3d 17310996                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/num2int.so
7ebc5056a000-7ebc5056b000 r--p 00002000 00:3d 17310996                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/num2int.so
7ebc5056b000-7ebc5056c000 rw-p 00003000 00:3d 17310996                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/num2int.so
7ebc5056c000-7ebc5056d000 r--p 00000000 00:3d 17311031                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/method.so
7ebc5056d000-7ebc5056e000 r-xp 00001000 00:3d 17311031                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/method.so
7ebc5056e000-7ebc5056f000 r--p 00002000 00:3d 17311031                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/method.so
7ebc5056f000-7ebc50570000 r--p 00002000 00:3d 17311031                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/method.so
7ebc50570000-7ebc50571000 rw-p 00003000 00:3d 17311031                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/method.so
7ebc50571000-7ebc50572000 r--p 00000000 00:3d 17311023                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/usr.so
7ebc50572000-7ebc50573000 r-xp 00001000 00:3d 17311023                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/usr.so
7ebc50573000-7ebc50574000 r--p 00002000 00:3d 17311023                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/usr.so
7ebc50574000-7ebc50575000 r--p 00002000 00:3d 17311023                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/usr.so
7ebc50575000-7ebc50576000 rw-p 00003000 00:3d 17311023                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/usr.so
7ebc50576000-7ebc50577000 r--p 00000000 00:3d 17311020                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7ebc50577000-7ebc50578000 r-xp 00001000 00:3d 17311020                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7ebc50578000-7ebc50579000 r--p 00002000 00:3d 17311020                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7ebc50579000-7ebc5057a000 r--p 00002000 00:3d 17311020                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7ebc5057a000-7ebc5057b000 rw-p 00003000 00:3d 17311020                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7ebc5057b000-7ebc5057c000 r--p 00000000 00:3d 17311007                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/protect.so
7ebc5057c000-7ebc5057d000 r-xp 00001000 00:3d 17311007                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/protect.so
7ebc5057d000-7ebc5057e000 r--p 00002000 00:3d 17311007                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/protect.so
7ebc5057e000-7ebc5057f000 r--p 00002000 00:3d 17311007                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/protect.so
7ebc5057f000-7ebc50580000 rw-p 00003000 00:3d 17311007                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/load/protect.so
7ebc50580000-7ebc505a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc505a1000-7ebc505a2000 r--p 00000000 00:3d 17310998                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iter.so
7ebc505a2000-7ebc505a3000 r-xp 00001000 00:3d 17310998                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iter.so
7ebc505a3000-7ebc505a4000 r--p 00002000 00:3d 17310998                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iter.so
7ebc505a4000-7ebc505a5000 r--p 00002000 00:3d 17310998                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iter.so
7ebc505a5000-7ebc505a6000 rw-p 00003000 00:3d 17310998                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iter.so
7ebc505a6000-7ebc505a7000 r--p 00000000 00:3d 17311002                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iseq_load.so
7ebc505a7000-7ebc505a8000 r-xp 00001000 00:3d 17311002                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iseq_load.so
7ebc505a8000-7ebc505a9000 r--p 00002000 00:3d 17311002                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iseq_load.so
7ebc505a9000-7ebc505aa000 r--p 00002000 00:3d 17311002                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iseq_load.so
7ebc505aa000-7ebc505ab000 rw-p 00003000 00:3d 17311002                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/iseq_load.so
7ebc505ab000-7ebc505ac000 r--p 00000000 00:3d 17310997                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/integer.so
7ebc505ac000-7ebc505ad000 r-xp 00001000 00:3d 17310997                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/integer.so
7ebc505ad000-7ebc505ae000 r--p 00002000 00:3d 17310997                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/integer.so
7ebc505ae000-7ebc505af000 r--p 00002000 00:3d 17310997                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/integer.so
7ebc505af000-7ebc505b0000 rw-p 00003000 00:3d 17310997                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/integer.so
7ebc505b0000-7ebc50690000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50691000-7ebc50692000 r--p 00000000 00:3d 17310995                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/hash.so
7ebc50692000-7ebc50693000 r-xp 00001000 00:3d 17310995                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/hash.so
7ebc50693000-7ebc50694000 r--p 00002000 00:3d 17310995                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/hash.so
7ebc50694000-7ebc50695000 r--p 00002000 00:3d 17310995                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/hash.so
7ebc50695000-7ebc50696000 rw-p 00003000 00:3d 17310995                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/hash.so
7ebc50696000-7ebc50697000 r--p 00000000 00:3d 17310994                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/funcall.so
7ebc50697000-7ebc50698000 r-xp 00001000 00:3d 17310994                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/funcall.so
7ebc50698000-7ebc50699000 r--p 00002000 00:3d 17310994                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/funcall.so
7ebc50699000-7ebc5069a000 r--p 00002000 00:3d 17310994                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/funcall.so
7ebc5069a000-7ebc5069b000 rw-p 00003000 00:3d 17310994                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/funcall.so
7ebc5069b000-7ebc5069c000 r--p 00000000 00:3d 17302255                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/float.so
7ebc5069c000-7ebc5069d000 r-xp 00001000 00:3d 17302255                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/float.so
7ebc5069d000-7ebc5069e000 r--p 00002000 00:3d 17302255                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/float.so
7ebc5069e000-7ebc5069f000 r--p 00002000 00:3d 17302255                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/float.so
7ebc5069f000-7ebc506a0000 rw-p 00003000 00:3d 17302255                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/float.so
7ebc506a0000-7ebc506b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc506b0000-7ebc506c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc506c3000-7ebc506c4000 r--p 00000000 00:3d 17301744                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/file.so
7ebc506c4000-7ebc506c5000 r-xp 00001000 00:3d 17301744                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/file.so
7ebc506c5000-7ebc506c6000 r--p 00002000 00:3d 17301744                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/file.so
7ebc506c6000-7ebc506c7000 r--p 00002000 00:3d 17301744                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/file.so
7ebc506c7000-7ebc506c8000 rw-p 00003000 00:3d 17301744                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/file.so
7ebc506c8000-7ebc506c9000 r--p 00000000 00:3d 17310988                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/exception.so
7ebc506c9000-7ebc506ca000 r-xp 00001000 00:3d 17310988                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/exception.so
7ebc506ca000-7ebc506cb000 r--p 00002000 00:3d 17310988                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/exception.so
7ebc506cb000-7ebc506cc000 r--p 00002000 00:3d 17310988                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/exception.so
7ebc506cc000-7ebc506cd000 rw-p 00003000 00:3d 17310988                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/exception.so
7ebc506cd000-7ebc506ce000 r--p 00000000 00:3d 17311129                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/bubblebabble.so
7ebc506ce000-7ebc506cf000 r-xp 00001000 00:3d 17311129                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/bubblebabble.so
7ebc506cf000-7ebc506d0000 r--p 00002000 00:3d 17311129                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/bubblebabble.so
7ebc506d0000-7ebc506d1000 r--p 00002000 00:3d 17311129                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/bubblebabble.so
7ebc506d1000-7ebc506d2000 rw-p 00003000 00:3d 17311129                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/bubblebabble.so
7ebc506d2000-7ebc506d3000 r--p 00000000 00:3d 17311148                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/rmd160.so
7ebc506d3000-7ebc506d5000 r-xp 00001000 00:3d 17311148                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/rmd160.so
7ebc506d5000-7ebc506d6000 r--p 00003000 00:3d 17311148                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/rmd160.so
7ebc506d6000-7ebc506d7000 r--p 00003000 00:3d 17311148                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/rmd160.so
7ebc506d7000-7ebc506d8000 rw-p 00004000 00:3d 17311148                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/rmd160.so
7ebc506d8000-7ebc506da000 r--p 00000000 00:3d 17207485                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest.so
7ebc506da000-7ebc506dc000 r-xp 00002000 00:3d 17207485                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest.so
7ebc506dc000-7ebc506dd000 r--p 00004000 00:3d 17207485                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest.so
7ebc506dd000-7ebc506de000 r--p 00004000 00:3d 17207485                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest.so
7ebc506de000-7ebc506df000 rw-p 00005000 00:3d 17207485                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest.so
7ebc506df000-7ebc506e1000 r--p 00000000 00:3d 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7ebc506e1000-7ebc506fa000 r-xp 00002000 00:3d 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7ebc506fa000-7ebc506fe000 r--p 0001b000 00:3d 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7ebc506fe000-7ebc506ff000 r--p 0001e000 00:3d 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7ebc506ff000-7ebc50700000 rw-p 0001f000 00:3d 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7ebc50700000-7ebc50710000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc50710000-7ebc50711000 r--p 00000000 00:3d 17310987                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/eval.so
7ebc50711000-7ebc50712000 r-xp 00001000 00:3d 17310987                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/eval.so
7ebc50712000-7ebc50713000 r--p 00002000 00:3d 17310987                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/eval.so
7ebc50713000-7ebc50714000 r--p 00002000 00:3d 17310987                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/eval.so
7ebc50714000-7ebc50715000 rw-p 00003000 00:3d 17310987                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/eval.so
7ebc50715000-7ebc50716000 r--p 00000000 00:3d 17310951                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/econv.so
7ebc50716000-7ebc50717000 r-xp 00001000 00:3d 17310951                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/econv.so
7ebc50717000-7ebc50718000 r--p 00002000 00:3d 17310951                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/econv.so
7ebc50718000-7ebc50719000 r--p 00002000 00:3d 17310951                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/econv.so
7ebc50719000-7ebc5071a000 rw-p 00003000 00:3d 17310951                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/econv.so
7ebc5071a000-7ebc5071b000 r--p 00000000 00:3d 17304150                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/debug.so
7ebc5071b000-7ebc5071c000 r-xp 00001000 00:3d 17304150                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/debug.so
7ebc5071c000-7ebc5071d000 r--p 00002000 00:3d 17304150                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/debug.so
7ebc5071d000-7ebc5071e000 r--p 00002000 00:3d 17304150                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/debug.so
7ebc5071e000-7ebc5071f000 rw-p 00003000 00:3d 17304150                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/debug.so
7ebc5071f000-7ebc50720000 r--p 00000000 00:3d 17311131                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/md5.so
7ebc50720000-7ebc50721000 r-xp 00001000 00:3d 17311131                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/md5.so
7ebc50721000-7ebc50722000 r--p 00002000 00:3d 17311131                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/md5.so
7ebc50722000-7ebc50723000 r--p 00002000 00:3d 17311131                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/md5.so
7ebc50723000-7ebc50724000 rw-p 00003000 00:3d 17311131                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/digest/md5.so
7ebc50724000-7ebc50727000 r--p 00000000 00:3d 17185350                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/psych.so
7ebc50727000-7ebc5072c000 r-xp 00003000 00:3d 17185350                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/psych.so
7ebc5072c000-7ebc5072e000 r--p 00008000 00:3d 17185350                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/psych.so
7ebc5072e000-7ebc5072f000 r--p 00009000 00:3d 17185350                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/psych.so
7ebc5072f000-7ebc50730000 rw-p 0000a000 00:3d 17185350                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/psych.so
7ebc50730000-7ebc507b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc507b3000-7ebc507b4000 r--p 00000000 00:3d 17310965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/class.so
7ebc507b4000-7ebc507b5000 r-xp 00001000 00:3d 17310965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/class.so
7ebc507b5000-7ebc507b6000 r--p 00002000 00:3d 17310965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/class.so
7ebc507b6000-7ebc507b7000 r--p 00002000 00:3d 17310965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/class.so
7ebc507b7000-7ebc507b8000 rw-p 00003000 00:3d 17310965                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/class.so
7ebc507b8000-7ebc507ba000 r--p 00000000 00:3d 17310980                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bignum.so
7ebc507ba000-7ebc507bc000 r-xp 00002000 00:3d 17310980                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bignum.so
7ebc507bc000-7ebc507bd000 r--p 00004000 00:3d 17310980                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bignum.so
7ebc507bd000-7ebc507be000 r--p 00004000 00:3d 17310980                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bignum.so
7ebc507be000-7ebc507bf000 rw-p 00005000 00:3d 17310980                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/bignum.so
7ebc507bf000-7ebc507c0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc507c0000-7ebc50801000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50801000-7ebc50802000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50802000-7ebc50843000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50843000-7ebc50844000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50844000-7ebc50885000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50885000-7ebc50886000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50886000-7ebc508c7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc508c7000-7ebc508c8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc508c8000-7ebc50909000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50909000-7ebc5090a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc5090a000-7ebc5094b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc5094b000-7ebc5094c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc5094c000-7ebc5098d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc5098d000-7ebc5098e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc5098e000-7ebc509cf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc509cf000-7ebc509d0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc509d0000-7ebc50a11000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50a11000-7ebc50a12000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50a12000-7ebc50a53000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50a53000-7ebc50a54000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50a54000-7ebc50a95000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50a95000-7ebc50a96000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50a96000-7ebc50ad7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50ad7000-7ebc50ad8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50ad8000-7ebc50b19000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50b19000-7ebc50b1a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50b1a000-7ebc50b5b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50b5b000-7ebc50b5c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50b5c000-7ebc50b9d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50b9d000-7ebc50b9e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50b9e000-7ebc50bdf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50bdf000-7ebc50be0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50be0000-7ebc50c21000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50c21000-7ebc50c22000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50c22000-7ebc50c63000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50c63000-7ebc50c64000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50c64000-7ebc50ca5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50ca5000-7ebc50ca6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50ca6000-7ebc50ce7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50ce7000-7ebc50ce8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50ce8000-7ebc50d29000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50d29000-7ebc50d2a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50d2a000-7ebc50d6b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50d6b000-7ebc50d6c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50d6c000-7ebc50dad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50dad000-7ebc50dae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50dae000-7ebc50def000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50def000-7ebc50df0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50df0000-7ebc50e31000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50e31000-7ebc50e32000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50e32000-7ebc50e73000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50e73000-7ebc50e74000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50e74000-7ebc50eb5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50eb5000-7ebc50eb6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50eb6000-7ebc50ef7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50ef7000-7ebc50ef8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50ef8000-7ebc50f39000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50f39000-7ebc50f3a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50f3a000-7ebc50f7b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50f7b000-7ebc50f7c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50f7c000-7ebc50fbd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50fbd000-7ebc50fbe000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50fbe000-7ebc50fff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7ebc50fff000-7ebc51000000 ---p 00000000 00:00 0 
7ebc51000000-7ebc51800000 rw-p 00000000 00:00 0 
7ebc51800000-7ebc69800000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
7ebc69800000-7ebc6ac00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
7ebc6ac00000-7ebc6ac01000 r--p 00000000 00:3d 17331843                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7ebc6ac01000-7ebc6ac02000 r-xp 00001000 00:3d 17331843                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7ebc6ac02000-7ebc6ac03000 r--p 00002000 00:3d 17331843                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7ebc6ac03000-7ebc6ac04000 r--p 00002000 00:3d 17331843                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7ebc6ac04000-7ebc6ac05000 rw-p 00003000 00:3d 17331843                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7ebc6ac05000-7ebc6ac07000 r--p 00000000 00:3d 17311233                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
7ebc6ac07000-7ebc6ac0c000 r-xp 00002000 00:3d 17311233                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
7ebc6ac0c000-7ebc6ac0e000 r--p 00007000 00:3d 17311233                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
7ebc6ac0e000-7ebc6ac0f000 r--p 00008000 00:3d 17311233                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
7ebc6ac0f000-7ebc6ac10000 rw-p 00009000 00:3d 17311233                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so
7ebc6ac10000-7ebc6ad10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc6ad14000-7ebc6ad15000 r--p 00000000 00:3d 17311072                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/sanitizers.so
7ebc6ad15000-7ebc6ad16000 r-xp 00001000 00:3d 17311072                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/sanitizers.so
7ebc6ad16000-7ebc6ad17000 r--p 00002000 00:3d 17311072                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/sanitizers.so
7ebc6ad17000-7ebc6ad18000 r--p 00002000 00:3d 17311072                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/sanitizers.so
7ebc6ad18000-7ebc6ad19000 rw-p 00003000 00:3d 17311072                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/sanitizers.so
7ebc6ad19000-7ebc6ad1a000 r--p 00000000 00:3d 17313575                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7ebc6ad1a000-7ebc6ad1c000 r-xp 00001000 00:3d 17313575                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7ebc6ad1c000-7ebc6ad1d000 r--p 00003000 00:3d 17313575                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7ebc6ad1d000-7ebc6ad1e000 r--p 00003000 00:3d 17313575                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7ebc6ad1e000-7ebc6ad1f000 rw-p 00004000 00:3d 17313575                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7ebc6ad22000-7ebc6ad23000 r--p 00000000 00:3d 17310949                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/resize.so
7ebc6ad23000-7ebc6ad24000 r-xp 00001000 00:3d 17310949                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/resize.so
7ebc6ad24000-7ebc6ad25000 r--p 00002000 00:3d 17310949                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/resize.so
7ebc6ad25000-7ebc6ad26000 r--p 00002000 00:3d 17310949                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/resize.so
7ebc6ad26000-7ebc6ad27000 rw-p 00003000 00:3d 17310949                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/-test-/array/resize.so
7ebc6ad27000-7ebc6ad29000 r--p 00000000 00:3d 17186784                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/etc.so
7ebc6ad29000-7ebc6ad2c000 r-xp 00002000 00:3d 17186784                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/etc.so
7ebc6ad2c000-7ebc6ad2e000 r--p 00005000 00:3d 17186784                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/etc.so
7ebc6ad2e000-7ebc6ad2f000 r--p 00006000 00:3d 17186784                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/etc.so
7ebc6ad2f000-7ebc6ad30000 rw-p 00007000 00:3d 17186784                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/etc.so
7ebc6ad30000-7ebc6ad50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7ebc6ad50000-7ebc6ad51000 r--p 00000000 00:3d 17305913                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7ebc6ad51000-7ebc6ad52000 r-xp 00001000 00:3d 17305913                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7ebc6ad52000-7ebc6ad53000 r--p 00002000 00:3d 17305913                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7ebc6ad53000-7ebc6ad54000 r--p 00002000 00:3d 17305913                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7ebc6ad54000-7ebc6ad55000 rw-p 00003000 00:3d 17305913                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7ebc6ad55000-7ebc6ae56000 rw-p 00000000 00:00 0 
7ebc6ae56000-7ebc6ae5d000 r--s 00000000 00:3d 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7ebc6ae5d000-7ebc6aeb6000 r--p 00000000 00:3d 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
7ebc6aeb6000-7ebc6aeb8000 rw-p 00000000 00:00 0 
7ebc6aeb8000-7ebc6aebc000 r--p 00000000 00:3d 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7ebc6aebc000-7ebc6aedf000 r-xp 00004000 00:3d 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7ebc6aedf000-7ebc6aee3000 r--p 00027000 00:3d 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7ebc6aee3000-7ebc6aee4000 r--p 0002b000 00:3d 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7ebc6aee4000-7ebc6aee5000 rw-p 0002c000 00:3d 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7ebc6aee5000-7ebc6af0d000 r--p 00000000 00:3d 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7ebc6af0d000-7ebc6b095000 r-xp 00028000 00:3d 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7ebc6b095000-7ebc6b0e4000 r--p 001b0000 00:3d 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7ebc6b0e4000-7ebc6b0e8000 r--p 001fe000 00:3d 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7ebc6b0e8000-7ebc6b0ea000 rw-p 00202000 00:3d 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7ebc6b0ea000-7ebc6b0f9000 rw-p 00000000 00:00 0 
7ebc6b0f9000-7ebc6b109000 r--p 00000000 00:3d 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7ebc6b109000-7ebc6b188000 r-xp 00010000 00:3d 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7ebc6b188000-7ebc6b1e0000 r--p 0008f000 00:3d 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7ebc6b1e0000-7ebc6b1e1000 r--p 000e7000 00:3d 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7ebc6b1e1000-7ebc6b1e2000 rw-p 000e8000 00:3d 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7ebc6b1e2000-7ebc6b1e4000 r--p 00000000 00:3d 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7ebc6b1e4000-7ebc6b1f9000 r-xp 00002000 00:3d 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7ebc6b1f9000-7ebc6b212000 r--p 00017000 00:3d 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7ebc6b212000-7ebc6b213000 r--p 0002f000 00:3d 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7ebc6b213000-7ebc6b214000 rw-p 00030000 00:3d 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7ebc6b214000-7ebc6b21c000 rw-p 00000000 00:00 0 
7ebc6b21c000-7ebc6b226000 r--p 00000000 00:3d 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7ebc6b226000-7ebc6b289000 r-xp 0000a000 00:3d 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7ebc6b289000-7ebc6b29e000 r--p 0006d000 00:3d 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7ebc6b29e000-7ebc6b29f000 r--p 00081000 00:3d 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7ebc6b29f000-7ebc6b2a0000 rw-p 00082000 00:3d 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7ebc6b2a0000-7ebc6b2a2000 r--p 00000000 00:3d 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7ebc6b2a2000-7ebc6b2b4000 r-xp 00002000 00:3d 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7ebc6b2b4000-7ebc6b2ba000 r--p 00014000 00:3d 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7ebc6b2ba000-7ebc6b2bb000 r--p 0001a000 00:3d 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7ebc6b2bb000-7ebc6b2bc000 rw-p 0001b000 00:3d 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7ebc6b2bc000-7ebc6b2bd000 r--p 00000000 00:3d 17311092                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
7ebc6b2bd000-7ebc6b2be000 r-xp 00001000 00:3d 17311092                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
7ebc6b2be000-7ebc6b2bf000 r--p 00002000 00:3d 17311092                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
7ebc6b2bf000-7ebc6b2c0000 r--p 00002000 00:3d 17311092                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
7ebc6b2c0000-7ebc6b2c1000 rw-p 00003000 00:3d 17311092                   /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so
7ebc6b2c1000-7ebc6b309000 r--p 00000000 00:3d 14972338                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0.0
7ebc6b309000-7ebc6b7db000 r-xp 00048000 00:3d 14972338                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0.0
7ebc6b7db000-7ebc6b9b2000 r--p 0051a000 00:3d 14972338                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0.0
7ebc6b9b2000-7ebc6b9c8000 r--p 006f1000 00:3d 14972338                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0.0
7ebc6b9c8000-7ebc6b9cc000 rw-p 00707000 00:3d 14972338                   /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.4.0.0
7ebc6b9cc000-7ebc6b9e2000 rw-p 00000000 00:00 0 
7ebc6b9e2000-7ebc6b9e3000 r--p 00000000 00:3d 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ebc6b9e3000-7ebc6ba0e000 r-xp 00001000 00:3d 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ebc6ba0e000-7ebc6ba18000 r--p 0002c000 00:3d 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ebc6ba18000-7ebc6ba1a000 r--p 00036000 00:3d 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ebc6ba1a000-7ebc6ba1c000 rw-p 00038000 00:3d 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffcc6868000-7ffcc68ae000 rw-p 00000000 00:00 0                          [stack]
7ffcc69e7000-7ffcc69eb000 r--p 00000000 00:00 0                          [vvar]
7ffcc69eb000-7ffcc69ed000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


make: *** [uncommon.mk:920: 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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
ruby 4.0.0dev (2025-12-05T22:00:24Z master c4c909b538) +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 ..................................................

Finished in 38.913934 seconds

3349 files, 33771 examples, 148629 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 0.
raw logfile