# Logfile created on 2025-11-12 15:09:15 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000072eca5b1fdc8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j20", @btest_opts="-j20", @test_opts="TESTS='-j20'", @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=10800, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk.20251112-150915", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000072ecaabede80 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000072ecaabedcc8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000072eca5a592e0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20251112-150915", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20251112-150915>, @binmode=false, @mon_data=#<Monitor:0x000072ecaabed7c8>, @mon_data_owner_object_id=900>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk
Cloning into 'trunk'...
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --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++... g++
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 whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
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... pkg-config
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... yes
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for sanitizer/tsan_interface.h... yes
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for 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 std::nullptr_t... yes
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for 64bit __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for pid_t... (cached) yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... yes
checking for atan2l... yes
checking for atan2f... yes
checking whether atomic_signal_fence is declared... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for daemon... (cached) no
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchdir... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for malloc_trim... yes
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for snprintf... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for system... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for tzset... yes
checking for umask... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking for statx... yes
checking if getcwd allocates buffer if NULL is given... yes
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking for __builtin_add_overflow... yes
checking for __builtin_add_overflow_p... yes
checking for __builtin_add_overflow with long long arguments... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_sub_overflow_p... yes
checking for __builtin_sub_overflow with long long arguments... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_mul_overflow with long long arguments... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage specifier... _Thread_local
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... no
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for setjmp type... __builtin_setjmp
checking if building with modular GC support... no
checking for rustc... no
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 = 4.0.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 4.0.0

   * Installation prefix: /tmp/ruby/install/trunk
   * 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:        no
   * ZJIT support:        no
   * man page type:       doc
   * BASERUBY -v:         ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \
                          [x86_64-linux-gnu]

---
$$$[end] "/tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared" exit with 0.
$$$[beg] make update-download -j20
sed -f /tmp/ruby/src/trunk/tool/prereq.status /tmp/ruby/src/trunk/common.mk /tmp/ruby/src/trunk/prism/srcs.mk /tmp/ruby/src/trunk/depend > uncommon.mk
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk/tool/generic_erb.rb -c -tprism/.srcs.mk.time -o /tmp/ruby/src/trunk/prism/srcs.mk /tmp/ruby/src/trunk/prism/srcs.mk.in
/tmp/ruby/src/trunk/prism/srcs.mk unchanged
sed -f /tmp/ruby/src/trunk/tool/prereq.status /tmp/ruby/src/trunk/common.mk /tmp/ruby/src/trunk/prism/srcs.mk /tmp/ruby/src/trunk/depend > uncommon.mk
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.26.1...
Downloading bundled gem power_assert-3.0.1...
Downloading bundled gem rake-13.3.1...
Downloading bundled gem test-unit-3.7.1...
Downloading bundled gem rexml-3.4.4...
Downloading bundled gem rss-0.3.1...
Downloading bundled gem net-ftp-0.3.9...
Downloading bundled gem net-imap-0.5.12...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.5.1...
Downloading bundled gem matrix-0.4.3...
Downloading bundled gem prime-0.1.4...
Downloading bundled gem rbs-3.9.5...
Downloading bundled gem typeprof-0.31.0...
Downloading bundled gem debug-1.11.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.3.0...
Downloading bundled gem bigdecimal-3.3.1...
Downloading bundled gem observer-0.1.2...
Downloading bundled gem abbrev-0.1.2...
Downloading bundled gem resolv-replace-0.1.1...
Downloading bundled gem rinda-0.2.0...
Downloading bundled gem drb-2.2.3...
Downloading bundled gem nkf-0.2.0...
Downloading bundled gem syslog-0.3.0...
Downloading bundled gem csv-3.3.5...
Downloading bundled gem repl_type_completor-0.1.12...
Downloading bundled gem ostruct-0.6.3...
Downloading bundled gem pstore-0.2.0...
Downloading bundled gem benchmark-0.5.0...
Downloading bundled gem logger-1.7.0...
Downloading bundled gem rdoc-6.15.1...
Downloading bundled gem win32ole-1.9.2...
Downloading bundled gem irb-1.15.3...
Downloading bundled gem reline-0.6.3...
Downloading bundled gem readline-0.0.4...
Downloading bundled gem fiddle-1.1.8...
$$$[end] "make update-download -j20" exit with 0.
$$$[beg] make update-src      -j20
Already up to date.
Latest commit hash = 6a05545184
$$$[end] "make update-src      -j20" exit with 0.
$$$[beg] make after-update    -j20
generating id.h
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
generating vm_call_iseq_optimized.inc
/usr/bin/mkdir -p /tmp/ruby/src/trunk/enc/jis
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk/probes.d > probes.dmyh
+ cp /tmp/ruby/src/trunk/enc/jis/props.h.blt /tmp/ruby/src/trunk/enc/jis/props.h
copying lex.c
generating id.c
making /tmp/ruby/src/trunk/ast.rbinc
making /tmp/ruby/src/trunk/dir.rbinc
making /tmp/ruby/src/trunk/gc.rbinc
making /tmp/ruby/src/trunk/numeric.rbinc
making /tmp/ruby/src/trunk/io.rbinc
making /tmp/ruby/src/trunk/marshal.rbinc
known_errors.inc updated
making /tmp/ruby/src/trunk/pack.rbinc
id.h updated
vm_call_iseq_optimized.inc updated
making /tmp/ruby/src/trunk/trace_point.rbinc
making /tmp/ruby/src/trunk/warning.rbinc
making /tmp/ruby/src/trunk/array.rbinc
making /tmp/ruby/src/trunk/hash.rbinc
making /tmp/ruby/src/trunk/kernel.rbinc
id.c updated
making /tmp/ruby/src/trunk/pathname_builtin.rbinc
making /tmp/ruby/src/trunk/ractor.rbinc
making /tmp/ruby/src/trunk/symbol.rbinc
making /tmp/ruby/src/trunk/timev.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk/thread_sync.rbinc
making /tmp/ruby/src/trunk/nilclass.rbinc
making /tmp/ruby/src/trunk/prelude.rbinc
making /tmp/ruby/src/trunk/gem_prelude.rbinc
/tmp/ruby/src/trunk/revision.h updated
making /tmp/ruby/src/trunk/jit_hook.rbinc
making /tmp/ruby/src/trunk/jit_undef.rbinc
making /tmp/ruby/src/trunk/yjit.rbinc
making /tmp/ruby/src/trunk/zjit.rbinc
generating /tmp/ruby/src/trunk/ext/ripper/ripper.c
generating /tmp/ruby/src/trunk/ext/rbconfig/sizeof/sizes.c
generating /tmp/ruby/src/trunk/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
extracting ripper.y from ../../parse.y
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/rbconfig/sizeof'
generating constant definitions
generating miniprelude.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/etc'
generating constant definitions
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
/usr/bin/mkdir -p /tmp/ruby/src/trunk/.bundle/gems
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/rbconfig/sizeof'
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/etc'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/rbconfig/sizeof'
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/socket'
generating parse.c
generating x86_64-linux-fake.rb
Extracting bundle gem minitest-5.26.1...
Extracting bundle gem power_assert-3.0.1...
Extracting bundle gem rake-13.3.1...
Extracting bundle gem rexml-3.4.4...
Extracting bundle gem rss-0.3.1...
Extracting bundle gem test-unit-3.7.1...
Extracting bundle gem net-ftp-0.3.9...
Extracting bundle gem net-imap-0.5.12...
Extracting bundle gem net-pop-0.1.2...
Extracting bundle gem net-smtp-0.5.1...
Extracting bundle gem matrix-0.4.3...
Extracting bundle gem prime-0.1.4...
miniprelude.c updated
Extracting bundle gem rbs-3.9.5...
Extracting bundle gem typeprof-0.31.0...
Extracting bundle gem debug-1.11.0...
Extracting bundle gem racc-1.8.1...
compiling compiler ripper.y
x86_64-linux-fake.rb updated
generating ripper_init.c from ./ripper_init.c.tmpl
Extracting bundle gem mutex_m-0.3.0...
Unpacked gems/rss-0.3.1.gem
Unpacked gems/power_assert-3.0.1.gem
Unpacked gems/net-ftp-0.3.9.gem
Unpacked gems/net-pop-0.1.2.gem
Unpacked gems/minitest-5.26.1.gem
Extracting bundle gem getoptlong-0.2.1...
Extracting bundle gem base64-0.3.0...
Extracting bundle gem bigdecimal-3.3.1...
Extracting bundle gem observer-0.1.2...
Unpacked gems/rexml-3.4.4.gem
Unpacked gems/test-unit-3.7.1.gem
Extracting bundle gem abbrev-0.1.2...
Extracting bundle gem resolv-replace-0.1.1...
Extracting bundle gem rinda-0.2.0...
Unpacked gems/net-imap-0.5.12.gem
Unpacked gems/net-smtp-0.5.1.gem
Extracting bundle gem drb-2.2.3...
Unpacked gems/rake-13.3.1.gem
Extracting bundle gem nkf-0.2.0...
Unpacked gems/prime-0.1.4.gem
Extracting bundle gem syslog-0.3.0...
Unpacked gems/matrix-0.4.3.gem
Extracting bundle gem csv-3.3.5...
Extracting bundle gem repl_type_completor-0.1.12...
Unpacked gems/racc-1.8.1.gem
Unpacked gems/typeprof-0.31.0.gem
Extracting bundle gem ostruct-0.6.3...
Unpacked gems/debug-1.11.0.gem
Extracting bundle gem pstore-0.2.0...
Extracting bundle gem benchmark-0.5.0...
/bin/sh /tmp/ruby/src/trunk/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
Extracting bundle gem logger-1.7.0...
Unpacked gems/mutex_m-0.3.0.gem
Extracting bundle gem rdoc-6.15.1...
Unpacked gems/observer-0.1.2.gem
Unpacked gems/base64-0.3.0.gem
Unpacked gems/getoptlong-0.2.1.gem
Unpacked gems/resolv-replace-0.1.1.gem
Extracting bundle gem win32ole-1.9.2...
Extracting bundle gem irb-1.15.3...
Extracting bundle gem reline-0.6.3...
Extracting bundle gem readline-0.0.4...
Unpacked gems/rinda-0.2.0.gem
Extracting bundle gem fiddle-1.1.8...
Unpacked gems/abbrev-0.1.2.gem
Unpacked gems/bigdecimal-3.3.1.gem
Unpacked gems/rbs-3.9.5.gem
generating enc.mk
Unpacked gems/syslog-0.3.0.gem
Unpacked gems/nkf-0.2.0.gem
Unpacked gems/drb-2.2.3.gem
Unpacked gems/csv-3.3.5.gem
Unpacked gems/repl_type_completor-0.1.12.gem
Unpacked gems/ostruct-0.6.3.gem
Unpacked gems/benchmark-0.5.0.gem
Unpacked gems/pstore-0.2.0.gem
Unpacked gems/logger-1.7.0.gem
Unpacked gems/reline-0.6.3.gem
Unpacked gems/win32ole-1.9.2.gem
Unpacked gems/readline-0.0.4.gem
Unpacked gems/irb-1.15.3.gem
Unpacked gems/fiddle-1.1.8.gem
Unpacked gems/rdoc-6.15.1.gem
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
generating table from enc/trans/big5.c
generating table from enc/trans/cesu_8.c
generating table from enc/trans/chinese.c
generating table from enc/trans/ebcdic.c
generating table from enc/trans/emoji.c
generating table from enc/trans/emoji_iso2022_kddi.c
generating table from enc/trans/emoji_sjis_docomo.c
generating table from enc/trans/emoji_sjis_kddi.c
generating table from enc/trans/emoji_sjis_softbank.c
generating table from enc/trans/escape.c
generating table from enc/trans/gb18030.c
generating table from enc/trans/gbk.c
generating table from enc/trans/japanese.c
generating table from enc/trans/japanese_euc.c
generating table from enc/trans/iso2022.c
generating table from enc/trans/japanese_sjis.c
generating table from enc/trans/korean.c
generating table from enc/trans/single_byte.c
generating enc/trans/escape.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/japanese.c ...
generating enc/trans/cesu_8.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/ebcdic.c ...
generating enc/trans/iso2022.c ...
generating enc/trans/utf_16_32.c ...
generating enc/trans/emoji.c ...
generating enc/trans/single_byte.c ...
generating enc/trans/emoji_sjis_softbank.c ...
generating enc/trans/emoji_sjis_kddi.c ...
generating enc/trans/emoji_sjis_docomo.c ...
generating enc/trans/emoji_iso2022_kddi.c ...
generating enc/trans/gbk.c ...
generating enc/trans/japanese_sjis.c ...
generating enc/trans/chinese.c ...
generating enc/trans/korean.c ...
generating enc/trans/utf8_mac.c ...
generating enc/trans/gb18030.c ...
generating enc/trans/japanese_euc.c ...
generating enc/trans/big5.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
generating /tmp/ruby/src/trunk/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
generating /tmp/ruby/src/trunk/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
generating /tmp/ruby/src/trunk/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
generating /tmp/ruby/src/trunk/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
$$$[end] "make after-update    -j20" exit with 0.
$$$[beg] make miniruby -j20
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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/main.c
compiling /tmp/ruby/src/trunk/dmydln.c
compiling /tmp/ruby/src/trunk/miniinit.c
making dummy probes.h
compiling /tmp/ruby/src/trunk/ast.c
compiling /tmp/ruby/src/trunk/bignum.c
compiling /tmp/ruby/src/trunk/box.c
compiling /tmp/ruby/src/trunk/class.c
compiling /tmp/ruby/src/trunk/compar.c
compiling /tmp/ruby/src/trunk/compile.c
compiling /tmp/ruby/src/trunk/complex.c
compiling /tmp/ruby/src/trunk/concurrent_set.c
compiling /tmp/ruby/src/trunk/cont.c
compiling /tmp/ruby/src/trunk/debug.c
compiling /tmp/ruby/src/trunk/debug_counter.c
compiling /tmp/ruby/src/trunk/dir.c
compiling /tmp/ruby/src/trunk/dln_find.c
compiling /tmp/ruby/src/trunk/encoding.c
compiling /tmp/ruby/src/trunk/enum.c
compiling /tmp/ruby/src/trunk/enumerator.c
compiling /tmp/ruby/src/trunk/error.c
compiling /tmp/ruby/src/trunk/eval.c
compiling /tmp/ruby/src/trunk/file.c
compiling /tmp/ruby/src/trunk/gc.c
compiling /tmp/ruby/src/trunk/hash.c
compiling /tmp/ruby/src/trunk/imemo.c
compiling /tmp/ruby/src/trunk/inits.c
compiling /tmp/ruby/src/trunk/io.c
compiling /tmp/ruby/src/trunk/io_buffer.c
compiling /tmp/ruby/src/trunk/iseq.c
compiling /tmp/ruby/src/trunk/load.c
compiling /tmp/ruby/src/trunk/marshal.c
compiling /tmp/ruby/src/trunk/math.c
compiling /tmp/ruby/src/trunk/memory_view.c
compiling /tmp/ruby/src/trunk/node.c
compiling /tmp/ruby/src/trunk/node_dump.c
compiling /tmp/ruby/src/trunk/numeric.c
compiling /tmp/ruby/src/trunk/object.c
compiling /tmp/ruby/src/trunk/pack.c
compiling /tmp/ruby/src/trunk/pathname.c
compiling parse.c
compiling /tmp/ruby/src/trunk/parser_st.c
compiling /tmp/ruby/src/trunk/proc.c
compiling /tmp/ruby/src/trunk/process.c
compiling /tmp/ruby/src/trunk/ractor.c
compiling /tmp/ruby/src/trunk/random.c
compiling /tmp/ruby/src/trunk/range.c
compiling /tmp/ruby/src/trunk/rational.c
compiling /tmp/ruby/src/trunk/re.c
compiling /tmp/ruby/src/trunk/regcomp.c
compiling /tmp/ruby/src/trunk/regenc.c
compiling /tmp/ruby/src/trunk/regerror.c
compiling /tmp/ruby/src/trunk/regexec.c
compiling /tmp/ruby/src/trunk/regparse.c
compiling /tmp/ruby/src/trunk/regsyntax.c
compiling /tmp/ruby/src/trunk/ruby.c
compiling /tmp/ruby/src/trunk/ruby_parser.c
compiling /tmp/ruby/src/trunk/scheduler.c
compiling /tmp/ruby/src/trunk/set.c
compiling /tmp/ruby/src/trunk/shape.c
compiling /tmp/ruby/src/trunk/signal.c
compiling /tmp/ruby/src/trunk/sprintf.c
compiling /tmp/ruby/src/trunk/st.c
compiling /tmp/ruby/src/trunk/strftime.c
compiling /tmp/ruby/src/trunk/string.c
compiling /tmp/ruby/src/trunk/struct.c
compiling /tmp/ruby/src/trunk/symbol.c
compiling /tmp/ruby/src/trunk/thread.c
compiling /tmp/ruby/src/trunk/time.c
compiling /tmp/ruby/src/trunk/transcode.c
compiling /tmp/ruby/src/trunk/util.c
compiling /tmp/ruby/src/trunk/variable.c
compiling /tmp/ruby/src/trunk/version.c
compiling /tmp/ruby/src/trunk/vm.c
compiling /tmp/ruby/src/trunk/vm_backtrace.c
compiling /tmp/ruby/src/trunk/vm_dump.c
compiling /tmp/ruby/src/trunk/vm_sync.c
compiling /tmp/ruby/src/trunk/vm_trace.c
compiling /tmp/ruby/src/trunk/weakmap.c
compiling /tmp/ruby/src/trunk/missing/setproctitle.c
compiling /tmp/ruby/src/trunk/addr2line.c
compiling /tmp/ruby/src/trunk/array.c
compiling /tmp/ruby/src/trunk/prism/api_node.c
compiling /tmp/ruby/src/trunk/prism/api_pack.c
compiling /tmp/ruby/src/trunk/prism/diagnostic.c
compiling /tmp/ruby/src/trunk/prism/encoding.c
compiling /tmp/ruby/src/trunk/prism/extension.c
compiling /tmp/ruby/src/trunk/prism/node.c
compiling /tmp/ruby/src/trunk/prism/options.c
compiling /tmp/ruby/src/trunk/prism/pack.c
compiling /tmp/ruby/src/trunk/prism/prettyprint.c
compiling /tmp/ruby/src/trunk/prism/regexp.c
compiling /tmp/ruby/src/trunk/prism/serialize.c
compiling /tmp/ruby/src/trunk/prism/static_literals.c
compiling /tmp/ruby/src/trunk/prism/token_type.c
compiling /tmp/ruby/src/trunk/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk/prism/prism.c
compiling /tmp/ruby/src/trunk/prism_init.c
assembling /tmp/ruby/src/trunk/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk/enc/ascii.c
compiling /tmp/ruby/src/trunk/enc/us_ascii.c
compiling /tmp/ruby/src/trunk/enc/unicode.c
compiling /tmp/ruby/src/trunk/enc/utf_8.c
compiling enc/trans/newline.c
linking miniruby
$$$[end] "make miniruby -j20" exit with 0.
$$$[beg] make ruby -j20
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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/dln.c
compiling /tmp/ruby/src/trunk/localeinit.c
creating verconf.h
compiling /tmp/ruby/src/trunk/dmyext.c
compiling /tmp/ruby/src/trunk/dmyenc.c
verconf.h updated
compiling /tmp/ruby/src/trunk/loadpath.c
builtin_binary.rbbin updated
15955efc660e0c7c16a2daa5662dd9afc234cf71c47724d35b8056c2b65f9c24  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.4.0.0
linking ruby
$$$[end] "make ruby -j20" exit with 0.
$$$[beg] make all -j20
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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'
compiling /tmp/ruby/src/trunk/enc/encdb.c
compiling /tmp/ruby/src/trunk/enc/big5.c
compiling /tmp/ruby/src/trunk/enc/cesu_8.c
compiling /tmp/ruby/src/trunk/enc/cp949.c
compiling /tmp/ruby/src/trunk/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk/enc/euc_jp.c
compiling /tmp/ruby/src/trunk/enc/euc_kr.c
compiling /tmp/ruby/src/trunk/enc/euc_tw.c
compiling /tmp/ruby/src/trunk/enc/gb2312.c
compiling /tmp/ruby/src/trunk/enc/gb18030.c
compiling /tmp/ruby/src/trunk/enc/gbk.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
compiling /tmp/ruby/src/trunk/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk/enc/koi8_r.c
compiling /tmp/ruby/src/trunk/enc/koi8_u.c
compiling /tmp/ruby/src/trunk/enc/shift_jis.c
compiling /tmp/ruby/src/trunk/enc/utf_16be.c
compiling /tmp/ruby/src/trunk/enc/utf_16le.c
compiling /tmp/ruby/src/trunk/enc/utf_32be.c
compiling /tmp/ruby/src/trunk/enc/utf_32le.c
compiling /tmp/ruby/src/trunk/enc/windows_31j.c
compiling /tmp/ruby/src/trunk/enc/windows_1250.c
compiling /tmp/ruby/src/trunk/enc/windows_1251.c
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
compiling /tmp/ruby/src/trunk/enc/windows_1252.c
make[1]: Entering directory '/tmp/ruby/build/trunk'
compiling /tmp/ruby/src/trunk/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk/enc/windows_1253.c
generating table from /tmp/ruby/src/trunk/enc/trans/big5.c
compiling /tmp/ruby/src/trunk/enc/windows_1254.c
make[1]: Entering directory '/tmp/ruby/build/trunk'
compiling /tmp/ruby/src/trunk/enc/windows_1257.c
linking encoding encdb.so
generating table from /tmp/ruby/src/trunk/enc/trans/cesu_8.c
generating table from /tmp/ruby/src/trunk/enc/trans/chinese.c
generating table from /tmp/ruby/src/trunk/enc/trans/ebcdic.c
configuring -test-/RUBY_ALIGNOF
generating table from /tmp/ruby/src/trunk/enc/trans/emoji.c
generating table from /tmp/ruby/src/trunk/enc/trans/emoji_iso2022_kddi.c
generating /tmp/ruby/src/trunk/enc/trans/cesu_8.c ...
configuring cgi/escape
linking encoding big5.so
configuring continuation
linking encoding cesu_8.so
generating table from /tmp/ruby/src/trunk/enc/trans/emoji_sjis_docomo.c
generating /tmp/ruby/src/trunk/enc/trans/ebcdic.c ...
configuring date
configuring coverage
linking encoding cp949.so
configuring digest
configuring digest/bubblebabble
configuring erb/escape
configuring digest/md5
linking encoding emacs_mule.so
generating table from /tmp/ruby/src/trunk/enc/trans/emoji_sjis_kddi.c
configuring etc
configuring fcntl
linking encoding euc_jp.so
linking encoding euc_kr.so
generating table from /tmp/ruby/src/trunk/enc/trans/emoji_sjis_softbank.c
linking encoding euc_tw.so
configuring io/console
configuring json
configuring json/generator
generating table from /tmp/ruby/src/trunk/enc/trans/escape.c
configuring monitor
linking encoding gb2312.so
configuring objspace
generating table from /tmp/ruby/src/trunk/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk/enc/trans/escape.c ...
linking encoding gb18030.so
configuring psych
configuring openssl
configuring pty
linking encoding gbk.so
generating /tmp/ruby/src/trunk/enc/trans/emoji.c ...
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
linking encoding iso_8859_1.so
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring ripper
configuring -test-/bignum
configuring rbconfig/sizeof
linking encoding iso_8859_2.so
configuring -test-/box/yay1
configuring -test-/box/yay2
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
linking encoding iso_8859_3.so
configuring rubyvm
generating table from /tmp/ruby/src/trunk/enc/trans/gbk.c
linking encoding iso_8859_4.so
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
generating /tmp/ruby/src/trunk/enc/trans/emoji_iso2022_kddi.c ...
configuring -test-/ensure_and_callcc
configuring -test-/enumerator_kw
generating table from /tmp/ruby/src/trunk/enc/trans/iso2022.c
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
linking encoding iso_8859_5.so
configuring digest/rmd160
generating /tmp/ruby/src/trunk/enc/trans/emoji_sjis_docomo.c ...
linking encoding iso_8859_6.so
generating /tmp/ruby/src/trunk/enc/trans/iso2022.c ...
linking encoding iso_8859_7.so
configuring socket
configuring stringio
linking encoding iso_8859_8.so
generating /tmp/ruby/src/trunk/enc/trans/emoji_sjis_kddi.c ...
configuring strscan
linking encoding iso_8859_9.so
generating table from /tmp/ruby/src/trunk/enc/trans/japanese.c
linking encoding iso_8859_10.so
generating /tmp/ruby/src/trunk/enc/trans/emoji_sjis_softbank.c ...
generating /tmp/ruby/src/trunk/enc/trans/japanese.c ...
configuring digest/sha1
linking encoding iso_8859_11.so
configuring bigdecimal-3.3.1/ext/bigdecimal
configuring zlib
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
generating /tmp/ruby/src/trunk/enc/trans/chinese.c ...
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
configuring debug-1.11.0/ext/debug
configuring digest/sha2
generating table from /tmp/ruby/src/trunk/enc/trans/japanese_euc.c
generating table from /tmp/ruby/src/trunk/enc/trans/japanese_sjis.c
linking encoding koi8_r.so
configuring fiddle-1.1.8/ext/fiddle
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
generating /tmp/ruby/src/trunk/enc/trans/gbk.c ...
linking encoding utf_32be.so
linking encoding utf_32le.so
configuring nkf-0.2.0/ext/nkf
generating table from /tmp/ruby/src/trunk/enc/trans/korean.c
linking encoding windows_31j.so
generating table from /tmp/ruby/src/trunk/enc/trans/single_byte.c
linking encoding windows_1250.so
generating table from /tmp/ruby/src/trunk/enc/trans/utf8_mac.c
generating table from /tmp/ruby/src/trunk/enc/trans/utf_16_32.c
linking encoding windows_1251.so
linking encoding windows_1252.so
generating /tmp/ruby/src/trunk/enc/trans/utf_16_32.c ...
linking encoding windows_1253.so
linking transcoder transdb.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk'
configuring racc-1.8.1/ext/racc/cparse
configuring rbs-3.9.5/ext/rbs_extension
configuring syslog-0.3.0/ext/syslog
libffi_version: 3.4.6
generating /tmp/ruby/src/trunk/enc/trans/single_byte.c ...
compiling /tmp/ruby/src/trunk/enc/trans/cesu_8.c
generating /tmp/ruby/src/trunk/enc/trans/japanese_sjis.c ...
compiling /tmp/ruby/src/trunk/enc/trans/chinese.c
configuring json/parser
compiling /tmp/ruby/src/trunk/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk/enc/trans/emoji.c
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
compiling /tmp/ruby/src/trunk/enc/trans/emoji_iso2022_kddi.c
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
compiling /tmp/ruby/src/trunk/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk/enc/trans/emoji_sjis_kddi.c
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/sanitizers
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/stack
generating /tmp/ruby/src/trunk/enc/trans/gb18030.c ...
configuring -test-/string
compiling /tmp/ruby/src/trunk/enc/trans/emoji_sjis_softbank.c
configuring -test-/struct
configuring -test-/symbol
generating /tmp/ruby/src/trunk/enc/trans/utf8_mac.c ...
generating /tmp/ruby/src/trunk/enc/trans/korean.c ...
compiling /tmp/ruby/src/trunk/enc/trans/escape.c
compiling /tmp/ruby/src/trunk/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk/enc/trans/korean.c
compiling /tmp/ruby/src/trunk/enc/trans/single_byte.c
configuring -test-/thread/id
compiling /tmp/ruby/src/trunk/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk/enc/trans/utf_16_32.c
linking transcoder cesu_8.so
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
linking transcoder chinese.so
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder single_byte.so
linking transcoder japanese_sjis.so
linking transcoder utf_16_32.so
linking transcoder gbk.so
linking transcoder korean.so
generating /tmp/ruby/src/trunk/enc/trans/big5.c ...
compiling /tmp/ruby/src/trunk/enc/trans/big5.c
generating /tmp/ruby/src/trunk/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk/enc/trans/japanese_euc.c
linking transcoder utf8_mac.so
linking transcoder japanese_euc.so
linking transcoder big5.so
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
configuring io/nonblock
configuring io/wait
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/abi'
compiling /tmp/ruby/src/trunk/ext/-test-/abi/abi.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/box/yay1'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/box/yay2'
compiling /tmp/ruby/src/trunk/ext/-test-/box/yay1/yay1.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk/ext/-test-/box/yay2/yay2.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk/ext/-test-/array/concat/to_ary_concat.c
compiling /tmp/ruby/src/trunk/ext/-test-/arith_seq/extract/extract.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/cxxanyargs'
compiling /tmp/ruby/src/trunk/ext/-test-/array/resize/resize.c
compiling /tmp/ruby/src/trunk/ext/-test-/RUBY_ALIGNOF/cpp.cpp
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk/ext/-test-/cxxanyargs/cxxanyargs.cpp
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk/ext/-test-/bug-14834/bug-14834.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk/ext/-test-/bug-3571/bug.c
compiling /tmp/ruby/src/trunk/ext/-test-/bug-5832/bug.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk/ext/-test-/bug_reporter/bug_reporter.c
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/big2str.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk/ext/-test-/dln/empty/empty.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/debug'
compiling /tmp/ruby/src/trunk/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/bigzero.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/econv'
compiling /tmp/ruby/src/trunk/ext/-test-/econv/append.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/abi'
compiling /tmp/ruby/src/trunk/ext/-test-/econv/init.c
compiling /tmp/ruby/src/trunk/ext/-test-/debug/inspector.c
linking shared-object -test-/dln/empty.so
linking shared-object -test-/bug_3571.so
compiling /tmp/ruby/src/trunk/ext/-test-/class/init.c
linking shared-object -test-/array/resize.so
linking shared-object -test-/bug_reporter.so
linking shared-object -test-/bug_14834.so
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/namespace/yay1.so
linking shared-object -test-/namespace/yay2.so
linking shared-object -test-/array/to_ary_concat.so
linking shared-object -test-/bug_5832.so
linking shared-object -test-/arith_seq/extract.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk/ext/-test-/ensure_and_callcc/ensure_and_callcc.c
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/div.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk/ext/-test-/enumerator_kw/enumerator_kw.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk/ext/-test-/debug/profile_frames.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/bug_reporter'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/intpack.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/dln/empty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/box/yay1'
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/mul.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/box/yay2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/eval'
compiling /tmp/ruby/src/trunk/ext/-test-/eval/eval.c
linking shared-object -test-/econv.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/exception'
compiling /tmp/ruby/src/trunk/ext/-test-/fatal/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk/ext/-test-/exception/dataerror.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/file'
compiling /tmp/ruby/src/trunk/ext/-test-/file/fs.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk/ext/-test-/file/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/float'
compiling /tmp/ruby/src/trunk/ext/-test-/float/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/econv'
compiling /tmp/ruby/src/trunk/ext/-test-/float/nextafter.c
linking shared-object -test-/class.so
linking shared-object -test-/RUBY_ALIGNOF.so
compiling /tmp/ruby/src/trunk/ext/-test-/exception/enc_raise.c
linking shared-object -test-/ensure_and_callcc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/class'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk/ext/-test-/funcall/funcall.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/str2big.c
compiling /tmp/ruby/src/trunk/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk/ext/-test-/fatal/invalid.c
linking shared-object -test-/debug.so
linking shared-object -test-/eval.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/hash'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk/ext/-test-/hash/delete.c
compiling /tmp/ruby/src/trunk/ext/-test-/file/newline_conv.c
compiling /tmp/ruby/src/trunk/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk/ext/-test-/hash/init.c
compiling /tmp/ruby/src/trunk/ext/-test-/file/stat.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/integer'
compiling /tmp/ruby/src/trunk/ext/-test-/integer/core_ext.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk/ext/-test-/iseq_load/iseq_load.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/debug'
compiling /tmp/ruby/src/trunk/ext/-test-/integer/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/eval'
compiling /tmp/ruby/src/trunk/ext/-test-/integer/my_integer.c
linking shared-object -test-/enumerator_kw.so
linking shared-object -test-/float.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/iter'
compiling /tmp/ruby/src/trunk/ext/-test-/iter/break.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk/ext/-test-/load/dot.dot/dot.dot.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk/ext/-test-/iter/init.c
linking shared-object -test-/gvl/call_without_gvl.so
compiling /tmp/ruby/src/trunk/ext/-test-/iter/yield.c
linking shared-object -test-/bignum.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk/ext/-test-/load/protect/protect.c
linking shared-object -test-/cxxanyargs.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/float'
linking shared-object -test-/fatal.so
linking shared-object -test-/funcall.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
linking shared-object -test-/exception.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk/ext/-test-/load/stringify_symbols/stringify_symbols.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk/ext/-test-/load/stringify_target/stringify_target.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk/ext/-test-/marshal/compat/usrcompat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/funcall'
linking shared-object -test-/iseq_load.so
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/bignum'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk/ext/-test-/marshal/internal_ivar/internal_ivar.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk/ext/-test-/marshal/usr/usrmarshal.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk/ext/-test-/memory_view/memory_view.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/method'
compiling /tmp/ruby/src/trunk/ext/-test-/method/arity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/hash'
compiling /tmp/ruby/src/trunk/ext/-test-/method/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/exception'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/cxxanyargs'
linking shared-object -test-/load/dot.dot.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk/ext/-test-/notimplement/bug.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk/ext/-test-/num2int/num2int.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk/ext/-test-/path_to_class/path_to_class.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/iseq_load'
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk/ext/-test-/postponed_job/postponed_job.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/printf'
compiling /tmp/ruby/src/trunk/ext/-test-/printf/printf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/dot.dot'
linking shared-object -test-/load/stringify_target.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/proc'
compiling /tmp/ruby/src/trunk/ext/-test-/proc/init.c
linking shared-object -test-/load/protect.so
linking shared-object -test-/load/resolve_symbol_target.so
linking shared-object -test-/load/stringify_symbols.so
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/random'
compiling /tmp/ruby/src/trunk/ext/-test-/random/bad_version.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk/ext/-test-/random/init.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk/ext/-test-/random/loop.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/stringify_symbols'
linking shared-object -test-/marshal/internal_ivar.so
compiling /tmp/ruby/src/trunk/ext/-test-/proc/receiver.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk/ext/-test-/proc/super.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/protect'
linking shared-object -test-/method.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/rational'
compiling /tmp/ruby/src/trunk/ext/-test-/rational/rat.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/marshal/usr'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/marshal/compat'
linking shared-object -test-/path_to_class.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk/ext/-test-/recursion/recursion.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk/ext/-test-/regexp/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/sanitizers'
compiling /tmp/ruby/src/trunk/ext/-test-/sanitizers/sanitizers.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk/ext/-test-/scan_args/scan_args.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk/ext/-test-/st/foreach/foreach.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk/ext/-test-/st/numhash/numhash.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk/ext/-test-/regexp/parse_depth_limit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/popen_deadlock'
linking shared-object -test-/num2int.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk/ext/-test-/st/update/update.c
linking shared-object -test-/postponed_job.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/stack'
compiling /tmp/ruby/src/trunk/ext/-test-/stack/stack.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/struct'
compiling /tmp/ruby/src/trunk/ext/-test-/struct/data.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/string'
compiling /tmp/ruby/src/trunk/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk/ext/-test-/symbol/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk/ext/-test-/string/coderange.c
linking shared-object -test-/recursion.so
linking shared-object -test-/proc.so
linking shared-object -test-/rb_call_super_kw.so
linking shared-object -test-/random.so
linking shared-object -test-/printf.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/thread/id'
linking shared-object -test-/sanitizers.so
compiling /tmp/ruby/src/trunk/ext/-test-/thread/id/id.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/recursion'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk/ext/-test-/symbol/type.c
linking shared-object -test-/regexp.so
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/random'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk/ext/-test-/thread/instrumentation/instrumentation.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk/ext/-test-/thread/lock_native_thread/lock_native_thread.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/sanitizers'
linking shared-object -test-/st/foreach.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/time'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/printf'
compiling /tmp/ruby/src/trunk/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk/ext/-test-/string/cstr.c
linking shared-object -test-/st/update.so
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk/ext/-test-/struct/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/integer'
compiling /tmp/ruby/src/trunk/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk/ext/-test-/struct/member.c
linking shared-object -test-/stack.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/st/foreach'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk/ext/-test-/string/ellipsize.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk/ext/-test-/tracepoint/gc_hook.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/thread/id.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk/ext/-test-/string/enc_dummy.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/stack'
compiling /tmp/ruby/src/trunk/ext/-test-/string/enc_str_buf_cat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk/ext/-test-/string/fstring.c
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/symbol.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/vm'
compiling /tmp/ruby/src/trunk/ext/-test-/vm/at_exit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/wait'
compiling /tmp/ruby/src/trunk/ext/-test-/wait/wait.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/cgi/escape'
compiling /tmp/ruby/src/trunk/ext/cgi/escape/escape.c
compiling /tmp/ruby/src/trunk/ext/-test-/string/init.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/continuation'
compiling /tmp/ruby/src/trunk/ext/continuation/continuation.c
linking shared-object -test-/struct.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
compiling /tmp/ruby/src/trunk/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
compiling /tmp/ruby/src/trunk/ext/date/date_core.c
compiling /tmp/ruby/src/trunk/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk/ext/date/date_strftime.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
compiling /tmp/ruby/src/trunk/ext/digest/digest.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk/ext/date/date_strptime.c
linking shared-object -test-/tracepoint.so
linking shared-object -test-/typeddata.so
installing default coverage libraries
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/erb/escape'
compiling /tmp/ruby/src/trunk/ext/erb/escape/escape.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/etc'
compiling /tmp/ruby/src/trunk/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk/ext/etc/etc.c
compiling /tmp/ruby/src/trunk/ext/-test-/string/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/tracepoint'
linking shared-object -test-/vm/at_exit.so
compiling /tmp/ruby/src/trunk/ext/-test-/string/nofree.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk/ext/-test-/string/normalize.c
linking shared-object continuation.so
linking shared-object -test-/wait.so
installing default date_core libraries
compiling /tmp/ruby/src/trunk/ext/-test-/string/qsort.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/vm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fcntl'
compiling /tmp/ruby/src/trunk/ext/fcntl/fcntl.c
installing digest libraries
compiling /tmp/ruby/src/trunk/ext/-test-/string/rb_interned_str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/wait'
installing default digest libraries
compiling /tmp/ruby/src/trunk/ext/-test-/string/rb_str_dup.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
compiling /tmp/ruby/src/trunk/ext/io/console/console.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/nonblock'
linking shared-object -test-/rational.so
compiling /tmp/ruby/src/trunk/ext/io/nonblock/nonblock.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/wait'
compiling /tmp/ruby/src/trunk/ext/io/wait/wait.c
linking shared-object erb/escape.so
linking shared-object io/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/rational'
compiling /tmp/ruby/src/trunk/ext/-test-/string/set_len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/wait'
compiling /tmp/ruby/src/trunk/ext/monitor/monitor.c
installing default console libraries
linking shared-object cgi/escape.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
compiling /tmp/ruby/src/trunk/ext/objspace/object_tracing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
compiling /tmp/ruby/src/trunk/ext/objspace/objspace.c
linking shared-object fcntl.so
compiling /tmp/ruby/src/trunk/ext/objspace/objspace_dump.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/cgi/escape'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_asn1.c
installing default monitor libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
compiling /tmp/ruby/src/trunk/ext/pty/pty.c
compiling /tmp/ruby/src/trunk/ext/psych/psych.c
linking shared-object coverage.so
linking shared-object digest.so
linking shared-object -test-/time.so
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
compiling /tmp/ruby/src/trunk/ext/psych/psych_emitter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_bio.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/nonblock'
compiling /tmp/ruby/src/trunk/ext/psych/psych_parser.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/time'
installing default pty libraries
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_bn.c
linking shared-object etc.so
linking shared-object monitor.so
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_cipher.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/etc'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_config.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_digest.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/string'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_engine.c
linking shared-object -test-/scan_args.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk/ext/rbconfig/sizeof/sizes.c
linking shared-object pty.so
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_hmac.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk/ext/psych/psych_to_ruby.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
compiling /tmp/ruby/src/trunk/ext/rbconfig/sizeof/limits.c
installing default objspace libraries
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk/ext/psych/psych_yaml_tree.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
compiling /tmp/ruby/src/trunk/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ns_spki.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
compiling /tmp/ruby/src/trunk/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ocsp.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
compiling /tmp/ruby/src/trunk/ext/socket/init.c
compiling /tmp/ruby/src/trunk/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk/ext/ripper/ripper_init.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk/ext/socket/constants.c
compiling /tmp/ruby/src/trunk/ext/socket/basicsocket.c
linking shared-object psych.so
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkcs12.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/stringio'
compiling /tmp/ruby/src/trunk/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkcs7.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk/ext/socket/socket.c
linking shared-object io/console.so
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
compiling /tmp/ruby/src/trunk/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk/ext/socket/tcpsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
compiling /tmp/ruby/src/trunk/ext/strscan/strscan.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/zlib'
compiling /tmp/ruby/src/trunk/ext/zlib/zlib.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
checking /tmp/ruby/src/trunk/parse.y and /tmp/ruby/src/trunk/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey_dh.c
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
compiling /tmp/ruby/src/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal/bigdecimal.c
installing default strscan libraries
compiling /tmp/ruby/src/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal/missing.c
installing default ripper libraries
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey_dsa.c
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
compiling /tmp/ruby/src/trunk/.bundle/gems/debug-1.11.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey_ec.c
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk/.bundle/gems/debug-1.11.0/ext/debug/iseq_collector.c
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/conversions.c
ln -sfT ../../../../../src/trunk/.bundle/gems/bigdecimal-3.3.1/lib ../../../../../.bundle/gems/bigdecimal-3.3.1/lib
compiling /tmp/ruby/src/trunk/ext/socket/tcpserver.c
ln -sfT ../../../../../src/trunk/.bundle/gems/debug-1.11.0/lib ../../../../../.bundle/gems/debug-1.11.0/lib
linking shared-object debug/debug.so
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/fiddle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
compiling /tmp/ruby/src/trunk/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/handle.c
ln -sfT ../../../../../src/trunk/.bundle/gems/nkf-0.2.0/bin ../../../../../.bundle/gems/nkf-0.2.0/bin
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
compiling /tmp/ruby/src/trunk/ext/socket/unixsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/../../src/constants.c
compiling /tmp/ruby/src/trunk/ext/socket/unixserver.c
linking shared-object stringio.so
ln -sfT ../../../../../src/trunk/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/../../src/ruby_objs.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/stringio'
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_provider.c
linking shared-object strscan.so
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk/.bundle/gems/syslog-0.3.0/ext/syslog/syslog.c
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/pinned.c
ln -sfT ../../../../../src/trunk/.bundle/gems/racc-1.8.1/bin ../../../../../../.bundle/gems/racc-1.8.1/bin
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan'
ln -sfT ../../../../../src/trunk/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/../../src/util/rbs_constant_pool.c
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/lexer.c
ln -sfT ../../../../../src/trunk/.bundle/gems/syslog-0.3.0/bin ../../../../../.bundle/gems/syslog-0.3.0/bin
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/lexstate.c
ln -sfT ../../../../../src/trunk/.bundle/gems/syslog-0.3.0/lib ../../../../../.bundle/gems/syslog-0.3.0/lib
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk/ext/socket/option.c
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/parser.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/pointer.c
linking shared-object racc/cparse.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/md5'
compiling /tmp/ruby/src/trunk/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/parserstate.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk/ext/digest/rmd160/rmd160init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/unescape.c
linking shared-object digest/bubblebabble.so
linking shared-object syslog_ext.so
compiling /tmp/ruby/src/trunk/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk/ext/socket/ancdata.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/bubblebabble'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ssl.c
ln -sfT ../../../../../src/trunk/.bundle/gems/fiddle-1.1.8/lib ../../../../../.bundle/gems/fiddle-1.1.8/lib
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha1'
compiling /tmp/ruby/src/trunk/ext/digest/sha1/sha1init.c
ln -sfT ../../../../../src/trunk/.bundle/gems/rbs-3.9.5/lib ../../../../../.bundle/gems/rbs-3.9.5/lib
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
compiling /tmp/ruby/src/trunk/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk/ext/digest/sha1/sha1.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json/generator'
compiling /tmp/ruby/src/trunk/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk/ext/socket/raddrinfo.c
linking shared-object digest/md5.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json/parser'
compiling /tmp/ruby/src/trunk/ext/json/parser/parser.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk/ext/digest/sha2/sha2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/md5'
compiling /tmp/ruby/src/trunk/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ts.c
installing default socket libraries
installing default sha2 libraries
linking shared-object digest/rmd160.so
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509attr.c
linking shared-object fiddle.so
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509cert.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha1'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509crl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509revoked.c
linking shared-object digest/sha2.so
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509store.c
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/zlib'
linking shared-object openssl.so
linking shared-object nkf.so
linking shared-object socket.so
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json/parser'
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json/generator'
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/digest_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/finalizer_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/set_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/st_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 -j20" exit with 0.
$$$[beg] make install -j20
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
generating enc.mk
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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.

