# Logfile created on 2025-11-12 17:06:33 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000076088d14fdc8 @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-170632", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000076089221dd90 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000076089221dbd8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000076088d089290 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20251112-170632", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20251112-170632>, @binmode=false, @mon_data=#<Monitor:0x000076089221d610>, @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
making /tmp/ruby/src/trunk/trace_point.rbinc
making /tmp/ruby/src/trunk/warning.rbinc
vm_call_iseq_optimized.inc updated
making /tmp/ruby/src/trunk/array.rbinc
making /tmp/ruby/src/trunk/hash.rbinc
id.c updated
making /tmp/ruby/src/trunk/kernel.rbinc
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
making /tmp/ruby/src/trunk/thread_sync.rbinc
generating enc/trans/newline.c ...
making /tmp/ruby/src/trunk/nilclass.rbinc
/tmp/ruby/src/trunk/revision.h updated
making /tmp/ruby/src/trunk/prelude.rbinc
making /tmp/ruby/src/trunk/gem_prelude.rbinc
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
generating miniprelude.c
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/etc'
generating constant definitions
generating eventids1.c from ../../parse.y
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/rbconfig/sizeof'
generating eventids1.h from ../../parse.y
generating constant definitions
/usr/bin/mkdir -p /tmp/ruby/src/trunk/.bundle/gems
generating eventids2table.c from ./eventids2.c
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 test-unit-3.7.1...
Extracting bundle gem rexml-3.4.4...
Extracting bundle gem rss-0.3.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...
miniprelude.c updated
Extracting bundle gem net-smtp-0.5.1...
Extracting bundle gem matrix-0.4.3...
Extracting bundle gem prime-0.1.4...
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
Unpacked gems/minitest-5.26.1.gem
Extracting bundle gem mutex_m-0.3.0...
Unpacked gems/rexml-3.4.4.gem
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/power_assert-3.0.1.gem
Extracting bundle gem base64-0.3.0...
Extracting bundle gem bigdecimal-3.3.1...
Unpacked gems/test-unit-3.7.1.gem
Extracting bundle gem observer-0.1.2...
Unpacked gems/rake-13.3.1.gem
Unpacked gems/net-smtp-0.5.1.gem
Extracting bundle gem abbrev-0.1.2...
Extracting bundle gem resolv-replace-0.1.1...
Unpacked gems/matrix-0.4.3.gem
Unpacked gems/net-ftp-0.3.9.gem
Extracting bundle gem rinda-0.2.0...
Unpacked gems/rss-0.3.1.gem
Extracting bundle gem drb-2.2.3...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem nkf-0.2.0...
Unpacked gems/prime-0.1.4.gem
Extracting bundle gem syslog-0.3.0...
Unpacked gems/typeprof-0.31.0.gem
Extracting bundle gem csv-3.3.5...
Extracting bundle gem repl_type_completor-0.1.12...
Unpacked gems/debug-1.11.0.gem
Extracting bundle gem ostruct-0.6.3...
Unpacked gems/net-imap-0.5.12.gem
Unpacked gems/racc-1.8.1.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/base64-0.3.0.gem
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem win32ole-1.9.2...
Extracting bundle gem irb-1.15.3...
Unpacked gems/observer-0.1.2.gem
Extracting bundle gem reline-0.6.3...
Unpacked gems/rbs-3.9.5.gem
Unpacked gems/bigdecimal-3.3.1.gem
Extracting bundle gem readline-0.0.4...
Unpacked gems/resolv-replace-0.1.1.gem
Extracting bundle gem fiddle-1.1.8...
generating enc.mk
Unpacked gems/drb-2.2.3.gem
Unpacked gems/abbrev-0.1.2.gem
Unpacked gems/repl_type_completor-0.1.12.gem
Unpacked gems/rinda-0.2.0.gem
Unpacked gems/ostruct-0.6.3.gem
Unpacked gems/syslog-0.3.0.gem
Unpacked gems/nkf-0.2.0.gem
Unpacked gems/csv-3.3.5.gem
Unpacked gems/pstore-0.2.0.gem
Unpacked gems/benchmark-0.5.0.gem
Unpacked gems/logger-1.7.0.gem
Unpacked gems/win32ole-1.9.2.gem
Unpacked gems/fiddle-1.1.8.gem
Unpacked gems/reline-0.6.3.gem
Unpacked gems/readline-0.0.4.gem
Unpacked gems/irb-1.15.3.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_softbank.c
generating table from enc/trans/emoji_sjis_kddi.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/iso2022.c
generating table from enc/trans/japanese.c
generating table from enc/trans/japanese_euc.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/cesu_8.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/japanese.c ...
generating enc/trans/iso2022.c ...
generating enc/trans/ebcdic.c ...
generating enc/trans/utf_16_32.c ...
generating enc/trans/emoji.c ...
generating enc/trans/emoji_sjis_docomo.c ...
generating enc/trans/emoji_iso2022_kddi.c ...
generating enc/trans/single_byte.c ...
generating enc/trans/emoji_sjis_softbank.c ...
generating enc/trans/emoji_sjis_kddi.c ...
generating enc/trans/utf8_mac.c ...
generating enc/trans/chinese.c ...
generating enc/trans/japanese_sjis.c ...
generating enc/trans/gbk.c ...
generating enc/trans/korean.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
transdb.h updated
compiling /tmp/ruby/src/trunk/enc/windows_31j.c
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk/enc/windows_1250.c
making trans
compiling /tmp/ruby/src/trunk/enc/windows_1251.c
make[1]: Entering directory '/tmp/ruby/build/trunk'
compiling /tmp/ruby/src/trunk/enc/trans/transdb.c
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
compiling /tmp/ruby/src/trunk/enc/windows_1252.c
generating table from /tmp/ruby/src/trunk/enc/trans/big5.c
generating table from /tmp/ruby/src/trunk/enc/trans/cesu_8.c
configuring -test-/RUBY_ALIGNOF
generating table from /tmp/ruby/src/trunk/enc/trans/chinese.c
configuring cgi/escape
compiling /tmp/ruby/src/trunk/enc/windows_1253.c
generating table from /tmp/ruby/src/trunk/enc/trans/ebcdic.c
generating table from /tmp/ruby/src/trunk/enc/trans/emoji.c
generating /tmp/ruby/src/trunk/enc/trans/cesu_8.c ...
configuring continuation
compiling /tmp/ruby/src/trunk/enc/windows_1254.c
compiling /tmp/ruby/src/trunk/enc/windows_1257.c
linking encoding encdb.so
configuring coverage
configuring date
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring fcntl
generating table from /tmp/ruby/src/trunk/enc/trans/emoji_iso2022_kddi.c
configuring erb/escape
configuring etc
generating /tmp/ruby/src/trunk/enc/trans/ebcdic.c ...
generating table from /tmp/ruby/src/trunk/enc/trans/emoji_sjis_docomo.c
generating table from /tmp/ruby/src/trunk/enc/trans/emoji_sjis_kddi.c
configuring io/console
generating table from /tmp/ruby/src/trunk/enc/trans/emoji_sjis_softbank.c
generating table from /tmp/ruby/src/trunk/enc/trans/escape.c
configuring json
configuring json/generator
configuring monitor
configuring objspace
linking encoding big5.so
generating /tmp/ruby/src/trunk/enc/trans/escape.c ...
generating table from /tmp/ruby/src/trunk/enc/trans/gb18030.c
linking encoding cesu_8.so
configuring openssl
generating table from /tmp/ruby/src/trunk/enc/trans/gbk.c
linking encoding cp949.so
configuring psych
configuring pty
linking encoding emacs_mule.so
generating /tmp/ruby/src/trunk/enc/trans/emoji.c ...
linking encoding euc_jp.so
generating table from /tmp/ruby/src/trunk/enc/trans/iso2022.c
linking encoding euc_kr.so
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/bignum
generating /tmp/ruby/src/trunk/enc/trans/iso2022.c ...
configuring -test-/box/yay1
configuring -test-/box/yay2
configuring -test-/bug-14834
configuring -test-/bug-3571
linking encoding euc_tw.so
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring rbconfig/sizeof
linking encoding gb2312.so
configuring digest/rmd160
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
linking encoding gb18030.so
configuring -test-/ensure_and_callcc
generating /tmp/ruby/src/trunk/enc/trans/emoji_iso2022_kddi.c ...
configuring -test-/enumerator_kw
linking encoding gbk.so
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
linking encoding iso_8859_1.so
generating /tmp/ruby/src/trunk/enc/trans/emoji_sjis_softbank.c ...
linking encoding iso_8859_2.so
configuring ripper
configuring rubyvm
generating table from /tmp/ruby/src/trunk/enc/trans/japanese.c
generating table from /tmp/ruby/src/trunk/enc/trans/japanese_euc.c
configuring socket
generating /tmp/ruby/src/trunk/enc/trans/emoji_sjis_docomo.c ...
linking encoding iso_8859_3.so
generating /tmp/ruby/src/trunk/enc/trans/japanese.c ...
generating /tmp/ruby/src/trunk/enc/trans/emoji_sjis_kddi.c ...
configuring digest/sha1
linking encoding iso_8859_4.so
generating table from /tmp/ruby/src/trunk/enc/trans/japanese_sjis.c
generating table from /tmp/ruby/src/trunk/enc/trans/korean.c
configuring stringio
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
generating /tmp/ruby/src/trunk/enc/trans/chinese.c ...
linking encoding iso_8859_8.so
configuring digest/sha2
linking encoding iso_8859_9.so
configuring strscan
linking encoding iso_8859_10.so
generating /tmp/ruby/src/trunk/enc/trans/gbk.c ...
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
generating table from /tmp/ruby/src/trunk/enc/trans/single_byte.c
linking encoding iso_8859_14.so
configuring zlib
configuring bigdecimal-3.3.1/ext/bigdecimal
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
generating table from /tmp/ruby/src/trunk/enc/trans/utf8_mac.c
linking encoding koi8_r.so
linking encoding koi8_u.so
generating table from /tmp/ruby/src/trunk/enc/trans/utf_16_32.c
linking encoding shift_jis.so
generating /tmp/ruby/src/trunk/enc/trans/utf_16_32.c ...
linking encoding utf_16be.so
linking encoding utf_16le.so
generating /tmp/ruby/src/trunk/enc/trans/japanese_sjis.c ...
linking encoding utf_32be.so
linking encoding utf_32le.so
configuring debug-1.11.0/ext/debug
linking encoding windows_31j.so
configuring fiddle-1.1.8/ext/fiddle
linking transcoder transdb.so
linking encoding windows_1250.so
linking encoding windows_1251.so
configuring nkf-0.2.0/ext/nkf
generating /tmp/ruby/src/trunk/enc/trans/single_byte.c ...
configuring json/parser
linking encoding windows_1252.so
configuring rbs-3.9.5/ext/rbs_extension
configuring racc-1.8.1/ext/racc/cparse
configuring syslog-0.3.0/ext/syslog
linking encoding windows_1253.so
linking encoding windows_1254.so
generating /tmp/ruby/src/trunk/enc/trans/korean.c ...
linking encoding windows_1257.so
compiling /tmp/ruby/src/trunk/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk/enc/trans/chinese.c
make[1]: Leaving directory '/tmp/ruby/build/trunk'
compiling /tmp/ruby/src/trunk/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk/enc/trans/emoji_sjis_kddi.c
libffi_version: 3.4.6
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
compiling /tmp/ruby/src/trunk/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk/enc/trans/escape.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
generating /tmp/ruby/src/trunk/enc/trans/gb18030.c ...
compiling /tmp/ruby/src/trunk/enc/trans/utf8_mac.c
configuring -test-/random
compiling /tmp/ruby/src/trunk/enc/trans/utf_16_32.c
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/sanitizers
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/stack
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
compiling /tmp/ruby/src/trunk/enc/trans/gb18030.c
configuring -test-/thread/id
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder single_byte.so
linking transcoder utf_16_32.so
linking transcoder japanese_sjis.so
generating /tmp/ruby/src/trunk/enc/trans/japanese_euc.c ...
configuring -test-/thread/instrumentation
compiling /tmp/ruby/src/trunk/enc/trans/japanese_euc.c
configuring -test-/thread/lock_native_thread
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
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
linking transcoder utf8_mac.so
linking transcoder gb18030.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'
compiling /tmp/ruby/src/trunk/ext/-test-/box/yay1/yay1.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/box/yay2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk/ext/-test-/box/yay2/yay2.c
compiling /tmp/ruby/src/trunk/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
compiling /tmp/ruby/src/trunk/ext/-test-/arith_seq/extract/extract.c
compiling /tmp/ruby/src/trunk/ext/-test-/array/resize/resize.c
compiling /tmp/ruby/src/trunk/ext/-test-/array/concat/to_ary_concat.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/cxxanyargs'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk/ext/-test-/cxxanyargs/cxxanyargs.cpp
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-14834/bug-14834.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/big2str.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/class'
compiling /tmp/ruby/src/trunk/ext/-test-/bug_reporter/bug_reporter.c
compiling /tmp/ruby/src/trunk/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk/ext/-test-/bug-5832/bug.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk/ext/-test-/RUBY_ALIGNOF/cpp.cpp
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/debug'
compiling /tmp/ruby/src/trunk/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk/ext/-test-/debug/init.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-/class/init.c
linking shared-object -test-/bug_3571.so
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/bigzero.c
linking shared-object -test-/dln/empty.so
linking shared-object -test-/namespace/yay1.so
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_reporter.so
linking shared-object -test-/array/resize.so
compiling /tmp/ruby/src/trunk/ext/-test-/debug/inspector.c
linking shared-object -test-/namespace/yay2.so
linking shared-object -test-/array/to_ary_concat.so
linking shared-object -test-/arith_seq/extract.so
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-/arith_seq/beg_len_step.so
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/bug-3571'
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
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-/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-/bug-5832'
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/div.c
compiling /tmp/ruby/src/trunk/ext/-test-/econv/init.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
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/eval'
compiling /tmp/ruby/src/trunk/ext/-test-/eval/eval.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-/box/yay2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/mul.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-/exception'
compiling /tmp/ruby/src/trunk/ext/-test-/exception/dataerror.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/fatal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk/ext/-test-/fatal/init.c
compiling /tmp/ruby/src/trunk/ext/-test-/exception/enc_raise.c
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/class'
compiling /tmp/ruby/src/trunk/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk/ext/-test-/exception/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk/ext/-test-/bignum/str2big.c
compiling /tmp/ruby/src/trunk/ext/-test-/fatal/invalid.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/file'
compiling /tmp/ruby/src/trunk/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk/ext/-test-/file/init.c
linking shared-object -test-/econv.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/float'
compiling /tmp/ruby/src/trunk/ext/-test-/float/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk/ext/-test-/funcall/funcall.c
linking shared-object -test-/ensure_and_callcc.so
linking shared-object -test-/eval.so
linking shared-object -test-/debug.so
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
linking shared-object -test-/cxxanyargs.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/econv'
compiling /tmp/ruby/src/trunk/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk/ext/-test-/float/nextafter.c
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk/ext/-test-/file/newline_conv.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk/ext/-test-/file/stat.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/hash'
compiling /tmp/ruby/src/trunk/ext/-test-/hash/delete.c
compiling /tmp/ruby/src/trunk/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/eval'
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'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/iter'
compiling /tmp/ruby/src/trunk/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk/ext/-test-/integer/my_integer.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-/cxxanyargs'
compiling /tmp/ruby/src/trunk/ext/-test-/iter/init.c
linking shared-object -test-/bignum.so
compiling /tmp/ruby/src/trunk/ext/-test-/iter/yield.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk/ext/-test-/load/protect/protect.c
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-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/exception'
linking shared-object -test-/gvl/call_without_gvl.so
linking shared-object -test-/fatal.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
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'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk/ext/-test-/load/stringify_target/stringify_target.c
linking shared-object -test-/file.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/gvl/call_without_gvl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/marshal/internal_ivar'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/fatal'
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'
linking shared-object -test-/float.so
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'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk/ext/-test-/method/arity.c
compiling /tmp/ruby/src/trunk/ext/-test-/notimplement/bug.c
linking shared-object -test-/load/dot.dot.so
compiling /tmp/ruby/src/trunk/ext/-test-/method/init.c
linking shared-object -test-/iseq_load.so
linking shared-object -test-/iter.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/num2int'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/file'
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
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/hash'
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-/float'
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]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/dot.dot'
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-/iseq_load'
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/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/iter'
compiling /tmp/ruby/src/trunk/ext/-test-/proc/receiver.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk/ext/-test-/proc/super.c
linking shared-object -test-/load/stringify_target.so
linking shared-object -test-/load/stringify_symbols.so
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/resolve_symbol_target'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/protect'
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/random'
compiling /tmp/ruby/src/trunk/ext/-test-/random/bad_version.c
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]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk/ext/-test-/recursion/recursion.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/load/stringify_symbols'
linking shared-object -test-/method.so
linking shared-object -test-/notimplement.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk/ext/-test-/regexp/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk/ext/-test-/random/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk/ext/-test-/random/loop.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/method'
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-/sanitizers'
compiling /tmp/ruby/src/trunk/ext/-test-/sanitizers/sanitizers.c
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'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk/ext/-test-/st/foreach/foreach.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/num2int.so
linking shared-object -test-/proc.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/popen_deadlock'
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/num2int'
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'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/proc'
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
linking shared-object -test-/recursion.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk/ext/-test-/symbol/init.c
linking shared-object -test-/postponed_job.so
linking shared-object -test-/regexp.so
compiling /tmp/ruby/src/trunk/ext/-test-/struct/duplicate.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk/ext/-test-/thread/id/id.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk/ext/-test-/string/coderange.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk/ext/-test-/struct/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk/ext/-test-/struct/len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk/ext/-test-/struct/member.c
linking shared-object -test-/printf.so
linking shared-object -test-/sanitizers.so
linking shared-object -test-/memory_view.so
linking shared-object -test-/random.so
linking shared-object -test-/st/update.so
linking shared-object -test-/st/numhash.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/sanitizers'
compiling /tmp/ruby/src/trunk/ext/-test-/symbol/type.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/memory_view'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk/ext/-test-/thread/lock_native_thread/lock_native_thread.c
compiling /tmp/ruby/src/trunk/ext/-test-/thread/instrumentation/instrumentation.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/time'
compiling /tmp/ruby/src/trunk/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk/ext/-test-/string/cstr.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-/random'
compiling /tmp/ruby/src/trunk/ext/-test-/time/leap_second.c
linking shared-object -test-/stack.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/st/numhash'
linking shared-object -test-/thread/id.so
compiling /tmp/ruby/src/trunk/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk/ext/-test-/time/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk/ext/-test-/string/enc_associate.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/struct.so
compiling /tmp/ruby/src/trunk/ext/-test-/string/enc_str_buf_cat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/stack'
compiling /tmp/ruby/src/trunk/ext/-test-/string/fstring.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/thread/id'
linking shared-object -test-/integer.so
compiling /tmp/ruby/src/trunk/ext/-test-/string/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/struct'
compiling /tmp/ruby/src/trunk/ext/-test-/string/modify.c
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/integer'
compiling /tmp/ruby/src/trunk/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk/ext/-test-/string/nofree.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
linking shared-object -test-/typeddata.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/wait'
compiling /tmp/ruby/src/trunk/ext/-test-/wait/wait.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk/ext/-test-/string/normalize.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/cgi/escape'
compiling /tmp/ruby/src/trunk/ext/cgi/escape/escape.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/continuation'
compiling /tmp/ruby/src/trunk/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk/ext/-test-/string/qsort.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/symbol'
linking shared-object -test-/tracepoint.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
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/erb/escape'
compiling /tmp/ruby/src/trunk/ext/digest/digest.c
compiling /tmp/ruby/src/trunk/ext/erb/escape/escape.c
compiling /tmp/ruby/src/trunk/ext/date/date_parse.c
installing default coverage libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/etc'
compiling /tmp/ruby/src/trunk/ext/etc/etc.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fcntl'
compiling /tmp/ruby/src/trunk/ext/fcntl/fcntl.c
compiling /tmp/ruby/src/trunk/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk/ext/-test-/string/rb_interned_str.c
installing digest libraries
compiling /tmp/ruby/src/trunk/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk/ext/date/date_strptime.c
linking shared-object -test-/vm/at_exit.so
linking shared-object continuation.so
linking shared-object -test-/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
compiling /tmp/ruby/src/trunk/ext/io/console/console.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/vm'
installing default digest libraries
installing default date_core libraries
compiling /tmp/ruby/src/trunk/ext/-test-/string/set_len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/nonblock'
compiling /tmp/ruby/src/trunk/ext/io/nonblock/nonblock.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/wait'
linking shared-object -test-/rational.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/wait'
compiling /tmp/ruby/src/trunk/ext/io/wait/wait.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
linking shared-object fcntl.so
linking shared-object io/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
compiling /tmp/ruby/src/trunk/ext/monitor/monitor.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
compiling /tmp/ruby/src/trunk/ext/objspace/object_tracing.c
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/rational'
compiling /tmp/ruby/src/trunk/ext/objspace/objspace.c
installing default monitor libraries
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/wait'
compiling /tmp/ruby/src/trunk/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
compiling /tmp/ruby/src/trunk/ext/psych/psych.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/erb/escape'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_asn1.c
linking shared-object cgi/escape.so
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
compiling /tmp/ruby/src/trunk/ext/pty/pty.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/string'
linking shared-object io/nonblock.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk/ext/rbconfig/sizeof/sizes.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/time'
linking shared-object coverage.so
compiling /tmp/ruby/src/trunk/ext/psych/psych_emitter.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
compiling /tmp/ruby/src/trunk/ext/ripper/eventids1.c
linking shared-object digest.so
linking shared-object monitor.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/coverage'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_bio.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
compiling /tmp/ruby/src/trunk/ext/ripper/eventids2.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
installing default pty libraries
installing default objspace libraries
compiling /tmp/ruby/src/trunk/ext/psych/psych_to_ruby.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/etc'
compiling /tmp/ruby/src/trunk/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_bn.c
linking shared-object -test-/scan_args.so
compiling /tmp/ruby/src/trunk/ext/ripper/ripper.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_config.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/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_engine.c
linking shared-object pty.so
linking shared-object rbconfig/sizeof.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
compiling /tmp/ruby/src/trunk/ext/socket/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
compiling /tmp/ruby/src/trunk/ext/socket/constants.c
compiling /tmp/ruby/src/trunk/ext/socket/basicsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_hmac.c
checking /tmp/ruby/src/trunk/parse.y and /tmp/ruby/src/trunk/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/stringio'
compiling /tmp/ruby/src/trunk/ext/stringio/stringio.c
linking shared-object psych.so
compiling /tmp/ruby/src/trunk/ext/socket/socket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_kdf.c
installing default ripper libraries
compiling /tmp/ruby/src/trunk/ext/socket/ipsocket.c
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
compiling /tmp/ruby/src/trunk/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk/ext/socket/udpsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
compiling /tmp/ruby/src/trunk/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk/ext/socket/unixsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/zlib'
compiling /tmp/ruby/src/trunk/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ns_spki.c
linking shared-object objspace.so
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
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
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
compiling /tmp/ruby/src/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal/missing.c
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
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ocsp.c
installing default strscan libraries
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_pkcs12.c
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
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]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
ln -sfT ../../../../../src/trunk/.bundle/gems/bigdecimal-3.3.1/lib ../../../../../.bundle/gems/bigdecimal-3.3.1/lib
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
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/../../src/ruby_objs.c
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/ext/openssl/ossl_pkcs7.c
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
linking shared-object stringio.so
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/function.c
ln -sfT ../../../../../src/trunk/.bundle/gems/racc-1.8.1/bin ../../../../../../.bundle/gems/racc-1.8.1/bin
ln -sfT ../../../../../src/trunk/.bundle/gems/nkf-0.2.0/bin ../../../../../.bundle/gems/nkf-0.2.0/bin
compiling /tmp/ruby/src/trunk/ext/socket/option.c
ln -sfT ../../../../../src/trunk/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib
compiling /tmp/ruby/src/trunk/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk/ext/socket/raddrinfo.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/stringio'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey.c
ln -sfT ../../../../../src/trunk/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib
linking shared-object racc/cparse.so
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/handle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/memory_view.c
linking shared-object strscan.so
ln -sfT ../../../../../src/trunk/.bundle/gems/syslog-0.3.0/bin ../../../../../.bundle/gems/syslog-0.3.0/bin
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan'
compiling /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle/pinned.c
ln -sfT ../../../../../src/trunk/.bundle/gems/syslog-0.3.0/lib ../../../../../.bundle/gems/syslog-0.3.0/lib
linking shared-object syslog_ext.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk/ext/socket/ifaddr.c
installing default socket libraries
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey_dh.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
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey_dsa.c
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/digest/md5/md5.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey_ec.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk/ext/digest/rmd160/rmd160init.c
linking shared-object digest/bubblebabble.so
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/lexstate.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_pkey_rsa.c
ln -sfT ../../../../../src/trunk/.bundle/gems/fiddle-1.1.8/lib ../../../../../.bundle/gems/fiddle-1.1.8/lib
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/location.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha1'
compiling /tmp/ruby/src/trunk/ext/digest/sha1/sha1init.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
compiling /tmp/ruby/src/trunk/ext/digest/sha2/sha2init.c
linking shared-object digest/md5.so
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/.bundle/gems/rbs-3.9.5/ext/rbs_extension/main.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/md5'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk/ext/digest/sha2/sha2.c
compiling /tmp/ruby/src/trunk/ext/digest/sha1/sha1.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/json/parser'
compiling /tmp/ruby/src/trunk/ext/json/parser/parser.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_rand.c
installing default sha2 libraries
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ssl.c
linking shared-object fiddle.so
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ssl_session.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_ts.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension/unescape.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509attr.c
linking shared-object digest/sha1.so
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509cert.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha1'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509ext.c
ln -sfT ../../../../../src/trunk/.bundle/gems/rbs-3.9.5/lib ../../../../../.bundle/gems/rbs-3.9.5/lib
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509name.c
linking shared-object zlib.so
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509req.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/zlib'
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk/ext/openssl/ossl_x509store.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
installing default openssl libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
linking shared-object json/ext/parser.so
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json/parser'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
linking shared-object openssl.so
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json/generator'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
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'
rm -rf .bundle/gems/win32ole-1.9.2/
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.
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/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
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/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
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/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
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/ext/strscan'
make[2]: Entering 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]: 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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/bubblebabble'
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
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/nkf-0.2.0/ext/nkf'
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/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/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
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/digest/bubblebabble'
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 'encs'.
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'
./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=8693
"--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] 470040=prism/percent_delimiter_string_test
[ 2/757] 470026=dtrace/test_cmethod
[ 3/757] 470030=prism/result/breadth_first_search_test
[ 4/757] 470024=-ext-/econv/test_append
[ 5/757] 470029=rubygems/test_gem_commands_server_command
[ 6/757] 470032=optparse/test_did_you_mean
[ 7/757] 470042=ruby/test_io_m17n
[ 8/757] 470026=did_you_mean/spell_checking/test_variable_name_check
[ 9/757] 470038=ruby/enc/test_case_comprehensive
[ 10/757] 470043=-ext-/string/test_interned_str
[ 11/757] 470037=prism/api/freeze_test
[ 12/757] 470041=prism/result/node_id_test
[ 13/757] 470043=rubygems/test_gem_commands_build_command
[ 14/757] 470038=fiber/test_scheduler
[ 15/757] 470024=openssl/test_pkey_dsa
[ 16/757] 470028=openssl/test_ocsp
[ 17/757] 470027=psych/test_class
[ 18/757] 470035=-ext-/exception/test_exception_at_throwing
[ 19/757] 470031=ruby/test_iseq
[ 20/757] 470033=psych/json/test_stream
[ 21/757] 470036=-ext-/array/test_to_ary_concat
[ 22/757] 470044=rubygems/test_webauthn_listener_response
[ 23/757] 470045=test_time
[ 24/757] 470026=-ext-/test_printf
[ 25/757] 470040=ruby/test_beginendblock
[ 26/757] 470025=ripper/test_files_lib
[ 27/757] 470027=rubygems/test_gem_commands_unpack_command
[ 28/757] 470026=ruby/enc/test_emoji_breaks
[ 29/757] 470026=rubygems/test_gem_bundler_version_finder
[ 30/757] 470033=rubygems/test_bundled_ca
[ 31/757] 470030=test_open3
[ 32/757] 470037=ruby/test_fiber
[ 33/757] 470035=rubygems/test_gem_security
[ 34/757] 470029=objspace/test_ractor
[ 35/757] 470043=openssl/test_digest
[ 36/757] 470043=rubygems/test_exit
[ 37/757] 470032=-ext-/test_recursion
[ 38/757] 470032=mkmf/test_mkmf
/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
[ 39/757] 470044=date/test_date_marshal
[ 40/757] 470044=ruby/test_set
[ 41/757] 470043=-ext-/popen_deadlock/test_popen_deadlock
[ 42/757] 470026=test_delegate
[ 43/757] 470032=test_bundled_gems
[ 44/757] 470027=did_you_mean/core_ext/test_name_error_extension
[ 45/757] 470026=openssl/test_pair
[ 46/757] 470035=rubygems/test_gem_commands_yank_command
[ 47/757] 470033=optparse/test_acceptable
[ 48/757] 470045=ruby/enc/test_euc_jp
/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
[ 49/757] 470045=psych/test_document
/tmp/ruby/src/trunk/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
[ 50/757] 470027=test_rbconfig
/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
[ 51/757] 470035=did_you_mean/tree_spell/test_human_typo
[ 52/757] 470045=ruby/test_primitive
[ 53/757] 470035=json/json_encoding_test
[ 54/757] 470044=mkmf/test_install
[ 55/757] 470045=prism/encoding/string_encoding_test
[ 56/757] 470027=socket/test_sockopt
[ 57/757] 470027=-ext-/string/test_set_len
[ 58/757] 470041=psych/test_encoding
[ 59/757] 470027=net/http/test_httpresponses
[ 60/757] 470027=net/http/test_httpheader
[ 61/757] 470027=rubygems/test_gem_resolver_local_specification
[ 62/757] 470035=net/http/test_http
[ 63/757] 470041=socket/test_addrinfo
/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
[ 64/757] 470032=did_you_mean/test_tree_spell_checker
[ 65/757] 470035=ruby/enc/test_case_mapping
[ 66/757] 470045=ruby/test_path
/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
[ 67/757] 470036=openssl/test_bn
[ 68/757] 470045=ruby/test_compile_prism
[ 69/757] 470035=date/test_date_compat
[ 70/757] 470027=-ext-/test_bug-14834
[ 71/757] 470035=-ext-/test_notimplement
[ 72/757] 470035=-ext-/test_random
[ 73/757] 470035=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
[ 74/757] 470032=rubygems/test_gem_resolver_vendor_specification
/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
[ 75/757] 470035=-ext-/box/test_load_ext
/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] 470035=rubygems/test_gem_commands_update_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
[ 77/757] 470033=mmtk/test_configuration
[ 78/757] 470032=openssl/test_ssl_session
/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
[ 79/757] 470033=ruby/test_thread_cv
[ 80/757] 470036=yaml/test_dbm
[ 81/757] 470041=ripper/test_lexer
[ 82/757] 470035=fiber/test_enumerator
[ 83/757] 470027=ruby/enc/test_koi8
[ 84/757] 470035=-ext-/struct/test_data
[ 85/757] 470035=ripper/test_filter
[ 86/757] 470027=rubygems/test_gem_gem_runner
[ 87/757] 470036=-ext-/arith_seq/test_arith_seq_extract
[ 88/757] 470041=did_you_mean/spell_checking/test_method_name_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: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
[ 89/757] 470041=uri/test_parser
[ 90/757] 470027=ruby/test_module
[ 91/757] 470035=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
[ 92/757] 470044=rubygems/test_gem_ext_cargo_builder
[ 93/757] 470029=openssl/test_ssl
/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: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
[ 94/757] 470035=-ext-/load/test_stringify_symbols
[ 95/757] 470044=-ext-/thread/test_instrumentation_api
[ 96/757] 470041=psych/test_boolean
[ 97/757] 470035=ruby/test_whileuntil
[ 98/757] 470040=prism/ruby/string_query_test
[ 99/757] 470035=ruby/test_rubyvm
[100/757] 470041=mkmf/test_configuration
[101/757] 470040=net/http/test_buffered_io
[102/757] 470035=monitor/test_monitor
[103/757] 470040=rubygems/test_gem_ext_builder
[104/757] 470038=net/http/test_https
[105/757] 470041=openssl/test_provider
[106/757] 470036=-ext-/test_abi
[107/757] 470045=dtrace/test_load
[108/757] 470045=rubygems/test_gem_commands_rebuild_command
[109/757] 470040=psych/test_yamldbm
[110/757] 470040=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
[111/757] 470040=rubygems/test_gem_source
[112/757] 470040=ruby/test_array
[113/757] 470036=rubygems/test_gem_package_tar_writer
[114/757] 470045=rubygems/test_gem_commands_outdated_command
[115/757] 470035=rubygems/test_gem_dependency_list
[116/757] 470043=prism/result/implicit_array_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: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: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
[117/757] 470045=did_you_mean/test_spell_checker
[118/757] 470035=ruby/test_rational
[119/757] 470031=ruby/test_rational2
[120/757] 470045=prism/fixtures_test
[121/757] 470031=rubygems/test_gem_package_tar_header_ractor
[122/757] 470043=-ext-/iter/test_yield_block
[123/757] 470043=open-uri/test_proxy
[124/757] 470036=-ext-/struct/test_len
[125/757] 470036=rubygems/test_gem_commands_cert_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
[126/757] 470043=rubygems/test_gem_source_installed
/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
/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
[127/757] 470036=openssl/test_x509ext
[128/757] 470043=erb/test_erb
[129/757] 470024=fiber/test_process
[130/757] 470036=ruby/enc/test_windows_1252
[131/757] 470036=prism/result/heredoc_test
[132/757] 470024=ruby/test_metaclass
[133/757] 470031=prism/ruby/dispatcher_test
[134/757] 470024=openssl/test_x509crl
[135/757] 470045=ruby/test_signal
[136/757] 470036=ruby/test_fixnum
[137/757] 470043=rubygems/test_gem_source_git
[138/757] 470036=ruby/enc/test_regex_casefold
/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
[139/757] 470036=ruby/test_refinement
/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
[140/757] 470031=rubygems/test_gem_commands_signout_command
[141/757] 470043=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: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
[142/757] 470031=prism/result/warnings_test
[143/757] 470043=ruby/test_dir_m17n
[144/757] 470042=ruby/test_require
[145/757] 470031=ruby/test_float
[146/757] 470041=prism/result/constant_path_node_test
[147/757] 470041=rubygems/test_gem_resolver_git_set
[148/757] 470024=fiber/test_storage
[149/757] 470024=-ext-/time/test_new
[150/757] 470024=rubygems/test_gem_security_signer
[151/757] 470033=openssl/test_cipher
[152/757] 470041=ruby/test_memory_view
[153/757] 470041=-ext-/debug/test_debug
[154/757] 470041=test_shellwords
[155/757] 470041=digest/test_digest_extend
[156/757] 470033=psych/test_omap
[157/757] 470041=dtrace/test_string
[158/757] 470024=ruby/test_iterator
[159/757] 470041=prism/onigmo_test
[160/757] 470033=prism/magic_comment_test
[161/757] 470041=psych/test_struct
[162/757] 470041=fiber/test_io_close
[163/757] 470041=ruby/test_variable
[164/757] 470028=prism/fuzzer_test
[165/757] 470024=ripper/test_sexp
[166/757] 470024=mkmf/test_pkg_config
[167/757] 470028=json/json_parser_test
[168/757] 470024=ruby/test_nomethod_error
[169/757] 470024=prism/result/comments_test
[170/757] 470028=prism/result/named_capture_test
[171/757] 470028=openssl/test_config
[172/757] 470028=json/json_common_interface_test
[173/757] 470028=rubygems/test_gem_source_subpath_problem
[174/757] 470024=-ext-/win32/test_dln
[175/757] 470024=openssl/test_x509req
[176/757] 470028=fiber/test_mutex
[177/757] 470033=ripper/test_files_test_1
[178/757] 470024=ruby/test_struct
[179/757] 470032=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
[180/757] 470032=ruby/test_insns_leaf
[181/757] 470032=psych/test_serialize_subclasses
[182/757] 470032=psych/test_deprecated
[183/757] 470032=openssl/test_engine
[184/757] 470032=ruby/test_allocation
[185/757] 470035=-ext-/bignum/test_div
[186/757] 470035=ruby/test_key_error
[187/757] 470035=-ext-/string/test_capacity
[188/757] 470035=-ext-/float/test_nextafter
[189/757] 470030=mkmf/test_have_func
[190/757] 470035=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: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
[191/757] 470035=-ext-/file/test_stat
[192/757] 470027=rubygems/test_gem_resolver_git_specification
[193/757] 470035=-ext-/marshal/test_usrmarshal
/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
[194/757] 470027=psych/test_object_references
[195/757] 470027=ruby/test_integer
[196/757] 470041=ruby/test_rubyoptions
[197/757] 470045=ruby/test_super
/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
[198/757] 470035=rubygems/test_rubygems
[199/757] 470035=ruby/test_call
[200/757] 470043=prism/ruby/ripper_test
[201/757] 470035=net/http/test_https_proxy
#<Thread:0x0000721396a23ea8 /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)
Did you mean? Set
[202/757] 470025=rubygems/test_gem_commands_setup_command
[203/757] 470025=ruby/test_env
[204/757] 470031=-ext-/integer/test_integer
[205/757] 470043=fileutils/test_dryrun
[206/757] 470043=win32/test_registry
[207/757] 470043=strscan/test_ractor
[208/757] 470043=resolv/test_dns
[209/757] 470031=rubygems/test_gem_commands_open_command
[210/757] 470043=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: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
[211/757] 470031=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
[212/757] 470043=ruby/test_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
[213/757] 470031=psych/test_parser
[214/757] 470031=test_weakref
[215/757] 470028=socket/test_nonblock
[216/757] 470028=ruby/test_marshal
[217/757] 470045=test_unicode_normalize
[218/757] 470045=test_timeout
[219/757] 470031=ruby/test_alias
[220/757] 470030=dtrace/test_singleton_function
[221/757] 470030=socket/test_ancdata
[222/757] 470030=-ext-/string/test_rb_str_dup
[223/757] 470030=open-uri/test_ssl
[224/757] 470030=psych/test_ractor
[225/757] 470031=-ext-/integer/test_my_integer
[226/757] 470031=ruby/test_thread
[227/757] 470028=json/json_ext_parser_test
[228/757] 470028=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
[229/757] 470028=ruby/test_complex2
[230/757] 470028=-ext-/load/test_resolve_symbol
[231/757] 470028=mkmf/test_have_macro
[232/757] 470030=ruby/test_threadgroup
[233/757] 470028=ruby/test_enum
[234/757] 470045=rubygems/test_gem_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
[235/757] 470045=stringio/test_stringio
[236/757] 470033=ruby/test_arity
[237/757] 470042=io/wait/test_io_wait_uncommon
[238/757] 470033=ruby/test_bignum
[239/757] 470042=rubygems/test_gem_ci_detector
[240/757] 470044=ruby/test_time_tz
[241/757] 470045=ruby/test_trace
[242/757] 470045=json/ractor_test
[243/757] 470044=prism/result/overlap_test
[244/757] 470033=rubygems/test_gem_resolver_api_specification
[245/757] 470042=prism/result/static_literals_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
[246/757] 470045=ruby/test_mixed_unicode_escapes
/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
[247/757] 470045=test_ipaddr
/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
[248/757] 470033=psych/test_merge_keys
[249/757] 470045=net/http/test_http_request
[250/757] 470045=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
[251/757] 470033=json/json_generic_object_test
/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
[252/757] 470042=error_highlight/test_error_highlight
[253/757] 470045=-ext-/array/test_resize
[254/757] 470033=uri/test_mailto
[255/757] 470045=prism/ractor_test
[256/757] 470033=psych/test_symbol
[257/757] 470033=-ext-/string/test_coderange
[258/757] 470033=date/test_date_ractor
[259/757] 470026=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
[260/757] 470045=ruby/test_dir
/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
[261/757] 470026=optparse/test_autoconf
[262/757] 470026=-ext-/eval/test_eval
[263/757] 470026=did_you_mean/test_ractor_compatibility
[264/757] 470033=rubygems/test_gem_commands_cleanup_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
[265/757] 470033=-ext-/struct/test_member
[266/757] 470033=psych/test_numeric
[267/757] 470033=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
[268/757] 470033=-ext-/string/test_nofree
[269/757] 470033=psych/test_coder
[270/757] 470033=ruby/test_symbol
[271/757] 470045=prism/ruby/parser_test
[272/757] 470044=mkmf/test_find_executable
[273/757] 470045=psych/test_stringio
[274/757] 470044=-ext-/string/test_enc_associate
[275/757] 470045=ruby/test_lazy_enumerator
[276/757] 470026=socket/test_unix
[277/757] 470036=-ext-/arith_seq/test_arith_seq_beg_len_step
[278/757] 470036=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
[279/757] 470030=openssl/test_pkcs7
/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
[280/757] 470036=dtrace/test_function_entry
[281/757] 470026=prism/api/dump_test
[282/757] 470036=ruby/test_keyword
[283/757] 470040=did_you_mean/spell_checking/test_class_name_check
[284/757] 470045=ruby/test_continuation
[285/757] 470040=-ext-/win32/test_fd_setsize
[286/757] 470040=-ext-/hash/test_delete
[287/757] 470045=rubygems/test_gem_platform
[288/757] 470040=date/test_date_strptime
/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
[289/757] 470045=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
[290/757] 470045=optparse/test_placearg
[291/757] 470040=-ext-/st/test_numhash
[292/757] 470028=ruby/test_weakkeymap
[293/757] 470040=rubygems/test_gem_commands_push_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
[294/757] 470040=openssl/test_pkey_rsa
[295/757] 470024=rubygems/test_gem_resolver_lock_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
[296/757] 470024=ruby/test_not
[297/757] 470024=ripper/test_files_test
[298/757] 470044=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: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] 470045=ruby/test_file_exhaustive
[300/757] 470044=prism/result/attribute_write_test
[301/757] 470044=ruby/test_arithmetic_sequence
[302/757] 470044=rubygems/test_gem_command_manager
/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
[303/757] 470024=prism/api/parse_test
[304/757] 470044=rubygems/test_gem_gemcutter_utilities
[305/757] 470024=ruby/test_basicinstructions
/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
[306/757] 470044=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
[307/757] 470044=prism/api/lex_test
[308/757] 470044=prism/version_test
[309/757] 470044=psych/test_object
[310/757] 470027=prism/heredoc_dedent_test
[311/757] 470044=test_tsort
[312/757] 470024=mkmf/test_signedness
[313/757] 470044=ruby/enc/test_big5
[314/757] 470044=-ext-/symbol/test_type
[315/757] 470042=pathname/test_ractor
[316/757] 470044=ruby/test_sleep
[317/757] 470027=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
/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
[318/757] 470042=date/test_date_arith
[319/757] 470027=ruby/test_object
[320/757] 470042=-ext-/string/test_normalize
[321/757] 470042=openssl/test_ossl
[322/757] 470042=fiber/test_timeout
[323/757] 470036=ruby/test_flip
[324/757] 470025=did_you_mean/tree_spell/test_change_word
[325/757] 470042=ruby/test_object_id
[326/757] 470025=socket/test_udp
[327/757] 470025=ruby/test_file
[328/757] 470036=prism/unescape_test
[329/757] 470036=-ext-/exception/test_data_error
[330/757] 470036=prism/bom_test
[331/757] 470036=open-uri/test_ftp
[332/757] 470036=test_tmpdir
[333/757] 470030=ruby/test_integer_comb
[334/757] 470036=ruby/test_vm_dump
[335/757] 470036=ruby/test_regexp
#<Thread:0x00007dd5046f3478 /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)
[336/757] 470042=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
/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
[337/757] 470028=prism/errors_test
[338/757] 470042=prism/library_symbols_test
[339/757] 470042=resolv/test_addr
[340/757] 470042=-ext-/exception/test_ensured
[341/757] 470042=openssl/test_ts
[342/757] 470027=test_pty
[343/757] 470028=ruby/test_dup
[344/757] 470026=mkmf/test_constant
[345/757] 470043=rubygems/test_project_sanity
/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
[346/757] 470028=ruby/test_range
[347/757] 470043=ruby/test_encoding
[348/757] 470040=erb/test_erb_command
[349/757] 470040=json/test_helper
[350/757] 470040=rubygems/test_gem_uri_formatter
/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
[351/757] 470040=json/json_generator_test
[352/757] 470042=ruby/test_eval
[353/757] 470027=ruby/test_transcode
[354/757] 470033=prism/ruby/ruby_parser_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
/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
[355/757] 470033=rubygems/test_gem_resolver_api_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
[356/757] 470033=rubygems/test_gem_safe_marshal
[357/757] 470033=psych/nodes/test_enumerable
[358/757] 470033=rubygems/test_gem_resolver_vendor_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
[359/757] 470043=mkmf/test_config
/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
[360/757] 470033=rubygems/test_webauthn_listener
[361/757] 470033=did_you_mean/edit_distance/test_jaro_winkler
[362/757] 470033=ruby/test_random_formatter
[363/757] 470033=prism/test_helper
[364/757] 470033=ruby/test_lambda
[365/757] 470033=ruby/test_ast
[366/757] 470040=rubygems/test_gem_request_set_gem_dependency_api
/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
[367/757] 470042=openssl/test_fips
[368/757] 470040=openssl/test_x509name
[369/757] 470032=-ext-/st/test_update
[370/757] 470032=prism/api/parse_comments_test
[371/757] 470040=openssl/test_x509store
[372/757] 470032=did_you_mean/spell_checking/test_require_path_check
[373/757] 470032=ripper/test_files_test_2
[374/757] 470028=ruby/test_fnmatch
[375/757] 470043=rubygems/test_gem_validator
/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
[376/757] 470028=ruby/test_gc_compact
/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
[377/757] 470042=ruby/test_proc
[378/757] 470043=ruby/test_string
[379/757] 470040=prism/result/integer_parse_test
[380/757] 470040=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
/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
[381/757] 470040=rubygems/test_gem_resolver_index_set
[382/757] 470040=mkmf/test_egrep_cpp
[383/757] 470037=zlib/test_zlib
[384/757] 470040=date/test_date_conv
[385/757] 470040=ruby/test_optimization
[386/757] 470030=erb/test_erb_m17n
[387/757] 470030=rubygems/test_gem_dependency_resolution_error
[388/757] 470027=-ext-/string/test_qsort
[389/757] 470027=json/json_addition_test
[390/757] 470027=-ext-/test_ensure_and_callcc
[391/757] 470027=dtrace/test_raise
[392/757] 470027=openssl/test_x509attr
[393/757] 470027=rubygems/test_gem_request_set_lockfile_parser
/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
[394/757] 470030=psych/visitors/test_depth_first
/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
[395/757] 470030=ruby/test_pattern_matching
[396/757] 470027=psych/test_string
[397/757] 470030=test_trick
[398/757] 470027=ruby/test_pipe
[399/757] 470027=prism/result/integer_base_flags_test
[400/757] 470027=openssl/test_pkey_ec
[401/757] 470027=date/test_date_parse
[402/757] 470042=prism/ruby/compiler_test
[403/757] 470042=prism/newline_offsets_test
[404/757] 470027=-ext-/bignum/test_mul
[405/757] 470024=psych/test_null
[406/757] 470027=ruby/test_default_gems
[407/757] 470024=rubygems/test_gem_uninstaller
[408/757] 470027=ruby/enc/test_gb18030
/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
[409/757] 470027=resolv/test_svcb_https
/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
[410/757] 470037=openssl/test_buffering
/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
[411/757] 470027=ruby/enc/test_windows_1251
[412/757] 470024=ruby/test_time
[413/757] 470027=prism/ruby/relocation_test
[414/757] 470027=ruby/test_io_buffer
[415/757] 470037=ruby/test_defined
[416/757] 470042=fiber/test_backtrace
[417/757] 470042=did_you_mean/spell_checking/test_key_name_check
[418/757] 470042=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
[419/757] 470042=openssl/test_kdf
[420/757] 470037=rubygems/test_gem_doctor
[421/757] 470024=psych/test_emitter
[422/757] 470024=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
[423/757] 470027=prism/result/static_inspect_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: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] 470027=-ext-/test_bug-5832
[425/757] 470027=ripper/test_files_ext
[426/757] 470024=prism/snippets_test
[427/757] 470042=prism/api/parse_success_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
[428/757] 470042=rubygems/test_gem_ext_cargo_builder_unit
/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
[429/757] 470042=date/test_date
[430/757] 470042=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
[431/757] 470037=-ext-/vm/test_at_exit
/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
[432/757] 470027=dtrace/test_object_create_start
[433/757] 470027=lib/!Nothing_to_test
[434/757] 470027=-ext-/exception/test_enc_raise
[435/757] 470042=psych/test_psych
[436/757] 470027=-ext-/test_bug-3571
[437/757] 470037=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
/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
[438/757] 470027=rubygems/test_gem_spec_fetcher
[439/757] 470037=uri/test_common
/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
[440/757] 470042=ruby/test_numeric
[441/757] 470027=prism/api/parse_stream_test
[442/757] 470027=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
[443/757] 470027=ruby/test_ifunless
[444/757] 470026=ruby/test_assignment
[445/757] 470027=openssl/test_hmac
[446/757] 470027=-ext-/iter/test_iter_break
[447/757] 470027=optparse/test_zsh_completion
[448/757] 470027=psych/test_exception
[449/757] 470027=psych/test_nil
[450/757] 470027=-ext-/num2int/test_num2int
[451/757] 470042=fileutils/test_verbose
[452/757] 470027=rubygems/test_gem_ext_configure_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
[453/757] 470042=ruby/test_frozen
/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
[454/757] 470042=rubygems/test_gem_remote_fetcher_local_server
/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
[455/757] 470027=test_pp
/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
[456/757] 470042=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
[457/757] 470027=psych/test_yaml_special_cases
/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
[458/757] 470027=optparse/test_optarg
[459/757] 470042=fiber/test_address_resolve
[460/757] 470042=-ext-/funcall/test_passing_block
[461/757] 470042=prism/newline_test
[462/757] 470037=did_you_mean/spell_checking/test_uncorrectable_name_check
[463/757] 470037=ruby/test_stringchar
[464/757] 470037=dtrace/test_hash_create
[465/757] 470037=io/nonblock/test_flush
[466/757] 470037=test_singleton
[467/757] 470037=io/console/test_io_console
[468/757] 470042=date/test_switch_hitter
[469/757] 470027=psych/test_data
[470/757] 470027=test_securerandom
[471/757] 470027=json/json_coder_test
[472/757] 470027=rubygems/test_gem_resolver_lock_specification
[473/757] 470042=openssl/test_x509cert
/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
[474/757] 470027=ruby/test_gc
[475/757] 470028=-ext-/method/test_arity
[476/757] 470028=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
/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
[477/757] 470028=rubygems/test_gem_security_policy
/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
[478/757] 470028=rubygems/test_gem_source_local
/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
[479/757] 470028=-ext-/gvl/test_last_thread
[480/757] 470042=ruby/test_process
[481/757] 470032=prism/api/command_line_test
[482/757] 470032=ruby/test_pack
[483/757] 470032=ruby/test_name_error
[484/757] 470032=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
[485/757] 470032=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
[486/757] 470032=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
/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
[487/757] 470032=psych/test_safe_load
[488/757] 470032=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
[489/757] 470032=prism/ruby/reflection_test
[490/757] 470032=uri/test_http
[491/757] 470032=rubygems/test_gem_commands_which_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
[492/757] 470032=ruby/enc/test_shift_jis
[493/757] 470032=mkmf/test_flags
[494/757] 470029=-ext-/symbol/test_inadvertent_creation
[495/757] 470026=ruby/test_enumerator
[496/757] 470030=ruby/test_syntax
[497/757] 470029=rubygems/test_gem_safe_yaml
/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
[498/757] 470029=dtrace/test_require
[499/757] 470029=psych/test_date_time
[500/757] 470029=date/test_date_new
[501/757] 470029=ruby/test_data
[502/757] 470029=socket/test_tcp
[503/757] 470028=ruby/enc/test_iso_8859
[504/757] 470028=psych/test_stream
[505/757] 470028=open-uri/test_open-uri
[506/757] 470028=net/http/test_httpresponse
[507/757] 470028=-ext-/bug_reporter/test_bug_reporter
[508/757] 470032=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
/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] 470032=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
[510/757] 470032=ruby/test_rand
[511/757] 470044=ruby/test_exception
[512/757] 470028=ruby/enc/test_case_options
[513/757] 470028=yaml/test_store
[514/757] 470028=prism/ruby/parameters_signature_test
[515/757] 470028=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
[516/757] 470028=rubygems/test_gem_dependency_installer
/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
[517/757] 470028=psych/test_scalar
[518/757] 470028=-ext-/test_enumerator_kw
[519/757] 470029=prism/ruby/tunnel_test
[520/757] 470028=ruby/test_settracefunc
[521/757] 470029=rubygems/test_gem_text
/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
[522/757] 470029=uri/test_generic
[523/757] 470029=-ext-/test_scan_args
[524/757] 470029=ruby/test_method_cache
[525/757] 470029=rubygems/test_gem_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
[526/757] 470029=ruby/test_sprintf_comb
[527/757] 470032=cgi/test_cgi_escape
[528/757] 470029=rubygems/test_gem_ext_cargo_builder_link_flag_converter
/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
[529/757] 470029=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
[530/757] 470032=psych/test_json_tree
/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
[531/757] 470032=ruby/test_m17n_comb
[532/757] 470029=fiber/test_ractor
[533/757] 470029=optparse/test_cclass
[534/757] 470029=ruby/test_box
[535/757] 470037=ruby/enc/test_grapheme_breaks
[536/757] 470037=rubygems/test_gem_version_option
/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
/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
[537/757] 470037=rubygems/test_gem_request_connection_pools
/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] 470037=openssl/test_pkey
[539/757] 470037=ripper/test_parser_events
[540/757] 470029=ruby/test_objectspace
[541/757] 470024=prism/ruby/location_test
[542/757] 470028=fiber/test_thread
[543/757] 470037=rubygems/test_gem_remote_fetcher_s3
[544/757] 470024=socket/test_socket
/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
[545/757] 470037=ruby/test_literal
[546/757] 470025=-ext-/load/test_dot_dot
[547/757] 470025=-ext-/bignum/test_str2big
[548/757] 470025=test_extlibs
[549/757] 470028=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
[550/757] 470028=stringio/test_ractor
[551/757] 470028=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
[552/757] 470028=ruby/test_require_lib
[553/757] 470044=fileutils/test_nowrite
[554/757] 470044=ruby/test_thread_queue
[555/757] 470040=rubygems/test_gem_commands_sources_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
[556/757] 470037=-ext-/proc/test_bmethod
[557/757] 470037=io/wait/test_ractor
[558/757] 470040=ruby/enc/test_euc_tw
[559/757] 470040=-ext-/bignum/test_big2str
[560/757] 470040=-ext-/wait/test_wait
[561/757] 470037=resolv/test_win32_config
[562/757] 470037=psych/test_yaml
[563/757] 470040=test_forwardable
[564/757] 470040=-ext-/string/test_enc_str_buf_cat
[565/757] 470040=ruby/enc/test_gbk
[566/757] 470040=json/json_ryu_fallback_test
[567/757] 470040=-ext-/class/test_class2name
[568/757] 470040=-ext-/debug/test_profile_frames
[569/757] 470037=ruby/test_warning
[570/757] 470037=-ext-/string/test_cstr
[571/757] 470040=ruby/test_shapes
[572/757] 470040=json/json_fixtures_test
[573/757] 470040=ruby/test_io_timeout
[574/757] 470040=prism/result/index_write_test
[575/757] 470040=ruby/test_comparable
[576/757] 470040=uri/test_wss
[577/757] 470040=optparse/test_switch
[578/757] 470040=test_find
[579/757] 470040=digest/test_ractor
[580/757] 470040=digest/test_digest
[581/757] 470045=psych/test_marshalable
[582/757] 470045=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
[583/757] 470045=rubygems/test_gem_ext_cmake_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
/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
[584/757] 470045=psych/test_psych_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
[585/757] 470045=rubygems/test_gem_commands_contents_command
[586/757] 470045=optparse/test_bash_completion
[587/757] 470045=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
[588/757] 470045=rubygems/test_deprecate
[589/757] 470045=rubygems/test_gem_source_vendor
/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
[590/757] 470041=rubygems/test_gem_commands_owner_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
/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
[591/757] 470045=psych/handlers/test_recorder
/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
[592/757] 470045=ruby/test_complexrational
[593/757] 470045=pathname/test_pathname
[594/757] 470041=coverage/test_coverage
[595/757] 470045=prism/regexp_test
[596/757] 470045=rubygems/test_gem_package_tar_reader
[597/757] 470031=uri/test_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
[598/757] 470037=rubygems/test_gem_available_set
/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
[599/757] 470031=-ext-/string/test_modify_expand
[600/757] 470045=openssl/test_random
[601/757] 470031=openssl/test_asn1
[602/757] 470037=ruby/test_class
[603/757] 470045=ruby/test_const
[604/757] 470045=json/json_string_matching_test
[605/757] 470045=optparse/test_load
[606/757] 470024=prism/encoding/symbol_encoding_test
[607/757] 470045=date/test_date_strftime
[608/757] 470031=rubygems/test_gem_installer
[609/757] 470024=psych/test_yamlstore
[610/757] 470024=rubygems/test_gem_commands_help_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: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
[611/757] 470031=-ext-/tracepoint/test_tracepoint
[612/757] 470024=test_prettyprint
[613/757] 470032=ruby/enc/test_utf32
[614/757] 470024=socket/test_basicsocket
[615/757] 470032=-ext-/struct/test_duplicate
[616/757] 470032=rubygems/test_gem_resolver_index_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
[617/757] 470024=prism/ruby/desugar_compiler_test
/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
[618/757] 470032=-ext-/marshal/test_internal_ivar
[619/757] 470032=fiber/test_queue
[620/757] 470024=optparse/test_noarg
[621/757] 470032=test_tempfile
[622/757] 470025=prism/ruby/pattern_test
[623/757] 470031=ruby/test_econv
[624/757] 470025=ruby/enc/test_cesu8
[625/757] 470025=rubygems/test_gem_version
[626/757] 470024=psych/visitors/test_emitter
/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
[627/757] 470024=resolv/test_resource
/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
[628/757] 470024=rubygems/test_gem_commands_signin_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
[629/757] 470025=uri/test_ldap
/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
[630/757] 470040=fileutils/test_fileutils
[631/757] 470024=prism/encoding/encodings_test
[632/757] 470025=ruby/test_stack
[633/757] 470024=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
[634/757] 470032=optparse/test_reqarg
/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
[635/757] 470041=-ext-/string/test_too_many_dummy_encodings
/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] 470024=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
/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
[637/757] 470024=resolv/test_mdns
[638/757] 470041=ruby/test_parse
[639/757] 470024=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
[640/757] 470024=ripper/test_scanner_events
[641/757] 470024=prism/result/string_test
[642/757] 470024=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
[643/757] 470024=ruby/test_complex
[644/757] 470045=rubygems/test_gem_ext_ext_conf_builder
[645/757] 470032=dtrace/test_method_cache
[646/757] 470024=rubygems/test_gem_stub_specification
[647/757] 470032=ruby/test_frozen_error
[648/757] 470040=-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: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: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: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: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
[649/757] 470032=rubygems/test_gem_resolver_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
[650/757] 470045=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
[651/757] 470024=prism/lex_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: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
[652/757] 470032=-ext-/path_to_class/test_path_to_class
[653/757] 470032=ruby/test_inlinecache
[654/757] 470045=rubygems/test_remote_fetch_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
[655/757] 470045=mkmf/test_have_library
[656/757] 470032=-ext-/thread/test_lock_native_thread
[657/757] 470040=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
[658/757] 470041=prism/result/equality_test
[659/757] 470041=psych/test_set
[660/757] 470041=prism/encoding/regular_expression_encoding_test
[661/757] 470041=rubygems/test_gem_security_trust_dir
[662/757] 470040=rubygems/test_gem_requirement
/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
[663/757] 470028=ruby/test_sprintf
[664/757] 470041=ruby/test_string_memory
[665/757] 470040=ruby/test_undef
[666/757] 470040=objspace/test_objspace
[667/757] 470041=ruby/test_argf
[668/757] 470032=mkmf/test_framework
[669/757] 470032=openssl/test_ns_spki
[670/757] 470032=ruby/test_yjit
[671/757] 470032=ruby/test_weakmap
[672/757] 470028=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
[673/757] 470031=ruby/test_m17n
[674/757] 470028=uri/test_ws
[675/757] 470028=-ext-/postponed_job/test_postponed_job
[676/757] 470025=psych/test_alias_and_anchor
[677/757] 470025=-ext-/string/test_external_new
[678/757] 470025=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
[679/757] 470025=psych/test_tree_builder
[680/757] 470025=psych/test_hash
[681/757] 470025=-ext-/load/test_protect
[682/757] 470025=rubygems/test_gem_request_set_lockfile
/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
[683/757] 470025=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
[684/757] 470025=rubygems/test_gem_commands_uninstall_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
[685/757] 470025=ruby/test_condition
[686/757] 470025=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
[687/757] 470031=-ext-/st/test_foreach
[688/757] 470031=ruby/enc/test_cp949
/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
[689/757] 470031=fiber/test_io
[690/757] 470025=ruby/test_hash
[691/757] 470028=-ext-/gvl/test_ubf_async_safe
[692/757] 470028=ruby/enc/test_emoji
[693/757] 470028=optparse/test_kwargs
[694/757] 470028=io/wait/test_io_wait
[695/757] 470031=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
[696/757] 470031=date/test_date_attr
[697/757] 470031=-ext-/string/test_ellipsize
[698/757] 470031=optparse/test_summary
[699/757] 470028=-ext-/win32/test_console_attr
[700/757] 470028=ruby/enc/test_euc_kr
[701/757] 470028=uri/test_ftp
[702/757] 470028=-ext-/bignum/test_pack
[703/757] 470029=dtrace/test_array_create
[704/757] 470029=rubygems/test_gem_impossible_dependencies_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
[705/757] 470029=did_you_mean/spell_checking/test_pattern_key_name_check
[706/757] 470029=psych/visitors/test_to_ruby
[707/757] 470029=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
[708/757] 470031=ruby/test_method
/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
[709/757] 470029=ruby/test_yjit_exit_locations
[710/757] 470029=etc/test_etc
[711/757] 470024=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
/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] 470028=rubygems/test_gem_config_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
/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
[713/757] 470028=rubygems/test_gem_resolver_activation_request
[714/757] 470028=optparse/test_getopts
[715/757] 470029=net/protocol/test_protocol
[716/757] 470029=openssl/test_pkey_dh
[717/757] 470028=-ext-/bignum/test_bigzero
[718/757] 470028=rubygems/test_gem_util
/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
[719/757] 470028=-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
[720/757] 470029=rubygems/test_gem_package_tar_header
/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
[721/757] 470029=prism/result/source_location_test
[722/757] 470029=openssl/test_pkcs12
[723/757] 470045=ruby/test_system
[724/757] 470043=mkmf/test_sizeof
[725/757] 470024=ruby/test_case
[726/757] 470024=prism/result/numeric_value_test
[727/757] 470024=ruby/enc/test_utf16
[728/757] 470024=ruby/test_autoload
[729/757] 470029=ruby/test_unicode_escape
[730/757] 470030=ruby/test_io
/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
[731/757] 470029=rubygems/test_gem_commands_fetch_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
[732/757] 470029=ruby/test_math
[733/757] 470029=dtrace/test_gc
[734/757] 470029=mkmf/test_libs
[735/757] 470029=rubygems/test_config
/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
[736/757] 470029=fiber/test_sleep
[737/757] 470045=psych/visitors/test_yaml_tree
/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
[738/757] 470045=rubygems/test_gem_commands_install_command
[739/757] 470045=ruby/test_clone
[740/757] 470045=io/console/test_ractor
[741/757] 470045=ruby/test_readpartial
[742/757] 470028=prism/locals_test
[743/757] 470028=ruby/test_backtrace
[744/757] 470045=fiber/test_io_buffer
[745/757] 470045=prism/result/regular_expression_options_test
[746/757] 470045=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
[747/757] 470045=mkmf/test_convertible
[748/757] 470044=ruby/test_yield
[749/757] 470036=ripper/test_files_sample
[750/757] 470029=strscan/test_stringscanner
[751/757] 470036=rubygems/test_webauthn_poller
[752/757] 470029=-ext-/rational/test_rat
/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
[753/757] 470029=rubygems/test_gem_resolver_best_set
[754/757] 470036=-ext-/typeddata/test_typeddata
/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
[755/757] 470029=-ext-/string/test_fstring
[756/757] 470025=optparse/test_optparse
[757/757] 470029=psych/test_array
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 470035=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 0x000003e800072c05
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:000268 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:001c00 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:0012a0 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:002650 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: 0x0000721397098d71 RBP: 0x00007ffdb10d72b0 RSP: 0x00007ffdb10d7270
RAX: 0xfffffffffffffffc RBX: 0x0000567b06f18808 RCX: 0x0000721397098d71
RDX: 0x0000000000000000 RDI: 0x0000567b06f18830 RSI: 0x0000000000000189
R8: 0x0000000000000000 R9: 0x00000000ffffffff R10: 0x0000000000000000
R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
R14: 0x0000567b06f18928 R15: 0x0000567b06f18830 EFL: 0x0000000000000246
-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk/libruby.so.4.0(rb_print_backtrace+0x14) [0x7213977458f8] /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) [0x72139751490a] /tmp/ruby/src/trunk/error.c:1130
/tmp/ruby/build/trunk/libruby.so.4.0(sigsegv+0x48) [0x72139767dc98] /tmp/ruby/src/trunk/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x721397045330) [0x721397045330]
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x721397098d71] ./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) [0x72139709b7ed] ./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) [0x7213976c84ed] /tmp/ruby/src/trunk/thread_pthread.c:231
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_wait_running_turn+0x93) [0x7213976c8633] /tmp/ruby/src/trunk/thread_pthread.c:851
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_unlock_+0x0) [0x7213976c8e74] /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) [0x7213976d1302] /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) [0x721397520e92] /tmp/ruby/src/trunk/eval.c:1174
/tmp/ruby/build/trunk/libruby.so.4.0(thread_join+0x91) [0x7213976c5681] /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) [0x72139771111d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x72139771a8ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x77) [0x7213977278e7] ../../src/trunk/insns.def:902
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x72139772d21f] /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) [0x721397732180] /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) [0x721397520e92] /tmp/ruby/src/trunk/eval.c:1174
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x72139771111d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x72139771a8ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x721397728abe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x0) [0x72139772d154] /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) [0x721397732180] /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) [0x72139744968c] /tmp/ruby/src/trunk/array.c:3673
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x72139771111d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x72139771a8ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x721397728abe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x72139772d21f] /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) [0x721397732180] /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) [0x72139744968c] /tmp/ruby/src/trunk/array.c:3673
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x72139771111d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x72139771a8ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x721397728abe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x72139772d21f] /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) [0x72139751e645] /tmp/ruby/src/trunk/eval.c:283
/tmp/ruby/build/trunk/libruby.so.4.0(ruby_run_node+0x8b) [0x721397522b1b] /tmp/ruby/src/trunk/eval.c:321
/tmp/ruby/build/trunk/ruby(rb_main+0x21) [0x567ad3bae186] /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) [0x72139702a1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x72139702a28b] ../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
[0x567ad3bae1d5]
-- 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/src/trunk/test/-ext-/exception/test_exception_at_throwing.rb
61 /tmp/ruby/src/trunk/lib/pathname.rb
62 /tmp/ruby/build/trunk/.ext/common/digest/version.rb
63 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
64 /tmp/ruby/build/trunk/.ext/common/digest/loader.rb
65 /tmp/ruby/build/trunk/.ext/common/digest.rb
66 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
67 /tmp/ruby/build/trunk/.ext/common/openssl/asn1.rb
68 /tmp/ruby/build/trunk/.ext/common/openssl/bn.rb
69 /tmp/ruby/build/trunk/.ext/common/openssl/cipher.rb
70 /tmp/ruby/build/trunk/.ext/common/openssl/digest.rb
71 /tmp/ruby/build/trunk/.ext/common/openssl/hmac.rb
72 /tmp/ruby/build/trunk/.ext/common/openssl/pkcs5.rb
73 /tmp/ruby/build/trunk/.ext/common/openssl/marshal.rb
74 /tmp/ruby/build/trunk/.ext/common/openssl/pkey.rb
75 /tmp/ruby/build/trunk/.ext/common/openssl/buffering.rb
76 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
77 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
78 /tmp/ruby/build/trunk/.ext/common/socket.rb
79 /tmp/ruby/src/trunk/lib/ipaddr.rb
80 /tmp/ruby/build/trunk/.ext/common/openssl/ssl.rb
81 /tmp/ruby/build/trunk/.ext/common/openssl/version.rb
82 /tmp/ruby/build/trunk/.ext/common/openssl/x509.rb
83 /tmp/ruby/build/trunk/.ext/common/openssl.rb
84 /tmp/ruby/src/trunk/lib/rubygems/openssl.rb
85 /tmp/ruby/src/trunk/lib/rubygems/text.rb
86 /tmp/ruby/src/trunk/lib/rubygems/user_interaction.rb
87 /tmp/ruby/src/trunk/lib/rubygems/security/policy.rb
88 /tmp/ruby/src/trunk/lib/rubygems/security/policies.rb
89 /tmp/ruby/src/trunk/lib/rubygems/security/trust_dir.rb
90 /tmp/ruby/src/trunk/lib/rubygems/security/signer.rb
91 /tmp/ruby/src/trunk/lib/rubygems/security.rb
92 /tmp/ruby/src/trunk/lib/rubygems/package/digest_io.rb
93 /tmp/ruby/src/trunk/lib/rubygems/package/source.rb
94 /tmp/ruby/src/trunk/lib/rubygems/package/file_source.rb
95 /tmp/ruby/src/trunk/lib/rubygems/package/io_source.rb
96 /tmp/ruby/src/trunk/lib/rubygems/package/old.rb
97 /tmp/ruby/src/trunk/lib/rubygems/package/tar_header.rb
98 /tmp/ruby/src/trunk/lib/rubygems/package/tar_reader/entry.rb
99 /tmp/ruby/src/trunk/lib/rubygems/package/tar_reader.rb
100 /tmp/ruby/src/trunk/lib/rubygems/package/tar_writer.rb
101 /tmp/ruby/src/trunk/lib/rubygems/package.rb
102 /tmp/ruby/src/trunk/lib/shellwords.rb
103 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/version.rb
104 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb
105 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb
106 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/common.rb
107 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/generic.rb
108 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/file.rb
109 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ftp.rb
110 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/http.rb
111 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/https.rb
112 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ldap.rb
113 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ldaps.rb
114 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/mailto.rb
115 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/ws.rb
116 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri/wss.rb
117 /tmp/ruby/src/trunk/lib/rubygems/vendor/uri/lib/uri.rb
118 /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
119 /tmp/ruby/src/trunk/test/rubygems/mock_gem_ui.rb
120 /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
121 /tmp/ruby/src/trunk/lib/rubygems/vendor/optparse/lib/optparse.rb
122 /tmp/ruby/src/trunk/lib/rubygems/vendored_optparse.rb
123 /tmp/ruby/src/trunk/lib/rubygems/command.rb
124 /tmp/ruby/src/trunk/lib/rubygems/installer_uninstaller_utils.rb
125 /tmp/ruby/src/trunk/lib/rubygems/ext/build_error.rb
126 /tmp/ruby/src/trunk/lib/rubygems/ext/builder.rb
127 /tmp/ruby/src/trunk/lib/rubygems/ext/configure_builder.rb
128 /tmp/ruby/src/trunk/lib/rubygems/ext/ext_conf_builder.rb
129 /tmp/ruby/src/trunk/lib/rubygems/ext/rake_builder.rb
130 /tmp/ruby/src/trunk/lib/rubygems/ext/cmake_builder.rb
131 /tmp/ruby/src/trunk/lib/rubygems/ext/cargo_builder.rb
132 /tmp/ruby/src/trunk/lib/rubygems/ext.rb
133 /tmp/ruby/src/trunk/lib/rubygems/installer.rb
134 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb
135 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
136 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb
137 /tmp/ruby/src/trunk/lib/rubygems/vendor/tsort/lib/tsort.rb
138 /tmp/ruby/src/trunk/lib/rubygems/vendored_tsort.rb
139 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
140 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
141 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
142 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
143 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
144 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
145 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
146 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
147 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
148 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb
149 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/state.rb
150 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
151 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
152 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
153 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb
154 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb
155 /tmp/ruby/src/trunk/lib/rubygems/vendor/molinillo/lib/molinillo.rb
156 /tmp/ruby/src/trunk/lib/rubygems/vendored_molinillo.rb
157 /tmp/ruby/src/trunk/lib/rubygems/resolver/activation_request.rb
158 /tmp/ruby/src/trunk/lib/rubygems/resolver/conflict.rb
159 /tmp/ruby/src/trunk/lib/rubygems/resolver/dependency_request.rb
160 /tmp/ruby/src/trunk/lib/rubygems/resolver/requirement_list.rb
161 /tmp/ruby/src/trunk/lib/rubygems/resolver/stats.rb
162 /tmp/ruby/src/trunk/lib/rubygems/resolver/set.rb
163 /tmp/ruby/src/trunk/lib/rubygems/resolver/api_set.rb
164 /tmp/ruby/src/trunk/lib/rubygems/resolver/composed_set.rb
165 /tmp/ruby/src/trunk/lib/rubygems/resolver/best_set.rb
166 /tmp/ruby/src/trunk/lib/rubygems/resolver/current_set.rb
167 /tmp/ruby/src/trunk/lib/rubygems/resolver/git_set.rb
168 /tmp/ruby/src/trunk/lib/rubygems/resolver/index_set.rb
169 /tmp/ruby/src/trunk/lib/rubygems/resolver/installer_set.rb
170 /tmp/ruby/src/trunk/lib/rubygems/resolver/lock_set.rb
171 /tmp/ruby/src/trunk/lib/rubygems/resolver/vendor_set.rb
172 /tmp/ruby/src/trunk/lib/rubygems/resolver/source_set.rb
173 /tmp/ruby/src/trunk/lib/rubygems/resolver/specification.rb
174 /tmp/ruby/src/trunk/lib/rubygems/resolver/spec_specification.rb
175 /tmp/ruby/src/trunk/lib/rubygems/resolver/api_specification.rb
176 /tmp/ruby/src/trunk/lib/rubygems/resolver/git_specification.rb
177 /tmp/ruby/src/trunk/lib/rubygems/resolver/index_specification.rb
178 /tmp/ruby/src/trunk/lib/rubygems/resolver/installed_specification.rb
179 /tmp/ruby/src/trunk/lib/rubygems/resolver/local_specification.rb
180 /tmp/ruby/src/trunk/lib/rubygems/resolver/lock_specification.rb
181 /tmp/ruby/src/trunk/lib/rubygems/resolver/vendor_specification.rb
182 /tmp/ruby/src/trunk/lib/rubygems/resolver.rb
183 /tmp/ruby/src/trunk/lib/rubygems/vendor/timeout/lib/timeout.rb
184 /tmp/ruby/src/trunk/lib/did_you_mean/version.rb
185 /tmp/ruby/src/trunk/lib/did_you_mean/core_ext/name_error.rb
186 /tmp/ruby/src/trunk/lib/did_you_mean/levenshtein.rb
187 /tmp/ruby/src/trunk/lib/did_you_mean/jaro_winkler.rb
188 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checker.rb
189 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
190 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
191 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/name_error_checkers.rb
192 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/method_name_checker.rb
193 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/key_error_checker.rb
194 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/null_checker.rb
195 /tmp/ruby/src/trunk/lib/did_you_mean/tree_spell_checker.rb
196 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/require_path_checker.rb
197 /tmp/ruby/src/trunk/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb
198 /tmp/ruby/src/trunk/lib/did_you_mean/formatter.rb
199 /tmp/ruby/src/trunk/lib/did_you_mean.rb
200 /tmp/ruby/src/trunk/test/did_you_mean/helper.rb
201 /tmp/ruby/src/trunk/test/did_you_mean/tree_spell/change_word.rb
202 /tmp/ruby/src/trunk/test/did_you_mean/tree_spell/human_typo.rb
203 /tmp/ruby/src/trunk/test/did_you_mean/tree_spell/test_human_typo.rb
204 /tmp/ruby/build/trunk/.ext/common/json/version.rb
205 /tmp/ruby/build/trunk/.ext/common/json/common.rb
206 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
207 /tmp/ruby/build/trunk/.ext/common/json/ext/generator/state.rb
208 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
209 /tmp/ruby/build/trunk/.ext/common/json/ext.rb
210 /tmp/ruby/build/trunk/.ext/common/json.rb
211 /tmp/ruby/src/trunk/test/json/test_helper.rb
212 /tmp/ruby/src/trunk/test/json/json_encoding_test.rb
213 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
214 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
215 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
216 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
217 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
218 /tmp/ruby/src/trunk/test/ruby/enc/test_case_mapping.rb
219 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
220 /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
221 /tmp/ruby/build/trunk/.ext/common/date.rb
222 /tmp/ruby/src/trunk/test/date/test_date_compat.rb
223 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/notimplement.so
224 /tmp/ruby/src/trunk/test/-ext-/test_notimplement.rb
225 /tmp/ruby/src/trunk/test/-ext-/test_random.rb
226 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/random.so
227 /tmp/ruby/src/trunk/test/-ext-/box/test_load_ext.rb
228 /tmp/ruby/src/trunk/test/fiber/scheduler.rb
229 /tmp/ruby/src/trunk/test/fiber/test_enumerator.rb
230 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/struct.so
231 /tmp/ruby/src/trunk/test/-ext-/struct/test_data.rb
232 /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
233 /tmp/ruby/build/trunk/.ext/common/ripper/core.rb
234 /tmp/ruby/build/trunk/.ext/common/ripper/lexer.rb
235 /tmp/ruby/build/trunk/.ext/common/ripper/filter.rb
236 /tmp/ruby/build/trunk/.ext/common/ripper/sexp.rb
237 /tmp/ruby/build/trunk/.ext/common/ripper.rb
238 /tmp/ruby/src/trunk/test/ripper/test_filter.rb
239 /tmp/ruby/src/trunk/test/-ext-/load/test_stringify_symbols.rb
240 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_symbols.so
241 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_target.so
242 /tmp/ruby/src/trunk/test/ruby/test_whileuntil.rb
243 /tmp/ruby/src/trunk/test/lib/parser_support.rb
244 /tmp/ruby/src/trunk/test/ruby/test_rubyvm.rb
245 /tmp/ruby/src/trunk/test/monitor/test_monitor.rb
246 /tmp/ruby/src/trunk/test/ruby/test_rational.rb
247 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/bignum.so
248 /tmp/ruby/src/trunk/test/-ext-/bignum/test_div.rb
249 /tmp/ruby/src/trunk/test/ruby/test_key_error.rb
250 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
251 /tmp/ruby/src/trunk/test/-ext-/string/test_capacity.rb
252 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/float.so
253 /tmp/ruby/src/trunk/test/-ext-/float/test_nextafter.rb
254 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
255 /tmp/ruby/src/trunk/test/-ext-/file/test_stat.rb
256 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/marshal/usr.so
257 /tmp/ruby/src/trunk/test/-ext-/marshal/test_usrmarshal.rb
258 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/iter.so
259 /tmp/ruby/src/trunk/test/ruby/test_call.rb
260 /tmp/ruby/src/trunk/test/net/http/test_https_proxy.rb
* Process memory map:
567ad3bad000-567ad3bae000 r--p 00000000 00:23 662216136 /tmp/ruby/build/trunk/ruby
567ad3bae000-567ad3baf000 r-xp 00001000 00:23 662216136 /tmp/ruby/build/trunk/ruby
567ad3baf000-567ad3bb0000 r--p 00002000 00:23 662216136 /tmp/ruby/build/trunk/ruby
567ad3bb0000-567ad3bb1000 r--p 00002000 00:23 662216136 /tmp/ruby/build/trunk/ruby
567ad3bb1000-567ad3bb2000 rw-p 00003000 00:23 662216136 /tmp/ruby/build/trunk/ruby
567b06f10000-567b0a6ed000 rw-p 00000000 00:00 0 [heap]
721364000000-721364021000 rw-p 00000000 00:00 0
721364021000-721368000000 ---p 00000000 00:00 0
72136c000000-72136c021000 rw-p 00000000 00:00 0
72136c021000-721370000000 ---p 00000000 00:00 0
721370000000-72137020f000 rw-p 00000000 00:00 0
72137020f000-721374000000 ---p 00000000 00:00 0
721375d77000-721376dd0000 r--s 00000000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
721376dd0000-721376e20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
721377600000-721377807000 r--s 00000000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
721377844000-721377882000 r--s 00000000 00:23 662216136 /tmp/ruby/build/trunk/ruby
721377882000-721377886000 r--p 00000000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
721377886000-7213778aa000 r-xp 00004000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7213778aa000-7213778ae000 r--p 00028000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7213778ae000-7213778af000 r--p 0002b000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7213778af000-7213778b0000 rw-p 0002c000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7213778b0000-721377910000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137791f000-721377920000 ---p 00000000 00:00 0
721377920000-721377940000 rw-p 00000000 00:00 0
721377940000-721377950000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
721377954000-72137795b000 r--p 00000000 00:23 662220074 /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
72137795b000-7213779a0000 r-xp 00007000 00:23 662220074 /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
7213779a0000-7213779be000 r--p 0004c000 00:23 662220074 /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
7213779be000-7213779c0000 r--p 00069000 00:23 662220074 /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
7213779c0000-7213779c1000 rw-p 0006b000 00:23 662220074 /tmp/ruby/build/trunk/.ext/x86_64-linux/ripper.so
7213779c1000-7213779c5000 r--p 00000000 00:23 662220069 /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
7213779c5000-7213779f5000 r-xp 00004000 00:23 662220069 /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
7213779f5000-7213779fd000 r--p 00034000 00:23 662220069 /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
7213779fd000-7213779fe000 r--p 0003c000 00:23 662220069 /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
7213779fe000-7213779ff000 rw-p 0003d000 00:23 662220069 /tmp/ruby/build/trunk/.ext/x86_64-linux/date_core.so
7213779ff000-721377a00000 rw-p 00000000 00:00 0
721377a00000-721377ab3000 r--p 00000000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
721377ab3000-721377de6000 r-xp 000b3000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
721377de6000-721377eb1000 r--p 003e6000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
721377eb1000-721377f0d000 r--p 004b0000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
721377f0d000-721377f10000 rw-p 0050c000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
721377f10000-721377f13000 rw-p 00000000 00:00 0
721377f1f000-721377f20000 ---p 00000000 00:00 0
721377f20000-721377f40000 rw-p 00000000 00:00 0
721377f40000-721378000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
721378000000-72137803a000 rw-p 00000000 00:00 0
72137803a000-72137c000000 ---p 00000000 00:00 0
72137c010000-72137c0c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137c0c1000-72137c102000 rw-p 00000000 00:00 0
72137c102000-72137c120000 r--p 00000000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
72137c120000-72137c182000 r-xp 0001e000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
72137c182000-72137c19e000 r--p 00080000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
72137c19e000-72137c1a8000 r--p 0009c000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
72137c1a8000-72137c1ac000 rw-p 000a6000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
72137c1ac000-72137c1c0000 r--p 00000000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
72137c1c0000-72137c1f9000 r-xp 00014000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
72137c1f9000-72137c20b000 r--p 0004d000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
72137c20b000-72137c20d000 r--p 0005f000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
72137c20d000-72137c20f000 rw-p 00061000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
72137c20f000-72137c210000 rw-p 00000000 00:00 0
72137c210000-72137c260000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137c26c000-72137c26d000 ---p 00000000 00:00 0
72137c26d000-72137c28d000 rw-p 00000000 00:00 0
72137c296000-72137c297000 r--p 00000000 00:23 662219213 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/iter.so
72137c297000-72137c298000 r-xp 00001000 00:23 662219213 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/iter.so
72137c298000-72137c299000 r--p 00002000 00:23 662219213 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/iter.so
72137c299000-72137c29a000 r--p 00002000 00:23 662219213 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/iter.so
72137c29a000-72137c29b000 rw-p 00003000 00:23 662219213 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/iter.so
72137c29b000-72137c29c000 r--p 00000000 00:23 662219254 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/marshal/usr.so
72137c29c000-72137c29d000 r-xp 00001000 00:23 662219254 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/marshal/usr.so
72137c29d000-72137c29e000 r--p 00002000 00:23 662219254 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/marshal/usr.so
72137c29e000-72137c29f000 r--p 00002000 00:23 662219254 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/marshal/usr.so
72137c29f000-72137c2a0000 rw-p 00003000 00:23 662219254 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/marshal/usr.so
72137c2a0000-72137c370000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137c370000-72137c371000 r--p 00000000 00:23 662219176 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
72137c371000-72137c372000 r-xp 00001000 00:23 662219176 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
72137c372000-72137c373000 r--p 00002000 00:23 662219176 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
72137c373000-72137c374000 r--p 00002000 00:23 662219176 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
72137c374000-72137c375000 rw-p 00003000 00:23 662219176 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/file.so
72137c375000-72137c376000 r--p 00000000 00:23 662219191 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/float.so
72137c376000-72137c377000 r-xp 00001000 00:23 662219191 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/float.so
72137c377000-72137c378000 r--p 00002000 00:23 662219191 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/float.so
72137c378000-72137c379000 r--p 00002000 00:23 662219191 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/float.so
72137c379000-72137c37a000 rw-p 00003000 00:23 662219191 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/float.so
72137c37a000-72137c37c000 r--p 00000000 00:23 662219588 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
72137c37c000-72137c37f000 r-xp 00002000 00:23 662219588 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
72137c37f000-72137c380000 r--p 00005000 00:23 662219588 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
72137c380000-72137c381000 r--p 00006000 00:23 662219588 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
72137c381000-72137c382000 rw-p 00007000 00:23 662219588 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/string.so
72137c382000-72137c384000 r--p 00000000 00:23 662219147 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/bignum.so
72137c384000-72137c386000 r-xp 00002000 00:23 662219147 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/bignum.so
72137c386000-72137c387000 r--p 00004000 00:23 662219147 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/bignum.so
72137c387000-72137c388000 r--p 00004000 00:23 662219147 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/bignum.so
72137c388000-72137c389000 rw-p 00005000 00:23 662219147 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/bignum.so
72137c389000-72137c38a000 r--p 00000000 00:23 662219243 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_target.so
72137c38a000-72137c38b000 r-xp 00001000 00:23 662219243 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_target.so
72137c38b000-72137c38c000 r--p 00002000 00:23 662219243 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_target.so
72137c38c000-72137c38d000 r--p 00002000 00:23 662219243 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_target.so
72137c38d000-72137c38e000 rw-p 00003000 00:23 662219243 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_target.so
72137c38e000-72137c38f000 ---p 00000000 00:00 0
72137c38f000-72137c3af000 rw-p 00000000 00:00 0
72137c3af000-72137c3b1000 r--p 00000000 00:23 662220064 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
72137c3b1000-72137c3bb000 r-xp 00002000 00:23 662220064 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
72137c3bb000-72137c3be000 r--p 0000c000 00:23 662220064 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
72137c3be000-72137c3bf000 r--p 0000e000 00:23 662220064 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
72137c3bf000-72137c3c0000 rw-p 0000f000 00:23 662220064 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/generator.so
72137c3c0000-72137c3f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137c3f1000-72137c3f2000 r--p 00000000 00:23 662219248 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_symbols.so
72137c3f2000-72137c3f3000 r-xp 00001000 00:23 662219248 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_symbols.so
72137c3f3000-72137c3f4000 r--p 00002000 00:23 662219248 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_symbols.so
72137c3f4000-72137c3f5000 r--p 00002000 00:23 662219248 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_symbols.so
72137c3f5000-72137c3f6000 rw-p 00003000 00:23 662219248 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/load/stringify_symbols.so
72137c3f6000-72137c3f7000 r--p 00000000 00:23 662219417 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/struct.so
72137c3f7000-72137c3f8000 r-xp 00001000 00:23 662219417 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/struct.so
72137c3f8000-72137c3f9000 r--p 00002000 00:23 662219417 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/struct.so
72137c3f9000-72137c3fa000 r--p 00002000 00:23 662219417 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/struct.so
72137c3fa000-72137c3fb000 rw-p 00003000 00:23 662219417 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/struct.so
72137c3fb000-72137c3fc000 r--p 00000000 00:23 662219367 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/random.so
72137c3fc000-72137c3fd000 r-xp 00001000 00:23 662219367 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/random.so
72137c3fd000-72137c3fe000 r--p 00002000 00:23 662219367 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/random.so
72137c3fe000-72137c3ff000 r--p 00002000 00:23 662219367 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/random.so
72137c3ff000-72137c400000 rw-p 00003000 00:23 662219367 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/random.so
72137c400000-72137c410000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137c410000-72137c470000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137c473000-72137c474000 r--p 00000000 00:23 662219279 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/notimplement.so
72137c474000-72137c475000 r-xp 00001000 00:23 662219279 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/notimplement.so
72137c475000-72137c476000 r--p 00002000 00:23 662219279 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/notimplement.so
72137c476000-72137c477000 r--p 00002000 00:23 662219279 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/notimplement.so
72137c477000-72137c478000 rw-p 00003000 00:23 662219279 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/notimplement.so
72137c478000-72137c47f000 r--p 00000000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
72137c47f000-72137c4a6000 r-xp 00007000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
72137c4a6000-72137c4ae000 r--p 0002e000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
72137c4ae000-72137c4af000 r--p 00035000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
72137c4af000-72137c4b0000 rw-p 00036000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
72137c4b0000-72137c520000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137c521000-72137c522000 r--p 00000000 00:23 662216967 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
72137c522000-72137c523000 r-xp 00001000 00:23 662216967 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
72137c523000-72137c524000 r--p 00002000 00:23 662216967 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
72137c524000-72137c525000 r--p 00003000 00:23 662216967 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
72137c525000-72137c526000 rw-p 00004000 00:23 662216967 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/shift_jis.so
72137c526000-72137c527000 r--p 00000000 00:23 662217018 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
72137c527000-72137c528000 r-xp 00001000 00:23 662217018 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
72137c528000-72137c529000 r--p 00002000 00:23 662217018 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
72137c529000-72137c52a000 r--p 00002000 00:23 662217018 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
72137c52a000-72137c52b000 rw-p 00003000 00:23 662217018 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32le.so
72137c52b000-72137c52c000 r--p 00000000 00:23 662217011 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
72137c52c000-72137c52d000 r-xp 00001000 00:23 662217011 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
72137c52d000-72137c52e000 r--p 00002000 00:23 662217011 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
72137c52e000-72137c52f000 r--p 00002000 00:23 662217011 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
72137c52f000-72137c530000 rw-p 00003000 00:23 662217011 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_32be.so
72137c530000-72137c540000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137c540000-72137c5b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
72137c5b0000-72137c5b2000 r--p 00000000 00:23 662220049 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
72137c5b2000-72137c5b8000 r-xp 00002000 00:23 662220049 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
72137c5b8000-72137c5bd000 r--p 00008000 00:23 662220049 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
72137c5bd000-72137c5be000 r--p 0000c000 00:23 662220049 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
72137c5be000-72137c5bf000 rw-p 0000d000 00:23 662220049 /tmp/ruby/build/trunk/.ext/x86_64-linux/json/ext/parser.so
72137c5bf000-72137c5c0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c5c0000-72137c601000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c601000-72137c602000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c602000-72137c643000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c643000-72137c644000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c644000-72137c685000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c685000-72137c686000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c686000-72137c6c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c6c7000-72137c6c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c6c8000-72137c709000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c709000-72137c70a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c70a000-72137c74b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c74b000-72137c74c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c74c000-72137c78d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c78d000-72137c78e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c78e000-72137c7cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c7cf000-72137c7d0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c7d0000-72137c811000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c811000-72137c812000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c812000-72137c853000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c853000-72137c854000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c854000-72137c895000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c895000-72137c896000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c896000-72137c8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c8d7000-72137c8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c8d8000-72137c919000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c919000-72137c91a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c91a000-72137c95b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c95b000-72137c95c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c95c000-72137c99d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c99d000-72137c99e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c99e000-72137c9df000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c9df000-72137c9e0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137c9e0000-72137ca21000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137ca21000-72137ca22000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137ca22000-72137ca63000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137ca63000-72137ca64000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137ca64000-72137caa5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137caa5000-72137caa6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137caa6000-72137cae7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cae7000-72137cae8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cae8000-72137cb29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cb29000-72137cb2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cb2a000-72137cb6b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cb6b000-72137cb6c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cb6c000-72137cbad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cbad000-72137cbae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cbae000-72137cbef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cbef000-72137cbf0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cbf0000-72137cc31000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cc31000-72137cc32000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cc32000-72137cc73000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cc73000-72137cc74000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cc74000-72137ccb5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137ccb5000-72137ccb6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137ccb6000-72137ccf7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137ccf7000-72137ccf8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137ccf8000-72137cd39000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cd39000-72137cd3a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cd3a000-72137cd7b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cd7b000-72137cd7c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cd7c000-72137cdbd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cdbd000-72137cdbe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cdbe000-72137cdff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
72137cdff000-72137ce00000 ---p 00000000 00:00 0
72137ce00000-72137d600000 rw-p 00000000 00:00 0
72137d600000-721395600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache]
721395600000-721396a00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list]
721396a04000-721396a05000 r--p 00000000 00:23 662216981 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
721396a05000-721396a06000 r-xp 00001000 00:23 662216981 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
721396a06000-721396a07000 r--p 00002000 00:23 662216981 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
721396a07000-721396a08000 r--p 00002000 00:23 662216981 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
721396a08000-721396a09000 rw-p 00003000 00:23 662216981 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16le.so
721396a09000-721396a0a000 r--p 00000000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
721396a0a000-721396a0b000 r-xp 00001000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
721396a0b000-721396a0c000 r--p 00002000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
721396a0c000-721396a0d000 r--p 00002000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
721396a0d000-721396a0e000 rw-p 00003000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
721396a10000-721396a11000 r--p 00000000 00:23 662217791 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
721396a11000-721396a13000 r-xp 00001000 00:23 662217791 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
721396a13000-721396a14000 r--p 00003000 00:23 662217791 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
721396a14000-721396a15000 r--p 00004000 00:23 662217791 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
721396a15000-721396a16000 rw-p 00005000 00:23 662217791 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/utf_16_32.so
721396a16000-721396a17000 r--p 00000000 00:23 662216974 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
721396a17000-721396a18000 r-xp 00001000 00:23 662216974 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
721396a18000-721396a19000 r--p 00002000 00:23 662216974 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
721396a19000-721396a1a000 r--p 00002000 00:23 662216974 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
721396a1a000-721396a1b000 rw-p 00003000 00:23 662216974 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/utf_16be.so
721396a1b000-721396a1c000 r--p 00000000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
721396a1c000-721396a1d000 r-xp 00001000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
721396a1d000-721396a1e000 r--p 00002000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
721396a1e000-721396a1f000 r--p 00002000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
721396a1f000-721396a20000 rw-p 00003000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
721396a20000-721396a30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
721396a30000-721396a33000 r--p 00000000 00:23 662219845 /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
721396a33000-721396a38000 r-xp 00003000 00:23 662219845 /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
721396a38000-721396a3a000 r--p 00008000 00:23 662219845 /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
721396a3a000-721396a3b000 r--p 00009000 00:23 662219845 /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
721396a3b000-721396a3c000 rw-p 0000a000 00:23 662219845 /tmp/ruby/build/trunk/.ext/x86_64-linux/stringio.so
721396a3c000-721396a3f000 r--p 00000000 00:23 662219996 /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
721396a3f000-721396a4b000 r-xp 00003000 00:23 662219996 /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
721396a4b000-721396a4e000 r--p 0000f000 00:23 662219996 /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
721396a4e000-721396a4f000 r--p 00011000 00:23 662219996 /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
721396a4f000-721396a50000 rw-p 00012000 00:23 662219996 /tmp/ruby/build/trunk/.ext/x86_64-linux/zlib.so
721396a50000-721396bc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
721396bc4000-721396bc6000 r--p 00000000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
721396bc6000-721396bc8000 r-xp 00002000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
721396bc8000-721396bc9000 r--p 00004000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
721396bc9000-721396bca000 r--p 00004000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
721396bca000-721396bcb000 rw-p 00005000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
721396bcb000-721396bcc000 r--p 00000000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
721396bcc000-721396bcd000 r-xp 00001000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
721396bcd000-721396bce000 r--p 00002000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
721396bce000-721396bcf000 r--p 00002000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
721396bcf000-721396bd0000 rw-p 00003000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
721396bd0000-721396c00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
721396c00000-721396eeb000 r--p 00000000 103:02 5243470 /usr/lib/locale/locale-archive
721396eec000-721396eee000 r--p 00000000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
721396eee000-721396ef1000 r-xp 00002000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
721396ef1000-721396ef3000 r--p 00005000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
721396ef3000-721396ef4000 r--p 00006000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
721396ef4000-721396ef5000 rw-p 00007000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
721396ef5000-721396ef7000 r--p 00000000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
721396ef7000-721396efc000 r-xp 00002000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
721396efc000-721396efd000 r--p 00007000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
721396efd000-721396efe000 r--p 00008000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
721396efe000-721396eff000 rw-p 00009000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
721396eff000-721397000000 rw-p 00000000 00:00 0
721397000000-721397028000 r--p 00000000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
721397028000-7213971b0000 r-xp 00028000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
7213971b0000-7213971ff000 r--p 001b0000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
7213971ff000-721397203000 r--p 001fe000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
721397203000-721397205000 rw-p 00202000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
721397205000-721397212000 rw-p 00000000 00:00 0
721397215000-721397216000 r--p 00000000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
721397216000-721397217000 r-xp 00001000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
721397217000-721397218000 r--p 00002000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
721397218000-721397219000 r--p 00002000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
721397219000-72139721a000 rw-p 00003000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
72139721a000-72139721b000 r--p 00000000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
72139721b000-72139721d000 r-xp 00001000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
72139721d000-72139721e000 r--p 00003000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
72139721e000-72139721f000 r--p 00003000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
72139721f000-721397220000 rw-p 00004000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
721397220000-721397221000 r--p 00000000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
721397221000-721397222000 r-xp 00001000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
721397222000-721397223000 r--p 00002000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
721397223000-721397224000 r--p 00002000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
721397224000-721397225000 rw-p 00003000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
721397225000-721397226000 r--p 00000000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
721397226000-721397227000 r-xp 00001000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
721397227000-721397228000 r--p 00002000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
721397228000-721397229000 r--p 00002000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
721397229000-72139722a000 rw-p 00003000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
72139722a000-72139722f000 rw-p 00000000 00:00 0
72139722f000-72139723f000 r--p 00000000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
72139723f000-7213972be000 r-xp 00010000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
7213972be000-721397316000 r--p 0008f000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
721397316000-721397317000 r--p 000e7000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
721397317000-721397318000 rw-p 000e8000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
721397318000-72139731a000 r--p 00000000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
72139731a000-72139732f000 r-xp 00002000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
72139732f000-721397348000 r--p 00017000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
721397348000-721397349000 r--p 0002f000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
721397349000-72139734a000 rw-p 00030000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
72139734a000-721397352000 rw-p 00000000 00:00 0
721397352000-72139735c000 r--p 00000000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
72139735c000-7213973bf000 r-xp 0000a000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7213973bf000-7213973d4000 r--p 0006d000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7213973d4000-7213973d5000 r--p 00081000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7213973d5000-7213973d6000 rw-p 00082000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7213973d6000-7213973d8000 r--p 00000000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7213973d8000-7213973ea000 r-xp 00002000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7213973ea000-7213973f0000 r--p 00014000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7213973f0000-7213973f1000 r--p 0001a000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7213973f1000-7213973f2000 rw-p 0001b000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7213973f2000-7213973f9000 r--s 00000000 103:02 5379339 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7213973f9000-721397430000 r--p 00000000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
721397430000-7213977e7000 r-xp 00037000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
7213977e7000-721397945000 r--p 003ee000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
721397945000-72139794f000 r--p 0054c000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
72139794f000-721397953000 rw-p 00556000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
721397953000-721397968000 rw-p 00000000 00:00 0
721397968000-721397969000 r--p 00000000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
721397969000-721397994000 r-xp 00001000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
721397994000-72139799e000 r--p 0002c000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
72139799e000-7213979a0000 r--p 00036000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7213979a0000-7213979a2000 rw-p 00038000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffdb10b2000-7ffdb10db000 rw-p 00000000 00:00 0 [stack]
7ffdb11d2000-7ffdb11d6000 r--p 00000000 00:00 0 [vvar]
7ffdb11d6000-7ffdb11d8000 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 470038=net/http/test_https does not respond; SEGV is sent
/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:797: [BUG] Segmentation fault at 0x000003e800072c05
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:000778 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:000330 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:0017a0 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:002080 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: 4
-- Machine register context ------------------------------------------------
RIP: 0x00007dd522098d71 RBP: 0x00007ffeb0cd5840 RSP: 0x00007ffeb0cd5800
RAX: 0xfffffffffffffffc RBX: 0x0000633ec36bd808 RCX: 0x00007dd522098d71
RDX: 0x0000000000000000 RDI: 0x0000633ec36bd834 RSI: 0x0000000000000189
R8: 0x0000000000000000 R9: 0x00000000ffffffff R10: 0x0000000000000000
R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
R14: 0x0000633ec36bd928 R15: 0x0000633ec36bd834 EFL: 0x0000000000000246
-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd5228688f8] /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) [0x7dd52263790a] /tmp/ruby/src/trunk/error.c:1130
/tmp/ruby/build/trunk/libruby.so.4.0(sigsegv+0x48) [0x7dd5227a0c98] /tmp/ruby/src/trunk/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x7dd522045330) [0x7dd522045330]
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x7dd522098d71] ./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) [0x7dd52209b7ed] ./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) [0x7dd5227eb4ed] /tmp/ruby/src/trunk/thread_pthread.c:231
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_wait_running_turn+0x93) [0x7dd5227eb633] /tmp/ruby/src/trunk/thread_pthread.c:851
/tmp/ruby/build/trunk/libruby.so.4.0(thread_sched_unlock_+0x0) [0x7dd5227ebe74] /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) [0x7dd5227f4302] /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) [0x7dd522643e92] /tmp/ruby/src/trunk/eval.c:1174
/tmp/ruby/build/trunk/libruby.so.4.0(thread_join+0x91) [0x7dd5227e8681] /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) [0x7dd52283411d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x7dd52283d8ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x77) [0x7dd52284a8e7] ../../src/trunk/insns.def:902
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x7dd52285021f] /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) [0x7dd522855180] /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) [0x7dd522643e92] /tmp/ruby/src/trunk/eval.c:1174
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7dd52283411d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x7dd52283d8ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x7dd52284babe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x0) [0x7dd522850154] /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) [0x7dd522855180] /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) [0x7dd52256c68c] /tmp/ruby/src/trunk/array.c:3673
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7dd52283411d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x7dd52283d8ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x7dd52284babe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x7dd52285021f] /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) [0x7dd522855180] /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) [0x7dd52256c68c] /tmp/ruby/src/trunk/array.c:3673
/tmp/ruby/build/trunk/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7dd52283411d] /tmp/ruby/src/trunk/vm_insnhelper.c:3915
/tmp/ruby/build/trunk/libruby.so.4.0(vm_sendish+0xcc) [0x7dd52283d8ec] /tmp/ruby/src/trunk/vm_insnhelper.c:6134
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_core+0x124e) [0x7dd52284babe] ../../src/trunk/insns.def:854
/tmp/ruby/build/trunk/libruby.so.4.0(vm_exec_loop+0x22) [0x7dd52285021f] /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) [0x7dd522641645] /tmp/ruby/src/trunk/eval.c:283
/tmp/ruby/build/trunk/libruby.so.4.0(ruby_run_node+0x8b) [0x7dd522645b1b] /tmp/ruby/src/trunk/eval.c:321
/tmp/ruby/build/trunk/ruby(rb_main+0x21) [0x633e9bde7186] /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) [0x7dd52202a1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7dd52202a28b] ../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
[0x633e9bde71d5]
-- 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/test/ruby/enc/test_case_comprehensive.rb
61 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
62 /tmp/ruby/build/trunk/.ext/common/socket.rb
63 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
64 /tmp/ruby/src/trunk/test/fiber/scheduler.rb
65 /tmp/ruby/src/trunk/test/fiber/test_scheduler.rb
66 /tmp/ruby/build/trunk/.ext/common/digest/version.rb
67 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
68 /tmp/ruby/build/trunk/.ext/common/digest/loader.rb
69 /tmp/ruby/build/trunk/.ext/common/digest.rb
70 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
71 /tmp/ruby/build/trunk/.ext/common/openssl/asn1.rb
72 /tmp/ruby/build/trunk/.ext/common/openssl/bn.rb
73 /tmp/ruby/build/trunk/.ext/common/openssl/cipher.rb
74 /tmp/ruby/build/trunk/.ext/common/openssl/digest.rb
75 /tmp/ruby/build/trunk/.ext/common/openssl/hmac.rb
76 /tmp/ruby/build/trunk/.ext/common/openssl/pkcs5.rb
77 /tmp/ruby/build/trunk/.ext/common/openssl/marshal.rb
78 /tmp/ruby/build/trunk/.ext/common/openssl/pkey.rb
79 /tmp/ruby/build/trunk/.ext/common/openssl/buffering.rb
80 /tmp/ruby/src/trunk/lib/ipaddr.rb
81 /tmp/ruby/build/trunk/.ext/common/openssl/ssl.rb
82 /tmp/ruby/build/trunk/.ext/common/openssl/version.rb
83 /tmp/ruby/build/trunk/.ext/common/openssl/x509.rb
84 /tmp/ruby/build/trunk/.ext/common/openssl.rb
85 /tmp/ruby/src/trunk/test/net/http/utils.rb
86 /tmp/ruby/src/trunk/test/net/http/test_https.rb
* Process memory map:
633e9bde6000-633e9bde7000 r--p 00000000 00:23 662216136 /tmp/ruby/build/trunk/ruby
633e9bde7000-633e9bde8000 r-xp 00001000 00:23 662216136 /tmp/ruby/build/trunk/ruby
633e9bde8000-633e9bde9000 r--p 00002000 00:23 662216136 /tmp/ruby/build/trunk/ruby
633e9bde9000-633e9bdea000 r--p 00002000 00:23 662216136 /tmp/ruby/build/trunk/ruby
633e9bdea000-633e9bdeb000 rw-p 00003000 00:23 662216136 /tmp/ruby/build/trunk/ruby
633ec36b5000-633ec5110000 rw-p 00000000 00:00 0 [heap]
7dd4f5a00000-7dd4f5c07000 r--s 00000000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
7dd4f5ca2000-7dd4f67a6000 rw-p 00000000 00:00 0
7dd4f67a6000-7dd4f77ff000 r--s 00000000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
7dd4f77ff000-7dd4f7800000 ---p 00000000 00:00 0
7dd4f7800000-7dd4f8000000 rw-p 00000000 00:00 0
7dd4f8000000-7dd4f8021000 rw-p 00000000 00:00 0
7dd4f8021000-7dd4fc000000 ---p 00000000 00:00 0
7dd4fc000000-7dd4fc161000 rw-p 00000000 00:00 0
7dd4fc161000-7dd500000000 ---p 00000000 00:00 0
7dd500000000-7dd500021000 rw-p 00000000 00:00 0
7dd500021000-7dd504000000 ---p 00000000 00:00 0
7dd5041fe000-7dd5046f0000 rw-p 00000000 00:00 0
7dd5046f0000-7dd504700000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7dd504a0d000-7dd504a0e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504a0e000-7dd504a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504a4f000-7dd504a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504a50000-7dd504a91000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504a91000-7dd504a92000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504a92000-7dd504ad3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ad3000-7dd504ad4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ad4000-7dd504b15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504b15000-7dd504b16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504b16000-7dd504b57000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504b57000-7dd504b58000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504b58000-7dd504b99000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504b99000-7dd504b9a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504b9a000-7dd504bdb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504bdb000-7dd504bdc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504bdc000-7dd504c1d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504c1d000-7dd504c1e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504c1e000-7dd504c5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504c5f000-7dd504c60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504c60000-7dd504ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ca1000-7dd504ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ca2000-7dd504ce3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ce3000-7dd504ce4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ce4000-7dd504d25000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504d25000-7dd504d26000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504d26000-7dd504d67000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504d67000-7dd504d68000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504d68000-7dd504da9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504da9000-7dd504daa000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504daa000-7dd504deb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504deb000-7dd504dec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504dec000-7dd504e2d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504e2d000-7dd504e2e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504e2e000-7dd504e6f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504e6f000-7dd504e70000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504e70000-7dd504eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504eb1000-7dd504eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504eb2000-7dd504ef3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ef3000-7dd504ef4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ef4000-7dd504f35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504f35000-7dd504f36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504f36000-7dd504f77000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504f77000-7dd504f78000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504f78000-7dd504fb9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504fb9000-7dd504fba000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504fba000-7dd504ffb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ffb000-7dd504ffc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd504ffc000-7dd50503d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50503d000-7dd50503e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50503e000-7dd50507f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50507f000-7dd505080000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505080000-7dd5050c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5050c1000-7dd5050c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5050c2000-7dd505103000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505103000-7dd505104000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505104000-7dd505145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505145000-7dd505146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505146000-7dd505187000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505187000-7dd505188000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505188000-7dd5051c9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5051c9000-7dd5051ca000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5051ca000-7dd50520b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50520b000-7dd50520c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50520c000-7dd50524d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50524d000-7dd50524e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50524e000-7dd50528f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50528f000-7dd505290000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505290000-7dd5052d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5052d1000-7dd5052d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5052d2000-7dd505313000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505313000-7dd505314000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505314000-7dd505355000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505355000-7dd505356000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505356000-7dd505397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505397000-7dd505398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505398000-7dd5053d9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5053d9000-7dd5053da000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5053da000-7dd50541b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50541b000-7dd50541c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50541c000-7dd50545d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50545d000-7dd50545e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50545e000-7dd50549f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50549f000-7dd5054a0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5054a0000-7dd5054e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5054e1000-7dd5054e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5054e2000-7dd505523000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505523000-7dd505524000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505524000-7dd505565000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505565000-7dd505566000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505566000-7dd5055a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5055a7000-7dd5055a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5055a8000-7dd5055e9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5055e9000-7dd5055ea000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5055ea000-7dd50562b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50562b000-7dd50562c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50562c000-7dd50566d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50566d000-7dd50566e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50566e000-7dd5056af000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5056af000-7dd5056b0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5056b0000-7dd5056f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5056f1000-7dd5056f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5056f2000-7dd505733000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505733000-7dd505734000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505734000-7dd505775000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505775000-7dd505776000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505776000-7dd5057b7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5057b7000-7dd5057b8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5057b8000-7dd5057f9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5057f9000-7dd5057fa000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5057fa000-7dd50583b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50583b000-7dd50583c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50583c000-7dd50587d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50587d000-7dd50587e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50587e000-7dd5058bf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5058bf000-7dd5058c0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5058c0000-7dd505901000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505901000-7dd505902000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505902000-7dd505943000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505943000-7dd505944000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505944000-7dd505985000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505985000-7dd505986000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505986000-7dd5059c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5059c7000-7dd5059c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5059c8000-7dd505a09000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505a09000-7dd505a0a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505a0a000-7dd505a4b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505a4b000-7dd505a4c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505a4c000-7dd505a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505d90000-7dd505d91000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505d91000-7dd505dd2000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505dd2000-7dd505dd3000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505dd3000-7dd505e14000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505e14000-7dd505e15000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505e15000-7dd505e56000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505e56000-7dd505e57000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505e57000-7dd505e98000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505e98000-7dd505e99000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505e99000-7dd505eda000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505eda000-7dd505edb000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505edb000-7dd505f1c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505f1c000-7dd505f1d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505f1d000-7dd505f5e000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505f5e000-7dd505f5f000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505f5f000-7dd505fa0000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505fa0000-7dd505fa1000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505fa1000-7dd505fe2000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505fe2000-7dd505fe3000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd505fe3000-7dd506024000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506024000-7dd506025000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506025000-7dd506066000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506066000-7dd506067000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506067000-7dd5060a8000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5060a8000-7dd5060a9000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5060a9000-7dd5060ea000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5060ea000-7dd5060eb000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5060eb000-7dd50612c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50612c000-7dd50612d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50612d000-7dd50616e000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50616e000-7dd50616f000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50616f000-7dd5061b0000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5061b0000-7dd5061b1000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5061b1000-7dd5061f2000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5061f2000-7dd5061f3000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5061f3000-7dd506234000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506234000-7dd506235000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506235000-7dd506276000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506276000-7dd506277000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506277000-7dd5062b8000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5062b8000-7dd5062b9000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5062b9000-7dd5062fa000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5062fa000-7dd5062fb000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5062fb000-7dd50633c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50633c000-7dd50633d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50633d000-7dd50637e000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50637e000-7dd50637f000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50637f000-7dd5063c0000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5063c0000-7dd5063c1000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5063c1000-7dd506402000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506402000-7dd506403000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506403000-7dd506444000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506444000-7dd506445000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506445000-7dd506486000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506486000-7dd506487000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd506487000-7dd5064c8000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5064c8000-7dd5064c9000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5064c9000-7dd50650a000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50650a000-7dd50650b000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50650b000-7dd50654c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50654c000-7dd50654d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50654d000-7dd50658e000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50658e000-7dd50658f000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50658f000-7dd5065d0000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5068de000-7dd506a00000 rw-p 00000000 00:00 0
7dd506a00000-7dd506ab3000 r--p 00000000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7dd506ab3000-7dd506de6000 r-xp 000b3000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7dd506de6000-7dd506eb1000 r--p 003e6000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7dd506eb1000-7dd506f0d000 r--p 004b0000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7dd506f0d000-7dd506f10000 rw-p 0050c000 103:02 5243595 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7dd506f10000-7dd506f13000 rw-p 00000000 00:00 0
7dd506fc2000-7dd5070db000 rw-p 00000000 00:00 0
7dd5070db000-7dd5070dc000 ---p 00000000 00:00 0
7dd5070dc000-7dd5070fc000 rw-p 00000000 00:00 0
7dd5071fd000-7dd5071fe000 ---p 00000000 00:00 0
7dd5071fe000-7dd50721e000 rw-p 00000000 00:00 0
7dd507275000-7dd507293000 r--p 00000000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
7dd507293000-7dd5072f5000 r-xp 0001e000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
7dd5072f5000-7dd507311000 r--p 00080000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
7dd507311000-7dd50731b000 r--p 0009c000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
7dd50731b000-7dd50731f000 rw-p 000a6000 103:02 5243799 /usr/lib/x86_64-linux-gnu/libssl.so.3
7dd50731f000-7dd507420000 rw-p 00000000 00:00 0
7dd507420000-7dd507430000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7dd507438000-7dd50743f000 r--p 00000000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
7dd50743f000-7dd507466000 r-xp 00007000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
7dd507466000-7dd50746e000 r--p 0002e000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
7dd50746e000-7dd50746f000 r--p 00035000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
7dd50746f000-7dd507470000 rw-p 00036000 00:23 662219987 /tmp/ruby/build/trunk/.ext/x86_64-linux/socket.so
7dd507470000-7dd5074a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7dd5074ae000-7dd5074af000 ---p 00000000 00:00 0
7dd5074af000-7dd5074cf000 rw-p 00000000 00:00 0
7dd50752e000-7dd50756c000 r--s 00000000 00:23 662216136 /tmp/ruby/build/trunk/ruby
7dd50756c000-7dd507580000 r--p 00000000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
7dd507580000-7dd5075b9000 r-xp 00014000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
7dd5075b9000-7dd5075cb000 r--p 0004d000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
7dd5075cb000-7dd5075cd000 r--p 0005f000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
7dd5075cd000-7dd5075cf000 rw-p 00061000 00:23 662220060 /tmp/ruby/build/trunk/.ext/x86_64-linux/openssl.so
7dd5075cf000-7dd5075d0000 rw-p 00000000 00:00 0
7dd5075d0000-7dd5076c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7dd5076e1000-7dd5076e5000 r--p 00000000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7dd5076e5000-7dd507709000 r-xp 00004000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7dd507709000-7dd50770d000 r--p 00028000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7dd50770d000-7dd50770e000 r--p 0002b000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7dd50770e000-7dd50770f000 rw-p 0002c000 103:02 5244357 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7dd50770f000-7dd507710000 ---p 00000000 00:00 0
7dd507710000-7dd507730000 rw-p 00000000 00:00 0
7dd507730000-7dd5077b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7dd5077bf000-7dd5077c0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5077c0000-7dd507801000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507801000-7dd507802000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507802000-7dd507843000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507843000-7dd507844000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507844000-7dd507885000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507885000-7dd507886000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507886000-7dd5078c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5078c7000-7dd5078c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5078c8000-7dd507909000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507909000-7dd50790a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50790a000-7dd50794b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50794b000-7dd50794c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50794c000-7dd50798d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50798d000-7dd50798e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd50798e000-7dd5079cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5079cf000-7dd5079d0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd5079d0000-7dd507a11000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507a11000-7dd507a12000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507a12000-7dd507a53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507a53000-7dd507a54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507a54000-7dd507a95000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507a95000-7dd507a96000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507a96000-7dd507ad7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507ad7000-7dd507ad8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507ad8000-7dd507b19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507b19000-7dd507b1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507b1a000-7dd507b5b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507b5b000-7dd507b5c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507b5c000-7dd507b9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507b9d000-7dd507b9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507b9e000-7dd507bdf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507bdf000-7dd507be0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507be0000-7dd507c21000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507c21000-7dd507c22000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507c22000-7dd507c63000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507c63000-7dd507c64000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507c64000-7dd507ca5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507ca5000-7dd507ca6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507ca6000-7dd507ce7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507ce7000-7dd507ce8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507ce8000-7dd507d29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507d29000-7dd507d2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507d2a000-7dd507d6b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507d6b000-7dd507d6c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507d6c000-7dd507dad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507dad000-7dd507dae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507dae000-7dd507def000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507def000-7dd507df0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507df0000-7dd507e31000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507e31000-7dd507e32000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507e32000-7dd507e73000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507e73000-7dd507e74000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507e74000-7dd507eb5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507eb5000-7dd507eb6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507eb6000-7dd507ef7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507ef7000-7dd507ef8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507ef8000-7dd507f39000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507f39000-7dd507f3a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507f3a000-7dd507f7b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507f7b000-7dd507f7c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507f7c000-7dd507fbd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507fbd000-7dd507fbe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507fbe000-7dd507fff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7dd507fff000-7dd508000000 ---p 00000000 00:00 0
7dd508000000-7dd508800000 rw-p 00000000 00:00 0
7dd508800000-7dd520800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache]
7dd520800000-7dd521c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list]
7dd521c00000-7dd521eeb000 r--p 00000000 103:02 5243470 /usr/lib/locale/locale-archive
7dd521ef9000-7dd521efb000 r--p 00000000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
7dd521efb000-7dd521efd000 r-xp 00002000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
7dd521efd000-7dd521efe000 r--p 00004000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
7dd521efe000-7dd521eff000 r--p 00004000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
7dd521eff000-7dd521f00000 rw-p 00005000 00:23 662219620 /tmp/ruby/build/trunk/.ext/x86_64-linux/digest.so
7dd521f00000-7dd521fd0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7dd521fd1000-7dd521fd2000 r--p 00000000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
7dd521fd2000-7dd521fd3000 r-xp 00001000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
7dd521fd3000-7dd521fd4000 r--p 00002000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
7dd521fd4000-7dd521fd5000 r--p 00002000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
7dd521fd5000-7dd521fd6000 rw-p 00003000 00:23 662219556 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/wait.so
7dd521fd6000-7dd521fd7000 r--p 00000000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
7dd521fd7000-7dd521fd8000 r-xp 00001000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
7dd521fd8000-7dd521fd9000 r--p 00002000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
7dd521fd9000-7dd521fda000 r--p 00002000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
7dd521fda000-7dd521fdb000 rw-p 00003000 00:23 662219608 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/nonblock.so
7dd521fdb000-7dd521fdc000 r--p 00000000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
7dd521fdc000-7dd521fdd000 r-xp 00001000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
7dd521fdd000-7dd521fde000 r--p 00002000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
7dd521fde000-7dd521fdf000 r--p 00002000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
7dd521fdf000-7dd521fe0000 rw-p 00003000 00:23 662219624 /tmp/ruby/build/trunk/.ext/x86_64-linux/monitor.so
7dd521fe0000-7dd521ff0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7dd521ff0000-7dd522000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7dd522000000-7dd522028000 r--p 00000000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
7dd522028000-7dd5221b0000 r-xp 00028000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
7dd5221b0000-7dd5221ff000 r--p 001b0000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
7dd5221ff000-7dd522203000 r--p 001fe000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
7dd522203000-7dd522205000 rw-p 00202000 103:02 5243197 /usr/lib/x86_64-linux-gnu/libc.so.6
7dd522205000-7dd522212000 rw-p 00000000 00:00 0
7dd522212000-7dd522214000 r--p 00000000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
7dd522214000-7dd522217000 r-xp 00002000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
7dd522217000-7dd522219000 r--p 00005000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
7dd522219000-7dd52221a000 r--p 00006000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
7dd52221a000-7dd52221b000 rw-p 00007000 00:23 662219633 /tmp/ruby/build/trunk/.ext/x86_64-linux/etc.so
7dd52221b000-7dd52221d000 r--p 00000000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
7dd52221d000-7dd522222000 r-xp 00002000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
7dd522222000-7dd522223000 r--p 00007000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
7dd522223000-7dd522224000 r--p 00008000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
7dd522224000-7dd522225000 rw-p 00009000 00:23 662219746 /tmp/ruby/build/trunk/.ext/x86_64-linux/io/console.so
7dd522225000-7dd522226000 r--p 00000000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
7dd522226000-7dd522227000 r-xp 00001000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
7dd522227000-7dd522228000 r--p 00002000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
7dd522228000-7dd522229000 r--p 00002000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
7dd522229000-7dd52222a000 rw-p 00003000 00:23 662219357 /tmp/ruby/build/trunk/.ext/x86_64-linux/-test-/sanitizers.so
7dd52222a000-7dd52222b000 r--p 00000000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
7dd52222b000-7dd52222d000 r-xp 00001000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
7dd52222d000-7dd52222e000 r--p 00003000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
7dd52222e000-7dd52222f000 r--p 00003000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
7dd52222f000-7dd522230000 rw-p 00004000 00:23 662219678 /tmp/ruby/build/trunk/.ext/x86_64-linux/rbconfig/sizeof.so
7dd522230000-7dd522240000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7dd522242000-7dd522243000 r--p 00000000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
7dd522243000-7dd522244000 r-xp 00001000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
7dd522244000-7dd522245000 r--p 00002000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
7dd522245000-7dd522246000 r--p 00002000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
7dd522246000-7dd522247000 rw-p 00003000 00:23 662220393 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/trans/transdb.so
7dd522247000-7dd522248000 r--p 00000000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
7dd522248000-7dd522249000 r-xp 00001000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
7dd522249000-7dd52224a000 r--p 00002000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
7dd52224a000-7dd52224b000 r--p 00002000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
7dd52224b000-7dd52224c000 rw-p 00003000 00:23 662216249 /tmp/ruby/build/trunk/.ext/x86_64-linux/enc/encdb.so
7dd52224c000-7dd522352000 rw-p 00000000 00:00 0
7dd522352000-7dd522362000 r--p 00000000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
7dd522362000-7dd5223e1000 r-xp 00010000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
7dd5223e1000-7dd522439000 r--p 0008f000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
7dd522439000-7dd52243a000 r--p 000e7000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
7dd52243a000-7dd52243b000 rw-p 000e8000 103:02 5243213 /usr/lib/x86_64-linux-gnu/libm.so.6
7dd52243b000-7dd52243d000 r--p 00000000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7dd52243d000-7dd522452000 r-xp 00002000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7dd522452000-7dd52246b000 r--p 00017000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7dd52246b000-7dd52246c000 r--p 0002f000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7dd52246c000-7dd52246d000 rw-p 00030000 103:02 5245505 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7dd52246d000-7dd522475000 rw-p 00000000 00:00 0
7dd522475000-7dd52247f000 r--p 00000000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7dd52247f000-7dd5224e2000 r-xp 0000a000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7dd5224e2000-7dd5224f7000 r--p 0006d000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7dd5224f7000-7dd5224f8000 r--p 00081000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7dd5224f8000-7dd5224f9000 rw-p 00082000 103:02 5243895 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7dd5224f9000-7dd5224fb000 r--p 00000000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7dd5224fb000-7dd52250d000 r-xp 00002000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7dd52250d000-7dd522513000 r--p 00014000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7dd522513000-7dd522514000 r--p 0001a000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7dd522514000-7dd522515000 rw-p 0001b000 103:02 5246901 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7dd522515000-7dd52251c000 r--s 00000000 103:02 5379339 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7dd52251c000-7dd522553000 r--p 00000000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
7dd522553000-7dd52290a000 r-xp 00037000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
7dd52290a000-7dd522a68000 r--p 003ee000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
7dd522a68000-7dd522a72000 r--p 0054c000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
7dd522a72000-7dd522a76000 rw-p 00556000 00:23 662216129 /tmp/ruby/build/trunk/libruby.so.4.0.0
7dd522a76000-7dd522a8b000 rw-p 00000000 00:00 0
7dd522a8b000-7dd522a8c000 r--p 00000000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7dd522a8c000-7dd522ab7000 r-xp 00001000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7dd522ab7000-7dd522ac1000 r--p 0002c000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7dd522ac1000-7dd522ac3000 r--p 00036000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7dd522ac3000-7dd522ac5000 rw-p 00038000 103:02 5243156 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffeb0cb8000-7ffeb0cd9000 rw-p 00000000 00:00 0 [stack]
7ffeb0dc8000-7ffeb0dcc000 r--p 00000000 00:00 0 [vvar]
7ffeb0dcc000-7ffeb0dce000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]
/tmp/ruby/src/trunk/test/rubygems/test_gem_commands_server_command.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:
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'
Finished tests in 1231.918735s, 24.8271 tests/s, 5534.9893 assertions/s.
3) 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'
4) Error:
TestBox#test_loading_extension_libs_in_main_box:
Test::Unit::ProxyError: /tmp/rubytest.xi968k/_ruby_box_p670278_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: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>'
6) 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>'
7) 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>'
8) 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>'
9) Timeout:
HTTPSProxyTest#test_https_proxy_authentication
10) Timeout:
TestNetHTTPS#test_get_SNI_proxy
Children under /tmp/rubytest.xi968k:
* -rw-r--r-- 1 183024 2025-11-12 17:08:13 +0000 _ruby_box_p670743_2_io+console.so
* -rw-r--r-- 1 92464 2025-11-12 17:08:13 +0000 _ruby_box_p670743_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 17:08:13 +0000 _ruby_box_p670743_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183024 2025-11-12 17:08:12 +0000 _ruby_box_p670616_2_io+console.so
* -rw-r--r-- 1 92464 2025-11-12 17:08:12 +0000 _ruby_box_p670616_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 17:08:12 +0000 _ruby_box_p670616_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183024 2025-11-12 17:08:12 +0000 _ruby_box_p670547_2_io+console.so
* -rw-r--r-- 1 92464 2025-11-12 17:08:12 +0000 _ruby_box_p670547_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 17:08:12 +0000 _ruby_box_p670547_2_rbconfig+sizeof.so
* -rw-r--r-- 1 20768 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_io+wait.so
* -rw-r--r-- 1 808536 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_socket.so
* -rw-r--r-- 1 291784 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_zlib.so
* -rw-r--r-- 1 184896 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_psych.so
* -rw-r--r-- 1 282296 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_json+ext+generator.so
* -rw-r--r-- 1 225528 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_json+ext+parser.so
* -rw-r--r-- 1 145328 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_etc.so
* -rw-r--r-- 1 825824 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_date_core.so
* -rw-r--r-- 1 183024 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_io+console.so
* -rw-r--r-- 1 92464 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 17:08:12 +0000 _ruby_box_p670278_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183024 2025-11-12 17:08:12 +0000 _ruby_box_p670224_2_io+console.so
* -rw-r--r-- 1 92464 2025-11-12 17:08:12 +0000 _ruby_box_p670224_2_-test-+sanitizers.so
* -rw-r--r-- 1 112168 2025-11-12 17:08:12 +0000 _ruby_box_p670224_2_rbconfig+sizeof.so
30585 tests, 6818657 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 ............................................................
3300 ..................................
1)
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)>'
2)
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)>'
3)
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)>'
4)
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)>'
5)
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)>'
6)
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)>'
7)
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)>'
8)
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)>'
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/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)>'
11)
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)>'
12)
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)>'
13)
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)>'
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/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)>'
16)
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)>'
17)
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)>'
18)
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)>'
19)
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)>'
20)
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)>'
21)
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)>'
22)
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)>'
23)
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)>'
24)
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)>'
25)
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)>'
26)
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)>'
27)
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)>'
28)
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)>'
29)
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)>'
30)
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)>'
31)
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)>'
32)
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)>'
33)
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)>'
34)
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)>'
35)
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)>'
36)
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)>'
37)
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)>'
38)
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)>'
39)
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)>'
40)
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)>'
41)
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)>'
42)
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)>'
43)
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)>'
44)
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)>'
45)
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)>'
46)
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)>'
47)
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)>'
48)
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)>'
49)
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)>'
50)
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)>'
51)
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)>'
52)
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)>'
Finished in 7.047795 seconds
3333 files, 33068 examples, 197125 expectations, 0 failures, 137 errors, 0 tagged
/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)>'
53)
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)>'
54)
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)>'
55)
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)>'
56)
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)>'
57)
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)>'
58)
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)>'
59)
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)>'
60)
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)>'
61)
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)>'
62)
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)>'
63)
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)>'
64)
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)>'
65)
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)>'
66)
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)>'
67)
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)>'
68)
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)>'
69)
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)>'
70)
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)>'
71)
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)>'
72)
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)>'
73)
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)>'
74)
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)>'
75)
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)>'
76)
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)>'
77)
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)>'
78)
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)>'
79)
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)>'
80)
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)>'
81)
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)>'
82)
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)>'
83)
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)>'
84)
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)>'
85)
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'
/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)>'
86)
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)>'
87)
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)>'
88)
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)>'
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/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)>'
91)
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)>'
92)
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)>'
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/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)>'
95)
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)>'
96)
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)>'
97)
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)>'
98)
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)>'
99)
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)>'
100)
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)>'
101)
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)>'
102)
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)>'
103)
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)>'
104)
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)>'
105)
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)>'
106)
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)>'
107)
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)>'
108)
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)>'
109)
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)>'
110)
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)>'
111)
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)>'
112)
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)>'
113)
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)>'
114)
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)>'
115)
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)>'
116)
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)>'
117)
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)>'
118)
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)>'
119)
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)>'
120)
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)>'
121)
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)>'
122)
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)>'
123)
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)>'
124)
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)>'
125)
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)>'
126)
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)>'
127)
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)>'
128)
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)>'
129)
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)>'
130)
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)>'
131)
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)>'
132)
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)>'
133)
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)>'
134)
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)>'
135)
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)>'
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/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)>'
make: *** [uncommon.mk:965: yes-test-spec] Error 1
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'" exit with 512.