# Logfile created on 2025-06-04 12:47:15 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007f65bb97fdd8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat20", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=41600, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20.20250604-124715", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f65bb9a1690 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f65bb9a1438 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f65bb8ba560 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20.20250604-124715", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20.20250604-124715>, @binmode=false, @mon_data=#<Monitor:0x00007f65bb9a1028>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20
Cloning into 'trunk-repeat20'...
Updating files:  98% (11066/11201)
Updating files:  99% (11089/11201)
Updating files: 100% (11201/11201)
Updating files: 100% (11201/11201), done.
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-repeat20/configure --prefix=/tmp/ruby/install/trunk-repeat20 --disable-install-doc --enable-shared
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... unsupported
checking for c++ option to enable C++98 features... unsupported
checking how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc-ar flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... no
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether ELF binaries are produced... yes
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as LDFLAGS... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... yes
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wimplicit-int is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wold-style-definition is accepted as CFLAGS... yes
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
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
configure: WARNING: something wrong with CXXFLAGS=""
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for stdio.h... (cached) yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for 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 off_t... (cached) yes
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__deprecated__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for 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 for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for pid_t... (cached) yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... 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 daemon... (cached) no
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchdir... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for malloc_trim... yes
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for snprintf... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for system... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for tzset... yes
checking for umask... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking for statx... yes
checking if getcwd allocates buffer if NULL is given... yes
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking for __builtin_add_overflow... yes
checking for __builtin_add_overflow_p... yes
checking for __builtin_add_overflow with long long arguments... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_sub_overflow_p... yes
checking for __builtin_sub_overflow with long long arguments... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_mul_overflow with long long arguments... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage specifier... _Thread_local
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... no
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for setjmp type... __builtin_setjmp
checking if building with modular GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT/ZJIT... yes
checking for prefix of external symbols... NONE
checking for default symbols in empty shared library... 
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.5.0+2
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.5.0

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

---
$$$[end] "/tmp/ruby/src/trunk-repeat20/configure --prefix=/tmp/ruby/install/trunk-repeat20 --disable-install-doc --enable-shared" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.25.5...
Downloading bundled gem rake-13.3.0...
Downloading bundled gem test-unit-3.6.8...
Downloading bundled gem rexml-3.4.1...
Downloading bundled gem rss-0.3.1...
Downloading bundled gem net-ftp-0.3.8...
Downloading bundled gem net-imap-0.5.8...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.5.1...
Downloading bundled gem rbs-3.9.4...
Downloading bundled gem typeprof-0.30.1...
Downloading bundled gem racc-1.8.1...
Downloading bundled gem mutex_m-0.3.0...
Downloading bundled gem getoptlong-0.2.1...
Downloading bundled gem base64-0.3.0...
Downloading bundled gem bigdecimal-3.2.1...
Downloading bundled gem observer-0.1.2...
Downloading bundled gem abbrev-0.1.2...
Downloading bundled gem resolv-replace-0.1.1...
Downloading bundled gem rinda-0.2.0...
Downloading bundled gem drb-2.2.3...
Downloading bundled gem nkf-0.2.0...
Downloading bundled gem syslog-0.3.0...
Downloading bundled gem csv-3.3.5...
Downloading bundled gem pstore-0.2.0...
Downloading bundled gem benchmark-0.4.1...
Downloading bundled gem logger-1.7.0...
Downloading bundled gem rdoc-6.14.0...
Downloading bundled gem win32ole-1.9.2...
Downloading bundled gem irb-1.15.2...
Downloading bundled gem reline-0.6.1...
Downloading bundled gem readline-0.0.4...
Downloading bundled gem fiddle-1.1.8...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20/gems/src
Cloning https://github.com/ruby/power_assert
Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/power_assert'...
Cloning https://github.com/ruby/matrix
Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/matrix'...
Cloning https://github.com/ruby/prime
Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/prime'...
Cloning https://github.com/ruby/debug
Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/debug'...
Cloning https://github.com/ruby/repl_type_completor
Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/repl_type_completor'...
Cloning https://github.com/ruby/ostruct
Cloning into '/tmp/ruby/src/trunk-repeat20/gems/src/ostruct'...
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update matrix to 200efebc35dc1a8d16fad671f7006c85cbd0e3f5
echo 200efebc35dc1a8d16fad671f7006c85cbd0e3f5 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/matrix.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/matrix.revision updated
Update prime to d97973271103f2bdde91f3f0bd3e42526401ad77
echo d97973271103f2bdde91f3f0bd3e42526401ad77 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/prime.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/prime.revision updated
Update debug to cf469f2b21710727abdd153b25a1e5123b002bb0
echo cf469f2b21710727abdd153b25a1e5123b002bb0 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision updated
From https://github.com/ruby/power_assert
 * branch            a7dab941153b233d3412e249d25da52a6c5691de -> FETCH_HEAD
HEAD is now at a7dab94 Merge pull request #56 from k-tsj/fix-failures-on-head
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/power_assert.revision updated
Building matrix@200efebc35dc1a8d16fad671f7006c85cbd0e3f5 to /tmp/ruby/src/trunk-repeat20/gems/matrix-0.4.2.gem
Building prime@d97973271103f2bdde91f3f0bd3e42526401ad77 to /tmp/ruby/src/trunk-repeat20/gems/prime-0.1.3.gem
Building debug@cf469f2b21710727abdd153b25a1e5123b002bb0 to /tmp/ruby/src/trunk-repeat20/gems/debug-1.10.0.gem
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision updated
Update ostruct to 50d51248bec5560a102a1024aff4174b31dca8cc
  Successfully built RubyGem
  Name: matrix
  Version: 0.4.2
  File: matrix-0.4.2.gem
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk-repeat20/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: prime
  Version: 0.1.3
  File: prime-0.1.3.gem
  Successfully built RubyGem
  Name: debug
  Version: 1.10.0
  File: debug-1.10.0.gem
Building repl_type_completor@25108aa8d69ddaba0b5da3feff1c0035371524b2 to /tmp/ruby/src/trunk-repeat20/gems/repl_type_completor-0.1.11.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
From https://github.com/ruby/ostruct
 * branch            50d51248bec5560a102a1024aff4174b31dca8cc -> FETCH_HEAD
  Successfully built RubyGem
  Name: repl_type_completor
  Version: 0.1.11
  File: repl_type_completor-0.1.11.gem
HEAD is now at 50d5124 Use `Ractor#value` as `Ractor#take` is removed
echo 50d51248bec5560a102a1024aff4174b31dca8cc | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/ostruct.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/ostruct.revision updated
Building ostruct@50d51248bec5560a102a1024aff4174b31dca8cc to /tmp/ruby/src/trunk-repeat20/gems/ostruct-0.6.1.gem
  Successfully built RubyGem
  Name: ostruct
  Version: 0.6.1
  File: ostruct-0.6.1.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = a4dc778a5e
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
id.h updated
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
known_errors.inc updated
generating vm_call_iseq_optimized.inc
vm_call_iseq_optimized.inc updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20/enc/jis
+ cp /tmp/ruby/src/trunk-repeat20/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat20/enc/jis/props.h
/tmp/ruby/src/trunk-repeat20/revision.h updated
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-repeat20/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-repeat20/probes.d > probes.dmyh
generating parse.c
copying lex.c
generating id.c
id.c updated
making /tmp/ruby/src/trunk-repeat20/ast.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-repeat20/dir.rbinc
making /tmp/ruby/src/trunk-repeat20/gc.rbinc
making /tmp/ruby/src/trunk-repeat20/numeric.rbinc
making /tmp/ruby/src/trunk-repeat20/io.rbinc
making /tmp/ruby/src/trunk-repeat20/marshal.rbinc
making /tmp/ruby/src/trunk-repeat20/pack.rbinc
making /tmp/ruby/src/trunk-repeat20/trace_point.rbinc
making /tmp/ruby/src/trunk-repeat20/warning.rbinc
making /tmp/ruby/src/trunk-repeat20/array.rbinc
making /tmp/ruby/src/trunk-repeat20/hash.rbinc
making /tmp/ruby/src/trunk-repeat20/kernel.rbinc
making /tmp/ruby/src/trunk-repeat20/ractor.rbinc
making /tmp/ruby/src/trunk-repeat20/symbol.rbinc
making /tmp/ruby/src/trunk-repeat20/timev.rbinc
making /tmp/ruby/src/trunk-repeat20/thread_sync.rbinc
making /tmp/ruby/src/trunk-repeat20/nilclass.rbinc
making /tmp/ruby/src/trunk-repeat20/prelude.rbinc
making /tmp/ruby/src/trunk-repeat20/gem_prelude.rbinc
making /tmp/ruby/src/trunk-repeat20/yjit.rbinc
making /tmp/ruby/src/trunk-repeat20/yjit_hook.rbinc
making /tmp/ruby/src/trunk-repeat20/zjit.rbinc
generating /tmp/ruby/src/trunk-repeat20/ext/ripper/ripper.c
generating /tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
extracting ripper.y from ../../parse.y
generating /tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/socket'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/etc'
generating miniprelude.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/socket'
miniprelude.c updated
generating eventids1.c from ../../parse.y
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/power_assert.revision unchanged
Update matrix to 200efebc35dc1a8d16fad671f7006c85cbd0e3f5
echo 200efebc35dc1a8d16fad671f7006c85cbd0e3f5 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/matrix.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/matrix.revision unchanged
Update prime to d97973271103f2bdde91f3f0bd3e42526401ad77
echo d97973271103f2bdde91f3f0bd3e42526401ad77 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/prime.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/prime.revision unchanged
Update debug to cf469f2b21710727abdd153b25a1e5123b002bb0
echo cf469f2b21710727abdd153b25a1e5123b002bb0 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision unchanged
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision unchanged
Update ostruct to 50d51248bec5560a102a1024aff4174b31dca8cc
echo 50d51248bec5560a102a1024aff4174b31dca8cc | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/ostruct.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/ostruct.revision unchanged
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20/.bundle/gems
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
generating x86_64-linux-fake.rb
compiling compiler ripper.y
/bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
x86_64-linux-fake.rb updated
Extracting bundle gem minitest-5.25.5...
Extracting bundle gem rake-13.3.0...
Unpacked gems/minitest-5.25.5.gem
Extracting bundle gem test-unit-3.6.8...
Unpacked gems/rake-13.3.0.gem
Extracting bundle gem rexml-3.4.1...
Unpacked gems/test-unit-3.6.8.gem
Extracting bundle gem rss-0.3.1...
Unpacked gems/rexml-3.4.1.gem
Extracting bundle gem net-ftp-0.3.8...
Unpacked gems/rss-0.3.1.gem
Extracting bundle gem net-imap-0.5.8...
Unpacked gems/net-ftp-0.3.8.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem net-smtp-0.5.1...
Unpacked gems/net-imap-0.5.8.gem
Extracting bundle gem rbs-3.9.4...
Unpacked gems/net-smtp-0.5.1.gem
Extracting bundle gem typeprof-0.30.1...
Unpacked gems/rbs-3.9.4.gem
Extracting bundle gem racc-1.8.1...
Unpacked gems/typeprof-0.30.1.gem
Extracting bundle gem mutex_m-0.3.0...
Unpacked gems/racc-1.8.1.gem
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/mutex_m-0.3.0.gem
Extracting bundle gem base64-0.3.0...
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem bigdecimal-3.2.1...
Unpacked gems/base64-0.3.0.gem
Extracting bundle gem observer-0.1.2...
Unpacked gems/observer-0.1.2.gem
Extracting bundle gem abbrev-0.1.2...
Unpacked gems/bigdecimal-3.2.1.gem
Extracting bundle gem resolv-replace-0.1.1...
Unpacked gems/abbrev-0.1.2.gem
Extracting bundle gem rinda-0.2.0...
Unpacked gems/resolv-replace-0.1.1.gem
Extracting bundle gem drb-2.2.3...
Unpacked gems/rinda-0.2.0.gem
Extracting bundle gem nkf-0.2.0...
Unpacked gems/drb-2.2.3.gem
Extracting bundle gem syslog-0.3.0...
Unpacked gems/nkf-0.2.0.gem
Extracting bundle gem csv-3.3.5...
Unpacked gems/syslog-0.3.0.gem
Extracting bundle gem pstore-0.2.0...
Unpacked gems/csv-3.3.5.gem
Extracting bundle gem benchmark-0.4.1...
Unpacked gems/pstore-0.2.0.gem
Extracting bundle gem logger-1.7.0...
Unpacked gems/benchmark-0.4.1.gem
Extracting bundle gem rdoc-6.14.0...
Unpacked gems/logger-1.7.0.gem
Extracting bundle gem win32ole-1.9.2...
Unpacked gems/rdoc-6.14.0.gem
Extracting bundle gem irb-1.15.2...
Unpacked gems/win32ole-1.9.2.gem
Extracting bundle gem reline-0.6.1...
Unpacked gems/reline-0.6.1.gem
Extracting bundle gem readline-0.0.4...
Unpacked gems/irb-1.15.2.gem
Extracting bundle gem fiddle-1.1.8...
Unpacked gems/readline-0.0.4.gem
generating ripper_init.c from ./ripper_init.c.tmpl
generating enc.mk
Unpacked gems/fiddle-1.1.8.gem
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk-repeat20/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
Extracting bundle gem matrix-0.4.2...
Extracting bundle gem prime-0.1.3...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem debug-1.10.0...
Unpacked gems/prime-0.1.3.gem
Extracting bundle gem repl_type_completor-0.1.11...
Unpacked gems/debug-1.10.0.gem
Extracting bundle gem ostruct-0.6.1...
Unpacked gems/ostruct-0.6.1.gem
making srcs under enc
Unpacked gems/repl_type_completor-0.1.11.gem
Extracting bundle gem power_assert-2.0.5...
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
generating table from enc/trans/big5.c
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.6dev.gem
generating table from enc/trans/cesu_8.c
generating enc/trans/cesu_8.c ...
generating table from enc/trans/chinese.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
generating table from enc/trans/ebcdic.c
generating enc/trans/chinese.c ...
generating enc/trans/ebcdic.c ...
generating table from enc/trans/emoji.c
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji.c ...
generating table from enc/trans/emoji_sjis_docomo.c
generating /tmp/ruby/src/trunk-repeat20/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_iso2022_kddi.c ...
generating table from enc/trans/emoji_sjis_softbank.c
generating enc/trans/emoji_sjis_docomo.c ...
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating enc/trans/emoji_sjis_kddi.c ...
generating table from enc/trans/gbk.c
generating enc/trans/emoji_sjis_softbank.c ...
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
generating enc/trans/gbk.c ...
generating table from enc/trans/japanese_sjis.c
generating enc/trans/japanese_sjis.c ...
generating table from enc/trans/korean.c
generating enc/trans/big5.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/japanese_euc.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating /tmp/ruby/src/trunk-repeat20/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
generating /tmp/ruby/src/trunk-repeat20/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
generating /tmp/ruby/src/trunk-repeat20/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
generating enc/trans/korean.c ...
generating enc/trans/single_byte.c ...
generating enc/trans/utf8_mac.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-repeat20/main.c
compiling /tmp/ruby/src/trunk-repeat20/dmydln.c
compiling /tmp/ruby/src/trunk-repeat20/miniinit.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-repeat20/ast.c
compiling /tmp/ruby/src/trunk-repeat20/bignum.c
compiling /tmp/ruby/src/trunk-repeat20/class.c
compiling /tmp/ruby/src/trunk-repeat20/compar.c
compiling /tmp/ruby/src/trunk-repeat20/compile.c
compiling /tmp/ruby/src/trunk-repeat20/complex.c
compiling /tmp/ruby/src/trunk-repeat20/cont.c
compiling /tmp/ruby/src/trunk-repeat20/debug.c
compiling /tmp/ruby/src/trunk-repeat20/debug_counter.c
compiling /tmp/ruby/src/trunk-repeat20/dir.c
compiling /tmp/ruby/src/trunk-repeat20/dln_find.c
compiling /tmp/ruby/src/trunk-repeat20/encoding.c
compiling /tmp/ruby/src/trunk-repeat20/enum.c
compiling /tmp/ruby/src/trunk-repeat20/enumerator.c
compiling /tmp/ruby/src/trunk-repeat20/error.c
compiling /tmp/ruby/src/trunk-repeat20/eval.c
compiling /tmp/ruby/src/trunk-repeat20/file.c
compiling /tmp/ruby/src/trunk-repeat20/gc.c
compiling /tmp/ruby/src/trunk-repeat20/hash.c
compiling /tmp/ruby/src/trunk-repeat20/inits.c
compiling /tmp/ruby/src/trunk-repeat20/imemo.c
compiling /tmp/ruby/src/trunk-repeat20/io.c
compiling /tmp/ruby/src/trunk-repeat20/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat20/iseq.c
compiling /tmp/ruby/src/trunk-repeat20/load.c
compiling /tmp/ruby/src/trunk-repeat20/marshal.c
compiling /tmp/ruby/src/trunk-repeat20/math.c
compiling /tmp/ruby/src/trunk-repeat20/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20/namespace.c
compiling /tmp/ruby/src/trunk-repeat20/node.c
compiling /tmp/ruby/src/trunk-repeat20/node_dump.c
compiling /tmp/ruby/src/trunk-repeat20/numeric.c
compiling /tmp/ruby/src/trunk-repeat20/object.c
compiling /tmp/ruby/src/trunk-repeat20/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat20/parser_st.c
compiling /tmp/ruby/src/trunk-repeat20/proc.c
compiling /tmp/ruby/src/trunk-repeat20/process.c
compiling /tmp/ruby/src/trunk-repeat20/ractor.c
compiling /tmp/ruby/src/trunk-repeat20/random.c
compiling /tmp/ruby/src/trunk-repeat20/range.c
compiling /tmp/ruby/src/trunk-repeat20/rational.c
compiling /tmp/ruby/src/trunk-repeat20/re.c
compiling /tmp/ruby/src/trunk-repeat20/regcomp.c
compiling /tmp/ruby/src/trunk-repeat20/regenc.c
compiling /tmp/ruby/src/trunk-repeat20/regerror.c
compiling /tmp/ruby/src/trunk-repeat20/regexec.c
compiling /tmp/ruby/src/trunk-repeat20/regparse.c
compiling /tmp/ruby/src/trunk-repeat20/regsyntax.c
compiling /tmp/ruby/src/trunk-repeat20/ruby.c
compiling /tmp/ruby/src/trunk-repeat20/ruby_parser.c
compiling /tmp/ruby/src/trunk-repeat20/scheduler.c
compiling /tmp/ruby/src/trunk-repeat20/shape.c
compiling /tmp/ruby/src/trunk-repeat20/signal.c
compiling /tmp/ruby/src/trunk-repeat20/sprintf.c
compiling /tmp/ruby/src/trunk-repeat20/st.c
compiling /tmp/ruby/src/trunk-repeat20/set.c
compiling /tmp/ruby/src/trunk-repeat20/strftime.c
compiling /tmp/ruby/src/trunk-repeat20/string.c
compiling /tmp/ruby/src/trunk-repeat20/struct.c
compiling /tmp/ruby/src/trunk-repeat20/symbol.c
compiling /tmp/ruby/src/trunk-repeat20/thread.c
compiling /tmp/ruby/src/trunk-repeat20/time.c
compiling /tmp/ruby/src/trunk-repeat20/transcode.c
compiling /tmp/ruby/src/trunk-repeat20/util.c
compiling /tmp/ruby/src/trunk-repeat20/variable.c
compiling /tmp/ruby/src/trunk-repeat20/version.c
compiling /tmp/ruby/src/trunk-repeat20/vm.c
compiling /tmp/ruby/src/trunk-repeat20/vm_backtrace.c
/tmp/ruby/src/trunk-repeat20/variable.c: In function ‘iterate_over_shapes_with_callback’:
/tmp/ruby/src/trunk-repeat20/variable.c:2244:1: warning: control reaches end of non-void function [-Wreturn-type]
 2244 | }
      | ^
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
compiling /tmp/ruby/src/trunk-repeat20/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat20/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat20/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat20/weakmap.c
compiling /tmp/ruby/src/trunk-repeat20/yjit.c
compiling /tmp/ruby/src/trunk-repeat20/jit.c
building Rust YJIT (release mode)
compiling /tmp/ruby/src/trunk-repeat20/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-repeat20/addr2line.c
compiling /tmp/ruby/src/trunk-repeat20/array.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-repeat20/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk-repeat20/prism/encoding.c
compiling /tmp/ruby/src/trunk-repeat20/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-repeat20/prism/options.c
compiling /tmp/ruby/src/trunk-repeat20/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat20/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-repeat20/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-repeat20/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat20/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat20/prism_init.c
assembling /tmp/ruby/src/trunk-repeat20/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-repeat20/enc/ascii.c
compiling /tmp/ruby/src/trunk-repeat20/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-repeat20/enc/unicode.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_8.c
compiling enc/trans/newline.c
touch /tmp/ruby/build/trunk-repeat20/target/release/libyjit.a
partial linking /tmp/ruby/build/trunk-repeat20/target/release/libyjit.a into /tmp/ruby/build/trunk-repeat20/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-repeat20/dln.c
compiling /tmp/ruby/src/trunk-repeat20/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat20/dmyext.c
compiling /tmp/ruby/src/trunk-repeat20/dmyenc.c
compiling /tmp/ruby/src/trunk-repeat20/loadpath.c
builtin_binary.inc updated
3826fc64d4603930f3b3cf65c9b678ea4f46c0c50ba98dcccaae249f24c66581  builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat20/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.5.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h updated
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
compiling /tmp/ruby/src/trunk-repeat20/enc/encdb.c
compiling /tmp/ruby/src/trunk-repeat20/enc/big5.c
compiling /tmp/ruby/src/trunk-repeat20/enc/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
compiling /tmp/ruby/src/trunk-repeat20/enc/cp949.c
compiling /tmp/ruby/src/trunk-repeat20/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-repeat20/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-repeat20/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-repeat20/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-repeat20/enc/gb2312.c
compiling /tmp/ruby/src/trunk-repeat20/enc/gb18030.c
compiling /tmp/ruby/src/trunk-repeat20/enc/gbk.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-repeat20/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-repeat20/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-repeat20/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-repeat20/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-repeat20/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_31j.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-repeat20/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
generating transdb.h
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
transdb.h updated
generating makefiles ext/configure-ext.mk
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
ext/configure-ext.mk updated
making trans
linking encoding iso_8859_15.so
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/transdb.c
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/big5.c
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/cesu_8.c
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/chinese.c
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
generating /tmp/ruby/src/trunk-repeat20/enc/trans/cesu_8.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/ebcdic.c
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/asan
configuring -test-/bignum
generating /tmp/ruby/src/trunk-repeat20/enc/trans/ebcdic.c ...
configuring -test-/bug-14834
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/emoji.c
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
generating /tmp/ruby/src/trunk-repeat20/enc/trans/emoji.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_iso2022_kddi.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_docomo.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_iso2022_kddi.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_docomo.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_kddi.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/escape.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/gbk.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/japanese.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/big5.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/japanese_sjis.c
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/namespace/yay1
configuring -test-/namespace/yay2
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
generating /tmp/ruby/src/trunk-repeat20/enc/trans/gb18030.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/korean.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/single_byte.c
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/stack
generating /tmp/ruby/src/trunk-repeat20/enc/trans/single_byte.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/japanese_euc.c ...
generating table from /tmp/ruby/src/trunk-repeat20/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-repeat20/enc/trans/utf_16_32.c ...
generating /tmp/ruby/src/trunk-repeat20/enc/trans/korean.c ...
linking transcoder transdb.so
configuring -test-/string
configuring cgi/escape
configuring -test-/struct
configuring -test-/symbol
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/big5.c
configuring continuation
configuring coverage
configuring date
configuring -test-/thread/id
generating /tmp/ruby/src/trunk-repeat20/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/cesu_8.c
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 digest
configuring digest/bubblebabble
configuring digest/md5
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/chinese.c
configuring digest/rmd160
configuring erb/escape
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/ebcdic.c
configuring etc
configuring digest/sha1
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_docomo.c
configuring digest/sha2
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/emoji_sjis_softbank.c
configuring fcntl
configuring io/console
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/utf_16_32.c
configuring json
configuring json/generator
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'
configuring monitor
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring json/parser
configuring pty
configuring io/nonblock
configuring io/wait
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring zlib
configuring bigdecimal-3.2.1/ext/bigdecimal
configuring debug-1.10.0/ext/debug
configuring fiddle-1.1.8/ext/fiddle
configuring nkf-0.2.0/ext/nkf
configuring racc-1.8.1/ext/racc/cparse
configuring rbs-3.9.4/ext/rbs_extension
configuring syslog-0.3.0/ext/syslog
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/array/resize/resize.c
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/asan'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/asan/asan.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/big2str.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bug-14834/bug-14834.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bug-3571/bug.c
linking shared-object -test-/asan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/asan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_14834.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/bigzero.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/class'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/class/class2name.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/div.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/class/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/init.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/econv/append.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/ensure_and_callcc/ensure_and_callcc.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/debug/profile_frames.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/econv/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/mul.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/ensure_and_callcc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/ensure_and_callcc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/eval/eval.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bignum/str2big.c
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/exception/enc_raise.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/enumerator_kw'
linking shared-object -test-/eval.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/fatal/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/file'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/file/fs.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/float'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/float/nextafter.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/file/newline_conv.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/exception/init.c
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/funcall/funcall.c
linking shared-object -test-/fatal.so
linking shared-object -test-/exception.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/file/stat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/hash/delete.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/integer/core_ext.c
linking shared-object -test-/gvl/call_without_gvl.so
linking shared-object -test-/file.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/iseq_load/iseq_load.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/integer/init.c
linking shared-object -test-/iseq_load.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/iter/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/dot.dot/dot.dot.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/integer/my_integer.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/iter/yield.c
linking shared-object -test-/load/dot.dot.so
linking shared-object -test-/integer.so
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/protect'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/stringify_symbols/stringify_symbols.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/load/stringify_target/stringify_target.c
linking shared-object -test-/load/resolve_symbol_resolver.so
linking shared-object -test-/load/resolve_symbol_target.so
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/resolve_symbol_resolver'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/marshal/compat/usrcompat.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/marshal/internal_ivar/internal_ivar.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/load/stringify_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/method'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/method/arity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay1'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/namespace/yay1/yay1.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay2'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/namespace/yay2/yay2.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/method/init.c
linking shared-object -test-/namespace/yay1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/notimplement/bug.c
linking shared-object -test-/namespace/yay2.so
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/num2int/num2int.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/notimplement.so
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/printf/printf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/proc/init.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/random'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/random/bad_version.c
linking shared-object -test-/postponed_job.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/proc/receiver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/rational/rat.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/random/init.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/random/loop.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/recursion/recursion.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/regexp/init.c
linking shared-object -test-/random.so
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/scan_args/scan_args.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/st/foreach/foreach.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/rational.so
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/stack'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/stack/stack.c
linking shared-object -test-/st/numhash.so
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/string'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/data.c
linking shared-object -test-/stack.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/stack'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/symbol/type.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/cstr.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/thread/id/id.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/init.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/thread/id.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/ellipsize.c
linking shared-object -test-/thread/instrumentation.so
linking shared-object -test-/thread/lock_native_thread.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/struct/member.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/time'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/enc_associate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/tracepoint/gc_hook.c
linking shared-object -test-/struct.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/enc_dummy.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/vm/at_exit.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/wait/wait.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/fstring.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/vm'
linking shared-object -test-/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-repeat20/ext/cgi/escape/escape.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/continuation'
compiling /tmp/ruby/src/trunk-repeat20/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/init.c
linking shared-object continuation.so
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat20/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
compiling /tmp/ruby/src/trunk-repeat20/ext/date/date_core.c
linking shared-object cgi/escape.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/modify.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/digest.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/new.c
installing default coverage libraries
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/erb/escape'
compiling /tmp/ruby/src/trunk-repeat20/ext/erb/escape/escape.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/etc'
compiling /tmp/ruby/src/trunk-repeat20/ext/etc/etc.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/nofree.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fcntl'
compiling /tmp/ruby/src/trunk-repeat20/ext/fcntl/fcntl.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/normalize.c
linking shared-object etc.so
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/qsort.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat20/ext/io/console/console.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-repeat20/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/rb_interned_str.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/wait'
compiling /tmp/ruby/src/trunk-repeat20/ext/io/wait/wait.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/rb_str_dup.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/string/set_len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
compiling /tmp/ruby/src/trunk-repeat20/ext/monitor/monitor.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat20/ext/objspace/object_tracing.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/string'
installing default monitor libraries
linking shared-object monitor.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat20/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk-repeat20/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-repeat20/ext/objspace/objspace_dump.c
installing default pathname libraries
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych_emitter.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
compiling /tmp/ruby/src/trunk-repeat20/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych_parser.c
installing default pty libraries
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-repeat20/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk-repeat20/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-repeat20/ext/psych/psych_yaml_tree.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat20/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_cipher.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-repeat20/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-repeat20/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-repeat20/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/socket.c
installing default date_core libraries
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/stringio'
compiling /tmp/ruby/src/trunk-repeat20/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ocsp.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
compiling /tmp/ruby/src/trunk-repeat20/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkcs12.c
linking shared-object strscan.so
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/sockssocket.c
installing default strscan libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/zlib'
compiling /tmp/ruby/src/trunk-repeat20/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/option.c
linking shared-object zlib.so
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/ancdata.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/ifaddr.c
installing default socket libraries
linking shared-object socket.so
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_pkey_rsa.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_provider.c
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/debug-1.10.0/lib ../../../../../.bundle/gems/debug-1.10.0/lib
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal/missing.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle/fiddle.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle/function.c
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/bigdecimal-3.2.1/lib ../../../../../.bundle/gems/bigdecimal-3.2.1/lib
linking shared-object bigdecimal.so
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle/handle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle/pointer.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_ts.c
checking /tmp/ruby/src/trunk-repeat20/parse.y and /tmp/ruby/src/trunk-repeat20/ext/ripper/eventids2.c
linking shared-object ripper.so
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/fiddle-1.1.8/lib ../../../../../.bundle/gems/fiddle-1.1.8/lib
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
installing default ripper libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/constants.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/ruby_objs.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509.c
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/racc-1.8.1/bin ../../../../../../.bundle/gems/racc-1.8.1/bin
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog/syslog.c
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/nkf-0.2.0/bin ../../../../../.bundle/gems/nkf-0.2.0/bin
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/util/rbs_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509attr.c
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/syslog-0.3.0/bin ../../../../../.bundle/gems/syslog-0.3.0/bin
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/syslog-0.3.0/lib ../../../../../.bundle/gems/syslog-0.3.0/lib
linking shared-object syslog_ext.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/location.c
linking shared-object digest/bubblebabble.so
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/md5'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509cert.c
/tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’:
/tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment]
   24 |   // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \
      |   ^
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parserstate.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension/unescape.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/rmd160/rmd160.c
ln -sfT ../../../../../src/trunk-repeat20/.bundle/gems/rbs-3.9.4/lib ../../../../../.bundle/gems/rbs-3.9.4/lib
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/sha1/sha1init.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/sha1/sha1.c
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat20/ext/digest/sha2/sha2.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json/generator'
compiling /tmp/ruby/src/trunk-repeat20/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509ext.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json/parser'
compiling /tmp/ruby/src/trunk-repeat20/ext/json/parser/parser.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509req.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json/parser'
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-repeat20/ext/openssl/ossl_x509store.c
installing default openssl libraries
linking shared-object openssl.so
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json/generator'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/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/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update matrix to 200efebc35dc1a8d16fad671f7006c85cbd0e3f5
Update prime to d97973271103f2bdde91f3f0bd3e42526401ad77
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/power_assert.revision -
echo 200efebc35dc1a8d16fad671f7006c85cbd0e3f5 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/matrix.revision -
echo d97973271103f2bdde91f3f0bd3e42526401ad77 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/prime.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/matrix.revision unchanged
Update debug to cf469f2b21710727abdd153b25a1e5123b002bb0
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/prime.revision unchanged
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
Update ostruct to 50d51248bec5560a102a1024aff4174b31dca8cc
echo cf469f2b21710727abdd153b25a1e5123b002bb0 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision -
echo 50d51248bec5560a102a1024aff4174b31dca8cc | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/ostruct.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/repl_type_completor.revision unchanged
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/ostruct.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/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
generating enc.mk
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.

Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk-repeat20/gems/power_assert-2.0.5.gem
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
Extracting bundle gem power_assert-2.0.5...
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
Unpacked gems/power_assert-2.0.6dev.gem
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
compiling /tmp/ruby/src/trunk-repeat20/enc/trans/transdb.c
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/abi'
linking shared-object -test-/abi.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/concat'
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/abi'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/compat.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/internal_ivar'
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay1'
linking shared-object -test-/namespace/yay1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/compat'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/marshal/internal_ivar'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/namespace/yay1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/id'
linking shared-object -test-/thread/id.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/nonblock'
linking shared-object io/nonblock.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/wait'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
linking shared-object io/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/wait'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
linking transcoder transdb.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-repeat20/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat20/lib
installing arch files:              /tmp/ruby/install/trunk-repeat20/lib/ruby/3.5.0+2/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat20/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat20/lib/ruby/3.5.0+2/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.5.0+2/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.5.0+2/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat20/include/ruby-3.5.0+2/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat20/lib/ruby/3.5.0+2
installing extension scripts:       /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.5.0+2
installing extension scripts:       /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.5.0+2
installing extension headers:       /tmp/ruby/install/trunk-repeat20/include/ruby-3.5.0+2/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat20/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat20/lib/ruby/3.5.0+2
installing common headers:          /tmp/ruby/install/trunk-repeat20/include/ruby-3.5.0+2
installing manpages:                /tmp/ruby/install/trunk-repeat20/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.5.0+2
                                    bundler 2.7.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 5.0.1
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.7.0.dev.2
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.4.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.3
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.5.0+2
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.12.2
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.6
                                    stringio 3.1.8.dev
                                    strscan 3.1.5.dev
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.5.0+2
                                    minitest 5.25.5
                                    rake 13.3.0
                                    test-unit 3.6.8
                                    rexml 3.4.1
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.8
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.9.4
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 3.2.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.11
                                    ostruct 0.6.1
                                    pstore 0.2.0
                                    benchmark 0.4.1
                                    logger 1.7.0
                                    rdoc 6.14.0
                                    irb 1.15.2
                                    reline 0.6.1
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.5.0+2/cache
skipped bundled gems:
    power_assert-2.0.6dev.gem       not found in bundled_gems
    win32ole-1.9.2.gem              not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2022 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