rm -rf .bundle/gems/win32ole-1.9.2/
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
compiling /tmp/ruby/src/trunk/enc/trans/transdb.c
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk'
linking transcoder transdb.so
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j20 --jobserver-auth=4,5" --make-flags=" -j20 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk/bin
installing base libraries:          /tmp/ruby/install/trunk/lib
installing arch files:              /tmp/ruby/install/trunk/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-4.0.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk/bin
installing library scripts:         /tmp/ruby/install/trunk/lib/ruby/4.0.0+0
installing common headers:          /tmp/ruby/install/trunk/include/ruby-4.0.0+0
installing manpages:                /tmp/ruby/install/trunk/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk/lib/ruby/gems/4.0.0+0
                                    bundler 4.0.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.1
                                    erb 5.1.3
                                    error_highlight 0.7.0
                                    fileutils 1.8.0
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.7.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.8.0
                                    pp 0.6.3
                                    prettyprint 0.2.0
                                    prism 1.6.0
                                    resolv 0.6.3
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.4
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.1.1
                                    weakref 0.1.4
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk/lib/ruby/gems/4.0.0+0
                                    date 3.5.0
                                    digest 3.2.1
                                    etc 1.4.6
                                    fcntl 1.3.0
                                    io-console 0.8.1
                                    io-nonblock 0.3.2
                                    io-wait 0.4.0.dev
                                    json 2.16.0
                                    openssl 4.0.0.pre
                                    psych 5.2.6
                                    stringio 3.1.9.dev
                                    strscan 3.1.6.dev
                                    zlib 3.2.2
installing bundled gems:            /tmp/ruby/install/trunk/lib/ruby/gems/4.0.0+0
                                    minitest 5.26.1
                                    power_assert 3.0.1
                                    rake 13.3.1
                                    test-unit 3.7.1
                                    rexml 3.4.4
                                    rss 0.3.1
                                    net-ftp 0.3.9
                                    net-imap 0.5.12
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.3
                                    prime 0.1.4
                                    rbs 3.9.5
                                    typeprof 0.31.0
                                    debug 1.11.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 3.3.1
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.12
                                    ostruct 0.6.3
                                    pstore 0.2.0
                                    benchmark 0.5.0
                                    logger 1.7.0
                                    rdoc 6.15.1
                                    irb 1.15.3
                                    reline 0.6.3
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk/lib/ruby/gems/4.0.0+0/cache
skipped bundled gems:
    win32ole-1.9.2.gem              extensions not found or build failed win32ole-1.9.2
$$$[end] "make install -j20" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j20'
PASS all 2021 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j20'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j20'
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j20'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
Run options: 
  --seed=21978
  "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j20

# Running tests:

