# Logfile created on 2025-05-21 19:43:44 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f224966fdd8 @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.20250521-194344", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f2249691758 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f22496915a0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f22495aa560 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20250521-194344", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20250521-194344>, @binmode=false, @mon_data=#<Monitor:0x00007f2249691168>, @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: 75% (8455/11193) Updating files: 76% (8507/11193) Updating files: 77% (8619/11193) Updating files: 78% (8731/11193) Updating files: 79% (8843/11193) Updating files: 80% (8955/11193) Updating files: 81% (9067/11193) Updating files: 82% (9179/11193) Updating files: 83% (9291/11193) Updating files: 84% (9403/11193) Updating files: 85% (9515/11193) Updating files: 86% (9626/11193) Updating files: 87% (9738/11193) Updating files: 88% (9850/11193) Updating files: 89% (9962/11193) Updating files: 90% (10074/11193) Updating files: 91% (10186/11193) Updating files: 92% (10298/11193) Updating files: 93% (10410/11193) Updating files: 94% (10522/11193) Updating files: 95% (10634/11193) Updating files: 96% (10746/11193) Updating files: 97% (10858/11193) Updating files: 98% (10970/11193) Updating files: 99% (11082/11193) Updating files: 100% (11193/11193) Updating files: 100% (11193/11193), 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 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.4... 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.3... 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.14.0... Downloading bundled gem win32ole-1.9.2... Downloading bundled gem irb-1.15.2... Downloading bundled gem reline-0.6.1... Downloading bundled gem readline-0.0.4... Downloading bundled gem fiddle-1.1.8... /usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp /usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat50/gems/src Cloning https://github.com/ruby/power_assert Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/power_assert'... Cloning https://github.com/ruby/repl_type_completor Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/repl_type_completor'... Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de 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 From https://github.com/ruby/power_assert * branch a7dab941153b233d3412e249d25da52a6c5691de -> FETCH_HEAD Successfully built RubyGem Name: repl_type_completor Version: 0.1.11 File: repl_type_completor-0.1.11.gem HEAD is now at a7dab94 Merge pull request #56 from k-tsj/fix-failures-on-head echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision updated Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.5.gem Successfully built RubyGem Name: power_assert Version: 2.0.6dev File: power_assert-2.0.6dev.gem $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 Already up to date. Latest commit hash = 7b10660974 $$$[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 generating enc/trans/newline.c ... making /tmp/ruby/src/trunk-repeat50/ast.rbinc 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 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' make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' extracting ripper.y from ../../parse.y sizes.c updated make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof' limits.c updated 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]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/socket' 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 Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de generating eventids1.c from ../../parse.y echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged 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 eventids1.h from ../../parse.y generating x86_64-linux-fake.rb generating eventids2table.c from ./eventids2.c 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 rake-13.2.1... Unpacked gems/minitest-5.25.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/net-ftp-0.3.8.gem Extracting bundle gem net-imap-0.5.8... Unpacked gems/rss-0.3.1.gem Extracting bundle gem net-pop-0.1.2... Unpacked gems/net-pop-0.1.2.gem Extracting bundle gem net-smtp-0.5.1... Unpacked gems/net-imap-0.5.8.gem Extracting bundle gem matrix-0.4.2... Unpacked gems/net-smtp-0.5.1.gem Extracting bundle gem prime-0.1.3... Unpacked gems/matrix-0.4.2.gem Extracting bundle gem rbs-3.9.4... Unpacked gems/prime-0.1.3.gem Extracting bundle gem typeprof-0.30.1... Unpacked gems/typeprof-0.30.1.gem Extracting bundle gem debug-1.10.0... Unpacked gems/rbs-3.9.4.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 Extracting bundle gem base64-0.2.0... Unpacked gems/getoptlong-0.2.1.gem Extracting bundle gem bigdecimal-3.1.9... Unpacked gems/base64-0.2.0.gem Extracting bundle gem observer-0.1.2... Unpacked gems/bigdecimal-3.1.9.gem Extracting bundle gem abbrev-0.1.2... Unpacked gems/observer-0.1.2.gem Extracting bundle gem resolv-replace-0.1.1... Unpacked gems/abbrev-0.1.2.gem Extracting bundle gem rinda-0.2.0... Unpacked gems/resolv-replace-0.1.1.gem Extracting bundle gem drb-2.2.3... Unpacked gems/rinda-0.2.0.gem Extracting bundle gem nkf-0.2.0... Unpacked gems/drb-2.2.3.gem Extracting bundle gem syslog-0.3.0... Unpacked gems/nkf-0.2.0.gem Extracting bundle gem csv-3.3.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.14.0... Unpacked gems/logger-1.7.0.gem Extracting bundle gem win32ole-1.9.2... Unpacked gems/rdoc-6.14.0.gem Extracting bundle gem irb-1.15.2... Unpacked gems/win32ole-1.9.2.gem Extracting bundle gem reline-0.6.1... Unpacked gems/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... generating ripper_init.c from ./ripper_init.c.tmpl generating enc.mk Unpacked gems/readline-0.0.4.gem Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.5.gem Unpacked gems/fiddle-1.1.8.gem Extracting bundle gem repl_type_completor-0.1.11... Successfully built RubyGem Name: power_assert Version: 2.0.6dev File: power_assert-2.0.6dev.gem Extracting bundle gem power_assert-2.0.5... Unpacked gems/repl_type_completor-0.1.11.gem 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 Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby. generating enc/trans/cesu_8.c ... generating table from enc/trans/chinese.c Unpacked gems/power_assert-2.0.6dev.gem generating table from enc/trans/ebcdic.c generating enc/trans/ebcdic.c ... generating table from enc/trans/emoji.c generating enc/trans/emoji.c ... generating table from enc/trans/emoji_iso2022_kddi.c generating enc/trans/chinese.c ... generating table from enc/trans/emoji_sjis_docomo.c generating enc/trans/emoji_iso2022_kddi.c ... generating table from enc/trans/emoji_sjis_kddi.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_softbank.c generating enc/trans/emoji_sjis_kddi.c ... generating enc/trans/emoji_sjis_docomo.c ... generating table from enc/trans/escape.c generating table from enc/trans/gb18030.c generating enc/trans/escape.c ... generating table from enc/trans/gbk.c generating enc/trans/emoji_sjis_softbank.c ... generating table from enc/trans/iso2022.c generating enc/trans/iso2022.c ... generating table from enc/trans/japanese.c generating enc/trans/japanese.c ... generating table from enc/trans/japanese_euc.c generating enc/trans/gbk.c ... generating table from enc/trans/japanese_sjis.c generating enc/trans/japanese_sjis.c ... generating table from enc/trans/korean.c generating enc/trans/big5.c ... generating table from enc/trans/single_byte.c generating enc/trans/gb18030.c ... generating table from enc/trans/utf8_mac.c generating enc/trans/single_byte.c ... generating table from enc/trans/utf_16_32.c generating enc/trans/utf_16_32.c ... generating enc/trans/korean.c ... generating enc/trans/japanese_euc.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 /tmp/ruby/src/trunk-repeat50/thread.c: In function ‘rb_thread_io_blocking_call’: /tmp/ruby/src/trunk-repeat50/thread.c:1829:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 1829 | 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/transcode.c compiling /tmp/ruby/src/trunk-repeat50/util.c 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 47395d629c1be9d84464882ff6a01ea0b38e813a6ce4bc23019cc5549e88c6fb 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 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 compiling /tmp/ruby/src/trunk-repeat50/enc/big5.c compiling /tmp/ruby/src/trunk-repeat50/enc/cesu_8.c compiling /tmp/ruby/src/trunk-repeat50/enc/cp949.c transdb.h updated generating makefiles ext/configure-ext.mk making trans compiling /tmp/ruby/src/trunk-repeat50/enc/emacs_mule.c make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' compiling /tmp/ruby/src/trunk-repeat50/enc/trans/transdb.c ext/configure-ext.mk updated generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c compiling /tmp/ruby/src/trunk-repeat50/enc/euc_jp.c compiling /tmp/ruby/src/trunk-repeat50/enc/euc_kr.c 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 generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c generating /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c ... generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c generating /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c ... generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_iso2022_kddi.c generating /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c ... generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.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 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 compiling /tmp/ruby/src/trunk-repeat50/enc/gbk.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 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 compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_4.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 compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_5.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 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 generating /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c ... generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_16.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 compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_r.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 compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_u.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 compiling /tmp/ruby/src/trunk-repeat50/enc/shift_jis.c generating /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c ... compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16be.c generating /tmp/ruby/src/trunk-repeat50/enc/trans/korean.c ... compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16le.c generating /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_euc.c ... generating table from /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.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 generating /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.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/windows_1252.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/cesu_8.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c compiling /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 compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.c configuring -test-/array/resize configuring -test-/asan configuring -test-/bignum compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_kddi.c configuring -test-/bug-14834 configuring -test-/bug-3571 configuring -test-/bug-5832 configuring -test-/bug_reporter configuring -test-/class compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_softbank.c configuring -test-/cxxanyargs configuring -test-/debug compiling /tmp/ruby/src/trunk-repeat50/enc/trans/escape.c configuring -test-/dln/empty configuring -test-/econv configuring -test-/ensure_and_callcc compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gb18030.c configuring -test-/enumerator_kw compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1253.c configuring -test-/eval configuring -test-/exception compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c configuring -test-/fatal configuring -test-/file 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 compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1254.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/korean.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1257.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c linking encoding encdb.so compiling /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.c configuring cgi/escape compiling /tmp/ruby/src/trunk-repeat50/enc/trans/utf_16_32.c linking encoding big5.so linking transcoder big5.so configuring continuation linking encoding cesu_8.so linking transcoder cesu_8.so configuring coverage linking encoding cp949.so linking transcoder chinese.so linking encoding emacs_mule.so configuring date linking encoding euc_jp.so linking encoding euc_kr.so linking transcoder ebcdic.so linking encoding euc_tw.so linking transcoder emoji.so linking encoding gb2312.so linking transcoder emoji_iso2022_kddi.so linking transcoder emoji_sjis_docomo.so linking encoding gb18030.so linking transcoder emoji_sjis_kddi.so linking encoding gbk.so linking transcoder emoji_sjis_softbank.so linking encoding iso_8859_1.so linking encoding iso_8859_2.so linking transcoder escape.so linking encoding iso_8859_3.so linking encoding iso_8859_4.so linking transcoder gb18030.so linking transcoder gbk.so linking encoding iso_8859_5.so linking encoding iso_8859_6.so linking transcoder iso2022.so linking transcoder japanese.so linking encoding iso_8859_7.so linking transcoder japanese_euc.so linking encoding iso_8859_8.so linking transcoder japanese_sjis.so linking encoding iso_8859_9.so linking transcoder korean.so linking encoding iso_8859_10.so linking transcoder single_byte.so linking encoding iso_8859_11.so linking encoding iso_8859_13.so linking transcoder utf8_mac.so linking encoding iso_8859_14.so linking transcoder utf_16_32.so linking encoding iso_8859_15.so make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' 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 configuring digest linking encoding windows_1251.so configuring digest/bubblebabble configuring digest/md5 linking encoding windows_1252.so linking encoding windows_1253.so configuring erb/escape linking encoding windows_1254.so configuring etc linking encoding windows_1257.so make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' configuring fcntl configuring io/console 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 configuring digest/rmd160 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 configuring -test-/thread/id configuring digest/sha1 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 json configuring json/generator configuring digest/sha2 configuring monitor configuring objspace configuring openssl configuring json/parser configuring pathname configuring psych configuring io/nonblock configuring pty configuring rbconfig/sizeof configuring io/wait configuring ripper configuring rubyvm configuring socket configuring stringio configuring strscan configuring zlib configuring bigdecimal-3.1.9/ext/bigdecimal configuring debug-1.10.0/ext/debug configuring fiddle-1.1.8/ext/fiddle configuring nkf-0.2.0/ext/nkf configuring racc-1.8.1/ext/racc/cparse configuring rbs-3.9.4/ext/rbs_extension configuring syslog-0.3.0/ext/syslog 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[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' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/RUBY_ALIGNOF/c.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/abi' 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 linking shared-object -test-/RUBY_ALIGNOF.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/extract' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/arith_seq/extract/extract.c linking shared-object -test-/abi.so linking shared-object -test-/arith_seq/beg_len_step.so linking shared-object -test-/arith_seq/extract.so make[2]: Leaving directory '/tmp/ruby/build/trunk-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 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' linking shared-object -test-/array/to_ary_concat.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/array/resize/resize.c linking shared-object -test-/array/resize.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF' 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-/arith_seq/beg_len_step' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/big2str.c linking shared-object -test-/asan.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/resize' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/bigzero.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834' 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 compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-14834/bug-14834.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/div.c linking shared-object -test-/bug_3571.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/init.c linking shared-object -test-/bug_14834.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/intpack.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 compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/mul.c linking shared-object -test-/bug_5832.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/str2big.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-3571' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug_reporter/bug_reporter.c linking shared-object -test-/bignum.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/class2name.c linking shared-object -test-/bug_reporter.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-5832' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/init.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/init.c linking shared-object -test-/class.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/inspector.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum' 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 make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/econv' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/profile_frames.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/econv/append.c linking shared-object -test-/debug.so linking shared-object -test-/dln/empty.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/econv/init.c linking shared-object -test-/econv.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/dln/empty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/ensure_and_callcc' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/ensure_and_callcc/ensure_and_callcc.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/enumerator_kw/enumerator_kw.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug' 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-/enumerator_kw.so linking shared-object -test-/ensure_and_callcc.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/econv' linking shared-object -test-/eval.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/dataerror.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/enc_raise.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/ensure_and_callcc' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/ensured.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/fatal' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/invalid.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/rb_fatal.c linking shared-object -test-/exception.so linking shared-object -test-/fatal.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/eval' 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]: 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-/float/nextafter.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception' 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-/file/init.c 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-/funcall/funcall.c linking shared-object -test-/float.so linking shared-object -test-/funcall.so linking shared-object -test-/gvl/call_without_gvl.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/newline_conv.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/funcall' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/hash' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/delete.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/stat.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/init.c linking shared-object -test-/file.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl' linking shared-object -test-/hash.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/float' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/core_ext.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 linking shared-object -test-/iseq_load.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/file' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/init.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/break.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/my_integer.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/hash' linking shared-object -test-/integer.so 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/yield.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iseq_load' 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 linking shared-object -test-/iter.so linking shared-object -test-/load/dot.dot.so linking shared-object -test-/load/protect.so 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/resolve_symbol_resolver' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c linking shared-object -test-/load/resolve_symbol_resolver.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter' 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/resolve_symbol_target.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' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/stringify_symbols/stringify_symbols.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_target' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/stringify_target/stringify_target.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat' linking shared-object -test-/load/stringify_symbols.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/compat/usrcompat.c linking shared-object -test-/load/stringify_target.so 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-/marshal/internal_ivar' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/internal_ivar/internal_ivar.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_symbols' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_target' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/usr/usrmarshal.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-/memory_view' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/memory_view/memory_view.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/arity.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/init.c linking shared-object -test-/memory_view.so linking shared-object -test-/marshal/usr.so linking shared-object -test-/method.so 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 make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/memory_view' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/namespace/yay2' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/namespace/yay2/yay2.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr' 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-/notimplement.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/num2int/num2int.c linking shared-object -test-/namespace/yay2.so linking shared-object -test-/num2int.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/notimplement' linking shared-object -test-/namespace/yay1.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 linking shared-object -test-/path_to_class.so 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' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/popen_deadlock/infinite_loop_dlsym.c linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/path_to_class' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/namespace/yay1' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/postponed_job' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/postponed_job/postponed_job.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/printf/printf.c 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 linking shared-object -test-/printf.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/receiver.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/super.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random' linking shared-object -test-/proc.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/bad_version.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf' 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' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/loop.c 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-/rational/rat.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/proc' linking shared-object -test-/rb_call_super_kw.so 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-/rational.so linking shared-object -test-/recursion.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/recursion' 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 make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/init.c 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 compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/parse_depth_limit.c linking shared-object -test-/scan_args.so linking shared-object -test-/st/foreach.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/numhash' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/numhash/numhash.c linking shared-object -test-/regexp.so linking shared-object -test-/st/numhash.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/scan_args' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/stack' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/update/update.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/stack/stack.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp' linking shared-object -test-/st/update.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/numhash' linking shared-object -test-/stack.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/capacity.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/data.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/duplicate.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/coderange.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/cstr.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/stack' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/ellipsize.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/symbol' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/len.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/id/id.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/type.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_associate.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/member.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_dummy.c linking shared-object -test-/symbol.so linking shared-object -test-/struct.so linking shared-object -test-/thread/id.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_str_buf_cat.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/fstring.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/modify.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/new.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/instrumentation/instrumentation.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/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/nofree.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/id' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/normalize.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/leap_second.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/qsort.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/new.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_interned_str.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/gc_hook.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-/typeddata' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_str_dup.c linking shared-object -test-/time.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/typeddata/typeddata.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/tracepoint.c linking shared-object -test-/typeddata.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/set_len.c linking shared-object -test-/tracepoint.so linking shared-object -test-/string.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time' 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-/vm/at_exit.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/typeddata' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/wait/wait.c 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 linking shared-object cgi/escape.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/continuation' compiling /tmp/ruby/src/trunk-repeat50/ext/continuation/continuation.c linking shared-object continuation.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/vm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' compiling /tmp/ruby/src/trunk-repeat50/ext/coverage/coverage.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/cgi/escape' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/digest.c compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_core.c compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_parse.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/continuation' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/erb/escape' compiling /tmp/ruby/src/trunk-repeat50/ext/erb/escape/escape.c installing default coverage libraries linking shared-object coverage.so linking shared-object digest.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/etc' compiling /tmp/ruby/src/trunk-repeat50/ext/etc/etc.c installing digest libraries installing default digest libraries linking shared-object etc.so 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 linking shared-object erb/escape.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/etc' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fcntl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock' compiling /tmp/ruby/src/trunk-repeat50/ext/io/console/console.c compiling /tmp/ruby/src/trunk-repeat50/ext/io/nonblock/nonblock.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/erb/escape' linking shared-object io/console.so 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/nonblock.so linking shared-object io/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' installing default console libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' compiling /tmp/ruby/src/trunk-repeat50/ext/monitor/monitor.c compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/object_tracing.c installing default monitor libraries linking shared-object monitor.so compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace.c compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace_dump.c linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' compiling /tmp/ruby/src/trunk-repeat50/ext/pathname/pathname.c 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/openssl/ossl_asn1.c installing default pathname libraries linking shared-object pathname.so compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bio.c installing default objspace libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bn.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych' compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych.c 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/psych/psych_emitter.c compiling /tmp/ruby/src/trunk-repeat50/ext/pty/pty.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_cipher.c installing default pty libraries compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_parser.c linking shared-object pty.so compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_to_ruby.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_config.c compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_yaml_tree.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty' compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_digest.c 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/openssl/ossl_engine.c compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/limits.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_hmac.c linking shared-object rbconfig/sizeof.so compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_kdf.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ns_spki.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ocsp.c linking shared-object psych.so compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.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/openssl/ossl_pkey.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dh.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dsa.c installing default libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_ec.c 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/openssl/ossl_pkey_rsa.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/openssl/ossl_provider.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_rand.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl_session.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ts.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509attr.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509cert.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/option.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509crl.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509ext.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ifaddr.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509name.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509req.c installing default socket libraries linking shared-object socket.so compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509revoked.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509store.c linking shared-object openssl.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/stringio' compiling /tmp/ruby/src/trunk-repeat50/ext/stringio/stringio.c linking shared-object stringio.so 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 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/ext/zlib' compiling /tmp/ruby/src/trunk-repeat50/ext/zlib/zlib.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/bigdecimal-3.1.9/ext/bigdecimal' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.c installing default openssl libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' 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/date/date_strftime.c compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_strptime.c installing default date_core libraries linking shared-object date_core.so 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/bigdecimal-3.1.9/ext/bigdecimal/missing.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' 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 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 ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/lib ../../../../../.bundle/gems/bigdecimal-3.1.9/lib linking shared-object bigdecimal.so 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/conversions.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' 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 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 compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/fiddle.c linking shared-object nkf.so 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.4/ext/rbs_extension' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/constants.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/fiddle-1.1.8/ext/fiddle/function.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 compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/ruby_objs.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/memory_view.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 compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/util/rbs_constant_pool.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexer.c 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/bubblebabble' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/bubblebabble/bubblebabble.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/pinned.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/md5' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5init.c compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5.c linking shared-object digest/md5.so compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle/pointer.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/md5' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160init.c compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160.c linking shared-object digest/rmd160.so ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/fiddle-1.1.8/lib ../../../../../.bundle/gems/fiddle-1.1.8/lib linking shared-object fiddle.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2init.c linking shared-object digest/sha1.so compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2.c linking shared-object digest/sha2.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator' compiling /tmp/ruby/src/trunk-repeat50/ext/json/generator/generator.c linking shared-object json/ext/generator.so installing default sha2 libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexstate.c compiling /tmp/ruby/src/trunk-repeat50/ext/json/parser/parser.c linking shared-object json/ext/parser.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/location.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser' compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.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/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parser.c /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] 24 | // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \ | ^ At top level: cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parserstate.c installing default ripper libraries compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/unescape.c ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/rbs-3.9.4/lib ../../../../../.bundle/gems/rbs-3.9.4/lib linking shared-object rbs_extension.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension' linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' 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 power_assert to a7dab941153b233d3412e249d25da52a6c5691de 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 a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision - 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/power_assert.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. /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision unchanged generating enc.mk 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 Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.5.gem transdb.h updated making trans generating makefiles ext/configure-ext.mk 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' Successfully built RubyGem Name: power_assert Version: 2.0.6dev File: power_assert-2.0.6dev.gem Extracting bundle gem power_assert-2.0.5... linking transcoder transdb.so make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making encs Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.6dev.gem 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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' 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/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' 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/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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' 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/objspace' 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/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Entering 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/strscan' make[2]: Entering 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]: Leaving 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/nkf-0.2.0/ext/nkf' 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/ext/openssl' 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/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension' 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/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Leaving 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/racc-1.8.1/ext/racc/cparse' 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]: 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' ./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 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.4 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.3 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.14.0 irb 1.15.2 reline 0.6.1 readline 0.0.4 fiddle 1.1.8 installing bundled gem cache: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.5.0+1/cache skipped bundled gems: power_assert-2.0.6dev.gem not found in bundled_gems win32ole-1.9.2.gem not found in bundled_gems $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 2030 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.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/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=35824 "--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: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42955> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 Finished(1/50) tests in 1324.707146s, 21.7127 tests/s, 4592.6672 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 8 #<File::Stat dev=0x8, ino=3269791466, 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: 9 #<File::Stat dev=0x8, ino=3269797291, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 10 #<File::Stat dev=0x8, ino=3269807211, 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 1367.327579s, 21.0367 tests/s, 4450.8968 assertions/s. Finished(3/50) tests in 1335.164701s, 21.5434 tests/s, 4558.0317 assertions/s. Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 11 #<File::Stat dev=0x8, ino=3270576684, 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: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 38959> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 12 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 12 #<File::Stat dev=0x8, ino=3271061615, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(4/50) tests in 1410.978848s, 20.3858 tests/s, 4313.2659 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 14 : #<TCPSocket:fd 14, AF_INET6, ::1, 42157> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 14 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 14 : #<TCPSocket:fd 14, AF_INET6, ::1, 35373> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 14 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 35953> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 14 Leaked file descriptor: TestOpenURIProxy#test_proxy: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 43571> Closed file descriptor: TestOpenURIProxy#test_authenticated_proxy_http_basic_authentication_success: 14 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 13 #<File::Stat dev=0x8, ino=3271814926, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 14 #<File::Stat dev=0x8, ino=3271836217, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(5/50) tests in 1630.243973s, 17.6440 tests/s, 3733.5952 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 16 : #<TCPSocket:fd 16, AF_INET6, ::1, 41883> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 16 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 16 : #<TCPSocket:fd 16, AF_INET6, ::1, 36669> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 16 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 16 : #<TCPSocket:fd 16, AF_INET6, ::1, 33295> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 16 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 15 #<File::Stat dev=0x8, ino=3272581241, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 16 #<File::Stat dev=0x8, ino=3272599688, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 17 #<File::Stat dev=0x8, ino=3272599744, 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 1539.023057s, 18.6898 tests/s, 3954.9115 assertions/s. Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 7 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 18 #<File::Stat dev=0x8, ino=3273076871, 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 1343.188402s, 21.4147 tests/s, 4531.6249 assertions/s. /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:59: [BUG] Segmentation fault at 0x0000000000000000 ruby 3.5.0dev (2025-05-21T19:23:14Z master 7b10660974) +PRISM [x86_64-linux] -- Control frame information ----------------------------------------------- c:0034 p:---- s:0193 e:000192 CFUNC :proc c:0033 p:0010 s:0189 e:000188 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:59 c:0032 p:0009 s:0182 E:001ce8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/assertions.rb:596 c:0031 p:0014 s:0175 e:000174 BLOCK /tmp/ruby/src/trunk-repeat50/test/ruby/test_array.rb:1745 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_array.rb:1745 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:000420 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1664 c:0022 p:0035 s:0118 E:000ff8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1368 c:0021 p:0009 s:0111 E:001c80 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:001be8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:827 c:0018 p:0008 s:0094 E:0018b8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:864 c:0017 p:0130 s:0087 E:002638 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1610 c:0016 p:0016 s:0074 E:000328 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1305 c:0015 p:0005 s:0069 E:002020 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1775 c:0014 p:0006 s:0065 E:0006b8 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:0022c8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1761 c:0011 p:0013 s:0052 E:000bd8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1805 c:0010 p:0008 s:0047 E:000590 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1052 c:0009 p:0008 s:0041 E:001bd0 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:897 c:0008 p:0017 s:0035 E:000ae8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:145 c:0007 p:0008 s:0030 E:000138 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1289 c:0006 p:0032 s:0025 E:0009b0 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1889 c:0005 p:0020 s:0021 E:000c38 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1893 c:0004 p:0065 s:0016 E:0021a8 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:000350 EVAL /tmp/ruby/src/trunk-repeat50/test/runner.rb:5 [FINISH] c:0001 p:0000 s:0003 E:002280 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_array.rb:1745:in 'test_slice_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_array.rb:1745:in 'block in test_slice_gc_compact_stress' /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/assertions.rb:596:in 'assert_equal' /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:59:in 'message' /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:59:in 'proc' -- Threading information --------------------------------------------------- Total ractor count: 1 Ruby thread count for this ractor: 2 -- Machine register context ------------------------------------------------ RIP: 0x00007fca10d3ddc7 RBP: 0x0000000000000000 RSP: 0x00007ffc08470268 RAX: 0x0000000000000000 RBX: 0x0000000000000000 RCX: 0x0000000000000000 RDX: 0x00007ffc08470330 RDI: 0x0000000000000000 RSI: 0x0000000000000000 R8: 0x0000000000000003 R9: 0x00000000000017ee R10: 0x0000000000000001 R11: 0x00007fca10d37ef0 R12: 0x0000000000000000 R13: 0x0000000000000021 R14: 0x0000557077084a50 R15: 0x0000557081bd2320 EFL: 0x0000000000010246 -- C level backtrace information ------------------------------------------- /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_print_backtrace+0x8) [0x7fca10f4b742] /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) [0x7fca10d1d644] /tmp/ruby/src/trunk-repeat50/error.c:1130 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(sigsegv+0x48) [0x7fca10e818d8] /tmp/ruby/src/trunk-repeat50/signal.c:936 /lib/x86_64-linux-gnu/libc.so.6(0x7fca10853320) [0x7fca10853320] /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_gc_impl_obj_slot_size+0x3) [0x7fca10d3ddc7] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:2185 /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) [0x7fca10d4066f] /tmp/ruby/src/trunk-repeat50/internal/sanitizers.h:188 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(asan_unpoison_object_temporary) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:7047 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_update_references_weak_table_i) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:7046 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(st_general_foreach+0x68) [0x7fca10e8e0d3] /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(rb_gc_vm_weak_table_foreach+0x116) [0x7fca10d3f866] /tmp/ruby/src/trunk-repeat50/gc.c:4143 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_update_references+0x1c3) [0x7fca10d47f45] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:7090 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_compact_finish) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:3409 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_sweep_compact) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:5614 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_sweep) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:4068 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_start+0xc24) [0x7fca10d4eef4] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:6420 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(garbage_collect+0x65) [0x7fca10d51b40] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:6301 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(newobj_slowpath) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:2427 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:2449 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_gc_impl_new_obj+0x95) [0x7fca10d52da5] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:2486 /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(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:1043 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rbimpl_size_mul_overflow+0x0) [0x7fca10f24a99] /tmp/ruby/src/trunk-repeat50/vm.c:1022 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rbimpl_size_mul_or_raise) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/memory.h:639 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_make_env_each) /tmp/ruby/src/trunk-repeat50/vm.c:1025 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_make_env_object+0x5) [0x7fca10f24941] /tmp/ruby/src/trunk-repeat50/vm.c:1060 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_make_proc_lambda) /tmp/ruby/src/trunk-repeat50/vm.c:1459 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7fca10f1894d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xcf) [0x7fca10f20f3f] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5995 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0x1076) [0x7fca10f2ec86] ../../src/trunk-repeat50/insns.def:851 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec+0x20e) [0x7fca10f3445e] /tmp/ruby/src/trunk-repeat50/vm.c:2625 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield_with_cref+0x42) [0x7fca10f39108] /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:1362 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1378 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ary_collect+0x5c) [0x7fca10c506dc] /tmp/ruby/src/trunk-repeat50/array.c:3655 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7fca10f1894d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xcf) [0x7fca10f20f3f] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5995 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0x1076) [0x7fca10f2ec86] ../../src/trunk-repeat50/insns.def:851 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_loop+0x3e) [0x7fca10f3461e] /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) [0x7fca10f39108] /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:1362 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1378 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x7fca10c49b9c] /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) [0x7fca10f1894d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xcf) [0x7fca10f20f3f] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5995 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0x1076) [0x7fca10f2ec86] ../../src/trunk-repeat50/insns.def:851 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec+0x20e) [0x7fca10f3445e] /tmp/ruby/src/trunk-repeat50/vm.c:2625 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield_with_cref+0x42) [0x7fca10f39108] /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:1362 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1378 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x7fca10c49b9c] /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) [0x7fca10f1894d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xcf) [0x7fca10f20f3f] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5995 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0x1076) [0x7fca10f2ec86] ../../src/trunk-repeat50/insns.def:851 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_loop+0x3e) [0x7fca10f3461e] /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) [0x7fca10d9927c] /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:1450 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_require_string_internal+0x41) [0x7fca10d994e3] /tmp/ruby/src/trunk-repeat50/load.c:1565 /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) [0x7fca10f1894d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3798 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xbb) [0x7fca10f2dd50] /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) [0x7fca10f3445e] /tmp/ruby/src/trunk-repeat50/vm.c:2625 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x7fca10d27455] /tmp/ruby/src/trunk-repeat50/eval.c:281 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5(ruby_run_node+0x83) [0x7fca10d2b5d3] /tmp/ruby/src/trunk-repeat50/eval.c:319 /tmp/ruby/build/trunk-repeat50/ruby(rb_main+0x21) [0x55706d14c186] /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) [0x7fca108381ca] ../sysdeps/nptl/libc_start_call_main.h:58 /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fca1083828b] ../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 [0x55706d14c1d5] -- Other runtime information ----------------------------------------------- * Process memory map: 55706d14b000-55706d14c000 r--p 00000000 00:47 14725947 /tmp/ruby/build/trunk-repeat50/ruby 55706d14c000-55706d14d000 r-xp 00001000 00:47 14725947 /tmp/ruby/build/trunk-repeat50/ruby 55706d14d000-55706d14e000 r--p 00002000 00:47 14725947 /tmp/ruby/build/trunk-repeat50/ruby 55706d14e000-55706d14f000 r--p 00002000 00:47 14725947 /tmp/ruby/build/trunk-repeat50/ruby 55706d14f000-55706d150000 rw-p 00003000 00:47 14725947 /tmp/ruby/build/trunk-repeat50/ruby 55707184f000-557086ef3000 rw-p 00000000 00:00 0 [heap] 7fc954000000-7fc954021000 rw-p 00000000 00:00 0 7fc954021000-7fc958000000 ---p 00000000 00:00 0 7fc962a2a000-7fc964000000 r--s 00000000 00:47 14725944 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0 7fc964000000-7fc964d03000 rw-p 00000000 00:00 0 7fc964d03000-7fc968000000 ---p 00000000 00:00 0 7fc968aeb000-7fc968aec000 ---p 00000000 00:00 0 7fc968aec000-7fc9692ec000 rw-p 00000000 00:00 0 7fc9692ec000-7fc9692ed000 ---p 00000000 00:00 0 7fc9692ed000-7fc969aed000 rw-p 00000000 00:00 0 7fc96aaef000-7fc96aaf0000 ---p 00000000 00:00 0 7fc96aaf0000-7fc96b300000 rw-p 00000000 00:00 0 7fc96bb00000-7fc96bb10000 rw-p 00000000 00:00 0 7fc96bccb000-7fc96bed2000 r--s 00000000 00:47 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fc96bed2000-7fc96bf10000 r--s 00000000 00:47 14725947 /tmp/ruby/build/trunk-repeat50/ruby 7fc96bf10000-7fc96c250000 rw-p 00000000 00:00 0 7fc96c260000-7fc96c270000 rw-p 00000000 00:00 0 7fc96c270000-7fc96c380000 rw-p 00000000 00:00 0 7fc96c390000-7fc96c420000 rw-p 00000000 00:00 0 7fc96c430000-7fc96c440000 rw-p 00000000 00:00 0 7fc96c440000-7fc96c660000 rw-p 00000000 00:00 0 7fc96c670000-7fc96c680000 rw-p 00000000 00:00 0 7fc96c680000-7fc96c730000 rw-p 00000000 00:00 0 7fc96c73d000-7fc96c73e000 ---p 00000000 00:00 0 7fc96c73e000-7fc96c75e000 rw-p 00000000 00:00 0 7fc96c760000-7fc96c770000 rw-p 00000000 00:00 0 7fc96c77f000-7fc96c780000 ---p 00000000 00:00 0 7fc96c780000-7fc96c7c1000 rw-p 00000000 00:00 0 7fc96c7c1000-7fc96c7c2000 ---p 00000000 00:00 0 7fc96c7c2000-7fc96c803000 rw-p 00000000 00:00 0 7fc96c803000-7fc96c804000 ---p 00000000 00:00 0 7fc96c804000-7fc96c845000 rw-p 00000000 00:00 0 7fc96c845000-7fc96c846000 ---p 00000000 00:00 0 7fc96c846000-7fc96c887000 rw-p 00000000 00:00 0 7fc96c887000-7fc96c888000 ---p 00000000 00:00 0 7fc96c888000-7fc96c8c9000 rw-p 00000000 00:00 0 7fc96c8c9000-7fc96c8ca000 ---p 00000000 00:00 0 7fc96c8ca000-7fc96c90b000 rw-p 00000000 00:00 0 7fc96c90b000-7fc96c90c000 ---p 00000000 00:00 0 7fc96c90c000-7fc96c94d000 rw-p 00000000 00:00 0 7fc96c94d000-7fc96c94e000 ---p 00000000 00:00 0 7fc96c94e000-7fc96c98f000 rw-p 00000000 00:00 0 7fc96c98f000-7fc96c990000 ---p 00000000 00:00 0 7fc96c990000-7fc96c9d1000 rw-p 00000000 00:00 0 7fc96c9d1000-7fc96c9d2000 ---p 00000000 00:00 0 7fc96c9d2000-7fc96ca13000 rw-p 00000000 00:00 0 7fc96ca13000-7fc96ca14000 ---p 00000000 00:00 0 7fc96ca14000-7fc96ca55000 rw-p 00000000 00:00 0 7fc96ca55000-7fc96ca56000 ---p 00000000 00:00 0 7fc96ca56000-7fc96ca97000 rw-p 00000000 00:00 0 7fc96ca97000-7fc96ca98000 ---p 00000000 00:00 0 7fc96ca98000-7fc96cad9000 rw-p 00000000 00:00 0 7fc96cad9000-7fc96cada000 ---p 00000000 00:00 0 7fc96cada000-7fc96cb1b000 rw-p 00000000 00:00 0 7fc96cb1b000-7fc96cb1c000 ---p 00000000 00:00 0 7fc96cb1c000-7fc96cb5d000 rw-p 00000000 00:00 0 7fc96cb5d000-7fc96cb5e000 ---p 00000000 00:00 0 7fc96cb5e000-7fc96cb9f000 rw-p 00000000 00:00 0 7fc96cb9f000-7fc96cba0000 ---p 00000000 00:00 0 7fc96cba0000-7fc96cbe1000 rw-p 00000000 00:00 0 7fc96cbe1000-7fc96cbe2000 ---p 00000000 00:00 0 7fc96cbe2000-7fc96cc23000 rw-p 00000000 00:00 0 7fc96cc23000-7fc96cc24000 ---p 00000000 00:00 0 7fc96cc24000-7fc96cc65000 rw-p 00000000 00:00 0 7fc96cc65000-7fc96cc66000 ---p 00000000 00:00 0 7fc96cc66000-7fc96cca7000 rw-p 00000000 00:00 0 7fc96cca7000-7fc96cca8000 ---p 00000000 00:00 0 7fc96cca8000-7fc96cce9000 rw-p 00000000 00:00 0 7fc96cce9000-7fc96ccea000 ---p 00000000 00:00 0 7fc96ccea000-7fc96cd2b000 rw-p 00000000 00:00 0 7fc96cd2b000-7fc96cd2c000 ---p 00000000 00:00 0 7fc96cd2c000-7fc96cd6d000 rw-p 00000000 00:00 0 7fc96cd6d000-7fc96cd6e000 ---p 00000000 00:00 0 7fc96cd6e000-7fc96cdaf000 rw-p 00000000 00:00 0 7fc96cdaf000-7fc96cdb0000 ---p 00000000 00:00 0 7fc96cdb0000-7fc96cdf1000 rw-p 00000000 00:00 0 7fc96cdf1000-7fc96cdf2000 ---p 00000000 00:00 0 7fc96cdf2000-7fc96ce33000 rw-p 00000000 00:00 0 7fc96ce33000-7fc96ce34000 ---p 00000000 00:00 0 7fc96ce34000-7fc96ce75000 rw-p 00000000 00:00 0 7fc96ce75000-7fc96ce76000 ---p 00000000 00:00 0 7fc96ce76000-7fc96ceb7000 rw-p 00000000 00:00 0 7fc96ceb7000-7fc96ceb8000 ---p 00000000 00:00 0 7fc96ceb8000-7fc96cef9000 rw-p 00000000 00:00 0 7fc96cef9000-7fc96cefa000 ---p 00000000 00:00 0 7fc96cefa000-7fc96cf3b000 rw-p 00000000 00:00 0 7fc96cf3b000-7fc96cf3c000 ---p 00000000 00:00 0 7fc96cf3c000-7fc96cf7d000 rw-p 00000000 00:00 0 7fc96cf7d000-7fc96cf7e000 ---p 00000000 00:00 0 7fc96cf7e000-7fc96cfbf000 rw-p 00000000 00:00 0 7fc96cfbf000-7fc96cfc0000 ---p 00000000 00:00 0 7fc96cfc0000-7fc96d001000 rw-p 00000000 00:00 0 7fc96d001000-7fc96d002000 ---p 00000000 00:00 0 7fc96d002000-7fc96d043000 rw-p 00000000 00:00 0 7fc96d043000-7fc96d044000 ---p 00000000 00:00 0 7fc96d044000-7fc96d085000 rw-p 00000000 00:00 0 7fc96d085000-7fc96d086000 ---p 00000000 00:00 0 7fc96d086000-7fc96d0c7000 rw-p 00000000 00:00 0 7fc96d0c7000-7fc96d0c8000 ---p 00000000 00:00 0 7fc96d0c8000-7fc96d109000 rw-p 00000000 00:00 0 7fc96d109000-7fc96d10a000 ---p 00000000 00:00 0 7fc96d10a000-7fc96d14b000 rw-p 00000000 00:00 0 7fc96d14b000-7fc96d14c000 ---p 00000000 00:00 0 7fc96d14c000-7fc96d18d000 rw-p 00000000 00:00 0 7fc96d18d000-7fc96d18e000 ---p 00000000 00:00 0 7fc96d18e000-7fc96d1cf000 rw-p 00000000 00:00 0 7fc96d1cf000-7fc96d1d0000 ---p 00000000 00:00 0 7fc96d1d0000-7fc96d211000 rw-p 00000000 00:00 0 7fc96d211000-7fc96d212000 ---p 00000000 00:00 0 7fc96d212000-7fc96d253000 rw-p 00000000 00:00 0 7fc96d253000-7fc96d254000 ---p 00000000 00:00 0 7fc96d254000-7fc96d295000 rw-p 00000000 00:00 0 7fc96d295000-7fc96d296000 ---p 00000000 00:00 0 7fc96d296000-7fc96d2d7000 rw-p 00000000 00:00 0 7fc96d2d7000-7fc96d2d8000 ---p 00000000 00:00 0 7fc96d2d8000-7fc96d319000 rw-p 00000000 00:00 0 7fc96d319000-7fc96d31a000 ---p 00000000 00:00 0 7fc96d31a000-7fc96d35b000 rw-p 00000000 00:00 0 7fc96d35b000-7fc96d35c000 ---p 00000000 00:00 0 7fc96d35c000-7fc96d39d000 rw-p 00000000 00:00 0 7fc96d39d000-7fc96d39e000 ---p 00000000 00:00 0 7fc96d39e000-7fc96d3df000 rw-p 00000000 00:00 0 7fc96d3df000-7fc96d3e0000 ---p 00000000 00:00 0 7fc96d3e0000-7fc96d421000 rw-p 00000000 00:00 0 7fc96d421000-7fc96d422000 ---p 00000000 00:00 0 7fc96d422000-7fc96d463000 rw-p 00000000 00:00 0 7fc96d463000-7fc96d464000 ---p 00000000 00:00 0 7fc96d464000-7fc96d4a5000 rw-p 00000000 00:00 0 7fc96d4a5000-7fc96d4a6000 ---p 00000000 00:00 0 7fc96d4a6000-7fc96d4e7000 rw-p 00000000 00:00 0 7fc96d4e7000-7fc96d4e8000 ---p 00000000 00:00 0 7fc96d4e8000-7fc96d529000 rw-p 00000000 00:00 0 7fc96d529000-7fc96d52a000 ---p 00000000 00:00 0 7fc96d52a000-7fc96d56b000 rw-p 00000000 00:00 0 7fc96d56b000-7fc96d56c000 ---p 00000000 00:00 0 7fc96d56c000-7fc96d5ad000 rw-p 00000000 00:00 0 7fc96d5ad000-7fc96d5ae000 ---p 00000000 00:00 0 7fc96d5ae000-7fc96d5ef000 rw-p 00000000 00:00 0 7fc96d5ef000-7fc96d5f0000 ---p 00000000 00:00 0 7fc96d5f0000-7fc96d631000 rw-p 00000000 00:00 0 7fc96d631000-7fc96d632000 ---p 00000000 00:00 0 7fc96d632000-7fc96d673000 rw-p 00000000 00:00 0 7fc96d673000-7fc96d674000 ---p 00000000 00:00 0 7fc96d674000-7fc96d6b5000 rw-p 00000000 00:00 0 7fc96d6b5000-7fc96d6b6000 ---p 00000000 00:00 0 7fc96d6b6000-7fc96d6f7000 rw-p 00000000 00:00 0 7fc96d6f7000-7fc96d6f8000 ---p 00000000 00:00 0 7fc96d6f8000-7fc96d739000 rw-p 00000000 00:00 0 7fc96d739000-7fc96d73a000 ---p 00000000 00:00 0 7fc96d73a000-7fc96d77b000 rw-p 00000000 00:00 0 7fc96d77b000-7fc96d77c000 ---p 00000000 00:00 0 7fc96d77c000-7fc96d7bd000 rw-p 00000000 00:00 0 7fc96d7bd000-7fc96d7be000 ---p 00000000 00:00 0 7fc96d7be000-7fc96d7ff000 rw-p 00000000 00:00 0 7fc96d7ff000-7fc96d800000 ---p 00000000 00:00 0 7fc96d800000-7fc96d841000 rw-p 00000000 00:00 0 7fc96d841000-7fc96d842000 ---p 00000000 00:00 0 7fc96d842000-7fc96d883000 rw-p 00000000 00:00 0 7fc96d883000-7fc96d884000 ---p 00000000 00:00 0 7fc96d884000-7fc96d8c5000 rw-p 00000000 00:00 0 7fc96d8c5000-7fc96d8c6000 ---p 00000000 00:00 0 7fc96d8c6000-7fc96d907000 rw-p 00000000 00:00 0 7fc96d907000-7fc96d908000 ---p 00000000 00:00 0 7fc96d908000-7fc96d949000 rw-p 00000000 00:00 0 7fc96d949000-7fc96d94a000 ---p 00000000 00:00 0 7fc96d94a000-7fc96d98b000 rw-p 00000000 00:00 0 7fc96d98b000-7fc96d98c000 ---p 00000000 00:00 0 7fc96d98c000-7fc96d9cd000 rw-p 00000000 00:00 0 7fc96d9cd000-7fc96d9ce000 ---p 00000000 00:00 0 7fc96d9ce000-7fc96da0f000 rw-p 00000000 00:00 0 7fc96da0f000-7fc96da10000 ---p 00000000 00:00 0 7fc96da10000-7fc96da51000 rw-p 00000000 00:00 0 7fc96da51000-7fc96da52000 ---p 00000000 00:00 0 7fc96da52000-7fc96da93000 rw-p 00000000 00:00 0 7fc96da93000-7fc96da94000 ---p 00000000 00:00 0 7fc96da94000-7fc96dad5000 rw-p 00000000 00:00 0 7fc96dad5000-7fc96dad6000 ---p 00000000 00:00 0 7fc96dad6000-7fc96db17000 rw-p 00000000 00:00 0 7fc96db17000-7fc96db18000 ---p 00000000 00:00 0 7fc96db18000-7fc96db59000 rw-p 00000000 00:00 0 7fc96db59000-7fc96db5a000 ---p 00000000 00:00 0 7fc96db5a000-7fc96db9b000 rw-p 00000000 00:00 0 7fc96db9b000-7fc96db9c000 ---p 00000000 00:00 0 7fc96db9c000-7fc96dbdd000 rw-p 00000000 00:00 0 7fc96dbdd000-7fc96dbde000 ---p 00000000 00:00 0 7fc96dbde000-7fc96dc1f000 rw-p 00000000 00:00 0 7fc96dc1f000-7fc96dc20000 ---p 00000000 00:00 0 7fc96dc20000-7fc96dc61000 rw-p 00000000 00:00 0 7fc96dc61000-7fc96dc62000 ---p 00000000 00:00 0 7fc96dc62000-7fc96dca3000 rw-p 00000000 00:00 0 7fc96dca3000-7fc96dca4000 ---p 00000000 00:00 0 7fc96dca4000-7fc96dce5000 rw-p 00000000 00:00 0 7fc96dce5000-7fc96dce6000 ---p 00000000 00:00 0 7fc96dce6000-7fc96dd27000 rw-p 00000000 00:00 0 7fc96dd27000-7fc96dd28000 ---p 00000000 00:00 0 7fc96dd28000-7fc96dd69000 rw-p 00000000 00:00 0 7fc96dd69000-7fc96dd6a000 ---p 00000000 00:00 0 7fc96dd6a000-7fc96ddab000 rw-p 00000000 00:00 0 7fc96ddab000-7fc96ddac000 ---p 00000000 00:00 0 7fc96ddac000-7fc96dded000 rw-p 00000000 00:00 0 7fc96dded000-7fc96ddee000 ---p 00000000 00:00 0 7fc96ddee000-7fc96de2f000 rw-p 00000000 00:00 0 7fc96de2f000-7fc96de30000 ---p 00000000 00:00 0 7fc96de30000-7fc96de71000 rw-p 00000000 00:00 0 7fc96de71000-7fc96de72000 ---p 00000000 00:00 0 7fc96de72000-7fc96deb3000 rw-p 00000000 00:00 0 7fc96deb3000-7fc96deb4000 ---p 00000000 00:00 0 7fc96deb4000-7fc96def5000 rw-p 00000000 00:00 0 7fc96def5000-7fc96def6000 ---p 00000000 00:00 0 7fc96def6000-7fc96df37000 rw-p 00000000 00:00 0 7fc96df37000-7fc96df38000 ---p 00000000 00:00 0 7fc96df38000-7fc96df79000 rw-p 00000000 00:00 0 7fc96df79000-7fc96df7a000 ---p 00000000 00:00 0 7fc96df7a000-7fc96dfbb000 rw-p 00000000 00:00 0 7fc96dfbb000-7fc96dfbc000 ---p 00000000 00:00 0 7fc96dfbc000-7fc96dffd000 rw-p 00000000 00:00 0 7fc96dffd000-7fc96dffe000 ---p 00000000 00:00 0 7fc96dffe000-7fc96e03f000 rw-p 00000000 00:00 0 7fc96e050000-7fc96e2a0000 rw-p 00000000 00:00 0 7fc96e2b0000-7fc96e360000 rw-p 00000000 00:00 0 7fc96e370000-7fc96e460000 rw-p 00000000 00:00 0 7fc96e470000-7fc96e510000 rw-p 00000000 00:00 0 7fc96e520000-7fc96e850000 rw-p 00000000 00:00 0 7fc96e860000-7fc96e870000 rw-p 00000000 00:00 0 7fc96e870000-7fc96e950000 rw-p 00000000 00:00 0 7fc96e95e000-7fc96e95f000 ---p 00000000 00:00 0 7fc96e95f000-7fc96e97f000 rw-p 00000000 00:00 0 7fc96e990000-7fc96e9c0000 rw-p 00000000 00:00 0 7fc96e9d0000-7fc96ec20000 rw-p 00000000 00:00 0 7fc96ec30000-7fc96ec40000 rw-p 00000000 00:00 0 7fc96ec40000-7fc96ec90000 rw-p 00000000 00:00 0 7fc96ec9b000-7fc96ec9c000 ---p 00000000 00:00 0 7fc96ec9c000-7fc96ecbc000 rw-p 00000000 00:00 0 7fc96ecbc000-7fc96ecbd000 ---p 00000000 00:00 0 7fc96ecbd000-7fc96ecdd000 rw-p 00000000 00:00 0 7fc96ecdd000-7fc96ecde000 ---p 00000000 00:00 0 7fc96ecde000-7fc96ecfe000 rw-p 00000000 00:00 0 7fc96ecfe000-7fc96ecff000 ---p 00000000 00:00 0 7fc96ecff000-7fc96ed1f000 rw-p 00000000 00:00 0 7fc96ed1f000-7fc96ed20000 ---p 00000000 00:00 0 7fc96ed20000-7fc96ed40000 rw-p 00000000 00:00 0 7fc96ed50000-7fc96ed60000 rw-p 00000000 00:00 0 7fc96ed6f000-7fc96ed70000 ---p 00000000 00:00 0 7fc96ed70000-7fc96eda0000 rw-p 00000000 00:00 0 7fc96edb0000-7fc96edc0000 rw-p 00000000 00:00 0 7fc96edcc000-7fc96edcd000 ---p 00000000 00:00 0 7fc96edcd000-7fc96eded000 rw-p 00000000 00:00 0 7fc96eded000-7fc96edee000 ---p 00000000 00:00 0 7fc96edee000-7fc96ee0e000 rw-p 00000000 00:00 0 7fc96ee0e000-7fc96ee0f000 ---p 00000000 00:00 0 7fc96ee0f000-7fc96ee2f000 rw-p 00000000 00:00 0 7fc96ee2f000-7fc96ee30000 ---p 00000000 00:00 0 7fc96ee30000-7fc96ee60000 rw-p 00000000 00:00 0 7fc96ee70000-7fc96ee80000 rw-p 00000000 00:00 0 7fc96ee80000-7fc96eea0000 rw-p 00000000 00:00 0 7fc96eeae000-7fc96eeaf000 ---p 00000000 00:00 0 7fc96eeaf000-7fc96eecf000 rw-p 00000000 00:00 0 7fc96eecf000-7fc96eed0000 ---p 00000000 00:00 0 7fc96eed0000-7fc96ef00000 rw-p 00000000 00:00 0 7fc96ef10000-7fc96ef20000 rw-p 00000000 00:00 0 7fc96ef30000-7fc96ef40000 rw-p 00000000 00:00 0 7fc96ef50000-7fc96ef60000 rw-p 00000000 00:00 0 7fc96ef60000-7fc96efe0000 rw-p 00000000 00:00 0 7fc96efe9000-7fc96efea000 r--p 00000000 00:47 16818438 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so 7fc96efea000-7fc96efeb000 r-xp 00001000 00:47 16818438 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so 7fc96efeb000-7fc96f017000 r--p 00002000 00:47 16818438 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so 7fc96f017000-7fc96f018000 r--p 0002d000 00:47 16818438 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so 7fc96f018000-7fc96f019000 rw-p 0002e000 00:47 16818438 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so 7fc96f019000-7fc96f01a000 r--p 00000000 00:47 16816780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so 7fc96f01a000-7fc96f01b000 r-xp 00001000 00:47 16816780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so 7fc96f01b000-7fc96f046000 r--p 00002000 00:47 16816780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so 7fc96f046000-7fc96f047000 r--p 0002c000 00:47 16816780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so 7fc96f047000-7fc96f048000 rw-p 0002d000 00:47 16816780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so 7fc96f048000-7fc96f049000 r--p 00000000 00:47 16816660 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so 7fc96f049000-7fc96f04a000 r-xp 00001000 00:47 16816660 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so 7fc96f04a000-7fc96f08b000 r--p 00002000 00:47 16816660 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so 7fc96f08b000-7fc96f08c000 r--p 00042000 00:47 16816660 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so 7fc96f08c000-7fc96f08d000 rw-p 00043000 00:47 16816660 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so 7fc96f08d000-7fc96f08e000 r--p 00000000 00:47 16819173 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so 7fc96f08e000-7fc96f08f000 r-xp 00001000 00:47 16819173 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so 7fc96f08f000-7fc96f0be000 r--p 00002000 00:47 16819173 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so 7fc96f0be000-7fc96f0bf000 r--p 00030000 00:47 16819173 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so 7fc96f0bf000-7fc96f0c0000 rw-p 00031000 00:47 16819173 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so 7fc96f0c0000-7fc96f0c1000 r--p 00000000 00:47 16819276 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so 7fc96f0c1000-7fc96f0c2000 r-xp 00001000 00:47 16819276 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so 7fc96f0c2000-7fc96f14e000 r--p 00002000 00:47 16819276 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so 7fc96f14e000-7fc96f14f000 r--p 0008d000 00:47 16819276 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so 7fc96f14f000-7fc96f150000 rw-p 0008e000 00:47 16819276 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so 7fc96f160000-7fc96f1c0000 rw-p 00000000 00:00 0 7fc96f1d0000-7fc96f370000 rw-p 00000000 00:00 0 7fc96f380000-7fc96f3d0000 rw-p 00000000 00:00 0 7fc96f3e0000-7fc96f3f0000 rw-p 00000000 00:00 0 7fc96f400000-7fc96f450000 rw-p 00000000 00:00 0 7fc96f460000-7fc96f480000 rw-p 00000000 00:00 0 7fc96f490000-7fc96f560000 rw-p 00000000 00:00 0 7fc96f570000-7fc96f5f0000 rw-p 00000000 00:00 0 7fc96f600000-7fc96f610000 rw-p 00000000 00:00 0 7fc96f620000-7fc96f630000 rw-p 00000000 00:00 0 7fc96f640000-7fc96f650000 rw-p 00000000 00:00 0 7fc96f650000-7fc96f6c0000 rw-p 00000000 00:00 0 7fc96f6d0000-7fc96f770000 rw-p 00000000 00:00 0 7fc96f780000-7fc96f7a0000 rw-p 00000000 00:00 0 7fc96f7b0000-7fc96f8b0000 rw-p 00000000 00:00 0 7fc96f8c0000-7fc96f8d0000 rw-p 00000000 00:00 0 7fc96f8e0000-7fc96f920000 rw-p 00000000 00:00 0 7fc96f930000-7fc96f970000 rw-p 00000000 00:00 0 7fc96f980000-7fc96f9a0000 rw-p 00000000 00:00 0 7fc96f9b0000-7fc96f9c0000 rw-p 00000000 00:00 0 7fc96f9c0000-7fc96fd40000 rw-p 00000000 00:00 0 7fc96fd50000-7fc96fda0000 rw-p 00000000 00:00 0 7fc96fdb0000-7fc96fdc0000 rw-p 00000000 00:00 0 7fc96fdcf000-7fc96fdd0000 ---p 00000000 00:00 0 7fc96fdd0000-7fc96fdf0000 rw-p 00000000 00:00 0 7fc96fdf0000-7fc96fdf1000 ---p 00000000 00:00 0 7fc96fdf1000-7fc96fe11000 rw-p 00000000 00:00 0 7fc96fe11000-7fc96fe12000 ---p 00000000 00:00 0 7fc96fe12000-7fc96fe32000 rw-p 00000000 00:00 0 7fc96fe32000-7fc96fe33000 ---p 00000000 00:00 0 7fc96fe33000-7fc96fe53000 rw-p 00000000 00:00 0 7fc96fe53000-7fc96fe54000 ---p 00000000 00:00 0 7fc96fe54000-7fc96fe74000 rw-p 00000000 00:00 0 7fc96fe74000-7fc96fe75000 ---p 00000000 00:00 0 7fc96fe75000-7fc96fe95000 rw-p 00000000 00:00 0 7fc96fe95000-7fc96fe96000 ---p 00000000 00:00 0 7fc96fe96000-7fc96feb6000 rw-p 00000000 00:00 0 7fc96feb6000-7fc96feb7000 ---p 00000000 00:00 0 7fc96feb7000-7fc96fed7000 rw-p 00000000 00:00 0 7fc96fed7000-7fc96fed8000 ---p 00000000 00:00 0 7fc96fed8000-7fc96fef8000 rw-p 00000000 00:00 0 7fc96fef8000-7fc96fef9000 ---p 00000000 00:00 0 7fc96fef9000-7fc96ff19000 rw-p 00000000 00:00 0 7fc96ff19000-7fc96ff1a000 ---p 00000000 00:00 0 7fc96ff1a000-7fc96ff3a000 rw-p 00000000 00:00 0 7fc96ff3a000-7fc96ff3b000 ---p 00000000 00:00 0 7fc96ff3b000-7fc96ff5b000 rw-p 00000000 00:00 0 7fc96ff5b000-7fc96ff5c000 ---p 00000000 00:00 0 7fc96ff5c000-7fc96ff7c000 rw-p 00000000 00:00 0 7fc96ff7c000-7fc96ff7d000 ---p 00000000 00:00 0 7fc96ff7d000-7fc96ff9d000 rw-p 00000000 00:00 0 7fc96ff9d000-7fc96ff9e000 ---p 00000000 00:00 0 7fc96ff9e000-7fc96ffbe000 rw-p 00000000 00:00 0 7fc96ffbe000-7fc96ffbf000 ---p 00000000 00:00 0 7fc96ffbf000-7fc96ffdf000 rw-p 00000000 00:00 0 7fc96ffdf000-7fc96ffe0000 ---p 00000000 00:00 0 7fc96ffe0000-7fc9725bf000 rw-p 00000000 00:00 0 7fc9725bf000-7fc974000000 ---p 00000000 00:00 0 7fc974000000-7fc97587a000 rw-p 00000000 00:00 0 7fc97587a000-7fc978000000 ---p 00000000 00:00 0 7fc978000000-7fc97a3a3000 rw-p 00000000 00:00 0 7fc97a3a3000-7fc97c000000 ---p 00000000 00:00 0 7fc97c000000-7fc97e9c2000 rw-p 00000000 00:00 0 7fc97e9c2000-7fc980000000 ---p 00000000 00:00 0 7fc980000000-7fc98176a000 rw-p 00000000 00:00 0 7fc98176a000-7fc984000000 ---p 00000000 00:00 0 7fc984000000-7fc984ddb000 rw-p 00000000 00:00 0 7fc984ddb000-7fc988000000 ---p 00000000 00:00 0 7fc988000000-7fc98a2a0000 rw-p 00000000 00:00 0 7fc98a2a0000-7fc98c000000 ---p 00000000 00:00 0 7fc98c000000-7fc98d933000 rw-p 00000000 00:00 0 7fc98d933000-7fc990000000 ---p 00000000 00:00 0 7fc990000000-7fc991474000 rw-p 00000000 00:00 0 7fc991474000-7fc994000000 ---p 00000000 00:00 0 7fc994000000-7fc9958ae000 rw-p 00000000 00:00 0 7fc9958ae000-7fc998000000 ---p 00000000 00:00 0 7fc998000000-7fc999311000 rw-p 00000000 00:00 0 7fc999311000-7fc99c000000 ---p 00000000 00:00 0 7fc99c000000-7fc99c732000 rw-p 00000000 00:00 0 7fc99c732000-7fc9a0000000 ---p 00000000 00:00 0 7fc9a0000000-7fc9a2006000 rw-p 00000000 00:00 0 7fc9a2006000-7fc9a4000000 ---p 00000000 00:00 0 7fc9a4000000-7fc9a57d4000 rw-p 00000000 00:00 0 7fc9a57d4000-7fc9a8000000 ---p 00000000 00:00 0 7fc9a8000000-7fc9a8c39000 rw-p 00000000 00:00 0 7fc9a8c39000-7fc9ac000000 ---p 00000000 00:00 0 7fc9ac000000-7fc9ae1a0000 rw-p 00000000 00:00 0 7fc9ae1a0000-7fc9b0000000 ---p 00000000 00:00 0 7fc9b0000000-7fc9b142d000 rw-p 00000000 00:00 0 7fc9b142d000-7fc9b4000000 ---p 00000000 00:00 0 7fc9b4000000-7fc9b4ff2000 rw-p 00000000 00:00 0 7fc9b4ff2000-7fc9b8000000 ---p 00000000 00:00 0 7fc9b8000000-7fc9ba5b2000 rw-p 00000000 00:00 0 7fc9ba5b2000-7fc9bc000000 ---p 00000000 00:00 0 7fc9bc000000-7fc9bcf3a000 rw-p 00000000 00:00 0 7fc9bcf3a000-7fc9c0000000 ---p 00000000 00:00 0 7fc9c0000000-7fc9c10ff000 rw-p 00000000 00:00 0 7fc9c10ff000-7fc9c4000000 ---p 00000000 00:00 0 7fc9c4000000-7fc9c5106000 rw-p 00000000 00:00 0 7fc9c5106000-7fc9c8000000 ---p 00000000 00:00 0 7fc9c8000000-7fc9ca731000 rw-p 00000000 00:00 0 7fc9ca731000-7fc9cc000000 ---p 00000000 00:00 0 7fc9cc000000-7fc9ccdaf000 rw-p 00000000 00:00 0 7fc9ccdaf000-7fc9d0000000 ---p 00000000 00:00 0 7fc9d0000000-7fc9d1027000 rw-p 00000000 00:00 0 7fc9d1027000-7fc9d4000000 ---p 00000000 00:00 0 7fc9d4000000-7fc9d420e000 rw-p 00000000 00:00 0 7fc9d420e000-7fc9d8000000 ---p 00000000 00:00 0 7fc9d8000000-7fc9d92e2000 rw-p 00000000 00:00 0 7fc9d92e2000-7fc9dc000000 ---p 00000000 00:00 0 7fc9dc000000-7fc9ddcf7000 rw-p 00000000 00:00 0 7fc9ddcf7000-7fc9e0000000 ---p 00000000 00:00 0 7fc9e0000000-7fc9e0d6f000 rw-p 00000000 00:00 0 7fc9e0d6f000-7fc9e4000000 ---p 00000000 00:00 0 7fc9e4000000-7fc9e5001000 rw-p 00000000 00:00 0 7fc9e5001000-7fc9e8000000 ---p 00000000 00:00 0 7fc9e8000000-7fc9e9a3d000 rw-p 00000000 00:00 0 7fc9e9a3d000-7fc9ec000000 ---p 00000000 00:00 0 7fc9ec010000-7fc9ec040000 rw-p 00000000 00:00 0 7fc9ec050000-7fc9ec060000 rw-p 00000000 00:00 0 7fc9ec070000-7fc9ec0b0000 rw-p 00000000 00:00 0 7fc9ec0c0000-7fc9ec0e0000 rw-p 00000000 00:00 0 7fc9ec0f0000-7fc9ec120000 rw-p 00000000 00:00 0 7fc9ec130000-7fc9ec170000 rw-p 00000000 00:00 0 7fc9ec180000-7fc9ec1a0000 rw-p 00000000 00:00 0 7fc9ec1b0000-7fc9ec1c0000 rw-p 00000000 00:00 0 7fc9ec1d0000-7fc9ec200000 rw-p 00000000 00:00 0 7fc9ec210000-7fc9ec410000 rw-p 00000000 00:00 0 7fc9ec420000-7fc9ec470000 rw-p 00000000 00:00 0 7fc9ec480000-7fc9ec490000 rw-p 00000000 00:00 0 7fc9ec4a0000-7fc9ec4c0000 rw-p 00000000 00:00 0 7fc9ec4d0000-7fc9ec500000 rw-p 00000000 00:00 0 7fc9ec510000-7fc9ec570000 rw-p 00000000 00:00 0 7fc9ec580000-7fc9ec610000 rw-p 00000000 00:00 0 7fc9ec620000-7fc9ec690000 rw-p 00000000 00:00 0 7fc9ec6a0000-7fc9ec6b0000 rw-p 00000000 00:00 0 7fc9ec6c0000-7fc9ec6f0000 rw-p 00000000 00:00 0 7fc9ec700000-7fc9ec710000 rw-p 00000000 00:00 0 7fc9ec720000-7fc9ec8f0000 rw-p 00000000 00:00 0 7fc9ec900000-7fc9ec970000 rw-p 00000000 00:00 0 7fc9ec980000-7fc9ec9e0000 rw-p 00000000 00:00 0 7fc9ec9f0000-7fc9eca50000 rw-p 00000000 00:00 0 7fc9eca60000-7fc9ecc10000 rw-p 00000000 00:00 0 7fc9ecc20000-7fc9ecc30000 rw-p 00000000 00:00 0 7fc9ecc30000-7fc9ecc50000 rw-p 00000000 00:00 0 7fc9ecc60000-7fc9ecc70000 rw-p 00000000 00:00 0 7fc9ecc70000-7fc9ecd00000 rw-p 00000000 00:00 0 7fc9ecd10000-7fc9ecd40000 rw-p 00000000 00:00 0 7fc9ecd50000-7fc9ecd60000 rw-p 00000000 00:00 0 7fc9ecd60000-7fc9ecdb0000 rw-p 00000000 00:00 0 7fc9ecdcf000-7fc9ecdd0000 ---p 00000000 00:00 0 7fc9ecdd0000-7fc9ece10000 rw-p 00000000 00:00 0 7fc9ece20000-7fc9ece30000 rw-p 00000000 00:00 0 7fc9ece30000-7fc9ece50000 rw-p 00000000 00:00 0 7fc9ece5e000-7fc9ece5f000 r--p 00000000 00:47 16819317 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so 7fc9ece5f000-7fc9ece60000 r-xp 00001000 00:47 16819317 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so 7fc9ece60000-7fc9ece7d000 r--p 00002000 00:47 16819317 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so 7fc9ece7d000-7fc9ece7e000 r--p 0001e000 00:47 16819317 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so 7fc9ece7e000-7fc9ece7f000 rw-p 0001f000 00:47 16819317 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so 7fc9ece90000-7fc9eceb0000 rw-p 00000000 00:00 0 7fc9ecec0000-7fc9eced0000 rw-p 00000000 00:00 0 7fc9ecee0000-7fc9ecef0000 rw-p 00000000 00:00 0 7fc9ecf00000-7fc9ecf10000 rw-p 00000000 00:00 0 7fc9ecf10000-7fc9ecf11000 r--p 00000000 00:47 16819267 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so 7fc9ecf11000-7fc9ecf12000 r-xp 00001000 00:47 16819267 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so 7fc9ecf12000-7fc9ecf2e000 r--p 00002000 00:47 16819267 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so 7fc9ecf2e000-7fc9ecf2f000 r--p 0001d000 00:47 16819267 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so 7fc9ecf2f000-7fc9ecf30000 rw-p 0001e000 00:47 16819267 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so 7fc9ecf30000-7fc9ecf40000 rw-p 00000000 00:00 0 7fc9ecf50000-7fc9ecf60000 rw-p 00000000 00:00 0 7fc9ecf60000-7fc9ecfb0000 rw-p 00000000 00:00 0 7fc9ecfbe000-7fc9ecfbf000 r--p 00000000 00:47 16819733 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so 7fc9ecfbf000-7fc9ecfc0000 r-xp 00001000 00:47 16819733 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so 7fc9ecfc0000-7fc9ecfdc000 r--p 00002000 00:47 16819733 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so 7fc9ecfdc000-7fc9ecfdd000 r--p 0001d000 00:47 16819733 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so 7fc9ecfdd000-7fc9ecfde000 rw-p 0001e000 00:47 16819733 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so 7fc9ecfe0000-7fc9ecff0000 rw-p 00000000 00:00 0 7fc9ed00f000-7fc9ed010000 ---p 00000000 00:00 0 7fc9ed010000-7fc9ed060000 rw-p 00000000 00:00 0 7fc9ed070000-7fc9ed080000 rw-p 00000000 00:00 0 7fc9ed080000-7fc9ed0c0000 rw-p 00000000 00:00 0 7fc9ed0c2000-7fc9ed0c3000 r--p 00000000 00:47 16818550 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so 7fc9ed0c3000-7fc9ed0c4000 r-xp 00001000 00:47 16818550 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so 7fc9ed0c4000-7fc9ed0fe000 r--p 00002000 00:47 16818550 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so 7fc9ed0fe000-7fc9ed0ff000 r--p 0003c000 00:47 16818550 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so 7fc9ed0ff000-7fc9ed100000 rw-p 0003d000 00:47 16818550 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so 7fc9ed110000-7fc9ed120000 rw-p 00000000 00:00 0 7fc9ed130000-7fc9ed170000 rw-p 00000000 00:00 0 7fc9ed180000-7fc9ed5c0000 rw-p 00000000 00:00 0 7fc9ed5df000-7fc9ed5e0000 ---p 00000000 00:00 0 7fc9ed5e0000-7fc9ee2e0000 rw-p 00000000 00:00 0 7fc9ee2f0000-7fc9ee300000 rw-p 00000000 00:00 0 7fc9ee300000-7fc9eeae0000 rw-p 00000000 00:00 0 7fc9eeaf0000-7fc9eeb00000 rw-p 00000000 00:00 0 7fc9eeb00000-7fc9ef7f0000 rw-p 00000000 00:00 0 7fc9ef800000-7fc9ef810000 rw-p 00000000 00:00 0 7fc9ef820000-7fc9ef830000 rw-p 00000000 00:00 0 7fc9ef830000-7fc9efbf0000 rw-p 00000000 00:00 0 7fc9efc00000-7fc9f2815000 rw-p 00000000 00:00 0 7fc9f2815000-7fc9f4000000 ---p 00000000 00:00 0 7fc9f4010000-7fc9f42c0000 rw-p 00000000 00:00 0 7fc9f42d0000-7fc9f42e0000 rw-p 00000000 00:00 0 7fc9f42e0000-7fc9f4340000 rw-p 00000000 00:00 0 7fc9f4350000-7fc9f4360000 rw-p 00000000 00:00 0 7fc9f4360000-7fc9f44e0000 rw-p 00000000 00:00 0 7fc9f44f0000-7fc9f4500000 rw-p 00000000 00:00 0 7fc9f4500000-7fc9f45a0000 rw-p 00000000 00:00 0 7fc9f45b0000-7fc9f45c0000 rw-p 00000000 00:00 0 7fc9f45c0000-7fc9f4630000 rw-p 00000000 00:00 0 7fc9f4638000-7fc9f4639000 r--p 00000000 00:47 16818404 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so 7fc9f4639000-7fc9f463a000 r-xp 00001000 00:47 16818404 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so 7fc9f463a000-7fc9f465e000 r--p 00002000 00:47 16818404 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so 7fc9f465e000-7fc9f465f000 r--p 00025000 00:47 16818404 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so 7fc9f465f000-7fc9f4660000 rw-p 00026000 00:47 16818404 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so 7fc9f4660000-7fc9f46d0000 rw-p 00000000 00:00 0 7fc9f46e0000-7fc9f46f0000 rw-p 00000000 00:00 0 7fc9f46f0000-7fc9f4780000 rw-p 00000000 00:00 0 7fc9f4790000-7fc9f47a0000 rw-p 00000000 00:00 0 7fc9f47a0000-7fc9f4d10000 rw-p 00000000 00:00 0 7fc9f4d20000-7fc9f4d30000 rw-p 00000000 00:00 0 7fc9f4d30000-7fc9f4dc0000 rw-p 00000000 00:00 0 7fc9f4dd0000-7fc9f4de0000 rw-p 00000000 00:00 0 7fc9f4de0000-7fc9f4f50000 rw-p 00000000 00:00 0 7fc9f4f60000-7fc9f4f70000 rw-p 00000000 00:00 0 7fc9f4f70000-7fc9f4fc0000 rw-p 00000000 00:00 0 7fc9f4fc3000-7fc9f4fca000 r--p 00000000 00:47 16813809 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so 7fc9f4fca000-7fc9f500f000 r-xp 00007000 00:47 16813809 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so 7fc9f500f000-7fc9f502d000 r--p 0004c000 00:47 16813809 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so 7fc9f502d000-7fc9f502f000 r--p 00069000 00:47 16813809 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so 7fc9f502f000-7fc9f5030000 rw-p 0006b000 00:47 16813809 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so 7fc9f5030000-7fc9f5040000 rw-p 00000000 00:00 0 7fc9f5050000-7fc9f5060000 rw-p 00000000 00:00 0 7fc9f5060000-7fc9f51d0000 rw-p 00000000 00:00 0 7fc9f51d1000-7fc9f51d2000 r--p 00000000 00:47 16820423 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so 7fc9f51d2000-7fc9f51d3000 r-xp 00001000 00:47 16820423 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so 7fc9f51d3000-7fc9f51d4000 r--p 00002000 00:47 16820423 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so 7fc9f51d4000-7fc9f51d5000 r--p 00002000 00:47 16820423 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so 7fc9f51d5000-7fc9f51d6000 rw-p 00003000 00:47 16820423 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so 7fc9f51d6000-7fc9f51d7000 r--p 00000000 00:47 16820473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so 7fc9f51d7000-7fc9f51d8000 r-xp 00001000 00:47 16820473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so 7fc9f51d8000-7fc9f51d9000 r--p 00002000 00:47 16820473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so 7fc9f51d9000-7fc9f51da000 r--p 00002000 00:47 16820473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so 7fc9f51da000-7fc9f51db000 rw-p 00003000 00:47 16820473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so 7fc9f51db000-7fc9f51dc000 r--p 00000000 00:47 16818730 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so 7fc9f51dc000-7fc9f51dd000 r-xp 00001000 00:47 16818730 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so 7fc9f51dd000-7fc9f51de000 r--p 00002000 00:47 16818730 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so 7fc9f51de000-7fc9f51df000 r--p 00002000 00:47 16818730 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so 7fc9f51df000-7fc9f51e0000 rw-p 00003000 00:47 16818730 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so 7fc9f51e0000-7fc9f51f0000 rw-p 00000000 00:00 0 7fc9f51f0000-7fc9f5270000 rw-p 00000000 00:00 0 7fc9f5270000-7fc9f5323000 r--p 00000000 00:47 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 7fc9f5323000-7fc9f5656000 r-xp 000b3000 00:47 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 7fc9f5656000-7fc9f5721000 r--p 003e6000 00:47 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 7fc9f5721000-7fc9f577d000 r--p 004b0000 00:47 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 7fc9f577d000-7fc9f5780000 rw-p 0050c000 00:47 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 7fc9f5780000-7fc9f5783000 rw-p 00000000 00:00 0 7fc9f5783000-7fc9f57a1000 r--p 00000000 00:47 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 7fc9f57a1000-7fc9f5803000 r-xp 0001e000 00:47 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 7fc9f5803000-7fc9f581f000 r--p 00080000 00:47 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 7fc9f581f000-7fc9f5829000 r--p 0009c000 00:47 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 7fc9f5829000-7fc9f582d000 rw-p 000a6000 00:47 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 7fc9f582d000-7fc9f5841000 r--p 00000000 00:47 16822768 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so 7fc9f5841000-7fc9f5879000 r-xp 00014000 00:47 16822768 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so 7fc9f5879000-7fc9f588b000 r--p 0004c000 00:47 16822768 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so 7fc9f588b000-7fc9f588d000 r--p 0005d000 00:47 16822768 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so 7fc9f588d000-7fc9f588f000 rw-p 0005f000 00:47 16822768 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so 7fc9f588f000-7fc9f5910000 rw-p 00000000 00:00 0 7fc9f5911000-7fc9f5912000 r--p 00000000 00:47 16819853 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so 7fc9f5912000-7fc9f5913000 r-xp 00001000 00:47 16819853 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so 7fc9f5913000-7fc9f5914000 r--p 00002000 00:47 16819853 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so 7fc9f5914000-7fc9f5915000 r--p 00002000 00:47 16819853 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so 7fc9f5915000-7fc9f5916000 rw-p 00003000 00:47 16819853 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so 7fc9f5916000-7fc9f5917000 r--p 00000000 00:47 16819608 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so 7fc9f5917000-7fc9f5918000 r-xp 00001000 00:47 16819608 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so 7fc9f5918000-7fc9f5919000 r--p 00002000 00:47 16819608 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so 7fc9f5919000-7fc9f591a000 r--p 00002000 00:47 16819608 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so 7fc9f591a000-7fc9f591b000 rw-p 00003000 00:47 16819608 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so 7fc9f591b000-7fc9f591c000 r--p 00000000 00:47 16820997 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so 7fc9f591c000-7fc9f591d000 r-xp 00001000 00:47 16820997 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so 7fc9f591d000-7fc9f591e000 r--p 00002000 00:47 16820997 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so 7fc9f591e000-7fc9f591f000 r--p 00002000 00:47 16820997 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so 7fc9f591f000-7fc9f5920000 rw-p 00003000 00:47 16820997 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so 7fc9f5920000-7fc9f5930000 rw-p 00000000 00:00 0 7fc9f5930000-7fc9f59a0000 rw-p 00000000 00:00 0 7fc9f59a4000-7fc9f59a5000 r--p 00000000 00:47 16819974 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so 7fc9f59a5000-7fc9f59a6000 r-xp 00001000 00:47 16819974 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so 7fc9f59a6000-7fc9f59a7000 r--p 00002000 00:47 16819974 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so 7fc9f59a7000-7fc9f59a8000 r--p 00002000 00:47 16819974 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so 7fc9f59a8000-7fc9f59a9000 rw-p 00003000 00:47 16819974 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so 7fc9f59a9000-7fc9f59b0000 r--p 00000000 00:47 16822544 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so 7fc9f59b0000-7fc9f59d6000 r-xp 00007000 00:47 16822544 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so 7fc9f59d6000-7fc9f59de000 r--p 0002d000 00:47 16822544 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so 7fc9f59de000-7fc9f59df000 r--p 00034000 00:47 16822544 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so 7fc9f59df000-7fc9f59e0000 rw-p 00035000 00:47 16822544 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so 7fc9f59e0000-7fc9f5a40000 rw-p 00000000 00:00 0 7fc9f5a41000-7fc9f5a45000 r--p 00000000 00:47 16822840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so 7fc9f5a45000-7fc9f5a75000 r-xp 00004000 00:47 16822840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so 7fc9f5a75000-7fc9f5a7d000 r--p 00034000 00:47 16822840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so 7fc9f5a7d000-7fc9f5a7e000 r--p 0003c000 00:47 16822840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so 7fc9f5a7e000-7fc9f5a7f000 rw-p 0003d000 00:47 16822840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so 7fc9f5a7f000-7fc9f5a90000 rw-p 00000000 00:00 0 7fc9f5a90000-7fc9f5a91000 r--p 00000000 00:47 16821378 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so 7fc9f5a91000-7fc9f5a92000 r-xp 00001000 00:47 16821378 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so 7fc9f5a92000-7fc9f5a93000 r--p 00002000 00:47 16821378 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so 7fc9f5a93000-7fc9f5a94000 r--p 00002000 00:47 16821378 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so 7fc9f5a94000-7fc9f5a95000 rw-p 00003000 00:47 16821378 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so 7fc9f5a95000-7fc9f5a99000 rw-p 00000000 00:00 0 7fc9f5a99000-7fc9f5a9b000 r--p 00000000 00:47 16821530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so 7fc9f5a9b000-7fc9f5a9d000 r-xp 00002000 00:47 16821530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so 7fc9f5a9d000-7fc9f5a9e000 r--p 00004000 00:47 16821530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so 7fc9f5a9e000-7fc9f5a9f000 r--p 00004000 00:47 16821530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so 7fc9f5a9f000-7fc9f5aa0000 rw-p 00005000 00:47 16821530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so 7fc9f5aa0000-7fc9f5ab0000 rw-p 00000000 00:00 0 7fc9f5ab4000-7fc9f5ab5000 r--p 00000000 00:47 16816824 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so 7fc9f5ab5000-7fc9f5ab6000 r-xp 00001000 00:47 16816824 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so 7fc9f5ab6000-7fc9f5ad0000 r--p 00002000 00:47 16816824 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so 7fc9f5ad0000-7fc9f5ad1000 r--p 0001b000 00:47 16816824 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so 7fc9f5ad1000-7fc9f5ad2000 rw-p 0001c000 00:47 16816824 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so 7fc9f5ad2000-7fc9f5ad3000 r--p 00000000 00:47 16819324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so 7fc9f5ad3000-7fc9f5ad4000 r-xp 00001000 00:47 16819324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so 7fc9f5ad4000-7fc9f5ade000 r--p 00002000 00:47 16819324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so 7fc9f5ade000-7fc9f5adf000 r--p 0000c000 00:47 16819324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so 7fc9f5adf000-7fc9f5ae0000 rw-p 0000d000 00:47 16819324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so 7fc9f5ae0000-7fc9f5af0000 rw-p 00000000 00:00 0 7fc9f5af0000-7fc9f5af1000 r--p 00000000 00:47 16816795 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so 7fc9f5af1000-7fc9f5af2000 r-xp 00001000 00:47 16816795 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so 7fc9f5af2000-7fc9f5af3000 r--p 00002000 00:47 16816795 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so 7fc9f5af3000-7fc9f5af4000 r--p 00002000 00:47 16816795 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so 7fc9f5af4000-7fc9f5af5000 rw-p 00003000 00:47 16816795 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so 7fc9f5af5000-7fc9f5af6000 r--p 00000000 00:47 16819393 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so 7fc9f5af6000-7fc9f5af7000 r-xp 00001000 00:47 16819393 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so 7fc9f5af7000-7fc9f5af8000 r--p 00002000 00:47 16819393 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so 7fc9f5af8000-7fc9f5af9000 r--p 00003000 00:47 16819393 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so 7fc9f5af9000-7fc9f5afa000 rw-p 00004000 00:47 16819393 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so 7fc9f5afa000-7fc9f5afb000 r--p 00000000 00:47 16816619 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so 7fc9f5afb000-7fc9f5afc000 r-xp 00001000 00:47 16816619 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so 7fc9f5afc000-7fc9f5b52000 r--p 00002000 00:47 16816619 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so 7fc9f5b52000-7fc9f5b53000 r--p 00057000 00:47 16816619 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so 7fc9f5b53000-7fc9f5b54000 rw-p 00058000 00:47 16816619 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so 7fc9f5b54000-7fc9f5b55000 r--p 00000000 00:47 16819320 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so 7fc9f5b55000-7fc9f5b56000 r-xp 00001000 00:47 16819320 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so 7fc9f5b56000-7fc9f5b57000 r--p 00002000 00:47 16819320 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so 7fc9f5b57000-7fc9f5b58000 r--p 00002000 00:47 16819320 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so 7fc9f5b58000-7fc9f5b59000 rw-p 00003000 00:47 16819320 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so 7fc9f5b59000-7fc9f5b5c000 r--p 00000000 00:47 16818982 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so 7fc9f5b5c000-7fc9f5b5d000 r-xp 00003000 00:47 16818982 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so 7fc9f5b5d000-7fc9f5b71000 r--p 00004000 00:47 16818982 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so 7fc9f5b71000-7fc9f5b76000 r--p 00018000 00:47 16818982 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so 7fc9f5b76000-7fc9f5b77000 rw-p 0001d000 00:47 16818982 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so 7fc9f5b77000-7fc9f5b78000 r--p 00000000 00:47 16817596 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so 7fc9f5b78000-7fc9f5b7a000 r-xp 00001000 00:47 16817596 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so 7fc9f5b7a000-7fc9f5b7b000 r--p 00003000 00:47 16817596 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so 7fc9f5b7b000-7fc9f5b7c000 r--p 00004000 00:47 16817596 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so 7fc9f5b7c000-7fc9f5b7d000 rw-p 00005000 00:47 16817596 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so 7fc9f5b7d000-7fc9f5b80000 r--p 00000000 00:47 16822831 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so 7fc9f5b80000-7fc9f5b85000 r-xp 00003000 00:47 16822831 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so 7fc9f5b85000-7fc9f5b87000 r--p 00008000 00:47 16822831 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so 7fc9f5b87000-7fc9f5b88000 r--p 00009000 00:47 16822831 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so 7fc9f5b88000-7fc9f5b89000 rw-p 0000a000 00:47 16822831 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so 7fc9f5b89000-7fc9f5b8b000 r--p 00000000 00:47 16821388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so 7fc9f5b8b000-7fc9f5b8d000 r-xp 00002000 00:47 16821388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so 7fc9f5b8d000-7fc9f5b8e000 r--p 00004000 00:47 16821388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so 7fc9f5b8e000-7fc9f5b8f000 r--p 00004000 00:47 16821388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so 7fc9f5b8f000-7fc9f5b90000 rw-p 00005000 00:47 16821388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so 7fc9f5b90000-7fc9f5bb0000 rw-p 00000000 00:00 0 7fc9f5bb4000-7fc9f5bb5000 r--p 00000000 00:47 16822332 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so 7fc9f5bb5000-7fc9f5bb6000 r-xp 00001000 00:47 16822332 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so 7fc9f5bb6000-7fc9f5bb7000 r--p 00002000 00:47 16822332 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so 7fc9f5bb7000-7fc9f5bb8000 r--p 00002000 00:47 16822332 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so 7fc9f5bb8000-7fc9f5bb9000 rw-p 00003000 00:47 16822332 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so 7fc9f5bb9000-7fc9f5bba000 r--p 00000000 00:47 16820969 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so 7fc9f5bba000-7fc9f5bbb000 r-xp 00001000 00:47 16820969 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so 7fc9f5bbb000-7fc9f5bbc000 r--p 00002000 00:47 16820969 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so 7fc9f5bbc000-7fc9f5bbd000 r--p 00002000 00:47 16820969 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so 7fc9f5bbd000-7fc9f5bbe000 rw-p 00003000 00:47 16820969 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so 7fc9f5bcb000-7fc9f5bcc000 r--p 00000000 00:47 16820893 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so 7fc9f5bcc000-7fc9f5bcd000 r-xp 00001000 00:47 16820893 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so 7fc9f5bcd000-7fc9f5bce000 r--p 00002000 00:47 16820893 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so 7fc9f5bce000-7fc9f5bcf000 r--p 00002000 00:47 16820893 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so 7fc9f5bcf000-7fc9f5bd0000 rw-p 00003000 00:47 16820893 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so 7fc9f5bd0000-7fc9f5be0000 rw-p 00000000 00:00 0 7fc9f5be0000-7fc9f5be2000 r--p 00000000 00:47 17078537 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so 7fc9f5be2000-7fc9f5beb000 r-xp 00002000 00:47 17078537 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so 7fc9f5beb000-7fc9f5bee000 r--p 0000b000 00:47 17078537 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so 7fc9f5bee000-7fc9f5bef000 r--p 0000d000 00:47 17078537 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so 7fc9f5bef000-7fc9f5bf0000 rw-p 0000e000 00:47 17078537 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so 7fc9f5bf0000-7fc9f5c20000 rw-p 00000000 00:00 0 7fc9f5c20000-7fc9f5c22000 r--p 00000000 00:47 16820589 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so 7fc9f5c22000-7fc9f5c24000 r-xp 00002000 00:47 16820589 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so 7fc9f5c24000-7fc9f5c25000 r--p 00004000 00:47 16820589 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so 7fc9f5c25000-7fc9f5c26000 r--p 00004000 00:47 16820589 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so 7fc9f5c26000-7fc9f5c27000 rw-p 00005000 00:47 16820589 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so 7fc9f5c27000-7fc9f5c29000 r--p 00000000 00:47 17082038 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so 7fc9f5c29000-7fc9f5c2d000 r-xp 00002000 00:47 17082038 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so 7fc9f5c2d000-7fc9f5c2e000 r--p 00006000 00:47 17082038 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so 7fc9f5c2e000-7fc9f5c2f000 r--p 00007000 00:47 17082038 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so 7fc9f5c2f000-7fc9f5c30000 rw-p 00008000 00:47 17082038 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so 7fc9f5c30000-7fc9f5c50000 rw-p 00000000 00:00 0 7fc9f5c54000-7fc9f5c56000 r--p 00000000 00:47 16822834 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so 7fc9f5c56000-7fc9f5c5b000 r-xp 00002000 00:47 16822834 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so 7fc9f5c5b000-7fc9f5c5d000 r--p 00007000 00:47 16822834 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so 7fc9f5c5d000-7fc9f5c5e000 r--p 00008000 00:47 16822834 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so 7fc9f5c5e000-7fc9f5c5f000 rw-p 00009000 00:47 16822834 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so 7fc9f5c5f000-7fc9f5c62000 r--p 00000000 00:47 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66 7fc9f5c62000-7fc9f5c68000 r-xp 00003000 00:47 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66 7fc9f5c68000-7fc9f5c6a000 r--p 00009000 00:47 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66 7fc9f5c6a000-7fc9f5c6b000 r--p 0000b000 00:47 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66 7fc9f5c6b000-7fc9f5c6c000 rw-p 0000c000 00:47 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66 7fc9f5c6c000-7fc9f5c74000 r--p 00000000 00:47 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2 7fc9f5c74000-7fc9f5cb3000 r-xp 00008000 00:47 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2 7fc9f5cb3000-7fc9f5cc3000 r--p 00047000 00:47 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2 7fc9f5cc3000-7fc9f5cc7000 r--p 00056000 00:47 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2 7fc9f5cc7000-7fc9f5cc8000 rw-p 0005a000 00:47 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2 7fc9f5cc8000-7fc9f5cc9000 r--p 00000000 00:47 16820914 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so 7fc9f5cc9000-7fc9f5cca000 r-xp 00001000 00:47 16820914 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so 7fc9f5cca000-7fc9f5ccb000 r--p 00002000 00:47 16820914 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so 7fc9f5ccb000-7fc9f5ccc000 r--p 00002000 00:47 16820914 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so 7fc9f5ccc000-7fc9f5ccd000 rw-p 00003000 00:47 16820914 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so 7fc9f5ccd000-7fc9f5cce000 r--p 00000000 00:47 17079996 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so 7fc9f5cce000-7fc9f5ccf000 r-xp 00001000 00:47 17079996 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so 7fc9f5ccf000-7fc9f5cd0000 r--p 00002000 00:47 17079996 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so 7fc9f5cd0000-7fc9f5cd1000 r--p 00002000 00:47 17079996 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so 7fc9f5cd1000-7fc9f5cd2000 rw-p 00003000 00:47 17079996 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so 7fc9f5cd2000-7fc9f5cd3000 r--p 00000000 00:47 17081906 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so 7fc9f5cd3000-7fc9f5cd7000 r-xp 00001000 00:47 17081906 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so 7fc9f5cd7000-7fc9f5cd8000 r--p 00005000 00:47 17081906 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so 7fc9f5cd8000-7fc9f5cd9000 r--p 00005000 00:47 17081906 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so 7fc9f5cd9000-7fc9f5cda000 rw-p 00006000 00:47 17081906 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so 7fc9f5cda000-7fc9f5cdb000 r--p 00000000 00:47 17081648 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so 7fc9f5cdb000-7fc9f5cdd000 r-xp 00001000 00:47 17081648 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so 7fc9f5cdd000-7fc9f5cde000 r--p 00003000 00:47 17081648 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so 7fc9f5cde000-7fc9f5cdf000 r--p 00003000 00:47 17081648 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so 7fc9f5cdf000-7fc9f5ce0000 rw-p 00004000 00:47 17081648 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so 7fc9f5ce0000-7fc9f5d00000 rw-p 00000000 00:00 0 7fc9f5d00000-7fc9f5d01000 r--p 00000000 00:47 16821542 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so 7fc9f5d01000-7fc9f5d02000 r-xp 00001000 00:47 16821542 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so 7fc9f5d02000-7fc9f5d03000 r--p 00002000 00:47 16821542 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so 7fc9f5d03000-7fc9f5d04000 r--p 00002000 00:47 16821542 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so 7fc9f5d04000-7fc9f5d05000 rw-p 00003000 00:47 16821542 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so 7fc9f5d05000-7fc9f5d06000 r--p 00000000 00:47 16821980 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so 7fc9f5d06000-7fc9f5d07000 r-xp 00001000 00:47 16821980 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so 7fc9f5d07000-7fc9f5d08000 r--p 00002000 00:47 16821980 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so 7fc9f5d08000-7fc9f5d09000 r--p 00002000 00:47 16821980 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so 7fc9f5d09000-7fc9f5d0a000 rw-p 00003000 00:47 16821980 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so 7fc9f5d0a000-7fc9f5d0b000 r--p 00000000 00:47 16820941 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so 7fc9f5d0b000-7fc9f5d0d000 r-xp 00001000 00:47 16820941 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so 7fc9f5d0d000-7fc9f5d0e000 r--p 00003000 00:47 16820941 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so 7fc9f5d0e000-7fc9f5d0f000 r--p 00003000 00:47 16820941 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so 7fc9f5d0f000-7fc9f5d10000 rw-p 00004000 00:47 16820941 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so 7fc9f5d10000-7fc9f5d20000 rw-p 00000000 00:00 0 7fc9f5d23000-7fc9f5d24000 r--p 00000000 00:47 16820754 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so 7fc9f5d24000-7fc9f5d25000 r-xp 00001000 00:47 16820754 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so 7fc9f5d25000-7fc9f5d26000 r--p 00002000 00:47 16820754 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so 7fc9f5d26000-7fc9f5d27000 r--p 00002000 00:47 16820754 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so 7fc9f5d27000-7fc9f5d28000 rw-p 00003000 00:47 16820754 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so 7fc9f5d28000-7fc9f5d29000 r--p 00000000 00:47 16820655 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so 7fc9f5d29000-7fc9f5d2a000 r-xp 00001000 00:47 16820655 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so 7fc9f5d2a000-7fc9f5d2b000 r--p 00002000 00:47 16820655 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so 7fc9f5d2b000-7fc9f5d2c000 r--p 00002000 00:47 16820655 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so 7fc9f5d2c000-7fc9f5d2d000 rw-p 00003000 00:47 16820655 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so 7fc9f5d2d000-7fc9f5d2e000 r--p 00000000 00:47 16820557 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so 7fc9f5d2e000-7fc9f5d2f000 r-xp 00001000 00:47 16820557 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so 7fc9f5d2f000-7fc9f5d30000 r--p 00002000 00:47 16820557 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so 7fc9f5d30000-7fc9f5d31000 r--p 00002000 00:47 16820557 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so 7fc9f5d31000-7fc9f5d32000 rw-p 00003000 00:47 16820557 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so 7fc9f5d32000-7fc9f5d33000 r--p 00000000 00:47 16818669 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so 7fc9f5d33000-7fc9f5d34000 r-xp 00001000 00:47 16818669 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so 7fc9f5d34000-7fc9f5d35000 r--p 00002000 00:47 16818669 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so 7fc9f5d35000-7fc9f5d36000 r--p 00002000 00:47 16818669 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so 7fc9f5d36000-7fc9f5d37000 rw-p 00003000 00:47 16818669 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so 7fc9f5d37000-7fc9f5d38000 r--p 00000000 00:47 16817861 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so 7fc9f5d38000-7fc9f5d39000 r-xp 00001000 00:47 16817861 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so 7fc9f5d39000-7fc9f5d3a000 r--p 00002000 00:47 16817861 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so 7fc9f5d3a000-7fc9f5d3b000 r--p 00002000 00:47 16817861 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so 7fc9f5d3b000-7fc9f5d3c000 rw-p 00003000 00:47 16817861 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so 7fc9f5d3c000-7fc9f5d3d000 r--p 00000000 00:47 16820913 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so 7fc9f5d3d000-7fc9f5d3e000 r-xp 00001000 00:47 16820913 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so 7fc9f5d3e000-7fc9f5d3f000 r--p 00002000 00:47 16820913 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so 7fc9f5d3f000-7fc9f5d40000 r--p 00002000 00:47 16820913 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so 7fc9f5d40000-7fc9f5d41000 rw-p 00003000 00:47 16820913 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so 7fc9f5d41000-7fc9f5d42000 r--p 00000000 00:47 16820887 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so 7fc9f5d42000-7fc9f5d43000 r-xp 00001000 00:47 16820887 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so 7fc9f5d43000-7fc9f5d44000 r--p 00002000 00:47 16820887 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so 7fc9f5d44000-7fc9f5d45000 r--p 00002000 00:47 16820887 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so 7fc9f5d45000-7fc9f5d46000 rw-p 00003000 00:47 16820887 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so 7fc9f5d46000-7fc9f5d47000 r--p 00000000 00:47 16819847 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so 7fc9f5d47000-7fc9f5d48000 r-xp 00001000 00:47 16819847 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so 7fc9f5d48000-7fc9f5d49000 r--p 00002000 00:47 16819847 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so 7fc9f5d49000-7fc9f5d4a000 r--p 00002000 00:47 16819847 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so 7fc9f5d4a000-7fc9f5d4b000 rw-p 00003000 00:47 16819847 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so 7fc9f5d4b000-7fc9f5d4c000 r--p 00000000 00:47 16819818 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so 7fc9f5d4c000-7fc9f5d4d000 r-xp 00001000 00:47 16819818 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so 7fc9f5d4d000-7fc9f5d4e000 r--p 00002000 00:47 16819818 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so 7fc9f5d4e000-7fc9f5d4f000 r--p 00002000 00:47 16819818 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so 7fc9f5d4f000-7fc9f5d50000 rw-p 00003000 00:47 16819818 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so 7fc9f5d50000-7fc9f5d51000 r--p 00000000 00:47 16818939 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so 7fc9f5d51000-7fc9f5d52000 r-xp 00001000 00:47 16818939 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so 7fc9f5d52000-7fc9f5d53000 r--p 00002000 00:47 16818939 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so 7fc9f5d53000-7fc9f5d54000 r--p 00002000 00:47 16818939 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so 7fc9f5d54000-7fc9f5d55000 rw-p 00003000 00:47 16818939 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so 7fc9f5d55000-7fc9f5d56000 r--p 00000000 00:47 16819709 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so 7fc9f5d56000-7fc9f5d57000 r-xp 00001000 00:47 16819709 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so 7fc9f5d57000-7fc9f5d58000 r--p 00002000 00:47 16819709 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so 7fc9f5d58000-7fc9f5d59000 r--p 00002000 00:47 16819709 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so 7fc9f5d59000-7fc9f5d5a000 rw-p 00003000 00:47 16819709 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so 7fc9f5d5a000-7fc9f5d5b000 r--p 00000000 00:47 16819739 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so 7fc9f5d5b000-7fc9f5d5c000 r-xp 00001000 00:47 16819739 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so 7fc9f5d5c000-7fc9f5d5d000 r--p 00002000 00:47 16819739 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so 7fc9f5d5d000-7fc9f5d5e000 r--p 00002000 00:47 16819739 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so 7fc9f5d5e000-7fc9f5d5f000 rw-p 00003000 00:47 16819739 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so 7fc9f5d5f000-7fc9f5d60000 r--p 00000000 00:47 16819153 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so 7fc9f5d60000-7fc9f5d61000 r-xp 00001000 00:47 16819153 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so 7fc9f5d61000-7fc9f5d62000 r--p 00002000 00:47 16819153 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so 7fc9f5d62000-7fc9f5d63000 r--p 00002000 00:47 16819153 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so 7fc9f5d63000-7fc9f5d64000 rw-p 00003000 00:47 16819153 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so 7fc9f5d64000-7fc9f5d65000 r--p 00000000 00:47 16817141 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so 7fc9f5d65000-7fc9f5d66000 r-xp 00001000 00:47 16817141 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so 7fc9f5d66000-7fc9f5d67000 r--p 00002000 00:47 16817141 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so 7fc9f5d67000-7fc9f5d68000 r--p 00003000 00:47 16817141 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so 7fc9f5d68000-7fc9f5d69000 rw-p 00004000 00:47 16817141 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so 7fc9f5d69000-7fc9f5d6a000 r--p 00000000 00:47 16818760 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so 7fc9f5d6a000-7fc9f5d6b000 r-xp 00001000 00:47 16818760 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so 7fc9f5d6b000-7fc9f5d6c000 r--p 00002000 00:47 16818760 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so 7fc9f5d6c000-7fc9f5d6d000 r--p 00002000 00:47 16818760 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so 7fc9f5d6d000-7fc9f5d6e000 rw-p 00003000 00:47 16818760 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so 7fc9f5d6e000-7fc9f5d6f000 r--p 00000000 00:47 16819418 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so 7fc9f5d6f000-7fc9f5d70000 r-xp 00001000 00:47 16819418 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so 7fc9f5d70000-7fc9f5d71000 r--p 00002000 00:47 16819418 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so 7fc9f5d71000-7fc9f5d72000 r--p 00002000 00:47 16819418 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so 7fc9f5d72000-7fc9f5d73000 rw-p 00003000 00:47 16819418 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so 7fc9f5d73000-7fc9f5d74000 r--p 00000000 00:47 16817810 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so 7fc9f5d74000-7fc9f5d75000 r-xp 00001000 00:47 16817810 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so 7fc9f5d75000-7fc9f5d76000 r--p 00002000 00:47 16817810 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so 7fc9f5d76000-7fc9f5d77000 r--p 00002000 00:47 16817810 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so 7fc9f5d77000-7fc9f5d78000 rw-p 00003000 00:47 16817810 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so 7fc9f5d78000-7fc9f5d79000 r--p 00000000 00:47 16816840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so 7fc9f5d79000-7fc9f5d7a000 r-xp 00001000 00:47 16816840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so 7fc9f5d7a000-7fc9f5d7b000 r--p 00002000 00:47 16816840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so 7fc9f5d7b000-7fc9f5d7c000 r--p 00002000 00:47 16816840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so 7fc9f5d7c000-7fc9f5d7d000 rw-p 00003000 00:47 16816840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so 7fc9f5d7d000-7fc9f5d7e000 r--p 00000000 00:47 16817016 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so 7fc9f5d7e000-7fc9f5d7f000 r-xp 00001000 00:47 16817016 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so 7fc9f5d7f000-7fc9f5d80000 r--p 00002000 00:47 16817016 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so 7fc9f5d80000-7fc9f5d81000 r--p 00002000 00:47 16817016 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so 7fc9f5d81000-7fc9f5d82000 rw-p 00003000 00:47 16817016 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so 7fc9f5d82000-7fc9f5d83000 r--p 00000000 00:47 16783062 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so 7fc9f5d83000-7fc9f5d84000 r-xp 00001000 00:47 16783062 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so 7fc9f5d84000-7fc9f5d85000 r--p 00002000 00:47 16783062 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so 7fc9f5d85000-7fc9f5d86000 r--p 00002000 00:47 16783062 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so 7fc9f5d86000-7fc9f5d87000 rw-p 00003000 00:47 16783062 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so 7fc9f5d87000-7fc9f5d88000 r--p 00000000 00:47 16819120 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so 7fc9f5d88000-7fc9f5d89000 r-xp 00001000 00:47 16819120 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so 7fc9f5d89000-7fc9f5d8a000 r--p 00002000 00:47 16819120 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so 7fc9f5d8a000-7fc9f5d8b000 r--p 00002000 00:47 16819120 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so 7fc9f5d8b000-7fc9f5d8c000 rw-p 00003000 00:47 16819120 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so 7fc9f5d8c000-7fc9f5d8d000 r--p 00000000 00:47 16818678 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so 7fc9f5d8d000-7fc9f5d8e000 r-xp 00001000 00:47 16818678 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so 7fc9f5d8e000-7fc9f5d8f000 r--p 00002000 00:47 16818678 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so 7fc9f5d8f000-7fc9f5d90000 r--p 00002000 00:47 16818678 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so 7fc9f5d90000-7fc9f5d91000 rw-p 00003000 00:47 16818678 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so 7fc9f5d91000-7fc9f5d92000 r--p 00000000 00:47 16818531 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so 7fc9f5d92000-7fc9f5d93000 r-xp 00001000 00:47 16818531 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so 7fc9f5d93000-7fc9f5d94000 r--p 00002000 00:47 16818531 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so 7fc9f5d94000-7fc9f5d95000 r--p 00002000 00:47 16818531 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so 7fc9f5d95000-7fc9f5d96000 rw-p 00003000 00:47 16818531 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so 7fc9f5d96000-7fc9f5d97000 r--p 00000000 00:47 16818375 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so 7fc9f5d97000-7fc9f5d98000 r-xp 00001000 00:47 16818375 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so 7fc9f5d98000-7fc9f5d99000 r--p 00002000 00:47 16818375 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so 7fc9f5d99000-7fc9f5d9a000 r--p 00002000 00:47 16818375 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so 7fc9f5d9a000-7fc9f5d9b000 rw-p 00003000 00:47 16818375 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so 7fc9f5d9b000-7fc9f5d9c000 r--p 00000000 00:47 16819734 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so 7fc9f5d9c000-7fc9f5d9d000 r-xp 00001000 00:47 16819734 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so 7fc9f5d9d000-7fc9f5d9e000 r--p 00002000 00:47 16819734 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so 7fc9f5d9e000-7fc9f5d9f000 r--p 00002000 00:47 16819734 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so 7fc9f5d9f000-7fc9f5da0000 rw-p 00003000 00:47 16819734 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so 7fc9f5da0000-7fc9f5da1000 r--p 00000000 00:47 16819359 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so 7fc9f5da1000-7fc9f5da2000 r-xp 00001000 00:47 16819359 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so 7fc9f5da2000-7fc9f5da3000 r--p 00002000 00:47 16819359 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so 7fc9f5da3000-7fc9f5da4000 r--p 00002000 00:47 16819359 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so 7fc9f5da4000-7fc9f5da5000 rw-p 00003000 00:47 16819359 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so 7fc9f5da5000-7fc9f5da6000 r--p 00000000 00:47 16818523 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so 7fc9f5da6000-7fc9f5da7000 r-xp 00001000 00:47 16818523 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so 7fc9f5da7000-7fc9f5da8000 r--p 00002000 00:47 16818523 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so 7fc9f5da8000-7fc9f5da9000 r--p 00002000 00:47 16818523 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so 7fc9f5da9000-7fc9f5daa000 rw-p 00003000 00:47 16818523 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so 7fc9f5daa000-7fc9f5dab000 r--p 00000000 00:47 16819840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so 7fc9f5dab000-7fc9f5dac000 r-xp 00001000 00:47 16819840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so 7fc9f5dac000-7fc9f5dad000 r--p 00002000 00:47 16819840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so 7fc9f5dad000-7fc9f5dae000 r--p 00002000 00:47 16819840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so 7fc9f5dae000-7fc9f5daf000 rw-p 00003000 00:47 16819840 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so 7fc9f5daf000-7fc9f5db0000 r--p 00000000 00:47 16819707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so 7fc9f5db0000-7fc9f5db1000 r-xp 00001000 00:47 16819707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so 7fc9f5db1000-7fc9f5db2000 r--p 00002000 00:47 16819707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so 7fc9f5db2000-7fc9f5db3000 r--p 00002000 00:47 16819707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so 7fc9f5db3000-7fc9f5db4000 rw-p 00003000 00:47 16819707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so 7fc9f5db4000-7fc9f5db5000 r--p 00000000 00:47 16819445 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so 7fc9f5db5000-7fc9f5db6000 r-xp 00001000 00:47 16819445 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so 7fc9f5db6000-7fc9f5db7000 r--p 00002000 00:47 16819445 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so 7fc9f5db7000-7fc9f5db8000 r--p 00002000 00:47 16819445 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so 7fc9f5db8000-7fc9f5db9000 rw-p 00003000 00:47 16819445 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so 7fc9f5db9000-7fc9f5dba000 r--p 00000000 00:47 16817791 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so 7fc9f5dba000-7fc9f5dbb000 r-xp 00001000 00:47 16817791 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so 7fc9f5dbb000-7fc9f5dbc000 r--p 00002000 00:47 16817791 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so 7fc9f5dbc000-7fc9f5dbd000 r--p 00002000 00:47 16817791 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so 7fc9f5dbd000-7fc9f5dbe000 rw-p 00003000 00:47 16817791 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so 7fc9f5dbe000-7fc9f5dbf000 r--p 00000000 00:47 16817036 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so 7fc9f5dbf000-7fc9f5dc0000 r-xp 00001000 00:47 16817036 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so 7fc9f5dc0000-7fc9f5dc1000 r--p 00002000 00:47 16817036 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so 7fc9f5dc1000-7fc9f5dc2000 r--p 00002000 00:47 16817036 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so 7fc9f5dc2000-7fc9f5dc3000 rw-p 00003000 00:47 16817036 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so 7fc9f5dc3000-7fc9f5dc4000 r--p 00000000 00:47 16819132 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so 7fc9f5dc4000-7fc9f5dc5000 r-xp 00001000 00:47 16819132 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so 7fc9f5dc5000-7fc9f5dc6000 r--p 00002000 00:47 16819132 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so 7fc9f5dc6000-7fc9f5dc7000 r--p 00002000 00:47 16819132 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so 7fc9f5dc7000-7fc9f5dc8000 rw-p 00003000 00:47 16819132 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so 7fc9f5dc8000-7fc9f5dc9000 r--p 00000000 00:47 16816577 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so 7fc9f5dc9000-7fc9f5dca000 r-xp 00001000 00:47 16816577 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so 7fc9f5dca000-7fc9f5dcb000 r--p 00002000 00:47 16816577 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so 7fc9f5dcb000-7fc9f5dcc000 r--p 00002000 00:47 16816577 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so 7fc9f5dcc000-7fc9f5dcd000 rw-p 00003000 00:47 16816577 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so 7fc9f5dcd000-7fc9f5dce000 r--p 00000000 00:47 16819474 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so 7fc9f5dce000-7fc9f5dcf000 r-xp 00001000 00:47 16819474 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so 7fc9f5dcf000-7fc9f5dd0000 r--p 00002000 00:47 16819474 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so 7fc9f5dd0000-7fc9f5dd1000 r--p 00002000 00:47 16819474 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so 7fc9f5dd1000-7fc9f5dd2000 rw-p 00003000 00:47 16819474 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so 7fc9f5dd2000-7fc9f5dd3000 r--p 00000000 00:47 16819055 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so 7fc9f5dd3000-7fc9f5dd4000 r-xp 00001000 00:47 16819055 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so 7fc9f5dd4000-7fc9f5dd5000 r--p 00002000 00:47 16819055 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so 7fc9f5dd5000-7fc9f5dd6000 r--p 00002000 00:47 16819055 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so 7fc9f5dd6000-7fc9f5dd7000 rw-p 00003000 00:47 16819055 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so 7fc9f5dd7000-7fc9f5dd8000 r--p 00000000 00:47 16819075 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so 7fc9f5dd8000-7fc9f5dd9000 r-xp 00001000 00:47 16819075 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so 7fc9f5dd9000-7fc9f5dda000 r--p 00002000 00:47 16819075 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so 7fc9f5dda000-7fc9f5ddb000 r--p 00002000 00:47 16819075 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so 7fc9f5ddb000-7fc9f5ddc000 rw-p 00003000 00:47 16819075 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so 7fc9f5ddc000-7fc9f5ddd000 r--p 00000000 00:47 16819603 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so 7fc9f5ddd000-7fc9f5dde000 r-xp 00001000 00:47 16819603 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so 7fc9f5dde000-7fc9f5ddf000 r--p 00002000 00:47 16819603 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so 7fc9f5ddf000-7fc9f5de0000 r--p 00003000 00:47 16819603 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so 7fc9f5de0000-7fc9f5de1000 rw-p 00004000 00:47 16819603 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so 7fc9f5de1000-7fc9f5de2000 r--p 00000000 00:47 16819156 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so 7fc9f5de2000-7fc9f5de3000 r-xp 00001000 00:47 16819156 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so 7fc9f5de3000-7fc9f5de5000 r--p 00002000 00:47 16819156 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so 7fc9f5de5000-7fc9f5de6000 r--p 00003000 00:47 16819156 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so 7fc9f5de6000-7fc9f5de7000 rw-p 00004000 00:47 16819156 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so 7fc9f5de7000-7fc9f5de8000 r--p 00000000 00:47 16819146 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so 7fc9f5de8000-7fc9f5de9000 r-xp 00001000 00:47 16819146 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so 7fc9f5de9000-7fc9f5dea000 r--p 00002000 00:47 16819146 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so 7fc9f5dea000-7fc9f5deb000 r--p 00003000 00:47 16819146 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so 7fc9f5deb000-7fc9f5dec000 rw-p 00004000 00:47 16819146 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so 7fc9f5dec000-7fc9f5ded000 r--p 00000000 00:47 16819283 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so 7fc9f5ded000-7fc9f5dee000 r-xp 00001000 00:47 16819283 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so 7fc9f5dee000-7fc9f5def000 r--p 00002000 00:47 16819283 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so 7fc9f5def000-7fc9f5df0000 r--p 00003000 00:47 16819283 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so 7fc9f5df0000-7fc9f5df1000 rw-p 00004000 00:47 16819283 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so 7fc9f5df1000-7fc9f5df2000 r--p 00000000 00:47 16796613 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so 7fc9f5df2000-7fc9f5df3000 r-xp 00001000 00:47 16796613 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so 7fc9f5df3000-7fc9f5df4000 r--p 00002000 00:47 16796613 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so 7fc9f5df4000-7fc9f5df5000 r--p 00002000 00:47 16796613 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so 7fc9f5df5000-7fc9f5df6000 rw-p 00003000 00:47 16796613 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so 7fc9f5df6000-7fc9f5df7000 r--p 00000000 00:47 16818940 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so 7fc9f5df7000-7fc9f5df8000 r-xp 00001000 00:47 16818940 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so 7fc9f5df8000-7fc9f5df9000 r--p 00002000 00:47 16818940 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so 7fc9f5df9000-7fc9f5dfa000 r--p 00002000 00:47 16818940 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so 7fc9f5dfa000-7fc9f5dfb000 rw-p 00003000 00:47 16818940 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so 7fc9f5dfb000-7fc9f5dfc000 r--p 00000000 00:47 16818642 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so 7fc9f5dfc000-7fc9f5dfd000 r-xp 00001000 00:47 16818642 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so 7fc9f5dfd000-7fc9f5dfe000 r--p 00002000 00:47 16818642 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so 7fc9f5dfe000-7fc9f5dff000 r--p 00002000 00:47 16818642 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so 7fc9f5dff000-7fc9f5e00000 rw-p 00003000 00:47 16818642 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so 7fc9f5e00000-7fc9f5e01000 r--p 00000000 00:47 16817510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so 7fc9f5e01000-7fc9f5e02000 r-xp 00001000 00:47 16817510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so 7fc9f5e02000-7fc9f5e03000 r--p 00002000 00:47 16817510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so 7fc9f5e03000-7fc9f5e04000 r--p 00002000 00:47 16817510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so 7fc9f5e04000-7fc9f5e05000 rw-p 00003000 00:47 16817510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so 7fc9f5e06000-7fc9f5e07000 r--p 00000000 00:47 16820699 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so 7fc9f5e07000-7fc9f5e08000 r-xp 00001000 00:47 16820699 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so 7fc9f5e08000-7fc9f5e09000 r--p 00002000 00:47 16820699 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so 7fc9f5e09000-7fc9f5e0a000 r--p 00002000 00:47 16820699 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so 7fc9f5e0a000-7fc9f5e0b000 rw-p 00003000 00:47 16820699 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so 7fc9f5e0b000-7fc9f5e0c000 r--p 00000000 00:47 16820692 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so 7fc9f5e0c000-7fc9f5e0d000 r-xp 00001000 00:47 16820692 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so 7fc9f5e0d000-7fc9f5e0e000 r--p 00002000 00:47 16820692 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so 7fc9f5e0e000-7fc9f5e0f000 r--p 00002000 00:47 16820692 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so 7fc9f5e0f000-7fc9f5e10000 rw-p 00003000 00:47 16820692 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so 7fc9f5e10000-7fc9f5e20000 rw-p 00000000 00:00 0 7fc9f5e22000-7fc9f5e23000 r--p 00000000 00:47 16821933 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so 7fc9f5e23000-7fc9f5e24000 r-xp 00001000 00:47 16821933 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so 7fc9f5e24000-7fc9f5e25000 r--p 00002000 00:47 16821933 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so 7fc9f5e25000-7fc9f5e26000 r--p 00002000 00:47 16821933 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so 7fc9f5e26000-7fc9f5e27000 rw-p 00003000 00:47 16821933 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so 7fc9f5e27000-7fc9f5e28000 r--p 00000000 00:47 16821510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so 7fc9f5e28000-7fc9f5e29000 r-xp 00001000 00:47 16821510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so 7fc9f5e29000-7fc9f5e2a000 r--p 00002000 00:47 16821510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so 7fc9f5e2a000-7fc9f5e2b000 r--p 00002000 00:47 16821510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so 7fc9f5e2b000-7fc9f5e2c000 rw-p 00003000 00:47 16821510 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so 7fc9f5e2c000-7fc9f5e2f000 r--p 00000000 00:47 16822836 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so 7fc9f5e2f000-7fc9f5e3b000 r-xp 00003000 00:47 16822836 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so 7fc9f5e3b000-7fc9f5e3e000 r--p 0000f000 00:47 16822836 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so 7fc9f5e3e000-7fc9f5e3f000 r--p 00011000 00:47 16822836 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so 7fc9f5e3f000-7fc9f5e40000 rw-p 00012000 00:47 16822836 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so 7fc9f5e40000-7fc9f5e80000 rw-p 00000000 00:00 0 7fc9f5e81000-7fc9f5e82000 r--p 00000000 00:47 16821780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so 7fc9f5e82000-7fc9f5e83000 r-xp 00001000 00:47 16821780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so 7fc9f5e83000-7fc9f5e84000 r--p 00002000 00:47 16821780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so 7fc9f5e84000-7fc9f5e85000 r--p 00002000 00:47 16821780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so 7fc9f5e85000-7fc9f5e86000 rw-p 00003000 00:47 16821780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so 7fc9f5e86000-7fc9f5e88000 r--p 00000000 00:47 16821053 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so 7fc9f5e88000-7fc9f5e8b000 r-xp 00002000 00:47 16821053 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so 7fc9f5e8b000-7fc9f5e8c000 r--p 00005000 00:47 16821053 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so 7fc9f5e8c000-7fc9f5e8d000 r--p 00006000 00:47 16821053 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so 7fc9f5e8d000-7fc9f5e8e000 rw-p 00007000 00:47 16821053 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so 7fc9f5e90000-7fc9f5ea0000 rw-p 00000000 00:00 0 7fc9f5ea1000-7fc9f5ea2000 r--p 00000000 00:47 17063135 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so 7fc9f5ea2000-7fc9f5ea4000 r-xp 00001000 00:47 17063135 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so 7fc9f5ea4000-7fc9f5ea5000 r--p 00003000 00:47 17063135 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so 7fc9f5ea5000-7fc9f5ea6000 r--p 00003000 00:47 17063135 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so 7fc9f5ea6000-7fc9f5ea7000 rw-p 00004000 00:47 17063135 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so 7fc9f5ea7000-7fc9f5ea9000 r--p 00000000 00:47 16822230 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so 7fc9f5ea9000-7fc9f5eab000 r-xp 00002000 00:47 16822230 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so 7fc9f5eab000-7fc9f5eac000 r--p 00004000 00:47 16822230 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so 7fc9f5eac000-7fc9f5ead000 r--p 00004000 00:47 16822230 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so 7fc9f5ead000-7fc9f5eae000 rw-p 00005000 00:47 16822230 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so 7fc9f5eae000-7fc9f5eb0000 r--p 00000000 00:47 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 7fc9f5eb0000-7fc9f5ec9000 r-xp 00002000 00:47 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 7fc9f5ec9000-7fc9f5ecd000 r--p 0001b000 00:47 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 7fc9f5ecd000-7fc9f5ece000 r--p 0001e000 00:47 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 7fc9f5ece000-7fc9f5ecf000 rw-p 0001f000 00:47 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 7fc9f5ecf000-7fc9f5ed0000 r--p 00000000 00:47 16820849 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so 7fc9f5ed0000-7fc9f5ed1000 r-xp 00001000 00:47 16820849 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so 7fc9f5ed1000-7fc9f5ed2000 r--p 00002000 00:47 16820849 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so 7fc9f5ed2000-7fc9f5ed3000 r--p 00002000 00:47 16820849 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so 7fc9f5ed3000-7fc9f5ed4000 rw-p 00003000 00:47 16820849 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so 7fc9f5ed4000-7fc9f5ed5000 r--p 00000000 00:47 16820817 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so 7fc9f5ed5000-7fc9f5ed6000 r-xp 00001000 00:47 16820817 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so 7fc9f5ed6000-7fc9f5ed7000 r--p 00002000 00:47 16820817 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so 7fc9f5ed7000-7fc9f5ed8000 r--p 00002000 00:47 16820817 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so 7fc9f5ed8000-7fc9f5ed9000 rw-p 00003000 00:47 16820817 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so 7fc9f5ed9000-7fc9f5eda000 r--p 00000000 00:47 16820954 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so 7fc9f5eda000-7fc9f5edb000 r-xp 00001000 00:47 16820954 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so 7fc9f5edb000-7fc9f5edc000 r--p 00002000 00:47 16820954 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so 7fc9f5edc000-7fc9f5edd000 r--p 00002000 00:47 16820954 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so 7fc9f5edd000-7fc9f5ede000 rw-p 00003000 00:47 16820954 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so 7fc9f5ede000-7fc9f5edf000 r--p 00000000 00:47 16820707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so 7fc9f5edf000-7fc9f5ee0000 r-xp 00001000 00:47 16820707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so 7fc9f5ee0000-7fc9f5ee1000 r--p 00002000 00:47 16820707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so 7fc9f5ee1000-7fc9f5ee2000 r--p 00002000 00:47 16820707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so 7fc9f5ee2000-7fc9f5ee3000 rw-p 00003000 00:47 16820707 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so 7fc9f5ee3000-7fc9f5ee4000 r--p 00000000 00:47 16820680 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so 7fc9f5ee4000-7fc9f5ee5000 r-xp 00001000 00:47 16820680 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so 7fc9f5ee5000-7fc9f5ee6000 r--p 00002000 00:47 16820680 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so 7fc9f5ee6000-7fc9f5ee7000 r--p 00002000 00:47 16820680 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so 7fc9f5ee7000-7fc9f5ee8000 rw-p 00003000 00:47 16820680 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so 7fc9f5ee8000-7fc9f5ee9000 r--p 00000000 00:47 16820670 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so 7fc9f5ee9000-7fc9f5eea000 r-xp 00001000 00:47 16820670 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so 7fc9f5eea000-7fc9f5eeb000 r--p 00002000 00:47 16820670 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so 7fc9f5eeb000-7fc9f5eec000 r--p 00002000 00:47 16820670 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so 7fc9f5eec000-7fc9f5eed000 rw-p 00003000 00:47 16820670 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so 7fc9f5eed000-7fc9f5eee000 r--p 00000000 00:47 16820651 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so 7fc9f5eee000-7fc9f5eef000 r-xp 00001000 00:47 16820651 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so 7fc9f5eef000-7fc9f5ef0000 r--p 00002000 00:47 16820651 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so 7fc9f5ef0000-7fc9f5ef1000 r--p 00002000 00:47 16820651 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so 7fc9f5ef1000-7fc9f5ef2000 rw-p 00003000 00:47 16820651 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so 7fc9f5ef2000-7fc9f5ef3000 r--p 00000000 00:47 16820622 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so 7fc9f5ef3000-7fc9f5ef4000 r-xp 00001000 00:47 16820622 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so 7fc9f5ef4000-7fc9f5ef5000 r--p 00002000 00:47 16820622 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so 7fc9f5ef5000-7fc9f5ef6000 r--p 00002000 00:47 16820622 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so 7fc9f5ef6000-7fc9f5ef7000 rw-p 00003000 00:47 16820622 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so 7fc9f5ef7000-7fc9f5ef8000 r--p 00000000 00:47 16820616 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so 7fc9f5ef8000-7fc9f5ef9000 r-xp 00001000 00:47 16820616 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so 7fc9f5ef9000-7fc9f5efa000 r--p 00002000 00:47 16820616 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so 7fc9f5efa000-7fc9f5efb000 r--p 00002000 00:47 16820616 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so 7fc9f5efb000-7fc9f5efc000 rw-p 00003000 00:47 16820616 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so 7fc9f5efc000-7fc9f5efd000 r--p 00000000 00:47 16819935 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so 7fc9f5efd000-7fc9f5efe000 r-xp 00001000 00:47 16819935 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so 7fc9f5efe000-7fc9f5eff000 r--p 00002000 00:47 16819935 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so 7fc9f5eff000-7fc9f5f00000 r--p 00002000 00:47 16819935 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so 7fc9f5f00000-7fc9f5f01000 rw-p 00003000 00:47 16819935 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so 7fc9f5f01000-7fc9f5f02000 r--p 00000000 00:47 16820020 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so 7fc9f5f02000-7fc9f5f03000 r-xp 00001000 00:47 16820020 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so 7fc9f5f03000-7fc9f5f04000 r--p 00002000 00:47 16820020 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so 7fc9f5f04000-7fc9f5f05000 r--p 00002000 00:47 16820020 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so 7fc9f5f05000-7fc9f5f06000 rw-p 00003000 00:47 16820020 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so 7fc9f5f06000-7fc9f5f07000 r--p 00000000 00:47 16820573 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so 7fc9f5f07000-7fc9f5f08000 r-xp 00001000 00:47 16820573 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so 7fc9f5f08000-7fc9f5f09000 r--p 00002000 00:47 16820573 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so 7fc9f5f09000-7fc9f5f0a000 r--p 00002000 00:47 16820573 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so 7fc9f5f0a000-7fc9f5f0b000 rw-p 00003000 00:47 16820573 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so 7fc9f5f0b000-7fc9f5f0c000 r--p 00000000 00:47 16820021 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so 7fc9f5f0c000-7fc9f5f0d000 r-xp 00001000 00:47 16820021 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so 7fc9f5f0d000-7fc9f5f0e000 r--p 00002000 00:47 16820021 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so 7fc9f5f0e000-7fc9f5f0f000 r--p 00002000 00:47 16820021 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so 7fc9f5f0f000-7fc9f5f10000 rw-p 00003000 00:47 16820021 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so 7fc9f5f11000-7fc9f5f12000 r--p 00000000 00:47 17081599 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so 7fc9f5f12000-7fc9f5f13000 r-xp 00001000 00:47 17081599 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so 7fc9f5f13000-7fc9f5f14000 r--p 00002000 00:47 17081599 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so 7fc9f5f14000-7fc9f5f15000 r--p 00002000 00:47 17081599 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so 7fc9f5f15000-7fc9f5f16000 rw-p 00003000 00:47 17081599 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so 7fc9f5f16000-7fc9f5f19000 r--p 00000000 00:47 16822562 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so 7fc9f5f19000-7fc9f5f1d000 r-xp 00003000 00:47 16822562 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so 7fc9f5f1d000-7fc9f5f1e000 r--p 00007000 00:47 16822562 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so 7fc9f5f1e000-7fc9f5f1f000 r--p 00008000 00:47 16822562 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so 7fc9f5f1f000-7fc9f5f20000 rw-p 00009000 00:47 16822562 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so 7fc9f5f20000-7fc9f5f50000 rw-p 00000000 00:00 0 7fc9f5f51000-7fc9f5f52000 r--p 00000000 00:47 16819891 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so 7fc9f5f52000-7fc9f5f53000 r-xp 00001000 00:47 16819891 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so 7fc9f5f53000-7fc9f5f54000 r--p 00002000 00:47 16819891 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so 7fc9f5f54000-7fc9f5f55000 r--p 00002000 00:47 16819891 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so 7fc9f5f55000-7fc9f5f56000 rw-p 00003000 00:47 16819891 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so 7fc9f5f56000-7fc9f5f57000 r--p 00000000 00:47 16819353 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so 7fc9f5f57000-7fc9f5f58000 r-xp 00001000 00:47 16819353 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so 7fc9f5f58000-7fc9f5f59000 r--p 00002000 00:47 16819353 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so 7fc9f5f59000-7fc9f5f5a000 r--p 00002000 00:47 16819353 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so 7fc9f5f5a000-7fc9f5f5b000 rw-p 00003000 00:47 16819353 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so 7fc9f5f5b000-7fc9f5f5c000 r--p 00000000 00:47 16819367 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so 7fc9f5f5c000-7fc9f5f5d000 r-xp 00001000 00:47 16819367 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so 7fc9f5f5d000-7fc9f5f5e000 r--p 00002000 00:47 16819367 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so 7fc9f5f5e000-7fc9f5f5f000 r--p 00002000 00:47 16819367 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so 7fc9f5f5f000-7fc9f5f60000 rw-p 00003000 00:47 16819367 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so 7fc9f5f60000-7fc9f5f80000 rw-p 00000000 00:00 0 7fc9f5f81000-7fc9f5f82000 r--p 00000000 00:47 16819328 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so 7fc9f5f82000-7fc9f5f83000 r-xp 00001000 00:47 16819328 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so 7fc9f5f83000-7fc9f5f84000 r--p 00002000 00:47 16819328 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so 7fc9f5f84000-7fc9f5f85000 r--p 00002000 00:47 16819328 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so 7fc9f5f85000-7fc9f5f86000 rw-p 00003000 00:47 16819328 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so 7fc9f5f86000-7fc9f5f87000 r--p 00000000 00:47 16819473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so 7fc9f5f87000-7fc9f5f88000 r-xp 00001000 00:47 16819473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so 7fc9f5f88000-7fc9f5f89000 r--p 00002000 00:47 16819473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so 7fc9f5f89000-7fc9f5f8a000 r--p 00002000 00:47 16819473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so 7fc9f5f8a000-7fc9f5f8b000 rw-p 00003000 00:47 16819473 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so 7fc9f5f8b000-7fc9f5f8c000 r--p 00000000 00:47 16819530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so 7fc9f5f8c000-7fc9f5f8d000 r-xp 00001000 00:47 16819530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so 7fc9f5f8d000-7fc9f5f8e000 r--p 00002000 00:47 16819530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so 7fc9f5f8e000-7fc9f5f8f000 r--p 00002000 00:47 16819530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so 7fc9f5f8f000-7fc9f5f90000 rw-p 00003000 00:47 16819530 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so 7fc9f5f90000-7fc9f5fe0000 rw-p 00000000 00:00 0 7fc9f5fe0000-7fc9f5fe1000 r--p 00000000 00:47 16819852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so 7fc9f5fe1000-7fc9f5fe2000 r-xp 00001000 00:47 16819852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so 7fc9f5fe2000-7fc9f5fe3000 r--p 00002000 00:47 16819852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so 7fc9f5fe3000-7fc9f5fe4000 r--p 00002000 00:47 16819852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so 7fc9f5fe4000-7fc9f5fe5000 rw-p 00003000 00:47 16819852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so 7fc9f5fe5000-7fc9f5fe6000 r--p 00000000 00:47 16819186 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so 7fc9f5fe6000-7fc9f5fe7000 r-xp 00001000 00:47 16819186 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so 7fc9f5fe7000-7fc9f5fe8000 r--p 00002000 00:47 16819186 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so 7fc9f5fe8000-7fc9f5fe9000 r--p 00002000 00:47 16819186 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so 7fc9f5fe9000-7fc9f5fea000 rw-p 00003000 00:47 16819186 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so 7fc9f5fea000-7fc9f5feb000 r--p 00000000 00:47 16819139 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so 7fc9f5feb000-7fc9f5fec000 r-xp 00001000 00:47 16819139 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so 7fc9f5fec000-7fc9f5fed000 r--p 00002000 00:47 16819139 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so 7fc9f5fed000-7fc9f5fee000 r--p 00002000 00:47 16819139 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so 7fc9f5fee000-7fc9f5fef000 rw-p 00003000 00:47 16819139 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so 7fc9f5fef000-7fc9f5ff0000 r--p 00000000 00:47 16822397 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so 7fc9f5ff0000-7fc9f5ff1000 r-xp 00001000 00:47 16822397 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so 7fc9f5ff1000-7fc9f5ff2000 r--p 00002000 00:47 16822397 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so 7fc9f5ff2000-7fc9f5ff3000 r--p 00002000 00:47 16822397 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so 7fc9f5ff3000-7fc9f5ff4000 rw-p 00003000 00:47 16822397 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so 7fc9f5ff4000-7fc9f5ff6000 r--p 00000000 00:47 16822250 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so 7fc9f5ff6000-7fc9f5ffc000 r-xp 00002000 00:47 16822250 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so 7fc9f5ffc000-7fc9f5ffe000 r--p 00008000 00:47 16822250 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so 7fc9f5ffe000-7fc9f5fff000 r--p 00009000 00:47 16822250 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so 7fc9f5fff000-7fc9f6000000 rw-p 0000a000 00:47 16822250 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pathname.so 7fc9f6000000-7fc9f6010000 rw-p 00000000 00:00 0 7fc9f6014000-7fc9f6016000 r--p 00000000 00:47 16820958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so 7fc9f6016000-7fc9f6018000 r-xp 00002000 00:47 16820958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so 7fc9f6018000-7fc9f6019000 r--p 00004000 00:47 16820958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so 7fc9f6019000-7fc9f601a000 r--p 00004000 00:47 16820958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so 7fc9f601a000-7fc9f601b000 rw-p 00005000 00:47 16820958 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so 7fc9f601b000-7fc9f601c000 r--p 00000000 00:47 16822388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so 7fc9f601c000-7fc9f601d000 r-xp 00001000 00:47 16822388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so 7fc9f601d000-7fc9f601e000 r--p 00002000 00:47 16822388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so 7fc9f601e000-7fc9f601f000 r--p 00002000 00:47 16822388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so 7fc9f601f000-7fc9f6020000 rw-p 00003000 00:47 16822388 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so 7fc9f6020000-7fc9f60a0000 rw-p 00000000 00:00 0 7fc9f60a0000-7fc9f60a1000 r--p 00000000 00:47 16818662 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so 7fc9f60a1000-7fc9f60a2000 r-xp 00001000 00:47 16818662 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so 7fc9f60a2000-7fc9f60a3000 r--p 00002000 00:47 16818662 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so 7fc9f60a3000-7fc9f60a4000 r--p 00002000 00:47 16818662 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so 7fc9f60a4000-7fc9f60a5000 rw-p 00003000 00:47 16818662 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so 7fc9f60a5000-7fc9f60a6000 r--p 00000000 00:47 16818508 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so 7fc9f60a6000-7fc9f60a7000 r-xp 00001000 00:47 16818508 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so 7fc9f60a7000-7fc9f60a8000 r--p 00002000 00:47 16818508 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so 7fc9f60a8000-7fc9f60a9000 r--p 00002000 00:47 16818508 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so 7fc9f60a9000-7fc9f60aa000 rw-p 00003000 00:47 16818508 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so 7fc9f60aa000-7fc9f60ab000 r--p 00000000 00:47 16818414 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so 7fc9f60ab000-7fc9f60ac000 r-xp 00001000 00:47 16818414 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so 7fc9f60ac000-7fc9f60ad000 r--p 00002000 00:47 16818414 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so 7fc9f60ad000-7fc9f60ae000 r--p 00002000 00:47 16818414 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so 7fc9f60ae000-7fc9f60af000 rw-p 00003000 00:47 16818414 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so 7fc9f60b0000-7fc9f60b3000 r--p 00000000 00:47 16822373 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so 7fc9f60b3000-7fc9f60bc000 r-xp 00003000 00:47 16822373 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so 7fc9f60bc000-7fc9f60be000 r--p 0000c000 00:47 16822373 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so 7fc9f60be000-7fc9f60bf000 r--p 0000d000 00:47 16822373 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so 7fc9f60bf000-7fc9f60c0000 rw-p 0000e000 00:47 16822373 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so 7fc9f60c0000-7fc9f6170000 rw-p 00000000 00:00 0 7fc9f6173000-7fc9f6175000 r--p 00000000 00:47 16817947 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so 7fc9f6175000-7fc9f6177000 r-xp 00002000 00:47 16817947 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so 7fc9f6177000-7fc9f6178000 r--p 00004000 00:47 16817947 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so 7fc9f6178000-7fc9f6179000 r--p 00004000 00:47 16817947 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so 7fc9f6179000-7fc9f617a000 rw-p 00005000 00:47 16817947 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so 7fc9f617a000-7fc9f617b000 r--p 00000000 00:47 16817172 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so 7fc9f617b000-7fc9f617c000 r-xp 00001000 00:47 16817172 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so 7fc9f617c000-7fc9f617d000 r--p 00002000 00:47 16817172 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so 7fc9f617d000-7fc9f617e000 r--p 00002000 00:47 16817172 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so 7fc9f617e000-7fc9f617f000 rw-p 00003000 00:47 16817172 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so 7fc9f617f000-7fc9f6180000 ---p 00000000 00:00 0 7fc9f6180000-7fc9f61c1000 rw-p 00000000 00:00 0 7fc9f61c1000-7fc9f61c2000 ---p 00000000 00:00 0 7fc9f61c2000-7fc9f6203000 rw-p 00000000 00:00 0 7fc9f6203000-7fc9f6204000 ---p 00000000 00:00 0 7fc9f6204000-7fc9f6245000 rw-p 00000000 00:00 0 7fc9f6245000-7fc9f6246000 ---p 00000000 00:00 0 7fc9f6246000-7fc9f6287000 rw-p 00000000 00:00 0 7fc9f6287000-7fc9f6288000 ---p 00000000 00:00 0 7fc9f6288000-7fc9f62c9000 rw-p 00000000 00:00 0 7fc9f62c9000-7fc9f62ca000 ---p 00000000 00:00 0 7fc9f62ca000-7fc9f630b000 rw-p 00000000 00:00 0 7fc9f630b000-7fc9f630c000 ---p 00000000 00:00 0 7fc9f630c000-7fc9f634d000 rw-p 00000000 00:00 0 7fc9f634d000-7fc9f634e000 ---p 00000000 00:00 0 7fc9f634e000-7fc9f638f000 rw-p 00000000 00:00 0 7fc9f638f000-7fc9f6390000 ---p 00000000 00:00 0 7fc9f6390000-7fc9f63d1000 rw-p 00000000 00:00 0 7fc9f63d1000-7fc9f63d2000 ---p 00000000 00:00 0 7fc9f63d2000-7fc9f6413000 rw-p 00000000 00:00 0 7fc9f6413000-7fc9f6414000 ---p 00000000 00:00 0 7fc9f6414000-7fc9f6455000 rw-p 00000000 00:00 0 7fc9f6455000-7fc9f6456000 ---p 00000000 00:00 0 7fc9f6456000-7fc9f6497000 rw-p 00000000 00:00 0 7fc9f6497000-7fc9f6498000 ---p 00000000 00:00 0 7fc9f6498000-7fc9f64d9000 rw-p 00000000 00:00 0 7fc9f64d9000-7fc9f64da000 ---p 00000000 00:00 0 7fc9f64da000-7fc9f651b000 rw-p 00000000 00:00 0 7fc9f651b000-7fc9f651c000 ---p 00000000 00:00 0 7fc9f651c000-7fc9f655d000 rw-p 00000000 00:00 0 7fc9f655d000-7fc9f655e000 ---p 00000000 00:00 0 7fc9f655e000-7fc9f659f000 rw-p 00000000 00:00 0 7fc9f659f000-7fc9f65a0000 ---p 00000000 00:00 0 7fc9f65a0000-7fc9f65e1000 rw-p 00000000 00:00 0 7fc9f65e1000-7fc9f65e2000 ---p 00000000 00:00 0 7fc9f65e2000-7fc9f6623000 rw-p 00000000 00:00 0 7fc9f6623000-7fc9f6624000 ---p 00000000 00:00 0 7fc9f6624000-7fc9f6665000 rw-p 00000000 00:00 0 7fc9f6665000-7fc9f6666000 ---p 00000000 00:00 0 7fc9f6666000-7fc9f66a7000 rw-p 00000000 00:00 0 7fc9f66a7000-7fc9f66a8000 ---p 00000000 00:00 0 7fc9f66a8000-7fc9f66e9000 rw-p 00000000 00:00 0 7fc9f66e9000-7fc9f66ea000 ---p 00000000 00:00 0 7fc9f66ea000-7fc9f672b000 rw-p 00000000 00:00 0 7fc9f672b000-7fc9f672c000 ---p 00000000 00:00 0 7fc9f672c000-7fc9f676d000 rw-p 00000000 00:00 0 7fc9f676d000-7fc9f676e000 ---p 00000000 00:00 0 7fc9f676e000-7fc9f67af000 rw-p 00000000 00:00 0 7fc9f67af000-7fc9f67b0000 ---p 00000000 00:00 0 7fc9f67b0000-7fc9f67f1000 rw-p 00000000 00:00 0 7fc9f67f1000-7fc9f67f2000 ---p 00000000 00:00 0 7fc9f67f2000-7fc9f6833000 rw-p 00000000 00:00 0 7fc9f6833000-7fc9f6834000 ---p 00000000 00:00 0 7fc9f6834000-7fc9f6875000 rw-p 00000000 00:00 0 7fc9f6875000-7fc9f6876000 ---p 00000000 00:00 0 7fc9f6876000-7fc9f68b7000 rw-p 00000000 00:00 0 7fc9f68b7000-7fc9f68b8000 ---p 00000000 00:00 0 7fc9f68b8000-7fc9f68f9000 rw-p 00000000 00:00 0 7fc9f68f9000-7fc9f68fa000 ---p 00000000 00:00 0 7fc9f68fa000-7fc9f693b000 rw-p 00000000 00:00 0 7fc9f693b000-7fc9f693c000 ---p 00000000 00:00 0 7fc9f693c000-7fc9f697d000 rw-p 00000000 00:00 0 7fc9f697d000-7fc9f697e000 ---p 00000000 00:00 0 7fc9f697e000-7fc9f69bf000 rw-p 00000000 00:00 0 7fc9f69bf000-7fc9f69c0000 ---p 00000000 00:00 0 7fc9f69c0000-7fc9f7230000 rw-p 00000000 00:00 0 7fc9f7231000-7fc9f7232000 r--p 00000000 00:47 16817684 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so 7fc9f7232000-7fc9f7233000 r-xp 00001000 00:47 16817684 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so 7fc9f7233000-7fc9f7234000 r--p 00002000 00:47 16817684 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so 7fc9f7234000-7fc9f7235000 r--p 00002000 00:47 16817684 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so 7fc9f7235000-7fc9f7236000 rw-p 00003000 00:47 16817684 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so 7fc9f7236000-7fc9f7238000 r--p 00000000 00:47 16820930 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so 7fc9f7238000-7fc9f723b000 r-xp 00002000 00:47 16820930 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so 7fc9f723b000-7fc9f723d000 r--p 00005000 00:47 16820930 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so 7fc9f723d000-7fc9f723e000 r--p 00006000 00:47 16820930 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so 7fc9f723e000-7fc9f723f000 rw-p 00007000 00:47 16820930 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so 7fc9f723f000-7fca1063f000 rw-p 00000000 00:00 0 7fca10641000-7fca10643000 r--p 00000000 00:47 16821324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so 7fca10643000-7fca10648000 r-xp 00002000 00:47 16821324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so 7fca10648000-7fca10649000 r--p 00007000 00:47 16821324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so 7fca10649000-7fca1064a000 r--p 00008000 00:47 16821324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so 7fca1064a000-7fca1064b000 rw-p 00009000 00:47 16821324 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so 7fca1064b000-7fca1064c000 r--p 00000000 00:47 16817852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so 7fca1064c000-7fca1064d000 r-xp 00001000 00:47 16817852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so 7fca1064d000-7fca1064e000 r--p 00002000 00:47 16817852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so 7fca1064e000-7fca1064f000 r--p 00002000 00:47 16817852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so 7fca1064f000-7fca10650000 rw-p 00003000 00:47 16817852 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so 7fca10650000-7fca10670000 rw-p 00000000 00:00 0 7fca10673000-7fca10674000 r--p 00000000 00:47 16822458 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so 7fca10674000-7fca10676000 r-xp 00001000 00:47 16822458 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so 7fca10676000-7fca10677000 r--p 00003000 00:47 16822458 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so 7fca10677000-7fca10678000 r--p 00003000 00:47 16822458 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so 7fca10678000-7fca10679000 rw-p 00004000 00:47 16822458 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so 7fca10679000-7fca1067a000 r--p 00000000 00:47 16807854 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so 7fca1067a000-7fca1067b000 r-xp 00001000 00:47 16807854 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so 7fca1067b000-7fca1067c000 r--p 00002000 00:47 16807854 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so 7fca1067c000-7fca1067d000 r--p 00002000 00:47 16807854 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so 7fca1067d000-7fca1067e000 rw-p 00003000 00:47 16807854 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so 7fca1067e000-7fca1077f000 rw-p 00000000 00:00 0 7fca1077f000-7fca10786000 r--s 00000000 00:47 15348559 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 7fca10786000-7fca107df000 r--p 00000000 00:47 15348059 /usr/lib/locale/C.utf8/LC_CTYPE 7fca107df000-7fca107e1000 rw-p 00000000 00:00 0 7fca107e1000-7fca107e5000 r--p 00000000 00:47 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fca107e5000-7fca10808000 r-xp 00004000 00:47 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fca10808000-7fca1080c000 r--p 00027000 00:47 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fca1080c000-7fca1080d000 r--p 0002b000 00:47 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fca1080d000-7fca1080e000 rw-p 0002c000 00:47 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fca1080e000-7fca10836000 r--p 00000000 00:47 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fca10836000-7fca109be000 r-xp 00028000 00:47 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fca109be000-7fca10a0d000 r--p 001b0000 00:47 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fca10a0d000-7fca10a11000 r--p 001fe000 00:47 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fca10a11000-7fca10a13000 rw-p 00202000 00:47 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fca10a13000-7fca10a22000 rw-p 00000000 00:00 0 7fca10a22000-7fca10a32000 r--p 00000000 00:47 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fca10a32000-7fca10ab1000 r-xp 00010000 00:47 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fca10ab1000-7fca10b09000 r--p 0008f000 00:47 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fca10b09000-7fca10b0a000 r--p 000e7000 00:47 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fca10b0a000-7fca10b0b000 rw-p 000e8000 00:47 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fca10b0b000-7fca10b0d000 r--p 00000000 00:47 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fca10b0d000-7fca10b22000 r-xp 00002000 00:47 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fca10b22000-7fca10b3b000 r--p 00017000 00:47 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fca10b3b000-7fca10b3c000 r--p 0002f000 00:47 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fca10b3c000-7fca10b3d000 rw-p 00030000 00:47 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fca10b3d000-7fca10b45000 rw-p 00000000 00:00 0 7fca10b45000-7fca10b4f000 r--p 00000000 00:47 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fca10b4f000-7fca10bb2000 r-xp 0000a000 00:47 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fca10bb2000-7fca10bc7000 r--p 0006d000 00:47 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fca10bc7000-7fca10bc8000 r--p 00081000 00:47 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fca10bc8000-7fca10bc9000 rw-p 00082000 00:47 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fca10bc9000-7fca10bcb000 r--p 00000000 00:47 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fca10bcb000-7fca10bdd000 r-xp 00002000 00:47 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fca10bdd000-7fca10be3000 r--p 00014000 00:47 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fca10be3000-7fca10be4000 r--p 0001a000 00:47 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fca10be4000-7fca10be5000 rw-p 0001b000 00:47 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fca10be5000-7fca10be6000 r--p 00000000 00:47 16816657 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so 7fca10be6000-7fca10be7000 r-xp 00001000 00:47 16816657 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so 7fca10be7000-7fca10be8000 r--p 00002000 00:47 16816657 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so 7fca10be8000-7fca10be9000 r--p 00002000 00:47 16816657 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so 7fca10be9000-7fca10bea000 rw-p 00003000 00:47 16816657 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so 7fca10bea000-7fca10c32000 r--p 00000000 00:47 14725944 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0 7fca10c32000-7fca110e9000 r-xp 00048000 00:47 14725944 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0 7fca110e9000-7fca1127a000 r--p 004ff000 00:47 14725944 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0 7fca1127a000-7fca11290000 r--p 0068f000 00:47 14725944 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0 7fca11290000-7fca11294000 rw-p 006a5000 00:47 14725944 /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0 7fca11294000-7fca112aa000 rw-p 00000000 00:00 0 7fca112aa000-7fca112ab000 r--p 00000000 00:47 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fca112ab000-7fca112d6000 r-xp 00001000 00:47 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fca112d6000-7fca112e0000 r--p 0002c000 00:47 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fca112e0000-7fca112e2000 r--p 00036000 00:47 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fca112e2000-7fca112e4000 rw-p 00038000 00:47 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7ffc0842c000-7ffc08473000 rw-p 00000000 00:00 0 [stack] 7ffc084cc000-7ffc084d0000 r--p 00000000 00:00 0 [vvar] 7ffc084d0000-7ffc084d2000 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.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/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-21T19:23:14Z master 7b10660974) +PRISM [x86_64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ...................................... Finished in 23.981120 seconds 3337 files, 33380 examples, 143432 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50" exit with 0.