# Running tests:

Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 8 #<File::Stat dev=0x8, ino=3842525570, 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: 9 #<File::Stat dev=0x8, ino=3842564520, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(1/20)  tests in 953.107237s, 30.1813 tests/s, 6384.6027 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 10 #<File::Stat dev=0x8, ino=3842934697, 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 #<File::Stat dev=0x8, ino=3843010012, 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(2/20)  tests in 1075.106338s, 26.7574 tests/s, 5662.0008 assertions/s.
Finished(3/20)  tests in 1421.114889s, 20.2426 tests/s, 4283.8732 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 12 #<File::Stat dev=0x8, ino=3844360751, 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: 13 #<File::Stat dev=0x8, ino=3844442517, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 39937>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 14
Finished(4/20)  tests in 1295.285172s, 22.2090 tests/s, 4700.3788 assertions/s.
Finished(5/20)  tests in 1128.148957s, 25.4993 tests/s, 5396.3574 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 14 #<File::Stat dev=0x8, ino=3845610468, 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: 15 #<File::Stat dev=0x8, ino=3845687637, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(6/20)  tests in 1093.777835s, 26.3006 tests/s, 5566.0572 assertions/s.
Finished(7/20)  tests in 1078.294223s, 26.6782 tests/s, 5645.9887 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 16 #<File::Stat dev=0x8, ino=3846620819, 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 1129.059014s, 25.4787 tests/s, 5393.3089 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 17 #<File::Stat dev=0x8, ino=3847208474, 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 1520.860751s, 18.9149 tests/s, 4003.2705 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 18 #<File::Stat dev=0x8, ino=3848095052, 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: 19 #<File::Stat dev=0x8, ino=3848094569, 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=3848159223, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 22 : #<TCPSocket:fd 22, AF_INET, 127.0.0.1, 37031>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 22
Finished(10/20)  tests in 1322.873184s, 21.7458 tests/s, 4602.6226 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 21 #<File::Stat dev=0x8, ino=3848980078, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 23 : #<TCPSocket:fd 23, AF_INET6, ::1, 43477>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 23
Finished(11/20)  tests in 1195.639345s, 24.0599 tests/s, 5092.3123 assertions/s.
Finished(12/20)  tests in 1173.876767s, 24.5060 tests/s, 5186.8460 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 22 #<File::Stat dev=0x8, ino=3849943263, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 23 #<File::Stat dev=0x8, ino=3849943283, 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: 24 #<File::Stat dev=0x8, ino=3850028360, 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 1158.198008s, 24.8377 tests/s, 5257.2176 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 25 #<File::Stat dev=0x8, ino=3850457921, 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: 26 #<File::Stat dev=0x8, ino=3850540951, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 28 : #<TCPSocket:fd 28, AF_INET6, ::1, 33539>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 28
Finished(14/20)  tests in 1377.004425s, 20.8910 tests/s, 4421.9364 assertions/s.
Finished(15/20)  tests in 1473.731099s, 19.5198 tests/s, 4131.6995 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 27 #<File::Stat dev=0x8, ino=3852077204, 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 1441.167436s, 19.9609 tests/s, 4225.1995 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 28 #<File::Stat dev=0x8, ino=3852830256, 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: 29 #<File::Stat dev=0x8, ino=3852917223, 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 1208.409188s, 23.8057 tests/s, 5038.9695 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 30 #<File::Stat dev=0x8, ino=3853348016, 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: 31 #<File::Stat dev=0x8, ino=3853343272, 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: 32 #<File::Stat dev=0x8, ino=3853416883, 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(18/20)  tests in 1195.056811s, 24.0717 tests/s, 5095.5402 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 33 #<File::Stat dev=0x8, ino=3853845947, 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 1252.427533s, 22.9690 tests/s, 4862.6231 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 34 #<File::Stat dev=0x8, ino=3854550706, 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>
<internal:gc>:36: [BUG] Segmentation fault at 0x00007f7fa5e00000
ruby 3.5.0dev (2025-06-04T11:59:40Z master a4dc778a5e) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0029 p:0010 s:0174 e:000169 METHOD <internal:gc>:36
c:0028 p:0025 s:0162 e:000161 METHOD /tmp/ruby/src/trunk-repeat20/test/ruby/test_gc_compact.rb:50
c:0027 p:0037 s:0156 e:000155 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202
c:0026 p:0052 s:0150 e:000149 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170
c:0025 p:0093 s:0141 e:000140 BLOCK  /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1677 [FINISH]
c:0024 p:---- s:0134 e:000133 CFUNC  :map
c:0023 p:0114 s:0130 e:000129 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1664
c:0022 p:0035 s:0118 e:000117 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1368
c:0021 p:0009 s:0111 e:000109 BLOCK  /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:829 [FINISH]
c:0020 p:---- s:0105 e:000104 CFUNC  :each
c:0019 p:0047 s:0101 E:001e68 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:827
c:0018 p:0008 s:0094 E:000dc8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:864
c:0017 p:0130 s:0087 E:0007c8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1610
c:0016 p:0016 s:0074 E:001fa8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1305
c:0015 p:0005 s:0069 E:000340 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1775
c:0014 p:0006 s:0065 E:001b48 BLOCK  /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1762 [FINISH]
c:0013 p:---- s:0061 e:000060 CFUNC  :each
c:0012 p:0042 s:0057 E:0014c8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1761
c:0011 p:0013 s:0052 E:000118 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1805
c:0010 p:0008 s:0047 E:0023c0 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1052
c:0009 p:0008 s:0041 E:002400 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:897
c:0008 p:0017 s:0035 E:0021a8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 E:0021d8 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1289
c:0006 p:0032 s:0025 E:002200 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1889
c:0005 p:0020 s:0021 E:002238 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1893
c:0004 p:0065 s:0016 E:002268 TOP    /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 E:002290 EVAL   /tmp/ruby/src/trunk-repeat20/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:0012f0 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
/tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'require_relative'
/tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1893:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1889:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1289:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:897:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1052:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1805:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1761:in '_run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1761:in 'each'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1762:in 'block in _run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1775:in 'run_tests'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1305:in '_run_anything'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1610:in '_run_anything'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:864:in '_run_suites'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:827:in '_run_suites'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:827:in 'each'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:829:in 'block in _run_suites'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1368:in '_run_suite'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1664:in '_run_suite'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1664:in 'map'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1677:in 'block in _run_suite'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-repeat20/test/ruby/test_gc_compact.rb:50:in 'test_major_compacts'
<internal:gc>:36:in 'start'

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