[  1/757] 3831886=did_you_mean/edit_distance/test_jaro_winkler
[  2/757] 3831886=prism/test_helper
[  3/757] 3831873=ruby/test_random_formatter
[  4/757] 3831876=ruby/test_ast
[  5/757] 3831878=rubygems/test_gem_request_set_gem_dependency_api
[  6/757] 3831881=ruby/test_lambda
[  7/757] 3831885=rubygems/test_webauthn_listener
[  8/757] 3831887=openssl/test_x509store
[  9/757] 3831889=openssl/test_x509name
[ 10/757] 3831888=openssl/test_fips
[ 11/757] 3831892=-ext-/st/test_update
[ 12/757] 3831894=prism/api/parse_comments_test
[ 13/757] 3831892=ruby/test_transcode
[ 14/757] 3831874=json/json_generator_test
[ 15/757] 3831877=ruby/test_eval
[ 16/757] 3831879=psych/nodes/test_enumerable
[ 17/757] 3831880=rubygems/test_gem_resolver_vendor_set
[ 18/757] 3831882=mkmf/test_config
[ 19/757] 3831883=rubygems/test_gem_resolver_api_set
[ 20/757] 3831893=prism/ruby/ruby_parser_test
[ 21/757] 3831873=rubygems/test_gem_safe_marshal
[ 22/757] 3831886=resolv/test_addr
[ 23/757] 3831886=prism/library_symbols_test
[ 24/757] 3831886=-ext-/exception/test_ensured
[ 25/757] 3831891=openssl/test_ts
[ 26/757] 3831875=ruby/test_encoding
[ 27/757] 3831879=erb/test_erb_command
[ 28/757] 3831894=json/test_helper
[ 29/757] 3831889=rubygems/test_gem_uri_formatter
[ 30/757] 3831894=mkmf/test_constant
[ 31/757] 3831881=ruby/test_dup
[ 32/757] 3831893=test_pty
[ 33/757] 3831886=ruby/test_range
[ 34/757] 3831879=rubygems/test_project_sanity
[ 35/757] 3831885=ruby/test_object_id
[ 36/757] 3831878=socket/test_udp
[ 37/757] 3831878=prism/unescape_test
[ 38/757] 3831889=ruby/test_file
[ 39/757] 3831874=prism/bom_test
[ 40/757] 3831880=-ext-/exception/test_data_error
[ 41/757] 3831883=rubygems/test_gem_commands_check_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[ 42/757] 3831873=ruby/test_regexp
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 43/757] 3831883=prism/errors_test
[ 44/757] 3831878=ruby/test_integer_comb
[ 45/757] 3831874=open-uri/test_ftp
[ 46/757] 3831880=test_tmpdir
[ 47/757] 3831881=ruby/test_vm_dump
[ 48/757] 3831881=ruby/enc/test_big5
[ 49/757] 3831881=-ext-/symbol/test_type
[ 50/757] 3831874=pathname/test_ractor
[ 51/757] 3831888=test_tsort
[ 52/757] 3831881=mkmf/test_signedness
[ 53/757] 3831888=-ext-/string/test_normalize
[ 54/757] 3831888=openssl/test_ossl
[ 55/757] 3831888=fiber/test_timeout
[ 56/757] 3831888=ruby/test_flip
[ 57/757] 3831879=did_you_mean/tree_spell/test_change_word
[ 58/757] 3831880=ruby/test_sleep
[ 59/757] 3831879=rubygems/test_gem_local_remote_options
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[ 60/757] 3831888=ruby/test_object
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[ 61/757] 3831874=date/test_date_arith
[ 62/757] 3831887=rubygems/test_gem_command_manager
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 63/757] 3831879=ruby/test_basicinstructions
[ 64/757] 3831874=rubygems/test_gem_gemcutter_utilities
[ 65/757] 3831885=prism/api/parse_test
[ 66/757] 3831887=prism/api/lex_test
[ 67/757] 3831879=rubygems/test_gem_remote_fetcher_local_ssl_server
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 68/757] 3831879=ruby/test_arithmetic_sequence
[ 69/757] 3831885=psych/test_object
[ 70/757] 3831882=prism/heredoc_dedent_test
[ 71/757] 3831879=prism/version_test
[ 72/757] 3831885=ruby/test_not
[ 73/757] 3831887=rubygems/test_gem_resolver_lock_set
[ 74/757] 3831885=rubygems/test_gem_update_suggestion
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[ 75/757] 3831874=ripper/test_files_test
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 76/757] 3831887=ruby/test_file_exhaustive
[ 77/757] 3831885=prism/result/attribute_write_test
[ 78/757] 3831885=-ext-/hash/test_delete
[ 79/757] 3831885=prism/api/dump_test
[ 80/757] 3831875=did_you_mean/spell_checking/test_class_name_check
[ 81/757] 3831879=ruby/test_keyword
[ 82/757] 3831875=ruby/test_continuation
[ 83/757] 3831882=-ext-/win32/test_fd_setsize
[ 84/757] 3831882=-ext-/st/test_numhash
[ 85/757] 3831875=rubygems/test_gem_commands_push_command
[ 86/757] 3831882=ruby/test_weakkeymap
[ 87/757] 3831877=openssl/test_pkey_rsa
[ 88/757] 3831893=rubygems/test_gem_platform
[ 89/757] 3831883=optparse/test_placearg
[ 90/757] 3831874=rubygems/test_gem_package_task
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 91/757] 3831874=date/test_date_strptime
[ 92/757] 3831875=psych/test_stringio
[ 93/757] 3831891=-ext-/string/test_enc_associate
[ 94/757] 3831875=ruby/test_lazy_enumerator
[ 95/757] 3831893=socket/test_unix
[ 96/757] 3831883=-ext-/string/test_nofree
[ 97/757] 3831883=rubygems/test_gem_commands_pristine_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 98/757] 3831883=ruby/test_symbol
[ 99/757] 3831893=prism/ruby/parser_test
[100/757] 3831893=psych/test_coder
[101/757] 3831893=mkmf/test_find_executable
[102/757] 3831893=dtrace/test_function_entry
[103/757] 3831893=-ext-/arith_seq/test_arith_seq_beg_len_step
[104/757] 3831874=rubygems/test_gem_resolver_requirement_list
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[105/757] 3831874=openssl/test_pkcs7
[106/757] 3831893=uri/test_mailto
[107/757] 3831893=psych/test_symbol
[108/757] 3831888=prism/ractor_test
[109/757] 3831893=-ext-/string/test_coderange
[110/757] 3831893=json/json_generic_object_test
[111/757] 3831893=rubygems/test_gem_source_fetch_problem
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[112/757] 3831893=net/http/test_http_request
[113/757] 3831893=-ext-/array/test_resize
[114/757] 3831893=error_highlight/test_error_highlight
[115/757] 3831886=rubygems/test_gem_commands_cleanup_command
[116/757] 3831888=-ext-/struct/test_member
[117/757] 3831888=psych/test_numeric
[118/757] 3831888=-ext-/eval/test_eval
[119/757] 3831888=optparse/test_autoconf
[120/757] 3831888=ruby/test_dir
[121/757] 3831886=rubygems/test_gem_console_ui
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[122/757] 3831879=date/test_date_ractor
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[123/757] 3831886=did_you_mean/test_ractor_compatibility
[124/757] 3831882=ruby/test_mixed_unicode_escapes
[125/757] 3831882=test_ipaddr
[126/757] 3831882=prism/result/overlap_test
[127/757] 3831875=rubygems/test_gem_resolver_api_specification
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[128/757] 3831875=prism/result/static_literals_test
[129/757] 3831891=psych/test_merge_keys
[130/757] 3831875=ruby/test_threadgroup
[131/757] 3831891=rubygems/test_gem_specification
[132/757] 3831888=ruby/test_enum
[133/757] 3831879=ruby/test_complex2
[134/757] 3831879=-ext-/load/test_resolve_symbol
[135/757] 3831891=rubygems/test_gem_package
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[136/757] 3831891=mkmf/test_have_macro
[137/757] 3831879=ruby/test_time_tz
[138/757] 3831892=json/ractor_test
[139/757] 3831892=ruby/test_trace
[140/757] 3831892=io/wait/test_io_wait_uncommon
[141/757] 3831892=ruby/test_arity
[142/757] 3831892=stringio/test_stringio
[143/757] 3831882=rubygems/test_gem_ci_detector
[144/757] 3831879=ruby/test_bignum
[145/757] 3831886=dtrace/test_singleton_function
[146/757] 3831886=socket/test_ancdata
[147/757] 3831886=-ext-/string/test_rb_str_dup
[148/757] 3831886=socket/test_nonblock
[149/757] 3831886=test_weakref
[150/757] 3831892=test_unicode_normalize
[151/757] 3831877=ruby/test_marshal
[152/757] 3831892=test_timeout
[153/757] 3831882=ruby/test_alias
[154/757] 3831879=psych/test_ractor
[155/757] 3831885=ruby/test_thread
[156/757] 3831886=json/json_ext_parser_test
[157/757] 3831886=-ext-/integer/test_my_integer
[158/757] 3831886=open-uri/test_ssl
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[159/757] 3831886=rubygems/test_gem_commands_open_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[160/757] 3831886=resolv/test_dns
[161/757] 3831886=strscan/test_ractor
[162/757] 3831886=rubygems/test_gem
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[163/757] 3831886=rubygems/test_gem_source_lock
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[164/757] 3831886=win32/test_registry
[165/757] 3831886=psych/test_parser
[166/757] 3831882=ruby/test_ractor
[167/757] 3831886=rubygems/test_gem_commands_setup_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[168/757] 3831877=-ext-/integer/test_integer
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[169/757] 3831886=fileutils/test_dryrun
[170/757] 3831886=ruby/test_env
[171/757] 3831877=rubygems/test_gem_resolver_git_specification
[172/757] 3831877=-ext-/marshal/test_usrmarshal
[173/757] 3831879=psych/test_object_references
[174/757] 3831879=-ext-/string/test_capacity
[175/757] 3831879=-ext-/float/test_nextafter
[176/757] 3831874=mkmf/test_have_func
[177/757] 3831891=-ext-/file/test_stat
[178/757] 3831891=rubygems/test_gem_request_set_lockfile_tokenizer
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
[179/757] 3831879=rubygems/test_rubygems
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[180/757] 3831891=net/http/test_https_proxy
[181/757] 3831879=prism/ruby/ripper_test
#<Thread:0x000074b96541f3a0 /tmp/ruby/src/trunk/test/net/http/test_https_proxy.rb:18 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk/test/net/http/test_https_proxy.rb:19:in 'block (2 levels) in HTTPSProxyTest#test_https_proxy_authentication': uninitialized constant HTTPSProxyTest::Net (NameError)
[182/757] 3831893=ruby/test_call
[183/757] 3831877=ruby/test_integer
[184/757] 3831888=ruby/test_rubyoptions
[185/757] 3831893=ruby/test_super
[186/757] 3831875=ripper/test_files_test_1
[187/757] 3831883=rubygems/test_gem_path_support
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[188/757] 3831883=ruby/test_struct
[189/757] 3831892=fiber/test_mutex
[190/757] 3831879=openssl/test_x509req
[191/757] 3831878=-ext-/bignum/test_div
[192/757] 3831878=ruby/test_allocation
[193/757] 3831879=openssl/test_engine
[194/757] 3831879=ruby/test_key_error
[195/757] 3831879=psych/test_serialize_subclasses
[196/757] 3831879=ruby/test_insns_leaf
[197/757] 3831879=psych/test_deprecated
[198/757] 3831879=mkmf/test_pkg_config
[199/757] 3831879=prism/magic_comment_test
[200/757] 3831893=prism/onigmo_test
[201/757] 3831893=fiber/test_io_close
[202/757] 3831893=psych/test_struct
[203/757] 3831893=ruby/test_variable
[204/757] 3831881=ripper/test_sexp
[205/757] 3831881=prism/fuzzer_test
[206/757] 3831894=json/json_common_interface_test
[207/757] 3831894=rubygems/test_gem_source_subpath_problem
[208/757] 3831881=-ext-/win32/test_dln
[209/757] 3831881=prism/result/comments_test
[210/757] 3831881=json/json_parser_test
[211/757] 3831879=ruby/test_nomethod_error
[212/757] 3831879=prism/result/named_capture_test
[213/757] 3831879=openssl/test_config
[214/757] 3831874=-ext-/time/test_new
[215/757] 3831874=rubygems/test_gem_security_signer
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[216/757] 3831881=openssl/test_cipher
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[217/757] 3831879=rubygems/test_gem_resolver_git_set
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[218/757] 3831874=fiber/test_storage
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[219/757] 3831874=prism/result/constant_path_node_test
[220/757] 3831874=digest/test_digest_extend
[221/757] 3831879=psych/test_omap
[222/757] 3831874=ruby/test_iterator
[223/757] 3831879=dtrace/test_string
[224/757] 3831879=ruby/test_memory_view
[225/757] 3831894=-ext-/debug/test_debug
[226/757] 3831879=test_shellwords
[227/757] 3831894=prism/result/heredoc_test
[228/757] 3831894=ruby/test_metaclass
[229/757] 3831894=prism/ruby/dispatcher_test
[230/757] 3831879=openssl/test_x509crl
[231/757] 3831881=ruby/test_fixnum
[232/757] 3831894=ruby/test_signal
[233/757] 3831881=fiber/test_process
[234/757] 3831881=ruby/enc/test_windows_1252
[235/757] 3831881=ruby/test_require
[236/757] 3831874=ruby/test_float
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
[237/757] 3831879=rubygems/test_gem_source_git
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[238/757] 3831879=rubygems/test_gem_commands_signout_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[239/757] 3831879=ruby/test_refinement
[240/757] 3831892=ruby/enc/test_regex_casefold
[241/757] 3831892=prism/result/warnings_test
[242/757] 3831893=rubygems/test_gem_resolver_installer_set
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[243/757] 3831893=ruby/test_dir_m17n
[244/757] 3831892=ruby/test_rational
[245/757] 3831877=prism/fixtures_test
[246/757] 3831894=ruby/test_rational2
[247/757] 3831883=did_you_mean/test_spell_checker
[248/757] 3831894=rubygems/test_gem_source_installed
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[249/757] 3831883=erb/test_erb
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[250/757] 3831894=openssl/test_x509ext
[251/757] 3831894=open-uri/test_proxy
[252/757] 3831877=-ext-/iter/test_yield_block
[253/757] 3831877=rubygems/test_gem_package_tar_header_ractor
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[254/757] 3831894=-ext-/struct/test_len
[255/757] 3831894=rubygems/test_gem_commands_cert_command
[256/757] 3831877=openssl/test_provider
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[257/757] 3831894=-ext-/test_abi
[258/757] 3831883=psych/test_yamldbm
[259/757] 3831883=rubygems/test_gem_commands_rebuild_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[260/757] 3831883=dtrace/test_load
[261/757] 3831883=rubygems/test_gem_ext_builder
[262/757] 3831886=net/http/test_https
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[263/757] 3831883=rubygems/test_gem_dependency_list
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[264/757] 3831883=prism/result/implicit_array_test
[265/757] 3831883=psych/test_scalar_scanner
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[266/757] 3831883=rubygems/test_gem_source
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[267/757] 3831883=rubygems/test_gem_package_tar_writer
[268/757] 3831894=ruby/test_array
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[269/757] 3831883=rubygems/test_gem_commands_outdated_command
[270/757] 3831883=psych/test_boolean
[271/757] 3831883=-ext-/thread/test_instrumentation_api
[272/757] 3831874=-ext-/load/test_stringify_symbols
[273/757] 3831882=ruby/test_rubyvm
[274/757] 3831882=mkmf/test_configuration
[275/757] 3831874=monitor/test_monitor
[276/757] 3831877=net/http/test_buffered_io
[277/757] 3831877=ruby/test_whileuntil
[278/757] 3831877=prism/ruby/string_query_test
[279/757] 3831877=did_you_mean/spell_checking/test_method_name_check
[280/757] 3831877=-ext-/arith_seq/test_arith_seq_extract
[281/757] 3831882=uri/test_parser
[282/757] 3831882=openssl/test_ssl
[283/757] 3831874=rubygems/test_gem_ext_cargo_builder
[284/757] 3831875=ruby/test_module
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[285/757] 3831874=rubygems/test_gem_request_set
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[286/757] 3831874=ripper/test_lexer
[287/757] 3831877=ruby/test_thread_cv
[288/757] 3831874=yaml/test_dbm
[289/757] 3831874=openssl/test_ssl_session
[290/757] 3831893=-ext-/test_random
[291/757] 3831893=-ext-/test_notimplement
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[292/757] 3831893=rubygems/test_gem_uri
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[293/757] 3831893=rubygems/test_gem_commands_update_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[294/757] 3831893=-ext-/box/test_load_ext
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[295/757] 3831893=rubygems/test_gem_resolver_vendor_specification
[296/757] 3831893=mmtk/test_configuration
[297/757] 3831893=-ext-/struct/test_data
[298/757] 3831893=rubygems/test_gem_gem_runner
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[299/757] 3831893=ripper/test_filter
[300/757] 3831893=ruby/enc/test_koi8
[301/757] 3831893=fiber/test_enumerator
[302/757] 3831893=ruby/enc/test_case_mapping
[303/757] 3831893=ruby/test_path
[304/757] 3831893=openssl/test_bn
[305/757] 3831893=socket/test_addrinfo
[306/757] 3831893=net/http/test_http
[307/757] 3831893=did_you_mean/test_tree_spell_checker
[308/757] 3831893=date/test_date_compat
[309/757] 3831893=-ext-/test_bug-14834
[310/757] 3831893=ruby/test_compile_prism
[311/757] 3831892=json/json_encoding_test
[312/757] 3831892=net/http/test_httpresponses
[313/757] 3831892=psych/test_encoding
[314/757] 3831892=-ext-/string/test_set_len
[315/757] 3831892=rubygems/test_gem_resolver_local_specification
[316/757] 3831893=net/http/test_httpheader
[317/757] 3831893=mkmf/test_install
[318/757] 3831877=prism/encoding/string_encoding_test
[319/757] 3831892=socket/test_sockopt
[320/757] 3831892=rubygems/test_gem_commands_yank_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[321/757] 3831877=openssl/test_pair
[322/757] 3831892=ruby/enc/test_euc_jp
[323/757] 3831892=optparse/test_acceptable
[324/757] 3831893=psych/test_document
[325/757] 3831893=test_bundled_gems
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[326/757] 3831893=did_you_mean/core_ext/test_name_error_extension
[327/757] 3831892=did_you_mean/tree_spell/test_human_typo
[328/757] 3831893=ruby/test_primitive
[329/757] 3831893=test_rbconfig
[330/757] 3831892=rubygems/test_gem_security
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[331/757] 3831892=objspace/test_ractor
[332/757] 3831880=openssl/test_digest
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[333/757] 3831880=rubygems/test_bundled_ca
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[334/757] 3831893=test_open3
[335/757] 3831880=ruby/test_fiber
[336/757] 3831879=date/test_date_marshal
[337/757] 3831879=mkmf/test_mkmf
[338/757] 3831879=ruby/test_set
[339/757] 3831879=-ext-/popen_deadlock/test_popen_deadlock
[340/757] 3831881=test_delegate
[341/757] 3831881=rubygems/test_exit
[342/757] 3831892=-ext-/test_recursion
[343/757] 3831892=psych/json/test_stream
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[344/757] 3831892=rubygems/test_webauthn_listener_response
[345/757] 3831881=test_time
[346/757] 3831892=-ext-/array/test_to_ary_concat
[347/757] 3831874=-ext-/test_printf
[348/757] 3831874=rubygems/test_gem_bundler_version_finder
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[349/757] 3831874=ruby/enc/test_emoji_breaks
[350/757] 3831874=ruby/test_beginendblock
[351/757] 3831881=rubygems/test_gem_commands_unpack_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[352/757] 3831881=ripper/test_files_lib
[353/757] 3831879=openssl/test_pkey_dsa
[354/757] 3831875=psych/test_class
[355/757] 3831875=openssl/test_ocsp
[356/757] 3831874=fiber/test_scheduler
[357/757] 3831889=ruby/test_iseq
[358/757] 3831878=-ext-/exception/test_exception_at_throwing
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[359/757] 3831892=rubygems/test_gem_commands_server_command
[360/757] 3831892=optparse/test_did_you_mean
[361/757] 3831878=did_you_mean/spell_checking/test_variable_name_check
[362/757] 3831878=ruby/test_io_m17n
[363/757] 3831892=dtrace/test_cmethod
[364/757] 3831892=prism/percent_delimiter_string_test
[365/757] 3831892=prism/result/breadth_first_search_test
[366/757] 3831892=-ext-/econv/test_append
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[367/757] 3831892=rubygems/test_gem_commands_build_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[368/757] 3831892=prism/result/node_id_test
[369/757] 3831879=ruby/enc/test_case_comprehensive
[370/757] 3831879=prism/api/freeze_test
[371/757] 3831879=-ext-/string/test_interned_str
[372/757] 3831879=ripper/test_files_sample
[373/757] 3831879=strscan/test_stringscanner
[374/757] 3831879=mkmf/test_convertible
[375/757] 3831892=ruby/test_yield
[376/757] 3831893=-ext-/string/test_fstring
[377/757] 3831887=psych/test_array
[378/757] 3831887=optparse/test_optparse
[379/757] 3831889=rubygems/test_webauthn_poller
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[380/757] 3831887=-ext-/rational/test_rat
[381/757] 3831889=-ext-/typeddata/test_typeddata
[382/757] 3831887=rubygems/test_gem_resolver_best_set
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[383/757] 3831887=prism/locals_test
[384/757] 3831887=ruby/test_clone
[385/757] 3831893=rubygems/test_gem_commands_install_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[386/757] 3831893=ruby/test_readpartial
[387/757] 3831883=io/console/test_ractor
[388/757] 3831883=fiber/test_io_buffer
[389/757] 3831889=ruby/test_backtrace
[390/757] 3831887=prism/result/regular_expression_options_test
[391/757] 3831887=rubygems/test_gem_resolver_conflict
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[392/757] 3831887=prism/result/numeric_value_test
[393/757] 3831887=ruby/test_autoload
[394/757] 3831883=ruby/enc/test_utf16
[395/757] 3831878=ruby/test_unicode_escape
[396/757] 3831883=ruby/test_io
[397/757] 3831878=ruby/test_case
[398/757] 3831878=mkmf/test_sizeof
[399/757] 3831875=psych/visitors/test_yaml_tree
[400/757] 3831875=dtrace/test_gc
[401/757] 3831894=ruby/test_math
[402/757] 3831875=rubygems/test_gem_commands_fetch_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[403/757] 3831894=mkmf/test_libs
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[404/757] 3831894=rubygems/test_config
[405/757] 3831875=fiber/test_sleep
[406/757] 3831894=ripper/test_ripper
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[407/757] 3831893=rubygems/test_gem_config_file
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[408/757] 3831893=rubygems/test_gem_resolver_activation_request
[409/757] 3831881=net/protocol/test_protocol
[410/757] 3831893=optparse/test_getopts
[411/757] 3831881=ruby/test_yjit_exit_locations
[412/757] 3831893=etc/test_etc
[413/757] 3831881=openssl/test_pkcs12
#<Thread:0x000075d995e60660 /tmp/ruby/src/trunk/test/net/http/test_https.rb:75 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk/test/net/http/test_https.rb:76:in 'block (2 levels) in TestNetHTTPS#test_get_SNI_proxy': uninitialized constant TestNetHTTPS::Net (NameError)
Did you mean?  Set
[414/757] 3831893=ruby/test_system
[415/757] 3831874=-ext-/bignum/test_bigzero
[416/757] 3831874=openssl/test_pkey_dh
[417/757] 3831894=-ext-/iseq_load/test_iseq_load
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[418/757] 3831874=rubygems/test_gem_util
[419/757] 3831874=prism/result/source_location_test
[420/757] 3831881=rubygems/test_gem_package_tar_header
[421/757] 3831874=uri/test_ftp
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[422/757] 3831874=ruby/enc/test_euc_kr
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[423/757] 3831874=ruby/test_method
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[424/757] 3831881=rubygems/test_gem_commands_query_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[425/757] 3831881=dtrace/test_array_create
[426/757] 3831881=-ext-/bignum/test_pack
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[427/757] 3831873=rubygems/test_gem_impossible_dependencies_error
[428/757] 3831873=psych/visitors/test_to_ruby
[429/757] 3831873=did_you_mean/spell_checking/test_pattern_key_name_check
[430/757] 3831873=fiber/test_io
[431/757] 3831881=-ext-/gvl/test_ubf_async_safe
[432/757] 3831881=ruby/test_hash
[433/757] 3831873=ruby/enc/test_emoji
[434/757] 3831893=rubygems/test_gem_unsatisfiable_dependency_error
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[435/757] 3831873=-ext-/st/test_foreach
[436/757] 3831873=rubygems/test_gem_source_specific_file
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[437/757] 3831893=ruby/test_condition
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[438/757] 3831873=rubygems/test_gem_commands_uninstall_command
[439/757] 3831893=ruby/enc/test_cp949
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[440/757] 3831893=optparse/test_summary
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[441/757] 3831873=-ext-/win32/test_console_attr
[442/757] 3831873=optparse/test_kwargs
[443/757] 3831873=rubygems/test_gem_commands_exec_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[444/757] 3831873=io/wait/test_io_wait
[445/757] 3831877=date/test_date_attr
[446/757] 3831877=-ext-/string/test_ellipsize
[447/757] 3831889=ruby/test_yjit
[448/757] 3831889=ruby/test_weakmap
[449/757] 3831877=ruby/test_m17n
[450/757] 3831893=rubygems/test_gem_commands_environment_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[451/757] 3831893=uri/test_ws
[452/757] 3831893=ruby/test_argf
[453/757] 3831873=openssl/test_ns_spki
[454/757] 3831873=mkmf/test_framework
[455/757] 3831873=-ext-/string/test_external_new
[456/757] 3831873=psych/test_alias_and_anchor
[457/757] 3831873=-ext-/postponed_job/test_postponed_job
[458/757] 3831877=psych/test_hash
[459/757] 3831877=psych/test_tree_builder
[460/757] 3831877=rubygems/test_gem_resolver_dependency_request
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[461/757] 3831875=-ext-/load/test_protect
[462/757] 3831877=rubygems/test_gem_request_set_lockfile
[463/757] 3831875=prism/result/equality_test
[464/757] 3831875=psych/test_set
[465/757] 3831875=prism/encoding/regular_expression_encoding_test
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[466/757] 3831875=mkmf/test_have_library
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[467/757] 3831877=rubygems/test_remote_fetch_error
[468/757] 3831877=rubygems/test_gem_commands_stale_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[469/757] 3831877=-ext-/thread/test_lock_native_thread
[470/757] 3831873=ruby/test_undef
[471/757] 3831873=objspace/test_objspace
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[472/757] 3831894=rubygems/test_gem_security_trust_dir
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[473/757] 3831894=ruby/test_sprintf
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[474/757] 3831877=rubygems/test_gem_requirement
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[475/757] 3831877=ruby/test_string_memory
[476/757] 3831877=rubygems/test_gem_resolver_installed_specification
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[477/757] 3831877=ripper/test_scanner_events
[478/757] 3831894=prism/result/string_test
[479/757] 3831894=rubygems/test_gem_remote_fetcher
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[480/757] 3831877=resolv/test_mdns
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[481/757] 3831877=ruby/test_parse
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[482/757] 3831894=rubygems/test_gem_dependency
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[483/757] 3831894=-ext-/stack/test_stack_overflow
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[484/757] 3831894=rubygems/test_gem_resolver_specification
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[485/757] 3831894=-ext-/path_to_class/test_path_to_class
[486/757] 3831894=prism/lex_test
[487/757] 3831877=ruby/test_inlinecache
[488/757] 3831877=rubygems/test_gem_commands_search_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[489/757] 3831877=ruby/test_complex
[490/757] 3831875=rubygems/test_gem_ext_ext_conf_builder
[491/757] 3831877=rubygems/test_gem_stub_specification
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[492/757] 3831875=dtrace/test_method_cache
[493/757] 3831877=ruby/test_frozen_error
[494/757] 3831875=rubygems/test_gem_commands_signin_command
[495/757] 3831877=resolv/test_resource
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
[496/757] 3831877=psych/visitors/test_emitter
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[497/757] 3831877=uri/test_ldap
[498/757] 3831875=prism/encoding/encodings_test
[499/757] 3831877=fileutils/test_fileutils
[500/757] 3831875=ruby/enc/test_cesu8
[501/757] 3831875=ruby/test_econv
[502/757] 3831892=rubygems/test_gem_version
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[503/757] 3831892=-ext-/string/test_too_many_dummy_encodings
[504/757] 3831892=optparse/test_reqarg
[505/757] 3831877=ruby/test_stack
[506/757] 3831878=rubygems/test_gem_commands_list_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[507/757] 3831894=prism/ruby/desugar_compiler_test
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[508/757] 3831878=rubygems/test_gem_resolver_index_specification
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[509/757] 3831894=-ext-/marshal/test_internal_ivar
[510/757] 3831894=rubygems/test_gem_commands_help_command
[511/757] 3831878=-ext-/tracepoint/test_tracepoint
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[512/757] 3831894=test_prettyprint
[513/757] 3831889=socket/test_basicsocket
[514/757] 3831894=ruby/enc/test_utf32
[515/757] 3831894=-ext-/struct/test_duplicate
[516/757] 3831889=optparse/test_noarg
[517/757] 3831894=prism/ruby/pattern_test
[518/757] 3831894=test_tempfile
[519/757] 3831892=fiber/test_queue
[520/757] 3831892=openssl/test_random
[521/757] 3831892=openssl/test_asn1
[522/757] 3831892=ruby/test_const
[523/757] 3831892=ruby/test_class
[524/757] 3831885=optparse/test_load
[525/757] 3831885=json/json_string_matching_test
[526/757] 3831878=rubygems/test_gem_installer
[527/757] 3831885=psych/test_yamlstore
[528/757] 3831885=prism/encoding/symbol_encoding_test
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[529/757] 3831889=date/test_date_strftime
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[530/757] 3831885=rubygems/test_gem_commands_owner_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[531/757] 3831878=rubygems/test_gem_source_vendor
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[532/757] 3831885=psych/handlers/test_recorder
[533/757] 3831885=optparse/test_bash_completion
[534/757] 3831878=rubygems/test_deprecate
[535/757] 3831885=ruby/test_zjit
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[536/757] 3831885=uri/test_file
[537/757] 3831878=rubygems/test_gem_available_set
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[538/757] 3831885=-ext-/string/test_modify_expand
[539/757] 3831885=ruby/test_complexrational
[540/757] 3831878=pathname/test_pathname
[541/757] 3831885=coverage/test_coverage
[542/757] 3831894=rubygems/test_gem_package_tar_reader
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[543/757] 3831894=prism/regexp_test
[544/757] 3831894=test_find
[545/757] 3831894=digest/test_ractor
[546/757] 3831875=optparse/test_switch
[547/757] 3831875=uri/test_wss
[548/757] 3831875=rubygems/test_require
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[549/757] 3831875=rubygems/test_gem_ext_cmake_builder
[550/757] 3831878=rubygems/test_gem_commands_contents_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[551/757] 3831894=psych/test_psych_set
[552/757] 3831875=digest/test_digest
[553/757] 3831878=psych/test_marshalable
[554/757] 3831894=-ext-/debug/test_profile_frames
[555/757] 3831878=-ext-/string/test_cstr
[556/757] 3831877=ruby/test_warning
[557/757] 3831894=-ext-/string/test_enc_str_buf_cat
[558/757] 3831881=ruby/enc/test_gbk
[559/757] 3831894=json/json_ryu_fallback_test
[560/757] 3831894=-ext-/class/test_class2name
[561/757] 3831894=prism/result/index_write_test
[562/757] 3831881=ruby/test_comparable
[563/757] 3831894=json/json_fixtures_test
[564/757] 3831881=ruby/test_shapes
[565/757] 3831894=ruby/test_io_timeout
[566/757] 3831877=rubygems/test_gem_commands_sources_command
[567/757] 3831881=-ext-/proc/test_bmethod
[568/757] 3831894=io/wait/test_ractor
[569/757] 3831881=ruby/enc/test_euc_tw
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[570/757] 3831881=fileutils/test_nowrite
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
[571/757] 3831894=ruby/test_thread_queue
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[572/757] 3831881=-ext-/wait/test_wait
[573/757] 3831877=resolv/test_win32_config
[574/757] 3831877=psych/test_yaml
[575/757] 3831881=test_forwardable
[576/757] 3831881=-ext-/bignum/test_big2str
[577/757] 3831881=ruby/test_literal
[578/757] 3831877=-ext-/load/test_dot_dot
[579/757] 3831877=-ext-/bignum/test_str2big
[580/757] 3831877=prism/ruby/location_test
[581/757] 3831877=ruby/test_objectspace
[582/757] 3831889=socket/test_socket
[583/757] 3831880=rubygems/test_gem_remote_fetcher_s3
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[584/757] 3831885=fiber/test_thread
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[585/757] 3831880=stringio/test_ractor
[586/757] 3831880=rubygems/test_gem_install_update_options
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[587/757] 3831880=ruby/test_require_lib
[588/757] 3831879=test_extlibs
[589/757] 3831878=rubygems/test_gem_stream_ui
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[590/757] 3831878=ruby/test_m17n_comb
[591/757] 3831887=fiber/test_ractor
[592/757] 3831885=psych/test_json_tree
[593/757] 3831885=openssl/test_pkey
[594/757] 3831887=ripper/test_parser_events
[595/757] 3831888=ruby/test_box
[596/757] 3831887=optparse/test_cclass
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[597/757] 3831885=rubygems/test_gem_version_option
[598/757] 3831875=ruby/enc/test_grapheme_breaks
[599/757] 3831885=rubygems/test_gem_request_connection_pools
[600/757] 3831875=uri/test_generic
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[601/757] 3831885=-ext-/test_scan_args
[602/757] 3831885=-ext-/test_enumerator_kw
[603/757] 3831885=prism/ruby/tunnel_test
[604/757] 3831875=rubygems/test_gem_text
[605/757] 3831885=ruby/test_settracefunc
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[606/757] 3831887=cgi/test_cgi_escape
[607/757] 3831893=rubygems/test_gem_commands_mirror
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[608/757] 3831875=rubygems/test_gem_ext_cargo_builder_link_flag_converter
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[609/757] 3831893=rubygems/test_gem_request
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[610/757] 3831875=ruby/test_method_cache
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[611/757] 3831875=ruby/test_sprintf_comb
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[612/757] 3831893=ruby/test_exception
[613/757] 3831875=-ext-/bug_reporter/test_bug_reporter
[614/757] 3831887=rubygems/test_gem_name_tuple
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[615/757] 3831874=rubygems/test_gem_package_tar_reader_entry
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[616/757] 3831887=ruby/test_rand
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[617/757] 3831874=prism/ruby/parameters_signature_test
[618/757] 3831874=rubygems/test_gem_commands_info_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[619/757] 3831881=psych/test_scalar
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[620/757] 3831874=rubygems/test_gem_dependency_installer
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[621/757] 3831881=ruby/enc/test_case_options
[622/757] 3831874=yaml/test_store
[623/757] 3831881=socket/test_tcp
[624/757] 3831874=ruby/enc/test_iso_8859
[625/757] 3831874=ruby/test_syntax
[626/757] 3831888=rubygems/test_gem_safe_yaml
[627/757] 3831888=psych/test_date_time
[628/757] 3831887=dtrace/test_require
[629/757] 3831887=ruby/test_data
[630/757] 3831887=date/test_date_new
[631/757] 3831887=open-uri/test_open-uri
[632/757] 3831887=net/http/test_httpresponse
[633/757] 3831887=psych/test_stream
[634/757] 3831887=rubygems/test_gem_commands_dependency_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[635/757] 3831887=rubygems/test_gem_resolver
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[636/757] 3831888=psych/test_safe_load
[637/757] 3831887=rubygems/test_gem_resolver_composed_set
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[638/757] 3831888=ruby/test_name_error
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[639/757] 3831887=uri/test_http
[640/757] 3831887=ruby/enc/test_shift_jis
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[641/757] 3831887=rubygems/test_gem_commands_which_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[642/757] 3831887=-ext-/symbol/test_inadvertent_creation
[643/757] 3831875=mkmf/test_flags
[644/757] 3831888=ruby/test_enumerator
[645/757] 3831887=rubygems/test_gem_commands_specification_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[646/757] 3831887=prism/ruby/reflection_test
[647/757] 3831885=rubygems/test_gem_ext_rake_builder
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[648/757] 3831887=-ext-/method/test_arity
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[649/757] 3831887=rubygems/test_gem_resolver_lock_specification
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[650/757] 3831885=openssl/test_x509cert
[651/757] 3831887=ruby/test_gc
[652/757] 3831889=ruby/test_process
[653/757] 3831881=-ext-/gvl/test_last_thread
[654/757] 3831885=prism/api/command_line_test
[655/757] 3831885=ruby/test_pack
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[656/757] 3831879=rubygems/test_gem_source_local
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[657/757] 3831879=rubygems/test_gem_security_policy
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[658/757] 3831882=prism/newline_test
[659/757] 3831879=did_you_mean/spell_checking/test_uncorrectable_name_check
[660/757] 3831879=ruby/test_stringchar
[661/757] 3831883=dtrace/test_hash_create
[662/757] 3831883=-ext-/funcall/test_passing_block
[663/757] 3831883=psych/test_data
[664/757] 3831883=test_securerandom
[665/757] 3831883=json/json_coder_test
[666/757] 3831883=io/console/test_io_console
[667/757] 3831882=test_singleton
[668/757] 3831882=io/nonblock/test_flush
[669/757] 3831882=date/test_switch_hitter
[670/757] 3831879=psych/test_nil
[671/757] 3831879=-ext-/num2int/test_num2int
[672/757] 3831879=fileutils/test_verbose
[673/757] 3831882=test_pp
[674/757] 3831879=rubygems/test_gem_remote_fetcher_local_server
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[675/757] 3831882=ruby/test_frozen
[676/757] 3831879=rubygems/test_gem_ext_configure_builder
[677/757] 3831882=-ext-/iter/test_iter_break
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[678/757] 3831882=psych/test_exception
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[679/757] 3831882=optparse/test_zsh_completion
[680/757] 3831882=fiber/test_address_resolve
[681/757] 3831879=psych/test_yaml_special_cases
[682/757] 3831882=optparse/test_optarg
[683/757] 3831879=rubygems/test_gem_source_list
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[684/757] 3831879=ruby/test_numeric
[685/757] 3831885=prism/api/parse_stream_test
[686/757] 3831885=rubygems/test_gem_commands_lock_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[687/757] 3831885=ruby/test_assignment
[688/757] 3831882=ruby/test_ifunless
[689/757] 3831879=-ext-/test_bug-3571
[690/757] 3831882=rubygems/test_gem_command
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[691/757] 3831879=rubygems/test_gem_spec_fetcher
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[692/757] 3831882=uri/test_common
[693/757] 3831879=openssl/test_hmac
[694/757] 3831879=dtrace/test_object_create_start
[695/757] 3831879=prism/snippets_test
[696/757] 3831875=rubygems/test_gem_rdoc
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[697/757] 3831875=date/test_date
[698/757] 3831875=prism/api/parse_success_test
[699/757] 3831875=rubygems/test_gem_ext_cargo_builder_unit
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[700/757] 3831875=-ext-/vm/test_at_exit
[701/757] 3831875=lib/!Nothing_to_test
[702/757] 3831875=psych/test_psych
[703/757] 3831875=-ext-/exception/test_enc_raise
[704/757] 3831875=rubygems/test_gem_doctor
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[705/757] 3831875=openssl/test_kdf
[706/757] 3831882=rubygems/test_kernel
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[707/757] 3831882=prism/result/static_inspect_test
[708/757] 3831882=ripper/test_files_ext
[709/757] 3831875=-ext-/test_bug-5832
[710/757] 3831875=psych/test_emitter
[711/757] 3831875=rubygems/test_gem_silent_ui
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[712/757] 3831880=prism/ruby/relocation_test
[713/757] 3831878=ruby/test_time
[714/757] 3831875=ruby/enc/test_windows_1251
[715/757] 3831875=rubygems/test_gem_uninstaller
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[716/757] 3831875=ruby/enc/test_gb18030
[717/757] 3831875=openssl/test_buffering
[718/757] 3831875=resolv/test_svcb_https
[719/757] 3831875=did_you_mean/spell_checking/test_key_name_check
[720/757] 3831875=fiber/test_backtrace
[721/757] 3831875=ruby/test_defined
[722/757] 3831893=ruby/test_io_buffer
[723/757] 3831880=date/test_date_parse
[724/757] 3831882=ruby/test_pipe
[725/757] 3831878=test_trick
[726/757] 3831875=openssl/test_pkey_ec
[727/757] 3831880=prism/result/integer_base_flags_test
[728/757] 3831880=-ext-/bignum/test_mul
[729/757] 3831880=prism/newline_offsets_test
[730/757] 3831875=psych/test_null
[731/757] 3831875=ruby/test_default_gems
[732/757] 3831882=prism/ruby/compiler_test
[733/757] 3831882=json/json_addition_test
[734/757] 3831893=-ext-/string/test_qsort
[735/757] 3831893=rubygems/test_gem_dependency_resolution_error
[736/757] 3831881=ruby/test_pattern_matching
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[737/757] 3831882=psych/test_string
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[738/757] 3831875=-ext-/test_ensure_and_callcc
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[739/757] 3831875=openssl/test_x509attr
[740/757] 3831881=dtrace/test_raise
[741/757] 3831881=psych/visitors/test_depth_first
[742/757] 3831875=rubygems/test_gem_request_set_lockfile_parser
[743/757] 3831893=rubygems/test_gem_validator
[744/757] 3831881=did_you_mean/spell_checking/test_require_path_check
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[745/757] 3831893=ripper/test_files_test_2
[746/757] 3831875=ruby/test_fnmatch
[747/757] 3831881=mkmf/test_egrep_cpp
[748/757] 3831882=zlib/test_zlib
[749/757] 3831875=ruby/test_optimization
[750/757] 3831880=date/test_date_conv
[751/757] 3831880=erb/test_erb_m17n
[752/757] 3831880=ruby/test_string
[753/757] 3831881=ruby/test_proc
[754/757] 3831885=ruby/test_gc_compact
[755/757] 3831877=prism/result/integer_parse_test
[756/757] 3831877=rubygems/test_gem_package_old
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[757/757] 3831877=rubygems/test_gem_resolver_index_set
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Inappropriate ioctl for device.

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

