# Logfile created on 2025-05-14 22:04:13 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007f7c2487fdc8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20250514-220413", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f7c248a1810 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f7c248a1630 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f7c247ba5f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20250514-220413", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20250514-220413>, @binmode=false, @mon_data=#<Monitor:0x00007f7c248a1298>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50
Cloning into 'trunk-repeat50'...
Updating files:  78% (8797/11196)
Updating files:  79% (8845/11196)
Updating files:  80% (8957/11196)
Updating files:  81% (9069/11196)
Updating files:  82% (9181/11196)
Updating files:  83% (9293/11196)
Updating files:  84% (9405/11196)
Updating files:  85% (9517/11196)
Updating files:  86% (9629/11196)
Updating files:  87% (9741/11196)
Updating files:  88% (9853/11196)
Updating files:  89% (9965/11196)
Updating files:  90% (10077/11196)
Updating files:  91% (10189/11196)
Updating files:  92% (10301/11196)
Updating files:  93% (10413/11196)
Updating files:  94% (10525/11196)
Updating files:  95% (10637/11196)
Updating files:  96% (10749/11196)
Updating files:  97% (10861/11196)
Updating files:  98% (10973/11196)
Updating files:  99% (11085/11196)
Updating files: 100% (11196/11196)
Updating files: 100% (11196/11196), done.
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --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 __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+1
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-repeat50
   * exec prefix:         ${prefix}
   * arch:                x86_64-linux
   * site arch:           ${arch}
   * RUBY_BASE_NAME:      ruby
   * enable shared:       yes
   * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
   * site libraries path: ${rubylibprefix}/${sitearch}
   * vendor path:         ${rubylibprefix}/vendor_ruby
   * target OS:           linux
   * compiler:            gcc
   * with thread:         pthread
   * with coroutine:      amd64
   * 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-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --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 power_assert-2.0.5...
Downloading bundled gem rake-13.2.1...
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 matrix-0.4.2...
Downloading bundled gem prime-0.1.3...
Downloading bundled gem rbs-3.9.3...
Downloading bundled gem typeprof-0.30.1...
Downloading bundled gem debug-1.10.0...
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.2.0...
Downloading bundled gem bigdecimal-3.1.9...
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.1...
Downloading bundled gem nkf-0.2.0...
Downloading bundled gem syslog-0.3.0...
Downloading bundled gem csv-3.3.4...
Downloading bundled gem ostruct-0.6.1...
Downloading bundled gem pstore-0.2.0...
Downloading bundled gem benchmark-0.4.0...
Downloading bundled gem logger-1.7.0...
Downloading bundled gem rdoc-6.13.1...
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-repeat50/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat50/gems/src
Cloning https://github.com/ruby/repl_type_completor
Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/repl_type_completor'...
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision updated
Building repl_type_completor@25108aa8d69ddaba0b5da3feff1c0035371524b2 to /tmp/ruby/src/trunk-repeat50/gems/repl_type_completor-0.1.11.gem
  Successfully built RubyGem
  Name: repl_type_completor
  Version: 0.1.11
  File: repl_type_completor-0.1.11.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = 7afee53fa0
$$$[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
generating vm_call_iseq_optimized.inc
known_errors.inc updated
vm_call_iseq_optimized.inc updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat50/enc/jis
+ cp /tmp/ruby/src/trunk-repeat50/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat50/enc/jis/props.h
/tmp/ruby/src/trunk-repeat50/revision.h updated
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-repeat50/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-repeat50/probes.d > probes.dmyh
generating parse.c
copying lex.c
generating id.c
making /tmp/ruby/src/trunk-repeat50/ast.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk-repeat50/dir.rbinc
id.c updated
making /tmp/ruby/src/trunk-repeat50/gc.rbinc
making /tmp/ruby/src/trunk-repeat50/numeric.rbinc
making /tmp/ruby/src/trunk-repeat50/io.rbinc
making /tmp/ruby/src/trunk-repeat50/marshal.rbinc
making /tmp/ruby/src/trunk-repeat50/pack.rbinc
making /tmp/ruby/src/trunk-repeat50/trace_point.rbinc
making /tmp/ruby/src/trunk-repeat50/warning.rbinc
making /tmp/ruby/src/trunk-repeat50/array.rbinc
making /tmp/ruby/src/trunk-repeat50/hash.rbinc
making /tmp/ruby/src/trunk-repeat50/kernel.rbinc
making /tmp/ruby/src/trunk-repeat50/ractor.rbinc
making /tmp/ruby/src/trunk-repeat50/symbol.rbinc
making /tmp/ruby/src/trunk-repeat50/timev.rbinc
making /tmp/ruby/src/trunk-repeat50/thread_sync.rbinc
making /tmp/ruby/src/trunk-repeat50/nilclass.rbinc
making /tmp/ruby/src/trunk-repeat50/prelude.rbinc
making /tmp/ruby/src/trunk-repeat50/gem_prelude.rbinc
making /tmp/ruby/src/trunk-repeat50/yjit.rbinc
making /tmp/ruby/src/trunk-repeat50/yjit_hook.rbinc
making /tmp/ruby/src/trunk-repeat50/zjit.rbinc
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
extracting ripper.y from ../../parse.y
generating /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
generating /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/socket'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/etc'
generating miniprelude.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/socket'
miniprelude.c updated
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision unchanged
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat50/.bundle/gems
generating x86_64-linux-fake.rb
compiling compiler ripper.y
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
Extracting bundle gem minitest-5.25.5...
Extracting bundle gem power_assert-2.0.5...
Unpacked gems/minitest-5.25.5.gem
Extracting bundle gem rake-13.2.1...
Unpacked gems/power_assert-2.0.5.gem
Extracting bundle gem test-unit-3.6.8...
Unpacked gems/rake-13.2.1.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-imap-0.5.8.gem
Extracting bundle gem net-smtp-0.5.1...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/net-smtp-0.5.1.gem
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem prime-0.1.3...
Extracting bundle gem rbs-3.9.3...
Unpacked gems/prime-0.1.3.gem
Extracting bundle gem typeprof-0.30.1...
Unpacked gems/rbs-3.9.3.gem
Extracting bundle gem debug-1.10.0...
Unpacked gems/typeprof-0.30.1.gem
Extracting bundle gem racc-1.8.1...
Unpacked gems/debug-1.10.0.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
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem base64-0.2.0...
Extracting bundle gem bigdecimal-3.1.9...
Unpacked gems/bigdecimal-3.1.9.gem
Unpacked gems/base64-0.2.0.gem
Extracting bundle gem observer-0.1.2...
Extracting bundle gem abbrev-0.1.2...
Unpacked gems/observer-0.1.2.gem
Unpacked gems/abbrev-0.1.2.gem
Extracting bundle gem resolv-replace-0.1.1...
Extracting bundle gem rinda-0.2.0...
Unpacked gems/resolv-replace-0.1.1.gem
Unpacked gems/rinda-0.2.0.gem
Extracting bundle gem drb-2.2.1...
Extracting bundle gem nkf-0.2.0...
Unpacked gems/drb-2.2.1.gem
Extracting bundle gem syslog-0.3.0...
Unpacked gems/nkf-0.2.0.gem
Extracting bundle gem csv-3.3.4...
Unpacked gems/syslog-0.3.0.gem
Extracting bundle gem ostruct-0.6.1...
Unpacked gems/csv-3.3.4.gem
Extracting bundle gem pstore-0.2.0...
Unpacked gems/ostruct-0.6.1.gem
Extracting bundle gem benchmark-0.4.0...
Unpacked gems/pstore-0.2.0.gem
Extracting bundle gem logger-1.7.0...
Unpacked gems/benchmark-0.4.0.gem
Extracting bundle gem rdoc-6.13.1...
Unpacked gems/logger-1.7.0.gem
Extracting bundle gem win32ole-1.9.2...
Unpacked gems/win32ole-1.9.2.gem
Extracting bundle gem irb-1.15.2...
Unpacked gems/rdoc-6.13.1.gem
Extracting bundle gem reline-0.6.1...
Unpacked gems/irb-1.15.2.gem
Extracting bundle gem readline-0.0.4...
Unpacked gems/reline-0.6.1.gem
Extracting bundle gem fiddle-1.1.8...
Unpacked gems/readline-0.0.4.gem
generating enc.mk
Unpacked gems/fiddle-1.1.8.gem
Extracting bundle gem repl_type_completor-0.1.11...
Unpacked gems/repl_type_completor-0.1.11.gem
generating ripper_init.c from ./ripper_init.c.tmpl
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
generating table from enc/trans/big5.c
generating table from enc/trans/cesu_8.c
generating enc/trans/cesu_8.c ...
generating table from enc/trans/chinese.c
generating table from enc/trans/ebcdic.c
generating enc/trans/ebcdic.c ...
generating table from enc/trans/emoji.c
generating enc/trans/chinese.c ...
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji.c ...
generating table from enc/trans/emoji_sjis_docomo.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/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/big5.c ...
generating table from enc/trans/korean.c
generating enc/trans/japanese_sjis.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/single_byte.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
generating enc/trans/japanese_euc.c ...
generating enc/trans/korean.c ...
generating enc/trans/utf8_mac.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/main.c
compiling /tmp/ruby/src/trunk-repeat50/dmydln.c
compiling /tmp/ruby/src/trunk-repeat50/miniinit.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-repeat50/ast.c
compiling /tmp/ruby/src/trunk-repeat50/bignum.c
compiling /tmp/ruby/src/trunk-repeat50/class.c
compiling /tmp/ruby/src/trunk-repeat50/compar.c
compiling /tmp/ruby/src/trunk-repeat50/compile.c
compiling /tmp/ruby/src/trunk-repeat50/complex.c
compiling /tmp/ruby/src/trunk-repeat50/cont.c
compiling /tmp/ruby/src/trunk-repeat50/debug.c
compiling /tmp/ruby/src/trunk-repeat50/debug_counter.c
compiling /tmp/ruby/src/trunk-repeat50/dir.c
compiling /tmp/ruby/src/trunk-repeat50/dln_find.c
compiling /tmp/ruby/src/trunk-repeat50/encoding.c
compiling /tmp/ruby/src/trunk-repeat50/enum.c
compiling /tmp/ruby/src/trunk-repeat50/enumerator.c
compiling /tmp/ruby/src/trunk-repeat50/error.c
compiling /tmp/ruby/src/trunk-repeat50/eval.c
compiling /tmp/ruby/src/trunk-repeat50/file.c
compiling /tmp/ruby/src/trunk-repeat50/gc.c
compiling /tmp/ruby/src/trunk-repeat50/hash.c
compiling /tmp/ruby/src/trunk-repeat50/inits.c
compiling /tmp/ruby/src/trunk-repeat50/imemo.c
compiling /tmp/ruby/src/trunk-repeat50/io.c
compiling /tmp/ruby/src/trunk-repeat50/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/src/trunk-repeat50/load.c
compiling /tmp/ruby/src/trunk-repeat50/marshal.c
compiling /tmp/ruby/src/trunk-repeat50/math.c
compiling /tmp/ruby/src/trunk-repeat50/memory_view.c
compiling /tmp/ruby/src/trunk-repeat50/namespace.c
compiling /tmp/ruby/src/trunk-repeat50/node.c
compiling /tmp/ruby/src/trunk-repeat50/node_dump.c
compiling /tmp/ruby/src/trunk-repeat50/numeric.c
compiling /tmp/ruby/src/trunk-repeat50/object.c
compiling /tmp/ruby/src/trunk-repeat50/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat50/parser_st.c
compiling /tmp/ruby/src/trunk-repeat50/proc.c
compiling /tmp/ruby/src/trunk-repeat50/process.c
compiling /tmp/ruby/src/trunk-repeat50/ractor.c
compiling /tmp/ruby/src/trunk-repeat50/random.c
compiling /tmp/ruby/src/trunk-repeat50/range.c
compiling /tmp/ruby/src/trunk-repeat50/rational.c
compiling /tmp/ruby/src/trunk-repeat50/re.c
compiling /tmp/ruby/src/trunk-repeat50/regcomp.c
compiling /tmp/ruby/src/trunk-repeat50/regenc.c
compiling /tmp/ruby/src/trunk-repeat50/regerror.c
compiling /tmp/ruby/src/trunk-repeat50/regexec.c
compiling /tmp/ruby/src/trunk-repeat50/regparse.c
compiling /tmp/ruby/src/trunk-repeat50/regsyntax.c
compiling /tmp/ruby/src/trunk-repeat50/ruby.c
compiling /tmp/ruby/src/trunk-repeat50/ruby_parser.c
compiling /tmp/ruby/src/trunk-repeat50/scheduler.c
compiling /tmp/ruby/src/trunk-repeat50/shape.c
compiling /tmp/ruby/src/trunk-repeat50/signal.c
compiling /tmp/ruby/src/trunk-repeat50/sprintf.c
compiling /tmp/ruby/src/trunk-repeat50/st.c
compiling /tmp/ruby/src/trunk-repeat50/set.c
compiling /tmp/ruby/src/trunk-repeat50/strftime.c
compiling /tmp/ruby/src/trunk-repeat50/string.c
compiling /tmp/ruby/src/trunk-repeat50/struct.c
compiling /tmp/ruby/src/trunk-repeat50/symbol.c
compiling /tmp/ruby/src/trunk-repeat50/thread.c
compiling /tmp/ruby/src/trunk-repeat50/time.c
compiling /tmp/ruby/src/trunk-repeat50/transcode.c
compiling /tmp/ruby/src/trunk-repeat50/util.c
/tmp/ruby/src/trunk-repeat50/thread.c: In function ‘rb_thread_io_blocking_call’:
/tmp/ruby/src/trunk-repeat50/thread.c:1806:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1806 |     rb_thread_t *th = rb_ec_thread_ptr(ec);
      |                  ^~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
compiling /tmp/ruby/src/trunk-repeat50/variable.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling /tmp/ruby/src/trunk-repeat50/vm.c
compiling /tmp/ruby/src/trunk-repeat50/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat50/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat50/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat50/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat50/weakmap.c
compiling /tmp/ruby/src/trunk-repeat50/yjit.c
compiling /tmp/ruby/src/trunk-repeat50/jit.c
building Rust YJIT (release mode)
compiling /tmp/ruby/src/trunk-repeat50/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-repeat50/addr2line.c
compiling /tmp/ruby/src/trunk-repeat50/array.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-repeat50/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk-repeat50/prism/encoding.c
compiling /tmp/ruby/src/trunk-repeat50/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-repeat50/prism/options.c
compiling /tmp/ruby/src/trunk-repeat50/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat50/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-repeat50/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat50/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat50/prism_init.c
assembling /tmp/ruby/src/trunk-repeat50/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-repeat50/enc/ascii.c
compiling /tmp/ruby/src/trunk-repeat50/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-repeat50/enc/unicode.c
compiling /tmp/ruby/src/trunk-repeat50/enc/utf_8.c
compiling enc/trans/newline.c
touch /tmp/ruby/build/trunk-repeat50/target/release/libyjit.a
partial linking /tmp/ruby/build/trunk-repeat50/target/release/libyjit.a into /tmp/ruby/build/trunk-repeat50/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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/dln.c
compiling /tmp/ruby/src/trunk-repeat50/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat50/dmyext.c
compiling /tmp/ruby/src/trunk-repeat50/dmyenc.c
compiling /tmp/ruby/src/trunk-repeat50/loadpath.c
builtin_binary.inc updated
563108c7cc880dc618705020c4c30eb06a8e60da3fb5f2584df1230a4bc24c02  builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat50/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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50'
compiling /tmp/ruby/src/trunk-repeat50/enc/encdb.c
compiling /tmp/ruby/src/trunk-repeat50/enc/big5.c
compiling /tmp/ruby/src/trunk-repeat50/enc/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
compiling /tmp/ruby/src/trunk-repeat50/enc/cp949.c
compiling /tmp/ruby/src/trunk-repeat50/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-repeat50/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-repeat50/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-repeat50/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-repeat50/enc/gb2312.c
compiling /tmp/ruby/src/trunk-repeat50/enc/gb18030.c
compiling /tmp/ruby/src/trunk-repeat50/enc/gbk.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_3.c
generating transdb.h
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_5.c
transdb.h updated
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-repeat50/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-repeat50/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-repeat50/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_31j.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1254.c
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
making trans
compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1257.c
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/transdb.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/cesu_8.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/cesu_8.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
generating /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_iso2022_kddi.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
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/ensure_and_callcc
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_iso2022_kddi.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_kddi.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/escape.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_softbank.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/japanese.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/gb18030.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/korean.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_sjis.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.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-repeat50/enc/trans/korean.c ...
generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/utf_16_32.c ...
linking transcoder transdb.so
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c
generating /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/cesu_8.c
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/stack
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
generating /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c
configuring -test-/thread/id
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.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 cgi/escape
configuring continuation
configuring coverage
configuring date
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_softbank.c
configuring digest
configuring digest/bubblebabble
configuring digest/md5
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c
configuring digest/rmd160
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c
configuring digest/sha1
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_sjis.c
configuring digest/sha2
configuring erb/escape
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/korean.c
configuring etc
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/utf_16_32.c
configuring fcntl
configuring io/console
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-repeat50'
making encs
configuring json
configuring json/generator
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
configuring monitor
configuring objspace
configuring openssl
configuring json/parser
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring io/nonblock
configuring stringio
configuring strscan
configuring io/wait
configuring zlib
configuring bigdecimal-3.1.9/ext/bigdecimal
configuring debug-1.10.0/ext/debug
configuring fiddle-1.1.8/ext/fiddle
configuring nkf-0.2.0/ext/nkf
configuring racc-1.8.1/ext/racc/cparse
configuring rbs-3.9.3/ext/rbs_extension
configuring syslog-0.3.0/ext/syslog
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/RUBY_ALIGNOF/c.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/extract'
linking shared-object -test-/abi.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/arith_seq/extract/extract.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/array/resize/resize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/beg_len_step'
linking shared-object -test-/array/to_ary_concat.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/asan'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/asan/asan.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/big2str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-14834/bug-14834.c
linking shared-object -test-/array/resize.so
linking shared-object -test-/asan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-3571/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/asan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_14834.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/bigzero.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter'
linking shared-object -test-/bug_3571.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/class2name.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/div.c
linking shared-object -test-/bug_reporter.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/init.c
linking shared-object -test-/class.so
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/econv/append.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/econv/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/profile_frames.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/mul.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/ensure_and_callcc/ensure_and_callcc.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/str2big.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/eval/eval.c
linking shared-object -test-/ensure_and_callcc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/ensure_and_callcc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/dataerror.c
linking shared-object -test-/enumerator_kw.so
linking shared-object -test-/eval.so
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/eval'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/file'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/fs.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/newline_conv.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/stat.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/ensured.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/float'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/init.c
linking shared-object -test-/fatal.so
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/funcall/funcall.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/float/nextafter.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/delete.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/core_ext.c
linking shared-object -test-/gvl/call_without_gvl.so
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/float'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iseq_load/iseq_load.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/my_integer.c
linking shared-object -test-/iseq_load.so
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/break.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/dot.dot/dot.dot.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/init.c
linking shared-object -test-/load/dot.dot.so
linking shared-object -test-/integer.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/yield.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/protect/protect.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
linking shared-object -test-/load/protect.so
linking shared-object -test-/iter.so
linking shared-object -test-/load/resolve_symbol_target.so
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/stringify_symbols/stringify_symbols.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/stringify_target/stringify_target.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/compat/usrcompat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_symbols'
linking shared-object -test-/load/stringify_target.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/compat.so
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/memory_view/memory_view.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/arity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/namespace/yay1'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/namespace/yay1/yay1.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/namespace/yay2'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/namespace/yay2/yay2.c
linking shared-object -test-/namespace/yay1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/namespace/yay1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/notimplement/bug.c
linking shared-object -test-/method.so
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method'
linking shared-object -test-/namespace/yay2.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/num2int/num2int.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/memory_view'
linking shared-object -test-/notimplement.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/path_to_class/path_to_class.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/namespace/yay2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/path_to_class.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/printf/printf.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/init.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/bad_version.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/rational/rat.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/receiver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/init.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/loop.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/recursion/recursion.c
linking shared-object -test-/random.so
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/numhash/numhash.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update'
linking shared-object -test-/regexp.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp'
linking shared-object -test-/st/numhash.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/stack'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/stack/stack.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/capacity.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/data.c
linking shared-object -test-/stack.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/coderange.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/stack'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/type.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/id/id.c
linking shared-object -test-/symbol.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/thread/id.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/member.c
linking shared-object -test-/thread/instrumentation.so
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_dummy.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/vm/at_exit.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/fstring.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/wait/wait.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/modify.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-repeat50/ext/cgi/escape/escape.c
linking shared-object -test-/wait.so
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/continuation'
compiling /tmp/ruby/src/trunk-repeat50/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/qsort.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat50/ext/coverage/coverage.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/set_len.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/digest.c
installing default coverage libraries
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/erb/escape'
compiling /tmp/ruby/src/trunk-repeat50/ext/erb/escape/escape.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string'
compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_parse.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/etc'
compiling /tmp/ruby/src/trunk-repeat50/ext/etc/etc.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fcntl'
compiling /tmp/ruby/src/trunk-repeat50/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat50/ext/io/console/console.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-repeat50/ext/io/nonblock/nonblock.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait'
compiling /tmp/ruby/src/trunk-repeat50/ext/io/wait/wait.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
linking shared-object io/console.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
compiling /tmp/ruby/src/trunk-repeat50/ext/monitor/monitor.c
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/object_tracing.c
installing default monitor libraries
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bio.c
linking shared-object objspace.so
installing default date_core libraries
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bn.c
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat50/ext/pathname/pathname.c
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_config.c
installing default pathname libraries
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
compiling /tmp/ruby/src/trunk-repeat50/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_to_ruby.c
installing default pty libraries
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ns_spki.c
linking shared-object psych.so
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c
checking /tmp/ruby/src/trunk-repeat50/parse.y and /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_provider.c
installing default ripper libraries
linking shared-object ripper.so
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/option.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/stringio'
compiling /tmp/ruby/src/trunk-repeat50/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_rand.c
linking shared-object stringio.so
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/raddrinfo.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
compiling /tmp/ruby/src/trunk-repeat50/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl_session.c
installing default socket libraries
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/zlib'
compiling /tmp/ruby/src/trunk-repeat50/ext/zlib/zlib.c
linking shared-object strscan.so
installing default strscan libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ts.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal/missing.c
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/debug-1.10.0/lib ../../../../../.bundle/gems/debug-1.10.0/lib
linking shared-object debug/debug.so
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/fiddle.c
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/lib ../../../../../.bundle/gems/bigdecimal-3.1.9/lib
linking shared-object bigdecimal.so
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509attr.c
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/nkf-0.2.0/bin ../../../../../.bundle/gems/nkf-0.2.0/bin
ln -sfT ../../../../../src/trunk-repeat50/.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-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/../../src/constants.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509cert.c
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/racc-1.8.1/bin ../../../../../../.bundle/gems/racc-1.8.1/bin
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/../../src/ruby_objs.c
ln -sfT ../../../../../src/trunk-repeat50/.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-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog/syslog.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/handle.c
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/syslog-0.3.0/bin ../../../../../.bundle/gems/syslog-0.3.0/bin
ln -sfT ../../../../../src/trunk-repeat50/.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-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/../../src/util/rbs_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/parser.c
/tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’:
/tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment]
   24 |   // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \
      |   ^
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/pointer.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension/unescape.c
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/rbs-3.9.3/lib ../../../../../.bundle/gems/rbs-3.9.3/lib
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/lib ../../../../../.bundle/gems/fiddle-1.1.8/lib
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509revoked.c
linking shared-object rbs_extension.so
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509store.c
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/bubblebabble/bubblebabble.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/md5'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5init.c
installing default openssl libraries
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160init.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1init.c
linking shared-object openssl.so
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator'
compiling /tmp/ruby/src/trunk-repeat50/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser'
compiling /tmp/ruby/src/trunk-repeat50/ext/json/parser/parser.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator'
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
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 repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/zjit/src/lib.rs'
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision -
generating enc.mk
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision unchanged
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.