-- Machine register context ------------------------------------------------
 RIP: 0x00007f8020234e47 RBP: 0x0000000000000000 RSP: 0x00007fffee6dbad8
 RAX: 0x0000000000000000 RBX: 0x00007f7fa5e02820 RCX: 0x0000000000000000
 RDX: 0x00007fffee6dbba0 RDI: 0x00007f7fa5e00000 RSI: 0x0000000000000000
  R8: 0x00007f802022ef90  R9: 0x0000000000001855 R10: 0x0000000000000001
 R11: 0x00007f802022ef90 R12: 0x0000000000000000 R13: 0x000000000000004d
 R14: 0x000055803d0ee290 R15: 0x00007f7f68fff010 EFL: 0x0000000000010246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_print_backtrace+0x8) [0x7f802044149a] /tmp/ruby/src/trunk-repeat20/vm_dump.c:843
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20/vm_dump.c:1175
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_bug_for_fatal_signal+0x10a) [0x7f802021458a] /tmp/ruby/src/trunk-repeat20/error.c:1130
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(sigsegv+0x48) [0x7f80203763a8] /tmp/ruby/src/trunk-repeat20/signal.c:936
/lib/x86_64-linux-gnu/libc.so.6(0x7f801fd4c320) [0x7f801fd4c320]
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_gc_impl_obj_slot_size+0x3) [0x7f8020234e47] /tmp/ruby/src/trunk-repeat20/gc/default/default.c:2190
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_gc_obj_slot_size) /tmp/ruby/src/trunk-repeat20/gc.c:986
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_BUILTIN_TYPE+0x0) [0x7f802023761f] /tmp/ruby/src/trunk-repeat20/internal/sanitizers.h:188
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(asan_unpoison_object_temporary) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:7053
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_update_references_weak_table_i) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:7052
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(st_general_foreach+0x68) [0x7f8020382ba3] /tmp/ruby/src/trunk-repeat20/st.c:1554
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_st_foreach_with_replace) /tmp/ruby/src/trunk-repeat20/st.c:1632
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_gc_vm_weak_table_foreach+0x116) [0x7f8020236806] /tmp/ruby/src/trunk-repeat20/gc.c:4124
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_update_references+0x1c3) [0x7f802023f155] /tmp/ruby/src/trunk-repeat20/gc/default/default.c:7096
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_compact_finish) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:3414
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_sweep_compact) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:5619
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_sweep) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:4073
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_start+0xc24) [0x7f8020246104] /tmp/ruby/src/trunk-repeat20/gc/default/default.c:6426
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(garbage_collect+0x5) [0x7f80202472a6] /tmp/ruby/src/trunk-repeat20/gc/default/default.c:6307
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_gc_impl_start) /tmp/ruby/src/trunk-repeat20/gc/default/default.c:6759
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(gc_start_internal) /tmp/ruby/src/trunk-repeat20/gc.c:3496
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core+0x587) [0x7f8020423547] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:7399
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec+0x20e) [0x7f80204297ae] /tmp/ruby/src/trunk-repeat20/vm.c:2625
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield_with_cref+0x50) [0x7f802042e484] /tmp/ruby/src/trunk-repeat20/vm.c:1706
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat20/vm.c:1714
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1362
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1378
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_ary_collect+0x5c) [0x7f802014984c] /tmp/ruby/src/trunk-repeat20/array.c:3655
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7f802040e15d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3771
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_sendish+0xc7) [0x7f8020416467] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5969
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core+0x107c) [0x7f802042403c] ../../src/trunk-repeat20/insns.def:851
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_loop+0x3e) [0x7f802042996e] /tmp/ruby/src/trunk-repeat20/vm.c:2652
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-repeat20/vm.c:2631
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield_with_cref+0x50) [0x7f802042e484] /tmp/ruby/src/trunk-repeat20/vm.c:1706
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat20/vm.c:1714
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1362
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1378
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x7f8020142d1c] /tmp/ruby/src/trunk-repeat20/array.c:2646
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/fl_type.h:507
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_array_len) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/core/rarray.h:259
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_ary_each) /tmp/ruby/src/trunk-repeat20/array.c:2645
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7f802040e15d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3771
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_sendish+0xc7) [0x7f8020416467] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5969
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core+0x107c) [0x7f802042403c] ../../src/trunk-repeat20/insns.def:851
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec+0x20e) [0x7f80204297ae] /tmp/ruby/src/trunk-repeat20/vm.c:2625
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield_with_cref+0x50) [0x7f802042e484] /tmp/ruby/src/trunk-repeat20/vm.c:1706
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat20/vm.c:1714
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1362
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1378
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x7f8020142d1c] /tmp/ruby/src/trunk-repeat20/array.c:2646
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/fl_type.h:507
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_array_len) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/core/rarray.h:259
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_ary_each) /tmp/ruby/src/trunk-repeat20/array.c:2645
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7f802040e15d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3771
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_sendish+0xc7) [0x7f8020416467] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5969
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core+0x107c) [0x7f802042403c] ../../src/trunk-repeat20/insns.def:851
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_loop+0x3e) [0x7f802042996e] /tmp/ruby/src/trunk-repeat20/vm.c:2652
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-repeat20/vm.c:2631
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(load_iseq_eval+0x17c) [0x7f80202903fc] /tmp/ruby/src/trunk-repeat20/load.c:871
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(require_internal) /tmp/ruby/src/trunk-repeat20/load.c:1450
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_require_string_internal+0x4b) [0x7f802029066d] /tmp/ruby/src/trunk-repeat20/load.c:1565
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_require_relative_entrypoint) /tmp/ruby/src/trunk-repeat20/load.c:1159
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_f_require_relative) /tmp/ruby/src/trunk-repeat20/load.c:1174
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7f802040e15d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3771
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_sendish+0xb7) [0x7f80204230fc] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5969
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(vm_exec_core) ../../src/trunk-repeat20/insns.def:899
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_vm_exec+0x20e) [0x7f80204297ae] /tmp/ruby/src/trunk-repeat20/vm.c:2625
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x7f802021e2e5] /tmp/ruby/src/trunk-repeat20/eval.c:281
/tmp/ruby/build/trunk-repeat20/libruby.so.3.5(ruby_run_node+0x8b) [0x7f802022253b] /tmp/ruby/src/trunk-repeat20/eval.c:319
/tmp/ruby/build/trunk-repeat20/ruby(rb_main+0x21) [0x558006bb1186] /tmp/ruby/src/trunk-repeat20/main.c:42
/tmp/ruby/build/trunk-repeat20/ruby(main) /tmp/ruby/src/trunk-repeat20/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7f801fd311ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f801fd3128b] ../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
[0x558006bb11d5]

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

* Process memory map:

558006bb0000-558006bb1000 r--p 00000000 00:3c 15112174                   /tmp/ruby/build/trunk-repeat20/ruby
558006bb1000-558006bb2000 r-xp 00001000 00:3c 15112174                   /tmp/ruby/build/trunk-repeat20/ruby
558006bb2000-558006bb3000 r--p 00002000 00:3c 15112174                   /tmp/ruby/build/trunk-repeat20/ruby
558006bb3000-558006bb4000 r--p 00002000 00:3c 15112174                   /tmp/ruby/build/trunk-repeat20/ruby
558006bb4000-558006bb5000 rw-p 00003000 00:3c 15112174                   /tmp/ruby/build/trunk-repeat20/ruby
558037a19000-55804c07d000 rw-p 00000000 00:00 0                          [heap]
7f7f68fff000-7f7f6de97000 rw-p 00000000 00:00 0 
7f7f6de97000-7f7f70000000 ---p 00000000 00:00 0 
7f7f71a3f000-7f7f72ffe000 r--s 00000000 00:3c 15076010                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7f7f72ffe000-7f7f72fff000 ---p 00000000 00:00 0 
7f7f72fff000-7f7f737ff000 rw-p 00000000 00:00 0 
7f7f74000000-7f7f757c1000 rw-p 00000000 00:00 0 
7f7f757c1000-7f7f78000000 ---p 00000000 00:00 0 
7f7f783c0000-7f7f783d0000 rw-p 00000000 00:00 0 
7f7f78480000-7f7f78490000 rw-p 00000000 00:00 0 
7f7f78a5f000-7f7f78a60000 ---p 00000000 00:00 0 
7f7f78a60000-7f7f79260000 rw-p 00000000 00:00 0 
7f7f79760000-7f7f79770000 rw-p 00000000 00:00 0 
7f7f79d9f000-7f7f79da0000 ---p 00000000 00:00 0 
7f7f79da0000-7f7f7a5a0000 rw-p 00000000 00:00 0 
7f7f7ae20000-7f7f7ae30000 rw-p 00000000 00:00 0 
7f7f7ae40000-7f7f7ae50000 rw-p 00000000 00:00 0 
7f7f7b520000-7f7f7b530000 rw-p 00000000 00:00 0 
7f7f7b550000-7f7f7b560000 rw-p 00000000 00:00 0 
7f7f7b670000-7f7f7b680000 rw-p 00000000 00:00 0 
7f7f7b6a0000-7f7f7b6b0000 rw-p 00000000 00:00 0 
7f7f7b7b0000-7f7f7b7c0000 rw-p 00000000 00:00 0 
7f7f7b819000-7f7f7ba20000 r--s 00000000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f7f7ba20000-7f7f7ba30000 rw-p 00000000 00:00 0 
7f7f7baa0000-7f7f7bab0000 rw-p 00000000 00:00 0 
7f7f7bb70000-7f7f7bb80000 rw-p 00000000 00:00 0 
7f7f7bba0000-7f7f7bbb0000 rw-p 00000000 00:00 0 
7f7f7bd40000-7f7f7bd50000 rw-p 00000000 00:00 0 
7f7f7bd70000-7f7f7bd80000 rw-p 00000000 00:00 0 
7f7f7be6e000-7f7f7be6f000 ---p 00000000 00:00 0 
7f7f7be6f000-7f7f7be8f000 rw-p 00000000 00:00 0 
7f7f7be8f000-7f7f7be90000 ---p 00000000 00:00 0 
7f7f7be90000-7f7f7bec0000 rw-p 00000000 00:00 0 
7f7f7bed7000-7f7f7bed8000 ---p 00000000 00:00 0 
7f7f7bed8000-7f7f7bef8000 rw-p 00000000 00:00 0 
7f7f7bef8000-7f7f7bef9000 ---p 00000000 00:00 0 
7f7f7bef9000-7f7f7bf19000 rw-p 00000000 00:00 0 
7f7f7bf19000-7f7f7bf1a000 ---p 00000000 00:00 0 
7f7f7bf1a000-7f7f7bf3a000 rw-p 00000000 00:00 0 
7f7f7bf3a000-7f7f7bf3b000 ---p 00000000 00:00 0 
7f7f7bf3b000-7f7f7bf5b000 rw-p 00000000 00:00 0 
7f7f7bf5b000-7f7f7bf5c000 ---p 00000000 00:00 0 
7f7f7bf5c000-7f7f7bf7c000 rw-p 00000000 00:00 0 
7f7f7bf7c000-7f7f7bf7d000 ---p 00000000 00:00 0 
7f7f7bf7d000-7f7f7bf9d000 rw-p 00000000 00:00 0 
7f7f7bf9d000-7f7f7bf9e000 ---p 00000000 00:00 0 
7f7f7bf9e000-7f7f7bfbe000 rw-p 00000000 00:00 0 
7f7f7bfbe000-7f7f7bfbf000 ---p 00000000 00:00 0 
7f7f7bfbf000-7f7f7bfdf000 rw-p 00000000 00:00 0 
7f7f7bfdf000-7f7f7bfe0000 ---p 00000000 00:00 0 
7f7f7bfe0000-7f7f7e19c000 rw-p 00000000 00:00 0 
7f7f7e19c000-7f7f80000000 ---p 00000000 00:00 0 
7f7f80000000-7f7f812f0000 rw-p 00000000 00:00 0 
7f7f812f0000-7f7f84000000 ---p 00000000 00:00 0 
7f7f84000000-7f7f85d8b000 rw-p 00000000 00:00 0 
7f7f85d8b000-7f7f88000000 ---p 00000000 00:00 0 
7f7f88000000-7f7f89f8a000 rw-p 00000000 00:00 0 
7f7f89f8a000-7f7f8c000000 ---p 00000000 00:00 0 
7f7f8c000000-7f7f8dedb000 rw-p 00000000 00:00 0 
7f7f8dedb000-7f7f90000000 ---p 00000000 00:00 0 
7f7f90000000-7f7f90ca7000 rw-p 00000000 00:00 0 
7f7f90ca7000-7f7f94000000 ---p 00000000 00:00 0 
7f7f94000000-7f7f95254000 rw-p 00000000 00:00 0 
7f7f95254000-7f7f98000000 ---p 00000000 00:00 0 
7f7f98000000-7f7f998d0000 rw-p 00000000 00:00 0 
7f7f998d0000-7f7f9c000000 ---p 00000000 00:00 0 
7f7f9c000000-7f7f9d41c000 rw-p 00000000 00:00 0 
7f7f9d41c000-7f7fa0000000 ---p 00000000 00:00 0 
7f7fa0000000-7f7fa22b9000 rw-p 00000000 00:00 0 
7f7fa22b9000-7f7fa4000000 ---p 00000000 00:00 0 
7f7fa4014000-7f7fa4015000 ---p 00000000 00:00 0 
7f7fa4015000-7f7fa4035000 rw-p 00000000 00:00 0 
7f7fa4035000-7f7fa4036000 ---p 00000000 00:00 0 
7f7fa4036000-7f7fa4056000 rw-p 00000000 00:00 0 
7f7fa4056000-7f7fa4057000 ---p 00000000 00:00 0 
7f7fa4057000-7f7fa4077000 rw-p 00000000 00:00 0 
7f7fa4077000-7f7fa4078000 ---p 00000000 00:00 0 
7f7fa4078000-7f7fa4098000 rw-p 00000000 00:00 0 
7f7fa4098000-7f7fa4099000 ---p 00000000 00:00 0 
7f7fa4099000-7f7fa40b9000 rw-p 00000000 00:00 0 
7f7fa40b9000-7f7fa40ba000 ---p 00000000 00:00 0 
7f7fa40ba000-7f7fa40da000 rw-p 00000000 00:00 0 
7f7fa40da000-7f7fa40db000 ---p 00000000 00:00 0 
7f7fa40db000-7f7fa40fb000 rw-p 00000000 00:00 0 
7f7fa40fb000-7f7fa40fc000 ---p 00000000 00:00 0 
7f7fa40fc000-7f7fa411c000 rw-p 00000000 00:00 0 
7f7fa411c000-7f7fa411d000 ---p 00000000 00:00 0 
7f7fa411d000-7f7fa413d000 rw-p 00000000 00:00 0 
7f7fa413d000-7f7fa413e000 ---p 00000000 00:00 0 
7f7fa413e000-7f7fa415e000 rw-p 00000000 00:00 0 
7f7fa415e000-7f7fa415f000 ---p 00000000 00:00 0 
7f7fa415f000-7f7fa417f000 rw-p 00000000 00:00 0 
7f7fa417f000-7f7fa4180000 ---p 00000000 00:00 0 
7f7fa4180000-7f7fa41a0000 rw-p 00000000 00:00 0 
7f7fa41ce000-7f7fa41cf000 ---p 00000000 00:00 0 
7f7fa41cf000-7f7fa41ef000 rw-p 00000000 00:00 0 
7f7fa41ef000-7f7fa41f0000 ---p 00000000 00:00 0 
7f7fa41f0000-7f7fa4210000 rw-p 00000000 00:00 0 
7f7fa42f0000-7f7fa4300000 rw-p 00000000 00:00 0 
7f7fa4320000-7f7fa4330000 rw-p 00000000 00:00 0 
7f7fa44f0000-7f7fa4500000 rw-p 00000000 00:00 0 
7f7fa4530000-7f7fa4540000 rw-p 00000000 00:00 0 
7f7fa4550000-7f7fa4560000 rw-p 00000000 00:00 0 
7f7fa45a0000-7f7fa45b0000 rw-p 00000000 00:00 0 
7f7fa4680000-7f7fa4690000 rw-p 00000000 00:00 0 
7f7fa46c0000-7f7fa46d0000 rw-p 00000000 00:00 0 
7f7fa46f0000-7f7fa4700000 rw-p 00000000 00:00 0 
7f7fa4710000-7f7fa4720000 rw-p 00000000 00:00 0 
7f7fa47d0000-7f7fa47e0000 rw-p 00000000 00:00 0 
7f7fa4860000-7f7fa4870000 rw-p 00000000 00:00 0 
7f7fa4900000-7f7fa4910000 rw-p 00000000 00:00 0 
7f7fa4940000-7f7fa4950000 rw-p 00000000 00:00 0 
7f7fa4970000-7f7fa4990000 rw-p 00000000 00:00 0 
7f7fa49d0000-7f7fa49e0000 rw-p 00000000 00:00 0 
7f7fa4a40000-7f7fa4a50000 rw-p 00000000 00:00 0 
7f7fa4a80000-7f7fa4a90000 rw-p 00000000 00:00 0 
7f7fa4b00000-7f7fa4b10000 rw-p 00000000 00:00 0 
7f7fa4b20000-7f7fa4b30000 rw-p 00000000 00:00 0 
7f7fa4b90000-7f7fa4ba0000 rw-p 00000000 00:00 0 
7f7fa4c90000-7f7fa4cc0000 rw-p 00000000 00:00 0 
7f7fa4d10000-7f7fa4d20000 rw-p 00000000 00:00 0 
7f7fa4d30000-7f7fa4d40000 rw-p 00000000 00:00 0 
7f7fa4d80000-7f7fa4d90000 rw-p 00000000 00:00 0 
7f7fa4da0000-7f7fa4db0000 rw-p 00000000 00:00 0 
7f7fa4df0000-7f7fa4e00000 rw-p 00000000 00:00 0 
7f7fa4e10000-7f7fa4e20000 rw-p 00000000 00:00 0 
7f7fa4e30000-7f7fa4e40000 rw-p 00000000 00:00 0 
7f7fa4e50000-7f7fa4e60000 rw-p 00000000 00:00 0 
7f7fa4ec0000-7f7fa4ee0000 rw-p 00000000 00:00 0 
7f7fa4f10000-7f7fa4f20000 rw-p 00000000 00:00 0 
7f7fa4f60000-7f7fa4f80000 rw-p 00000000 00:00 0 
7f7fa4ff0000-7f7fa5000000 rw-p 00000000 00:00 0 
7f7fa5010000-7f7fa5020000 rw-p 00000000 00:00 0 
7f7fa5090000-7f7fa50a0000 rw-p 00000000 00:00 0 
7f7fa5140000-7f7fa5160000 rw-p 00000000 00:00 0 
7f7fa5190000-7f7fa51b0000 rw-p 00000000 00:00 0 
7f7fa51d0000-7f7fa51e0000 rw-p 00000000 00:00 0 
7f7fa5210000-7f7fa5220000 rw-p 00000000 00:00 0 
7f7fa5240000-7f7fa5250000 rw-p 00000000 00:00 0 
7f7fa5270000-7f7fa5280000 rw-p 00000000 00:00 0 
7f7fa5290000-7f7fa52b0000 rw-p 00000000 00:00 0 
7f7fa52c0000-7f7fa52d0000 rw-p 00000000 00:00 0 
7f7fa5310000-7f7fa5320000 rw-p 00000000 00:00 0 
7f7fa5340000-7f7fa5350000 rw-p 00000000 00:00 0 
7f7fa5380000-7f7fa5390000 rw-p 00000000 00:00 0 
7f7fa53c0000-7f7fa53f0000 rw-p 00000000 00:00 0 
7f7fa5410000-7f7fa5420000 rw-p 00000000 00:00 0 
7f7fa5430000-7f7fa5450000 rw-p 00000000 00:00 0 
7f7fa5470000-7f7fa5490000 rw-p 00000000 00:00 0 
7f7fa54a0000-7f7fa54b0000 rw-p 00000000 00:00 0 
7f7fa54f0000-7f7fa5500000 rw-p 00000000 00:00 0 
7f7fa5520000-7f7fa5540000 rw-p 00000000 00:00 0 
7f7fa5580000-7f7fa5590000 rw-p 00000000 00:00 0 
7f7fa55a0000-7f7fa55b0000 rw-p 00000000 00:00 0 
7f7fa55d0000-7f7fa5610000 rw-p 00000000 00:00 0 
7f7fa5620000-7f7fa5630000 rw-p 00000000 00:00 0 
7f7fa5660000-7f7fa5670000 rw-p 00000000 00:00 0 
7f7fa5680000-7f7fa5690000 rw-p 00000000 00:00 0 
7f7fa56a0000-7f7fa56b0000 rw-p 00000000 00:00 0 
7f7fa5770000-7f7fa5780000 rw-p 00000000 00:00 0 
7f7fa57a0000-7f7fa57b0000 rw-p 00000000 00:00 0 
7f7fa57f0000-7f7fa5800000 rw-p 00000000 00:00 0 
7f7fa5850000-7f7fa5860000 rw-p 00000000 00:00 0 
7f7fa5880000-7f7fa58b0000 rw-p 00000000 00:00 0 
7f7fa58d0000-7f7fa58f0000 rw-p 00000000 00:00 0 
7f7fa5950000-7f7fa5980000 rw-p 00000000 00:00 0 
7f7fa5990000-7f7fa59a0000 rw-p 00000000 00:00 0 
7f7fa59b0000-7f7fa59c0000 rw-p 00000000 00:00 0 
7f7fa59e0000-7f7fa59f0000 rw-p 00000000 00:00 0 
7f7fa5a20000-7f7fa5a30000 rw-p 00000000 00:00 0 
7f7fa5a50000-7f7fa5a60000 rw-p 00000000 00:00 0 
7f7fa5ab0000-7f7fa5ac0000 rw-p 00000000 00:00 0 
7f7fa5af0000-7f7fa5b00000 rw-p 00000000 00:00 0 
7f7fa5b20000-7f7fa5b40000 rw-p 00000000 00:00 0 
7f7fa5c40000-7f7fa5c50000 rw-p 00000000 00:00 0 
7f7fa5d50000-7f7fa5d60000 rw-p 00000000 00:00 0 
7f7fa5da0000-7f7fa5db0000 rw-p 00000000 00:00 0 
7f7fa5dc0000-7f7fa5dd0000 rw-p 00000000 00:00 0 
7f7fa5e1b000-7f7fa5e1c000 r--p 00000000 00:3c 15371779                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7f7fa5e1c000-7f7fa5e1d000 r-xp 00001000 00:3c 15371779                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7f7fa5e1d000-7f7fa5e49000 r--p 00002000 00:3c 15371779                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7f7fa5e49000-7f7fa5e4a000 r--p 0002d000 00:3c 15371779                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7f7fa5e4a000-7f7fa5e4b000 rw-p 0002e000 00:3c 15371779                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/chinese.so
7f7fa5e4b000-7f7fa5e4c000 r--p 00000000 00:3c 15371960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7f7fa5e4c000-7f7fa5e4d000 r-xp 00001000 00:3c 15371960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7f7fa5e4d000-7f7fa5e7c000 r--p 00002000 00:3c 15371960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7f7fa5e7c000-7f7fa5e7d000 r--p 00030000 00:3c 15371960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7f7fa5e7d000-7f7fa5e7e000 rw-p 00031000 00:3c 15371960                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gbk.so
7f7fa5e7e000-7f7fa5e7f000 r--p 00000000 00:3c 15371499                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7f7fa5e7f000-7f7fa5e80000 r-xp 00001000 00:3c 15371499                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7f7fa5e80000-7f7fa5eab000 r--p 00002000 00:3c 15371499                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7f7fa5eab000-7f7fa5eac000 r--p 0002c000 00:3c 15371499                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7f7fa5eac000-7f7fa5ead000 rw-p 0002d000 00:3c 15371499                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/gb18030.so
7f7fa5ead000-7f7fa5eae000 r--p 00000000 00:3c 15371836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7f7fa5eae000-7f7fa5eaf000 r-xp 00001000 00:3c 15371836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7f7fa5eaf000-7f7fa5ee9000 r--p 00002000 00:3c 15371836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7f7fa5ee9000-7f7fa5eea000 r--p 0003c000 00:3c 15371836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7f7fa5eea000-7f7fa5eeb000 rw-p 0003d000 00:3c 15371836                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/korean.so
7f7fa5eeb000-7f7fa5eec000 r--p 00000000 00:3c 15371709                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7f7fa5eec000-7f7fa5eed000 r-xp 00001000 00:3c 15371709                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7f7fa5eed000-7f7fa5f79000 r--p 00002000 00:3c 15371709                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7f7fa5f79000-7f7fa5f7a000 r--p 0008d000 00:3c 15371709                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7f7fa5f7a000-7f7fa5f7b000 rw-p 0008e000 00:3c 15371709                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/big5.so
7f7fa5f7b000-7f7fa5f7c000 r--p 00000000 00:3c 15371653                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f7fa5f7c000-7f7fa5f7d000 r-xp 00001000 00:3c 15371653                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f7fa5f7d000-7f7fa5fbe000 r--p 00002000 00:3c 15371653                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f7fa5fbe000-7f7fa5fbf000 r--p 00042000 00:3c 15371653                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f7fa5fbf000-7f7fa5fc0000 rw-p 00043000 00:3c 15371653                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f7fa5ff0000-7f7fa6000000 rw-p 00000000 00:00 0 
7f7fa60f0000-7f7fa6120000 rw-p 00000000 00:00 0 
7f7fa6140000-7f7fa6150000 rw-p 00000000 00:00 0 
7f7fa6160000-7f7fa6170000 rw-p 00000000 00:00 0 
7f7fa6192000-7f7fa61d0000 r--s 00000000 00:3c 15112174                   /tmp/ruby/build/trunk-repeat20/ruby
7f7fa61d0000-7f7fa62e0000 rw-p 00000000 00:00 0 
7f7fa62f0000-7f7fa63f0000 rw-p 00000000 00:00 0 
7f7fa6400000-7f7fa6420000 rw-p 00000000 00:00 0 
7f7fa6430000-7f7fa6510000 rw-p 00000000 00:00 0 
7f7fa6520000-7f7fa6530000 rw-p 00000000 00:00 0 
7f7fa6540000-7f7fa65a0000 rw-p 00000000 00:00 0 
7f7fa65b0000-7f7fa66e0000 rw-p 00000000 00:00 0 
7f7fa66e0000-7f7fa66e1000 ---p 00000000 00:00 0 
7f7fa66e1000-7f7fa6722000 rw-p 00000000 00:00 0 
7f7fa6722000-7f7fa6723000 ---p 00000000 00:00 0 
7f7fa6723000-7f7fa6764000 rw-p 00000000 00:00 0 
7f7fa6764000-7f7fa6765000 ---p 00000000 00:00 0 
7f7fa6765000-7f7fa67a6000 rw-p 00000000 00:00 0 
7f7fa67a6000-7f7fa67a7000 ---p 00000000 00:00 0 
7f7fa67a7000-7f7fa67e8000 rw-p 00000000 00:00 0 
7f7fa67e8000-7f7fa67e9000 ---p 00000000 00:00 0 
7f7fa67e9000-7f7fa682a000 rw-p 00000000 00:00 0 
7f7fa682a000-7f7fa682b000 ---p 00000000 00:00 0 
7f7fa682b000-7f7fa686c000 rw-p 00000000 00:00 0 
7f7fa686c000-7f7fa686d000 ---p 00000000 00:00 0 
7f7fa686d000-7f7fa68ae000 rw-p 00000000 00:00 0 
7f7fa68ae000-7f7fa68af000 ---p 00000000 00:00 0 
7f7fa68af000-7f7fa68f0000 rw-p 00000000 00:00 0 
7f7fa68f0000-7f7fa68f1000 ---p 00000000 00:00 0 
7f7fa68f1000-7f7fa6932000 rw-p 00000000 00:00 0 
7f7fa6932000-7f7fa6933000 ---p 00000000 00:00 0 
7f7fa6933000-7f7fa6974000 rw-p 00000000 00:00 0 
7f7fa6974000-7f7fa6975000 ---p 00000000 00:00 0 
7f7fa6975000-7f7fa69b6000 rw-p 00000000 00:00 0 
7f7fa69b6000-7f7fa69b7000 ---p 00000000 00:00 0 
7f7fa69b7000-7f7fa69f8000 rw-p 00000000 00:00 0 
7f7fa69f8000-7f7fa69f9000 ---p 00000000 00:00 0 
7f7fa69f9000-7f7fa6a3a000 rw-p 00000000 00:00 0 
7f7fa6a3a000-7f7fa6a3b000 ---p 00000000 00:00 0 
7f7fa6a3b000-7f7fa6a7c000 rw-p 00000000 00:00 0 
7f7fa6a7c000-7f7fa6a7d000 ---p 00000000 00:00 0 
7f7fa6a7d000-7f7fa6abe000 rw-p 00000000 00:00 0 
7f7fa6abe000-7f7fa6abf000 ---p 00000000 00:00 0 
7f7fa6abf000-7f7fa6b00000 rw-p 00000000 00:00 0 
7f7fa6b00000-7f7fa6b01000 ---p 00000000 00:00 0 
7f7fa6b01000-7f7fa6b42000 rw-p 00000000 00:00 0 
7f7fa6b42000-7f7fa6b43000 ---p 00000000 00:00 0 
7f7fa6b43000-7f7fa6b84000 rw-p 00000000 00:00 0 
7f7fa6b84000-7f7fa6b85000 ---p 00000000 00:00 0 
7f7fa6b85000-7f7fa6bc6000 rw-p 00000000 00:00 0 
7f7fa6bc6000-7f7fa6bc7000 ---p 00000000 00:00 0 
7f7fa6bc7000-7f7fa6c08000 rw-p 00000000 00:00 0 
7f7fa6c08000-7f7fa6c09000 ---p 00000000 00:00 0 
7f7fa6c09000-7f7fa6c4a000 rw-p 00000000 00:00 0 
7f7fa6c4a000-7f7fa6c4b000 ---p 00000000 00:00 0 
7f7fa6c4b000-7f7fa6c8c000 rw-p 00000000 00:00 0 
7f7fa6c8c000-7f7fa6c8d000 ---p 00000000 00:00 0 
7f7fa6c8d000-7f7fa6cce000 rw-p 00000000 00:00 0 
7f7fa6cce000-7f7fa6ccf000 ---p 00000000 00:00 0 
7f7fa6ccf000-7f7fa6d10000 rw-p 00000000 00:00 0 
7f7fa6d10000-7f7fa6d11000 ---p 00000000 00:00 0 
7f7fa6d11000-7f7fa6d52000 rw-p 00000000 00:00 0 
7f7fa6d52000-7f7fa6d53000 ---p 00000000 00:00 0 
7f7fa6d53000-7f7fa6d94000 rw-p 00000000 00:00 0 
7f7fa6d94000-7f7fa6d95000 ---p 00000000 00:00 0 
7f7fa6d95000-7f7fa6dd6000 rw-p 00000000 00:00 0 
7f7fa6dd6000-7f7fa6dd7000 ---p 00000000 00:00 0 
7f7fa6dd7000-7f7fa6e18000 rw-p 00000000 00:00 0 
7f7fa6e18000-7f7fa6e19000 ---p 00000000 00:00 0 
7f7fa6e19000-7f7fa6e5a000 rw-p 00000000 00:00 0 
7f7fa6e5a000-7f7fa6e5b000 ---p 00000000 00:00 0 
7f7fa6e5b000-7f7fa6e9c000 rw-p 00000000 00:00 0 
7f7fa6e9c000-7f7fa6e9d000 ---p 00000000 00:00 0 
7f7fa6e9d000-7f7fa6ede000 rw-p 00000000 00:00 0 
7f7fa6ede000-7f7fa6edf000 ---p 00000000 00:00 0 
7f7fa6edf000-7f7fa6f20000 rw-p 00000000 00:00 0 
7f7fa6f20000-7f7fa6f21000 ---p 00000000 00:00 0 
7f7fa6f21000-7f7fa6f62000 rw-p 00000000 00:00 0 
7f7fa6f62000-7f7fa6f63000 ---p 00000000 00:00 0 
7f7fa6f63000-7f7fa6fa4000 rw-p 00000000 00:00 0 
7f7fa6fa4000-7f7fa6fa5000 ---p 00000000 00:00 0 
7f7fa6fa5000-7f7fa6fe6000 rw-p 00000000 00:00 0 
7f7fa6fe6000-7f7fa6fe7000 ---p 00000000 00:00 0 
7f7fa6fe7000-7f7fa7028000 rw-p 00000000 00:00 0 
7f7fa7028000-7f7fa7029000 ---p 00000000 00:00 0 
7f7fa7029000-7f7fa706a000 rw-p 00000000 00:00 0 
7f7fa706a000-7f7fa706b000 ---p 00000000 00:00 0 
7f7fa706b000-7f7fa70ac000 rw-p 00000000 00:00 0 
7f7fa70ac000-7f7fa70ad000 ---p 00000000 00:00 0 
7f7fa70ad000-7f7fa70ee000 rw-p 00000000 00:00 0 
7f7fa70ee000-7f7fa70ef000 ---p 00000000 00:00 0 
7f7fa70ef000-7f7fa7130000 rw-p 00000000 00:00 0 
7f7fa7130000-7f7fa7131000 ---p 00000000 00:00 0 
7f7fa7131000-7f7fa7172000 rw-p 00000000 00:00 0 
7f7fa7172000-7f7fa7173000 ---p 00000000 00:00 0 
7f7fa7173000-7f7fa71b4000 rw-p 00000000 00:00 0 
7f7fa71b4000-7f7fa71b5000 ---p 00000000 00:00 0 
7f7fa71b5000-7f7fa71f6000 rw-p 00000000 00:00 0 
7f7fa71f6000-7f7fa71f7000 ---p 00000000 00:00 0 
7f7fa71f7000-7f7fa7238000 rw-p 00000000 00:00 0 
7f7fa7238000-7f7fa7239000 ---p 00000000 00:00 0 
7f7fa7239000-7f7fa727a000 rw-p 00000000 00:00 0 
7f7fa727a000-7f7fa727b000 ---p 00000000 00:00 0 
7f7fa727b000-7f7fa72bc000 rw-p 00000000 00:00 0 
7f7fa72bc000-7f7fa72bd000 ---p 00000000 00:00 0 
7f7fa72bd000-7f7fa72fe000 rw-p 00000000 00:00 0 
7f7fa72fe000-7f7fa72ff000 ---p 00000000 00:00 0 
7f7fa72ff000-7f7fa7340000 rw-p 00000000 00:00 0 
7f7fa7340000-7f7fa7341000 ---p 00000000 00:00 0 
7f7fa7341000-7f7fa7382000 rw-p 00000000 00:00 0 
7f7fa7382000-7f7fa7383000 ---p 00000000 00:00 0 
7f7fa7383000-7f7fa73c4000 rw-p 00000000 00:00 0 
7f7fa73c4000-7f7fa73c5000 ---p 00000000 00:00 0 
7f7fa73c5000-7f7fa7406000 rw-p 00000000 00:00 0 
7f7fa7406000-7f7fa7407000 ---p 00000000 00:00 0 
7f7fa7407000-7f7fa7448000 rw-p 00000000 00:00 0 
7f7fa7448000-7f7fa7449000 ---p 00000000 00:00 0 
7f7fa7449000-7f7fa748a000 rw-p 00000000 00:00 0 
7f7fa748a000-7f7fa748b000 ---p 00000000 00:00 0 
7f7fa748b000-7f7fa74cc000 rw-p 00000000 00:00 0 
7f7fa74cc000-7f7fa74cd000 ---p 00000000 00:00 0 
7f7fa74cd000-7f7fa750e000 rw-p 00000000 00:00 0 
7f7fa750e000-7f7fa750f000 ---p 00000000 00:00 0 
7f7fa750f000-7f7fa7550000 rw-p 00000000 00:00 0 
7f7fa7550000-7f7fa7551000 ---p 00000000 00:00 0 
7f7fa7551000-7f7fa7592000 rw-p 00000000 00:00 0 
7f7fa7592000-7f7fa7593000 ---p 00000000 00:00 0 
7f7fa7593000-7f7fa75d4000 rw-p 00000000 00:00 0 
7f7fa75d4000-7f7fa75d5000 ---p 00000000 00:00 0 
7f7fa75d5000-7f7fa7616000 rw-p 00000000 00:00 0 
7f7fa7616000-7f7fa7617000 ---p 00000000 00:00 0 
7f7fa7617000-7f7fa7658000 rw-p 00000000 00:00 0 
7f7fa7658000-7f7fa7659000 ---p 00000000 00:00 0 
7f7fa7659000-7f7fa769a000 rw-p 00000000 00:00 0 
7f7fa769a000-7f7fa769b000 ---p 00000000 00:00 0 
7f7fa769b000-7f7fa76dc000 rw-p 00000000 00:00 0 
7f7fa76dc000-7f7fa76dd000 ---p 00000000 00:00 0 
7f7fa76dd000-7f7fa771e000 rw-p 00000000 00:00 0 
7f7fa771e000-7f7fa771f000 ---p 00000000 00:00 0 
7f7fa771f000-7f7fa77c0000 rw-p 00000000 00:00 0 
7f7fa77c0000-7f7fa77c1000 ---p 00000000 00:00 0 
7f7fa77c1000-7f7fa7802000 rw-p 00000000 00:00 0 
7f7fa7802000-7f7fa7803000 ---p 00000000 00:00 0 
7f7fa7803000-7f7fa7844000 rw-p 00000000 00:00 0 
7f7fa7844000-7f7fa7845000 ---p 00000000 00:00 0 
7f7fa7845000-7f7fa7886000 rw-p 00000000 00:00 0 
7f7fa7886000-7f7fa7887000 ---p 00000000 00:00 0 
7f7fa7887000-7f7fa78c8000 rw-p 00000000 00:00 0 
7f7fa78c8000-7f7fa78c9000 ---p 00000000 00:00 0 
7f7fa78c9000-7f7fa790a000 rw-p 00000000 00:00 0 
7f7fa790a000-7f7fa790b000 ---p 00000000 00:00 0 
7f7fa790b000-7f7fa794c000 rw-p 00000000 00:00 0 
7f7fa794c000-7f7fa794d000 ---p 00000000 00:00 0 
7f7fa794d000-7f7fa798e000 rw-p 00000000 00:00 0 
7f7fa798e000-7f7fa798f000 ---p 00000000 00:00 0 
7f7fa798f000-7f7fa79d0000 rw-p 00000000 00:00 0 
7f7fa79d0000-7f7fa79d1000 ---p 00000000 00:00 0 
7f7fa79d1000-7f7fa7a12000 rw-p 00000000 00:00 0 
7f7fa7a12000-7f7fa7a13000 ---p 00000000 00:00 0 
7f7fa7a13000-7f7fa7a54000 rw-p 00000000 00:00 0 
7f7fa7a54000-7f7fa7a55000 ---p 00000000 00:00 0 
7f7fa7a55000-7f7fa7a96000 rw-p 00000000 00:00 0 
7f7fa7a96000-7f7fa7a97000 ---p 00000000 00:00 0 
7f7fa7a97000-7f7fa7ad8000 rw-p 00000000 00:00 0 
7f7fa7ad8000-7f7fa7ad9000 ---p 00000000 00:00 0 
7f7fa7ad9000-7f7fa7b1a000 rw-p 00000000 00:00 0 
7f7fa7b1a000-7f7fa7b1b000 ---p 00000000 00:00 0 
7f7fa7b1b000-7f7fa7b5c000 rw-p 00000000 00:00 0 
7f7fa7b5c000-7f7fa7b5d000 ---p 00000000 00:00 0 
7f7fa7b5d000-7f7fa7b9e000 rw-p 00000000 00:00 0 
7f7fa7b9e000-7f7fa7b9f000 ---p 00000000 00:00 0 
7f7fa7b9f000-7f7fa7be0000 rw-p 00000000 00:00 0 
7f7fa7be0000-7f7fa7be1000 ---p 00000000 00:00 0 
7f7fa7be1000-7f7fa7c22000 rw-p 00000000 00:00 0 
7f7fa7c22000-7f7fa7c23000 ---p 00000000 00:00 0 
7f7fa7c23000-7f7fa7c64000 rw-p 00000000 00:00 0 
7f7fa7c64000-7f7fa7c65000 ---p 00000000 00:00 0 
7f7fa7c65000-7f7fa7ca6000 rw-p 00000000 00:00 0 
7f7fa7ca6000-7f7fa7ca7000 ---p 00000000 00:00 0 
7f7fa7ca7000-7f7fa7ce8000 rw-p 00000000 00:00 0 
7f7fa7ce8000-7f7fa7ce9000 ---p 00000000 00:00 0 
7f7fa7ce9000-7f7fa7d2a000 rw-p 00000000 00:00 0 
7f7fa7d2a000-7f7fa7d2b000 ---p 00000000 00:00 0 
7f7fa7d2b000-7f7fa7d6c000 rw-p 00000000 00:00 0 
7f7fa7d6c000-7f7fa7d6d000 ---p 00000000 00:00 0 
7f7fa7d6d000-7f7fa7dae000 rw-p 00000000 00:00 0 
7f7fa7dae000-7f7fa7daf000 ---p 00000000 00:00 0 
7f7fa7daf000-7f7fa7df0000 rw-p 00000000 00:00 0 
7f7fa7df0000-7f7fa7df1000 ---p 00000000 00:00 0 
7f7fa7df1000-7f7fa7e32000 rw-p 00000000 00:00 0 
7f7fa7e32000-7f7fa7e33000 ---p 00000000 00:00 0 
7f7fa7e33000-7f7fa7e74000 rw-p 00000000 00:00 0 
7f7fa7e74000-7f7fa7e75000 ---p 00000000 00:00 0 
7f7fa7e75000-7f7fa7eb6000 rw-p 00000000 00:00 0 
7f7fa7eb6000-7f7fa7eb7000 ---p 00000000 00:00 0 
7f7fa7eb7000-7f7fa7ef8000 rw-p 00000000 00:00 0 
7f7fa7ef8000-7f7fa7ef9000 ---p 00000000 00:00 0 
7f7fa7ef9000-7f7fa7f3a000 rw-p 00000000 00:00 0 
7f7fa7f3a000-7f7fa7f3b000 ---p 00000000 00:00 0 
7f7fa7f3b000-7f7fa7f7c000 rw-p 00000000 00:00 0 
7f7fa7f7c000-7f7fa7f7d000 ---p 00000000 00:00 0 
7f7fa7f7d000-7f7fa7fbe000 rw-p 00000000 00:00 0 
7f7fa7fbe000-7f7fa7fbf000 ---p 00000000 00:00 0 
7f7fa7fbf000-7f7fa9f11000 rw-p 00000000 00:00 0 
7f7fa9f11000-7f7fac000000 ---p 00000000 00:00 0 
7f7fac000000-7f7fad86c000 rw-p 00000000 00:00 0 
7f7fad86c000-7f7fb0000000 ---p 00000000 00:00 0 
7f7fb0000000-7f7fb2017000 rw-p 00000000 00:00 0 
7f7fb2017000-7f7fb4000000 ---p 00000000 00:00 0 
7f7fb4000000-7f7fb5ee8000 rw-p 00000000 00:00 0 
7f7fb5ee8000-7f7fb8000000 ---p 00000000 00:00 0 
7f7fb8000000-7f7fb9ffa000 rw-p 00000000 00:00 0 
7f7fb9ffa000-7f7fbc000000 ---p 00000000 00:00 0 
7f7fbc000000-7f7fbde87000 rw-p 00000000 00:00 0 
7f7fbde87000-7f7fc0000000 ---p 00000000 00:00 0 
7f7fc0000000-7f7fc1ed3000 rw-p 00000000 00:00 0 
7f7fc1ed3000-7f7fc4000000 ---p 00000000 00:00 0 
7f7fc4000000-7f7fc5848000 rw-p 00000000 00:00 0 
7f7fc5848000-7f7fc8000000 ---p 00000000 00:00 0 
7f7fc8000000-7f7fc9e41000 rw-p 00000000 00:00 0 
7f7fc9e41000-7f7fcc000000 ---p 00000000 00:00 0 
7f7fcc000000-7f7fccf3c000 rw-p 00000000 00:00 0 
7f7fccf3c000-7f7fd0000000 ---p 00000000 00:00 0 
7f7fd0000000-7f7fd2219000 rw-p 00000000 00:00 0 
7f7fd2219000-7f7fd4000000 ---p 00000000 00:00 0 
7f7fd4000000-7f7fd5946000 rw-p 00000000 00:00 0 
7f7fd5946000-7f7fd8000000 ---p 00000000 00:00 0 
7f7fd8000000-7f7fd9eda000 rw-p 00000000 00:00 0 
7f7fd9eda000-7f7fdc000000 ---p 00000000 00:00 0 
7f7fdc000000-7f7fdcdc3000 rw-p 00000000 00:00 0 
7f7fdcdc3000-7f7fe0000000 ---p 00000000 00:00 0 
7f7fe0000000-7f7fe226e000 rw-p 00000000 00:00 0 
7f7fe226e000-7f7fe4000000 ---p 00000000 00:00 0 
7f7fe4000000-7f7fe5819000 rw-p 00000000 00:00 0 
7f7fe5819000-7f7fe8000000 ---p 00000000 00:00 0 
7f7fe8000000-7f7fe9391000 rw-p 00000000 00:00 0 
7f7fe9391000-7f7fec000000 ---p 00000000 00:00 0 
7f7fec000000-7f7fedda8000 rw-p 00000000 00:00 0 
7f7fedda8000-7f7ff0000000 ---p 00000000 00:00 0 
7f7ff0000000-7f7ff18db000 rw-p 00000000 00:00 0 
7f7ff18db000-7f7ff4000000 ---p 00000000 00:00 0 
7f7ff4000000-7f7ff5fe6000 rw-p 00000000 00:00 0 
7f7ff5fe6000-7f7ff8000000 ---p 00000000 00:00 0 
7f7ff8000000-7f7ff8df6000 rw-p 00000000 00:00 0 
7f7ff8df6000-7f7ffc000000 ---p 00000000 00:00 0 
7f7ffc010000-7f7ffc020000 rw-p 00000000 00:00 0 
7f7ffc030000-7f7ffc040000 rw-p 00000000 00:00 0 
7f7ffc050000-7f7ffc270000 rw-p 00000000 00:00 0 
7f7ffc280000-7f7ffc290000 rw-p 00000000 00:00 0 
7f7ffc2a0000-7f7ffc3a0000 rw-p 00000000 00:00 0 
7f7ffc3b0000-7f7ffc3d0000 rw-p 00000000 00:00 0 
7f7ffc3e0000-7f7ffc400000 rw-p 00000000 00:00 0 
7f7ffc400000-7f7ffc420000 rw-p 00000000 00:00 0 
7f7ffc430000-7f7ffc460000 rw-p 00000000 00:00 0 
7f7ffc470000-7f7ffc540000 rw-p 00000000 00:00 0 
7f7ffc550000-7f7ffc620000 rw-p 00000000 00:00 0 
7f7ffc630000-7f7ffc690000 rw-p 00000000 00:00 0 
7f7ffc6a0000-7f7ffc6b0000 rw-p 00000000 00:00 0 
7f7ffc6b0000-7f7ffc720000 rw-p 00000000 00:00 0 
7f7ffc730000-7f7ffc770000 rw-p 00000000 00:00 0 
7f7ffc780000-7f7ffc790000 rw-p 00000000 00:00 0 
7f7ffc790000-7f7ffc7d0000 rw-p 00000000 00:00 0 
7f7ffc7e0000-7f7ffc7f0000 rw-p 00000000 00:00 0 
7f7ffc7f0000-7f7ffc820000 rw-p 00000000 00:00 0 
7f7ffc830000-7f7ffc8d0000 rw-p 00000000 00:00 0 
7f7ffc8e0000-7f7ffc920000 rw-p 00000000 00:00 0 
7f7ffc930000-7f7ffc950000 rw-p 00000000 00:00 0 
7f7ffc960000-7f7ffc9b0000 rw-p 00000000 00:00 0 
7f7ffc9c0000-7f7ffca70000 rw-p 00000000 00:00 0 
7f7ffca80000-7f7ffcac0000 rw-p 00000000 00:00 0 
7f7ffcad0000-7f7ffcaf0000 rw-p 00000000 00:00 0 
7f7ffcb00000-7f7ffcbc0000 rw-p 00000000 00:00 0 
7f7ffcbd0000-7f7ffcbf0000 rw-p 00000000 00:00 0 
7f7ffcc00000-7f7ffcc30000 rw-p 00000000 00:00 0 
7f7ffcc40000-7f7ffcc50000 rw-p 00000000 00:00 0 
7f7ffcc50000-7f7ffcc70000 rw-p 00000000 00:00 0 
7f7ffcc80000-7f7ffccd0000 rw-p 00000000 00:00 0 
7f7ffcce0000-7f7ffccf0000 rw-p 00000000 00:00 0 
7f7ffccf0000-7f7ffcda0000 rw-p 00000000 00:00 0 
7f7ffcdb0000-7f7ffce60000 rw-p 00000000 00:00 0 
7f7ffce70000-7f7ffce80000 rw-p 00000000 00:00 0 
7f7ffce80000-7f7ffcf10000 rw-p 00000000 00:00 0 
7f7ffcf20000-7f7ffcf40000 rw-p 00000000 00:00 0 
7f7ffcf50000-7f7ffcf60000 rw-p 00000000 00:00 0 
7f7ffcf60000-7f7ffcf80000 rw-p 00000000 00:00 0 
7f7ffcf90000-7f7ffcfb0000 rw-p 00000000 00:00 0 
7f7ffcfc0000-7f7ffd090000 rw-p 00000000 00:00 0 
7f7ffd0a0000-7f7ffd190000 rw-p 00000000 00:00 0 
7f7ffd1a0000-7f7ffd1c0000 rw-p 00000000 00:00 0 
7f7ffd1d0000-7f7ffd250000 rw-p 00000000 00:00 0 
7f7ffd260000-7f7ffd2b0000 rw-p 00000000 00:00 0 
7f7ffd2c0000-7f7ffd330000 rw-p 00000000 00:00 0 
7f7ffd340000-7f7ffd350000 rw-p 00000000 00:00 0 
7f7ffd360000-7f7ffd3c0000 rw-p 00000000 00:00 0 
7f7ffd3d0000-7f7ffd4d0000 rw-p 00000000 00:00 0 
7f7ffd4e0000-7f7ffd520000 rw-p 00000000 00:00 0 
7f7ffd530000-7f7ffd7d0000 rw-p 00000000 00:00 0 
7f7ffd7e0000-7f7ffd7f0000 rw-p 00000000 00:00 0 
7f7ffd7f0000-7f7ffd800000 rw-p 00000000 00:00 0 
7f7ffd810000-7f7ffd8a0000 rw-p 00000000 00:00 0 
7f7ffd8b0000-7f7ffd9d0000 rw-p 00000000 00:00 0 
7f7ffd9e0000-7f7ffda50000 rw-p 00000000 00:00 0 
7f7ffda60000-7f7ffdc30000 rw-p 00000000 00:00 0 
7f7ffdc40000-7f7ffdc50000 rw-p 00000000 00:00 0 
7f7ffdc60000-7f7ffdc70000 rw-p 00000000 00:00 0 
7f7ffdc70000-7f7ffdcf0000 rw-p 00000000 00:00 0 
7f7ffdd0f000-7f7ffdd10000 ---p 00000000 00:00 0 
7f7ffdd10000-7f7ffdd60000 rw-p 00000000 00:00 0 
7f7ffdd70000-7f7ffdf40000 rw-p 00000000 00:00 0 
7f7ffdf4a000-7f7ffdf4b000 ---p 00000000 00:00 0 
7f7ffdf4b000-7f7ffdf6b000 rw-p 00000000 00:00 0 
7f7ffdf6b000-7f7ffdf6c000 ---p 00000000 00:00 0 
7f7ffdf6c000-7f7ffdf8c000 rw-p 00000000 00:00 0 
7f7ffdf8c000-7f7ffdf8d000 ---p 00000000 00:00 0 
7f7ffdf8d000-7f7ffdfad000 rw-p 00000000 00:00 0 
7f7ffdfad000-7f7ffdfae000 ---p 00000000 00:00 0 
7f7ffdfae000-7f7ffdfce000 rw-p 00000000 00:00 0 
7f7ffdfce000-7f7ffdfcf000 ---p 00000000 00:00 0 
7f7ffdfcf000-7f7ffdfef000 rw-p 00000000 00:00 0 
7f7ffdfef000-7f7ffdff0000 ---p 00000000 00:00 0 
7f7ffdff0000-7f7ffe090000 rw-p 00000000 00:00 0 
7f7ffe0a0000-7f7ffe0b0000 rw-p 00000000 00:00 0 
7f7ffe0c0000-7f7ffe100000 rw-p 00000000 00:00 0 
7f7ffe110000-7f7ffe440000 rw-p 00000000 00:00 0 
7f7ffe450000-7f7ffe620000 rw-p 00000000 00:00 0 
7f7ffe630000-7f7ffe710000 rw-p 00000000 00:00 0 
7f7ffe720000-7f7ffe730000 rw-p 00000000 00:00 0 
7f7ffe740000-7f7ffe7d0000 rw-p 00000000 00:00 0 
7f7ffe7e0000-7f7ffe7f0000 rw-p 00000000 00:00 0 
7f7ffe7fd000-7f7ffe7fe000 r--p 00000000 00:3c 15371708                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f7ffe7fe000-7f7ffe7ff000 r-xp 00001000 00:3c 15371708                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f7ffe7ff000-7f7ffe81b000 r--p 00002000 00:3c 15371708                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f7ffe81b000-7f7ffe81c000 r--p 0001d000 00:3c 15371708                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f7ffe81c000-7f7ffe81d000 rw-p 0001e000 00:3c 15371708                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f7ffe81d000-7f7ffe81e000 r--p 00000000 00:3c 15371945                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f7ffe81e000-7f7ffe81f000 r-xp 00001000 00:3c 15371945                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f7ffe81f000-7f7ffe83b000 r--p 00002000 00:3c 15371945                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f7ffe83b000-7f7ffe83c000 r--p 0001d000 00:3c 15371945                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f7ffe83c000-7f7ffe83d000 rw-p 0001e000 00:3c 15371945                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f7ffe83d000-7f7ffe83e000 r--p 00000000 00:3c 15371936                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f7ffe83e000-7f7ffe83f000 r-xp 00001000 00:3c 15371936                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f7ffe83f000-7f7ffe85c000 r--p 00002000 00:3c 15371936                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f7ffe85c000-7f7ffe85d000 r--p 0001e000 00:3c 15371936                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f7ffe85d000-7f7ffe85e000 rw-p 0001f000 00:3c 15371936                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f7ffe860000-7f7ffe870000 rw-p 00000000 00:00 0 
7f7ffe87f000-7f7ffe880000 ---p 00000000 00:00 0 
7f7ffe880000-7f7ffeb30000 rw-p 00000000 00:00 0 
7f7ffeb40000-7f7ffec70000 rw-p 00000000 00:00 0 
7f7ffec80000-7f7ffed20000 rw-p 00000000 00:00 0 
7f7ffed30000-7f7ffedf0000 rw-p 00000000 00:00 0 
7f7ffee00000-7f7ffee20000 rw-p 00000000 00:00 0 
7f7ffee30000-7f7ffeea0000 rw-p 00000000 00:00 0 
7f7ffeeb0000-7f7ffef40000 rw-p 00000000 00:00 0 
7f7ffef50000-7f7fff1f0000 rw-p 00000000 00:00 0 
7f7fff200000-7f7fff310000 rw-p 00000000 00:00 0 
7f7fff320000-7f7fff330000 rw-p 00000000 00:00 0 
7f7fff330000-7f7fff3a0000 rw-p 00000000 00:00 0 
7f7fff3b0000-7f7fff3d0000 rw-p 00000000 00:00 0 
7f7fff3e0000-7f7fff460000 rw-p 00000000 00:00 0 
7f7fff470000-7f7fff510000 rw-p 00000000 00:00 0 
7f7fff520000-7f7fff5b0000 rw-p 00000000 00:00 0 
7f7fff5c0000-7f7fff5f0000 rw-p 00000000 00:00 0 
7f7fff600000-7f7fff630000 rw-p 00000000 00:00 0 
7f7fff640000-7f7fff660000 rw-p 00000000 00:00 0 
7f7fff670000-7f7fff6d0000 rw-p 00000000 00:00 0 
7f7fff6e0000-7f7fff710000 rw-p 00000000 00:00 0 
7f7fff720000-7f7fff780000 rw-p 00000000 00:00 0 
7f7fff790000-7f7fff7f0000 rw-p 00000000 00:00 0 
7f7fff800000-7f7fff840000 rw-p 00000000 00:00 0 
7f7fff850000-7f7fff9c0000 rw-p 00000000 00:00 0 
7f7fff9d0000-7f7fffa20000 rw-p 00000000 00:00 0 
7f7fffa30000-7f7fffa40000 rw-p 00000000 00:00 0 
7f7fffa40000-7f7fffa50000 rw-p 00000000 00:00 0 
7f7fffa60000-7f7fffa70000 rw-p 00000000 00:00 0 
7f7fffa78000-7f7fffa79000 r--p 00000000 00:3c 15371715                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f7fffa79000-7f7fffa7a000 r-xp 00001000 00:3c 15371715                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f7fffa7a000-7f7fffa9e000 r--p 00002000 00:3c 15371715                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f7fffa9e000-7f7fffa9f000 r--p 00025000 00:3c 15371715                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f7fffa9f000-7f7fffaa0000 rw-p 00026000 00:3c 15371715                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f7fffaa0000-7f7fffc00000 rw-p 00000000 00:00 0 
7f7fffc10000-7f7fffc20000 rw-p 00000000 00:00 0 
7f7fffc20000-7f7fffc80000 rw-p 00000000 00:00 0 
7f7fffc90000-7f7fffca0000 rw-p 00000000 00:00 0 
7f7fffcb0000-7f7fffcc0000 rw-p 00000000 00:00 0 
7f7fffcc0000-7f7fffce0000 rw-p 00000000 00:00 0 
7f7fffcf0000-7f7fffd50000 rw-p 00000000 00:00 0 
7f7fffd60000-7f7fffd70000 rw-p 00000000 00:00 0 
7f7fffd70000-7f7fffe70000 rw-p 00000000 00:00 0 
7f7fffe80000-7f7ffff20000 rw-p 00000000 00:00 0 
7f7ffff30000-7f7ffffd0000 rw-p 00000000 00:00 0 
7f7ffffe0000-7f7fffff0000 rw-p 00000000 00:00 0 
7f7fffff0000-7f800142e000 rw-p 00000000 00:00 0 
7f800142e000-7f8004000000 ---p 00000000 00:00 0 
7f8004010000-7f8004190000 rw-p 00000000 00:00 0 
7f80041a0000-7f8004220000 rw-p 00000000 00:00 0 
7f8004230000-7f8004240000 rw-p 00000000 00:00 0 
7f8004240000-7f8004260000 rw-p 00000000 00:00 0 
7f8004262000-7f8004263000 r--p 00000000 00:3c 15373412                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7f8004263000-7f8004264000 r-xp 00001000 00:3c 15373412                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7f8004264000-7f8004265000 r--p 00002000 00:3c 15373412                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7f8004265000-7f8004266000 r--p 00002000 00:3c 15373412                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7f8004266000-7f8004267000 rw-p 00003000 00:3c 15373412                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/stack.so
7f8004267000-7f8004268000 r--p 00000000 00:3c 15373721                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f8004268000-7f8004269000 r-xp 00001000 00:3c 15373721                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f8004269000-7f800426a000 r--p 00002000 00:3c 15373721                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f800426a000-7f800426b000 r--p 00002000 00:3c 15373721                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f800426b000-7f800426c000 rw-p 00003000 00:3c 15373721                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f800426c000-7f8004340000 rw-p 00000000 00:00 0 
7f8004350000-7f8004540000 rw-p 00000000 00:00 0 
7f8004543000-7f800454a000 r--p 00000000 00:3c 15378371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7f800454a000-7f800458f000 r-xp 00007000 00:3c 15378371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7f800458f000-7f80045ad000 r--p 0004c000 00:3c 15378371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7f80045ad000-7f80045af000 r--p 00069000 00:3c 15378371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7f80045af000-7f80045b0000 rw-p 0006b000 00:3c 15378371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
7f80045b0000-7f80045c0000 rw-p 00000000 00:00 0 
7f80045c1000-7f80045c2000 r--p 00000000 00:3c 15373063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7f80045c2000-7f80045c3000 r-xp 00001000 00:3c 15373063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7f80045c3000-7f80045c4000 r--p 00002000 00:3c 15373063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7f80045c4000-7f80045c5000 r--p 00002000 00:3c 15373063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7f80045c5000-7f80045c6000 rw-p 00003000 00:3c 15373063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/random.so
7f80045c6000-7f80045c7000 r--p 00000000 00:3c 15372811                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7f80045c7000-7f80045c8000 r-xp 00001000 00:3c 15372811                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7f80045c8000-7f80045c9000 r--p 00002000 00:3c 15372811                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7f80045c9000-7f80045ca000 r--p 00002000 00:3c 15372811                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7f80045ca000-7f80045cb000 rw-p 00003000 00:3c 15372811                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_target.so
7f80045cb000-7f80045cc000 r--p 00000000 00:3c 15372800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f80045cc000-7f80045cd000 r-xp 00001000 00:3c 15372800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f80045cd000-7f80045ce000 r--p 00002000 00:3c 15372800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f80045ce000-7f80045cf000 r--p 00002000 00:3c 15372800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f80045cf000-7f80045d0000 rw-p 00003000 00:3c 15372800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f80045d0000-7f80045e0000 rw-p 00000000 00:00 0 
7f80045e0000-7f8004650000 rw-p 00000000 00:00 0 
7f8004660000-7f8004690000 rw-p 00000000 00:00 0 
7f8004691000-7f8004692000 r--p 00000000 00:3c 15372740                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8004692000-7f8004693000 r-xp 00001000 00:3c 15372740                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8004693000-7f8004694000 r--p 00002000 00:3c 15372740                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8004694000-7f8004695000 r--p 00002000 00:3c 15372740                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8004695000-7f8004696000 rw-p 00003000 00:3c 15372740                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8004696000-7f8004697000 r--p 00000000 00:3c 15372591                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f8004697000-7f8004698000 r-xp 00001000 00:3c 15372591                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f8004698000-7f8004699000 r--p 00002000 00:3c 15372591                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f8004699000-7f800469a000 r--p 00002000 00:3c 15372591                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f800469a000-7f800469b000 rw-p 00003000 00:3c 15372591                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f800469b000-7f800469c000 r--p 00000000 00:3c 15371612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7f800469c000-7f800469d000 r-xp 00001000 00:3c 15371612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7f800469d000-7f800469e000 r--p 00002000 00:3c 15371612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7f800469e000-7f800469f000 r--p 00002000 00:3c 15371612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7f800469f000-7f80046a0000 rw-p 00003000 00:3c 15371612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/cesu_8.so
7f80046a0000-7f80046b0000 rw-p 00000000 00:00 0 
7f80046b0000-7f80047c0000 rw-p 00000000 00:00 0 
7f80047c3000-7f8004876000 r--p 00000000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8004876000-7f8004ba9000 r-xp 000b3000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8004ba9000-7f8004c74000 r--p 003e6000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8004c74000-7f8004cd0000 r--p 004b0000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8004cd0000-7f8004cd3000 rw-p 0050c000 00:3c 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8004cd3000-7f8004cd6000 rw-p 00000000 00:00 0 
7f8004cd6000-7f8004cf4000 r--p 00000000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8004cf4000-7f8004d56000 r-xp 0001e000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8004d56000-7f8004d72000 r--p 00080000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8004d72000-7f8004d7c000 r--p 0009c000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8004d7c000-7f8004d80000 rw-p 000a6000 00:3c 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8004d80000-7f8004e10000 rw-p 00000000 00:00 0 
7f8004e10000-7f8004e13000 r--p 00000000 00:3c 15381785                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7f8004e13000-7f8004e1c000 r-xp 00003000 00:3c 15381785                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7f8004e1c000-7f8004e1e000 r--p 0000c000 00:3c 15381785                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7f8004e1e000-7f8004e1f000 r--p 0000d000 00:3c 15381785                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7f8004e1f000-7f8004e20000 rw-p 0000e000 00:3c 15381785                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/objspace.so
7f8004e20000-7f8004e30000 rw-p 00000000 00:00 0 
7f8004e30000-7f8004e80000 rw-p 00000000 00:00 0 
7f8004e84000-7f8004e85000 r--p 00000000 00:3c 15371805                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7f8004e85000-7f8004e86000 r-xp 00001000 00:3c 15371805                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7f8004e86000-7f8004e87000 r--p 00002000 00:3c 15371805                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7f8004e87000-7f8004e88000 r--p 00002000 00:3c 15371805                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7f8004e88000-7f8004e89000 rw-p 00003000 00:3c 15371805                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/escape.so
7f8004e89000-7f8004e90000 r--p 00000000 00:3c 15378235                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7f8004e90000-7f8004eb6000 r-xp 00007000 00:3c 15378235                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7f8004eb6000-7f8004ebe000 r--p 0002d000 00:3c 15378235                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7f8004ebe000-7f8004ebf000 r--p 00034000 00:3c 15378235                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7f8004ebf000-7f8004ec0000 rw-p 00035000 00:3c 15378235                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/socket.so
7f8004ec0000-7f8004f70000 rw-p 00000000 00:00 0 
7f8004f70000-7f8004f72000 r--p 00000000 00:3c 15599616                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7f8004f72000-7f8004f7b000 r-xp 00002000 00:3c 15599616                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7f8004f7b000-7f8004f7e000 r--p 0000b000 00:3c 15599616                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7f8004f7e000-7f8004f7f000 r--p 0000d000 00:3c 15599616                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7f8004f7f000-7f8004f80000 rw-p 0000e000 00:3c 15599616                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/generator.so
7f8004f80000-7f8004fb0000 rw-p 00000000 00:00 0 
7f8004fb1000-7f8004fb5000 r--p 00000000 00:3c 15382943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7f8004fb5000-7f8004fe5000 r-xp 00004000 00:3c 15382943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7f8004fe5000-7f8004fed000 r--p 00034000 00:3c 15382943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7f8004fed000-7f8004fee000 r--p 0003b000 00:3c 15382943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7f8004fee000-7f8004fef000 rw-p 0003c000 00:3c 15382943                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/date_core.so
7f8004fef000-7f8005000000 rw-p 00000000 00:00 0 
7f8005004000-7f8005005000 r--p 00000000 00:3c 15372013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7f8005005000-7f8005006000 r-xp 00001000 00:3c 15372013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7f8005006000-7f8005007000 r--p 00002000 00:3c 15372013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7f8005007000-7f8005008000 r--p 00002000 00:3c 15372013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7f8005008000-7f8005009000 rw-p 00003000 00:3c 15372013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese.so
7f8005009000-7f800500b000 r--p 00000000 00:3c 15374622                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7f800500b000-7f800500d000 r-xp 00002000 00:3c 15374622                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7f800500d000-7f800500e000 r--p 00004000 00:3c 15374622                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7f800500e000-7f800500f000 r--p 00004000 00:3c 15374622                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7f800500f000-7f8005010000 rw-p 00005000 00:3c 15374622                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/coverage.so
7f8005010000-7f8005020000 rw-p 00000000 00:00 0 
7f8005022000-7f8005023000 r--p 00000000 00:3c 15372062                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f8005023000-7f8005024000 r-xp 00001000 00:3c 15372062                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f8005024000-7f800503e000 r--p 00002000 00:3c 15372062                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f800503e000-7f800503f000 r--p 0001b000 00:3c 15372062                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f800503f000-7f8005040000 rw-p 0001c000 00:3c 15372062                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f8005040000-7f8005050000 rw-p 00000000 00:00 0 
7f8005054000-7f8005055000 r--p 00000000 00:3c 15371307                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7f8005055000-7f8005056000 r-xp 00001000 00:3c 15371307                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7f8005056000-7f8005060000 r--p 00002000 00:3c 15371307                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7f8005060000-7f8005061000 r--p 0000c000 00:3c 15371307                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7f8005061000-7f8005062000 rw-p 0000d000 00:3c 15371307                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/emoji.so
7f8005062000-7f8005063000 r--p 00000000 00:3c 15372000                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7f8005063000-7f8005064000 r-xp 00001000 00:3c 15372000                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7f8005064000-7f8005065000 r--p 00002000 00:3c 15372000                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7f8005065000-7f8005066000 r--p 00003000 00:3c 15372000                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7f8005066000-7f8005067000 rw-p 00004000 00:3c 15372000                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/iso2022.so
7f8005067000-7f8005068000 r--p 00000000 00:3c 15372059                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f8005068000-7f8005069000 r-xp 00001000 00:3c 15372059                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f8005069000-7f80050bf000 r--p 00002000 00:3c 15372059                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f80050bf000-7f80050c0000 r--p 00057000 00:3c 15372059                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f80050c0000-7f80050c1000 rw-p 00058000 00:3c 15372059                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f80050c1000-7f80050c2000 r--p 00000000 00:3c 15372053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7f80050c2000-7f80050c3000 r-xp 00001000 00:3c 15372053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7f80050c3000-7f80050c4000 r--p 00002000 00:3c 15372053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7f80050c4000-7f80050c5000 r--p 00002000 00:3c 15372053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7f80050c5000-7f80050c6000 rw-p 00003000 00:3c 15372053                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/ebcdic.so
7f80050c6000-7f80050c9000 r--p 00000000 00:3c 15371818                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7f80050c9000-7f80050ca000 r-xp 00003000 00:3c 15371818                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7f80050ca000-7f80050de000 r--p 00004000 00:3c 15371818                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7f80050de000-7f80050e3000 r--p 00018000 00:3c 15371818                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7f80050e3000-7f80050e4000 rw-p 0001d000 00:3c 15371818                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/single_byte.so
7f80050e4000-7f80050e7000 r--p 00000000 00:3c 15383353                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7f80050e7000-7f80050ec000 r-xp 00003000 00:3c 15383353                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7f80050ec000-7f80050ee000 r--p 00008000 00:3c 15383353                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7f80050ee000-7f80050ef000 r--p 00009000 00:3c 15383353                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7f80050ef000-7f80050f0000 rw-p 0000a000 00:3c 15383353                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/stringio.so
7f80050f0000-7f8005110000 rw-p 00000000 00:00 0 
7f8005112000-7f8005113000 r--p 00000000 00:3c 15372008                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8005113000-7f8005115000 r-xp 00001000 00:3c 15372008                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8005115000-7f8005116000 r--p 00003000 00:3c 15372008                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8005116000-7f8005117000 r--p 00004000 00:3c 15372008                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8005117000-7f8005118000 rw-p 00005000 00:3c 15372008                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8005118000-7f800511a000 r--p 00000000 00:3c 15374516                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7f800511a000-7f800511c000 r-xp 00002000 00:3c 15374516                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7f800511c000-7f800511d000 r--p 00004000 00:3c 15374516                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7f800511d000-7f800511e000 r--p 00004000 00:3c 15374516                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7f800511e000-7f800511f000 rw-p 00005000 00:3c 15374516                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/cgi/escape.so
7f800511f000-7f8005120000 r--p 00000000 00:3c 15374063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7f8005120000-7f8005121000 r-xp 00001000 00:3c 15374063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7f8005121000-7f8005122000 r--p 00002000 00:3c 15374063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7f8005122000-7f8005123000 r--p 00002000 00:3c 15374063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7f8005123000-7f8005124000 rw-p 00003000 00:3c 15374063                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/wait.so
7f8005124000-7f8005125000 r--p 00000000 00:3c 15373786                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7f8005125000-7f8005126000 r-xp 00001000 00:3c 15373786                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7f8005126000-7f8005127000 r--p 00002000 00:3c 15373786                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7f8005127000-7f8005128000 r--p 00002000 00:3c 15373786                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7f8005128000-7f8005129000 rw-p 00003000 00:3c 15373786                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/typeddata.so
7f8005129000-7f800512a000 r--p 00000000 00:3c 15373819                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7f800512a000-7f800512b000 r-xp 00001000 00:3c 15373819                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7f800512b000-7f800512c000 r--p 00002000 00:3c 15373819                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7f800512c000-7f800512d000 r--p 00002000 00:3c 15373819                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7f800512d000-7f800512e000 rw-p 00003000 00:3c 15373819                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/tracepoint.so
7f8005131000-7f8005132000 ---p 00000000 00:00 0 
7f8005132000-7f8005152000 rw-p 00000000 00:00 0 
7f8005152000-7f8005154000 r--p 00000000 00:3c 15372876                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7f8005154000-7f8005156000 r-xp 00002000 00:3c 15372876                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7f8005156000-7f8005157000 r--p 00004000 00:3c 15372876                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7f8005157000-7f8005158000 r--p 00004000 00:3c 15372876                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7f8005158000-7f8005159000 rw-p 00005000 00:3c 15372876                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/memory_view.so
7f8005159000-7f800515a000 r--p 00000000 00:3c 15372491                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7f800515a000-7f800515b000 r-xp 00001000 00:3c 15372491                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7f800515b000-7f800515c000 r--p 00002000 00:3c 15372491                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7f800515c000-7f800515d000 r--p 00002000 00:3c 15372491                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7f800515d000-7f800515e000 rw-p 00003000 00:3c 15372491                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/monitor.so
7f800515e000-7f8005160000 r--p 00000000 00:3c 15599574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7f8005160000-7f8005164000 r-xp 00002000 00:3c 15599574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7f8005164000-7f8005165000 r--p 00006000 00:3c 15599574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7f8005165000-7f8005166000 r--p 00007000 00:3c 15599574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7f8005166000-7f8005167000 rw-p 00008000 00:3c 15599574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/json/ext/parser.so
7f8005167000-7f8005169000 r--p 00000000 00:3c 15383518                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7f8005169000-7f800516e000 r-xp 00002000 00:3c 15383518                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7f800516e000-7f8005170000 r--p 00007000 00:3c 15383518                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7f8005170000-7f8005171000 r--p 00008000 00:3c 15383518                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7f8005171000-7f8005172000 rw-p 00009000 00:3c 15383518                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/strscan.so
7f8005172000-7f8005175000 r--p 00000000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f8005175000-7f800517b000 r-xp 00003000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f800517b000-7f800517d000 r--p 00009000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f800517d000-7f800517e000 r--p 0000b000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f800517e000-7f800517f000 rw-p 0000c000 00:3c 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f800517f000-7f8005187000 r--p 00000000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f8005187000-7f80051c6000 r-xp 00008000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f80051c6000-7f80051d6000 r--p 00047000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f80051d6000-7f80051da000 r--p 00056000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f80051da000-7f80051db000 rw-p 0005a000 00:3c 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f80051db000-7f80051dc000 r--p 00000000 00:3c 15374906                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7f80051dc000-7f80051dd000 r-xp 00001000 00:3c 15374906                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7f80051dd000-7f80051de000 r--p 00002000 00:3c 15374906                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7f80051de000-7f80051df000 r--p 00002000 00:3c 15374906                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7f80051df000-7f80051e0000 rw-p 00003000 00:3c 15374906                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/erb/escape.so
7f80051e0000-7f80051e1000 r--p 00000000 00:3c 15599550                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7f80051e1000-7f80051e2000 r-xp 00001000 00:3c 15599550                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7f80051e2000-7f80051e3000 r--p 00002000 00:3c 15599550                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7f80051e3000-7f80051e4000 r--p 00002000 00:3c 15599550                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7f80051e4000-7f80051e5000 rw-p 00003000 00:3c 15599550                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/bubblebabble.so
7f80051e5000-7f80051e6000 r--p 00000000 00:3c 15599563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7f80051e6000-7f80051ea000 r-xp 00001000 00:3c 15599563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7f80051ea000-7f80051eb000 r--p 00005000 00:3c 15599563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7f80051eb000-7f80051ec000 r--p 00005000 00:3c 15599563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7f80051ec000-7f80051ed000 rw-p 00006000 00:3c 15599563                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha2.so
7f80051ed000-7f80051ee000 r--p 00000000 00:3c 15599560                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7f80051ee000-7f80051f0000 r-xp 00001000 00:3c 15599560                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7f80051f0000-7f80051f1000 r--p 00003000 00:3c 15599560                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7f80051f1000-7f80051f2000 r--p 00003000 00:3c 15599560                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7f80051f2000-7f80051f3000 rw-p 00004000 00:3c 15599560                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/sha1.so
7f80051f3000-7f80051f4000 r--p 00000000 00:3c 15599556                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7f80051f4000-7f80051f6000 r-xp 00001000 00:3c 15599556                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7f80051f6000-7f80051f7000 r--p 00003000 00:3c 15599556                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7f80051f7000-7f80051f8000 r--p 00003000 00:3c 15599556                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7f80051f8000-7f80051f9000 rw-p 00004000 00:3c 15599556                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/rmd160.so
7f80051f9000-7f80051fb000 r--p 00000000 00:3c 15374673                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7f80051fb000-7f80051fd000 r-xp 00002000 00:3c 15374673                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7f80051fd000-7f80051fe000 r--p 00004000 00:3c 15374673                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7f80051fe000-7f80051ff000 r--p 00004000 00:3c 15374673                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7f80051ff000-7f8005200000 rw-p 00005000 00:3c 15374673                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest.so
7f8005200000-7f8005202000 r--p 00000000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f8005202000-7f800521b000 r-xp 00002000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f800521b000-7f800521f000 r--p 0001b000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f800521f000-7f8005220000 r--p 0001e000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f8005220000-7f8005221000 rw-p 0001f000 00:3c 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f8005221000-7f8005222000 r--p 00000000 00:3c 15599446                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7f8005222000-7f8005223000 r-xp 00001000 00:3c 15599446                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7f8005223000-7f8005224000 r--p 00002000 00:3c 15599446                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7f8005224000-7f8005225000 r--p 00002000 00:3c 15599446                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7f8005225000-7f8005226000 rw-p 00003000 00:3c 15599446                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/digest/md5.so
7f8005226000-7f8005229000 r--p 00000000 00:3c 15382183                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7f8005229000-7f800522d000 r-xp 00003000 00:3c 15382183                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7f800522d000-7f800522e000 r--p 00007000 00:3c 15382183                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7f800522e000-7f800522f000 r--p 00008000 00:3c 15382183                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7f800522f000-7f8005230000 rw-p 00009000 00:3c 15382183                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/psych.so
7f8005230000-7f8005260000 rw-p 00000000 00:00 0 
7f8005260000-7f8005261000 r--p 00000000 00:3c 15374223                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7f8005261000-7f8005262000 r-xp 00001000 00:3c 15374223                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7f8005262000-7f8005263000 r--p 00002000 00:3c 15374223                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7f8005263000-7f8005264000 r--p 00002000 00:3c 15374223                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7f8005264000-7f8005265000 rw-p 00003000 00:3c 15374223                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/time.so
7f8005265000-7f8005266000 r--p 00000000 00:3c 15373531                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7f8005266000-7f8005268000 r-xp 00001000 00:3c 15373531                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7f8005268000-7f8005269000 r--p 00003000 00:3c 15373531                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7f8005269000-7f800526a000 r--p 00003000 00:3c 15373531                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7f800526a000-7f800526b000 rw-p 00004000 00:3c 15373531                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/scan_args.so
7f800526b000-7f800526c000 r--p 00000000 00:3c 15373065                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7f800526c000-7f800526d000 r-xp 00001000 00:3c 15373065                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7f800526d000-7f800526e000 r--p 00002000 00:3c 15373065                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7f800526e000-7f800526f000 r--p 00002000 00:3c 15373065                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7f800526f000-7f8005270000 rw-p 00003000 00:3c 15373065                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/recursion.so
7f8005280000-7f8005281000 r--p 00000000 00:3c 15372773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7f8005281000-7f8005282000 r-xp 00001000 00:3c 15372773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7f8005282000-7f8005283000 r--p 00002000 00:3c 15372773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7f8005283000-7f8005284000 r--p 00002000 00:3c 15372773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7f8005284000-7f8005285000 rw-p 00003000 00:3c 15372773                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/printf.so
7f8005285000-7f8005286000 r--p 00000000 00:3c 15372965                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7f8005286000-7f8005287000 r-xp 00001000 00:3c 15372965                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7f8005287000-7f8005288000 r--p 00002000 00:3c 15372965                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7f8005288000-7f8005289000 r--p 00002000 00:3c 15372965                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7f8005289000-7f800528a000 rw-p 00003000 00:3c 15372965                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/notimplement.so
7f800528a000-7f800528b000 r--p 00000000 00:3c 15372608                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7f800528b000-7f800528c000 r-xp 00001000 00:3c 15372608                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7f800528c000-7f800528d000 r--p 00002000 00:3c 15372608                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7f800528d000-7f800528e000 r--p 00002000 00:3c 15372608                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7f800528e000-7f800528f000 rw-p 00003000 00:3c 15372608                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/enumerator_kw.so
7f800528f000-7f8005290000 r--p 00000000 00:3c 15372543                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7f8005290000-7f8005291000 r-xp 00001000 00:3c 15372543                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7f8005291000-7f8005292000 r--p 00002000 00:3c 15372543                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7f8005292000-7f8005293000 r--p 00002000 00:3c 15372543                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7f8005293000-7f8005294000 rw-p 00003000 00:3c 15372543                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bug_5832.so
7f8005294000-7f8005295000 r--p 00000000 00:3c 15373744                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7f8005295000-7f8005296000 r-xp 00001000 00:3c 15373744                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7f8005296000-7f8005297000 r--p 00002000 00:3c 15373744                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7f8005297000-7f8005298000 r--p 00002000 00:3c 15373744                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7f8005298000-7f8005299000 rw-p 00003000 00:3c 15373744                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/struct.so
7f8005299000-7f800529a000 r--p 00000000 00:3c 15373600                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7f800529a000-7f800529b000 r-xp 00001000 00:3c 15373600                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7f800529b000-7f800529c000 r--p 00002000 00:3c 15373600                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7f800529c000-7f800529d000 r--p 00002000 00:3c 15373600                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7f800529d000-7f800529e000 rw-p 00003000 00:3c 15373600                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/symbol.so
7f800529e000-7f800529f000 r--p 00000000 00:3c 15357574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7f800529f000-7f80052a0000 r-xp 00001000 00:3c 15357574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7f80052a0000-7f80052a1000 r--p 00002000 00:3c 15357574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7f80052a1000-7f80052a2000 r--p 00002000 00:3c 15357574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7f80052a2000-7f80052a3000 rw-p 00003000 00:3c 15357574                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1257.so
7f80052a3000-7f80052a4000 r--p 00000000 00:3c 15357408                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7f80052a4000-7f80052a5000 r-xp 00001000 00:3c 15357408                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7f80052a5000-7f80052a6000 r--p 00002000 00:3c 15357408                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7f80052a6000-7f80052a7000 r--p 00002000 00:3c 15357408                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7f80052a7000-7f80052a8000 rw-p 00003000 00:3c 15357408                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1254.so
7f80052a8000-7f80052a9000 r--p 00000000 00:3c 15357237                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7f80052a9000-7f80052aa000 r-xp 00001000 00:3c 15357237                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7f80052aa000-7f80052ab000 r--p 00002000 00:3c 15357237                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7f80052ab000-7f80052ac000 r--p 00002000 00:3c 15357237                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7f80052ac000-7f80052ad000 rw-p 00003000 00:3c 15357237                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1253.so
7f80052ad000-7f80052ae000 r--p 00000000 00:3c 15357142                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7f80052ae000-7f80052af000 r-xp 00001000 00:3c 15357142                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7f80052af000-7f80052b0000 r--p 00002000 00:3c 15357142                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7f80052b0000-7f80052b1000 r--p 00002000 00:3c 15357142                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7f80052b1000-7f80052b2000 rw-p 00003000 00:3c 15357142                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1252.so
7f80052b2000-7f80052b3000 r--p 00000000 00:3c 15357625                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7f80052b3000-7f80052b4000 r-xp 00001000 00:3c 15357625                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7f80052b4000-7f80052b5000 r--p 00002000 00:3c 15357625                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7f80052b5000-7f80052b6000 r--p 00002000 00:3c 15357625                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7f80052b6000-7f80052b7000 rw-p 00003000 00:3c 15357625                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
7f80052b7000-7f80052b8000 r--p 00000000 00:3c 15357624                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7f80052b8000-7f80052b9000 r-xp 00001000 00:3c 15357624                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7f80052b9000-7f80052ba000 r--p 00002000 00:3c 15357624                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7f80052ba000-7f80052bb000 r--p 00002000 00:3c 15357624                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7f80052bb000-7f80052bc000 rw-p 00003000 00:3c 15357624                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1250.so
7f80052bc000-7f80052bd000 r--p 00000000 00:3c 15357627                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7f80052bd000-7f80052be000 r-xp 00001000 00:3c 15357627                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7f80052be000-7f80052bf000 r--p 00002000 00:3c 15357627                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7f80052bf000-7f80052c0000 r--p 00003000 00:3c 15357627                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7f80052c0000-7f80052c1000 rw-p 00004000 00:3c 15357627                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/shift_jis.so
7f80052c1000-7f80052c2000 r--p 00000000 00:3c 15357626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7f80052c2000-7f80052c3000 r-xp 00001000 00:3c 15357626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7f80052c3000-7f80052c4000 r--p 00002000 00:3c 15357626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7f80052c4000-7f80052c5000 r--p 00002000 00:3c 15357626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7f80052c5000-7f80052c6000 rw-p 00003000 00:3c 15357626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_u.so
7f80052c6000-7f80052c7000 r--p 00000000 00:3c 15341068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7f80052c7000-7f80052c8000 r-xp 00001000 00:3c 15341068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7f80052c8000-7f80052c9000 r--p 00002000 00:3c 15341068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7f80052c9000-7f80052ca000 r--p 00002000 00:3c 15341068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7f80052ca000-7f80052cb000 rw-p 00003000 00:3c 15341068                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/koi8_r.so
7f80052cb000-7f80052cc000 r--p 00000000 00:3c 15357573                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7f80052cc000-7f80052cd000 r-xp 00001000 00:3c 15357573                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7f80052cd000-7f80052ce000 r--p 00002000 00:3c 15357573                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7f80052ce000-7f80052cf000 r--p 00002000 00:3c 15357573                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7f80052cf000-7f80052d0000 rw-p 00003000 00:3c 15357573                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_16.so
7f80052d0000-7f80052d1000 r--p 00000000 00:3c 15357570                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7f80052d1000-7f80052d2000 r-xp 00001000 00:3c 15357570                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7f80052d2000-7f80052d3000 r--p 00002000 00:3c 15357570                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7f80052d3000-7f80052d4000 r--p 00002000 00:3c 15357570                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7f80052d4000-7f80052d5000 rw-p 00003000 00:3c 15357570                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_15.so
7f80052d5000-7f80052d6000 r--p 00000000 00:3c 15357564                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7f80052d6000-7f80052d7000 r-xp 00001000 00:3c 15357564                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7f80052d7000-7f80052d8000 r--p 00002000 00:3c 15357564                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7f80052d8000-7f80052d9000 r--p 00002000 00:3c 15357564                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7f80052d9000-7f80052da000 rw-p 00003000 00:3c 15357564                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_14.so
7f80052da000-7f80052db000 r--p 00000000 00:3c 15357561                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7f80052db000-7f80052dc000 r-xp 00001000 00:3c 15357561                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7f80052dc000-7f80052dd000 r--p 00002000 00:3c 15357561                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7f80052dd000-7f80052de000 r--p 00002000 00:3c 15357561                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7f80052de000-7f80052df000 rw-p 00003000 00:3c 15357561                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_13.so
7f80052df000-7f80052e0000 r--p 00000000 00:3c 15357552                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7f80052e0000-7f80052e1000 r-xp 00001000 00:3c 15357552                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7f80052e1000-7f80052e2000 r--p 00002000 00:3c 15357552                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7f80052e2000-7f80052e3000 r--p 00002000 00:3c 15357552                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7f80052e3000-7f80052e4000 rw-p 00003000 00:3c 15357552                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_11.so
7f80052e4000-7f80052e5000 r--p 00000000 00:3c 15357502                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7f80052e5000-7f80052e6000 r-xp 00001000 00:3c 15357502                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7f80052e6000-7f80052e7000 r--p 00002000 00:3c 15357502                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7f80052e7000-7f80052e8000 r--p 00002000 00:3c 15357502                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7f80052e8000-7f80052e9000 rw-p 00003000 00:3c 15357502                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_10.so
7f80052e9000-7f80052ea000 r--p 00000000 00:3c 15357532                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7f80052ea000-7f80052eb000 r-xp 00001000 00:3c 15357532                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7f80052eb000-7f80052ec000 r--p 00002000 00:3c 15357532                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7f80052ec000-7f80052ed000 r--p 00002000 00:3c 15357532                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7f80052ed000-7f80052ee000 rw-p 00003000 00:3c 15357532                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_9.so
7f80052ee000-7f80052ef000 r--p 00000000 00:3c 15357501                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7f80052ef000-7f80052f0000 r-xp 00001000 00:3c 15357501                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7f80052f0000-7f80052f1000 r--p 00002000 00:3c 15357501                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7f80052f1000-7f80052f2000 r--p 00002000 00:3c 15357501                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7f80052f2000-7f80052f3000 rw-p 00003000 00:3c 15357501                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_8.so
7f80052f3000-7f80052f4000 r--p 00000000 00:3c 15357492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7f80052f4000-7f80052f5000 r-xp 00001000 00:3c 15357492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7f80052f5000-7f80052f6000 r--p 00002000 00:3c 15357492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7f80052f6000-7f80052f7000 r--p 00002000 00:3c 15357492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7f80052f7000-7f80052f8000 rw-p 00003000 00:3c 15357492                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_7.so
7f80052f8000-7f80052f9000 r--p 00000000 00:3c 15357467                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7f80052f9000-7f80052fa000 r-xp 00001000 00:3c 15357467                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7f80052fa000-7f80052fb000 r--p 00002000 00:3c 15357467                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7f80052fb000-7f80052fc000 r--p 00002000 00:3c 15357467                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7f80052fc000-7f80052fd000 rw-p 00003000 00:3c 15357467                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_6.so
7f80052fd000-7f80052fe000 r--p 00000000 00:3c 15357418                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7f80052fe000-7f80052ff000 r-xp 00001000 00:3c 15357418                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7f80052ff000-7f8005300000 r--p 00002000 00:3c 15357418                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7f8005300000-7f8005301000 r--p 00002000 00:3c 15357418                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7f8005301000-7f8005302000 rw-p 00003000 00:3c 15357418                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_5.so
7f8005302000-7f8005303000 r--p 00000000 00:3c 15357542                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7f8005303000-7f8005304000 r-xp 00001000 00:3c 15357542                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7f8005304000-7f8005305000 r--p 00002000 00:3c 15357542                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7f8005305000-7f8005306000 r--p 00002000 00:3c 15357542                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7f8005306000-7f8005307000 rw-p 00003000 00:3c 15357542                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_4.so
7f8005307000-7f8005308000 r--p 00000000 00:3c 15357538                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7f8005308000-7f8005309000 r-xp 00001000 00:3c 15357538                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7f8005309000-7f800530a000 r--p 00002000 00:3c 15357538                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7f800530a000-7f800530b000 r--p 00002000 00:3c 15357538                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7f800530b000-7f800530c000 rw-p 00003000 00:3c 15357538                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_3.so
7f800530c000-7f800530d000 r--p 00000000 00:3c 15357537                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7f800530d000-7f800530e000 r-xp 00001000 00:3c 15357537                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7f800530e000-7f800530f000 r--p 00002000 00:3c 15357537                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7f800530f000-7f8005310000 r--p 00002000 00:3c 15357537                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7f8005310000-7f8005311000 rw-p 00003000 00:3c 15357537                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_2.so
7f8005311000-7f8005312000 r--p 00000000 00:3c 15357536                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7f8005312000-7f8005313000 r-xp 00001000 00:3c 15357536                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7f8005313000-7f8005314000 r--p 00002000 00:3c 15357536                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7f8005314000-7f8005315000 r--p 00002000 00:3c 15357536                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7f8005315000-7f8005316000 rw-p 00003000 00:3c 15357536                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/iso_8859_1.so
7f8005316000-7f8005317000 r--p 00000000 00:3c 15357533                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7f8005317000-7f8005318000 r-xp 00001000 00:3c 15357533                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7f8005318000-7f8005319000 r--p 00002000 00:3c 15357533                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7f8005319000-7f800531a000 r--p 00002000 00:3c 15357533                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7f800531a000-7f800531b000 rw-p 00003000 00:3c 15357533                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gbk.so
7f800531b000-7f800531c000 r--p 00000000 00:3c 15357406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7f800531c000-7f800531d000 r-xp 00001000 00:3c 15357406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7f800531d000-7f800531e000 r--p 00002000 00:3c 15357406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7f800531e000-7f800531f000 r--p 00002000 00:3c 15357406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7f800531f000-7f8005320000 rw-p 00003000 00:3c 15357406                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/gb18030.so
7f8005320000-7f8005322000 r--p 00000000 00:3c 15378325                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7f8005322000-7f8005325000 r-xp 00002000 00:3c 15378325                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7f8005325000-7f8005326000 r--p 00005000 00:3c 15378325                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7f8005326000-7f8005327000 r--p 00006000 00:3c 15378325                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7f8005327000-7f8005328000 rw-p 00007000 00:3c 15378325                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/string.so
7f8005328000-7f8005329000 r--p 00000000 00:3c 15372827                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7f8005329000-7f800532a000 r-xp 00001000 00:3c 15372827                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7f800532a000-7f800532b000 r--p 00002000 00:3c 15372827                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7f800532b000-7f800532c000 r--p 00002000 00:3c 15372827                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7f800532c000-7f800532d000 rw-p 00003000 00:3c 15372827                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/thread/id.so
7f800532d000-7f8005341000 r--p 00000000 00:3c 15378595                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7f8005341000-7f8005379000 r-xp 00014000 00:3c 15378595                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7f8005379000-7f800538b000 r--p 0004c000 00:3c 15378595                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7f800538b000-7f800538d000 r--p 0005d000 00:3c 15378595                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7f800538d000-7f800538f000 rw-p 0005f000 00:3c 15378595                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/openssl.so
7f800538f000-7f80053a0000 rw-p 00000000 00:00 0 
7f80053a4000-7f80053a5000 r--p 00000000 00:3c 15373013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f80053a5000-7f80053a6000 r-xp 00001000 00:3c 15373013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f80053a6000-7f80053a7000 r--p 00002000 00:3c 15373013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f80053a7000-7f80053a8000 r--p 00002000 00:3c 15373013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f80053a8000-7f80053a9000 rw-p 00003000 00:3c 15373013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f80053a9000-7f80053aa000 r--p 00000000 00:3c 15373371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7f80053aa000-7f80053ab000 r-xp 00001000 00:3c 15373371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7f80053ab000-7f80053ac000 r--p 00002000 00:3c 15373371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7f80053ac000-7f80053ad000 r--p 00002000 00:3c 15373371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7f80053ad000-7f80053ae000 rw-p 00003000 00:3c 15373371                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/update.so
7f80053ae000-7f80053af000 r--p 00000000 00:3c 15373330                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7f80053af000-7f80053b0000 r-xp 00001000 00:3c 15373330                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7f80053b0000-7f80053b1000 r--p 00002000 00:3c 15373330                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7f80053b1000-7f80053b2000 r--p 00002000 00:3c 15373330                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7f80053b2000-7f80053b3000 rw-p 00003000 00:3c 15373330                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/numhash.so
7f80053b3000-7f80053b4000 r--p 00000000 00:3c 15373078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7f80053b4000-7f80053b5000 r-xp 00001000 00:3c 15373078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7f80053b5000-7f80053b6000 r--p 00002000 00:3c 15373078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7f80053b6000-7f80053b7000 r--p 00002000 00:3c 15373078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7f80053b7000-7f80053b8000 rw-p 00003000 00:3c 15373078                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/st/foreach.so
7f80053b8000-7f80053b9000 r--p 00000000 00:3c 15373165                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7f80053b9000-7f80053ba000 r-xp 00001000 00:3c 15373165                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7f80053ba000-7f80053bb000 r--p 00002000 00:3c 15373165                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7f80053bb000-7f80053bc000 r--p 00002000 00:3c 15373165                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7f80053bc000-7f80053bd000 rw-p 00003000 00:3c 15373165                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/rational.so
7f80053bd000-7f80053be000 r--p 00000000 00:3c 15373014                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7f80053be000-7f80053bf000 r-xp 00001000 00:3c 15373014                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7f80053bf000-7f80053c0000 r--p 00002000 00:3c 15373014                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7f80053c0000-7f80053c1000 r--p 00002000 00:3c 15373014                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7f80053c1000-7f80053c2000 rw-p 00003000 00:3c 15373014                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/proc.so
7f80053c2000-7f80053c3000 r--p 00000000 00:3c 15372926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7f80053c3000-7f80053c4000 r-xp 00001000 00:3c 15372926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7f80053c4000-7f80053c5000 r--p 00002000 00:3c 15372926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7f80053c5000-7f80053c6000 r--p 00002000 00:3c 15372926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7f80053c6000-7f80053c7000 rw-p 00003000 00:3c 15372926                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/postponed_job.so
7f80053c7000-7f80053c8000 r--p 00000000 00:3c 15372970                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f80053c8000-7f80053c9000 r-xp 00001000 00:3c 15372970                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f80053c9000-7f80053ca000 r--p 00002000 00:3c 15372970                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f80053ca000-7f80053cb000 r--p 00002000 00:3c 15372970                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f80053cb000-7f80053cc000 rw-p 00003000 00:3c 15372970                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f80053cc000-7f80053cd000 r--p 00000000 00:3c 15357565                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7f80053cd000-7f80053ce000 r-xp 00001000 00:3c 15357565                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7f80053ce000-7f80053cf000 r--p 00002000 00:3c 15357565                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7f80053cf000-7f80053d0000 r--p 00002000 00:3c 15357565                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7f80053d0000-7f80053d1000 rw-p 00003000 00:3c 15357565                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/path_to_class.so
7f80053d1000-7f80053d2000 r--p 00000000 00:3c 15372724                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7f80053d2000-7f80053d3000 r-xp 00001000 00:3c 15372724                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7f80053d3000-7f80053d4000 r--p 00002000 00:3c 15372724                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7f80053d4000-7f80053d5000 r--p 00002000 00:3c 15372724                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7f80053d5000-7f80053d6000 rw-p 00003000 00:3c 15372724                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/num2int.so
7f80053d6000-7f80053d7000 r--p 00000000 00:3c 15372896                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7f80053d7000-7f80053d8000 r-xp 00001000 00:3c 15372896                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7f80053d8000-7f80053d9000 r--p 00002000 00:3c 15372896                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7f80053d9000-7f80053da000 r--p 00002000 00:3c 15372896                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7f80053da000-7f80053db000 rw-p 00003000 00:3c 15372896                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/method.so
7f80053db000-7f80053dc000 r--p 00000000 00:3c 15372841                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7f80053dc000-7f80053dd000 r-xp 00001000 00:3c 15372841                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7f80053dd000-7f80053de000 r--p 00002000 00:3c 15372841                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7f80053de000-7f80053df000 r--p 00002000 00:3c 15372841                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7f80053df000-7f80053e0000 rw-p 00003000 00:3c 15372841                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/usr.so
7f80053e0000-7f80053e1000 r--p 00000000 00:3c 15378621                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f80053e1000-7f80053e2000 r-xp 00001000 00:3c 15378621                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f80053e2000-7f80053e3000 r--p 00002000 00:3c 15378621                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f80053e3000-7f80053e4000 r--p 00002000 00:3c 15378621                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f80053e4000-7f80053e5000 rw-p 00003000 00:3c 15378621                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f80053e5000-7f80053e6000 r--p 00000000 00:3c 15372751                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7f80053e6000-7f80053e7000 r-xp 00001000 00:3c 15372751                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7f80053e7000-7f80053e8000 r--p 00002000 00:3c 15372751                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7f80053e8000-7f80053e9000 r--p 00002000 00:3c 15372751                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7f80053e9000-7f80053ea000 rw-p 00003000 00:3c 15372751                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/load/protect.so
7f80053ee000-7f80053ef000 r--p 00000000 00:3c 15357224                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7f80053ef000-7f80053f0000 r-xp 00001000 00:3c 15357224                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7f80053f0000-7f80053f1000 r--p 00002000 00:3c 15357224                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7f80053f1000-7f80053f2000 r--p 00002000 00:3c 15357224                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7f80053f2000-7f80053f3000 rw-p 00003000 00:3c 15357224                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_tw.so
7f80053f3000-7f80053f4000 r--p 00000000 00:3c 15357390                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7f80053f4000-7f80053f5000 r-xp 00001000 00:3c 15357390                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7f80053f5000-7f80053f6000 r--p 00002000 00:3c 15357390                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7f80053f6000-7f80053f7000 r--p 00002000 00:3c 15357390                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7f80053f7000-7f80053f8000 rw-p 00003000 00:3c 15357390                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_kr.so
7f80053f8000-7f80053f9000 r--p 00000000 00:3c 15338950                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7f80053f9000-7f80053fa000 r-xp 00001000 00:3c 15338950                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7f80053fa000-7f80053fb000 r--p 00002000 00:3c 15338950                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7f80053fb000-7f80053fc000 r--p 00002000 00:3c 15338950                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7f80053fc000-7f80053fd000 rw-p 00003000 00:3c 15338950                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/emacs_mule.so
7f80053fd000-7f80053fe000 r--p 00000000 00:3c 15357496                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7f80053fe000-7f80053ff000 r-xp 00001000 00:3c 15357496                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7f80053ff000-7f8005400000 r--p 00002000 00:3c 15357496                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7f8005400000-7f8005401000 r--p 00002000 00:3c 15357496                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7f8005401000-7f8005402000 rw-p 00003000 00:3c 15357496                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cp949.so
7f8005402000-7f8005403000 r--p 00000000 00:3c 15357489                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7f8005403000-7f8005404000 r-xp 00001000 00:3c 15357489                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7f8005404000-7f8005405000 r--p 00002000 00:3c 15357489                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7f8005405000-7f8005406000 r--p 00003000 00:3c 15357489                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7f8005406000-7f8005407000 rw-p 00004000 00:3c 15357489                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/cesu_8.so
7f8005407000-7f8005408000 r--p 00000000 00:3c 15357473                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7f8005408000-7f8005409000 r-xp 00001000 00:3c 15357473                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7f8005409000-7f800540b000 r--p 00002000 00:3c 15357473                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7f800540b000-7f800540c000 r--p 00003000 00:3c 15357473                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7f800540c000-7f800540d000 rw-p 00004000 00:3c 15357473                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/big5.so
7f800540d000-7f800540e000 r--p 00000000 00:3c 15357620                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7f800540e000-7f800540f000 r-xp 00001000 00:3c 15357620                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7f800540f000-7f8005410000 r--p 00002000 00:3c 15357620                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7f8005410000-7f8005411000 r--p 00003000 00:3c 15357620                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7f8005411000-7f8005412000 rw-p 00004000 00:3c 15357620                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_31j.so
7f8005412000-7f8005413000 r--p 00000000 00:3c 15357280                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7f8005413000-7f8005414000 r-xp 00001000 00:3c 15357280                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7f8005414000-7f8005415000 r--p 00002000 00:3c 15357280                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7f8005415000-7f8005416000 r--p 00003000 00:3c 15357280                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7f8005416000-7f8005417000 rw-p 00004000 00:3c 15357280                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/euc_jp.so
7f8005417000-7f8005418000 r--p 00000000 00:3c 15357639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7f8005418000-7f8005419000 r-xp 00001000 00:3c 15357639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7f8005419000-7f800541a000 r--p 00002000 00:3c 15357639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7f800541a000-7f800541b000 r--p 00002000 00:3c 15357639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7f800541b000-7f800541c000 rw-p 00003000 00:3c 15357639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32le.so
7f800541c000-7f800541d000 r--p 00000000 00:3c 15357635                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7f800541d000-7f800541e000 r-xp 00001000 00:3c 15357635                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7f800541e000-7f800541f000 r--p 00002000 00:3c 15357635                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7f800541f000-7f8005420000 r--p 00002000 00:3c 15357635                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7f8005420000-7f8005421000 rw-p 00003000 00:3c 15357635                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_32be.so
7f8005421000-7f8005422000 r--p 00000000 00:3c 15357631                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7f8005422000-7f8005423000 r-xp 00001000 00:3c 15357631                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7f8005423000-7f8005424000 r--p 00002000 00:3c 15357631                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7f8005424000-7f8005425000 r--p 00002000 00:3c 15357631                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7f8005425000-7f8005426000 rw-p 00003000 00:3c 15357631                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16le.so
7f8005426000-7f8005427000 r--p 00000000 00:3c 15357628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7f8005427000-7f8005428000 r-xp 00001000 00:3c 15357628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7f8005428000-7f8005429000 r--p 00002000 00:3c 15357628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7f8005429000-7f800542a000 r--p 00002000 00:3c 15357628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7f800542a000-7f800542b000 rw-p 00003000 00:3c 15357628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/utf_16be.so
7f800542b000-7f800542c000 r--p 00000000 00:3c 15372771                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7f800542c000-7f800542d000 r-xp 00001000 00:3c 15372771                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7f800542d000-7f800542e000 r--p 00002000 00:3c 15372771                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7f800542e000-7f800542f000 r--p 00002000 00:3c 15372771                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7f800542f000-7f8005430000 rw-p 00003000 00:3c 15372771                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iter.so
7f8005430000-7f8005450000 rw-p 00000000 00:00 0 
7f8005451000-7f8005452000 r--p 00000000 00:3c 15372732                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7f8005452000-7f8005453000 r-xp 00001000 00:3c 15372732                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7f8005453000-7f8005454000 r--p 00002000 00:3c 15372732                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7f8005454000-7f8005455000 r--p 00002000 00:3c 15372732                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7f8005455000-7f8005456000 rw-p 00003000 00:3c 15372732                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/iseq_load.so
7f8005456000-7f8005457000 r--p 00000000 00:3c 15372736                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7f8005457000-7f8005458000 r-xp 00001000 00:3c 15372736                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7f8005458000-7f8005459000 r--p 00002000 00:3c 15372736                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7f8005459000-7f800545a000 r--p 00002000 00:3c 15372736                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7f800545a000-7f800545b000 rw-p 00003000 00:3c 15372736                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/integer.so
7f800545b000-7f800545c000 r--p 00000000 00:3c 15372682                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7f800545c000-7f800545d000 r-xp 00001000 00:3c 15372682                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7f800545d000-7f800545e000 r--p 00002000 00:3c 15372682                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7f800545e000-7f800545f000 r--p 00002000 00:3c 15372682                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7f800545f000-7f8005460000 rw-p 00003000 00:3c 15372682                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/hash.so
7f8005460000-7f80054a0000 rw-p 00000000 00:00 0 
7f80054a1000-7f80054a2000 r--p 00000000 00:3c 15372667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7f80054a2000-7f80054a3000 r-xp 00001000 00:3c 15372667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7f80054a3000-7f80054a4000 r--p 00002000 00:3c 15372667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7f80054a4000-7f80054a5000 r--p 00002000 00:3c 15372667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7f80054a5000-7f80054a6000 rw-p 00003000 00:3c 15372667                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/funcall.so
7f80054a6000-7f80054a7000 r--p 00000000 00:3c 15372639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7f80054a7000-7f80054a8000 r-xp 00001000 00:3c 15372639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7f80054a8000-7f80054a9000 r--p 00002000 00:3c 15372639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7f80054a9000-7f80054aa000 r--p 00002000 00:3c 15372639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7f80054aa000-7f80054ab000 rw-p 00003000 00:3c 15372639                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/float.so
7f80054ab000-7f80054ac000 r--p 00000000 00:3c 15372670                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7f80054ac000-7f80054ad000 r-xp 00001000 00:3c 15372670                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7f80054ad000-7f80054ae000 r--p 00002000 00:3c 15372670                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7f80054ae000-7f80054af000 r--p 00002000 00:3c 15372670                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7f80054af000-7f80054b0000 rw-p 00003000 00:3c 15372670                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/file.so
7f80054b0000-7f80054e0000 rw-p 00000000 00:00 0 
7f80054e0000-7f80054e1000 r--p 00000000 00:3c 15372649                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7f80054e1000-7f80054e2000 r-xp 00001000 00:3c 15372649                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7f80054e2000-7f80054e3000 r--p 00002000 00:3c 15372649                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7f80054e3000-7f80054e4000 r--p 00002000 00:3c 15372649                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7f80054e4000-7f80054e5000 rw-p 00003000 00:3c 15372649                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/exception.so
7f80054e5000-7f80054e6000 r--p 00000000 00:3c 15372612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7f80054e6000-7f80054e7000 r-xp 00001000 00:3c 15372612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7f80054e7000-7f80054e8000 r--p 00002000 00:3c 15372612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7f80054e8000-7f80054e9000 r--p 00002000 00:3c 15372612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7f80054e9000-7f80054ea000 rw-p 00003000 00:3c 15372612                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/eval.so
7f80054ea000-7f80054eb000 r--p 00000000 00:3c 15372590                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7f80054eb000-7f80054ec000 r-xp 00001000 00:3c 15372590                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7f80054ec000-7f80054ed000 r--p 00002000 00:3c 15372590                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7f80054ed000-7f80054ee000 r--p 00002000 00:3c 15372590                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7f80054ee000-7f80054ef000 rw-p 00003000 00:3c 15372590                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/econv.so
7f8005503000-7f8005504000 r--p 00000000 00:3c 15375169                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7f8005504000-7f8005505000 r-xp 00001000 00:3c 15375169                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7f8005505000-7f8005506000 r--p 00002000 00:3c 15375169                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7f8005506000-7f8005507000 r--p 00002000 00:3c 15375169                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7f8005507000-7f8005508000 rw-p 00003000 00:3c 15375169                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/wait.so
7f8005508000-7f800550a000 r--p 00000000 00:3c 15381946                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7f800550a000-7f800550c000 r-xp 00002000 00:3c 15381946                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7f800550c000-7f800550d000 r--p 00004000 00:3c 15381946                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7f800550d000-7f800550e000 r--p 00004000 00:3c 15381946                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7f800550e000-7f800550f000 rw-p 00005000 00:3c 15381946                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pty.so
7f800550f000-7f8005511000 r--p 00000000 00:3c 15381626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7f8005511000-7f8005517000 r-xp 00002000 00:3c 15381626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7f8005517000-7f8005519000 r--p 00008000 00:3c 15381626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7f8005519000-7f800551a000 r--p 00009000 00:3c 15381626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7f800551a000-7f800551b000 rw-p 0000a000 00:3c 15381626                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/pathname.so
7f800551b000-7f800551c000 r--p 00000000 00:3c 15373665                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7f800551c000-7f800551d000 r-xp 00001000 00:3c 15373665                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7f800551d000-7f800551e000 r--p 00002000 00:3c 15373665                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7f800551e000-7f800551f000 r--p 00002000 00:3c 15373665                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7f800551f000-7f8005520000 rw-p 00003000 00:3c 15373665                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/nonblock.so
7f8005520000-7f8005570000 rw-p 00000000 00:00 0 
7f8005580000-7f80055a0000 rw-p 00000000 00:00 0 
7f80055a3000-7f80055a4000 r--p 00000000 00:3c 15372593                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7f80055a4000-7f80055a5000 r-xp 00001000 00:3c 15372593                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7f80055a5000-7f80055a6000 r--p 00002000 00:3c 15372593                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7f80055a6000-7f80055a7000 r--p 00002000 00:3c 15372593                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7f80055a7000-7f80055a8000 rw-p 00003000 00:3c 15372593                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/debug.so
7f80055a8000-7f80055aa000 r--p 00000000 00:3c 15372628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7f80055aa000-7f80055ac000 r-xp 00002000 00:3c 15372628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7f80055ac000-7f80055ad000 r--p 00004000 00:3c 15372628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7f80055ad000-7f80055ae000 r--p 00004000 00:3c 15372628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7f80055ae000-7f80055af000 rw-p 00005000 00:3c 15372628                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/bignum.so
7f80055b2000-7f80055b3000 r--p 00000000 00:3c 15374977                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7f80055b3000-7f80055b4000 r-xp 00001000 00:3c 15374977                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7f80055b4000-7f80055b5000 r--p 00002000 00:3c 15374977                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7f80055b5000-7f80055b6000 r--p 00002000 00:3c 15374977                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7f80055b6000-7f80055b7000 rw-p 00003000 00:3c 15374977                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/fcntl.so
7f80055b7000-7f80055b8000 r--p 00000000 00:3c 15374135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7f80055b8000-7f80055b9000 r-xp 00001000 00:3c 15374135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7f80055b9000-7f80055ba000 r--p 00002000 00:3c 15374135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7f80055ba000-7f80055bb000 r--p 00002000 00:3c 15374135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7f80055bb000-7f80055bc000 rw-p 00003000 00:3c 15374135                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/continuation.so
7f80055bc000-7f80055bf000 r--p 00000000 00:3c 15376442                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7f80055bf000-7f80055cb000 r-xp 00003000 00:3c 15376442                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7f80055cb000-7f80055ce000 r--p 0000f000 00:3c 15376442                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7f80055ce000-7f80055cf000 r--p 00011000 00:3c 15376442                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7f80055cf000-7f80055d0000 rw-p 00012000 00:3c 15376442                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/zlib.so
7f80055d0000-7f8005670000 rw-p 00000000 00:00 0 
7f8005671000-7f8005672000 r--p 00000000 00:3c 15372579                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7f8005672000-7f8005673000 r-xp 00001000 00:3c 15372579                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7f8005673000-7f8005674000 r--p 00002000 00:3c 15372579                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7f8005674000-7f8005675000 r--p 00002000 00:3c 15372579                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7f8005675000-7f8005676000 rw-p 00003000 00:3c 15372579                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/class.so
7f8005676000-7f8005678000 r--p 00000000 00:3c 15374967                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7f8005678000-7f800567b000 r-xp 00002000 00:3c 15374967                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7f800567b000-7f800567d000 r--p 00005000 00:3c 15374967                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7f800567d000-7f800567e000 r--p 00006000 00:3c 15374967                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7f800567e000-7f800567f000 rw-p 00007000 00:3c 15374967                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/etc.so
7f800567f000-7f8005680000 ---p 00000000 00:00 0 
7f8005680000-7f80056c1000 rw-p 00000000 00:00 0 
7f80056c1000-7f80056c2000 ---p 00000000 00:00 0 
7f80056c2000-7f8005703000 rw-p 00000000 00:00 0 
7f8005703000-7f8005704000 ---p 00000000 00:00 0 
7f8005704000-7f8005745000 rw-p 00000000 00:00 0 
7f8005745000-7f8005746000 ---p 00000000 00:00 0 
7f8005746000-7f8005787000 rw-p 00000000 00:00 0 
7f8005787000-7f8005788000 ---p 00000000 00:00 0 
7f8005788000-7f80057c9000 rw-p 00000000 00:00 0 
7f80057c9000-7f80057ca000 ---p 00000000 00:00 0 
7f80057ca000-7f800580b000 rw-p 00000000 00:00 0 
7f800580b000-7f800580c000 ---p 00000000 00:00 0 
7f800580c000-7f800584d000 rw-p 00000000 00:00 0 
7f800584d000-7f800584e000 ---p 00000000 00:00 0 
7f800584e000-7f800588f000 rw-p 00000000 00:00 0 
7f800588f000-7f8005890000 ---p 00000000 00:00 0 
7f8005890000-7f80058d1000 rw-p 00000000 00:00 0 
7f80058d1000-7f80058d2000 ---p 00000000 00:00 0 
7f80058d2000-7f8005913000 rw-p 00000000 00:00 0 
7f8005913000-7f8005914000 ---p 00000000 00:00 0 
7f8005914000-7f8005955000 rw-p 00000000 00:00 0 
7f8005955000-7f8005956000 ---p 00000000 00:00 0 
7f8005956000-7f8005997000 rw-p 00000000 00:00 0 
7f8005997000-7f8005998000 ---p 00000000 00:00 0 
7f8005998000-7f80059d9000 rw-p 00000000 00:00 0 
7f80059d9000-7f80059da000 ---p 00000000 00:00 0 
7f80059da000-7f8005a1b000 rw-p 00000000 00:00 0 
7f8005a1b000-7f8005a1c000 ---p 00000000 00:00 0 
7f8005a1c000-7f8005a5d000 rw-p 00000000 00:00 0 
7f8005a5d000-7f8005a5e000 ---p 00000000 00:00 0 
7f8005a5e000-7f8005a9f000 rw-p 00000000 00:00 0 
7f8005a9f000-7f8005aa0000 ---p 00000000 00:00 0 
7f8005aa0000-7f8005ae1000 rw-p 00000000 00:00 0 
7f8005ae1000-7f8005ae2000 ---p 00000000 00:00 0 
7f8005ae2000-7f8005b23000 rw-p 00000000 00:00 0 
7f8005b23000-7f8005b24000 ---p 00000000 00:00 0 
7f8005b24000-7f8005b65000 rw-p 00000000 00:00 0 
7f8005b65000-7f8005b66000 ---p 00000000 00:00 0 
7f8005b66000-7f8005ba7000 rw-p 00000000 00:00 0 
7f8005ba7000-7f8005ba8000 ---p 00000000 00:00 0 
7f8005ba8000-7f8005be9000 rw-p 00000000 00:00 0 
7f8005be9000-7f8005bea000 ---p 00000000 00:00 0 
7f8005bea000-7f8005c2b000 rw-p 00000000 00:00 0 
7f8005c2b000-7f8005c2c000 ---p 00000000 00:00 0 
7f8005c2c000-7f8005c6d000 rw-p 00000000 00:00 0 
7f8005c6d000-7f8005c6e000 ---p 00000000 00:00 0 
7f8005c6e000-7f8005caf000 rw-p 00000000 00:00 0 
7f8005caf000-7f8005cb0000 ---p 00000000 00:00 0 
7f8005cb0000-7f8005cf1000 rw-p 00000000 00:00 0 
7f8005cf1000-7f8005cf2000 ---p 00000000 00:00 0 
7f8005cf2000-7f8005d33000 rw-p 00000000 00:00 0 
7f8005d33000-7f8005d34000 ---p 00000000 00:00 0 
7f8005d34000-7f8005d75000 rw-p 00000000 00:00 0 
7f8005d75000-7f8005d76000 ---p 00000000 00:00 0 
7f8005d76000-7f8005db7000 rw-p 00000000 00:00 0 
7f8005db7000-7f8005db8000 ---p 00000000 00:00 0 
7f8005db8000-7f8005df9000 rw-p 00000000 00:00 0 
7f8005df9000-7f8005dfa000 ---p 00000000 00:00 0 
7f8005dfa000-7f8005e3b000 rw-p 00000000 00:00 0 
7f8005e3b000-7f8005e3c000 ---p 00000000 00:00 0 
7f8005e3c000-7f8005e7d000 rw-p 00000000 00:00 0 
7f8005e7d000-7f8005e7e000 ---p 00000000 00:00 0 
7f8005e7e000-7f8005ebf000 rw-p 00000000 00:00 0 
7f8005ebf000-7f8005ec0000 ---p 00000000 00:00 0 
7f8005ec0000-7f8006730000 rw-p 00000000 00:00 0 
7f8006730000-7f8006731000 r--p 00000000 00:3c 15372510                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8006731000-7f8006732000 r-xp 00001000 00:3c 15372510                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8006732000-7f8006733000 r--p 00002000 00:3c 15372510                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8006733000-7f8006734000 r--p 00002000 00:3c 15372510                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8006734000-7f8006735000 rw-p 00003000 00:3c 15372510                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8006735000-7f8006737000 r--p 00000000 00:3c 15376299                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7f8006737000-7f800673c000 r-xp 00002000 00:3c 15376299                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7f800673c000-7f800673d000 r--p 00007000 00:3c 15376299                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7f800673d000-7f800673e000 r--p 00008000 00:3c 15376299                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7f800673e000-7f800673f000 rw-p 00009000 00:3c 15376299                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
7f800673f000-7f801fb3f000 rw-p 00000000 00:00 0 
7f801fb40000-7f801fb41000 r--p 00000000 00:3c 15372526                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7f801fb41000-7f801fb42000 r-xp 00001000 00:3c 15372526                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7f801fb42000-7f801fb43000 r--p 00002000 00:3c 15372526                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7f801fb43000-7f801fb44000 r--p 00002000 00:3c 15372526                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7f801fb44000-7f801fb45000 rw-p 00003000 00:3c 15372526                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/array/resize.so
7f801fb45000-7f801fb46000 r--p 00000000 00:3c 15372507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7f801fb46000-7f801fb47000 r-xp 00001000 00:3c 15372507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7f801fb47000-7f801fb48000 r--p 00002000 00:3c 15372507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7f801fb48000-7f801fb49000 r--p 00002000 00:3c 15372507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7f801fb49000-7f801fb4a000 rw-p 00003000 00:3c 15372507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/-test-/asan.so
7f801fb4a000-7f801fb4b000 r--p 00000000 00:3c 15599126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7f801fb4b000-7f801fb4d000 r-xp 00001000 00:3c 15599126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7f801fb4d000-7f801fb4e000 r--p 00003000 00:3c 15599126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7f801fb4e000-7f801fb4f000 r--p 00003000 00:3c 15599126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7f801fb4f000-7f801fb50000 rw-p 00004000 00:3c 15599126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
7f801fb50000-7f801fb70000 rw-p 00000000 00:00 0 
7f801fb72000-7f801fb73000 r--p 00000000 00:3c 15364452                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7f801fb73000-7f801fb74000 r-xp 00001000 00:3c 15364452                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7f801fb74000-7f801fb75000 r--p 00002000 00:3c 15364452                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7f801fb75000-7f801fb76000 r--p 00002000 00:3c 15364452                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7f801fb76000-7f801fb77000 rw-p 00003000 00:3c 15364452                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
7f801fb77000-7f801fc78000 rw-p 00000000 00:00 0 
7f801fc78000-7f801fc7f000 r--s 00000000 00:3c 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f801fc7f000-7f801fcd8000 r--p 00000000 00:3c 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
7f801fcd8000-7f801fcda000 rw-p 00000000 00:00 0 
7f801fcda000-7f801fcde000 r--p 00000000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f801fcde000-7f801fd01000 r-xp 00004000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f801fd01000-7f801fd05000 r--p 00027000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f801fd05000-7f801fd06000 r--p 0002b000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f801fd06000-7f801fd07000 rw-p 0002c000 00:3c 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f801fd07000-7f801fd2f000 r--p 00000000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f801fd2f000-7f801feb7000 r-xp 00028000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f801feb7000-7f801ff06000 r--p 001b0000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f801ff06000-7f801ff0a000 r--p 001fe000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f801ff0a000-7f801ff0c000 rw-p 00202000 00:3c 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f801ff0c000-7f801ff1b000 rw-p 00000000 00:00 0 
7f801ff1b000-7f801ff2b000 r--p 00000000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f801ff2b000-7f801ffaa000 r-xp 00010000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f801ffaa000-7f8020002000 r--p 0008f000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f8020002000-7f8020003000 r--p 000e7000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f8020003000-7f8020004000 rw-p 000e8000 00:3c 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f8020004000-7f8020006000 r--p 00000000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f8020006000-7f802001b000 r-xp 00002000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f802001b000-7f8020034000 r--p 00017000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f8020034000-7f8020035000 r--p 0002f000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f8020035000-7f8020036000 rw-p 00030000 00:3c 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f8020036000-7f802003e000 rw-p 00000000 00:00 0 
7f802003e000-7f8020048000 r--p 00000000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f8020048000-7f80200ab000 r-xp 0000a000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f80200ab000-7f80200c0000 r--p 0006d000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f80200c0000-7f80200c1000 r--p 00081000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f80200c1000-7f80200c2000 rw-p 00082000 00:3c 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f80200c2000-7f80200c4000 r--p 00000000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f80200c4000-7f80200d6000 r-xp 00002000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f80200d6000-7f80200dc000 r--p 00014000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f80200dc000-7f80200dd000 r--p 0001a000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f80200dd000-7f80200de000 rw-p 0001b000 00:3c 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f80200de000-7f80200df000 r--p 00000000 00:3c 15357236                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7f80200df000-7f80200e0000 r-xp 00001000 00:3c 15357236                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7f80200e0000-7f80200e1000 r--p 00002000 00:3c 15357236                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7f80200e1000-7f80200e2000 r--p 00002000 00:3c 15357236                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7f80200e2000-7f80200e3000 rw-p 00003000 00:3c 15357236                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
7f80200e3000-7f802012b000 r--p 00000000 00:3c 15076010                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7f802012b000-7f80205df000 r-xp 00048000 00:3c 15076010                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7f80205df000-7f8020770000 r--p 004fc000 00:3c 15076010                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7f8020770000-7f8020786000 r--p 0068d000 00:3c 15076010                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7f8020786000-7f802078a000 rw-p 006a3000 00:3c 15076010                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.5.0
7f802078a000-7f80207a0000 rw-p 00000000 00:00 0 
7f80207a0000-7f80207a1000 r--p 00000000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f80207a1000-7f80207cc000 r-xp 00001000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f80207cc000-7f80207d6000 r--p 0002c000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f80207d6000-7f80207d8000 r--p 00036000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f80207d8000-7f80207da000 rw-p 00038000 00:3c 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fffee694000-7fffee6e0000 rw-p 00000000 00:00 0                          [stack]
7fffee7b6000-7fffee7ba000 r--p 00000000 00:00 0                          [vvar]
7fffee7ba000-7fffee7bc000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


make: *** [uncommon.mk:975: yes-test-all] Segmentation fault (core dumped)
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
ruby 3.5.0dev (2025-06-04T11:59:40Z master a4dc778a5e) +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 23.013561 seconds

3337 files, 33499 examples, 156229 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