/tmp/ruby/src/trunk/tool/lib/dump.gdb:12: Error in sourced command file:
No symbol table is loaded.  Use the "file" command.
worker 3831886=net/http/test_https does not respond; SEGV is sent
/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:797: [BUG] Segmentation fault at 0x000003e8003a783e
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0018 p:---- s:0124 e:000123 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0120 e:000118 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:797
c:0016 p:0038 s:0109 E:000df8 l:n b:---- BLOCK  /tmp/ruby/src/trunk/test/net/http/test_https.rb:106 [FINISH]
c:0015 p:---- s:0101 e:000100 l:y b:---- CFUNC  :open
c:0014 p:0008 s:0095 E:002000 l:y b:0001 METHOD /tmp/ruby/src/trunk/test/net/http/test_https.rb:73
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk/tool/lib/test/unit.rb:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0046 E:0022f0 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:002340 l:y b:---- DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:220:in '<main>'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:23:in 'map'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk/tool/lib/test/unit.rb:1374:in '_run_suite'
/tmp/ruby/src/trunk/tool/lib/test/unit.rb:1670:in '_run_suite'
/tmp/ruby/src/trunk/tool/lib/test/unit.rb:1670:in 'map'
/tmp/ruby/src/trunk/tool/lib/test/unit.rb:1683:in 'block in _run_suite'
/tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk/test/net/http/test_https.rb:73:in 'test_get_SNI_proxy'
/tmp/ruby/src/trunk/test/net/http/test_https.rb:73:in 'open'
/tmp/ruby/src/trunk/test/net/http/test_https.rb:106:in 'block in test_get_SNI_proxy'
/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:797:in 'assert_join_threads'
/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:797:in 'value'

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

-- Machine register context ------------------------------------------------
 RIP: 0x000075d9b1498d71 RBP: 0x00007fff87f1b750 RSP: 0x00007fff87f1b710
 RAX: 0xfffffffffffffffc RBX: 0x0000560255fe8808 RCX: 0x000075d9b1498d71
 RDX: 0x0000000000000000 RDI: 0x0000560255fe8834 RSI: 0x0000000000000189
  R8: 0x0000000000000000  R9: 0x00000000ffffffff R10: 0x0000000000000000
 R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
 R14: 0x0000560255fe8928 R15: 0x0000560255fe8834 EFL: 0x0000000000000246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk/libruby.so.4.0(rb_print_backtrace+0x14) [0x75d9b1b748f8] /tmp/ruby/src/trunk/vm_dump.c:1102
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_bugreport) /tmp/ruby/src/trunk/vm_dump.c:1447
/tmp/ruby/build/trunk/libruby.so.4.0(rb_bug_for_fatal_signal+0x10a) [0x75d9b194390a] /tmp/ruby/src/trunk/error.c:1130
/tmp/ruby/build/trunk/libruby.so.4.0(sigsegv+0x48) [0x75d9b1aacc98] /tmp/ruby/src/trunk/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x75d9b1445330) [0x75d9b1445330]
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x75d9b1498d71] ./nptl/futex-internal.c:57
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common) ./nptl/futex-internal.c:87
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_cancelable64) ./nptl/futex-internal.c:139
/lib/x86_64-linux-gnu/libc.so.6(__pthread_cond_wait_common+0xed) [0x75d9b149b7ed] ./nptl/pthread_cond_wait.c:503
/lib/x86_64-linux-gnu/libc.so.6(___pthread_cond_wait) ./nptl/pthread_cond_wait.c:627
/lib/x86_64-linux-gnu/libc.so.6(pthread_cond_wait) (null):0
/tmp/ruby/build/trunk/libruby.so.4.0(rb_native_cond_wait+0xd) [0x75d9b1af74ed] /tmp/ruby/src/trunk/thread_pthread.c:231
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_wait_running_turn+0x93) [0x75d9b1af7633] /tmp/ruby/src/trunk/thread_pthread.c:851
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_unlock_+0x0) [0x75d9b1af7e74] /tmp/ruby/src/trunk/thread_pthread.c:1126
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_to_waiting_until_wakeup) /tmp/ruby/src/trunk/thread_pthread.c:1132
/tmp/ruby/build/trunk/libruby.so.4.0(sleep_forever+0x7a) [0x75d9b1b00302] /tmp/ruby/src/trunk/thread_pthread.c:3350
/tmp/ruby/build/trunk/libruby.so.4.0(thread_join_sleep) /tmp/ruby/src/trunk/thread.c:1074
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ensure+0xf2) [0x75d9b194fe92] /tmp/ruby/src/trunk/eval.c:1174
/tmp/ruby/build/trunk/libruby.so.4.0(thread_join+0x91) [0x75d9b1af4681] /tmp/ruby/src/trunk/thread.c:1131
/tmp/ruby/build/trunk/libruby.so.4.0(thread_value) /tmp/ruby/src/trunk/thread.c:1253
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x75d9b1b4011d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x75d9b1b498ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x77) [0x75d9b1b568e7] ../../src/trunk/insns.def:902
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x75d9b1b5c21f] /tmp/ruby/src/trunk/vm.c:2811
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk/vm.c:2790
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield_with_cref+0x88) [0x75d9b1b61180] /tmp/ruby/src/trunk/vm.c:1865
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk/vm.c:1873
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk/vm_eval.c:1362
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk/vm_eval.c:1378
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ensure+0xf2) [0x75d9b194fe92] /tmp/ruby/src/trunk/eval.c:1174
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x75d9b1b4011d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x75d9b1b498ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x75d9b1b57abe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x0) [0x75d9b1b5c154] /tmp/ruby/src/trunk/vm.c:2784
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk/vm.c:2787
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield_with_cref+0x88) [0x75d9b1b61180] /tmp/ruby/src/trunk/vm.c:1865
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk/vm.c:1873
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk/vm_eval.c:1362
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk/vm_eval.c:1378
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ary_collect+0x5c) [0x75d9b187868c] /tmp/ruby/src/trunk/array.c:3673
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x75d9b1b4011d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x75d9b1b498ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x75d9b1b57abe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x75d9b1b5c21f] /tmp/ruby/src/trunk/vm.c:2811
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk/vm.c:2790
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield_with_cref+0x88) [0x75d9b1b61180] /tmp/ruby/src/trunk/vm.c:1865
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk/vm.c:1873
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk/vm_eval.c:1362
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk/vm_eval.c:1378
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ary_collect+0x5c) [0x75d9b187868c] /tmp/ruby/src/trunk/array.c:3673
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x75d9b1b4011d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x75d9b1b498ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x75d9b1b57abe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x75d9b1b5c21f] /tmp/ruby/src/trunk/vm.c:2811
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk/vm.c:2790
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ec_exec_node+0xa5) [0x75d9b194d645] /tmp/ruby/src/trunk/eval.c:283
/tmp/ruby/build/trunk/libruby.so.4.0(ruby_run_node+0x8b) [0x75d9b1951b1b] /tmp/ruby/src/trunk/eval.c:321
/tmp/ruby/build/trunk/ruby(rb_main+0x21) [0x56021c3e1186] /tmp/ruby/src/trunk/main.c:42
/tmp/ruby/build/trunk/ruby(main) /tmp/ruby/src/trunk/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x75d9b142a1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x75d9b142a28b] ../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
[0x56021c3e11d5]

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

* Loaded script: /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestNetHTTPS#test_get_SNI_proxy