making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
compiling /tmp/ruby/src/trunk-repeat50/enc/trans/transdb.c
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat'
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id'
linking shared-object -test-/thread/id.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock'
linking shared-object io/nonblock.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait'
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
linking transcoder transdb.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-repeat50/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/install/trunk-repeat50/lib/ruby/3.5.0+1/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.5.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.5.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.5.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.5.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.5.0+1
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.5.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat50/lib/ruby/3.5.0+1
installing common headers:          /tmp/ruby/install/trunk-repeat50/include/ruby-3.5.0+1
installing manpages:                /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.5.0+1
                                    bundler 2.7.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 5.0.1
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.7.0.dev.2
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.4.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.3
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.5.0+1
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.12.0
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.6
                                    stringio 3.1.8.dev
                                    strscan 3.1.5.dev
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.5.0+1
                                    minitest 5.25.5
                                    power_assert 2.0.5
                                    rake 13.2.1
                                    test-unit 3.6.8
                                    rexml 3.4.1
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.8
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.9.3
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.9
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.4
                                    repl_type_completor 0.1.11
                                    ostruct 0.6.1
                                    pstore 0.2.0
                                    benchmark 0.4.0
                                    logger 1.7.0
                                    rdoc 6.13.1
                                    irb 1.15.2
                                    reline 0.6.1
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.5.0+1/cache
skipped bundled gems:
    win32ole-1.9.2.gem              not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2029 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
	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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50
	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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Run options: 
  --seed=49764
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-repeat50/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --repeat-count=50

# Running tests:

Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 8 #<File::Stat dev=0x8, ino=3001486972, 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=3001556477, 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: TestNetHTTPKeepAlive#test_http_retry_failed: 10 #<File::Stat dev=0x8, ino=3001676966, 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/50)  tests in 1041.717693s, 27.6006 tests/s, 5838.6442 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 11 #<File::Stat dev=0x8, ino=3001925220, 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: 12 #<File::Stat dev=0x8, ino=3001927204, 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/50)  tests in 1215.682455s, 23.6517 tests/s, 5003.8421 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 13 #<File::Stat dev=0x8, ino=3002470614, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(3/50)  tests in 1453.185854s, 19.7862 tests/s, 4186.0874 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 14 #<File::Stat dev=0x8, ino=3003175227, 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: 15 #<File::Stat dev=0x8, ino=3003176376, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 16 #<File::Stat dev=0x8, ino=3003175248, 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: 17 : #<TCPSocket:fd 17, AF_INET, 127.0.0.1, 44881>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 17
Finished(4/50)  tests in 1557.980214s, 18.4553 tests/s, 3905.2730 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 17 #<File::Stat dev=0x8, ino=3003909869, 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: 19 : #<TCPSocket:fd 19, AF_INET, 127.0.0.1, 46361>
Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 19
Finished(5/50)  tests in 1520.380176s, 18.9117 tests/s, 4001.4972 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 18 #<File::Stat dev=0x8, ino=3004629912, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 20 #<File::Stat dev=0x8, ino=3004638434, 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: 19 #<File::Stat dev=0x8, ino=3004721587, 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/50)  tests in 1295.286455s, 22.1982 tests/s, 4696.9958 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 21 #<File::Stat dev=0x8, ino=3005162902, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 22 #<File::Stat dev=0x8, ino=3005173235, 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: 23 #<File::Stat dev=0x8, ino=3005159332, 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=3005236534, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(7/50)  tests in 1292.475712s, 22.2465 tests/s, 4707.2374 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 25 #<File::Stat dev=0x8, ino=3005664416, 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: 26 #<File::Stat dev=0x8, ino=3005648823, 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: 27 #<File::Stat dev=0x8, ino=3005715579, 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/50)  tests in 1333.428806s, 21.5632 tests/s, 4562.5451 assertions/s.
Finished(9/50)  tests in 1247.586367s, 23.0469 tests/s, 4876.7566 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 28 #<File::Stat dev=0x8, ino=3006692737, 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: TestGemBundledCA#test_accessing_www_rubygems: 31 #<File::Stat dev=0x8, ino=3006695197, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestWeakMap#test_compaction: 31
/tmp/ruby/src/trunk-repeat50/test/ruby/test_enumerator.rb:869: [BUG] Segmentation fault at 0x0000000000000000
ruby 3.5.0dev (2025-05-14T19:24:30Z master 7afee53fa0) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0032 p:---- s:0182 e:000181 CFUNC  :lazy
c:0031 p:0004 s:0178 e:000177 BLOCK  /tmp/ruby/src/trunk-repeat50/test/ruby/test_enumerator.rb:869
c:0030 p:0024 s:0172 e:000171 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/envutil.rb:254
c:0029 p:0046 s:0167 e:000166 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/envutil.rb:268
c:0028 p:0019 s:0160 e:000159 METHOD /tmp/ruby/src/trunk-repeat50/test/ruby/test_enumerator.rb:868
c:0027 p:0037 s:0156 e:000155 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/testcase.rb:202
c:0026 p:0052 s:0150 e:000149 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/testcase.rb:170
c:0025 p:0093 s:0141 e:000140 BLOCK  /tmp/ruby/src/trunk-repeat50/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-repeat50/tool/lib/test/unit.rb:1664
c:0022 p:0035 s:0118 e:000117 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1368
c:0021 p:0009 s:0111 e:000109 BLOCK  /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:829 [FINISH]
c:0020 p:---- s:0105 e:000104 CFUNC  :each
c:0019 p:0047 s:0101 E:0004c8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:827
c:0018 p:0008 s:0094 E:000548 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:864
c:0017 p:0130 s:0087 E:000448 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1610
c:0016 p:0016 s:0074 E:000f08 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1305
c:0015 p:0005 s:0069 E:0013f0 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1775
c:0014 p:0006 s:0065 E:001458 BLOCK  /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1762 [FINISH]
c:0013 p:---- s:0061 e:000060 CFUNC  :each
c:0012 p:0042 s:0057 E:001428 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1761
c:0011 p:0013 s:0052 E:001488 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1805
c:0010 p:0008 s:0047 E:0014c0 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1052
c:0009 p:0008 s:0041 E:001500 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:897
c:0008 p:0017 s:0035 E:001538 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 E:001568 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1289
c:0006 p:0032 s:0025 E:001590 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1889
c:0005 p:0020 s:0021 E:0015c8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1893
c:0004 p:0065 s:0016 E:0015f8 TOP    /tmp/ruby/src/trunk-repeat50/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 E:001620 EVAL   /tmp/ruby/src/trunk-repeat50/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:002060 DUMMY  [FINISH]

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

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

-- Machine register context ------------------------------------------------
 RIP: 0x00007f8bad1c545a RBP: 0x0000000000000000 RSP: 0x00007ffecffd10d8
 RAX: 0x0000000000000000 RBX: 0x00007f8b027ac1c0 RCX: 0x0000000000000000
 RDX: 0x0000000000000000 RDI: 0x00007f8b027a0000 RSI: 0x0000000000000000
  R8: 0x00007f8bad1c88b0  R9: 0x0000000000001828 R10: 0x0000000000000000
 R11: 0x00007f8bad1c88b0 R12: 0x00007f8b027ac1c0 R13: 0x0000000000000041
 R14: 0x0000560526dd24a0 R15: 0x00007f8aef4c7010 EFL: 0x0000000000010246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_print_backtrace+0x8) [0x7f8bad3d2d52] /tmp/ruby/src/trunk-repeat50/vm_dump.c:843
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat50/vm_dump.c:1175
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_bug_for_fatal_signal+0x104) [0x7f8bad1a4ce4] /tmp/ruby/src/trunk-repeat50/error.c:1130
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(sigsegv+0x48) [0x7f8bad308c58] /tmp/ruby/src/trunk-repeat50/signal.c:936
/lib/x86_64-linux-gnu/libc.so.6(0x7f8baccda320) [0x7f8baccda320]
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_gc_impl_obj_slot_size+0x6) [0x7f8bad1c545a] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:2171
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_gc_obj_slot_size) /tmp/ruby/src/trunk-repeat50/gc.c:986
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_BUILTIN_TYPE+0x0) [0x7f8bad1c87d0] /tmp/ruby/src/trunk-repeat50/internal/sanitizers.h:188
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_gc_impl_location) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:3917
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_location_internal) /tmp/ruby/src/trunk-repeat50/gc.c:2910
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_gc_location) /tmp/ruby/src/trunk-repeat50/gc.c:2916
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(hash_foreach_replace_value+0x10) [0x7f8bad1c88e0] /tmp/ruby/src/trunk-repeat50/gc/gc.h:114
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(st_general_foreach+0x68) [0x7f8bad315453] /tmp/ruby/src/trunk-repeat50/st.c:1554
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_st_foreach_with_replace) /tmp/ruby/src/trunk-repeat50/st.c:1632
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_ref_update_table_values_only+0x15) [0x7f8bad1c13ad] /tmp/ruby/src/trunk-repeat50/gc/gc.h:133
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(id2ref_tbl_compact) /tmp/ruby/src/trunk-repeat50/gc.c:1856
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_gc_update_object_references+0x83a) [0x7f8bad1cc6ca] /tmp/ruby/src/trunk-repeat50/gc.c:4253
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_ref_update+0xde) [0x7f8bad1cf4b2] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:7012
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_update_references) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:7054
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_compact_finish) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:3388
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_sweep_compact) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:5593
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_sweep) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:4047
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_start+0xc24) [0x7f8bad1d63f4] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:6399
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(garbage_collect+0x65) [0x7f8bad1d9040] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:6280
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(newobj_slowpath) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:2413
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:2435
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_gc_impl_new_obj+0x1d) [0x7f8bad1d9f45] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:2472
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:1005
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(typed_data_alloc) /tmp/ruby/src/trunk-repeat50/gc.c:1081
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_data_typed_object_zalloc) /tmp/ruby/src/trunk-repeat50/gc.c:1104
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(enumerator_allocate+0x5) [0x7f8bad19dc09] /tmp/ruby/src/trunk-repeat50/enumerator.c:403
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(lazy_to_enum_i) /tmp/ruby/src/trunk-repeat50/enumerator.c:1947
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(enumerable_lazy) /tmp/ruby/src/trunk-repeat50/enumerator.c:1938
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7f8bad39fc3d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xbb) [0x7f8bad3b4e90] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core) ../../src/trunk-repeat50/insns.def:899
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec+0x20e) [0x7f8bad3bb61e] /tmp/ruby/src/trunk-repeat50/vm.c:2625
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield_with_cref+0x42) [0x7f8bad3c02c8] /tmp/ruby/src/trunk-repeat50/vm.c:1706
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat50/vm.c:1714
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1361
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1377
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ary_collect+0x5c) [0x7f8bad0d76bc] /tmp/ruby/src/trunk-repeat50/array.c:3655
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7f8bad39fc3d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xcf) [0x7f8bad3a805f] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0x10da) [0x7f8bad3b5e2a] ../../src/trunk-repeat50/insns.def:851
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_loop+0x3e) [0x7f8bad3bb7de] /tmp/ruby/src/trunk-repeat50/vm.c:2652
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-repeat50/vm.c:2631
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield_with_cref+0x42) [0x7f8bad3c02c8] /tmp/ruby/src/trunk-repeat50/vm.c:1706
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat50/vm.c:1714
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1361
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1377
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x7f8bad0d0b7c] /tmp/ruby/src/trunk-repeat50/array.c:2646
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/fl_type.h:507
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_array_len) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/core/rarray.h:259
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ary_each) /tmp/ruby/src/trunk-repeat50/array.c:2645
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7f8bad39fc3d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xcf) [0x7f8bad3a805f] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0x10da) [0x7f8bad3b5e2a] ../../src/trunk-repeat50/insns.def:851
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec+0x20e) [0x7f8bad3bb61e] /tmp/ruby/src/trunk-repeat50/vm.c:2625
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield_with_cref+0x42) [0x7f8bad3c02c8] /tmp/ruby/src/trunk-repeat50/vm.c:1706
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat50/vm.c:1714
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1361
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1377
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x7f8bad0d0b7c] /tmp/ruby/src/trunk-repeat50/array.c:2646
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/fl_type.h:507
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_array_len) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/core/rarray.h:259
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ary_each) /tmp/ruby/src/trunk-repeat50/array.c:2645
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7f8bad39fc3d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xcf) [0x7f8bad3a805f] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0x10da) [0x7f8bad3b5e2a] ../../src/trunk-repeat50/insns.def:851
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_loop+0x3e) [0x7f8bad3bb7de] /tmp/ruby/src/trunk-repeat50/vm.c:2652
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-repeat50/vm.c:2631
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(load_iseq_eval+0x16c) [0x7f8bad22050c] /tmp/ruby/src/trunk-repeat50/load.c:871
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(require_internal) /tmp/ruby/src/trunk-repeat50/load.c:1449
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_require_string_internal+0x41) [0x7f8bad220773] /tmp/ruby/src/trunk-repeat50/load.c:1564
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_require_relative_entrypoint) /tmp/ruby/src/trunk-repeat50/load.c:1159
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_f_require_relative) /tmp/ruby/src/trunk-repeat50/load.c:1174
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7f8bad39fc3d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xbb) [0x7f8bad3b4e90] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5995
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core) ../../src/trunk-repeat50/insns.def:899
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec+0x20e) [0x7f8bad3bb61e] /tmp/ruby/src/trunk-repeat50/vm.c:2625
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x7f8bad1aeaf5] /tmp/ruby/src/trunk-repeat50/eval.c:281
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(ruby_run_node+0x83) [0x7f8bad1b2c73] /tmp/ruby/src/trunk-repeat50/eval.c:319
/tmp/ruby/build/trunk-repeat50/ruby(rb_main+0x21) [0x56050cc45186] /tmp/ruby/src/trunk-repeat50/main.c:42
/tmp/ruby/build/trunk-repeat50/ruby(main) /tmp/ruby/src/trunk-repeat50/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7f8baccbf1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f8baccbf28b] ../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
[0x56050cc451d5]

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

* Process memory map:

56050cc44000-56050cc45000 r--p 00000000 00:47 14692030                   /tmp/ruby/build/trunk-repeat50/ruby
56050cc45000-56050cc46000 r-xp 00001000 00:47 14692030                   /tmp/ruby/build/trunk-repeat50/ruby
56050cc46000-56050cc47000 r--p 00002000 00:47 14692030                   /tmp/ruby/build/trunk-repeat50/ruby
56050cc47000-56050cc48000 r--p 00002000 00:47 14692030                   /tmp/ruby/build/trunk-repeat50/ruby
56050cc48000-56050cc49000 rw-p 00003000 00:47 14692030                   /tmp/ruby/build/trunk-repeat50/ruby
56052196f000-560532323000 rw-p 00000000 00:00 0                          [heap]
7f8aef4c7000-7f8af74c9000 rw-p 00000000 00:00 0 
7f8af8edc000-7f8afa4b0000 r--s 00000000 00:47 14716221                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
7f8afa4b0000-7f8afa4c0000 rw-p 00000000 00:00 0 
7f8afa4ca000-7f8afa4cb000 ---p 00000000 00:00 0 
7f8afa4cb000-7f8afaccb000 rw-p 00000000 00:00 0 
7f8aface0000-7f8afad70000 rw-p 00000000 00:00 0 
7f8afb85b000-7f8afba62000 r--s 00000000 00:47 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8afba62000-7f8afbaa0000 r--s 00000000 00:47 14692030                   /tmp/ruby/build/trunk-repeat50/ruby
7f8afbaa0000-7f8afc530000 rw-p 00000000 00:00 0 
7f8afc533000-7f8afc534000 ---p 00000000 00:00 0 
7f8afc534000-7f8afcd34000 rw-p 00000000 00:00 0 
7f8afcd50000-7f8afdfe0000 rw-p 00000000 00:00 0 
7f8afdfef000-7f8afdff0000 ---p 00000000 00:00 0 
7f8afdff0000-7f8afe800000 rw-p 00000000 00:00 0 
7f8afe810000-7f8afe820000 rw-p 00000000 00:00 0 
7f8afe820000-7f8aff680000 rw-p 00000000 00:00 0 
7f8aff68d000-7f8aff68e000 ---p 00000000 00:00 0 
7f8aff68e000-7f8aff6ae000 rw-p 00000000 00:00 0 
7f8aff6ae000-7f8aff6af000 ---p 00000000 00:00 0 
7f8aff6af000-7f8aff6cf000 rw-p 00000000 00:00 0 
7f8aff6cf000-7f8aff6d0000 ---p 00000000 00:00 0 
7f8aff6d0000-7f8aff6f0000 rw-p 00000000 00:00 0 
7f8aff700000-7f8affa30000 rw-p 00000000 00:00 0 
7f8affa40000-7f8b00230000 rw-p 00000000 00:00 0 
7f8b00240000-7f8b00640000 rw-p 00000000 00:00 0 
7f8b00650000-7f8b00690000 rw-p 00000000 00:00 0 
7f8b006a0000-7f8b008b0000 rw-p 00000000 00:00 0 
7f8b008c0000-7f8b009b0000 rw-p 00000000 00:00 0 
7f8b009c0000-7f8b00a00000 rw-p 00000000 00:00 0 
7f8b00a10000-7f8b00a30000 rw-p 00000000 00:00 0 
7f8b00a40000-7f8b00a70000 rw-p 00000000 00:00 0 
7f8b00a80000-7f8b00ab0000 rw-p 00000000 00:00 0 
7f8b00ac0000-7f8b00af0000 rw-p 00000000 00:00 0 
7f8b00b00000-7f8b00b50000 rw-p 00000000 00:00 0 
7f8b00b60000-7f8b00b70000 rw-p 00000000 00:00 0 
7f8b00b80000-7f8b00c00000 rw-p 00000000 00:00 0 
7f8b00c10000-7f8b00c50000 rw-p 00000000 00:00 0 
7f8b00c60000-7f8b00ce0000 rw-p 00000000 00:00 0 
7f8b00cf0000-7f8b00d70000 rw-p 00000000 00:00 0 
7f8b00d80000-7f8b00dc0000 rw-p 00000000 00:00 0 
7f8b00dd0000-7f8b00df0000 rw-p 00000000 00:00 0 
7f8b00e00000-7f8b00e20000 rw-p 00000000 00:00 0 
7f8b00e30000-7f8b00e50000 rw-p 00000000 00:00 0 
7f8b00e60000-7f8b00e90000 rw-p 00000000 00:00 0 
7f8b00ea0000-7f8b00ee0000 rw-p 00000000 00:00 0 
7f8b00ef0000-7f8b00f10000 rw-p 00000000 00:00 0 
7f8b00f20000-7f8b00fa0000 rw-p 00000000 00:00 0 
7f8b00fb0000-7f8b00fd0000 rw-p 00000000 00:00 0 
7f8b00fe0000-7f8b01070000 rw-p 00000000 00:00 0 
7f8b01080000-7f8b01100000 rw-p 00000000 00:00 0 
7f8b01110000-7f8b01150000 rw-p 00000000 00:00 0 
7f8b01160000-7f8b011b0000 rw-p 00000000 00:00 0 
7f8b011c0000-7f8b01280000 rw-p 00000000 00:00 0 
7f8b01290000-7f8b012a0000 rw-p 00000000 00:00 0 
7f8b012b0000-7f8b01300000 rw-p 00000000 00:00 0 
7f8b01310000-7f8b013b0000 rw-p 00000000 00:00 0 
7f8b013c0000-7f8b01430000 rw-p 00000000 00:00 0 
7f8b01440000-7f8b01460000 rw-p 00000000 00:00 0 
7f8b01470000-7f8b01610000 rw-p 00000000 00:00 0 
7f8b01620000-7f8b01750000 rw-p 00000000 00:00 0 
7f8b01760000-7f8b017c0000 rw-p 00000000 00:00 0 
7f8b017d0000-7f8b017f0000 rw-p 00000000 00:00 0 
7f8b01800000-7f8b01810000 rw-p 00000000 00:00 0 
7f8b01820000-7f8b01830000 rw-p 00000000 00:00 0 
7f8b01840000-7f8b018a0000 rw-p 00000000 00:00 0 
7f8b018b0000-7f8b018c0000 rw-p 00000000 00:00 0 
7f8b018d0000-7f8b01940000 rw-p 00000000 00:00 0 
7f8b01950000-7f8b019c0000 rw-p 00000000 00:00 0 
7f8b019d0000-7f8b01aa0000 rw-p 00000000 00:00 0 
7f8b01ab0000-7f8b01b30000 rw-p 00000000 00:00 0 
7f8b01b40000-7f8b01ba0000 rw-p 00000000 00:00 0 
7f8b01bb0000-7f8b01bd0000 rw-p 00000000 00:00 0 
7f8b01be0000-7f8b01c70000 rw-p 00000000 00:00 0 
7f8b01c80000-7f8b01ca0000 rw-p 00000000 00:00 0 
7f8b01cb0000-7f8b01e50000 rw-p 00000000 00:00 0 
7f8b01e60000-7f8b01f20000 rw-p 00000000 00:00 0 
7f8b01f30000-7f8b02060000 rw-p 00000000 00:00 0 
7f8b02070000-7f8b020d0000 rw-p 00000000 00:00 0 
7f8b020e0000-7f8b02130000 rw-p 00000000 00:00 0 
7f8b02140000-7f8b02270000 rw-p 00000000 00:00 0 
7f8b02280000-7f8b02290000 rw-p 00000000 00:00 0 
7f8b02290000-7f8b022a0000 rw-p 00000000 00:00 0 
7f8b022af000-7f8b022b0000 ---p 00000000 00:00 0 
7f8b022b0000-7f8b022d0000 rw-p 00000000 00:00 0 
7f8b022e0000-7f8b02320000 rw-p 00000000 00:00 0 
7f8b02330000-7f8b02360000 rw-p 00000000 00:00 0 
7f8b0236e000-7f8b0236f000 ---p 00000000 00:00 0 
7f8b0236f000-7f8b0238f000 rw-p 00000000 00:00 0 
7f8b023a0000-7f8b02470000 rw-p 00000000 00:00 0 
7f8b02480000-7f8b024b0000 rw-p 00000000 00:00 0 
7f8b024c0000-7f8b024d0000 rw-p 00000000 00:00 0 
7f8b024d0000-7f8b024e0000 rw-p 00000000 00:00 0 
7f8b024f0000-7f8b02500000 rw-p 00000000 00:00 0 
7f8b02500000-7f8b02520000 rw-p 00000000 00:00 0 
7f8b0252f000-7f8b02530000 ---p 00000000 00:00 0 
7f8b02530000-7f8b02560000 rw-p 00000000 00:00 0 
7f8b02570000-7f8b025c0000 rw-p 00000000 00:00 0 
7f8b025d0000-7f8b025e0000 rw-p 00000000 00:00 0 
7f8b025e0000-7f8b026a0000 rw-p 00000000 00:00 0 
7f8b026ad000-7f8b026ae000 ---p 00000000 00:00 0 
7f8b026ae000-7f8b026ce000 rw-p 00000000 00:00 0 
7f8b026ce000-7f8b026cf000 ---p 00000000 00:00 0 
7f8b026cf000-7f8b026ef000 rw-p 00000000 00:00 0 
7f8b026ef000-7f8b026f0000 ---p 00000000 00:00 0 
7f8b026f0000-7f8b02720000 rw-p 00000000 00:00 0 
7f8b0273f000-7f8b02740000 ---p 00000000 00:00 0 
7f8b02740000-7f8b02770000 rw-p 00000000 00:00 0 
7f8b0278e000-7f8b0278f000 ---p 00000000 00:00 0 
7f8b0278f000-7f8b027af000 rw-p 00000000 00:00 0 
7f8b027af000-7f8b027b0000 ---p 00000000 00:00 0 
7f8b027b0000-7f8b027f0000 rw-p 00000000 00:00 0 
7f8b027fe000-7f8b027ff000 ---p 00000000 00:00 0 
7f8b027ff000-7f8b0281f000 rw-p 00000000 00:00 0 
7f8b0281f000-7f8b02820000 ---p 00000000 00:00 0 
7f8b02820000-7f8b02850000 rw-p 00000000 00:00 0 
7f8b0285c000-7f8b0285d000 ---p 00000000 00:00 0 
7f8b0285d000-7f8b0287d000 rw-p 00000000 00:00 0 
7f8b0287d000-7f8b0287e000 ---p 00000000 00:00 0 
7f8b0287e000-7f8b0289e000 rw-p 00000000 00:00 0 
7f8b0289e000-7f8b0289f000 ---p 00000000 00:00 0 
7f8b0289f000-7f8b028bf000 rw-p 00000000 00:00 0 
7f8b028bf000-7f8b028c0000 ---p 00000000 00:00 0 
7f8b028c0000-7f8b028f0000 rw-p 00000000 00:00 0 
7f8b028fe000-7f8b028ff000 ---p 00000000 00:00 0 
7f8b028ff000-7f8b0291f000 rw-p 00000000 00:00 0 
7f8b0291f000-7f8b02920000 ---p 00000000 00:00 0 
7f8b02920000-7f8b02980000 rw-p 00000000 00:00 0 
7f8b02990000-7f8b029d0000 rw-p 00000000 00:00 0 
7f8b029e0000-7f8b029f0000 rw-p 00000000 00:00 0 
7f8b02a00000-7f8b02a10000 rw-p 00000000 00:00 0 
7f8b02a1f000-7f8b02a20000 ---p 00000000 00:00 0 
7f8b02a20000-7f8b02a50000 rw-p 00000000 00:00 0 
7f8b02a60000-7f8b02a80000 rw-p 00000000 00:00 0 
7f8b02a90000-7f8b02ab0000 rw-p 00000000 00:00 0 
7f8b02ac0000-7f8b02ad0000 rw-p 00000000 00:00 0 
7f8b02ae0000-7f8b02b10000 rw-p 00000000 00:00 0 
7f8b02b20000-7f8b02b30000 rw-p 00000000 00:00 0 
7f8b02b40000-7f8b02b50000 rw-p 00000000 00:00 0 
7f8b02b60000-7f8b02b80000 rw-p 00000000 00:00 0 
7f8b02b8f000-7f8b02b90000 ---p 00000000 00:00 0 
7f8b02b90000-7f8b02bc0000 rw-p 00000000 00:00 0 
7f8b02bd0000-7f8b02bf0000 rw-p 00000000 00:00 0 
7f8b02c0f000-7f8b02c10000 ---p 00000000 00:00 0 
7f8b02c10000-7f8b02c40000 rw-p 00000000 00:00 0 
7f8b02c4f000-7f8b02c50000 ---p 00000000 00:00 0 
7f8b02c50000-7f8b02c90000 rw-p 00000000 00:00 0 
7f8b02c9f000-7f8b02ca0000 ---p 00000000 00:00 0 
7f8b02ca0000-7f8b02cd0000 rw-p 00000000 00:00 0 
7f8b02cef000-7f8b02cf0000 ---p 00000000 00:00 0 
7f8b02cf0000-7f8b02d20000 rw-p 00000000 00:00 0 
7f8b02d30000-7f8b02d50000 rw-p 00000000 00:00 0 
7f8b02d60000-7f8b02d70000 rw-p 00000000 00:00 0 
7f8b02d70000-7f8b02d90000 rw-p 00000000 00:00 0 
7f8b02da0000-7f8b02db0000 rw-p 00000000 00:00 0 
7f8b02db0000-7f8b02de0000 rw-p 00000000 00:00 0 
7f8b02def000-7f8b02df0000 ---p 00000000 00:00 0 
7f8b02df0000-7f8b02e31000 rw-p 00000000 00:00 0 
7f8b02e31000-7f8b02e32000 ---p 00000000 00:00 0 
7f8b02e32000-7f8b02e73000 rw-p 00000000 00:00 0 
7f8b02e73000-7f8b02e74000 ---p 00000000 00:00 0 
7f8b02e74000-7f8b02eb5000 rw-p 00000000 00:00 0 
7f8b02eb5000-7f8b02eb6000 ---p 00000000 00:00 0 
7f8b02eb6000-7f8b02ef7000 rw-p 00000000 00:00 0 
7f8b02ef7000-7f8b02ef8000 ---p 00000000 00:00 0 
7f8b02ef8000-7f8b02f39000 rw-p 00000000 00:00 0 
7f8b02f39000-7f8b02f3a000 ---p 00000000 00:00 0 
7f8b02f3a000-7f8b02f7b000 rw-p 00000000 00:00 0 
7f8b02f7b000-7f8b02f7c000 ---p 00000000 00:00 0 
7f8b02f7c000-7f8b02fbd000 rw-p 00000000 00:00 0 
7f8b02fbd000-7f8b02fbe000 ---p 00000000 00:00 0 
7f8b02fbe000-7f8b02fff000 rw-p 00000000 00:00 0 
7f8b02fff000-7f8b03000000 ---p 00000000 00:00 0 
7f8b03000000-7f8b03041000 rw-p 00000000 00:00 0 
7f8b03041000-7f8b03042000 ---p 00000000 00:00 0 
7f8b03042000-7f8b03083000 rw-p 00000000 00:00 0 
7f8b03083000-7f8b03084000 ---p 00000000 00:00 0 
7f8b03084000-7f8b030c5000 rw-p 00000000 00:00 0 
7f8b030c5000-7f8b030c6000 ---p 00000000 00:00 0 
7f8b030c6000-7f8b03107000 rw-p 00000000 00:00 0 
7f8b03107000-7f8b03108000 ---p 00000000 00:00 0 
7f8b03108000-7f8b03149000 rw-p 00000000 00:00 0 
7f8b03149000-7f8b0314a000 ---p 00000000 00:00 0 
7f8b0314a000-7f8b0318b000 rw-p 00000000 00:00 0 
7f8b0318b000-7f8b0318c000 ---p 00000000 00:00 0 
7f8b0318c000-7f8b031cd000 rw-p 00000000 00:00 0 
7f8b031cd000-7f8b031ce000 ---p 00000000 00:00 0 
7f8b031ce000-7f8b0320f000 rw-p 00000000 00:00 0 
7f8b0320f000-7f8b03210000 ---p 00000000 00:00 0 
7f8b03210000-7f8b03251000 rw-p 00000000 00:00 0 
7f8b03251000-7f8b03252000 ---p 00000000 00:00 0 
7f8b03252000-7f8b03293000 rw-p 00000000 00:00 0 
7f8b03293000-7f8b03294000 ---p 00000000 00:00 0 
7f8b03294000-7f8b032d5000 rw-p 00000000 00:00 0 
7f8b032d5000-7f8b032d6000 ---p 00000000 00:00 0 
7f8b032d6000-7f8b03317000 rw-p 00000000 00:00 0 
7f8b03317000-7f8b03318000 ---p 00000000 00:00 0 
7f8b03318000-7f8b03359000 rw-p 00000000 00:00 0 
7f8b03359000-7f8b0335a000 ---p 00000000 00:00 0 
7f8b0335a000-7f8b0339b000 rw-p 00000000 00:00 0 
7f8b0339b000-7f8b0339c000 ---p 00000000 00:00 0 
7f8b0339c000-7f8b033dd000 rw-p 00000000 00:00 0 
7f8b033dd000-7f8b033de000 ---p 00000000 00:00 0 
7f8b033de000-7f8b0341f000 rw-p 00000000 00:00 0 
7f8b0341f000-7f8b03420000 ---p 00000000 00:00 0 
7f8b03420000-7f8b03461000 rw-p 00000000 00:00 0 
7f8b03461000-7f8b03462000 ---p 00000000 00:00 0 
7f8b03462000-7f8b034a3000 rw-p 00000000 00:00 0 
7f8b034a3000-7f8b034a4000 ---p 00000000 00:00 0 
7f8b034a4000-7f8b034e5000 rw-p 00000000 00:00 0 
7f8b034e5000-7f8b034e6000 ---p 00000000 00:00 0 
7f8b034e6000-7f8b03527000 rw-p 00000000 00:00 0 
7f8b03527000-7f8b03528000 ---p 00000000 00:00 0 
7f8b03528000-7f8b03569000 rw-p 00000000 00:00 0 
7f8b03569000-7f8b0356a000 ---p 00000000 00:00 0 
7f8b0356a000-7f8b035ab000 rw-p 00000000 00:00 0 
7f8b035ab000-7f8b035ac000 ---p 00000000 00:00 0 
7f8b035ac000-7f8b035ed000 rw-p 00000000 00:00 0 
7f8b035ed000-7f8b035ee000 ---p 00000000 00:00 0 
7f8b035ee000-7f8b0362f000 rw-p 00000000 00:00 0 
7f8b0362f000-7f8b03630000 ---p 00000000 00:00 0 
7f8b03630000-7f8b03671000 rw-p 00000000 00:00 0 
7f8b03671000-7f8b03672000 ---p 00000000 00:00 0 
7f8b03672000-7f8b036b3000 rw-p 00000000 00:00 0 
7f8b036b3000-7f8b036b4000 ---p 00000000 00:00 0 
7f8b036b4000-7f8b036f5000 rw-p 00000000 00:00 0 
7f8b036f5000-7f8b036f6000 ---p 00000000 00:00 0 
7f8b036f6000-7f8b03737000 rw-p 00000000 00:00 0 
7f8b03737000-7f8b03738000 ---p 00000000 00:00 0 
7f8b03738000-7f8b03779000 rw-p 00000000 00:00 0 
7f8b03779000-7f8b0377a000 ---p 00000000 00:00 0 
7f8b0377a000-7f8b037bb000 rw-p 00000000 00:00 0 
7f8b037bb000-7f8b037bc000 ---p 00000000 00:00 0 
7f8b037bc000-7f8b037fd000 rw-p 00000000 00:00 0 
7f8b037fd000-7f8b037fe000 ---p 00000000 00:00 0 
7f8b037fe000-7f8b0383f000 rw-p 00000000 00:00 0 
7f8b0383f000-7f8b03840000 ---p 00000000 00:00 0 
7f8b03840000-7f8b03881000 rw-p 00000000 00:00 0 
7f8b03881000-7f8b03882000 ---p 00000000 00:00 0 
7f8b03882000-7f8b038c3000 rw-p 00000000 00:00 0 
7f8b038c3000-7f8b038c4000 ---p 00000000 00:00 0 
7f8b038c4000-7f8b03905000 rw-p 00000000 00:00 0 
7f8b03905000-7f8b03906000 ---p 00000000 00:00 0 
7f8b03906000-7f8b03947000 rw-p 00000000 00:00 0 
7f8b03947000-7f8b03948000 ---p 00000000 00:00 0 
7f8b03948000-7f8b03989000 rw-p 00000000 00:00 0 
7f8b03989000-7f8b0398a000 ---p 00000000 00:00 0 
7f8b0398a000-7f8b039cb000 rw-p 00000000 00:00 0 
7f8b039cb000-7f8b039cc000 ---p 00000000 00:00 0 
7f8b039cc000-7f8b03a0d000 rw-p 00000000 00:00 0 
7f8b03a0d000-7f8b03a0e000 ---p 00000000 00:00 0 
7f8b03a0e000-7f8b03a4f000 rw-p 00000000 00:00 0 
7f8b03a4f000-7f8b03a50000 ---p 00000000 00:00 0 
7f8b03a50000-7f8b03a91000 rw-p 00000000 00:00 0 
7f8b03a91000-7f8b03a92000 ---p 00000000 00:00 0 
7f8b03a92000-7f8b03ad3000 rw-p 00000000 00:00 0 
7f8b03ad3000-7f8b03ad4000 ---p 00000000 00:00 0 
7f8b03ad4000-7f8b03b15000 rw-p 00000000 00:00 0 
7f8b03b15000-7f8b03b16000 ---p 00000000 00:00 0 
7f8b03b16000-7f8b03b57000 rw-p 00000000 00:00 0 
7f8b03b57000-7f8b03b58000 ---p 00000000 00:00 0 
7f8b03b58000-7f8b03b99000 rw-p 00000000 00:00 0 
7f8b03b99000-7f8b03b9a000 ---p 00000000 00:00 0 
7f8b03b9a000-7f8b03bdb000 rw-p 00000000 00:00 0 
7f8b03bdb000-7f8b03bdc000 ---p 00000000 00:00 0 
7f8b03bdc000-7f8b03c1d000 rw-p 00000000 00:00 0 
7f8b03c1d000-7f8b03c1e000 ---p 00000000 00:00 0 
7f8b03c1e000-7f8b03c5f000 rw-p 00000000 00:00 0 
7f8b03c5f000-7f8b03c60000 ---p 00000000 00:00 0 
7f8b03c60000-7f8b03ca1000 rw-p 00000000 00:00 0 
7f8b03ca1000-7f8b03ca2000 ---p 00000000 00:00 0 
7f8b03ca2000-7f8b03ce3000 rw-p 00000000 00:00 0 
7f8b03ce3000-7f8b03ce4000 ---p 00000000 00:00 0 
7f8b03ce4000-7f8b03d25000 rw-p 00000000 00:00 0 
7f8b03d25000-7f8b03d26000 ---p 00000000 00:00 0 
7f8b03d26000-7f8b03d67000 rw-p 00000000 00:00 0 
7f8b03d67000-7f8b03d68000 ---p 00000000 00:00 0 
7f8b03d68000-7f8b03da9000 rw-p 00000000 00:00 0 
7f8b03da9000-7f8b03daa000 ---p 00000000 00:00 0 
7f8b03daa000-7f8b03deb000 rw-p 00000000 00:00 0 
7f8b03deb000-7f8b03dec000 ---p 00000000 00:00 0 
7f8b03dec000-7f8b03e2d000 rw-p 00000000 00:00 0 
7f8b03e2d000-7f8b03e2e000 ---p 00000000 00:00 0 
7f8b03e2e000-7f8b03e6f000 rw-p 00000000 00:00 0 
7f8b03e80000-7f8b03eb0000 rw-p 00000000 00:00 0 
7f8b03ec0000-7f8b03ee0000 rw-p 00000000 00:00 0 
7f8b03ef0000-7f8b03f20000 rw-p 00000000 00:00 0 
7f8b03f30000-7f8b03f50000 rw-p 00000000 00:00 0 
7f8b03f60000-7f8b03f90000 rw-p 00000000 00:00 0 
7f8b03fa0000-7f8b04603000 rw-p 00000000 00:00 0 
7f8b04603000-7f8b08000000 ---p 00000000 00:00 0 
7f8b08000000-7f8b08ef8000 rw-p 00000000 00:00 0 
7f8b08ef8000-7f8b0c000000 ---p 00000000 00:00 0 
7f8b0c000000-7f8b0e7ba000 rw-p 00000000 00:00 0 
7f8b0e7ba000-7f8b10000000 ---p 00000000 00:00 0 
7f8b10000000-7f8b1186c000 rw-p 00000000 00:00 0 
7f8b1186c000-7f8b14000000 ---p 00000000 00:00 0 
7f8b14000000-7f8b15499000 rw-p 00000000 00:00 0 
7f8b15499000-7f8b18000000 ---p 00000000 00:00 0 
7f8b18000000-7f8b19cf8000 rw-p 00000000 00:00 0 
7f8b19cf8000-7f8b1c000000 ---p 00000000 00:00 0 
7f8b1c000000-7f8b1d252000 rw-p 00000000 00:00 0 
7f8b1d252000-7f8b20000000 ---p 00000000 00:00 0 
7f8b20000000-7f8b20c1d000 rw-p 00000000 00:00 0 
7f8b20c1d000-7f8b24000000 ---p 00000000 00:00 0 
7f8b24000000-7f8b24c43000 rw-p 00000000 00:00 0 
7f8b24c43000-7f8b28000000 ---p 00000000 00:00 0 
7f8b28000000-7f8b2a0c6000 rw-p 00000000 00:00 0 
7f8b2a0c6000-7f8b2c000000 ---p 00000000 00:00 0 
7f8b2c000000-7f8b2e9c5000 rw-p 00000000 00:00 0 
7f8b2e9c5000-7f8b30000000 ---p 00000000 00:00 0 
7f8b30000000-7f8b3169a000 rw-p 00000000 00:00 0 
7f8b3169a000-7f8b34000000 ---p 00000000 00:00 0 
7f8b34000000-7f8b34c36000 rw-p 00000000 00:00 0 
7f8b34c36000-7f8b38000000 ---p 00000000 00:00 0 
7f8b38000000-7f8b386bd000 rw-p 00000000 00:00 0 
7f8b386bd000-7f8b3c000000 ---p 00000000 00:00 0 
7f8b3c000000-7f8b3c775000 rw-p 00000000 00:00 0 
7f8b3c775000-7f8b40000000 ---p 00000000 00:00 0 
7f8b40000000-7f8b40d0d000 rw-p 00000000 00:00 0 
7f8b40d0d000-7f8b44000000 ---p 00000000 00:00 0 
7f8b44000000-7f8b46428000 rw-p 00000000 00:00 0 
7f8b46428000-7f8b48000000 ---p 00000000 00:00 0 
7f8b48000000-7f8b49317000 rw-p 00000000 00:00 0 
7f8b49317000-7f8b4c000000 ---p 00000000 00:00 0 
7f8b4c000000-7f8b4e4de000 rw-p 00000000 00:00 0 
7f8b4e4de000-7f8b50000000 ---p 00000000 00:00 0 
7f8b50000000-7f8b51cd7000 rw-p 00000000 00:00 0 
7f8b51cd7000-7f8b54000000 ---p 00000000 00:00 0 
7f8b54000000-7f8b565af000 rw-p 00000000 00:00 0 
7f8b565af000-7f8b58000000 ---p 00000000 00:00 0 
7f8b58000000-7f8b5953b000 rw-p 00000000 00:00 0 
7f8b5953b000-7f8b5c000000 ---p 00000000 00:00 0 
7f8b5c000000-7f8b5d31c000 rw-p 00000000 00:00 0 
7f8b5d31c000-7f8b60000000 ---p 00000000 00:00 0 
7f8b60000000-7f8b6141e000 rw-p 00000000 00:00 0 
7f8b6141e000-7f8b64000000 ---p 00000000 00:00 0 
7f8b64000000-7f8b64db1000 rw-p 00000000 00:00 0 
7f8b64db1000-7f8b68000000 ---p 00000000 00:00 0 
7f8b68000000-7f8b6965f000 rw-p 00000000 00:00 0 
7f8b6965f000-7f8b6c000000 ---p 00000000 00:00 0 
7f8b6c000000-7f8b6dcce000 rw-p 00000000 00:00 0 
7f8b6dcce000-7f8b70000000 ---p 00000000 00:00 0 
7f8b70000000-7f8b71764000 rw-p 00000000 00:00 0 
7f8b71764000-7f8b74000000 ---p 00000000 00:00 0 
7f8b74000000-7f8b76647000 rw-p 00000000 00:00 0 
7f8b76647000-7f8b78000000 ---p 00000000 00:00 0 
7f8b78000000-7f8b7a1d5000 rw-p 00000000 00:00 0 
7f8b7a1d5000-7f8b7c000000 ---p 00000000 00:00 0 
7f8b7c000000-7f8b7dbe3000 rw-p 00000000 00:00 0 
7f8b7dbe3000-7f8b80000000 ---p 00000000 00:00 0 
7f8b80000000-7f8b823a5000 rw-p 00000000 00:00 0 
7f8b823a5000-7f8b84000000 ---p 00000000 00:00 0 
7f8b84000000-7f8b866c6000 rw-p 00000000 00:00 0 
7f8b866c6000-7f8b88000000 ---p 00000000 00:00 0 
7f8b88010000-7f8b88030000 rw-p 00000000 00:00 0 
7f8b88040000-7f8b88070000 rw-p 00000000 00:00 0 
7f8b88080000-7f8b88090000 rw-p 00000000 00:00 0 
7f8b880a0000-7f8b880d0000 rw-p 00000000 00:00 0 
7f8b880e0000-7f8b88110000 rw-p 00000000 00:00 0 
7f8b88120000-7f8b88130000 rw-p 00000000 00:00 0 
7f8b88140000-7f8b88150000 rw-p 00000000 00:00 0 
7f8b88160000-7f8b88170000 rw-p 00000000 00:00 0 
7f8b88180000-7f8b88190000 rw-p 00000000 00:00 0 
7f8b88190000-7f8b881b0000 rw-p 00000000 00:00 0 
7f8b881c0000-7f8b881d0000 rw-p 00000000 00:00 0 
7f8b881e0000-7f8b88200000 rw-p 00000000 00:00 0 
7f8b88210000-7f8b88250000 rw-p 00000000 00:00 0 
7f8b88260000-7f8b882b0000 rw-p 00000000 00:00 0 
7f8b882c0000-7f8b882e0000 rw-p 00000000 00:00 0 
7f8b882f0000-7f8b88320000 rw-p 00000000 00:00 0 
7f8b88330000-7f8b88360000 rw-p 00000000 00:00 0 
7f8b88370000-7f8b883b0000 rw-p 00000000 00:00 0 
7f8b883c0000-7f8b883e0000 rw-p 00000000 00:00 0 
7f8b883f0000-7f8b88440000 rw-p 00000000 00:00 0 
7f8b88450000-7f8b884a0000 rw-p 00000000 00:00 0 
7f8b884b0000-7f8b884d0000 rw-p 00000000 00:00 0 
7f8b884e0000-7f8b884f0000 rw-p 00000000 00:00 0 
7f8b88500000-7f8b88520000 rw-p 00000000 00:00 0 
7f8b88530000-7f8b88540000 rw-p 00000000 00:00 0 
7f8b88550000-7f8b88980000 rw-p 00000000 00:00 0 
7f8b88990000-7f8b889a0000 rw-p 00000000 00:00 0 
7f8b889a0000-7f8b896f0000 rw-p 00000000 00:00 0 
7f8b89700000-7f8b89710000 rw-p 00000000 00:00 0 
7f8b89720000-7f8b89730000 rw-p 00000000 00:00 0 
7f8b89730000-7f8b897f0000 rw-p 00000000 00:00 0 
7f8b897fb000-7f8b897fc000 r--p 00000000 00:47 14716907                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
7f8b897fc000-7f8b897fd000 r-xp 00001000 00:47 14716907                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
7f8b897fd000-7f8b89829000 r--p 00002000 00:47 14716907                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
7f8b89829000-7f8b8982a000 r--p 0002d000 00:47 14716907                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
7f8b8982a000-7f8b8982b000 rw-p 0002e000 00:47 14716907                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
7f8b8982b000-7f8b8982c000 r--p 00000000 00:47 14716918                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
7f8b8982c000-7f8b8982d000 r-xp 00001000 00:47 14716918                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
7f8b8982d000-7f8b8985c000 r--p 00002000 00:47 14716918                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
7f8b8985c000-7f8b8985d000 r--p 00030000 00:47 14716918                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
7f8b8985d000-7f8b8985e000 rw-p 00031000 00:47 14716918                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
7f8b8985e000-7f8b8985f000 r--p 00000000 00:47 14716917                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
7f8b8985f000-7f8b89860000 r-xp 00001000 00:47 14716917                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
7f8b89860000-7f8b8988b000 r--p 00002000 00:47 14716917                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
7f8b8988b000-7f8b8988c000 r--p 0002c000 00:47 14716917                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
7f8b8988c000-7f8b8988d000 rw-p 0002d000 00:47 14716917                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
7f8b8988d000-7f8b8988e000 r--p 00000000 00:47 14716922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
7f8b8988e000-7f8b8988f000 r-xp 00001000 00:47 14716922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
7f8b8988f000-7f8b898c9000 r--p 00002000 00:47 14716922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
7f8b898c9000-7f8b898ca000 r--p 0003c000 00:47 14716922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
7f8b898ca000-7f8b898cb000 rw-p 0003d000 00:47 14716922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
7f8b898cb000-7f8b898cc000 r--p 00000000 00:47 14716905                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
7f8b898cc000-7f8b898cd000 r-xp 00001000 00:47 14716905                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
7f8b898cd000-7f8b89959000 r--p 00002000 00:47 14716905                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
7f8b89959000-7f8b8995a000 r--p 0008d000 00:47 14716905                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
7f8b8995a000-7f8b8995b000 rw-p 0008e000 00:47 14716905                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
7f8b8995b000-7f8b8995c000 r--p 00000000 00:47 14716924                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f8b8995c000-7f8b8995d000 r-xp 00001000 00:47 14716924                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f8b8995d000-7f8b8999e000 r--p 00002000 00:47 14716924                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f8b8999e000-7f8b8999f000 r--p 00042000 00:47 14716924                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f8b8999f000-7f8b899a0000 rw-p 00043000 00:47 14716924                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f8b899a0000-7f8b89b90000 rw-p 00000000 00:00 0 
7f8b89b9c000-7f8b89b9d000 ---p 00000000 00:00 0 
7f8b89b9d000-7f8b89bde000 rw-p 00000000 00:00 0 
7f8b89bde000-7f8b89bdf000 ---p 00000000 00:00 0 
7f8b89bdf000-7f8b89c20000 rw-p 00000000 00:00 0 
7f8b89c20000-7f8b89c21000 ---p 00000000 00:00 0 
7f8b89c21000-7f8b89c62000 rw-p 00000000 00:00 0 
7f8b89c62000-7f8b89c63000 ---p 00000000 00:00 0 
7f8b89c63000-7f8b89ca4000 rw-p 00000000 00:00 0 
7f8b89ca4000-7f8b89ca5000 ---p 00000000 00:00 0 
7f8b89ca5000-7f8b89ce6000 rw-p 00000000 00:00 0 
7f8b89ce6000-7f8b89ce7000 ---p 00000000 00:00 0 
7f8b89ce7000-7f8b89d28000 rw-p 00000000 00:00 0 
7f8b89d28000-7f8b89d29000 ---p 00000000 00:00 0 
7f8b89d29000-7f8b89d6a000 rw-p 00000000 00:00 0 
7f8b89d6a000-7f8b89d6b000 ---p 00000000 00:00 0 
7f8b89d6b000-7f8b89dac000 rw-p 00000000 00:00 0 
7f8b89dac000-7f8b89dad000 ---p 00000000 00:00 0 
7f8b89dad000-7f8b89dee000 rw-p 00000000 00:00 0 
7f8b89dee000-7f8b89def000 ---p 00000000 00:00 0 
7f8b89def000-7f8b89e30000 rw-p 00000000 00:00 0 
7f8b89e30000-7f8b89e31000 ---p 00000000 00:00 0 
7f8b89e31000-7f8b89e72000 rw-p 00000000 00:00 0 
7f8b89e72000-7f8b89e73000 ---p 00000000 00:00 0 
7f8b89e73000-7f8b89eb4000 rw-p 00000000 00:00 0 
7f8b89eb4000-7f8b89eb5000 ---p 00000000 00:00 0 
7f8b89eb5000-7f8b89ef6000 rw-p 00000000 00:00 0 
7f8b89ef6000-7f8b89ef7000 ---p 00000000 00:00 0 
7f8b89ef7000-7f8b89f38000 rw-p 00000000 00:00 0 
7f8b89f38000-7f8b89f39000 ---p 00000000 00:00 0 
7f8b89f39000-7f8b89f7a000 rw-p 00000000 00:00 0 
7f8b89f7a000-7f8b89f7b000 ---p 00000000 00:00 0 
7f8b89f7b000-7f8b89fbc000 rw-p 00000000 00:00 0 
7f8b89fbc000-7f8b89fbd000 ---p 00000000 00:00 0 
7f8b89fbd000-7f8b89ffe000 rw-p 00000000 00:00 0 
7f8b89ffe000-7f8b89fff000 ---p 00000000 00:00 0 
7f8b89fff000-7f8b8a040000 rw-p 00000000 00:00 0 
7f8b8a040000-7f8b8a041000 ---p 00000000 00:00 0 
7f8b8a041000-7f8b8a082000 rw-p 00000000 00:00 0 
7f8b8a082000-7f8b8a083000 ---p 00000000 00:00 0 
7f8b8a083000-7f8b8a0c4000 rw-p 00000000 00:00 0 
7f8b8a0c4000-7f8b8a0c5000 ---p 00000000 00:00 0 
7f8b8a0c5000-7f8b8a106000 rw-p 00000000 00:00 0 
7f8b8a106000-7f8b8a107000 ---p 00000000 00:00 0 
7f8b8a107000-7f8b8a148000 rw-p 00000000 00:00 0 
7f8b8a148000-7f8b8a149000 ---p 00000000 00:00 0 
7f8b8a149000-7f8b8a18a000 rw-p 00000000 00:00 0 
7f8b8a18a000-7f8b8a18b000 ---p 00000000 00:00 0 
7f8b8a18b000-7f8b8a1cc000 rw-p 00000000 00:00 0 
7f8b8a1cc000-7f8b8a1cd000 ---p 00000000 00:00 0 
7f8b8a1cd000-7f8b8a20e000 rw-p 00000000 00:00 0 
7f8b8a20e000-7f8b8a20f000 ---p 00000000 00:00 0 
7f8b8a20f000-7f8b8a250000 rw-p 00000000 00:00 0 
7f8b8a250000-7f8b8a251000 ---p 00000000 00:00 0 
7f8b8a251000-7f8b8a292000 rw-p 00000000 00:00 0 
7f8b8a292000-7f8b8a293000 ---p 00000000 00:00 0 
7f8b8a293000-7f8b8a2d4000 rw-p 00000000 00:00 0 
7f8b8a2d4000-7f8b8a2d5000 ---p 00000000 00:00 0 
7f8b8a2d5000-7f8b8a316000 rw-p 00000000 00:00 0 
7f8b8a316000-7f8b8a317000 ---p 00000000 00:00 0 
7f8b8a317000-7f8b8a358000 rw-p 00000000 00:00 0 
7f8b8a358000-7f8b8a359000 ---p 00000000 00:00 0 
7f8b8a359000-7f8b8a39a000 rw-p 00000000 00:00 0 
7f8b8a39a000-7f8b8a39b000 ---p 00000000 00:00 0 
7f8b8a39b000-7f8b8a3dc000 rw-p 00000000 00:00 0 
7f8b8a3f0000-7f8b8a410000 rw-p 00000000 00:00 0 
7f8b8a420000-7f8b8a430000 rw-p 00000000 00:00 0 
7f8b8a430000-7f8b8a470000 rw-p 00000000 00:00 0 
7f8b8a47f000-7f8b8a480000 r--p 00000000 00:47 14716915                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f8b8a480000-7f8b8a481000 r-xp 00001000 00:47 14716915                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f8b8a481000-7f8b8a49d000 r--p 00002000 00:47 14716915                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f8b8a49d000-7f8b8a49e000 r--p 0001d000 00:47 14716915                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f8b8a49e000-7f8b8a49f000 rw-p 0001e000 00:47 14716915                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
7f8b8a49f000-7f8b8a4a0000 r--p 00000000 00:47 14716913                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f8b8a4a0000-7f8b8a4a1000 r-xp 00001000 00:47 14716913                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f8b8a4a1000-7f8b8a4bd000 r--p 00002000 00:47 14716913                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f8b8a4bd000-7f8b8a4be000 r--p 0001d000 00:47 14716913                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f8b8a4be000-7f8b8a4bf000 rw-p 0001e000 00:47 14716913                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
7f8b8a4bf000-7f8b8a4c0000 r--p 00000000 00:47 14716914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f8b8a4c0000-7f8b8a4c1000 r-xp 00001000 00:47 14716914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f8b8a4c1000-7f8b8a4de000 r--p 00002000 00:47 14716914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f8b8a4de000-7f8b8a4df000 r--p 0001e000 00:47 14716914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f8b8a4df000-7f8b8a4e0000 rw-p 0001f000 00:47 14716914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f8b8a4e0000-7f8b8a530000 rw-p 00000000 00:00 0 
7f8b8a540000-7f8b8a550000 rw-p 00000000 00:00 0 
7f8b8a550000-7f8b8a5d0000 rw-p 00000000 00:00 0 
7f8b8a5e0000-7f8b8a5f0000 rw-p 00000000 00:00 0 
7f8b8a5f0000-7f8b8a6e0000 rw-p 00000000 00:00 0 
7f8b8a6f0000-7f8b8a700000 rw-p 00000000 00:00 0 
7f8b8a700000-7f8b8abf0000 rw-p 00000000 00:00 0 
7f8b8ac00000-7f8b8ac10000 rw-p 00000000 00:00 0 
7f8b8ac10000-7f8b8af10000 rw-p 00000000 00:00 0 
7f8b8af20000-7f8b8af30000 rw-p 00000000 00:00 0 
7f8b8af30000-7f8b8af50000 rw-p 00000000 00:00 0 
7f8b8af60000-7f8b8af70000 rw-p 00000000 00:00 0 
7f8b8af70000-7f8b8b3c0000 rw-p 00000000 00:00 0 
7f8b8b3d0000-7f8b8b3e0000 rw-p 00000000 00:00 0 
7f8b8b3e0000-7f8b8bc40000 rw-p 00000000 00:00 0 
7f8b8bc50000-7f8b8bc60000 rw-p 00000000 00:00 0 
7f8b8bc60000-7f8b8e5cc000 rw-p 00000000 00:00 0 
7f8b8e5cc000-7f8b90000000 ---p 00000000 00:00 0 
7f8b90010000-7f8b90370000 rw-p 00000000 00:00 0 
7f8b90380000-7f8b90390000 rw-p 00000000 00:00 0 
7f8b90390000-7f8b904e0000 rw-p 00000000 00:00 0 
7f8b904f0000-7f8b90500000 rw-p 00000000 00:00 0 
7f8b90500000-7f8b90690000 rw-p 00000000 00:00 0 
7f8b906a0000-7f8b906b0000 rw-p 00000000 00:00 0 
7f8b906b0000-7f8b906d0000 rw-p 00000000 00:00 0 
7f8b906db000-7f8b906dc000 ---p 00000000 00:00 0 
7f8b906dc000-7f8b906fc000 rw-p 00000000 00:00 0 
7f8b906fc000-7f8b906fd000 ---p 00000000 00:00 0 
7f8b906fd000-7f8b9071d000 rw-p 00000000 00:00 0 
7f8b9071d000-7f8b9071e000 ---p 00000000 00:00 0 
7f8b9071e000-7f8b9073e000 rw-p 00000000 00:00 0 
7f8b9073e000-7f8b9073f000 ---p 00000000 00:00 0 
7f8b9073f000-7f8b9075f000 rw-p 00000000 00:00 0 
7f8b9075f000-7f8b90760000 ---p 00000000 00:00 0 
7f8b90760000-7f8b90790000 rw-p 00000000 00:00 0 
7f8b907a0000-7f8b907b0000 rw-p 00000000 00:00 0 
7f8b907b0000-7f8b90bc0000 rw-p 00000000 00:00 0 
7f8b90bc8000-7f8b90bc9000 r--p 00000000 00:47 14716904                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f8b90bc9000-7f8b90bca000 r-xp 00001000 00:47 14716904                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f8b90bca000-7f8b90bee000 r--p 00002000 00:47 14716904                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f8b90bee000-7f8b90bef000 r--p 00025000 00:47 14716904                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f8b90bef000-7f8b90bf0000 rw-p 00026000 00:47 14716904                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f8b90bf0000-7f8b91230000 rw-p 00000000 00:00 0 
7f8b91240000-7f8b91250000 rw-p 00000000 00:00 0 
7f8b91250000-7f8b91430000 rw-p 00000000 00:00 0 
7f8b91433000-7f8b9143a000 r--p 00000000 00:47 14725805                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
7f8b9143a000-7f8b9147f000 r-xp 00007000 00:47 14725805                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
7f8b9147f000-7f8b9149d000 r--p 0004c000 00:47 14725805                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
7f8b9149d000-7f8b9149f000 r--p 00069000 00:47 14725805                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
7f8b9149f000-7f8b914a0000 rw-p 0006b000 00:47 14725805                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
7f8b914a0000-7f8b914b0000 rw-p 00000000 00:00 0 
7f8b914c0000-7f8b914d0000 rw-p 00000000 00:00 0 
7f8b914d0000-7f8b916f0000 rw-p 00000000 00:00 0 
7f8b916f0000-7f8b917a3000 r--p 00000000 00:47 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8b917a3000-7f8b91ad6000 r-xp 000b3000 00:47 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8b91ad6000-7f8b91ba1000 r--p 003e6000 00:47 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8b91ba1000-7f8b91bfd000 r--p 004b0000 00:47 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8b91bfd000-7f8b91c00000 rw-p 0050c000 00:47 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f8b91c00000-7f8b91c03000 rw-p 00000000 00:00 0 
7f8b91c03000-7f8b91c21000 r--p 00000000 00:47 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8b91c21000-7f8b91c83000 r-xp 0001e000 00:47 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8b91c83000-7f8b91c9f000 r--p 00080000 00:47 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8b91c9f000-7f8b91ca9000 r--p 0009c000 00:47 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8b91ca9000-7f8b91cad000 rw-p 000a6000 00:47 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f8b91cad000-7f8b91cc1000 r--p 00000000 00:47 14696182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
7f8b91cc1000-7f8b91cf9000 r-xp 00014000 00:47 14696182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
7f8b91cf9000-7f8b91d0b000 r--p 0004c000 00:47 14696182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
7f8b91d0b000-7f8b91d0d000 r--p 0005e000 00:47 14696182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
7f8b91d0d000-7f8b91d0f000 rw-p 00060000 00:47 14696182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
7f8b91d0f000-7f8b91d90000 rw-p 00000000 00:00 0 
7f8b91da0000-7f8b91db0000 rw-p 00000000 00:00 0 
7f8b91db0000-7f8b91e30000 rw-p 00000000 00:00 0 
7f8b91e30000-7f8b91e31000 r--p 00000000 00:47 14723476                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f8b91e31000-7f8b91e32000 r-xp 00001000 00:47 14723476                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f8b91e32000-7f8b91e33000 r--p 00002000 00:47 14723476                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f8b91e33000-7f8b91e34000 r--p 00002000 00:47 14723476                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f8b91e34000-7f8b91e35000 rw-p 00003000 00:47 14723476                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
7f8b91e35000-7f8b91e39000 rw-p 00000000 00:00 0 
7f8b91e39000-7f8b91e40000 r--p 00000000 00:47 14680232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
7f8b91e40000-7f8b91e66000 r-xp 00007000 00:47 14680232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
7f8b91e66000-7f8b91e6e000 r--p 0002d000 00:47 14680232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
7f8b91e6e000-7f8b91e6f000 r--p 00034000 00:47 14680232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
7f8b91e6f000-7f8b91e70000 rw-p 00035000 00:47 14680232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
7f8b91e70000-7f8b91ed0000 rw-p 00000000 00:00 0 
7f8b91ed1000-7f8b91ed5000 r--p 00000000 00:47 14724543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
7f8b91ed5000-7f8b91f05000 r-xp 00004000 00:47 14724543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
7f8b91f05000-7f8b91f0d000 r--p 00034000 00:47 14724543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
7f8b91f0d000-7f8b91f0e000 r--p 0003c000 00:47 14724543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
7f8b91f0e000-7f8b91f0f000 rw-p 0003d000 00:47 14724543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
7f8b91f0f000-7f8b91f20000 rw-p 00000000 00:00 0 
7f8b91f24000-7f8b91f25000 r--p 00000000 00:47 14722646                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
7f8b91f25000-7f8b91f26000 r-xp 00001000 00:47 14722646                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
7f8b91f26000-7f8b91f27000 r--p 00002000 00:47 14722646                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
7f8b91f27000-7f8b91f28000 r--p 00002000 00:47 14722646                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
7f8b91f28000-7f8b91f29000 rw-p 00003000 00:47 14722646                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
7f8b91f29000-7f8b91f2b000 r--p 00000000 00:47 14724309                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
7f8b91f2b000-7f8b91f2d000 r-xp 00002000 00:47 14724309                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
7f8b91f2d000-7f8b91f2e000 r--p 00004000 00:47 14724309                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
7f8b91f2e000-7f8b91f2f000 r--p 00004000 00:47 14724309                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
7f8b91f2f000-7f8b91f30000 rw-p 00005000 00:47 14724309                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
7f8b91f30000-7f8b91f40000 rw-p 00000000 00:00 0 
7f8b91f44000-7f8b91f45000 r--p 00000000 00:47 14716911                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f8b91f45000-7f8b91f46000 r-xp 00001000 00:47 14716911                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f8b91f46000-7f8b91f60000 r--p 00002000 00:47 14716911                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f8b91f60000-7f8b91f61000 r--p 0001b000 00:47 14716911                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f8b91f61000-7f8b91f62000 rw-p 0001c000 00:47 14716911                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
7f8b91f62000-7f8b91f63000 r--p 00000000 00:47 14716910                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
7f8b91f63000-7f8b91f64000 r-xp 00001000 00:47 14716910                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
7f8b91f64000-7f8b91f6e000 r--p 00002000 00:47 14716910                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
7f8b91f6e000-7f8b91f6f000 r--p 0000c000 00:47 14716910                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
7f8b91f6f000-7f8b91f70000 rw-p 0000d000 00:47 14716910                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
7f8b91f70000-7f8b91f80000 rw-p 00000000 00:00 0 
7f8b91f82000-7f8b91f83000 r--p 00000000 00:47 14716919                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
7f8b91f83000-7f8b91f84000 r-xp 00001000 00:47 14716919                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
7f8b91f84000-7f8b91f85000 r--p 00002000 00:47 14716919                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
7f8b91f85000-7f8b91f86000 r--p 00003000 00:47 14716919                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
7f8b91f86000-7f8b91f87000 rw-p 00004000 00:47 14716919                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
7f8b91f87000-7f8b91f88000 r--p 00000000 00:47 14716921                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f8b91f88000-7f8b91f89000 r-xp 00001000 00:47 14716921                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f8b91f89000-7f8b91fdf000 r--p 00002000 00:47 14716921                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f8b91fdf000-7f8b91fe0000 r--p 00057000 00:47 14716921                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f8b91fe0000-7f8b91fe1000 rw-p 00058000 00:47 14716921                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f8b91fe1000-7f8b91fe2000 r--p 00000000 00:47 14716909                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
7f8b91fe2000-7f8b91fe3000 r-xp 00001000 00:47 14716909                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
7f8b91fe3000-7f8b91fe4000 r--p 00002000 00:47 14716909                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
7f8b91fe4000-7f8b91fe5000 r--p 00002000 00:47 14716909                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
7f8b91fe5000-7f8b91fe6000 rw-p 00003000 00:47 14716909                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
7f8b91fe6000-7f8b91fe9000 r--p 00000000 00:47 14716254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
7f8b91fe9000-7f8b91fea000 r-xp 00003000 00:47 14716254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
7f8b91fea000-7f8b91ffe000 r--p 00004000 00:47 14716254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
7f8b91ffe000-7f8b92003000 r--p 00018000 00:47 14716254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
7f8b92003000-7f8b92004000 rw-p 0001d000 00:47 14716254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
7f8b92004000-7f8b92007000 r--p 00000000 00:47 14715986                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
7f8b92007000-7f8b9200c000 r-xp 00003000 00:47 14715986                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
7f8b9200c000-7f8b9200e000 r--p 00008000 00:47 14715986                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
7f8b9200e000-7f8b9200f000 r--p 00009000 00:47 14715986                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
7f8b9200f000-7f8b92010000 rw-p 0000a000 00:47 14715986                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
7f8b92010000-7f8b92030000 rw-p 00000000 00:00 0 
7f8b92032000-7f8b92033000 r--p 00000000 00:47 14716925                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8b92033000-7f8b92035000 r-xp 00001000 00:47 14716925                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8b92035000-7f8b92036000 r--p 00003000 00:47 14716925                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8b92036000-7f8b92037000 r--p 00004000 00:47 14716925                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8b92037000-7f8b92038000 rw-p 00005000 00:47 14716925                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f8b92038000-7f8b9203a000 r--p 00000000 00:47 14724028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
7f8b9203a000-7f8b9203c000 r-xp 00002000 00:47 14724028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
7f8b9203c000-7f8b9203d000 r--p 00004000 00:47 14724028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
7f8b9203d000-7f8b9203e000 r--p 00004000 00:47 14724028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
7f8b9203e000-7f8b9203f000 rw-p 00005000 00:47 14724028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
7f8b9203f000-7f8b92040000 r--p 00000000 00:47 14723887                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
7f8b92040000-7f8b92041000 r-xp 00001000 00:47 14723887                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
7f8b92041000-7f8b92042000 r--p 00002000 00:47 14723887                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
7f8b92042000-7f8b92043000 r--p 00002000 00:47 14723887                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
7f8b92043000-7f8b92044000 rw-p 00003000 00:47 14723887                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
7f8b92044000-7f8b92045000 r--p 00000000 00:47 14723655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
7f8b92045000-7f8b92046000 r-xp 00001000 00:47 14723655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
7f8b92046000-7f8b92047000 r--p 00002000 00:47 14723655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
7f8b92047000-7f8b92048000 r--p 00002000 00:47 14723655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
7f8b92048000-7f8b92049000 rw-p 00003000 00:47 14723655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
7f8b92049000-7f8b9204a000 r--p 00000000 00:47 14723654                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
7f8b9204a000-7f8b9204b000 r-xp 00001000 00:47 14723654                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
7f8b9204b000-7f8b9204c000 r--p 00002000 00:47 14723654                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
7f8b9204c000-7f8b9204d000 r--p 00002000 00:47 14723654                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
7f8b9204d000-7f8b9204e000 rw-p 00003000 00:47 14723654                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
7f8b92050000-7f8b92051000 ---p 00000000 00:00 0 
7f8b92051000-7f8b92071000 rw-p 00000000 00:00 0 
7f8b92071000-7f8b92072000 r--p 00000000 00:47 14722129                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
7f8b92072000-7f8b92073000 r-xp 00001000 00:47 14722129                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
7f8b92073000-7f8b92074000 r--p 00002000 00:47 14722129                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
7f8b92074000-7f8b92075000 r--p 00002000 00:47 14722129                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
7f8b92075000-7f8b92076000 rw-p 00003000 00:47 14722129                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
7f8b92076000-7f8b92077000 r--p 00000000 00:47 14719916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8b92077000-7f8b92078000 r-xp 00001000 00:47 14719916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8b92078000-7f8b92079000 r--p 00002000 00:47 14719916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8b92079000-7f8b9207a000 r--p 00002000 00:47 14719916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8b9207a000-7f8b9207b000 rw-p 00003000 00:47 14719916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
7f8b9207b000-7f8b9207c000 r--p 00000000 00:47 14719217                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f8b9207c000-7f8b9207d000 r-xp 00001000 00:47 14719217                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f8b9207d000-7f8b9207e000 r--p 00002000 00:47 14719217                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f8b9207e000-7f8b9207f000 r--p 00002000 00:47 14719217                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f8b9207f000-7f8b92080000 rw-p 00003000 00:47 14719217                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f8b92080000-7f8b92090000 rw-p 00000000 00:00 0 
7f8b92090000-7f8b92092000 r--p 00000000 00:47 15218243                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
7f8b92092000-7f8b9209b000 r-xp 00002000 00:47 15218243                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
7f8b9209b000-7f8b9209e000 r--p 0000b000 00:47 15218243                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
7f8b9209e000-7f8b9209f000 r--p 0000d000 00:47 15218243                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
7f8b9209f000-7f8b920a0000 rw-p 0000e000 00:47 15218243                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
7f8b920a0000-7f8b920b0000 rw-p 00000000 00:00 0 
7f8b920b0000-7f8b920b1000 r--p 00000000 00:47 14720914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
7f8b920b1000-7f8b920b2000 r-xp 00001000 00:47 14720914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
7f8b920b2000-7f8b920b3000 r--p 00002000 00:47 14720914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
7f8b920b3000-7f8b920b4000 r--p 00002000 00:47 14720914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
7f8b920b4000-7f8b920b5000 rw-p 00003000 00:47 14720914                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
7f8b920b5000-7f8b920b7000 r--p 00000000 00:47 14716109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
7f8b920b7000-7f8b920bc000 r-xp 00002000 00:47 14716109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
7f8b920bc000-7f8b920be000 r--p 00007000 00:47 14716109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
7f8b920be000-7f8b920bf000 r--p 00008000 00:47 14716109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
7f8b920bf000-7f8b920c0000 rw-p 00009000 00:47 14716109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
7f8b920c0000-7f8b920e0000 rw-p 00000000 00:00 0 
7f8b920e1000-7f8b920e3000 r--p 00000000 00:47 15227350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
7f8b920e3000-7f8b920e7000 r-xp 00002000 00:47 15227350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
7f8b920e7000-7f8b920e8000 r--p 00006000 00:47 15227350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
7f8b920e8000-7f8b920e9000 r--p 00007000 00:47 15227350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
7f8b920e9000-7f8b920ea000 rw-p 00008000 00:47 15227350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
7f8b920ea000-7f8b920ed000 r--p 00000000 00:47 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f8b920ed000-7f8b920f3000 r-xp 00003000 00:47 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f8b920f3000-7f8b920f5000 r--p 00009000 00:47 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f8b920f5000-7f8b920f6000 r--p 0000b000 00:47 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f8b920f6000-7f8b920f7000 rw-p 0000c000 00:47 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f8b920f7000-7f8b920ff000 r--p 00000000 00:47 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f8b920ff000-7f8b9213e000 r-xp 00008000 00:47 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f8b9213e000-7f8b9214e000 r--p 00047000 00:47 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f8b9214e000-7f8b92152000 r--p 00056000 00:47 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f8b92152000-7f8b92153000 rw-p 0005a000 00:47 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f8b92153000-7f8b92154000 r--p 00000000 00:47 14832148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
7f8b92154000-7f8b92155000 r-xp 00001000 00:47 14832148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
7f8b92155000-7f8b92156000 r--p 00002000 00:47 14832148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
7f8b92156000-7f8b92157000 r--p 00002000 00:47 14832148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
7f8b92157000-7f8b92158000 rw-p 00003000 00:47 14832148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
7f8b92158000-7f8b92159000 r--p 00000000 00:47 15223215                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
7f8b92159000-7f8b9215d000 r-xp 00001000 00:47 15223215                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
7f8b9215d000-7f8b9215e000 r--p 00005000 00:47 15223215                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
7f8b9215e000-7f8b9215f000 r--p 00005000 00:47 15223215                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
7f8b9215f000-7f8b92160000 rw-p 00006000 00:47 15223215                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
7f8b92160000-7f8b92190000 rw-p 00000000 00:00 0 
7f8b92190000-7f8b92191000 r--p 00000000 00:47 14723816                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
7f8b92191000-7f8b92192000 r-xp 00001000 00:47 14723816                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
7f8b92192000-7f8b92193000 r--p 00002000 00:47 14723816                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
7f8b92193000-7f8b92194000 r--p 00002000 00:47 14723816                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
7f8b92194000-7f8b92195000 rw-p 00003000 00:47 14723816                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
7f8b92195000-7f8b92196000 r--p 00000000 00:47 14722667                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
7f8b92196000-7f8b92198000 r-xp 00001000 00:47 14722667                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
7f8b92198000-7f8b92199000 r--p 00003000 00:47 14722667                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
7f8b92199000-7f8b9219a000 r--p 00003000 00:47 14722667                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
7f8b9219a000-7f8b9219b000 rw-p 00004000 00:47 14722667                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
7f8b9219b000-7f8b9219c000 r--p 00000000 00:47 14722321                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
7f8b9219c000-7f8b9219d000 r-xp 00001000 00:47 14722321                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
7f8b9219d000-7f8b9219e000 r--p 00002000 00:47 14722321                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
7f8b9219e000-7f8b9219f000 r--p 00002000 00:47 14722321                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
7f8b9219f000-7f8b921a0000 rw-p 00003000 00:47 14722321                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
7f8b921a0000-7f8b921b0000 rw-p 00000000 00:00 0 
7f8b921b3000-7f8b921b4000 r--p 00000000 00:47 14722075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
7f8b921b4000-7f8b921b5000 r-xp 00001000 00:47 14722075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
7f8b921b5000-7f8b921b6000 r--p 00002000 00:47 14722075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
7f8b921b6000-7f8b921b7000 r--p 00002000 00:47 14722075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
7f8b921b7000-7f8b921b8000 rw-p 00003000 00:47 14722075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
7f8b921b8000-7f8b921b9000 r--p 00000000 00:47 14722427                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
7f8b921b9000-7f8b921ba000 r-xp 00001000 00:47 14722427                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
7f8b921ba000-7f8b921bb000 r--p 00002000 00:47 14722427                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
7f8b921bb000-7f8b921bc000 r--p 00002000 00:47 14722427                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
7f8b921bc000-7f8b921bd000 rw-p 00003000 00:47 14722427                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
7f8b921bd000-7f8b921be000 r--p 00000000 00:47 14719240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
7f8b921be000-7f8b921bf000 r-xp 00001000 00:47 14719240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
7f8b921bf000-7f8b921c0000 r--p 00002000 00:47 14719240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
7f8b921c0000-7f8b921c1000 r--p 00002000 00:47 14719240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
7f8b921c1000-7f8b921c2000 rw-p 00003000 00:47 14719240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
7f8b921c2000-7f8b921c3000 r--p 00000000 00:47 14718729                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
7f8b921c3000-7f8b921c4000 r-xp 00001000 00:47 14718729                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
7f8b921c4000-7f8b921c5000 r--p 00002000 00:47 14718729                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
7f8b921c5000-7f8b921c6000 r--p 00002000 00:47 14718729                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
7f8b921c6000-7f8b921c7000 rw-p 00003000 00:47 14718729                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
7f8b921c7000-7f8b921c8000 r--p 00000000 00:47 14723595                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
7f8b921c8000-7f8b921c9000 r-xp 00001000 00:47 14723595                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
7f8b921c9000-7f8b921ca000 r--p 00002000 00:47 14723595                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
7f8b921ca000-7f8b921cb000 r--p 00002000 00:47 14723595                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
7f8b921cb000-7f8b921cc000 rw-p 00003000 00:47 14723595                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
7f8b921cc000-7f8b921cd000 r--p 00000000 00:47 14722704                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
7f8b921cd000-7f8b921ce000 r-xp 00001000 00:47 14722704                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
7f8b921ce000-7f8b921cf000 r--p 00002000 00:47 14722704                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
7f8b921cf000-7f8b921d0000 r--p 00002000 00:47 14722704                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
7f8b921d0000-7f8b921d1000 rw-p 00003000 00:47 14722704                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
7f8b921d1000-7f8b921d2000 r--p 00000000 00:47 14716323                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
7f8b921d2000-7f8b921d3000 r-xp 00001000 00:47 14716323                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
7f8b921d3000-7f8b921d4000 r--p 00002000 00:47 14716323                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
7f8b921d4000-7f8b921d5000 r--p 00002000 00:47 14716323                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
7f8b921d5000-7f8b921d6000 rw-p 00003000 00:47 14716323                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
7f8b921d6000-7f8b921d7000 r--p 00000000 00:47 14716596                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
7f8b921d7000-7f8b921d8000 r-xp 00001000 00:47 14716596                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
7f8b921d8000-7f8b921d9000 r--p 00002000 00:47 14716596                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
7f8b921d9000-7f8b921da000 r--p 00002000 00:47 14716596                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
7f8b921da000-7f8b921db000 rw-p 00003000 00:47 14716596                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
7f8b921db000-7f8b921dc000 r--p 00000000 00:47 14716758                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
7f8b921dc000-7f8b921dd000 r-xp 00001000 00:47 14716758                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
7f8b921dd000-7f8b921de000 r--p 00002000 00:47 14716758                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
7f8b921de000-7f8b921df000 r--p 00002000 00:47 14716758                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
7f8b921df000-7f8b921e0000 rw-p 00003000 00:47 14716758                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
7f8b921e0000-7f8b921e1000 r--p 00000000 00:47 14716717                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
7f8b921e1000-7f8b921e2000 r-xp 00001000 00:47 14716717                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
7f8b921e2000-7f8b921e3000 r--p 00002000 00:47 14716717                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
7f8b921e3000-7f8b921e4000 r--p 00002000 00:47 14716717                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
7f8b921e4000-7f8b921e5000 rw-p 00003000 00:47 14716717                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
7f8b921e5000-7f8b921e6000 r--p 00000000 00:47 14716580                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
7f8b921e6000-7f8b921e7000 r-xp 00001000 00:47 14716580                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
7f8b921e7000-7f8b921e8000 r--p 00002000 00:47 14716580                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
7f8b921e8000-7f8b921e9000 r--p 00002000 00:47 14716580                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
7f8b921e9000-7f8b921ea000 rw-p 00003000 00:47 14716580                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
7f8b921ea000-7f8b921eb000 r--p 00000000 00:47 14716401                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
7f8b921eb000-7f8b921ec000 r-xp 00001000 00:47 14716401                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
7f8b921ec000-7f8b921ed000 r--p 00002000 00:47 14716401                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
7f8b921ed000-7f8b921ee000 r--p 00002000 00:47 14716401                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
7f8b921ee000-7f8b921ef000 rw-p 00003000 00:47 14716401                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
7f8b921ef000-7f8b921f0000 r--p 00000000 00:47 14716397                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
7f8b921f0000-7f8b921f1000 r-xp 00001000 00:47 14716397                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
7f8b921f1000-7f8b921f2000 r--p 00002000 00:47 14716397                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
7f8b921f2000-7f8b921f3000 r--p 00003000 00:47 14716397                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
7f8b921f3000-7f8b921f4000 rw-p 00004000 00:47 14716397                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
7f8b921f4000-7f8b921f5000 r--p 00000000 00:47 14716390                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
7f8b921f5000-7f8b921f6000 r-xp 00001000 00:47 14716390                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
7f8b921f6000-7f8b921f7000 r--p 00002000 00:47 14716390                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
7f8b921f7000-7f8b921f8000 r--p 00002000 00:47 14716390                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
7f8b921f8000-7f8b921f9000 rw-p 00003000 00:47 14716390                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
7f8b921f9000-7f8b921fa000 r--p 00000000 00:47 14716358                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
7f8b921fa000-7f8b921fb000 r-xp 00001000 00:47 14716358                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
7f8b921fb000-7f8b921fc000 r--p 00002000 00:47 14716358                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
7f8b921fc000-7f8b921fd000 r--p 00002000 00:47 14716358                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
7f8b921fd000-7f8b921fe000 rw-p 00003000 00:47 14716358                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
7f8b921fe000-7f8b921ff000 r--p 00000000 00:47 14716375                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
7f8b921ff000-7f8b92200000 r-xp 00001000 00:47 14716375                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
7f8b92200000-7f8b92201000 r--p 00002000 00:47 14716375                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
7f8b92201000-7f8b92202000 r--p 00002000 00:47 14716375                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
7f8b92202000-7f8b92203000 rw-p 00003000 00:47 14716375                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
7f8b92203000-7f8b92204000 r--p 00000000 00:47 14716369                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
7f8b92204000-7f8b92205000 r-xp 00001000 00:47 14716369                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
7f8b92205000-7f8b92206000 r--p 00002000 00:47 14716369                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
7f8b92206000-7f8b92207000 r--p 00002000 00:47 14716369                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
7f8b92207000-7f8b92208000 rw-p 00003000 00:47 14716369                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
7f8b92208000-7f8b92209000 r--p 00000000 00:47 14716388                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
7f8b92209000-7f8b9220a000 r-xp 00001000 00:47 14716388                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
7f8b9220a000-7f8b9220b000 r--p 00002000 00:47 14716388                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
7f8b9220b000-7f8b9220c000 r--p 00002000 00:47 14716388                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
7f8b9220c000-7f8b9220d000 rw-p 00003000 00:47 14716388                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
7f8b9220d000-7f8b9220e000 r--p 00000000 00:47 14716275                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
7f8b9220e000-7f8b9220f000 r-xp 00001000 00:47 14716275                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
7f8b9220f000-7f8b92210000 r--p 00002000 00:47 14716275                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
7f8b92210000-7f8b92211000 r--p 00002000 00:47 14716275                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
7f8b92211000-7f8b92212000 rw-p 00003000 00:47 14716275                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
7f8b92212000-7f8b92213000 r--p 00000000 00:47 14716389                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
7f8b92213000-7f8b92214000 r-xp 00001000 00:47 14716389                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
7f8b92214000-7f8b92215000 r--p 00002000 00:47 14716389                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
7f8b92215000-7f8b92216000 r--p 00002000 00:47 14716389                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
7f8b92216000-7f8b92217000 rw-p 00003000 00:47 14716389                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
7f8b92217000-7f8b92218000 r--p 00000000 00:47 14716394                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
7f8b92218000-7f8b92219000 r-xp 00001000 00:47 14716394                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
7f8b92219000-7f8b9221a000 r--p 00002000 00:47 14716394                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
7f8b9221a000-7f8b9221b000 r--p 00002000 00:47 14716394                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
7f8b9221b000-7f8b9221c000 rw-p 00003000 00:47 14716394                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
7f8b9221c000-7f8b9221d000 r--p 00000000 00:47 14716393                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
7f8b9221d000-7f8b9221e000 r-xp 00001000 00:47 14716393                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
7f8b9221e000-7f8b9221f000 r--p 00002000 00:47 14716393                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
7f8b9221f000-7f8b92220000 r--p 00002000 00:47 14716393                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
7f8b92220000-7f8b92221000 rw-p 00003000 00:47 14716393                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
7f8b92221000-7f8b92222000 r--p 00000000 00:47 14716392                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
7f8b92222000-7f8b92223000 r-xp 00001000 00:47 14716392                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
7f8b92223000-7f8b92224000 r--p 00002000 00:47 14716392                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
7f8b92224000-7f8b92225000 r--p 00002000 00:47 14716392                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
7f8b92225000-7f8b92226000 rw-p 00003000 00:47 14716392                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
7f8b92226000-7f8b92227000 r--p 00000000 00:47 14716381                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
7f8b92227000-7f8b92228000 r-xp 00001000 00:47 14716381                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
7f8b92228000-7f8b92229000 r--p 00002000 00:47 14716381                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
7f8b92229000-7f8b9222a000 r--p 00002000 00:47 14716381                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
7f8b9222a000-7f8b9222b000 rw-p 00003000 00:47 14716381                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
7f8b9222b000-7f8b9222c000 r--p 00000000 00:47 14716391                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
7f8b9222c000-7f8b9222d000 r-xp 00001000 00:47 14716391                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
7f8b9222d000-7f8b9222e000 r--p 00002000 00:47 14716391                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
7f8b9222e000-7f8b9222f000 r--p 00002000 00:47 14716391                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
7f8b9222f000-7f8b92230000 rw-p 00003000 00:47 14716391                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
7f8b92230000-7f8b92231000 r--p 00000000 00:47 14716297                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
7f8b92231000-7f8b92232000 r-xp 00001000 00:47 14716297                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
7f8b92232000-7f8b92233000 r--p 00002000 00:47 14716297                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
7f8b92233000-7f8b92234000 r--p 00002000 00:47 14716297                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
7f8b92234000-7f8b92235000 rw-p 00003000 00:47 14716297                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
7f8b92235000-7f8b92236000 r--p 00000000 00:47 14716385                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
7f8b92236000-7f8b92237000 r-xp 00001000 00:47 14716385                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
7f8b92237000-7f8b92238000 r--p 00002000 00:47 14716385                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
7f8b92238000-7f8b92239000 r--p 00002000 00:47 14716385                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
7f8b92239000-7f8b9223a000 rw-p 00003000 00:47 14716385                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
7f8b9223a000-7f8b9223b000 r--p 00000000 00:47 14716387                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
7f8b9223b000-7f8b9223c000 r-xp 00001000 00:47 14716387                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
7f8b9223c000-7f8b9223d000 r--p 00002000 00:47 14716387                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
7f8b9223d000-7f8b9223e000 r--p 00002000 00:47 14716387                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
7f8b9223e000-7f8b9223f000 rw-p 00003000 00:47 14716387                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
7f8b9223f000-7f8b92240000 r--p 00000000 00:47 14716379                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
7f8b92240000-7f8b92241000 r-xp 00001000 00:47 14716379                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
7f8b92241000-7f8b92242000 r--p 00002000 00:47 14716379                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
7f8b92242000-7f8b92243000 r--p 00002000 00:47 14716379                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
7f8b92243000-7f8b92244000 rw-p 00003000 00:47 14716379                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
7f8b92244000-7f8b92245000 r--p 00000000 00:47 14716378                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
7f8b92245000-7f8b92246000 r-xp 00001000 00:47 14716378                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
7f8b92246000-7f8b92247000 r--p 00002000 00:47 14716378                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
7f8b92247000-7f8b92248000 r--p 00002000 00:47 14716378                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
7f8b92248000-7f8b92249000 rw-p 00003000 00:47 14716378                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
7f8b92249000-7f8b9224a000 r--p 00000000 00:47 14716376                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
7f8b9224a000-7f8b9224b000 r-xp 00001000 00:47 14716376                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
7f8b9224b000-7f8b9224c000 r--p 00002000 00:47 14716376                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
7f8b9224c000-7f8b9224d000 r--p 00002000 00:47 14716376                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
7f8b9224d000-7f8b9224e000 rw-p 00003000 00:47 14716376                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
7f8b9224e000-7f8b9224f000 r--p 00000000 00:47 14716372                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
7f8b9224f000-7f8b92250000 r-xp 00001000 00:47 14716372                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
7f8b92250000-7f8b92251000 r--p 00002000 00:47 14716372                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
7f8b92251000-7f8b92252000 r--p 00002000 00:47 14716372                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
7f8b92252000-7f8b92253000 rw-p 00003000 00:47 14716372                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
7f8b92253000-7f8b92254000 r--p 00000000 00:47 14716362                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
7f8b92254000-7f8b92255000 r-xp 00001000 00:47 14716362                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
7f8b92255000-7f8b92256000 r--p 00002000 00:47 14716362                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
7f8b92256000-7f8b92257000 r--p 00002000 00:47 14716362                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
7f8b92257000-7f8b92258000 rw-p 00003000 00:47 14716362                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
7f8b92258000-7f8b92259000 r--p 00000000 00:47 14716355                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
7f8b92259000-7f8b9225a000 r-xp 00001000 00:47 14716355                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
7f8b9225a000-7f8b9225b000 r--p 00002000 00:47 14716355                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
7f8b9225b000-7f8b9225c000 r--p 00002000 00:47 14716355                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
7f8b9225c000-7f8b9225d000 rw-p 00003000 00:47 14716355                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
7f8b9225d000-7f8b9225e000 r--p 00000000 00:47 14716352                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
7f8b9225e000-7f8b9225f000 r-xp 00001000 00:47 14716352                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
7f8b9225f000-7f8b92260000 r--p 00002000 00:47 14716352                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
7f8b92260000-7f8b92261000 r--p 00002000 00:47 14716352                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
7f8b92261000-7f8b92262000 rw-p 00003000 00:47 14716352                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
7f8b92262000-7f8b92263000 r--p 00000000 00:47 14716344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
7f8b92263000-7f8b92264000 r-xp 00001000 00:47 14716344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
7f8b92264000-7f8b92265000 r--p 00002000 00:47 14716344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
7f8b92265000-7f8b92266000 r--p 00002000 00:47 14716344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
7f8b92266000-7f8b92267000 rw-p 00003000 00:47 14716344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
7f8b92267000-7f8b92268000 r--p 00000000 00:47 14716343                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
7f8b92268000-7f8b92269000 r-xp 00001000 00:47 14716343                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
7f8b92269000-7f8b9226a000 r--p 00002000 00:47 14716343                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
7f8b9226a000-7f8b9226b000 r--p 00003000 00:47 14716343                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
7f8b9226b000-7f8b9226c000 rw-p 00004000 00:47 14716343                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
7f8b9226c000-7f8b9226d000 r--p 00000000 00:47 14716336                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
7f8b9226d000-7f8b9226e000 r-xp 00001000 00:47 14716336                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
7f8b9226e000-7f8b92270000 r--p 00002000 00:47 14716336                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
7f8b92270000-7f8b92271000 r--p 00003000 00:47 14716336                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
7f8b92271000-7f8b92272000 rw-p 00004000 00:47 14716336                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
7f8b92272000-7f8b92273000 r--p 00000000 00:47 14716771                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
7f8b92273000-7f8b92274000 r-xp 00001000 00:47 14716771                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
7f8b92274000-7f8b92275000 r--p 00002000 00:47 14716771                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
7f8b92275000-7f8b92276000 r--p 00003000 00:47 14716771                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
7f8b92276000-7f8b92277000 rw-p 00004000 00:47 14716771                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
7f8b92277000-7f8b92278000 r--p 00000000 00:47 14716287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
7f8b92278000-7f8b92279000 r-xp 00001000 00:47 14716287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
7f8b92279000-7f8b9227a000 r--p 00002000 00:47 14716287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
7f8b9227a000-7f8b9227b000 r--p 00003000 00:47 14716287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
7f8b9227b000-7f8b9227c000 rw-p 00004000 00:47 14716287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
7f8b9227c000-7f8b9227d000 r--p 00000000 00:47 14716739                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
7f8b9227d000-7f8b9227e000 r-xp 00001000 00:47 14716739                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
7f8b9227e000-7f8b9227f000 r--p 00002000 00:47 14716739                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
7f8b9227f000-7f8b92280000 r--p 00002000 00:47 14716739                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
7f8b92280000-7f8b92281000 rw-p 00003000 00:47 14716739                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
7f8b92281000-7f8b92282000 r--p 00000000 00:47 14716793                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
7f8b92282000-7f8b92283000 r-xp 00001000 00:47 14716793                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
7f8b92283000-7f8b92284000 r--p 00002000 00:47 14716793                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
7f8b92284000-7f8b92285000 r--p 00002000 00:47 14716793                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
7f8b92285000-7f8b92286000 rw-p 00003000 00:47 14716793                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
7f8b92286000-7f8b92287000 r--p 00000000 00:47 14716398                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
7f8b92287000-7f8b92288000 r-xp 00001000 00:47 14716398                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
7f8b92288000-7f8b92289000 r--p 00002000 00:47 14716398                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
7f8b92289000-7f8b9228a000 r--p 00002000 00:47 14716398                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
7f8b9228a000-7f8b9228b000 rw-p 00003000 00:47 14716398                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
7f8b9228b000-7f8b9228c000 r--p 00000000 00:47 14716374                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
7f8b9228c000-7f8b9228d000 r-xp 00001000 00:47 14716374                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
7f8b9228d000-7f8b9228e000 r--p 00002000 00:47 14716374                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
7f8b9228e000-7f8b9228f000 r--p 00002000 00:47 14716374                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
7f8b9228f000-7f8b92290000 rw-p 00003000 00:47 14716374                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
7f8b92293000-7f8b92294000 r--p 00000000 00:47 14720751                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f8b92294000-7f8b92295000 r-xp 00001000 00:47 14720751                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f8b92295000-7f8b92296000 r--p 00002000 00:47 14720751                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f8b92296000-7f8b92297000 r--p 00002000 00:47 14720751                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f8b92297000-7f8b92298000 rw-p 00003000 00:47 14720751                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f8b92298000-7f8b92299000 r--p 00000000 00:47 14716906                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
7f8b92299000-7f8b9229a000 r-xp 00001000 00:47 14716906                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
7f8b9229a000-7f8b9229b000 r--p 00002000 00:47 14716906                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
7f8b9229b000-7f8b9229c000 r--p 00002000 00:47 14716906                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
7f8b9229c000-7f8b9229d000 rw-p 00003000 00:47 14716906                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
7f8b9229d000-7f8b9229e000 r--p 00000000 00:47 14691864                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
7f8b9229e000-7f8b9229f000 r-xp 00001000 00:47 14691864                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
7f8b9229f000-7f8b922a0000 r--p 00002000 00:47 14691864                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
7f8b922a0000-7f8b922a1000 r--p 00002000 00:47 14691864                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
7f8b922a1000-7f8b922a2000 rw-p 00003000 00:47 14691864                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
7f8b922a2000-7f8b922a3000 r--p 00000000 00:47 14716916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
7f8b922a3000-7f8b922a4000 r-xp 00001000 00:47 14716916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
7f8b922a4000-7f8b922a5000 r--p 00002000 00:47 14716916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
7f8b922a5000-7f8b922a6000 r--p 00002000 00:47 14716916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
7f8b922a6000-7f8b922a7000 rw-p 00003000 00:47 14716916                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
7f8b922a7000-7f8b922a8000 r--p 00000000 00:47 14716920                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
7f8b922a8000-7f8b922a9000 r-xp 00001000 00:47 14716920                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
7f8b922a9000-7f8b922aa000 r--p 00002000 00:47 14716920                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
7f8b922aa000-7f8b922ab000 r--p 00002000 00:47 14716920                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
7f8b922ab000-7f8b922ac000 rw-p 00003000 00:47 14716920                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
7f8b922ac000-7f8b922af000 r--p 00000000 00:47 14725756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
7f8b922af000-7f8b922bb000 r-xp 00003000 00:47 14725756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
7f8b922bb000-7f8b922be000 r--p 0000f000 00:47 14725756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
7f8b922be000-7f8b922bf000 r--p 00011000 00:47 14725756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
7f8b922bf000-7f8b922c0000 rw-p 00012000 00:47 14725756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
7f8b922c0000-7f8b922f0000 rw-p 00000000 00:00 0 
7f8b922f4000-7f8b922f6000 r--p 00000000 00:47 14721515                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
7f8b922f6000-7f8b922f8000 r-xp 00002000 00:47 14721515                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
7f8b922f8000-7f8b922f9000 r--p 00004000 00:47 14721515                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
7f8b922f9000-7f8b922fa000 r--p 00004000 00:47 14721515                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
7f8b922fa000-7f8b922fb000 rw-p 00005000 00:47 14721515                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
7f8b922fb000-7f8b922fc000 r--p 00000000 00:47 14724364                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
7f8b922fc000-7f8b922fd000 r-xp 00001000 00:47 14724364                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
7f8b922fd000-7f8b922fe000 r--p 00002000 00:47 14724364                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
7f8b922fe000-7f8b922ff000 r--p 00002000 00:47 14724364                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
7f8b922ff000-7f8b92300000 rw-p 00003000 00:47 14724364                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
7f8b92300000-7f8b92310000 rw-p 00000000 00:00 0 
7f8b92311000-7f8b92313000 r--p 00000000 00:47 14722615                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
7f8b92313000-7f8b92316000 r-xp 00002000 00:47 14722615                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
7f8b92316000-7f8b92317000 r--p 00005000 00:47 14722615                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
7f8b92317000-7f8b92318000 r--p 00006000 00:47 14722615                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
7f8b92318000-7f8b92319000 rw-p 00007000 00:47 14722615                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
7f8b9231a000-7f8b9231b000 r--p 00000000 00:47 15223451                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
7f8b9231b000-7f8b9231c000 r-xp 00001000 00:47 15223451                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
7f8b9231c000-7f8b9231d000 r--p 00002000 00:47 15223451                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
7f8b9231d000-7f8b9231e000 r--p 00002000 00:47 15223451                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
7f8b9231e000-7f8b9231f000 rw-p 00003000 00:47 15223451                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
7f8b9231f000-7f8b92321000 r--p 00000000 00:47 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f8b92321000-7f8b9233a000 r-xp 00002000 00:47 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f8b9233a000-7f8b9233e000 r--p 0001b000 00:47 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f8b9233e000-7f8b9233f000 r--p 0001e000 00:47 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f8b9233f000-7f8b92340000 rw-p 0001f000 00:47 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f8b92340000-7f8b92350000 rw-p 00000000 00:00 0 
7f8b92354000-7f8b92355000 r--p 00000000 00:47 15234184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
7f8b92355000-7f8b92357000 r-xp 00001000 00:47 15234184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
7f8b92357000-7f8b92358000 r--p 00003000 00:47 15234184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
7f8b92358000-7f8b92359000 r--p 00003000 00:47 15234184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
7f8b92359000-7f8b9235a000 rw-p 00004000 00:47 15234184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
7f8b9235a000-7f8b9235b000 r--p 00000000 00:47 14722278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
7f8b9235b000-7f8b9235c000 r-xp 00001000 00:47 14722278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
7f8b9235c000-7f8b9235d000 r--p 00002000 00:47 14722278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
7f8b9235d000-7f8b9235e000 r--p 00002000 00:47 14722278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
7f8b9235e000-7f8b9235f000 rw-p 00003000 00:47 14722278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
7f8b9235f000-7f8b92360000 r--p 00000000 00:47 14722609                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
7f8b92360000-7f8b92361000 r-xp 00001000 00:47 14722609                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
7f8b92361000-7f8b92362000 r--p 00002000 00:47 14722609                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
7f8b92362000-7f8b92363000 r--p 00002000 00:47 14722609                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
7f8b92363000-7f8b92364000 rw-p 00003000 00:47 14722609                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
7f8b92364000-7f8b92365000 r--p 00000000 00:47 14722543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
7f8b92365000-7f8b92366000 r-xp 00001000 00:47 14722543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
7f8b92366000-7f8b92367000 r--p 00002000 00:47 14722543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
7f8b92367000-7f8b92368000 r--p 00002000 00:47 14722543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
7f8b92368000-7f8b92369000 rw-p 00003000 00:47 14722543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
7f8b92369000-7f8b9236a000 r--p 00000000 00:47 14722184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
7f8b9236a000-7f8b9236b000 r-xp 00001000 00:47 14722184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
7f8b9236b000-7f8b9236c000 r--p 00002000 00:47 14722184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
7f8b9236c000-7f8b9236d000 r--p 00002000 00:47 14722184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
7f8b9236d000-7f8b9236e000 rw-p 00003000 00:47 14722184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
7f8b9236e000-7f8b9236f000 r--p 00000000 00:47 14722179                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
7f8b9236f000-7f8b92370000 r-xp 00001000 00:47 14722179                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
7f8b92370000-7f8b92371000 r--p 00002000 00:47 14722179                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
7f8b92371000-7f8b92372000 r--p 00002000 00:47 14722179                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
7f8b92372000-7f8b92373000 rw-p 00003000 00:47 14722179                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
7f8b92373000-7f8b92374000 r--p 00000000 00:47 14723183                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
7f8b92374000-7f8b92375000 r-xp 00001000 00:47 14723183                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
7f8b92375000-7f8b92376000 r--p 00002000 00:47 14723183                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
7f8b92376000-7f8b92377000 r--p 00002000 00:47 14723183                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
7f8b92377000-7f8b92378000 rw-p 00003000 00:47 14723183                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
7f8b92378000-7f8b92379000 r--p 00000000 00:47 14722549                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f8b92379000-7f8b9237a000 r-xp 00001000 00:47 14722549                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f8b9237a000-7f8b9237b000 r--p 00002000 00:47 14722549                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f8b9237b000-7f8b9237c000 r--p 00002000 00:47 14722549                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f8b9237c000-7f8b9237d000 rw-p 00003000 00:47 14722549                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
7f8b9237d000-7f8b9237e000 r--p 00000000 00:47 14722502                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
7f8b9237e000-7f8b9237f000 r-xp 00001000 00:47 14722502                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
7f8b9237f000-7f8b92380000 r--p 00002000 00:47 14722502                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
7f8b92380000-7f8b92381000 r--p 00002000 00:47 14722502                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
7f8b92381000-7f8b92382000 rw-p 00003000 00:47 14722502                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
7f8b92382000-7f8b92383000 r--p 00000000 00:47 14722522                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
7f8b92383000-7f8b92384000 r-xp 00001000 00:47 14722522                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
7f8b92384000-7f8b92385000 r--p 00002000 00:47 14722522                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
7f8b92385000-7f8b92386000 r--p 00002000 00:47 14722522                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
7f8b92386000-7f8b92387000 rw-p 00003000 00:47 14722522                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
7f8b92387000-7f8b92388000 r--p 00000000 00:47 14721553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
7f8b92388000-7f8b92389000 r-xp 00001000 00:47 14721553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
7f8b92389000-7f8b9238a000 r--p 00002000 00:47 14721553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
7f8b9238a000-7f8b9238b000 r--p 00002000 00:47 14721553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
7f8b9238b000-7f8b9238c000 rw-p 00003000 00:47 14721553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
7f8b9238c000-7f8b9238d000 r--p 00000000 00:47 14721035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
7f8b9238d000-7f8b9238e000 r-xp 00001000 00:47 14721035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
7f8b9238e000-7f8b9238f000 r--p 00002000 00:47 14721035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
7f8b9238f000-7f8b92390000 r--p 00002000 00:47 14721035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
7f8b92390000-7f8b92391000 rw-p 00003000 00:47 14721035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
7f8b92391000-7f8b92392000 r--p 00000000 00:47 14720947                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f8b92392000-7f8b92393000 r-xp 00001000 00:47 14720947                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f8b92393000-7f8b92394000 r--p 00002000 00:47 14720947                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f8b92394000-7f8b92395000 r--p 00002000 00:47 14720947                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f8b92395000-7f8b92396000 rw-p 00003000 00:47 14720947                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f8b92396000-7f8b92397000 r--p 00000000 00:47 14720441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
7f8b92397000-7f8b92398000 r-xp 00001000 00:47 14720441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
7f8b92398000-7f8b92399000 r--p 00002000 00:47 14720441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
7f8b92399000-7f8b9239a000 r--p 00002000 00:47 14720441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
7f8b9239a000-7f8b9239b000 rw-p 00003000 00:47 14720441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
7f8b9239e000-7f8b9239f000 r--p 00000000 00:47 15220922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
7f8b9239f000-7f8b923a1000 r-xp 00001000 00:47 15220922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
7f8b923a1000-7f8b923a2000 r--p 00003000 00:47 15220922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
7f8b923a2000-7f8b923a3000 r--p 00003000 00:47 15220922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
7f8b923a3000-7f8b923a4000 rw-p 00004000 00:47 15220922                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
7f8b923a4000-7f8b923a5000 r--p 00000000 00:47 15222360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
7f8b923a5000-7f8b923a6000 r-xp 00001000 00:47 15222360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
7f8b923a6000-7f8b923a7000 r--p 00002000 00:47 15222360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
7f8b923a7000-7f8b923a8000 r--p 00002000 00:47 15222360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
7f8b923a8000-7f8b923a9000 rw-p 00003000 00:47 15222360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
7f8b923a9000-7f8b923ab000 r--p 00000000 00:47 14724109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
7f8b923ab000-7f8b923ad000 r-xp 00002000 00:47 14724109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
7f8b923ad000-7f8b923ae000 r--p 00004000 00:47 14724109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
7f8b923ae000-7f8b923af000 r--p 00004000 00:47 14724109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
7f8b923af000-7f8b923b0000 rw-p 00005000 00:47 14724109                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
7f8b923b0000-7f8b923d0000 rw-p 00000000 00:00 0 
7f8b923d2000-7f8b923d5000 r--p 00000000 00:47 14725744                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
7f8b923d5000-7f8b923d9000 r-xp 00003000 00:47 14725744                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
7f8b923d9000-7f8b923da000 r--p 00007000 00:47 14725744                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
7f8b923da000-7f8b923db000 r--p 00008000 00:47 14725744                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
7f8b923db000-7f8b923dc000 rw-p 00009000 00:47 14725744                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
7f8b923dc000-7f8b923dd000 r--p 00000000 00:47 14720553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
7f8b923dd000-7f8b923de000 r-xp 00001000 00:47 14720553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
7f8b923de000-7f8b923df000 r--p 00002000 00:47 14720553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
7f8b923df000-7f8b923e0000 r--p 00002000 00:47 14720553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
7f8b923e0000-7f8b923e1000 rw-p 00003000 00:47 14720553                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
7f8b923e1000-7f8b923e2000 r--p 00000000 00:47 14719768                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
7f8b923e2000-7f8b923e3000 r-xp 00001000 00:47 14719768                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
7f8b923e3000-7f8b923e4000 r--p 00002000 00:47 14719768                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
7f8b923e4000-7f8b923e5000 r--p 00002000 00:47 14719768                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
7f8b923e5000-7f8b923e6000 rw-p 00003000 00:47 14719768                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
7f8b923e6000-7f8b923e7000 r--p 00000000 00:47 14720228                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
7f8b923e7000-7f8b923e8000 r-xp 00001000 00:47 14720228                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
7f8b923e8000-7f8b923e9000 r--p 00002000 00:47 14720228                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
7f8b923e9000-7f8b923ea000 r--p 00002000 00:47 14720228                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
7f8b923ea000-7f8b923eb000 rw-p 00003000 00:47 14720228                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
7f8b923eb000-7f8b923ec000 r--p 00000000 00:47 14720679                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
7f8b923ec000-7f8b923ed000 r-xp 00001000 00:47 14720679                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
7f8b923ed000-7f8b923ee000 r--p 00002000 00:47 14720679                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
7f8b923ee000-7f8b923ef000 r--p 00002000 00:47 14720679                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
7f8b923ef000-7f8b923f0000 rw-p 00003000 00:47 14720679                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
7f8b923f0000-7f8b92440000 rw-p 00000000 00:00 0 
7f8b92441000-7f8b92442000 r--p 00000000 00:47 14720020                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
7f8b92442000-7f8b92443000 r-xp 00001000 00:47 14720020                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
7f8b92443000-7f8b92444000 r--p 00002000 00:47 14720020                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
7f8b92444000-7f8b92445000 r--p 00002000 00:47 14720020                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
7f8b92445000-7f8b92446000 rw-p 00003000 00:47 14720020                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
7f8b92446000-7f8b92447000 r--p 00000000 00:47 14720171                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
7f8b92447000-7f8b92448000 r-xp 00001000 00:47 14720171                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
7f8b92448000-7f8b92449000 r--p 00002000 00:47 14720171                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
7f8b92449000-7f8b9244a000 r--p 00002000 00:47 14720171                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
7f8b9244a000-7f8b9244b000 rw-p 00003000 00:47 14720171                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
7f8b9244b000-7f8b9244c000 r--p 00000000 00:47 14719607                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
7f8b9244c000-7f8b9244d000 r-xp 00001000 00:47 14719607                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
7f8b9244d000-7f8b9244e000 r--p 00002000 00:47 14719607                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
7f8b9244e000-7f8b9244f000 r--p 00002000 00:47 14719607                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
7f8b9244f000-7f8b92450000 rw-p 00003000 00:47 14719607                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
7f8b92450000-7f8b92470000 rw-p 00000000 00:00 0 
7f8b92470000-7f8b92471000 r--p 00000000 00:47 14719969                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
7f8b92471000-7f8b92472000 r-xp 00001000 00:47 14719969                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
7f8b92472000-7f8b92473000 r--p 00002000 00:47 14719969                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
7f8b92473000-7f8b92474000 r--p 00002000 00:47 14719969                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
7f8b92474000-7f8b92475000 rw-p 00003000 00:47 14719969                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
7f8b92475000-7f8b92476000 r--p 00000000 00:47 14719288                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
7f8b92476000-7f8b92477000 r-xp 00001000 00:47 14719288                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
7f8b92477000-7f8b92478000 r--p 00002000 00:47 14719288                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
7f8b92478000-7f8b92479000 r--p 00002000 00:47 14719288                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
7f8b92479000-7f8b9247a000 rw-p 00003000 00:47 14719288                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
7f8b9247a000-7f8b9247b000 r--p 00000000 00:47 14719024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
7f8b9247b000-7f8b9247c000 r-xp 00001000 00:47 14719024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
7f8b9247c000-7f8b9247d000 r--p 00002000 00:47 14719024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
7f8b9247d000-7f8b9247e000 r--p 00002000 00:47 14719024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
7f8b9247e000-7f8b9247f000 rw-p 00003000 00:47 14719024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
7f8b9247f000-7f8b92480000 r--p 00000000 00:47 14820010                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
7f8b92480000-7f8b92481000 r-xp 00001000 00:47 14820010                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
7f8b92481000-7f8b92482000 r--p 00002000 00:47 14820010                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
7f8b92482000-7f8b92483000 r--p 00002000 00:47 14820010                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
7f8b92483000-7f8b92484000 rw-p 00003000 00:47 14820010                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
7f8b92484000-7f8b92486000 r--p 00000000 00:47 14725103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so
7f8b92486000-7f8b9248c000 r-xp 00002000 00:47 14725103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so
7f8b9248c000-7f8b9248e000 r--p 00008000 00:47 14725103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so
7f8b9248e000-7f8b9248f000 r--p 00009000 00:47 14725103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so
7f8b9248f000-7f8b92490000 rw-p 0000a000 00:47 14725103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so
7f8b92490000-7f8b924a0000 rw-p 00000000 00:00 0 
7f8b924a4000-7f8b924a6000 r--p 00000000 00:47 14716261                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
7f8b924a6000-7f8b924a8000 r-xp 00002000 00:47 14716261                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
7f8b924a8000-7f8b924a9000 r--p 00004000 00:47 14716261                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
7f8b924a9000-7f8b924aa000 r--p 00004000 00:47 14716261                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
7f8b924aa000-7f8b924ab000 rw-p 00005000 00:47 14716261                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
7f8b924ab000-7f8b924ac000 r--p 00000000 00:47 14827699                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
7f8b924ac000-7f8b924ad000 r-xp 00001000 00:47 14827699                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
7f8b924ad000-7f8b924ae000 r--p 00002000 00:47 14827699                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
7f8b924ae000-7f8b924af000 r--p 00002000 00:47 14827699                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
7f8b924af000-7f8b924b0000 rw-p 00003000 00:47 14827699                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
7f8b924b0000-7f8b92530000 rw-p 00000000 00:00 0 
7f8b92533000-7f8b92534000 r--p 00000000 00:47 14719073                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
7f8b92534000-7f8b92535000 r-xp 00001000 00:47 14719073                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
7f8b92535000-7f8b92536000 r--p 00002000 00:47 14719073                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
7f8b92536000-7f8b92537000 r--p 00002000 00:47 14719073                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
7f8b92537000-7f8b92538000 rw-p 00003000 00:47 14719073                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
7f8b92538000-7f8b9253a000 r--p 00000000 00:47 14719294                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
7f8b9253a000-7f8b9253c000 r-xp 00002000 00:47 14719294                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
7f8b9253c000-7f8b9253d000 r--p 00004000 00:47 14719294                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
7f8b9253d000-7f8b9253e000 r--p 00004000 00:47 14719294                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
7f8b9253e000-7f8b9253f000 rw-p 00005000 00:47 14719294                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
7f8b92541000-7f8b92542000 r--p 00000000 00:47 14722444                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f8b92542000-7f8b92543000 r-xp 00001000 00:47 14722444                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f8b92543000-7f8b92544000 r--p 00002000 00:47 14722444                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f8b92544000-7f8b92545000 r--p 00002000 00:47 14722444                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f8b92545000-7f8b92546000 rw-p 00003000 00:47 14722444                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
7f8b92546000-7f8b92547000 r--p 00000000 00:47 14723140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
7f8b92547000-7f8b92548000 r-xp 00001000 00:47 14723140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
7f8b92548000-7f8b92549000 r--p 00002000 00:47 14723140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
7f8b92549000-7f8b9254a000 r--p 00002000 00:47 14723140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
7f8b9254a000-7f8b9254b000 rw-p 00003000 00:47 14723140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
7f8b9254b000-7f8b9254c000 r--p 00000000 00:47 14723949                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
7f8b9254c000-7f8b9254d000 r-xp 00001000 00:47 14723949                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
7f8b9254d000-7f8b9254e000 r--p 00002000 00:47 14723949                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
7f8b9254e000-7f8b9254f000 r--p 00002000 00:47 14723949                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
7f8b9254f000-7f8b92550000 rw-p 00003000 00:47 14723949                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
7f8b92550000-7f8b92553000 r--p 00000000 00:47 14724506                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
7f8b92553000-7f8b9255c000 r-xp 00003000 00:47 14724506                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
7f8b9255c000-7f8b9255e000 r--p 0000c000 00:47 14724506                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
7f8b9255e000-7f8b9255f000 r--p 0000d000 00:47 14724506                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
7f8b9255f000-7f8b92560000 rw-p 0000e000 00:47 14724506                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
7f8b92560000-7f8b92600000 rw-p 00000000 00:00 0 
7f8b92601000-7f8b92602000 r--p 00000000 00:47 14718884                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
7f8b92602000-7f8b92603000 r-xp 00001000 00:47 14718884                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
7f8b92603000-7f8b92604000 r--p 00002000 00:47 14718884                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
7f8b92604000-7f8b92605000 r--p 00002000 00:47 14718884                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
7f8b92605000-7f8b92606000 rw-p 00003000 00:47 14718884                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
7f8b92606000-7f8b92608000 r--p 00000000 00:47 14723966                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
7f8b92608000-7f8b9260b000 r-xp 00002000 00:47 14723966                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
7f8b9260b000-7f8b9260d000 r--p 00005000 00:47 14723966                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
7f8b9260d000-7f8b9260e000 r--p 00006000 00:47 14723966                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
7f8b9260e000-7f8b9260f000 rw-p 00007000 00:47 14723966                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
7f8b9260f000-7f8b92610000 ---p 00000000 00:00 0 
7f8b92610000-7f8b92651000 rw-p 00000000 00:00 0 
7f8b92651000-7f8b92652000 ---p 00000000 00:00 0 
7f8b92652000-7f8b92693000 rw-p 00000000 00:00 0 
7f8b92693000-7f8b92694000 ---p 00000000 00:00 0 
7f8b92694000-7f8b926d5000 rw-p 00000000 00:00 0 
7f8b926d5000-7f8b926d6000 ---p 00000000 00:00 0 
7f8b926d6000-7f8b92717000 rw-p 00000000 00:00 0 
7f8b92717000-7f8b92718000 ---p 00000000 00:00 0 
7f8b92718000-7f8b92759000 rw-p 00000000 00:00 0 
7f8b92759000-7f8b9275a000 ---p 00000000 00:00 0 
7f8b9275a000-7f8b9279b000 rw-p 00000000 00:00 0 
7f8b9279b000-7f8b9279c000 ---p 00000000 00:00 0 
7f8b9279c000-7f8b927dd000 rw-p 00000000 00:00 0 
7f8b927dd000-7f8b927de000 ---p 00000000 00:00 0 
7f8b927de000-7f8b9281f000 rw-p 00000000 00:00 0 
7f8b9281f000-7f8b92820000 ---p 00000000 00:00 0 
7f8b92820000-7f8b92861000 rw-p 00000000 00:00 0 
7f8b92861000-7f8b92862000 ---p 00000000 00:00 0 
7f8b92862000-7f8b928a3000 rw-p 00000000 00:00 0 
7f8b928a3000-7f8b928a4000 ---p 00000000 00:00 0 
7f8b928a4000-7f8b928e5000 rw-p 00000000 00:00 0 
7f8b928e5000-7f8b928e6000 ---p 00000000 00:00 0 
7f8b928e6000-7f8b92927000 rw-p 00000000 00:00 0 
7f8b92927000-7f8b92928000 ---p 00000000 00:00 0 
7f8b92928000-7f8b92969000 rw-p 00000000 00:00 0 
7f8b92969000-7f8b9296a000 ---p 00000000 00:00 0 
7f8b9296a000-7f8b929ab000 rw-p 00000000 00:00 0 
7f8b929ab000-7f8b929ac000 ---p 00000000 00:00 0 
7f8b929ac000-7f8b929ed000 rw-p 00000000 00:00 0 
7f8b929ed000-7f8b929ee000 ---p 00000000 00:00 0 
7f8b929ee000-7f8b92a2f000 rw-p 00000000 00:00 0 
7f8b92a2f000-7f8b92a30000 ---p 00000000 00:00 0 
7f8b92a30000-7f8b92a71000 rw-p 00000000 00:00 0 
7f8b92a71000-7f8b92a72000 ---p 00000000 00:00 0 
7f8b92a72000-7f8b92ab3000 rw-p 00000000 00:00 0 
7f8b92ab3000-7f8b92ab4000 ---p 00000000 00:00 0 
7f8b92ab4000-7f8b92af5000 rw-p 00000000 00:00 0 
7f8b92af5000-7f8b92af6000 ---p 00000000 00:00 0 
7f8b92af6000-7f8b92b37000 rw-p 00000000 00:00 0 
7f8b92b37000-7f8b92b38000 ---p 00000000 00:00 0 
7f8b92b38000-7f8b92b79000 rw-p 00000000 00:00 0 
7f8b92b79000-7f8b92b7a000 ---p 00000000 00:00 0 
7f8b92b7a000-7f8b92bbb000 rw-p 00000000 00:00 0 
7f8b92bbb000-7f8b92bbc000 ---p 00000000 00:00 0 
7f8b92bbc000-7f8b92bfd000 rw-p 00000000 00:00 0 
7f8b92bfd000-7f8b92bfe000 ---p 00000000 00:00 0 
7f8b92bfe000-7f8b92c3f000 rw-p 00000000 00:00 0 
7f8b92c3f000-7f8b92c40000 ---p 00000000 00:00 0 
7f8b92c40000-7f8b92c81000 rw-p 00000000 00:00 0 
7f8b92c81000-7f8b92c82000 ---p 00000000 00:00 0 
7f8b92c82000-7f8b92cc3000 rw-p 00000000 00:00 0 
7f8b92cc3000-7f8b92cc4000 ---p 00000000 00:00 0 
7f8b92cc4000-7f8b92d05000 rw-p 00000000 00:00 0 
7f8b92d05000-7f8b92d06000 ---p 00000000 00:00 0 
7f8b92d06000-7f8b92d47000 rw-p 00000000 00:00 0 
7f8b92d47000-7f8b92d48000 ---p 00000000 00:00 0 
7f8b92d48000-7f8b92d89000 rw-p 00000000 00:00 0 
7f8b92d89000-7f8b92d8a000 ---p 00000000 00:00 0 
7f8b92d8a000-7f8b92dcb000 rw-p 00000000 00:00 0 
7f8b92dcb000-7f8b92dcc000 ---p 00000000 00:00 0 
7f8b92dcc000-7f8b92e0d000 rw-p 00000000 00:00 0 
7f8b92e0d000-7f8b92e0e000 ---p 00000000 00:00 0 
7f8b92e0e000-7f8b92e4f000 rw-p 00000000 00:00 0 
7f8b92e4f000-7f8b92e50000 ---p 00000000 00:00 0 
7f8b92e50000-7f8b936c0000 rw-p 00000000 00:00 0 
7f8b936c0000-7f8b936c1000 r--p 00000000 00:47 14701430                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8b936c1000-7f8b936c2000 r-xp 00001000 00:47 14701430                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8b936c2000-7f8b936c3000 r--p 00002000 00:47 14701430                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8b936c3000-7f8b936c4000 r--p 00002000 00:47 14701430                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8b936c4000-7f8b936c5000 rw-p 00003000 00:47 14701430                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
7f8b936c5000-7f8b936c7000 r--p 00000000 00:47 14833721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
7f8b936c7000-7f8b936cc000 r-xp 00002000 00:47 14833721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
7f8b936cc000-7f8b936cd000 r--p 00007000 00:47 14833721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
7f8b936cd000-7f8b936ce000 r--p 00008000 00:47 14833721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
7f8b936ce000-7f8b936cf000 rw-p 00009000 00:47 14833721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
7f8b936cf000-7f8bacacf000 rw-p 00000000 00:00 0 
7f8bacad0000-7f8bacad1000 r--p 00000000 00:47 14718619                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
7f8bacad1000-7f8bacad2000 r-xp 00001000 00:47 14718619                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
7f8bacad2000-7f8bacad3000 r--p 00002000 00:47 14718619                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
7f8bacad3000-7f8bacad4000 r--p 00002000 00:47 14718619                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
7f8bacad4000-7f8bacad5000 rw-p 00003000 00:47 14718619                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
7f8bacad5000-7f8bacad6000 r--p 00000000 00:47 14718621                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
7f8bacad6000-7f8bacad7000 r-xp 00001000 00:47 14718621                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
7f8bacad7000-7f8bacad8000 r--p 00002000 00:47 14718621                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
7f8bacad8000-7f8bacad9000 r--p 00002000 00:47 14718621                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
7f8bacad9000-7f8bacada000 rw-p 00003000 00:47 14718621                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
7f8bacada000-7f8bacadb000 r--p 00000000 00:47 14971471                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
7f8bacadb000-7f8bacadd000 r-xp 00001000 00:47 14971471                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
7f8bacadd000-7f8bacade000 r--p 00003000 00:47 14971471                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
7f8bacade000-7f8bacadf000 r--p 00003000 00:47 14971471                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
7f8bacadf000-7f8bacae0000 rw-p 00004000 00:47 14971471                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
7f8bacae0000-7f8bacb00000 rw-p 00000000 00:00 0 
7f8bacb00000-7f8bacb01000 r--p 00000000 00:47 14692256                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
7f8bacb01000-7f8bacb02000 r-xp 00001000 00:47 14692256                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
7f8bacb02000-7f8bacb03000 r--p 00002000 00:47 14692256                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
7f8bacb03000-7f8bacb04000 r--p 00002000 00:47 14692256                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
7f8bacb04000-7f8bacb05000 rw-p 00003000 00:47 14692256                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
7f8bacb05000-7f8bacc06000 rw-p 00000000 00:00 0 
7f8bacc06000-7f8bacc0d000 r--s 00000000 00:47 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f8bacc0d000-7f8bacc66000 r--p 00000000 00:47 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
7f8bacc66000-7f8bacc68000 rw-p 00000000 00:00 0 
7f8bacc68000-7f8bacc6c000 r--p 00000000 00:47 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f8bacc6c000-7f8bacc8f000 r-xp 00004000 00:47 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f8bacc8f000-7f8bacc93000 r--p 00027000 00:47 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f8bacc93000-7f8bacc94000 r--p 0002b000 00:47 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f8bacc94000-7f8bacc95000 rw-p 0002c000 00:47 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f8bacc95000-7f8baccbd000 r--p 00000000 00:47 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8baccbd000-7f8bace45000 r-xp 00028000 00:47 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8bace45000-7f8bace94000 r--p 001b0000 00:47 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8bace94000-7f8bace98000 r--p 001fe000 00:47 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8bace98000-7f8bace9a000 rw-p 00202000 00:47 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8bace9a000-7f8bacea9000 rw-p 00000000 00:00 0 
7f8bacea9000-7f8baceb9000 r--p 00000000 00:47 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f8baceb9000-7f8bacf38000 r-xp 00010000 00:47 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f8bacf38000-7f8bacf90000 r--p 0008f000 00:47 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f8bacf90000-7f8bacf91000 r--p 000e7000 00:47 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f8bacf91000-7f8bacf92000 rw-p 000e8000 00:47 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f8bacf92000-7f8bacf94000 r--p 00000000 00:47 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f8bacf94000-7f8bacfa9000 r-xp 00002000 00:47 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f8bacfa9000-7f8bacfc2000 r--p 00017000 00:47 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f8bacfc2000-7f8bacfc3000 r--p 0002f000 00:47 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f8bacfc3000-7f8bacfc4000 rw-p 00030000 00:47 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f8bacfc4000-7f8bacfcc000 rw-p 00000000 00:00 0 
7f8bacfcc000-7f8bacfd6000 r--p 00000000 00:47 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f8bacfd6000-7f8bad039000 r-xp 0000a000 00:47 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f8bad039000-7f8bad04e000 r--p 0006d000 00:47 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f8bad04e000-7f8bad04f000 r--p 00081000 00:47 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f8bad04f000-7f8bad050000 rw-p 00082000 00:47 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f8bad050000-7f8bad052000 r--p 00000000 00:47 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f8bad052000-7f8bad064000 r-xp 00002000 00:47 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f8bad064000-7f8bad06a000 r--p 00014000 00:47 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f8bad06a000-7f8bad06b000 r--p 0001a000 00:47 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f8bad06b000-7f8bad06c000 rw-p 0001b000 00:47 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f8bad06c000-7f8bad06d000 r--p 00000000 00:47 14716339                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
7f8bad06d000-7f8bad06e000 r-xp 00001000 00:47 14716339                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
7f8bad06e000-7f8bad06f000 r--p 00002000 00:47 14716339                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
7f8bad06f000-7f8bad070000 r--p 00002000 00:47 14716339                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
7f8bad070000-7f8bad071000 rw-p 00003000 00:47 14716339                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
7f8bad071000-7f8bad0b9000 r--p 00000000 00:47 14716221                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
7f8bad0b9000-7f8bad56f000 r-xp 00048000 00:47 14716221                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
7f8bad56f000-7f8bad6ff000 r--p 004fe000 00:47 14716221                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
7f8bad6ff000-7f8bad715000 r--p 0068e000 00:47 14716221                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
7f8bad715000-7f8bad719000 rw-p 006a4000 00:47 14716221                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
7f8bad719000-7f8bad72f000 rw-p 00000000 00:00 0 
7f8bad72f000-7f8bad730000 r--p 00000000 00:47 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f8bad730000-7f8bad75b000 r-xp 00001000 00:47 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f8bad75b000-7f8bad765000 r--p 0002c000 00:47 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f8bad765000-7f8bad767000 r--p 00036000 00:47 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f8bad767000-7f8bad769000 rw-p 00038000 00:47 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffecff8d000-7ffecffd4000 rw-p 00000000 00:00 0                          [stack]
7ffecffe0000-7ffecffe4000 r--p 00000000 00:00 0                          [vvar]
7ffecffe4000-7ffecffe6000 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=50" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50
	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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/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-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
ruby 3.5.0dev (2025-05-14T19:24:30Z master 7afee53fa0) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ......................................

Finished in 19.413271 seconds

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