* Ruby Box: disabled
* Loaded features:

    0 enumerator.so
    1 thread.rb
    2 fiber.so
    3 rational.so
    4 complex.so
    5 pathname.so
    6 ruby2_keywords.rb
    7 set.rb
    8 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
    9 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
   10 /tmp/ruby/src/trunk/lib/open3/version.rb
   11 /tmp/ruby/src/trunk/lib/open3.rb
   12 /tmp/ruby/src/trunk/lib/timeout.rb
   13 /tmp/ruby/build/trunk/rbconfig.rb
   14 /tmp/ruby/src/trunk/tool/lib/find_executable.rb
   15 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
   16 /tmp/ruby/src/trunk/tool/lib/envutil.rb
   17 /tmp/ruby/src/trunk/tool/lib/colorize.rb
   18 /tmp/ruby/src/trunk/tool/lib/leakchecker.rb
   19 /tmp/ruby/src/trunk/lib/prettyprint.rb
   20 /tmp/ruby/src/trunk/lib/pp.rb
   21 /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb
   22 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
   23 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
   24 /tmp/ruby/src/trunk/tool/lib/core_assertions.rb
   25 /tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb
   26 /tmp/ruby/src/trunk/lib/optparse.rb
   27 /tmp/ruby/src/trunk/tool/lib/test/unit.rb
   28 /tmp/ruby/src/trunk/tool/lib/tracepointchecker.rb
   29 /tmp/ruby/src/trunk/tool/lib/zombie_hunter.rb
   30 /tmp/ruby/src/trunk/lib/delegate.rb
   31 /tmp/ruby/src/trunk/lib/fileutils.rb
   32 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
   33 /tmp/ruby/src/trunk/lib/tmpdir.rb
   34 /tmp/ruby/src/trunk/lib/tempfile.rb
   35 /tmp/ruby/src/trunk/tool/lib/iseq_loader_checker.rb
   36 /tmp/ruby/src/trunk/tool/lib/gc_checker.rb
   37 /tmp/ruby/src/trunk/tool/test/init.rb
   38 /tmp/ruby/src/trunk/lib/rubygems/defaults.rb
   39 /tmp/ruby/src/trunk/lib/rubygems/deprecate.rb
   40 /tmp/ruby/src/trunk/lib/rubygems/errors.rb
   41 /tmp/ruby/src/trunk/lib/rubygems/target_rbconfig.rb
   42 /tmp/ruby/src/trunk/lib/rubygems/win_platform.rb
   43 /tmp/ruby/src/trunk/lib/rubygems/unknown_command_spell_checker.rb
   44 /tmp/ruby/src/trunk/lib/rubygems/exceptions.rb
   45 /tmp/ruby/src/trunk/lib/rubygems/basic_specification.rb
   46 /tmp/ruby/src/trunk/lib/rubygems/stub_specification.rb
   47 /tmp/ruby/src/trunk/lib/rubygems/platform.rb
   48 /tmp/ruby/src/trunk/lib/rubygems/specification_record.rb
   49 /tmp/ruby/src/trunk/lib/rubygems/util/list.rb
   50 /tmp/ruby/src/trunk/lib/rubygems/version.rb
   51 /tmp/ruby/src/trunk/lib/rubygems/requirement.rb
   52 /tmp/ruby/src/trunk/lib/rubygems/specification.rb
   53 /tmp/ruby/src/trunk/lib/rubygems/util.rb
   54 /tmp/ruby/src/trunk/lib/rubygems/dependency.rb
   55 /tmp/ruby/src/trunk/lib/rubygems/core_ext/kernel_gem.rb
   56 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
   57 /tmp/ruby/build/trunk/.ext/common/monitor.rb
   58 /tmp/ruby/src/trunk/lib/rubygems.rb
   59 /tmp/ruby/src/trunk/lib/rubygems/path_support.rb
   60 /tmp/ruby/src/trunk/lib/did_you_mean/version.rb
   61 /tmp/ruby/src/trunk/lib/did_you_mean/core_ext/name_error.rb
   62 /tmp/ruby/src/trunk/lib/did_you_mean/levenshtein.rb
   63 /tmp/ruby/src/trunk/lib/did_you_mean/jaro_winkler.rb
   64 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checker.rb
   65 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
   66 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
   67 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/name_error_checkers.rb
   68 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/method_name_checker.rb
   69 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/key_error_checker.rb
   70 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/null_checker.rb
   71 /tmp/ruby/src/trunk/lib/did_you_mean/tree_spell_checker.rb
   72 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/require_path_checker.rb
   73 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb
   74 /tmp/ruby/src/trunk/lib/did_you_mean/formatter.rb
   75 /tmp/ruby/src/trunk/lib/did_you_mean.rb
   76 /tmp/ruby/src/trunk/test/did_you_mean/helper.rb
   77 /tmp/ruby/src/trunk/test/did_you_mean/edit_distance/test_jaro_winkler.rb
   78 /tmp/ruby/src/trunk/lib/prism/polyfill/byteindex.rb
   79 /tmp/ruby/src/trunk/lib/prism/polyfill/warn.rb
   80 /tmp/ruby/src/trunk/lib/prism/node.rb
   81 /tmp/ruby/src/trunk/lib/prism/node_ext.rb
   82 /tmp/ruby/src/trunk/lib/prism/parse_result.rb
   83 /tmp/ruby/src/trunk/lib/prism/string_query.rb
   84 /tmp/ruby/src/trunk/lib/prism/pack.rb
   85 prism/prism.so
   86 /tmp/ruby/src/trunk/lib/prism.rb
   87 /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
   88 /tmp/ruby/build/trunk/.ext/common/ripper/core.rb
   89 /tmp/ruby/build/trunk/.ext/common/ripper/lexer.rb
   90 /tmp/ruby/build/trunk/.ext/common/ripper/filter.rb
   91 /tmp/ruby/build/trunk/.ext/common/ripper/sexp.rb
   92 /tmp/ruby/build/trunk/.ext/common/ripper.rb
   93 /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
   94 /tmp/ruby/src/trunk/test/prism/test_helper.rb
   95 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
   96 /tmp/ruby/build/trunk/.ext/common/socket.rb
   97 /tmp/ruby/src/trunk/test/prism/library_symbols_test.rb
   98 /tmp/ruby/src/trunk/test/-ext-/exception/test_ensured.rb
   99 /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
  100 /tmp/ruby/build/trunk/.ext/common/date.rb
  101 /tmp/ruby/src/trunk/test/ruby/test_range.rb
  102 /tmp/ruby/src/trunk/lib/pathname.rb
  103 /tmp/ruby/build/trunk/.ext/common/digest/version.rb
  104 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
  105 /tmp/ruby/build/trunk/.ext/common/digest/loader.rb
  106 /tmp/ruby/build/trunk/.ext/common/digest.rb
  107 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
  108 /tmp/ruby/build/trunk/.ext/common/openssl/asn1.rb
  109 /tmp/ruby/build/trunk/.ext/common/openssl/bn.rb
  110 /tmp/ruby/build/trunk/.ext/common/openssl/cipher.rb
  111 /tmp/ruby/build/trunk/.ext/common/openssl/digest.rb
  112 /tmp/ruby/build/trunk/.ext/common/openssl/hmac.rb
  113 /tmp/ruby/build/trunk/.ext/common/openssl/pkcs5.rb
  114 /tmp/ruby/build/trunk/.ext/common/openssl/marshal.rb
  115 /tmp/ruby/build/trunk/.ext/common/openssl/pkey.rb
  116 /tmp/ruby/build/trunk/.ext/common/openssl/buffering.rb
  117 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
  118 /tmp/ruby/src/trunk/lib/ipaddr.rb
  119 /tmp/ruby/build/trunk/.ext/common/openssl/ssl.rb
  120 /tmp/ruby/build/trunk/.ext/common/openssl/version.rb
  121 /tmp/ruby/build/trunk/.ext/common/openssl/x509.rb
  122 /tmp/ruby/build/trunk/.ext/common/openssl.rb
  123 /tmp/ruby/src/trunk/lib/rubygems/openssl.rb
  124 /tmp/ruby/src/trunk/lib/rubygems/text.rb
  125 /tmp/ruby/src/trunk/lib/rubygems/user_interaction.rb
  126 /tmp/ruby/src/trunk/lib/rubygems/security/policy.rb
  127 /tmp/ruby/src/trunk/lib/rubygems/security/policies.rb
  128 /tmp/ruby/src/trunk/lib/rubygems/security/trust_dir.rb
  129 /tmp/ruby/src/trunk/lib/rubygems/security/signer.rb
  130 /tmp/ruby/src/trunk/lib/rubygems/security.rb
  131 /tmp/ruby/src/trunk/lib/rubygems/package/digest_io.rb
  132 /tmp/ruby/src/trunk/lib/rubygems/package/source.rb
  133 /tmp/ruby/src/trunk/lib/rubygems/package/file_source.rb
  134 /tmp/ruby/src/trunk/lib/rubygems/package/io_source.rb
  135 /tmp/ruby/src/trunk/lib/rubygems/package/old.rb
  136 /tmp/ruby/src/trunk/lib/rubygems/package/tar_header.rb
  137 /tmp/ruby/src/trunk/lib/rubygems/package/tar_reader/entry.rb
  138 /tmp/ruby/src/trunk/lib/rubygems/package/tar_reader.rb
  139 /tmp/ruby/src/trunk/lib/rubygems/package/tar_writer.rb
  140 /tmp/ruby/src/trunk/lib/rubygems/package.rb
  141 /tmp/ruby/src/trunk/lib/shellwords.rb
  142 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/version.rb
  143 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb
  144 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb
  145 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/common.rb
  146 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/generic.rb
  147 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/file.rb
  148 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ftp.rb
  149 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/http.rb
  150 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/https.rb
  151 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ldap.rb
  152 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ldaps.rb
  153 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/mailto.rb
  154 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ws.rb
  155 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/wss.rb
  156 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri.rb
  157 /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
  158 /tmp/ruby/src/trunk/test/rubygems/mock_gem_ui.rb
  159 /tmp/ruby/src/trunk/lib/rubygems/vendor/optparse/lib/optparse.rb
  160 /tmp/ruby/src/trunk/lib/rubygems/vendored_optparse.rb
  161 /tmp/ruby/src/trunk/lib/rubygems/command.rb
  162 /tmp/ruby/src/trunk/lib/rubygems/installer_uninstaller_utils.rb
  163 /tmp/ruby/src/trunk/lib/rubygems/ext/build_error.rb
  164 /tmp/ruby/src/trunk/lib/rubygems/ext/builder.rb
  165 /tmp/ruby/src/trunk/lib/rubygems/ext/configure_builder.rb
  166 /tmp/ruby/src/trunk/lib/rubygems/ext/ext_conf_builder.rb
  167 /tmp/ruby/src/trunk/lib/rubygems/ext/rake_builder.rb
  168 /tmp/ruby/src/trunk/lib/rubygems/ext/cmake_builder.rb
  169 /tmp/ruby/src/trunk/lib/rubygems/ext/cargo_builder.rb
  170 /tmp/ruby/src/trunk/lib/rubygems/ext.rb
  171 /tmp/ruby/src/trunk/lib/rubygems/installer.rb
  172 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb
  173 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
  174 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb
  175 /tmp/ruby/src/trunk/lib/rubygems/vendor/tsort/lib/tsort.rb
  176 /tmp/ruby/src/trunk/lib/rubygems/vendored_tsort.rb
  177 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  178 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  179 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  180 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  181 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  182 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  183 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
  184 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
  185 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
  186 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb
  187 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/state.rb
  188 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
  189 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
  190 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
  191 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb
  192 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb
  193 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo.rb
  194 /tmp/ruby/src/trunk/lib/rubygems/vendored_molinillo.rb
  195 /tmp/ruby/src/trunk/lib/rubygems/resolver/activation_request.rb
  196 /tmp/ruby/src/trunk/lib/rubygems/resolver/conflict.rb
  197 /tmp/ruby/src/trunk/lib/rubygems/resolver/dependency_request.rb
  198 /tmp/ruby/src/trunk/lib/rubygems/resolver/requirement_list.rb
  199 /tmp/ruby/src/trunk/lib/rubygems/resolver/stats.rb
  200 /tmp/ruby/src/trunk/lib/rubygems/resolver/set.rb
  201 /tmp/ruby/src/trunk/lib/rubygems/resolver/api_set.rb
  202 /tmp/ruby/src/trunk/lib/rubygems/resolver/composed_set.rb
  203 /tmp/ruby/src/trunk/lib/rubygems/resolver/best_set.rb
  204 /tmp/ruby/src/trunk/lib/rubygems/resolver/current_set.rb
  205 /tmp/ruby/src/trunk/lib/rubygems/resolver/git_set.rb
  206 /tmp/ruby/src/trunk/lib/rubygems/resolver/index_set.rb
  207 /tmp/ruby/src/trunk/lib/rubygems/resolver/installer_set.rb
  208 /tmp/ruby/src/trunk/lib/rubygems/resolver/lock_set.rb
  209 /tmp/ruby/src/trunk/lib/rubygems/resolver/vendor_set.rb
  210 /tmp/ruby/src/trunk/lib/rubygems/resolver/source_set.rb
  211 /tmp/ruby/src/trunk/lib/rubygems/resolver/specification.rb
  212 /tmp/ruby/src/trunk/lib/rubygems/resolver/spec_specification.rb
  213 /tmp/ruby/src/trunk/lib/rubygems/resolver/api_specification.rb
  214 /tmp/ruby/src/trunk/lib/rubygems/resolver/git_specification.rb
  215 /tmp/ruby/src/trunk/lib/rubygems/resolver/index_specification.rb
  216 /tmp/ruby/src/trunk/lib/rubygems/resolver/installed_specification.rb
  217 /tmp/ruby/src/trunk/lib/rubygems/resolver/local_specification.rb
  218 /tmp/ruby/src/trunk/lib/rubygems/resolver/lock_specification.rb
  219 /tmp/ruby/src/trunk/lib/rubygems/resolver/vendor_specification.rb
  220 /tmp/ruby/src/trunk/lib/rubygems/resolver.rb
  221 /tmp/ruby/src/trunk/lib/rubygems/vendor/timeout/lib/timeout.rb
  222 /tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb
  223 /tmp/ruby/src/trunk/test/dtrace/helper.rb
  224 /tmp/ruby/src/trunk/test/dtrace/test_singleton_function.rb
  225 /tmp/ruby/src/trunk/test/socket/test_ancdata.rb
  226 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
  227 /tmp/ruby/src/trunk/test/-ext-/string/test_rb_str_dup.rb
  228 /tmp/ruby/src/trunk/test/socket/test_nonblock.rb
  229 /tmp/ruby/src/trunk/lib/weakref.rb
  230 /tmp/ruby/src/trunk/test/test_weakref.rb
  231 /tmp/ruby/build/trunk/.ext/common/json/version.rb
  232 /tmp/ruby/build/trunk/.ext/common/json/common.rb
  233 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
  234 /tmp/ruby/build/trunk/.ext/common/json/ext/generator/state.rb
  235 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
  236 /tmp/ruby/build/trunk/.ext/common/json/ext.rb
  237 /tmp/ruby/build/trunk/.ext/common/json.rb
  238 /tmp/ruby/src/trunk/test/json/test_helper.rb
  239 /tmp/ruby/src/trunk/test/json/json_ext_parser_test.rb
  240 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/integer.so
  241 /tmp/ruby/src/trunk/tool/lib/-test-/integer.rb
  242 /tmp/ruby/src/trunk/test/-ext-/integer/test_my_integer.rb
  243 /tmp/ruby/src/trunk/lib/uri/version.rb
  244 /tmp/ruby/src/trunk/lib/uri/rfc2396_parser.rb
  245 /tmp/ruby/src/trunk/lib/uri/rfc3986_parser.rb
  246 /tmp/ruby/src/trunk/lib/uri/common.rb
  247 /tmp/ruby/src/trunk/lib/uri/generic.rb
  248 /tmp/ruby/src/trunk/lib/uri/file.rb
  249 /tmp/ruby/src/trunk/lib/uri/ftp.rb
  250 /tmp/ruby/src/trunk/lib/uri/http.rb
  251 /tmp/ruby/src/trunk/lib/uri/https.rb
  252 /tmp/ruby/src/trunk/lib/uri/ldap.rb
  253 /tmp/ruby/src/trunk/lib/uri/ldaps.rb
  254 /tmp/ruby/src/trunk/lib/uri/mailto.rb
  255 /tmp/ruby/src/trunk/lib/uri/ws.rb
  256 /tmp/ruby/src/trunk/lib/uri/wss.rb
  257 /tmp/ruby/src/trunk/lib/uri.rb
  258 /tmp/ruby/src/trunk/lib/time.rb
  259 /tmp/ruby/src/trunk/lib/open-uri.rb
  260 /tmp/ruby/src/trunk/test/strscan/test_ractor.rb
  261 /tmp/ruby/src/trunk/test/win32/test_registry.rb
  262 /tmp/ruby/build/trunk/.ext/common/psych/versions.rb
  263 /tmp/ruby/build/trunk/.ext/common/psych/exception.rb
  264 /tmp/ruby/build/trunk/.ext/common/psych/syntax_error.rb
  265 /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
  266 /tmp/ruby/build/trunk/.ext/common/psych/omap.rb
  267 /tmp/ruby/build/trunk/.ext/common/psych/set.rb
  268 /tmp/ruby/build/trunk/.ext/common/psych/class_loader.rb
  269 /tmp/ruby/build/trunk/.ext/common/psych/scalar_scanner.rb
  270 /tmp/ruby/build/trunk/.ext/common/psych/nodes/node.rb
  271 /tmp/ruby/build/trunk/.ext/common/psych/nodes/stream.rb
  272 /tmp/ruby/build/trunk/.ext/common/psych/nodes/document.rb
  273 /tmp/ruby/build/trunk/.ext/common/psych/nodes/sequence.rb
  274 /tmp/ruby/build/trunk/.ext/common/psych/nodes/scalar.rb
  275 /tmp/ruby/build/trunk/.ext/common/psych/nodes/mapping.rb
  276 /tmp/ruby/build/trunk/.ext/common/psych/nodes/alias.rb
  277 /tmp/ruby/build/trunk/.ext/common/psych/nodes.rb
  278 /tmp/ruby/build/trunk/.ext/common/psych/streaming.rb
  279 /tmp/ruby/build/trunk/.ext/common/psych/visitors/visitor.rb
  280 /tmp/ruby/build/trunk/.ext/common/psych/visitors/to_ruby.rb
  281 /tmp/ruby/build/trunk/.ext/common/psych/visitors/emitter.rb
  282 /tmp/ruby/build/trunk/.ext/common/psych/handler.rb
  283 /tmp/ruby/build/trunk/.ext/common/psych/tree_builder.rb
  284 /tmp/ruby/build/trunk/.ext/common/psych/visitors/yaml_tree.rb
  285 /tmp/ruby/build/trunk/.ext/common/psych/json/ruby_events.rb
  286 /tmp/ruby/build/trunk/.ext/common/psych/visitors/json_tree.rb
  287 /tmp/ruby/build/trunk/.ext/common/psych/visitors/depth_first.rb
  288 /tmp/ruby/build/trunk/.ext/common/psych/visitors.rb
  289 /tmp/ruby/build/trunk/.ext/common/psych/parser.rb
  290 /tmp/ruby/build/trunk/.ext/common/psych/coder.rb
  291 /tmp/ruby/build/trunk/.ext/common/psych/stream.rb
  292 /tmp/ruby/build/trunk/.ext/common/psych/json/yaml_events.rb
  293 /tmp/ruby/build/trunk/.ext/common/psych/json/tree_builder.rb
  294 /tmp/ruby/build/trunk/.ext/common/psych/json/stream.rb
  295 /tmp/ruby/build/trunk/.ext/common/psych/handlers/document_stream.rb
  296 /tmp/ruby/build/trunk/.ext/common/psych/core_ext.rb
  297 /tmp/ruby/build/trunk/.ext/common/psych.rb
  298 /tmp/ruby/src/trunk/test/psych/helper.rb
  299 /tmp/ruby/src/trunk/test/psych/test_parser.rb
  300 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
  301 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
  302 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
  303 /tmp/ruby/src/trunk/test/fileutils/visibility_tests.rb
  304 /tmp/ruby/src/trunk/test/fileutils/test_dryrun.rb
  305 /tmp/ruby/src/trunk/test/ruby/test_env.rb
  306 /tmp/ruby/src/trunk/test/net/http/utils.rb
  307 /tmp/ruby/src/trunk/test/net/http/test_https.rb

* Process memory map:

56021c3e0000-56021c3e1000 r--p 00000000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
56021c3e1000-56021c3e2000 r-xp 00001000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
56021c3e2000-56021c3e3000 r--p 00002000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
56021c3e3000-56021c3e4000 r--p 00002000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
56021c3e4000-56021c3e5000 rw-p 00003000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
560255fe0000-5602589c8000 rw-p 00000000 00:00 0                          [heap]
75d980000000-75d980021000 rw-p 00000000 00:00 0 
75d980021000-75d984000000 ---p 00000000 00:00 0 
75d986e00000-75d987007000 r--s 00000000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
75d98700a000-75d988021000 rw-p 00000000 00:00 0 
75d988021000-75d98c000000 ---p 00000000 00:00 0 
75d98c000000-75d98c021000 rw-p 00000000 00:00 0 
75d98c021000-75d990000000 ---p 00000000 00:00 0 
75d990000000-75d990021000 rw-p 00000000 00:00 0 
75d990021000-75d994000000 ---p 00000000 00:00 0 
75d99423e000-75d994479000 rw-p 00000000 00:00 0 
75d994479000-75d9954d2000 r--s 00000000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
75d9954d2000-75d995510000 r--s 00000000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
75d995510000-75d995514000 r--p 00000000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
75d995514000-75d995538000 r-xp 00004000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
75d995538000-75d99553c000 r--p 00028000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
75d99553c000-75d99553d000 r--p 0002b000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
75d99553d000-75d99553e000 rw-p 0002c000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
75d99553e000-75d99553f000 ---p 00000000 00:00 0 
75d99553f000-75d99555f000 rw-p 00000000 00:00 0 
75d99555f000-75d995560000 ---p 00000000 00:00 0 
75d995560000-75d995d60000 rw-p 00000000 00:00 0 
75d995d60000-75d995d90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d995d9f000-75d995da1000 r--p 00000000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
75d995da1000-75d995dba000 r-xp 00002000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
75d995dba000-75d995dbe000 r--p 0001b000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
75d995dbe000-75d995dbf000 r--p 0001e000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
75d995dbf000-75d995dc0000 rw-p 0001f000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
75d995dc0000-75d995e00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d995e0f000-75d995e10000 ---p 00000000 00:00 0 
75d995e10000-75d995e30000 rw-p 00000000 00:00 0 
75d995e30000-75d995e40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d995e50000-75d995e60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d995e60000-75d995f00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d995f04000-75d995f0c000 r--p 00000000 103:02 5243021                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
75d995f0c000-75d995f4b000 r-xp 00008000 103:02 5243021                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
75d995f4b000-75d995f5b000 r--p 00047000 103:02 5243021                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
75d995f5b000-75d995f5f000 r--p 00056000 103:02 5243021                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
75d995f5f000-75d995f60000 rw-p 0005a000 103:02 5243021                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
75d995f60000-75d996000000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996000000-75d9960b3000 r--p 00000000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
75d9960b3000-75d9963e6000 r-xp 000b3000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
75d9963e6000-75d9964b1000 r--p 003e6000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
75d9964b1000-75d99650d000 r--p 004b0000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
75d99650d000-75d996510000 rw-p 0050c000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
75d996510000-75d996513000 rw-p 00000000 00:00 0 
75d996521000-75d996523000 r--p 00000000 00:23 662087064                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
75d996523000-75d99652d000 r-xp 00002000 00:23 662087064                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
75d99652d000-75d996530000 r--p 0000c000 00:23 662087064                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
75d996530000-75d996531000 r--p 0000e000 00:23 662087064                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
75d996531000-75d996532000 rw-p 0000f000 00:23 662087064                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
75d996532000-75d996550000 r--p 00000000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
75d996550000-75d9965b2000 r-xp 0001e000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
75d9965b2000-75d9965ce000 r--p 00080000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
75d9965ce000-75d9965d8000 r--p 0009c000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
75d9965d8000-75d9965dc000 rw-p 000a6000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
75d9965dc000-75d9965f0000 r--p 00000000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
75d9965f0000-75d996629000 r-xp 00014000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
75d996629000-75d99663b000 r--p 0004d000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
75d99663b000-75d99663d000 r--p 0005f000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
75d99663d000-75d99663f000 rw-p 00061000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
75d99663f000-75d996640000 rw-p 00000000 00:00 0 
75d996640000-75d996690000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d99669f000-75d9966a0000 ---p 00000000 00:00 0 
75d9966a0000-75d9966c0000 rw-p 00000000 00:00 0 
75d9966c0000-75d9966d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d9966d1000-75d9966d5000 r--p 00000000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
75d9966d5000-75d996705000 r-xp 00004000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
75d996705000-75d99670d000 r--p 00034000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
75d99670d000-75d99670e000 r--p 0003c000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
75d99670e000-75d99670f000 rw-p 0003d000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
75d99670f000-75d996710000 rw-p 00000000 00:00 0 
75d996710000-75d996730000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996734000-75d996735000 r--p 00000000 00:23 662084881                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
75d996735000-75d996737000 r-xp 00001000 00:23 662084881                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
75d996737000-75d996738000 r--p 00003000 00:23 662084881                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
75d996738000-75d996739000 r--p 00004000 00:23 662084881                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
75d996739000-75d99673a000 rw-p 00005000 00:23 662084881                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
75d99673a000-75d99673b000 r--p 00000000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
75d99673b000-75d99673c000 r-xp 00001000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
75d99673c000-75d99673d000 r--p 00002000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
75d99673d000-75d99673e000 r--p 00002000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
75d99673e000-75d99673f000 rw-p 00003000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
75d99673f000-75d996740000 ---p 00000000 00:00 0 
75d996740000-75d996760000 rw-p 00000000 00:00 0 
75d996760000-75d9967a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d9967a4000-75d9967a7000 r--p 00000000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
75d9967a7000-75d9967ab000 r-xp 00003000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
75d9967ab000-75d9967ac000 r--p 00007000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
75d9967ac000-75d9967ad000 r--p 00008000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
75d9967ad000-75d9967ae000 rw-p 00009000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
75d9967ae000-75d9967af000 ---p 00000000 00:00 0 
75d9967af000-75d9967cf000 rw-p 00000000 00:00 0 
75d9967d3000-75d9967d4000 r--p 00000000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
75d9967d4000-75d9967d5000 r-xp 00001000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
75d9967d5000-75d9967d6000 r--p 00002000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
75d9967d6000-75d9967d7000 r--p 00002000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
75d9967d7000-75d9967d8000 rw-p 00003000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
75d9967d8000-75d9967df000 r--p 00000000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
75d9967df000-75d996806000 r-xp 00007000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
75d996806000-75d99680e000 r--p 0002e000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
75d99680e000-75d99680f000 r--p 00035000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
75d99680f000-75d996810000 rw-p 00036000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
75d996810000-75d996820000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996821000-75d996823000 r--p 00000000 00:23 662087053                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
75d996823000-75d996829000 r-xp 00002000 00:23 662087053                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
75d996829000-75d99682e000 r--p 00008000 00:23 662087053                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
75d99682e000-75d99682f000 r--p 0000c000 00:23 662087053                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
75d99682f000-75d996830000 rw-p 0000d000 00:23 662087053                  /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
75d996830000-75d996840000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996840000-75d996860000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996863000-75d99686a000 r--p 00000000 00:23 662087074                  /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
75d99686a000-75d9968af000 r-xp 00007000 00:23 662087074                  /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
75d9968af000-75d9968cd000 r--p 0004c000 00:23 662087074                  /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
75d9968cd000-75d9968cf000 r--p 00069000 00:23 662087074                  /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
75d9968cf000-75d9968d0000 rw-p 0006b000 00:23 662087074                  /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
75d9968d0000-75d996950000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996953000-75d996956000 r--p 00000000 103:02 5243500                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
75d996956000-75d99695c000 r-xp 00003000 103:02 5243500                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
75d99695c000-75d99695e000 r--p 00009000 103:02 5243500                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
75d99695e000-75d99695f000 r--p 0000b000 103:02 5243500                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
75d99695f000-75d996960000 rw-p 0000c000 103:02 5243500                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
75d996960000-75d996970000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996970000-75d9969f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d9969f3000-75d9969f4000 r--p 00000000 00:23 662086364                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/integer.so
75d9969f4000-75d9969f5000 r-xp 00001000 00:23 662086364                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/integer.so
75d9969f5000-75d9969f6000 r--p 00002000 00:23 662086364                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/integer.so
75d9969f6000-75d9969f7000 r--p 00002000 00:23 662086364                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/integer.so
75d9969f7000-75d9969f8000 rw-p 00003000 00:23 662086364                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/integer.so
75d9969f8000-75d9969fa000 r--p 00000000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
75d9969fa000-75d9969fd000 r-xp 00002000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
75d9969fd000-75d9969fe000 r--p 00005000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
75d9969fe000-75d9969ff000 r--p 00006000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
75d9969ff000-75d996a00000 rw-p 00007000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
75d996a00000-75d996a10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996a10000-75d996a20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996a20000-75d996a23000 r--p 00000000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
75d996a23000-75d996a2f000 r-xp 00003000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
75d996a2f000-75d996a32000 r--p 0000f000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
75d996a32000-75d996a33000 r--p 00011000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
75d996a33000-75d996a34000 rw-p 00012000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
75d996a34000-75d996a35000 r--p 00000000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
75d996a35000-75d996a36000 r-xp 00001000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
75d996a36000-75d996a37000 r--p 00002000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
75d996a37000-75d996a38000 r--p 00002000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
75d996a38000-75d996a39000 rw-p 00003000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
75d996a39000-75d996a3b000 r--p 00000000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
75d996a3b000-75d996a3d000 r-xp 00002000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
75d996a3d000-75d996a3e000 r--p 00004000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
75d996a3e000-75d996a3f000 r--p 00004000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
75d996a3f000-75d996a40000 rw-p 00005000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
75d996a40000-75d996b60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d996b63000-75d996b66000 r--p 00000000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
75d996b66000-75d996b6b000 r-xp 00003000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
75d996b6b000-75d996b6d000 r--p 00008000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
75d996b6d000-75d996b6e000 r--p 00009000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
75d996b6e000-75d996b6f000 rw-p 0000a000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
75d996b6f000-75d996b70000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996b70000-75d996bb1000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996bb1000-75d996bb2000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996bb2000-75d996bf3000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996bf3000-75d996bf4000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996bf4000-75d996c35000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996c35000-75d996c36000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996c36000-75d996c77000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996c77000-75d996c78000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996c78000-75d996cb9000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996cb9000-75d996cba000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996cba000-75d996cfb000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996cfb000-75d996cfc000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996cfc000-75d996d3d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996d3d000-75d996d3e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996d3e000-75d996d7f000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996d7f000-75d996d80000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996d80000-75d996dc1000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996dc1000-75d996dc2000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996dc2000-75d996e03000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996e03000-75d996e04000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996e04000-75d996e45000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996e45000-75d996e46000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996e46000-75d996e87000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996e87000-75d996e88000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996e88000-75d996ec9000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996ec9000-75d996eca000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996eca000-75d996f0b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996f0b000-75d996f0c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996f0c000-75d996f4d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996f4d000-75d996f4e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996f4e000-75d996f8f000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996f8f000-75d996f90000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996f90000-75d996fd1000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996fd1000-75d996fd2000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d996fd2000-75d997013000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997013000-75d997014000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997014000-75d997055000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997055000-75d997056000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997056000-75d997097000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997097000-75d997098000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997098000-75d9970d9000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9970d9000-75d9970da000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9970da000-75d99711b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d99711b000-75d99711c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d99711c000-75d99715d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d99715d000-75d99715e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d99715e000-75d99719f000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d99719f000-75d9971a0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9971a0000-75d9971e1000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9971e1000-75d9971e2000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9971e2000-75d997223000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997223000-75d997224000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997224000-75d997265000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997265000-75d997266000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d997266000-75d9972a7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9972a7000-75d9972a8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9972a8000-75d9972e9000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9972e9000-75d9972ea000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9972ea000-75d99732b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d99732b000-75d99732c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d99732c000-75d99736d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d99736d000-75d99736e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d99736e000-75d9973af000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
75d9973af000-75d9973b0000 ---p 00000000 00:00 0 
75d9973b0000-75d997bb0000 rw-p 00000000 00:00 0 
75d997bb0000-75d997c00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d997c00000-75d9afc00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
75d9afc00000-75d9b1000000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
75d9b1000000-75d9b12eb000 r--p 00000000 103:02 5243470                   /usr/lib/locale/locale-archive
75d9b12eb000-75d9b12ec000 r--p 00000000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
75d9b12ec000-75d9b12ed000 r-xp 00001000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
75d9b12ed000-75d9b12ee000 r--p 00002000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
75d9b12ee000-75d9b12ef000 r--p 00002000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
75d9b12ef000-75d9b12f0000 rw-p 00003000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
75d9b12f0000-75d9b12f2000 r--p 00000000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
75d9b12f2000-75d9b12f7000 r-xp 00002000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
75d9b12f7000-75d9b12f8000 r--p 00007000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
75d9b12f8000-75d9b12f9000 r--p 00008000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
75d9b12f9000-75d9b12fa000 rw-p 00009000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
75d9b12fa000-75d9b12fb000 r--p 00000000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
75d9b12fb000-75d9b12fc000 r-xp 00001000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
75d9b12fc000-75d9b12fd000 r--p 00002000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
75d9b12fd000-75d9b12fe000 r--p 00002000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
75d9b12fe000-75d9b12ff000 rw-p 00003000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
75d9b12ff000-75d9b1400000 rw-p 00000000 00:00 0 
75d9b1400000-75d9b1428000 r--p 00000000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
75d9b1428000-75d9b15b0000 r-xp 00028000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
75d9b15b0000-75d9b15ff000 r--p 001b0000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
75d9b15ff000-75d9b1603000 r--p 001fe000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
75d9b1603000-75d9b1605000 rw-p 00202000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
75d9b1605000-75d9b1612000 rw-p 00000000 00:00 0 
75d9b1614000-75d9b1615000 r--p 00000000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
75d9b1615000-75d9b1617000 r-xp 00001000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
75d9b1617000-75d9b1618000 r--p 00003000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
75d9b1618000-75d9b1619000 r--p 00003000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
75d9b1619000-75d9b161a000 rw-p 00004000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
75d9b161a000-75d9b161b000 r--p 00000000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
75d9b161b000-75d9b161c000 r-xp 00001000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
75d9b161c000-75d9b161d000 r--p 00002000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
75d9b161d000-75d9b161e000 r--p 00002000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
75d9b161e000-75d9b161f000 rw-p 00003000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
75d9b1622000-75d9b1623000 r--p 00000000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
75d9b1623000-75d9b1624000 r-xp 00001000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
75d9b1624000-75d9b1625000 r--p 00002000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
75d9b1625000-75d9b1626000 r--p 00002000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
75d9b1626000-75d9b1627000 rw-p 00003000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
75d9b1627000-75d9b1629000 r--p 00000000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
75d9b1629000-75d9b162c000 r-xp 00002000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
75d9b162c000-75d9b162e000 r--p 00005000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
75d9b162e000-75d9b162f000 r--p 00006000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
75d9b162f000-75d9b1630000 rw-p 00007000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
75d9b1630000-75d9b1650000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
75d9b1654000-75d9b1655000 r--p 00000000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
75d9b1655000-75d9b1656000 r-xp 00001000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
75d9b1656000-75d9b1657000 r--p 00002000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
75d9b1657000-75d9b1658000 r--p 00002000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
75d9b1658000-75d9b1659000 rw-p 00003000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
75d9b1659000-75d9b165e000 rw-p 00000000 00:00 0 
75d9b165e000-75d9b166e000 r--p 00000000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
75d9b166e000-75d9b16ed000 r-xp 00010000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
75d9b16ed000-75d9b1745000 r--p 0008f000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
75d9b1745000-75d9b1746000 r--p 000e7000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
75d9b1746000-75d9b1747000 rw-p 000e8000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
75d9b1747000-75d9b1749000 r--p 00000000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
75d9b1749000-75d9b175e000 r-xp 00002000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
75d9b175e000-75d9b1777000 r--p 00017000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
75d9b1777000-75d9b1778000 r--p 0002f000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
75d9b1778000-75d9b1779000 rw-p 00030000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
75d9b1779000-75d9b1781000 rw-p 00000000 00:00 0 
75d9b1781000-75d9b178b000 r--p 00000000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
75d9b178b000-75d9b17ee000 r-xp 0000a000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
75d9b17ee000-75d9b1803000 r--p 0006d000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
75d9b1803000-75d9b1804000 r--p 00081000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
75d9b1804000-75d9b1805000 rw-p 00082000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
75d9b1805000-75d9b1807000 r--p 00000000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
75d9b1807000-75d9b1819000 r-xp 00002000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
75d9b1819000-75d9b181f000 r--p 00014000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
75d9b181f000-75d9b1820000 r--p 0001a000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
75d9b1820000-75d9b1821000 rw-p 0001b000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
75d9b1821000-75d9b1828000 r--s 00000000 103:02 5379339                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
75d9b1828000-75d9b185f000 r--p 00000000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
75d9b185f000-75d9b1c16000 r-xp 00037000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
75d9b1c16000-75d9b1d74000 r--p 003ee000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
75d9b1d74000-75d9b1d7e000 r--p 0054c000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
75d9b1d7e000-75d9b1d82000 rw-p 00556000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
75d9b1d82000-75d9b1d97000 rw-p 00000000 00:00 0 
75d9b1d97000-75d9b1d98000 r--p 00000000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
75d9b1d98000-75d9b1dc3000 r-xp 00001000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
75d9b1dc3000-75d9b1dcd000 r--p 0002c000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
75d9b1dcd000-75d9b1dcf000 r--p 00036000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
75d9b1dcf000-75d9b1dd1000 rw-p 00038000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fff87efe000-7fff87f1f000 rw-p 00000000 00:00 0                          [stack]
7fff87f87000-7fff87f8b000 r--p 00000000 00:00 0                          [vvar]
7fff87f8b000-7fff87f8d000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Inappropriate ioctl for device.

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

/tmp/ruby/src/trunk/tool/lib/dump.gdb:12: Error in sourced command file:
No symbol table is loaded.  Use the "file" command.
worker 3831891=net/http/test_https_proxy does not respond; SEGV is sent
/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:797: [BUG] Segmentation fault at 0x000003e8003a783e
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0018 p:---- s:0124 e:000123 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0120 e:000118 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:797
c:0016 p:0038 s:0109 E:000138 l:n b:---- BLOCK  /tmp/ruby/src/trunk/test/net/http/test_https_proxy.rb:43 [FINISH]
c:0015 p:---- s:0101 e:000100 l:y b:---- CFUNC  :open
c:0014 p:0012 s:0095 E:000cc0 l:y b:0001 METHOD /tmp/ruby/src/trunk/test/net/http/test_https_proxy.rb:16
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk/tool/lib/test/unit.rb:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0046 E:000a40 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:002270 l:y b:---- DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:220:in '<main>'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:23:in 'map'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk/tool/lib/test/unit.rb:1374:in '_run_suite'
/tmp/ruby/src/trunk/tool/lib/test/unit.rb:1670:in '_run_suite'
/tmp/ruby/src/trunk/tool/lib/test/unit.rb:1670:in 'map'
/tmp/ruby/src/trunk/tool/lib/test/unit.rb:1683:in 'block in _run_suite'
/tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk/test/net/http/test_https_proxy.rb:16:in 'test_https_proxy_authentication'
/tmp/ruby/src/trunk/test/net/http/test_https_proxy.rb:16:in 'open'
/tmp/ruby/src/trunk/test/net/http/test_https_proxy.rb:43:in 'block in test_https_proxy_authentication'
/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:797:in 'assert_join_threads'
/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:797:in 'value'

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

-- Machine register context ------------------------------------------------
 RIP: 0x000074b980898d71 RBP: 0x00007ffd165953d0 RSP: 0x00007ffd16595390
 RAX: 0xfffffffffffffffc RBX: 0x00005876b3b6a808 RCX: 0x000074b980898d71
 RDX: 0x0000000000000000 RDI: 0x00005876b3b6a834 RSI: 0x0000000000000189
  R8: 0x0000000000000000  R9: 0x00000000ffffffff R10: 0x0000000000000000
 R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
 R14: 0x00005876b3b6a928 R15: 0x00005876b3b6a834 EFL: 0x0000000000000246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk/libruby.so.4.0(rb_print_backtrace+0x14) [0x74b980fcb8f8] /tmp/ruby/src/trunk/vm_dump.c:1102
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_bugreport) /tmp/ruby/src/trunk/vm_dump.c:1447
/tmp/ruby/build/trunk/libruby.so.4.0(rb_bug_for_fatal_signal+0x10a) [0x74b980d9a90a] /tmp/ruby/src/trunk/error.c:1130
/tmp/ruby/build/trunk/libruby.so.4.0(sigsegv+0x48) [0x74b980f03c98] /tmp/ruby/src/trunk/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x74b980845330) [0x74b980845330]
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x74b980898d71] ./nptl/futex-internal.c:57
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common) ./nptl/futex-internal.c:87
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_cancelable64) ./nptl/futex-internal.c:139
/lib/x86_64-linux-gnu/libc.so.6(__pthread_cond_wait_common+0xed) [0x74b98089b7ed] ./nptl/pthread_cond_wait.c:503
/lib/x86_64-linux-gnu/libc.so.6(___pthread_cond_wait) ./nptl/pthread_cond_wait.c:627
/lib/x86_64-linux-gnu/libc.so.6(pthread_cond_wait) (null):0
/tmp/ruby/build/trunk/libruby.so.4.0(rb_native_cond_wait+0xd) [0x74b980f4e4ed] /tmp/ruby/src/trunk/thread_pthread.c:231
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_wait_running_turn+0x93) [0x74b980f4e633] /tmp/ruby/src/trunk/thread_pthread.c:851
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_unlock_+0x0) [0x74b980f4ee74] /tmp/ruby/src/trunk/thread_pthread.c:1126
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_to_waiting_until_wakeup) /tmp/ruby/src/trunk/thread_pthread.c:1132
/tmp/ruby/build/trunk/libruby.so.4.0(sleep_forever+0x7a) [0x74b980f57302] /tmp/ruby/src/trunk/thread_pthread.c:3350
/tmp/ruby/build/trunk/libruby.so.4.0(thread_join_sleep) /tmp/ruby/src/trunk/thread.c:1074
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ensure+0xf2) [0x74b980da6e92] /tmp/ruby/src/trunk/eval.c:1174
/tmp/ruby/build/trunk/libruby.so.4.0(thread_join+0x91) [0x74b980f4b681] /tmp/ruby/src/trunk/thread.c:1131
/tmp/ruby/build/trunk/libruby.so.4.0(thread_value) /tmp/ruby/src/trunk/thread.c:1253
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x74b980f9711d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x74b980fa08ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x77) [0x74b980fad8e7] ../../src/trunk/insns.def:902
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x74b980fb321f] /tmp/ruby/src/trunk/vm.c:2811
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk/vm.c:2790
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield_with_cref+0x88) [0x74b980fb8180] /tmp/ruby/src/trunk/vm.c:1865
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk/vm.c:1873
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk/vm_eval.c:1362
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk/vm_eval.c:1378
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ensure+0xf2) [0x74b980da6e92] /tmp/ruby/src/trunk/eval.c:1174
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x74b980f9711d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x74b980fa08ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x74b980faeabe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x0) [0x74b980fb3154] /tmp/ruby/src/trunk/vm.c:2784
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk/vm.c:2787
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield_with_cref+0x88) [0x74b980fb8180] /tmp/ruby/src/trunk/vm.c:1865
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk/vm.c:1873
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk/vm_eval.c:1362
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk/vm_eval.c:1378
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ary_collect+0x5c) [0x74b980ccf68c] /tmp/ruby/src/trunk/array.c:3673
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x74b980f9711d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x74b980fa08ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x74b980faeabe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x74b980fb321f] /tmp/ruby/src/trunk/vm.c:2811
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk/vm.c:2790
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield_with_cref+0x88) [0x74b980fb8180] /tmp/ruby/src/trunk/vm.c:1865
/tmp/ruby/build/trunk/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk/vm.c:1873
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk/vm_eval.c:1362
/tmp/ruby/build/trunk/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk/vm_eval.c:1378
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ary_collect+0x5c) [0x74b980ccf68c] /tmp/ruby/src/trunk/array.c:3673
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x74b980f9711d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x74b980fa08ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x74b980faeabe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x74b980fb321f] /tmp/ruby/src/trunk/vm.c:2811
/tmp/ruby/build/trunk/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk/vm.c:2790
/tmp/ruby/build/trunk/libruby.so.4.0(rb_ec_exec_node+0xa5) [0x74b980da4645] /tmp/ruby/src/trunk/eval.c:283
/tmp/ruby/build/trunk/libruby.so.4.0(ruby_run_node+0x8b) [0x74b980da8b1b] /tmp/ruby/src/trunk/eval.c:321
/tmp/ruby/build/trunk/ruby(rb_main+0x21) [0x5876922a7186] /tmp/ruby/src/trunk/main.c:42
/tmp/ruby/build/trunk/ruby(main) /tmp/ruby/src/trunk/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x74b98082a1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x74b98082a28b] ../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
[0x5876922a71d5]

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

* Loaded script: /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: HTTPSProxyTest#test_https_proxy_authentication

* Ruby Box: disabled
* Loaded features:

    0 enumerator.so
    1 thread.rb
    2 fiber.so
    3 rational.so
    4 complex.so
    5 pathname.so
    6 ruby2_keywords.rb
    7 set.rb
    8 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
    9 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
   10 /tmp/ruby/src/trunk/lib/open3/version.rb
   11 /tmp/ruby/src/trunk/lib/open3.rb
   12 /tmp/ruby/src/trunk/lib/timeout.rb
   13 /tmp/ruby/build/trunk/rbconfig.rb
   14 /tmp/ruby/src/trunk/tool/lib/find_executable.rb
   15 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
   16 /tmp/ruby/src/trunk/tool/lib/envutil.rb
   17 /tmp/ruby/src/trunk/tool/lib/colorize.rb
   18 /tmp/ruby/src/trunk/tool/lib/leakchecker.rb
   19 /tmp/ruby/src/trunk/lib/prettyprint.rb
   20 /tmp/ruby/src/trunk/lib/pp.rb
   21 /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb
   22 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
   23 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
   24 /tmp/ruby/src/trunk/tool/lib/core_assertions.rb
   25 /tmp/ruby/src/trunk/tool/lib/test/unit/testcase.rb
   26 /tmp/ruby/src/trunk/lib/optparse.rb
   27 /tmp/ruby/src/trunk/tool/lib/test/unit.rb
   28 /tmp/ruby/src/trunk/tool/lib/tracepointchecker.rb
   29 /tmp/ruby/src/trunk/tool/lib/zombie_hunter.rb
   30 /tmp/ruby/src/trunk/lib/delegate.rb
   31 /tmp/ruby/src/trunk/lib/fileutils.rb
   32 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
   33 /tmp/ruby/src/trunk/lib/tmpdir.rb
   34 /tmp/ruby/src/trunk/lib/tempfile.rb
   35 /tmp/ruby/src/trunk/tool/lib/iseq_loader_checker.rb
   36 /tmp/ruby/src/trunk/tool/lib/gc_checker.rb
   37 /tmp/ruby/src/trunk/tool/test/init.rb
   38 /tmp/ruby/src/trunk/lib/rubygems/defaults.rb
   39 /tmp/ruby/src/trunk/lib/rubygems/deprecate.rb
   40 /tmp/ruby/src/trunk/lib/rubygems/errors.rb
   41 /tmp/ruby/src/trunk/lib/rubygems/target_rbconfig.rb
   42 /tmp/ruby/src/trunk/lib/rubygems/win_platform.rb
   43 /tmp/ruby/src/trunk/lib/rubygems/unknown_command_spell_checker.rb
   44 /tmp/ruby/src/trunk/lib/rubygems/exceptions.rb
   45 /tmp/ruby/src/trunk/lib/rubygems/basic_specification.rb
   46 /tmp/ruby/src/trunk/lib/rubygems/stub_specification.rb
   47 /tmp/ruby/src/trunk/lib/rubygems/platform.rb
   48 /tmp/ruby/src/trunk/lib/rubygems/specification_record.rb
   49 /tmp/ruby/src/trunk/lib/rubygems/util/list.rb
   50 /tmp/ruby/src/trunk/lib/rubygems/version.rb
   51 /tmp/ruby/src/trunk/lib/rubygems/requirement.rb
   52 /tmp/ruby/src/trunk/lib/rubygems/specification.rb
   53 /tmp/ruby/src/trunk/lib/rubygems/util.rb
   54 /tmp/ruby/src/trunk/lib/rubygems/dependency.rb
   55 /tmp/ruby/src/trunk/lib/rubygems/core_ext/kernel_gem.rb
   56 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
   57 /tmp/ruby/build/trunk/.ext/common/monitor.rb
   58 /tmp/ruby/src/trunk/lib/rubygems.rb
   59 /tmp/ruby/src/trunk/lib/rubygems/path_support.rb
   60 /tmp/ruby/build/trunk/.ext/common/digest/version.rb
   61 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
   62 /tmp/ruby/build/trunk/.ext/common/digest/loader.rb
   63 /tmp/ruby/build/trunk/.ext/common/digest.rb
   64 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
   65 /tmp/ruby/build/trunk/.ext/common/openssl/asn1.rb
   66 /tmp/ruby/build/trunk/.ext/common/openssl/bn.rb
   67 /tmp/ruby/build/trunk/.ext/common/openssl/cipher.rb
   68 /tmp/ruby/build/trunk/.ext/common/openssl/digest.rb
   69 /tmp/ruby/build/trunk/.ext/common/openssl/hmac.rb
   70 /tmp/ruby/build/trunk/.ext/common/openssl/pkcs5.rb
   71 /tmp/ruby/build/trunk/.ext/common/openssl/marshal.rb
   72 /tmp/ruby/build/trunk/.ext/common/openssl/pkey.rb
   73 /tmp/ruby/build/trunk/.ext/common/openssl/buffering.rb
   74 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
   75 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
   76 /tmp/ruby/build/trunk/.ext/common/socket.rb
   77 /tmp/ruby/src/trunk/lib/ipaddr.rb
   78 /tmp/ruby/build/trunk/.ext/common/openssl/ssl.rb
   79 /tmp/ruby/build/trunk/.ext/common/openssl/version.rb
   80 /tmp/ruby/build/trunk/.ext/common/openssl/x509.rb
   81 /tmp/ruby/build/trunk/.ext/common/openssl.rb
   82 /tmp/ruby/src/trunk/test/openssl/utils.rb
   83 /tmp/ruby/src/trunk/test/openssl/test_ts.rb
   84 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
   85 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
   86 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
   87 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
   88 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
   89 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_jp.so
   90 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_31j.so
   91 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/big5.so
   92 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cesu_8.so
   93 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cp949.so
   94 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/emacs_mule.so
   95 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_kr.so
   96 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_tw.so
   97 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gb18030.so
   98 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gbk.so
   99 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_1.so
  100 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_2.so
  101 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_3.so
  102 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_4.so
  103 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_5.so
  104 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_6.so
  105 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_7.so
  106 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_8.so
  107 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_9.so
  108 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_10.so
  109 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_11.so
  110 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_13.so
  111 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_14.so
  112 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_15.so
  113 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_16.so
  114 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_r.so
  115 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_u.so
  116 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
  117 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1250.so
  118 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1251.so
  119 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1252.so
  120 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1253.so
  121 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1254.so
  122 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1257.so
  123 /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb
  124 /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
  125 /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
  126 /tmp/ruby/build/trunk/.ext/common/date.rb
  127 /tmp/ruby/build/trunk/.ext/common/psych/versions.rb
  128 /tmp/ruby/build/trunk/.ext/common/psych/exception.rb
  129 /tmp/ruby/build/trunk/.ext/common/psych/syntax_error.rb
  130 /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
  131 /tmp/ruby/build/trunk/.ext/common/psych/omap.rb
  132 /tmp/ruby/build/trunk/.ext/common/psych/set.rb
  133 /tmp/ruby/build/trunk/.ext/common/psych/class_loader.rb
  134 /tmp/ruby/build/trunk/.ext/common/psych/scalar_scanner.rb
  135 /tmp/ruby/build/trunk/.ext/common/psych/nodes/node.rb
  136 /tmp/ruby/build/trunk/.ext/common/psych/nodes/stream.rb
  137 /tmp/ruby/build/trunk/.ext/common/psych/nodes/document.rb
  138 /tmp/ruby/build/trunk/.ext/common/psych/nodes/sequence.rb
  139 /tmp/ruby/build/trunk/.ext/common/psych/nodes/scalar.rb
  140 /tmp/ruby/build/trunk/.ext/common/psych/nodes/mapping.rb
  141 /tmp/ruby/build/trunk/.ext/common/psych/nodes/alias.rb
  142 /tmp/ruby/build/trunk/.ext/common/psych/nodes.rb
  143 /tmp/ruby/build/trunk/.ext/common/psych/streaming.rb
  144 /tmp/ruby/build/trunk/.ext/common/psych/visitors/visitor.rb
  145 /tmp/ruby/build/trunk/.ext/common/psych/visitors/to_ruby.rb
  146 /tmp/ruby/build/trunk/.ext/common/psych/visitors/emitter.rb
  147 /tmp/ruby/build/trunk/.ext/common/psych/handler.rb
  148 /tmp/ruby/build/trunk/.ext/common/psych/tree_builder.rb
  149 /tmp/ruby/build/trunk/.ext/common/psych/visitors/yaml_tree.rb
  150 /tmp/ruby/build/trunk/.ext/common/psych/json/ruby_events.rb
  151 /tmp/ruby/build/trunk/.ext/common/psych/visitors/json_tree.rb
  152 /tmp/ruby/build/trunk/.ext/common/psych/visitors/depth_first.rb
  153 /tmp/ruby/build/trunk/.ext/common/psych/visitors.rb
  154 /tmp/ruby/build/trunk/.ext/common/psych/parser.rb
  155 /tmp/ruby/build/trunk/.ext/common/psych/coder.rb
  156 /tmp/ruby/build/trunk/.ext/common/psych/stream.rb
  157 /tmp/ruby/build/trunk/.ext/common/psych/json/yaml_events.rb
  158 /tmp/ruby/build/trunk/.ext/common/psych/json/tree_builder.rb
  159 /tmp/ruby/build/trunk/.ext/common/psych/json/stream.rb
  160 /tmp/ruby/build/trunk/.ext/common/psych/handlers/document_stream.rb
  161 /tmp/ruby/build/trunk/.ext/common/psych/core_ext.rb
  162 /tmp/ruby/build/trunk/.ext/common/psych.rb
  163 /tmp/ruby/src/trunk/test/psych/helper.rb
  164 /tmp/ruby/src/trunk/test/psych/test_merge_keys.rb
  165 /tmp/ruby/src/trunk/lib/pathname.rb
  166 /tmp/ruby/src/trunk/lib/rubygems/openssl.rb
  167 /tmp/ruby/src/trunk/lib/rubygems/text.rb
  168 /tmp/ruby/src/trunk/lib/rubygems/user_interaction.rb
  169 /tmp/ruby/src/trunk/lib/rubygems/security/policy.rb
  170 /tmp/ruby/src/trunk/lib/rubygems/security/policies.rb
  171 /tmp/ruby/src/trunk/lib/rubygems/security/trust_dir.rb
  172 /tmp/ruby/src/trunk/lib/rubygems/security/signer.rb
  173 /tmp/ruby/src/trunk/lib/rubygems/security.rb
  174 /tmp/ruby/src/trunk/lib/rubygems/package/digest_io.rb
  175 /tmp/ruby/src/trunk/lib/rubygems/package/source.rb
  176 /tmp/ruby/src/trunk/lib/rubygems/package/file_source.rb
  177 /tmp/ruby/src/trunk/lib/rubygems/package/io_source.rb
  178 /tmp/ruby/src/trunk/lib/rubygems/package/old.rb
  179 /tmp/ruby/src/trunk/lib/rubygems/package/tar_header.rb
  180 /tmp/ruby/src/trunk/lib/rubygems/package/tar_reader/entry.rb
  181 /tmp/ruby/src/trunk/lib/rubygems/package/tar_reader.rb
  182 /tmp/ruby/src/trunk/lib/rubygems/package/tar_writer.rb
  183 /tmp/ruby/src/trunk/lib/rubygems/package.rb
  184 /tmp/ruby/src/trunk/lib/shellwords.rb
  185 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/version.rb
  186 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb
  187 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb
  188 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/common.rb
  189 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/generic.rb
  190 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/file.rb
  191 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ftp.rb
  192 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/http.rb
  193 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/https.rb
  194 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ldap.rb
  195 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ldaps.rb
  196 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/mailto.rb
  197 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ws.rb
  198 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/wss.rb
  199 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri.rb
  200 /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
  201 /tmp/ruby/src/trunk/test/rubygems/mock_gem_ui.rb
  202 /tmp/ruby/src/trunk/lib/rubygems/vendor/optparse/lib/optparse.rb
  203 /tmp/ruby/src/trunk/lib/rubygems/vendored_optparse.rb
  204 /tmp/ruby/src/trunk/lib/rubygems/command.rb
  205 /tmp/ruby/src/trunk/lib/rubygems/installer_uninstaller_utils.rb
  206 /tmp/ruby/src/trunk/lib/rubygems/ext/build_error.rb
  207 /tmp/ruby/src/trunk/lib/rubygems/ext/builder.rb
  208 /tmp/ruby/src/trunk/lib/rubygems/ext/configure_builder.rb
  209 /tmp/ruby/src/trunk/lib/rubygems/ext/ext_conf_builder.rb
  210 /tmp/ruby/src/trunk/lib/rubygems/ext/rake_builder.rb
  211 /tmp/ruby/src/trunk/lib/rubygems/ext/cmake_builder.rb
  212 /tmp/ruby/src/trunk/lib/rubygems/ext/cargo_builder.rb
  213 /tmp/ruby/src/trunk/lib/rubygems/ext.rb
  214 /tmp/ruby/src/trunk/lib/rubygems/installer.rb
  215 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb
  216 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
  217 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb
  218 /tmp/ruby/src/trunk/lib/rubygems/vendor/tsort/lib/tsort.rb
  219 /tmp/ruby/src/trunk/lib/rubygems/vendored_tsort.rb
  220 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  221 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  222 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  223 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  224 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  225 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  226 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
  227 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
  228 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
  229 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb
  230 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/state.rb
  231 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
  232 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
  233 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
  234 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb
  235 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb
  236 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo.rb
  237 /tmp/ruby/src/trunk/lib/rubygems/vendored_molinillo.rb
  238 /tmp/ruby/src/trunk/lib/rubygems/resolver/activation_request.rb
  239 /tmp/ruby/src/trunk/lib/rubygems/resolver/conflict.rb
  240 /tmp/ruby/src/trunk/lib/rubygems/resolver/dependency_request.rb
  241 /tmp/ruby/src/trunk/lib/rubygems/resolver/requirement_list.rb
  242 /tmp/ruby/src/trunk/lib/rubygems/resolver/stats.rb
  243 /tmp/ruby/src/trunk/lib/rubygems/resolver/set.rb
  244 /tmp/ruby/src/trunk/lib/rubygems/resolver/api_set.rb
  245 /tmp/ruby/src/trunk/lib/rubygems/resolver/composed_set.rb
  246 /tmp/ruby/src/trunk/lib/rubygems/resolver/best_set.rb
  247 /tmp/ruby/src/trunk/lib/rubygems/resolver/current_set.rb
  248 /tmp/ruby/src/trunk/lib/rubygems/resolver/git_set.rb
  249 /tmp/ruby/src/trunk/lib/rubygems/resolver/index_set.rb
  250 /tmp/ruby/src/trunk/lib/rubygems/resolver/installer_set.rb
  251 /tmp/ruby/src/trunk/lib/rubygems/resolver/lock_set.rb
  252 /tmp/ruby/src/trunk/lib/rubygems/resolver/vendor_set.rb
  253 /tmp/ruby/src/trunk/lib/rubygems/resolver/source_set.rb
  254 /tmp/ruby/src/trunk/lib/rubygems/resolver/specification.rb
  255 /tmp/ruby/src/trunk/lib/rubygems/resolver/spec_specification.rb
  256 /tmp/ruby/src/trunk/lib/rubygems/resolver/api_specification.rb
  257 /tmp/ruby/src/trunk/lib/rubygems/resolver/git_specification.rb
  258 /tmp/ruby/src/trunk/lib/rubygems/resolver/index_specification.rb
  259 /tmp/ruby/src/trunk/lib/rubygems/resolver/installed_specification.rb
  260 /tmp/ruby/src/trunk/lib/rubygems/resolver/local_specification.rb
  261 /tmp/ruby/src/trunk/lib/rubygems/resolver/lock_specification.rb
  262 /tmp/ruby/src/trunk/lib/rubygems/resolver/vendor_specification.rb
  263 /tmp/ruby/src/trunk/lib/rubygems/resolver.rb
  264 /tmp/ruby/src/trunk/lib/rubygems/vendor/timeout/lib/timeout.rb
  265 /tmp/ruby/src/trunk/lib/mkmf.rb
  266 /tmp/ruby/src/trunk/test/mkmf/base.rb
  267 /tmp/ruby/src/trunk/test/mkmf/test_have_macro.rb
  268 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
  269 /tmp/ruby/src/trunk/test/-ext-/file/test_stat.rb
  270 /tmp/ruby/src/trunk/test/net/http/test_https_proxy.rb

* Process memory map:

5876922a6000-5876922a7000 r--p 00000000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
5876922a7000-5876922a8000 r-xp 00001000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
5876922a8000-5876922a9000 r--p 00002000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
5876922a9000-5876922aa000 r--p 00002000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
5876922aa000-5876922ab000 rw-p 00003000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
5876b3b62000-5876b4f3c000 rw-p 00000000 00:00 0                          [heap]
74b958000000-74b958021000 rw-p 00000000 00:00 0 
74b958021000-74b95c000000 ---p 00000000 00:00 0 
74b95ee00000-74b95f007000 r--s 00000000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
74b95f00a000-74b960021000 rw-p 00000000 00:00 0 
74b960021000-74b964000000 ---p 00000000 00:00 0 
74b964055000-74b964177000 rw-p 00000000 00:00 0 
74b964177000-74b9651d0000 r--s 00000000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
74b9651d0000-74b9651f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b96521a000-74b965333000 rw-p 00000000 00:00 0 
74b965333000-74b965371000 r--s 00000000 00:23 662083136                  /tmp/ruby/build/trunk/ruby
74b965371000-74b965375000 r--p 00000000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
74b965375000-74b965399000 r-xp 00004000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
74b965399000-74b96539d000 r--p 00028000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
74b96539d000-74b96539e000 r--p 0002b000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
74b96539e000-74b96539f000 rw-p 0002c000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
74b96539f000-74b9653a0000 ---p 00000000 00:00 0 
74b9653a0000-74b9653c0000 rw-p 00000000 00:00 0 
74b9653c0000-74b9653f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b965400000-74b965410000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b965410000-74b9654d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b9654db000-74b9654de000 r--p 00000000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
74b9654de000-74b9654ea000 r-xp 00003000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
74b9654ea000-74b9654ed000 r--p 0000f000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
74b9654ed000-74b9654ee000 r--p 00011000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
74b9654ee000-74b9654ef000 rw-p 00012000 00:23 662087026                  /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
74b9654ef000-74b9654f1000 r--p 00000000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
74b9654f1000-74b96550a000 r-xp 00002000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
74b96550a000-74b96550e000 r--p 0001b000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
74b96550e000-74b96550f000 r--p 0001e000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
74b96550f000-74b965510000 rw-p 0001f000 103:02 5243604                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
74b965512000-74b965513000 r--p 00000000 00:23 662086193                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
74b965513000-74b965514000 r-xp 00001000 00:23 662086193                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
74b965514000-74b965515000 r--p 00002000 00:23 662086193                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
74b965515000-74b965516000 r--p 00002000 00:23 662086193                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
74b965516000-74b965517000 rw-p 00003000 00:23 662086193                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
74b965517000-74b96551a000 r--p 00000000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
74b96551a000-74b96551e000 r-xp 00003000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
74b96551e000-74b96551f000 r--p 00007000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
74b96551f000-74b965520000 r--p 00008000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
74b965520000-74b965521000 rw-p 00009000 00:23 662086738                  /tmp/ruby/build/trunk/.ext/x86_64-linux/psych.so
74b965521000-74b965525000 r--p 00000000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
74b965525000-74b965555000 r-xp 00004000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
74b965555000-74b96555d000 r--p 00034000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
74b96555d000-74b96555e000 r--p 0003c000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
74b96555e000-74b96555f000 rw-p 0003d000 00:23 662087069                  /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
74b96555f000-74b965560000 rw-p 00000000 00:00 0 
74b965560000-74b965570000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b965571000-74b965572000 ---p 00000000 00:00 0 
74b965572000-74b965592000 rw-p 00000000 00:00 0 
74b965592000-74b965593000 r--p 00000000 00:23 662084135                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1257.so
74b965593000-74b965594000 r-xp 00001000 00:23 662084135                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1257.so
74b965594000-74b965595000 r--p 00002000 00:23 662084135                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1257.so
74b965595000-74b965596000 r--p 00002000 00:23 662084135                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1257.so
74b965596000-74b965597000 rw-p 00003000 00:23 662084135                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1257.so
74b965597000-74b965598000 r--p 00000000 00:23 662084125                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1254.so
74b965598000-74b965599000 r-xp 00001000 00:23 662084125                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1254.so
74b965599000-74b96559a000 r--p 00002000 00:23 662084125                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1254.so
74b96559a000-74b96559b000 r--p 00002000 00:23 662084125                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1254.so
74b96559b000-74b96559c000 rw-p 00003000 00:23 662084125                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1254.so
74b96559c000-74b96559d000 r--p 00000000 00:23 662084102                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1253.so
74b96559d000-74b96559e000 r-xp 00001000 00:23 662084102                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1253.so
74b96559e000-74b96559f000 r--p 00002000 00:23 662084102                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1253.so
74b96559f000-74b9655a0000 r--p 00002000 00:23 662084102                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1253.so
74b9655a0000-74b9655a1000 rw-p 00003000 00:23 662084102                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1253.so
74b9655a1000-74b9655a2000 r--p 00000000 00:23 662084093                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1252.so
74b9655a2000-74b9655a3000 r-xp 00001000 00:23 662084093                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1252.so
74b9655a3000-74b9655a4000 r--p 00002000 00:23 662084093                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1252.so
74b9655a4000-74b9655a5000 r--p 00002000 00:23 662084093                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1252.so
74b9655a5000-74b9655a6000 rw-p 00003000 00:23 662084093                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1252.so
74b9655a6000-74b9655a7000 r--p 00000000 00:23 662084079                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1251.so
74b9655a7000-74b9655a8000 r-xp 00001000 00:23 662084079                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1251.so
74b9655a8000-74b9655a9000 r--p 00002000 00:23 662084079                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1251.so
74b9655a9000-74b9655aa000 r--p 00002000 00:23 662084079                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1251.so
74b9655aa000-74b9655ab000 rw-p 00003000 00:23 662084079                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1251.so
74b9655ab000-74b9655ac000 r--p 00000000 00:23 662084048                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1250.so
74b9655ac000-74b9655ad000 r-xp 00001000 00:23 662084048                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1250.so
74b9655ad000-74b9655ae000 r--p 00002000 00:23 662084048                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1250.so
74b9655ae000-74b9655af000 r--p 00002000 00:23 662084048                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1250.so
74b9655af000-74b9655b0000 rw-p 00003000 00:23 662084048                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_1250.so
74b9655b0000-74b9655b1000 r--p 00000000 00:23 662083912                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
74b9655b1000-74b9655b2000 r-xp 00001000 00:23 662083912                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
74b9655b2000-74b9655b3000 r--p 00002000 00:23 662083912                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
74b9655b3000-74b9655b4000 r--p 00003000 00:23 662083912                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
74b9655b4000-74b9655b5000 rw-p 00004000 00:23 662083912                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
74b9655b5000-74b9655b6000 r--p 00000000 00:23 662083892                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_u.so
74b9655b6000-74b9655b7000 r-xp 00001000 00:23 662083892                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_u.so
74b9655b7000-74b9655b8000 r--p 00002000 00:23 662083892                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_u.so
74b9655b8000-74b9655b9000 r--p 00002000 00:23 662083892                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_u.so
74b9655b9000-74b9655ba000 rw-p 00003000 00:23 662083892                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_u.so
74b9655ba000-74b9655bb000 r--p 00000000 00:23 662083876                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_r.so
74b9655bb000-74b9655bc000 r-xp 00001000 00:23 662083876                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_r.so
74b9655bc000-74b9655bd000 r--p 00002000 00:23 662083876                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_r.so
74b9655bd000-74b9655be000 r--p 00002000 00:23 662083876                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_r.so
74b9655be000-74b9655bf000 rw-p 00003000 00:23 662083876                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/koi8_r.so
74b9655bf000-74b9655c0000 r--p 00000000 00:23 662083838                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_16.so
74b9655c0000-74b9655c1000 r-xp 00001000 00:23 662083838                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_16.so
74b9655c1000-74b9655c2000 r--p 00002000 00:23 662083838                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_16.so
74b9655c2000-74b9655c3000 r--p 00002000 00:23 662083838                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_16.so
74b9655c3000-74b9655c4000 rw-p 00003000 00:23 662083838                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_16.so
74b9655c4000-74b9655c5000 r--p 00000000 00:23 662083816                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_15.so
74b9655c5000-74b9655c6000 r-xp 00001000 00:23 662083816                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_15.so
74b9655c6000-74b9655c7000 r--p 00002000 00:23 662083816                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_15.so
74b9655c7000-74b9655c8000 r--p 00002000 00:23 662083816                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_15.so
74b9655c8000-74b9655c9000 rw-p 00003000 00:23 662083816                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_15.so
74b9655c9000-74b9655ca000 r--p 00000000 00:23 662083797                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_14.so
74b9655ca000-74b9655cb000 r-xp 00001000 00:23 662083797                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_14.so
74b9655cb000-74b9655cc000 r--p 00002000 00:23 662083797                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_14.so
74b9655cc000-74b9655cd000 r--p 00002000 00:23 662083797                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_14.so
74b9655cd000-74b9655ce000 rw-p 00003000 00:23 662083797                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_14.so
74b9655ce000-74b9655cf000 r--p 00000000 00:23 662083784                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_13.so
74b9655cf000-74b9655d0000 r-xp 00001000 00:23 662083784                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_13.so
74b9655d0000-74b9655d1000 r--p 00002000 00:23 662083784                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_13.so
74b9655d1000-74b9655d2000 r--p 00002000 00:23 662083784                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_13.so
74b9655d2000-74b9655d3000 rw-p 00003000 00:23 662083784                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_13.so
74b9655d3000-74b9655d4000 r--p 00000000 00:23 662083745                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_11.so
74b9655d4000-74b9655d5000 r-xp 00001000 00:23 662083745                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_11.so
74b9655d5000-74b9655d6000 r--p 00002000 00:23 662083745                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_11.so
74b9655d6000-74b9655d7000 r--p 00002000 00:23 662083745                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_11.so
74b9655d7000-74b9655d8000 rw-p 00003000 00:23 662083745                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_11.so
74b9655d8000-74b9655d9000 r--p 00000000 00:23 662083712                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_10.so
74b9655d9000-74b9655da000 r-xp 00001000 00:23 662083712                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_10.so
74b9655da000-74b9655db000 r--p 00002000 00:23 662083712                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_10.so
74b9655db000-74b9655dc000 r--p 00002000 00:23 662083712                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_10.so
74b9655dc000-74b9655dd000 rw-p 00003000 00:23 662083712                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_10.so
74b9655dd000-74b9655de000 r--p 00000000 00:23 662083701                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_9.so
74b9655de000-74b9655df000 r-xp 00001000 00:23 662083701                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_9.so
74b9655df000-74b9655e0000 r--p 00002000 00:23 662083701                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_9.so
74b9655e0000-74b9655e1000 r--p 00002000 00:23 662083701                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_9.so
74b9655e1000-74b9655e2000 rw-p 00003000 00:23 662083701                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_9.so
74b9655e2000-74b9655e3000 r--p 00000000 00:23 662083676                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_8.so
74b9655e3000-74b9655e4000 r-xp 00001000 00:23 662083676                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_8.so
74b9655e4000-74b9655e5000 r--p 00002000 00:23 662083676                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_8.so
74b9655e5000-74b9655e6000 r--p 00002000 00:23 662083676                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_8.so
74b9655e6000-74b9655e7000 rw-p 00003000 00:23 662083676                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_8.so
74b9655e7000-74b9655e8000 r--p 00000000 00:23 662083651                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_7.so
74b9655e8000-74b9655e9000 r-xp 00001000 00:23 662083651                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_7.so
74b9655e9000-74b9655ea000 r--p 00002000 00:23 662083651                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_7.so
74b9655ea000-74b9655eb000 r--p 00002000 00:23 662083651                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_7.so
74b9655eb000-74b9655ec000 rw-p 00003000 00:23 662083651                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_7.so
74b9655ec000-74b9655ed000 r--p 00000000 00:23 662083633                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_6.so
74b9655ed000-74b9655ee000 r-xp 00001000 00:23 662083633                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_6.so
74b9655ee000-74b9655ef000 r--p 00002000 00:23 662083633                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_6.so
74b9655ef000-74b9655f0000 r--p 00002000 00:23 662083633                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_6.so
74b9655f0000-74b9655f1000 rw-p 00003000 00:23 662083633                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_6.so
74b9655f1000-74b9655f2000 r--p 00000000 00:23 662083615                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_5.so
74b9655f2000-74b9655f3000 r-xp 00001000 00:23 662083615                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_5.so
74b9655f3000-74b9655f4000 r--p 00002000 00:23 662083615                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_5.so
74b9655f4000-74b9655f5000 r--p 00002000 00:23 662083615                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_5.so
74b9655f5000-74b9655f6000 rw-p 00003000 00:23 662083615                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_5.so
74b9655f6000-74b9655f7000 r--p 00000000 00:23 662083558                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_4.so
74b9655f7000-74b9655f8000 r-xp 00001000 00:23 662083558                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_4.so
74b9655f8000-74b9655f9000 r--p 00002000 00:23 662083558                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_4.so
74b9655f9000-74b9655fa000 r--p 00002000 00:23 662083558                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_4.so
74b9655fa000-74b9655fb000 rw-p 00003000 00:23 662083558                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_4.so
74b9655fb000-74b9655fc000 r--p 00000000 00:23 662083535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_3.so
74b9655fc000-74b9655fd000 r-xp 00001000 00:23 662083535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_3.so
74b9655fd000-74b9655fe000 r--p 00002000 00:23 662083535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_3.so
74b9655fe000-74b9655ff000 r--p 00002000 00:23 662083535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_3.so
74b9655ff000-74b965600000 rw-p 00003000 00:23 662083535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_3.so
74b965600000-74b9656b3000 r--p 00000000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
74b9656b3000-74b9659e6000 r-xp 000b3000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
74b9659e6000-74b965ab1000 r--p 003e6000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
74b965ab1000-74b965b0d000 r--p 004b0000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
74b965b0d000-74b965b10000 rw-p 0050c000 103:02 5243595                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
74b965b10000-74b965b13000 rw-p 00000000 00:00 0 
74b965b16000-74b965b17000 r--p 00000000 00:23 662083474                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_2.so
74b965b17000-74b965b18000 r-xp 00001000 00:23 662083474                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_2.so
74b965b18000-74b965b19000 r--p 00002000 00:23 662083474                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_2.so
74b965b19000-74b965b1a000 r--p 00002000 00:23 662083474                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_2.so
74b965b1a000-74b965b1b000 rw-p 00003000 00:23 662083474                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_2.so
74b965b1b000-74b965b1c000 r--p 00000000 00:23 662083436                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_1.so
74b965b1c000-74b965b1d000 r-xp 00001000 00:23 662083436                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_1.so
74b965b1d000-74b965b1e000 r--p 00002000 00:23 662083436                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_1.so
74b965b1e000-74b965b1f000 r--p 00002000 00:23 662083436                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_1.so
74b965b1f000-74b965b20000 rw-p 00003000 00:23 662083436                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/iso_8859_1.so
74b965b20000-74b965b21000 r--p 00000000 00:23 662083405                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gbk.so
74b965b21000-74b965b22000 r-xp 00001000 00:23 662083405                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gbk.so
74b965b22000-74b965b23000 r--p 00002000 00:23 662083405                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gbk.so
74b965b23000-74b965b24000 r--p 00002000 00:23 662083405                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gbk.so
74b965b24000-74b965b25000 rw-p 00003000 00:23 662083405                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gbk.so
74b965b25000-74b965b26000 r--p 00000000 00:23 662083372                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gb18030.so
74b965b26000-74b965b27000 r-xp 00001000 00:23 662083372                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gb18030.so
74b965b27000-74b965b28000 r--p 00002000 00:23 662083372                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gb18030.so
74b965b28000-74b965b29000 r--p 00002000 00:23 662083372                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gb18030.so
74b965b29000-74b965b2a000 rw-p 00003000 00:23 662083372                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/gb18030.so
74b965b2a000-74b965b2b000 r--p 00000000 00:23 662083319                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_tw.so
74b965b2b000-74b965b2c000 r-xp 00001000 00:23 662083319                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_tw.so
74b965b2c000-74b965b2d000 r--p 00002000 00:23 662083319                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_tw.so
74b965b2d000-74b965b2e000 r--p 00002000 00:23 662083319                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_tw.so
74b965b2e000-74b965b2f000 rw-p 00003000 00:23 662083319                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_tw.so
74b965b2f000-74b965b30000 ---p 00000000 00:00 0 
74b965b30000-74b965b50000 rw-p 00000000 00:00 0 
74b965b50000-74b965b60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b965b62000-74b965b63000 r--p 00000000 00:23 662083315                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_kr.so
74b965b63000-74b965b64000 r-xp 00001000 00:23 662083315                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_kr.so
74b965b64000-74b965b65000 r--p 00002000 00:23 662083315                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_kr.so
74b965b65000-74b965b66000 r--p 00002000 00:23 662083315                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_kr.so
74b965b66000-74b965b67000 rw-p 00003000 00:23 662083315                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_kr.so
74b965b67000-74b965b6e000 r--p 00000000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
74b965b6e000-74b965b95000 r-xp 00007000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
74b965b95000-74b965b9d000 r--p 0002e000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
74b965b9d000-74b965b9e000 r--p 00035000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
74b965b9e000-74b965b9f000 rw-p 00036000 00:23 662087049                  /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
74b965b9f000-74b965be0000 rw-p 00000000 00:00 0 
74b965be0000-74b965c10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b965c12000-74b965c30000 r--p 00000000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
74b965c30000-74b965c92000 r-xp 0001e000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
74b965c92000-74b965cae000 r--p 00080000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
74b965cae000-74b965cb8000 r--p 0009c000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
74b965cb8000-74b965cbc000 rw-p 000a6000 103:02 5243799                   /usr/lib/x86_64-linux-gnu/libssl.so.3
74b965cbc000-74b965cd0000 r--p 00000000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
74b965cd0000-74b965d09000 r-xp 00014000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
74b965d09000-74b965d1b000 r--p 0004d000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
74b965d1b000-74b965d1d000 r--p 0005f000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
74b965d1d000-74b965d1f000 rw-p 00061000 00:23 662087039                  /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
74b965d1f000-74b965d20000 rw-p 00000000 00:00 0 
74b965d20000-74b965e30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b965e34000-74b965e35000 r--p 00000000 00:23 662083296                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/emacs_mule.so
74b965e35000-74b965e36000 r-xp 00001000 00:23 662083296                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/emacs_mule.so
74b965e36000-74b965e37000 r--p 00002000 00:23 662083296                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/emacs_mule.so
74b965e37000-74b965e38000 r--p 00002000 00:23 662083296                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/emacs_mule.so
74b965e38000-74b965e39000 rw-p 00003000 00:23 662083296                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/emacs_mule.so
74b965e39000-74b965e3a000 r--p 00000000 00:23 662083273                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cp949.so
74b965e3a000-74b965e3b000 r-xp 00001000 00:23 662083273                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cp949.so
74b965e3b000-74b965e3c000 r--p 00002000 00:23 662083273                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cp949.so
74b965e3c000-74b965e3d000 r--p 00002000 00:23 662083273                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cp949.so
74b965e3d000-74b965e3e000 rw-p 00003000 00:23 662083273                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cp949.so
74b965e3f000-74b965e40000 r--p 00000000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
74b965e40000-74b965e41000 r-xp 00001000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
74b965e41000-74b965e42000 r--p 00002000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
74b965e42000-74b965e43000 r--p 00002000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
74b965e43000-74b965e44000 rw-p 00003000 00:23 662086535                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
74b965e44000-74b965e47000 r--p 00000000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
74b965e47000-74b965e4c000 r-xp 00003000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
74b965e4c000-74b965e4e000 r--p 00008000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
74b965e4e000-74b965e4f000 r--p 00009000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
74b965e4f000-74b965e50000 rw-p 0000a000 00:23 662086848                  /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
74b965e50000-74b965e80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b965e80000-74b965e81000 r--p 00000000 00:23 662083254                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cesu_8.so
74b965e81000-74b965e82000 r-xp 00001000 00:23 662083254                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cesu_8.so
74b965e82000-74b965e83000 r--p 00002000 00:23 662083254                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cesu_8.so
74b965e83000-74b965e84000 r--p 00003000 00:23 662083254                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cesu_8.so
74b965e84000-74b965e85000 rw-p 00004000 00:23 662083254                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/cesu_8.so
74b965e85000-74b965e86000 r--p 00000000 00:23 662083250                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/big5.so
74b965e86000-74b965e87000 r-xp 00001000 00:23 662083250                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/big5.so
74b965e87000-74b965e89000 r--p 00002000 00:23 662083250                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/big5.so
74b965e89000-74b965e8a000 r--p 00003000 00:23 662083250                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/big5.so
74b965e8a000-74b965e8b000 rw-p 00004000 00:23 662083250                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/big5.so
74b965e8b000-74b965e8c000 r--p 00000000 00:23 662084020                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_31j.so
74b965e8c000-74b965e8d000 r-xp 00001000 00:23 662084020                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_31j.so
74b965e8d000-74b965e8e000 r--p 00002000 00:23 662084020                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_31j.so
74b965e8e000-74b965e8f000 r--p 00003000 00:23 662084020                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_31j.so
74b965e8f000-74b965e90000 rw-p 00004000 00:23 662084020                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/windows_31j.so
74b965e90000-74b965fa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b965fa0000-74b965fa1000 r--p 00000000 00:23 662083314                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_jp.so
74b965fa1000-74b965fa2000 r-xp 00001000 00:23 662083314                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_jp.so
74b965fa2000-74b965fa3000 r--p 00002000 00:23 662083314                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_jp.so
74b965fa3000-74b965fa4000 r--p 00003000 00:23 662083314                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_jp.so
74b965fa4000-74b965fa5000 rw-p 00004000 00:23 662083314                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/euc_jp.so
74b965fa5000-74b965fa6000 r--p 00000000 00:23 662083999                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
74b965fa6000-74b965fa7000 r-xp 00001000 00:23 662083999                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
74b965fa7000-74b965fa8000 r--p 00002000 00:23 662083999                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
74b965fa8000-74b965fa9000 r--p 00002000 00:23 662083999                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
74b965fa9000-74b965faa000 rw-p 00003000 00:23 662083999                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
74b965faa000-74b965fab000 r--p 00000000 00:23 662083969                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
74b965fab000-74b965fac000 r-xp 00001000 00:23 662083969                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
74b965fac000-74b965fad000 r--p 00002000 00:23 662083969                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
74b965fad000-74b965fae000 r--p 00002000 00:23 662083969                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
74b965fae000-74b965faf000 rw-p 00003000 00:23 662083969                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
74b965faf000-74b965fb0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b965fb0000-74b965ff1000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b965ff1000-74b965ff2000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b965ff2000-74b966033000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966033000-74b966034000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966034000-74b966075000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966075000-74b966076000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966076000-74b9660b7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9660b7000-74b9660b8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9660b8000-74b9660f9000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9660f9000-74b9660fa000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9660fa000-74b96613b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96613b000-74b96613c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96613c000-74b96617d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96617d000-74b96617e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96617e000-74b9661bf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9661bf000-74b9661c0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9661c0000-74b966201000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966201000-74b966202000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966202000-74b966243000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966243000-74b966244000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966244000-74b966285000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966285000-74b966286000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966286000-74b9662c7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9662c7000-74b9662c8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9662c8000-74b966309000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966309000-74b96630a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96630a000-74b96634b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96634b000-74b96634c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96634c000-74b96638d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96638d000-74b96638e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96638e000-74b9663cf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9663cf000-74b9663d0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9663d0000-74b966411000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966411000-74b966412000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966412000-74b966453000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966453000-74b966454000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966454000-74b966495000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966495000-74b966496000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966496000-74b9664d7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9664d7000-74b9664d8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9664d8000-74b966519000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966519000-74b96651a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96651a000-74b96655b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96655b000-74b96655c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96655c000-74b96659d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96659d000-74b96659e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96659e000-74b9665df000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9665df000-74b9665e0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9665e0000-74b966621000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966621000-74b966622000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966622000-74b966663000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966663000-74b966664000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966664000-74b9666a5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9666a5000-74b9666a6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9666a6000-74b9666e7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9666e7000-74b9666e8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9666e8000-74b966729000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b966729000-74b96672a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96672a000-74b96676b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96676b000-74b96676c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b96676c000-74b9667ad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9667ad000-74b9667ae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9667ae000-74b9667ef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
74b9667ef000-74b9667f0000 ---p 00000000 00:00 0 
74b9667f0000-74b966ff0000 rw-p 00000000 00:00 0 
74b966ff0000-74b967000000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b967000000-74b97f000000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
74b97f000000-74b980400000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
74b980400000-74b9806eb000 r--p 00000000 103:02 5243470                   /usr/lib/locale/locale-archive
74b9806ed000-74b9806ee000 r--p 00000000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
74b9806ee000-74b9806ef000 r-xp 00001000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
74b9806ef000-74b9806f0000 r--p 00002000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
74b9806f0000-74b9806f1000 r--p 00002000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
74b9806f1000-74b9806f2000 rw-p 00003000 00:23 662083953                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
74b9806f2000-74b9806f3000 r--p 00000000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
74b9806f3000-74b9806f4000 r-xp 00001000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
74b9806f4000-74b9806f5000 r--p 00002000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
74b9806f5000-74b9806f6000 r--p 00002000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
74b9806f6000-74b9806f7000 rw-p 00003000 00:23 662083931                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
74b9806f7000-74b9806f9000 r--p 00000000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
74b9806f9000-74b9806fc000 r-xp 00002000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
74b9806fc000-74b9806fd000 r--p 00005000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
74b9806fd000-74b9806fe000 r--p 00006000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
74b9806fe000-74b9806ff000 rw-p 00007000 00:23 662086617                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
74b9806ff000-74b980800000 rw-p 00000000 00:00 0 
74b980800000-74b980828000 r--p 00000000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
74b980828000-74b9809b0000 r-xp 00028000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
74b9809b0000-74b9809ff000 r--p 001b0000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
74b9809ff000-74b980a03000 r--p 001fe000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
74b980a03000-74b980a05000 rw-p 00202000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
74b980a05000-74b980a12000 rw-p 00000000 00:00 0 
74b980a14000-74b980a15000 r--p 00000000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
74b980a15000-74b980a16000 r-xp 00001000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
74b980a16000-74b980a17000 r--p 00002000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
74b980a17000-74b980a18000 r--p 00002000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
74b980a18000-74b980a19000 rw-p 00003000 00:23 662086610                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
74b980a19000-74b980a1b000 r--p 00000000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
74b980a1b000-74b980a1d000 r-xp 00002000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
74b980a1d000-74b980a1e000 r--p 00004000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
74b980a1e000-74b980a1f000 r--p 00004000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
74b980a1f000-74b980a20000 rw-p 00005000 00:23 662086600                  /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
74b980a20000-74b980a22000 r--p 00000000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
74b980a22000-74b980a27000 r-xp 00002000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
74b980a27000-74b980a28000 r--p 00007000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
74b980a28000-74b980a29000 r--p 00008000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
74b980a29000-74b980a2a000 rw-p 00009000 00:23 662086753                  /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
74b980a2a000-74b980a2b000 r--p 00000000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
74b980a2b000-74b980a2d000 r-xp 00001000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
74b980a2d000-74b980a2e000 r--p 00003000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
74b980a2e000-74b980a2f000 r--p 00003000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
74b980a2f000-74b980a30000 rw-p 00004000 00:23 662086687                  /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
74b980a30000-74b980a70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b980a70000-74b980a71000 r--p 00000000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
74b980a71000-74b980a72000 r-xp 00001000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
74b980a72000-74b980a73000 r--p 00002000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
74b980a73000-74b980a74000 r--p 00002000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
74b980a74000-74b980a75000 rw-p 00003000 00:23 662086349                  /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
74b980a75000-74b980a76000 r--p 00000000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
74b980a76000-74b980a77000 r-xp 00001000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
74b980a77000-74b980a78000 r--p 00002000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
74b980a78000-74b980a79000 r--p 00002000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
74b980a79000-74b980a7a000 rw-p 00003000 00:23 662087389                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
74b980a7a000-74b980a7b000 r--p 00000000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
74b980a7b000-74b980a7c000 r-xp 00001000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
74b980a7c000-74b980a7d000 r--p 00002000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
74b980a7d000-74b980a7e000 r--p 00002000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
74b980a7e000-74b980a7f000 rw-p 00003000 00:23 662083223                  /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
74b980a82000-74b980a83000 r--p 00000000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
74b980a83000-74b980a84000 r-xp 00001000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
74b980a84000-74b980a85000 r--p 00002000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
74b980a85000-74b980a86000 r--p 00002000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
74b980a86000-74b980a87000 rw-p 00003000 00:23 662086632                  /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
74b980a87000-74b980a89000 r--p 00000000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
74b980a89000-74b980a8c000 r-xp 00002000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
74b980a8c000-74b980a8e000 r--p 00005000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
74b980a8e000-74b980a8f000 r--p 00006000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
74b980a8f000-74b980a90000 rw-p 00007000 00:23 662086627                  /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
74b980a90000-74b980ab0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
74b980ab0000-74b980ab5000 rw-p 00000000 00:00 0 
74b980ab5000-74b980ac5000 r--p 00000000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
74b980ac5000-74b980b44000 r-xp 00010000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
74b980b44000-74b980b9c000 r--p 0008f000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
74b980b9c000-74b980b9d000 r--p 000e7000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
74b980b9d000-74b980b9e000 rw-p 000e8000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
74b980b9e000-74b980ba0000 r--p 00000000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
74b980ba0000-74b980bb5000 r-xp 00002000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
74b980bb5000-74b980bce000 r--p 00017000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
74b980bce000-74b980bcf000 r--p 0002f000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
74b980bcf000-74b980bd0000 rw-p 00030000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
74b980bd0000-74b980bd8000 rw-p 00000000 00:00 0 
74b980bd8000-74b980be2000 r--p 00000000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
74b980be2000-74b980c45000 r-xp 0000a000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
74b980c45000-74b980c5a000 r--p 0006d000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
74b980c5a000-74b980c5b000 r--p 00081000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
74b980c5b000-74b980c5c000 rw-p 00082000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
74b980c5c000-74b980c5e000 r--p 00000000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
74b980c5e000-74b980c70000 r-xp 00002000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
74b980c70000-74b980c76000 r--p 00014000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
74b980c76000-74b980c77000 r--p 0001a000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
74b980c77000-74b980c78000 rw-p 0001b000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
74b980c78000-74b980c7f000 r--s 00000000 103:02 5379339                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
74b980c7f000-74b980cb6000 r--p 00000000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
74b980cb6000-74b98106d000 r-xp 00037000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
74b98106d000-74b9811cb000 r--p 003ee000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
74b9811cb000-74b9811d5000 r--p 0054c000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
74b9811d5000-74b9811d9000 rw-p 00556000 00:23 662083129                  /tmp/ruby/build/trunk/libruby.so.4.0.0
74b9811d9000-74b9811ee000 rw-p 00000000 00:00 0 
74b9811ee000-74b9811ef000 r--p 00000000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
74b9811ef000-74b98121a000 r-xp 00001000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
74b98121a000-74b981224000 r--p 0002c000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
74b981224000-74b981226000 r--p 00036000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
74b981226000-74b981228000 rw-p 00038000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffd16578000-7ffd16599000 rw-p 00000000 00:00 0                          [stack]
7ffd165e3000-7ffd165e7000 r--p 00000000 00:00 0                          [vvar]
7ffd165e7000-7ffd165e9000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]



/tmp/ruby/src/trunk/test/resolv/test_addr.rb: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version (Test::Unit::ProxyError)


  1) Failure:
TestExtLibs#test_existence_of_io/wait [/tmp/ruby/src/trunk/test/test_extlibs.rb:20]:
extension library `io/wait' is not found
extconf.h is:
/* begin */
1: #ifndef EXTCONF_H
2: #define EXTCONF_H
3: #endif
/* end */

.
Exception raised:
<#<LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version>>
Backtrace:
  -:13:in 'Kernel#require'
  -:13:in 'block in <main>'.

  2) Error:
TestOpenURIFtp#test_ftp_over_http_proxy_auth:
Test::Unit::ProxyError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk/lib/open-uri.rb:296:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/open-uri.rb:296:in 'OpenURI.open_http'
    /tmp/ruby/src/trunk/lib/open-uri.rb:840:in 'URI::FTP#buffer_open'
    /tmp/ruby/src/trunk/lib/open-uri.rb:235:in 'block in OpenURI.open_loop'
    /tmp/ruby/src/trunk/lib/open-uri.rb:233:in 'Kernel#catch'
    /tmp/ruby/src/trunk/lib/open-uri.rb:233:in 'OpenURI.open_loop'
    /tmp/ruby/src/trunk/lib/open-uri.rb:165:in 'OpenURI.open_uri'
    /tmp/ruby/src/trunk/lib/open-uri.rb:811:in 'OpenURI::OpenRead#open'
    /tmp/ruby/src/trunk/lib/open-uri.rb:819:in 'OpenURI::OpenRead#read'
    /tmp/ruby/src/trunk/test/open-uri/test_ftp.rb:207:in 'block in TestOpenURIFtp#test_ftp_over_http_proxy_auth'
    /tmp/ruby/src/trunk/test/open-uri/test_ftp.rb:191:in 'IO.open'
    /tmp/ruby/src/trunk/test/open-uri/test_ftp.rb:191:in 'TestOpenURIFtp#test_ftp_over_http_proxy_auth'

  3) Error:
TestOpenURIFtp#test_ftp_over_http_proxy:
Test::Unit::ProxyError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk/lib/open-uri.rb:296:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/open-uri.rb:296:in 'OpenURI.open_http'
    /tmp/ruby/src/trunk/lib/open-uri.rb:840:in 'URI::FTP#buffer_open'
    /tmp/ruby/src/trunk/lib/open-uri.rb:235:in 'block in OpenURI.open_loop'
    /tmp/ruby/src/trunk/lib/open-uri.rb:233:in 'Kernel#catch'
    /tmp/ruby/src/trunk/lib/open-uri.rb:233:in 'OpenURI.open_loop'
    /tmp/ruby/src/trunk/lib/open-uri.rb:165:in 'OpenURI.open_uri'
    /tmp/ruby/src/trunk/lib/open-uri.rb:811:in 'OpenURI::OpenRead#open'
    /tmp/ruby/src/trunk/lib/open-uri.rb:819:in 'OpenURI::OpenRead#read'
    /tmp/ruby/src/trunk/test/open-uri/test_ftp.rb:180:in 'block (2 levels) in TestOpenURIFtp#test_ftp_over_http_proxy'
    /tmp/ruby/src/trunk/test/open-uri/test_ftp.rb:12:in 'TestOpenURIFtp#with_env'
    /tmp/ruby/src/trunk/test/open-uri/test_ftp.rb:179:in 'block in TestOpenURIFtp#test_ftp_over_http_proxy'
    /tmp/ruby/src/trunk/test/open-uri/test_ftp.rb:164:in 'IO.open'
    /tmp/ruby/src/trunk/test/open-uri/test_ftp.rb:164:in 'TestOpenURIFtp#test_ftp_over_http_proxy'

  4) Error:
TestBox#test_loading_extension_libs_in_main_box:
Test::Unit::ProxyError: /tmp/rubytest.a3da95/_ruby_box_p4048609_2_io+wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk/test/ruby/test_box.rb:799:in 'Kernel#require'
    /tmp/ruby/src/trunk/test/ruby/test_box.rb:799:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk/test/ruby/test_box.rb:799:in '<main>'
    /tmp/ruby/src/trunk/test/ruby/test_box.rb:781:in 'TestBox#test_loading_extension_libs_in_main_box'

  5) Error:
TestRequireLib#test_thread_size:resolv:
Test::Unit::ProxyError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk/lib/resolv.rb:5:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/resolv.rb:5:in '<top (required)>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:23:in '<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:20:in 'block (2 levels) in <class:TestRequireLib>'

Finished tests in 1229.443636s, 24.8600 tests/s, 5545.7020 assertions/s.
  6) Error:
TestRequireLib#test_thread_size:net/http:
Test::Unit::ProxyError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:23:in '<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:20:in 'block (2 levels) in <class:TestRequireLib>'

  7) Error:
TestRequireLib#test_thread_size:net/protocol:
Test::Unit::ProxyError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:23:in '<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:20:in 'block (2 levels) in <class:TestRequireLib>'

  8) Error:
TestRequireLib#test_thread_size:net/https:
Test::Unit::ProxyError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk/lib/net/https.rb:22:in 'Kernel#require_relative'
    /tmp/ruby/src/trunk/lib/net/https.rb:22:in '<top (required)>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:23:in '<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:20:in 'block (2 levels) in <class:TestRequireLib>'

  9) Timeout:
TestNetHTTPS#test_get_SNI_proxy

 10) Timeout:
HTTPSProxyTest#test_https_proxy_authentication

Children under /tmp/rubytest.a3da95:
* -rw-r--r-- 1 183024 2025-11-12 15:10:56 +0000 _ruby_box_p4049024_2_io+console.so
* -rw-r--r-- 1  92464 2025-11-12 15:10:56 +0000 _ruby_box_p4049024_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 15:10:56 +0000 _ruby_box_p4049024_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183024 2025-11-12 15:10:56 +0000 _ruby_box_p4048948_2_io+console.so
* -rw-r--r-- 1  92464 2025-11-12 15:10:56 +0000 _ruby_box_p4048948_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 15:10:56 +0000 _ruby_box_p4048948_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183024 2025-11-12 15:10:56 +0000 _ruby_box_p4048902_2_io+console.so
* -rw-r--r-- 1  92464 2025-11-12 15:10:56 +0000 _ruby_box_p4048902_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 15:10:56 +0000 _ruby_box_p4048902_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183024 2025-11-12 15:10:56 +0000 _ruby_box_p4048776_2_io+console.so
* -rw-r--r-- 1  92464 2025-11-12 15:10:56 +0000 _ruby_box_p4048776_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 15:10:56 +0000 _ruby_box_p4048776_2_rbconfig+sizeof.so
* -rw-r--r-- 1  20768 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_io+wait.so
* -rw-r--r-- 1 808536 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_socket.so
* -rw-r--r-- 1 291784 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_zlib.so
* -rw-r--r-- 1 184896 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_psych.so
* -rw-r--r-- 1 282296 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_json+ext+generator.so
* -rw-r--r-- 1 225528 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_json+ext+parser.so
* -rw-r--r-- 1 145328 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_etc.so
* -rw-r--r-- 1 825824 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_date_core.so
* -rw-r--r-- 1 183024 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_io+console.so
* -rw-r--r-- 1  92464 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 15:10:56 +0000 _ruby_box_p4048609_2_rbconfig+sizeof.so
30564 tests, 6818128 assertions, 1 failures, 10 errors, 135 skips

ruby -v: ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +PRISM [x86_64-linux]
make: *** [uncommon.mk:915: yes-test-all] Error 11
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +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 ............................................................

1)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/Proxy_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
  3300 ..................................
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/Proxy_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/Proxy_spec.rb:2:in '<top (required)>'

2)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb:2:in '<top (required)>'

3)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get2_spec.rb:2:in '<top (required)>'

4)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/http_default_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/http_default_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/http_default_port_spec.rb:2:in '<top (required)>'

5)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/lock_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/lock_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/lock_spec.rb:2:in '<top (required)>'

6)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/post_form_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/post_form_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/post_form_spec.rb:2:in '<top (required)>'

7)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_port_spec.rb:2:in '<top (required)>'

8)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_post_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_post_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_post_spec.rb:2:in '<top (required)>'

9)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/start_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/start_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/start_spec.rb:2:in '<top (required)>'

10)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpexceptions/response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpexceptions/response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpexceptions/response_spec.rb:2:in '<top (required)>'

11)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb:2:in '<top (required)>'

12)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_name_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_name_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_name_spec.rb:2:in '<top (required)>'

13)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/form_data_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/form_data_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/form_data_spec.rb:2:in '<top (required)>'

14)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/range_length_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/range_length_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/range_length_spec.rb:2:in '<top (required)>'

15)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/type_params_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/type_params_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/type_params_spec.rb:2:in '<top (required)>'

16)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/error_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/error_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/error_type_spec.rb:2:in '<top (required)>'

17)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/read_body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/read_body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/read_body_spec.rb:2:in '<top (required)>'

18)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/security/cve_2019_8323_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/vendored_net_http.rb:5:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/vendored_net_http.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/request.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/request.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/remote_fetcher.rb:4:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/remote_fetcher.rb:4:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/gemcutter_utilities.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/gemcutter_utilities.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/security/cve_2019_8323_spec.rb:6:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/security/cve_2019_8323_spec.rb:6:in '<top (required)>'

19)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPError_spec.rb:2:in '<top (required)>'

20)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/active_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/active_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/active_spec.rb:2:in '<top (required)>'

21)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/finish_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/finish_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/finish_spec.rb:2:in '<top (required)>'

22)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/head_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/head_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/head_spec.rb:2:in '<top (required)>'

23)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/is_version_1_1_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/is_version_1_1_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/is_version_1_1_spec.rb:2:in '<top (required)>'

24)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/move_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/move_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/move_spec.rb:2:in '<top (required)>'

25)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/port_spec.rb:2:in '<top (required)>'

26)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_address_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_address_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_address_spec.rb:2:in '<top (required)>'

27)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/put2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/put2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/put2_spec.rb:2:in '<top (required)>'

28)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_put_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_put_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_put_spec.rb:2:in '<top (required)>'

29)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/unlock_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/unlock_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/unlock_spec.rb:2:in '<top (required)>'

30)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:2:in '<top (required)>'

31)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb:2:in '<top (required)>'

32)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/content_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/content_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/content_type_spec.rb:2:in '<top (required)>'

33)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_spec.rb:2:in '<top (required)>'

34)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/length_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/length_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/length_spec.rb:2:in '<top (required)>'

35)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/set_range_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/set_range_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/set_range_spec.rb:2:in '<top (required)>'

36)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/entity_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/entity_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/entity_spec.rb:2:in '<top (required)>'

37)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/read_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/read_header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/read_header_spec.rb:2:in '<top (required)>'

38)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/inspect_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/inspect_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/inspect_spec.rb:2:in '<top (required)>'

39)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb:2:in '<top (required)>'

40)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/default_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/default_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/default_port_spec.rb:2:in '<top (required)>'

41)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get_spec.rb:2:in '<top (required)>'

42)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/inspect_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/inspect_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/inspect_spec.rb:2:in '<top (required)>'

43)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/new_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/new_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/new_spec.rb:2:in '<top (required)>'

44)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/post2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/post2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/post2_spec.rb:2:in '<top (required)>'

45)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_user_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_user_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_user_spec.rb:2:in '<top (required)>'

46)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_head_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_head_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_head_spec.rb:2:in '<top (required)>'

47)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_types_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_types_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_types_spec.rb:2:in '<top (required)>'

48)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/started_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/started_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/started_spec.rb:2:in '<top (required)>'

49)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb:2:in '<top (required)>'

50)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/add_field_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/add_field_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/add_field_spec.rb:2:in '<top (required)>'

51)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb:2:in '<top (required)>'

52)

Finished in 7.041082 seconds

3333 files, 33068 examples, 175376 expectations, 0 failures, 137 errors, 0 tagged
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/element_reference_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/element_reference_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/element_reference_spec.rb:2:in '<top (required)>'

53)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/main_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/main_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/main_type_spec.rb:2:in '<top (required)>'

54)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/size_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/size_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/size_spec.rb:2:in '<top (required)>'

55)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/code_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/code_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/code_spec.rb:2:in '<top (required)>'

56)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/header_spec.rb:2:in '<top (required)>'

57)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb:2:in '<top (required)>'

58)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/resolv/get_names_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/resolv/get_names_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/resolv/get_names_spec.rb:2:in '<top (required)>'

59)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPRetriableError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPRetriableError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPRetriableError_spec.rb:2:in '<top (required)>'

60)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get_print_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get_print_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get_print_spec.rb:2:in '<top (required)>'

61)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/https_default_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/https_default_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/https_default_port_spec.rb:2:in '<top (required)>'

62)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/mkcol_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/mkcol_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/mkcol_spec.rb:2:in '<top (required)>'

63)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/options_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/options_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/options_spec.rb:2:in '<top (required)>'

64)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_class_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_class_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_class_spec.rb:2:in '<top (required)>'

65)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_spec.rb:2:in '<top (required)>'

66)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/version_1_2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/version_1_2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/version_1_2_spec.rb:2:in '<top (required)>'

67)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb:2:in '<top (required)>'

68)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/delete_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/delete_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/delete_spec.rb:2:in '<top (required)>'

69)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/key_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/key_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/key_spec.rb:2:in '<top (required)>'

70)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb:2:in '<top (required)>'

71)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/body_spec.rb:2:in '<top (required)>'

72)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/http_version_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/http_version_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/http_version_spec.rb:2:in '<top (required)>'

73)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/response_spec.rb:2:in '<top (required)>'

74)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/put_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/put_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/put_spec.rb:2:in '<top (required)>'

75)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/trace_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/trace_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/trace_spec.rb:2:in '<top (required)>'

76)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb:2:in '<top (required)>'

77)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb:2:in '<top (required)>'

78)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/chunked_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/chunked_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/chunked_spec.rb:2:in '<top (required)>'

79)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_header_spec.rb:2:in '<top (required)>'

80)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb:2:in '<top (required)>'

81)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb:2:in '<top (required)>'

82)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httprequest/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httprequest/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httprequest/initialize_spec.rb:2:in '<top (required)>'

83)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/initialize_spec.rb:2:in '<top (required)>'

84)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/security/cve_2019_8322_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/vendored_net_http.rb:5:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/vendored_net_http.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/request.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/request.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/remote_fetcher.rb:4:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/remote_fetcher.rb:4:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/gemcutter_utilities.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/gemcutter_utilities.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk/lib/rubygems/commands/owner_command.rb:5:in 'Kernel#require_relative'
/tmp/ruby/src/trunk/lib/rubygems/commands/owner_command.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/security/cve_2019_8322_spec.rb:6:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/security/cve_2019_8322_spec.rb:6:in '<top (required)>'

85)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPBadResponse_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPBadResponse_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPBadResponse_spec.rb:2:in '<top (required)>'

86)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb:2:in '<top (required)>'

87)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/copy_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/copy_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/copy_spec.rb:2:in '<top (required)>'

88)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get_response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get_response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/get_response_spec.rb:2:in '<top (required)>'

89)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/initialize_spec.rb:2:in '<top (required)>'

90)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/newobj_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/newobj_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/newobj_spec.rb:2:in '<top (required)>'

91)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/post_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/post_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/post_spec.rb:2:in '<top (required)>'

92)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_pass_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_pass_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proxy_pass_spec.rb:2:in '<top (required)>'

93)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_get_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_get_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/request_get_spec.rb:2:in '<top (required)>'

94)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/send_request_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/send_request_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/send_request_spec.rb:2:in '<top (required)>'

95)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/use_ssl_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/use_ssl_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/use_ssl_spec.rb:2:in '<top (required)>'

96)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb:2:in '<top (required)>'

97)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb:2:in '<top (required)>'

98)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb:2:in '<top (required)>'

99)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_value_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_value_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_value_spec.rb:2:in '<top (required)>'

100)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/get_fields_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/get_fields_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/get_fields_spec.rb:2:in '<top (required)>'

101)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb:2:in '<top (required)>'

102)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/sub_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/sub_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/sub_type_spec.rb:2:in '<top (required)>'

103)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/code_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/code_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/code_type_spec.rb:2:in '<top (required)>'

104)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/msg_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/msg_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/msg_spec.rb:2:in '<top (required)>'

105)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/value_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/value_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/value_spec.rb:2:in '<top (required)>'

106)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/resolv/get_address_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/resolv/get_address_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/resolv/get_address_spec.rb:2:in '<top (required)>'

107)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/propfind_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/propfind_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/propfind_spec.rb:2:in '<top (required)>'

108)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/set_debug_output_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/set_debug_output_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/set_debug_output_spec.rb:2:in '<top (required)>'

109)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/version_1_1_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/version_1_1_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/version_1_1_spec.rb:2:in '<top (required)>'

110)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb:2:in '<top (required)>'

111)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/content_length_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/content_length_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/content_length_spec.rb:2:in '<top (required)>'

112)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/fetch_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/fetch_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/fetch_spec.rb:2:in '<top (required)>'

113)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/to_hash_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/to_hash_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/to_hash_spec.rb:2:in '<top (required)>'

114)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/error_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/error_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/error_spec.rb:2:in '<top (required)>'

115)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/read_new_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/read_new_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/read_new_spec.rb:2:in '<top (required)>'

116)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/resolv/get_name_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/resolv/get_name_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/resolv/get_name_spec.rb:2:in '<top (required)>'

117)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/resolv/get_addresses_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/resolv/get_addresses_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/resolv/get_addresses_spec.rb:2:in '<top (required)>'

118)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPFatalError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPFatalError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPFatalError_spec.rb:2:in '<top (required)>'

119)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPServerException_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPServerException_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/HTTPServerException_spec.rb:2:in '<top (required)>'

120)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/address_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/address_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/address_spec.rb:2:in '<top (required)>'

121)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/delete_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/delete_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/delete_spec.rb:2:in '<top (required)>'

122)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/head2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/head2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/head2_spec.rb:2:in '<top (required)>'

123)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/is_version_1_2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/is_version_1_2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/is_version_1_2_spec.rb:2:in '<top (required)>'

124)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/open_timeout_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/open_timeout_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/open_timeout_spec.rb:2:in '<top (required)>'

125)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proppatch_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proppatch_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/proppatch_spec.rb:2:in '<top (required)>'

126)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/read_timeout_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/read_timeout_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/read_timeout_spec.rb:2:in '<top (required)>'

127)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/http/socket_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/socket_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/http/socket_type_spec.rb:2:in '<top (required)>'

128)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb:2:in '<top (required)>'

129)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb:2:in '<top (required)>'

130)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb:2:in '<top (required)>'

131)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/content_range_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/content_range_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/content_range_spec.rb:2:in '<top (required)>'

132)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_key_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_key_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/each_key_spec.rb:2:in '<top (required)>'

133)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/element_set_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/element_set_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/element_set_spec.rb:2:in '<top (required)>'

134)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/range_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/range_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpheader/range_spec.rb:2:in '<top (required)>'

135)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb:2:in '<top (required)>'

136)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb:2:in '<top (required)>'

137)
An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/message_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/message_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk/spec/ruby/library/net-http/httpresponse/message_spec.rb:2:in '<top (required)>'
make: *** [uncommon.mk:965: yes-test-spec] Error 1
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'" exit with 512.
raw logfile