# Logfile created on 2025-11-25 14:36:27 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000079a2c7f9fdd8 @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-repeat20-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRUBY_DEBUG=1\"", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20251125-143627", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000079a2cc5adc08 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000079a2cc5ad938 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000079a2c7ed9200 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20251125-143627", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20251125-143627>, @binmode=false, @mon_data=#<Monitor:0x000079a2cc5ad410>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download DEFS="-DRUBY_DEBUG=1"
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.2/
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-src      DEFS="-DRUBY_DEBUG=1"
From https://github.com/ruby/ruby
   58faaf1..e920ee3  master     -> origin/master
Updating 58faaf1..e920ee3
Fast-forward
 .github/workflows/compilers.yml       | 180 +++++++++++++++++-----------------
 configure.ac                          |  30 +++---
 gc/default/default.c                  |  11 ++-
 lib/bundler/cli.rb                    |  17 +++-
 lib/bundler/cli/install.rb            |   1 +
 lib/bundler/man/bundle-install.1      |   5 +-
 lib/bundler/man/bundle-install.1.ronn |   5 +
 lib/bundler/man/gemfile.5             |   6 +-
 lib/bundler/man/gemfile.5.ronn        |   7 +-
 ruby_atomic.h                         |   9 +-
 spec/bundler/commands/install_spec.rb |  23 +++++
 zjit/src/hir.rs                       |  21 ++--
 zjit/src/hir/opt_tests.rs             |  62 +++++++++++-
 zjit/src/hir/tests.rs                 |   7 +-
 14 files changed, 253 insertions(+), 131 deletions(-)
Latest commit hash = e920ee3289
$$$[end] "make update-src      DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make after-update    DEFS="-DRUBY_DEBUG=1"
cd -P /tmp/ruby/src/trunk-repeat20-asserts && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --disable-install-doc --enable-shared --no-create --no-recursion
checking for ruby... /usr/bin/ruby --disable=gems
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... unsupported
checking for c++ option to enable C++98 features... unsupported
checking how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc-ar flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... no
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether ELF binaries are produced... yes
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as LDFLAGS... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... yes
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wimplicit-int is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wold-style-definition is accepted as CFLAGS... yes
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
configure: WARNING: something wrong with CXXFLAGS=""
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
checking whether -Wno-self-assign is accepted as CFLAGS... yes
checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-unused-value is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no
checking whether -Wmisleading-indentation is accepted as CFLAGS... yes
checking whether -Wundef is accepted as CFLAGS... yes
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -O3 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as LDFLAGS... yes
checking for -fstack-protector... -fstack-protector-strong
checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as LDFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for pthread.h... yes
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking thread model... pthread
checking whether CXXFLAGS is valid... no
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 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 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... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for 64bit __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking 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 fork... yes
checking for vfork... yes
checking for working fork... 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 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
In file included from conftest.c:4:
/tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat20-asserts/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^~~~~~~~~~~~~~
/tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat20-asserts/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
      |     ^~~~~~~~~~~~~~
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking for __builtin_add_overflow... yes
checking for __builtin_add_overflow_p... yes
checking for __builtin_add_overflow with long long arguments... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_sub_overflow_p... yes
checking for __builtin_sub_overflow with long long arguments... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_mul_overflow with long long arguments... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage specifier... _Thread_local
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... no
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for setjmp type... __builtin_setjmp
checking if building with modular GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT/ZJIT... yes
checking for prefix of external symbols... NONE
checking for default symbols in empty shared library... 
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h unchanged
configure: ruby library version = 4.0.0+0
configure: creating ./config.status
---
Configuration summary for ruby version 4.0.0

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

---
MAKE=make /bin/sh ./config.status Makefile
config.status: creating Makefile
Makefile unchanged
MAKE=make /bin/sh ./config.status GNUmakefile
config.status: creating GNUmakefile
GNUmakefile unchanged
/tmp/ruby/src/trunk-repeat20-asserts/revision.h updated
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
/bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make after-update    DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRUBY_DEBUG=1  
	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 = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-repeat20-asserts/miniinit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/array.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ast.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/bignum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/box.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/class.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/compile.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/complex.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/concurrent_set.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/cont.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/debug.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dir.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/encoding.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enumerator.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/error.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/eval.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/gc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/hash.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/imemo.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/iseq.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/load.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/marshal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/numeric.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/object.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/proc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/process.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ractor.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/random.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rational.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/re.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ruby.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/scheduler.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/set.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/shape.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/signal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/string.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/struct.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/symbol.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/thread.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/time.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/util.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/variable.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/version.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/weakmap.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/yjit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/jit.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make ruby DEFS="-DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRUBY_DEBUG=1  
	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 = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat20-asserts/loadpath.c
builtin_binary.rbbin updated
4e5a2af4cec19632c96282b6146091e37871e21f4fb366bd5fc88dfce6783bcf  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk-repeat20-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.4.0.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make all DEFS="-DRUBY_DEBUG=1"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRUBY_DEBUG=1  
	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 = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/coverage/coverage.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace_dump.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
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/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
linking transcoder transdb.so
linking transcoder big5.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$$$[end] "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make install DEFS="-DRUBY_DEBUG=1"
rm -rf .bundle/gems/win32ole-1.9.2/
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRUBY_DEBUG=1  
	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 = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRUBY_DEBUG=1" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-repeat20-asserts/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat20-asserts/lib
installing arch files:              /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat20-asserts/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-4.0.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat20-asserts/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/4.0.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-4.0.0+0
installing manpages:                /tmp/ruby/install/trunk-repeat20-asserts/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/4.0.0+0
                                    bundler 4.0.0.beta1
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.1
                                    erb 6.0.0
                                    error_highlight 0.7.0
                                    fileutils 1.8.0
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.8.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-repeat20-asserts/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-repeat20-asserts/lib/ruby/gems/4.0.0+0
                                    minitest 5.26.2
                                    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-repeat20-asserts/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 DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2024 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.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 = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.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 = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

# Running tests:

Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 8 #<File::Stat dev=0x8, ino=1165352573, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(1/20)  tests in 1400.733895s, 24.0674 tests/s, 4895.8293 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 9 #<File::Stat dev=0x8, ino=1165946757, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(2/20)  tests in 1890.688494s, 17.8311 tests/s, 3628.6305 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 10 #<File::Stat dev=0x8, ino=1167132282, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(3/20)  tests in 2080.068231s, 16.2076 tests/s, 3298.7879 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 11 #<File::Stat dev=0x8, ino=1168486866, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestOpenURI#test_200_uri_open: 13
Finished(4/20)  tests in 1629.617461s, 20.6877 tests/s, 4211.0239 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 12 #<File::Stat dev=0x8, ino=1169178602, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 13 #<File::Stat dev=0x8, ino=1169181356, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(5/20)  tests in 1630.661038s, 20.6744 tests/s, 4208.5662 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 14 #<File::Stat dev=0x8, ino=1169998802, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 15 #<File::Stat dev=0x8, ino=1170015256, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 16 #<File::Stat dev=0x8, ino=1170128810, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(6/20)  tests in 2020.440082s, 16.6860 tests/s, 3396.6546 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 17 #<File::Stat dev=0x8, ino=1171227302, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 18 #<File::Stat dev=0x8, ino=1171234250, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 19 #<File::Stat dev=0x8, ino=1171236126, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURI#test_redirect_auth_failure_r2: 21 : #<TCPSocket:fd 21, AF_INET, 127.0.0.1, 34507>
Closed file descriptor: TestOpenURI#test_encoding: 21
Finished(7/20)  tests in 2296.296333s, 14.6815 tests/s, 2989.5985 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 20 #<File::Stat dev=0x8, ino=1172450210, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 21 #<File::Stat dev=0x8, ino=1172607501, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(8/20)  tests in 1797.954912s, 18.7507 tests/s, 3817.5557 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 22 #<File::Stat dev=0x8, ino=1173317318, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 23 #<File::Stat dev=0x8, ino=1173326355, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 24 #<File::Stat dev=0x8, ino=1173328663, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 25 #<File::Stat dev=0x8, ino=1173447257, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(9/20)  tests in 1727.910184s, 19.5109 tests/s, 3972.9513 assertions/s.
Finished(10/20)  tests in 2392.152668s, 14.0932 tests/s, 2869.9188 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 26 #<File::Stat dev=0x8, ino=1175950559, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(11/20)  tests in 1851.278296s, 18.2107 tests/s, 3708.1453 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 27 #<File::Stat dev=0x8, ino=1176836303, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(12/20)  tests in 1727.841767s, 19.5116 tests/s, 3973.8077 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 28 #<File::Stat dev=0x8, ino=1177575903, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 29 #<File::Stat dev=0x8, ino=1177717165, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(13/20)  tests in 1886.887981s, 17.8670 tests/s, 3639.0661 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 30 #<File::Stat dev=0x8, ino=1178620747, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(14/20)  tests in 2483.100472s, 13.5770 tests/s, 2765.7749 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 31 #<File::Stat dev=0x8, ino=1180216163, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(15/20)  tests in 2158.420866s, 15.6193 tests/s, 3181.5917 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 32 #<File::Stat dev=0x8, ino=1181010742, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 33 #<File::Stat dev=0x8, ino=1181017451, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 34 #<File::Stat dev=0x8, ino=1181173541, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(16/20)  tests in 1804.242941s, 18.6854 tests/s, 3806.3904 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 35 #<File::Stat dev=0x8, ino=1181907113, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 36 #<File::Stat dev=0x8, ino=1181907202, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 37 #<File::Stat dev=0x8, ino=1182080180, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(17/20)  tests in 2689.390663s, 12.5356 tests/s, 2553.8082 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 38 #<File::Stat dev=0x8, ino=1183713499, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(18/20)  tests in 1910.029595s, 17.6505 tests/s, 3596.6417 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 39 #<File::Stat dev=0x8, ino=1184647424, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(19/20)  tests in 1886.159889s, 17.8739 tests/s, 3642.2395 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 40 #<File::Stat dev=0x8, ino=1185490086, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 41 #<File::Stat dev=0x8, ino=1185469421, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 42 #<File::Stat dev=0x8, ino=1185606510, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 43 #<File::Stat dev=0x8, ino=1185872278, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Children under /tmp/rubytest.9xfg88:
* -rw-r--r-- 1  112256 2025-11-26 01:08:17 +0000 _ruby_box_p2391392_2_rbconfig+sizeof.so
* -rw-r--r-- 1  334424 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_zlib.so
* -rw-r--r-- 1  189160 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_psych.so
* -rw-r--r-- 1 1581680 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_openssl.so
* -rw-r--r-- 1  111448 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_io+nonblock.so
* -rw-r--r-- 1  104344 2025-11-25 15:42:15 +0000 _ruby_box_p1565397_2_monitor.so
* -rw-r--r-- 1   92528 2025-11-25 18:23:50 +0000 _ruby_box_p1798422_2_-test-+sanitizers.so
* -rw-r--r-- 1  792160 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_date_core.so
* -rw-r--r-- 1  112256 2025-11-26 00:06:08 +0000 _ruby_box_p2284161_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_-test-+sanitizers.so
* -rw-r--r-- 1  133064 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_cgi+escape.so
* -rw-r--r-- 1  185752 2025-11-25 22:50:27 +0000 _ruby_box_p2184051_2_io+console.so
* -rw-r--r-- 1 1581680 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_openssl.so
* -rw-r--r-- 1  109448 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_erb+escape.so
* -rw-r--r-- 1  209528 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_stringio.so
* -rw-r--r-- 1  242024 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_json+ext+parser.so
* -rw-r--r-- 1  185816 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_strscan.so
* -rw-r--r-- 1  109448 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_erb+escape.so
* -rw-r--r-- 1  242024 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_json+ext+parser.so
* -rw-r--r-- 1   92528 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 17:45:48 +0000 _ruby_box_p1758740_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-26 00:37:08 +0000 _ruby_box_p2338096_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 15:10:25 +0000 _ruby_box_p1513025_2_-test-+sanitizers.so
* -rw-r--r-- 1  189160 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_psych.so
* -rw-r--r-- 1   92528 2025-11-25 17:45:47 +0000 _ruby_box_p1758735_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 22:50:27 +0000 _ruby_box_p2184056_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 20:32:28 +0000 _ruby_box_p1989822_2_-test-+sanitizers.so
* -rw-r--r-- 1  334424 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_zlib.so
* -rw-r--r-- 1   92528 2025-11-25 15:10:25 +0000 _ruby_box_p1513005_2_-test-+sanitizers.so
* -rw-r--r-- 1  104344 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_monitor.so
* -rw-r--r-- 1  185752 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 17:11:04 +0000 _ruby_box_p1710242_2_io+console.so
* -rw-r--r-- 1  305928 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_json+ext+generator.so
* -rw-r--r-- 1  189160 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_psych.so
* -rw-r--r-- 1  185752 2025-11-25 18:23:50 +0000 _ruby_box_p1798417_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 15:42:15 +0000 _ruby_box_p1565408_2_-test-+sanitizers.so
* -rw-r--r-- 1 1581680 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_openssl.so
* -rw-r--r-- 1  334424 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_zlib.so
* -rw-r--r-- 1  860688 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_socket.so
* -rw-r--r-- 1  112256 2025-11-25 15:42:15 +0000 _ruby_box_p1565413_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 15:42:15 +0000 _ruby_box_p1565423_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 14:46:37 +0000 _ruby_box_p1461230_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 15:10:25 +0000 _ruby_box_p1513020_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185816 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_strscan.so
* -rw-r--r-- 1   91544 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_io+wait.so
* -rw-r--r-- 1  792160 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_date_core.so
* -rw-r--r-- 1  209528 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_stringio.so
* -rw-r--r-- 1   92528 2025-11-25 17:45:48 +0000 _ruby_box_p1758740_2_-test-+sanitizers.so
* -rw-r--r-- 1 1581680 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_openssl.so
* -rw-r--r-- 1  189160 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_psych.so
* -rw-r--r-- 1  305928 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_json+ext+generator.so
* -rw-r--r-- 1  185752 2025-11-25 20:03:15 +0000 _ruby_box_p1936169_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 15:10:25 +0000 _ruby_box_p1513010_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 15:10:25 +0000 _ruby_box_p1513020_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 15:42:15 +0000 _ruby_box_p1565428_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 16:43:33 +0000 _ruby_box_p1660404_2_io+console.so
* -rw-r--r-- 1  109448 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_erb+escape.so
* -rw-r--r-- 1  145448 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_etc.so
* -rw-r--r-- 1  185752 2025-11-25 18:52:47 +0000 _ruby_box_p1850309_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 22:15:01 +0000 _ruby_box_p2132980_2_io+console.so
* -rw-r--r-- 1  305928 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_json+ext+generator.so
* -rw-r--r-- 1   92528 2025-11-25 14:46:37 +0000 _ruby_box_p1461230_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_-test-+sanitizers.so
* -rw-r--r-- 1  185816 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_strscan.so
* -rw-r--r-- 1  185752 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 17:45:47 +0000 _ruby_box_p1758735_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-26 00:37:08 +0000 _ruby_box_p2338111_2_-test-+sanitizers.so
* -rw-r--r-- 1  145448 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_etc.so
* -rw-r--r-- 1   91544 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_io+wait.so
* -rw-r--r-- 1  185752 2025-11-26 00:06:08 +0000 _ruby_box_p2284156_2_io+console.so
* -rw-r--r-- 1  185816 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_strscan.so
* -rw-r--r-- 1  242024 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_json+ext+parser.so
* -rw-r--r-- 1   92528 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_-test-+sanitizers.so
* -rw-r--r-- 1  133064 2025-11-25 18:23:50 +0000 _ruby_box_p1798391_2_cgi+escape.so
* -rw-r--r-- 1   92528 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_-test-+sanitizers.so
* -rw-r--r-- 1  123128 2025-11-25 18:23:50 +0000 _ruby_box_p1798391_2_digest.so
* -rw-r--r-- 1  112256 2025-11-25 21:01:21 +0000 _ruby_box_p2043028_2_rbconfig+sizeof.so
* -rw-r--r-- 1  305928 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_json+ext+generator.so
* -rw-r--r-- 1   91544 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_io+wait.so
* -rw-r--r-- 1  185752 2025-11-25 20:32:28 +0000 _ruby_box_p1989812_2_io+console.so
* -rw-r--r-- 1  334424 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_zlib.so
* -rw-r--r-- 1   91544 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_io+wait.so
* -rw-r--r-- 1  185752 2025-11-25 15:10:26 +0000 _ruby_box_p1513025_2_io+console.so
* -rw-r--r-- 1  145448 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_etc.so
* -rw-r--r-- 1  185752 2025-11-25 18:23:50 +0000 _ruby_box_p1798402_2_io+console.so
* -rw-r--r-- 1  189160 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_psych.so
* -rw-r--r-- 1  185816 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_strscan.so
* -rw-r--r-- 1   92528 2025-11-25 18:23:50 +0000 _ruby_box_p1798407_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 20:32:28 +0000 _ruby_box_p1989827_2_io+console.so
* -rw-r--r-- 1  242024 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_json+ext+parser.so
* -rw-r--r-- 1  209528 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_stringio.so
* -rw-r--r-- 1  111448 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_io+nonblock.so
* -rw-r--r-- 1  123128 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_digest.so
* -rw-r--r-- 1 1581680 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_openssl.so
* -rw-r--r-- 1  189160 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_psych.so
* -rw-r--r-- 1  109448 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_erb+escape.so
* -rw-r--r-- 1  334424 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_zlib.so
* -rw-r--r-- 1  860688 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_socket.so
* -rw-r--r-- 1  189160 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_psych.so
* -rw-r--r-- 1  185752 2025-11-25 19:22:19 +0000 _ruby_box_p1897192_2_io+console.so
* -rw-r--r-- 1  189160 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_psych.so
* -rw-r--r-- 1  792160 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_date_core.so
* -rw-r--r-- 1  112256 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_rbconfig+sizeof.so
* -rw-r--r-- 1  111448 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_io+nonblock.so
* -rw-r--r-- 1  112256 2025-11-25 15:10:25 +0000 _ruby_box_p1513025_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 17:11:04 +0000 _ruby_box_p1710232_2_-test-+sanitizers.so
* -rw-r--r-- 1  145448 2025-11-25 20:32:27 +0000 _ruby_box_p1989796_2_etc.so
* -rw-r--r-- 1  185752 2025-11-26 01:08:16 +0000 _ruby_box_p2391376_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-26 00:06:08 +0000 _ruby_box_p2284161_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-26 00:37:08 +0000 _ruby_box_p2338096_2_-test-+sanitizers.so
* -rw-r--r-- 1  185816 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_strscan.so
* -rw-r--r-- 1  145448 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_etc.so
* -rw-r--r-- 1  185816 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_strscan.so
* -rw-r--r-- 1  109448 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_erb+escape.so
* -rw-r--r-- 1  242024 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_json+ext+parser.so
* -rw-r--r-- 1  185752 2025-11-25 19:22:20 +0000 _ruby_box_p1897212_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_rbconfig+sizeof.so
* -rw-r--r-- 1  145448 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_etc.so
* -rw-r--r-- 1  185752 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_io+console.so
* -rw-r--r-- 1  209528 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_stringio.so
* -rw-r--r-- 1   92528 2025-11-25 16:16:32 +0000 _ruby_box_p1618382_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 16:16:31 +0000 _ruby_box_p1618367_2_io+console.so
* -rw-r--r-- 1   91544 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_io+wait.so
* -rw-r--r-- 1  111448 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_io+nonblock.so
* -rw-r--r-- 1  334424 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_zlib.so
* -rw-r--r-- 1  112256 2025-11-25 18:23:50 +0000 _ruby_box_p1798402_2_rbconfig+sizeof.so
* -rw-r--r-- 1  792160 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_date_core.so
* -rw-r--r-- 1  123128 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_digest.so
* -rw-r--r-- 1   92528 2025-11-25 20:03:15 +0000 _ruby_box_p1936174_2_-test-+sanitizers.so
* -rw-r--r-- 1  334424 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_zlib.so
* -rw-r--r-- 1   92528 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_-test-+sanitizers.so
* -rw-r--r-- 1  305928 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_json+ext+generator.so
* -rw-r--r-- 1  109448 2025-11-25 18:23:50 +0000 _ruby_box_p1798391_2_erb+escape.so
* -rw-r--r-- 1  145448 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_etc.so
* -rw-r--r-- 1  112256 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_rbconfig+sizeof.so
* -rw-r--r-- 1  123128 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_digest.so
* -rw-r--r-- 1  111448 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_io+nonblock.so
* -rw-r--r-- 1   92528 2025-11-25 23:22:08 +0000 _ruby_box_p2233993_2_-test-+sanitizers.so
* -rw-r--r-- 1  145448 2025-11-26 01:08:16 +0000 _ruby_box_p2391376_2_etc.so
* -rw-r--r-- 1  123128 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_digest.so
* -rw-r--r-- 1  792160 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_date_core.so
* -rw-r--r-- 1   91544 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_io+wait.so
* -rw-r--r-- 1  145448 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_etc.so
* -rw-r--r-- 1   92528 2025-11-25 19:22:19 +0000 _ruby_box_p1897197_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 16:16:31 +0000 _ruby_box_p1618377_2_-test-+sanitizers.so
* -rw-r--r-- 1  860688 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_socket.so
* -rw-r--r-- 1  112256 2025-11-25 20:32:28 +0000 _ruby_box_p1989807_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 23:22:08 +0000 _ruby_box_p2233998_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 14:46:37 +0000 _ruby_box_p1461220_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-26 01:08:18 +0000 _ruby_box_p2391407_2_rbconfig+sizeof.so
* -rw-r--r-- 1  123128 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_digest.so
* -rw-r--r-- 1  185752 2025-11-25 17:45:47 +0000 _ruby_box_p1758725_2_io+console.so
* -rw-r--r-- 1  185816 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_strscan.so
* -rw-r--r-- 1  334424 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_zlib.so
* -rw-r--r-- 1  112256 2025-11-25 20:03:15 +0000 _ruby_box_p1936169_2_rbconfig+sizeof.so
* -rw-r--r-- 1  111448 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_io+nonblock.so
* -rw-r--r-- 1   92528 2025-11-26 00:06:09 +0000 _ruby_box_p2284171_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 17:11:04 +0000 _ruby_box_p1710227_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 22:50:28 +0000 _ruby_box_p2184066_2_rbconfig+sizeof.so
* -rw-r--r-- 1  860688 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_socket.so
* -rw-r--r-- 1   92528 2025-11-25 16:16:31 +0000 _ruby_box_p1618362_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-26 01:08:18 +0000 _ruby_box_p2391402_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 17:11:04 +0000 _ruby_box_p1710247_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 18:52:46 +0000 _ruby_box_p1850294_2_rbconfig+sizeof.so
* -rw-r--r-- 1  242024 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_json+ext+parser.so
* -rw-r--r-- 1  133064 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_cgi+escape.so
* -rw-r--r-- 1   92528 2025-11-25 20:32:28 +0000 _ruby_box_p1989812_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 16:16:32 +0000 _ruby_box_p1618382_2_rbconfig+sizeof.so
* -rw-r--r-- 1  123128 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_digest.so
* -rw-r--r-- 1   92528 2025-11-25 19:22:20 +0000 _ruby_box_p1897212_2_-test-+sanitizers.so
* -rw-r--r-- 1 1581680 2025-11-25 18:23:50 +0000 _ruby_box_p1798391_2_openssl.so
* -rw-r--r-- 1  860688 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_socket.so
* -rw-r--r-- 1  185752 2025-11-25 21:01:20 +0000 _ruby_box_p2043013_2_io+console.so
* -rw-r--r-- 1  104344 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_monitor.so
* -rw-r--r-- 1  133064 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_cgi+escape.so
* -rw-r--r-- 1  112256 2025-11-25 22:15:02 +0000 _ruby_box_p2132995_2_rbconfig+sizeof.so
* -rw-r--r-- 1  305928 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_json+ext+generator.so
* -rw-r--r-- 1  185752 2025-11-25 20:03:16 +0000 _ruby_box_p1936184_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 21:35:08 +0000 _ruby_box_p2080442_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 14:46:37 +0000 _ruby_box_p1461235_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 20:32:28 +0000 _ruby_box_p1989807_2_-test-+sanitizers.so
* -rw-r--r-- 1  209528 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_stringio.so
* -rw-r--r-- 1  112256 2025-11-25 19:22:20 +0000 _ruby_box_p1897212_2_rbconfig+sizeof.so
* -rw-r--r-- 1  133064 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_cgi+escape.so
* -rw-r--r-- 1  104344 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_monitor.so
* -rw-r--r-- 1  112256 2025-11-25 17:11:04 +0000 _ruby_box_p1710247_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 21:01:20 +0000 _ruby_box_p2043013_2_-test-+sanitizers.so
* -rw-r--r-- 1  860688 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_socket.so
* -rw-r--r-- 1  185752 2025-11-25 17:45:48 +0000 _ruby_box_p1758740_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 19:22:20 +0000 _ruby_box_p1897207_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 16:43:33 +0000 _ruby_box_p1660414_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 18:52:47 +0000 _ruby_box_p1850309_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-26 00:06:08 +0000 _ruby_box_p2284161_2_io+console.so
* -rw-r--r-- 1  104344 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_monitor.so
* -rw-r--r-- 1  334424 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_zlib.so
* -rw-r--r-- 1   92528 2025-11-25 16:16:31 +0000 _ruby_box_p1618367_2_-test-+sanitizers.so
* -rw-r--r-- 1  185816 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_strscan.so
* -rw-r--r-- 1  185752 2025-11-25 14:46:37 +0000 _ruby_box_p1461230_2_io+console.so
* -rw-r--r-- 1  123128 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_digest.so
* -rw-r--r-- 1  112256 2025-11-25 20:32:28 +0000 _ruby_box_p1989827_2_rbconfig+sizeof.so
* -rw-r--r-- 1  860688 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_socket.so
* -rw-r--r-- 1  209528 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_stringio.so
* -rw-r--r-- 1  109448 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_erb+escape.so
* -rw-r--r-- 1  112256 2025-11-25 23:22:07 +0000 _ruby_box_p2233978_2_rbconfig+sizeof.so
* -rw-r--r-- 1  104344 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_monitor.so
* -rw-r--r-- 1  334424 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_zlib.so
* -rw-r--r-- 1  242024 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_json+ext+parser.so
* -rw-r--r-- 1  145448 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_etc.so
* -rw-r--r-- 1  112256 2025-11-25 15:42:15 +0000 _ruby_box_p1565408_2_rbconfig+sizeof.so
* -rw-r--r-- 1  109448 2025-11-25 15:42:15 +0000 _ruby_box_p1565397_2_erb+escape.so
* -rw-r--r-- 1  112256 2025-11-25 23:22:07 +0000 _ruby_box_p2233983_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 21:01:20 +0000 _ruby_box_p2043023_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 16:43:33 +0000 _ruby_box_p1660414_2_rbconfig+sizeof.so
* -rw-r--r-- 1  305928 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_json+ext+generator.so
* -rw-r--r-- 1  209528 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_stringio.so
* -rw-r--r-- 1  104344 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_monitor.so
* -rw-r--r-- 1  109448 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_erb+escape.so
* -rw-r--r-- 1  112256 2025-11-26 00:06:09 +0000 _ruby_box_p2284171_2_rbconfig+sizeof.so
* -rw-r--r-- 1  104344 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_monitor.so
* -rw-r--r-- 1  104344 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_monitor.so
* -rw-r--r-- 1  112256 2025-11-25 18:52:46 +0000 _ruby_box_p1850289_2_rbconfig+sizeof.so
* -rw-r--r-- 1  145448 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_etc.so
* -rw-r--r-- 1   92528 2025-11-25 18:52:46 +0000 _ruby_box_p1850289_2_-test-+sanitizers.so
* -rw-r--r-- 1  305928 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_json+ext+generator.so
* -rw-r--r-- 1  860688 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_socket.so
* -rw-r--r-- 1  185752 2025-11-25 20:03:16 +0000 _ruby_box_p1936189_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 20:03:15 +0000 _ruby_box_p1936174_2_rbconfig+sizeof.so
* -rw-r--r-- 1  792160 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_date_core.so
* -rw-r--r-- 1 1581680 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_openssl.so
* -rw-r--r-- 1  305928 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_json+ext+generator.so
* -rw-r--r-- 1  112256 2025-11-25 21:01:20 +0000 _ruby_box_p2043023_2_rbconfig+sizeof.so
* -rw-r--r-- 1  792160 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_date_core.so
* -rw-r--r-- 1  334424 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_zlib.so
* -rw-r--r-- 1 1581680 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_openssl.so
* -rw-r--r-- 1   91544 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_io+wait.so
* -rw-r--r-- 1   92528 2025-11-25 15:10:25 +0000 _ruby_box_p1513020_2_-test-+sanitizers.so
* -rw-r--r-- 1  305928 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_json+ext+generator.so
* -rw-r--r-- 1  112256 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_rbconfig+sizeof.so
* -rw-r--r-- 1  305928 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_json+ext+generator.so
* -rw-r--r-- 1   92528 2025-11-25 21:35:08 +0000 _ruby_box_p2080422_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-26 00:37:08 +0000 _ruby_box_p2338111_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 16:43:33 +0000 _ruby_box_p1660419_2_-test-+sanitizers.so
* -rw-r--r-- 1  305928 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_json+ext+generator.so
* -rw-r--r-- 1  185752 2025-11-25 15:10:25 +0000 _ruby_box_p1513010_2_io+console.so
* -rw-r--r-- 1  133064 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_cgi+escape.so
* -rw-r--r-- 1  209528 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_stringio.so
* -rw-r--r-- 1  242024 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_json+ext+parser.so
* -rw-r--r-- 1  112256 2025-11-25 14:46:37 +0000 _ruby_box_p1461215_2_rbconfig+sizeof.so
* -rw-r--r-- 1  334424 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_zlib.so
* -rw-r--r-- 1 1581680 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_openssl.so
* -rw-r--r-- 1  860688 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_socket.so
* -rw-r--r-- 1  185752 2025-11-25 23:22:08 +0000 _ruby_box_p2233993_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 22:50:28 +0000 _ruby_box_p2184071_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 20:32:28 +0000 _ruby_box_p1989822_2_io+console.so
* -rw-r--r-- 1  242024 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_json+ext+parser.so
* -rw-r--r-- 1  189160 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_psych.so
* -rw-r--r-- 1   92528 2025-11-26 00:06:09 +0000 _ruby_box_p2284176_2_-test-+sanitizers.so
* -rw-r--r-- 1  145448 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_etc.so
* -rw-r--r-- 1  185752 2025-11-25 19:22:19 +0000 _ruby_box_p1897197_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 20:32:27 +0000 _ruby_box_p1989796_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 20:32:28 +0000 _ruby_box_p1989807_2_io+console.so
* -rw-r--r-- 1  111448 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_io+nonblock.so
* -rw-r--r-- 1  111448 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_io+nonblock.so
* -rw-r--r-- 1  112256 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_rbconfig+sizeof.so
* -rw-r--r-- 1  109448 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_erb+escape.so
* -rw-r--r-- 1  112256 2025-11-25 19:22:18 +0000 _ruby_box_p1897181_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 16:16:31 +0000 _ruby_box_p1618377_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 18:52:46 +0000 _ruby_box_p1850294_2_-test-+sanitizers.so
* -rw-r--r-- 1  104344 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_monitor.so
* -rw-r--r-- 1  112256 2025-11-26 00:37:08 +0000 _ruby_box_p2338101_2_rbconfig+sizeof.so
* -rw-r--r-- 1  111448 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_io+nonblock.so
* -rw-r--r-- 1   92528 2025-11-25 17:45:47 +0000 _ruby_box_p1758725_2_-test-+sanitizers.so
* -rw-r--r-- 1  133064 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_cgi+escape.so
* -rw-r--r-- 1  112256 2025-11-26 00:37:08 +0000 _ruby_box_p2338111_2_rbconfig+sizeof.so
* -rw-r--r-- 1  209528 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_stringio.so
* -rw-r--r-- 1  334424 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_zlib.so
* -rw-r--r-- 1   92528 2025-11-25 16:43:33 +0000 _ruby_box_p1660404_2_-test-+sanitizers.so
* -rw-r--r-- 1  242024 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_json+ext+parser.so
* -rw-r--r-- 1  111448 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_io+nonblock.so
* -rw-r--r-- 1  860688 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_socket.so
* -rw-r--r-- 1  189160 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_psych.so
* -rw-r--r-- 1  112256 2025-11-25 19:22:19 +0000 _ruby_box_p1897197_2_rbconfig+sizeof.so
* -rw-r--r-- 1  334424 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_zlib.so
* -rw-r--r-- 1  133064 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_cgi+escape.so
* -rw-r--r-- 1   91544 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_io+wait.so
* -rw-r--r-- 1  305928 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_json+ext+generator.so
* -rw-r--r-- 1  185752 2025-11-25 22:15:01 +0000 _ruby_box_p2132975_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 16:43:33 +0000 _ruby_box_p1660404_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 16:43:32 +0000 _ruby_box_p1660399_2_-test-+sanitizers.so
* -rw-r--r-- 1  185816 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_strscan.so
* -rw-r--r-- 1  112256 2025-11-25 16:16:31 +0000 _ruby_box_p1618367_2_rbconfig+sizeof.so
* -rw-r--r-- 1  104344 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_monitor.so
* -rw-r--r-- 1   92528 2025-11-26 01:08:18 +0000 _ruby_box_p2391407_2_-test-+sanitizers.so
* -rw-r--r-- 1  334424 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_zlib.so
* -rw-r--r-- 1  112256 2025-11-25 22:50:28 +0000 _ruby_box_p2184071_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 22:15:02 +0000 _ruby_box_p2132995_2_-test-+sanitizers.so
* -rw-r--r-- 1  189160 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_psych.so
* -rw-r--r-- 1   92528 2025-11-25 20:32:28 +0000 _ruby_box_p1989827_2_-test-+sanitizers.so
* -rw-r--r-- 1  123128 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_digest.so
* -rw-r--r-- 1  860688 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_socket.so
* -rw-r--r-- 1  334424 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_zlib.so
* -rw-r--r-- 1  209528 2025-11-25 18:23:50 +0000 _ruby_box_p1798391_2_stringio.so
* -rw-r--r-- 1  185752 2025-11-25 23:22:07 +0000 _ruby_box_p2233983_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 17:11:04 +0000 _ruby_box_p1710227_2_rbconfig+sizeof.so
* -rw-r--r-- 1  133064 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_cgi+escape.so
* -rw-r--r-- 1  112256 2025-11-25 17:45:47 +0000 _ruby_box_p1758735_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 15:42:15 +0000 _ruby_box_p1565428_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 17:11:04 +0000 _ruby_box_p1710242_2_rbconfig+sizeof.so
* -rw-r--r-- 1  209528 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_stringio.so
* -rw-r--r-- 1  185752 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_io+console.so
* -rw-r--r-- 1  123128 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_digest.so
* -rw-r--r-- 1  185752 2025-11-25 18:52:47 +0000 _ruby_box_p1850304_2_io+console.so
* -rw-r--r-- 1  860688 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_socket.so
* -rw-r--r-- 1  185816 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_strscan.so
* -rw-r--r-- 1   91544 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_io+wait.so
* -rw-r--r-- 1   92528 2025-11-26 00:37:08 +0000 _ruby_box_p2338116_2_-test-+sanitizers.so
* -rw-r--r-- 1  104344 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_monitor.so
* -rw-r--r-- 1  111448 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_io+nonblock.so
* -rw-r--r-- 1   92528 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_-test-+sanitizers.so
* -rw-r--r-- 1  242024 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_json+ext+parser.so
* -rw-r--r-- 1  112256 2025-11-25 14:46:37 +0000 _ruby_box_p1461220_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-26 01:08:17 +0000 _ruby_box_p2391387_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 16:16:32 +0000 _ruby_box_p1618382_2_io+console.so
* -rw-r--r-- 1 1581680 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_openssl.so
* -rw-r--r-- 1   92528 2025-11-25 15:10:25 +0000 _ruby_box_p1513010_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 18:52:47 +0000 _ruby_box_p1850304_2_rbconfig+sizeof.so
* -rw-r--r-- 1  334424 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_zlib.so
* -rw-r--r-- 1  112256 2025-11-25 21:01:20 +0000 _ruby_box_p2043008_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_-test-+sanitizers.so
* -rw-r--r-- 1  242024 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_json+ext+parser.so
* -rw-r--r-- 1  185752 2025-11-25 22:15:02 +0000 _ruby_box_p2132995_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 22:15:01 +0000 _ruby_box_p2132980_2_rbconfig+sizeof.so
* -rw-r--r-- 1  209528 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_stringio.so
* -rw-r--r-- 1  185752 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_io+console.so
* -rw-r--r-- 1 1581680 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_openssl.so
* -rw-r--r-- 1  189160 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_psych.so
* -rw-r--r-- 1  185752 2025-11-25 15:42:15 +0000 _ruby_box_p1565423_2_io+console.so
* -rw-r--r-- 1 1581680 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_openssl.so
* -rw-r--r-- 1  111448 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_io+nonblock.so
* -rw-r--r-- 1   92528 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 23:22:07 +0000 _ruby_box_p2233978_2_io+console.so
* -rw-r--r-- 1 1581680 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_openssl.so
* -rw-r--r-- 1  112256 2025-11-26 01:08:18 +0000 _ruby_box_p2391402_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_rbconfig+sizeof.so
* -rw-r--r-- 1  189160 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_psych.so
* -rw-r--r-- 1  123128 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_digest.so
* -rw-r--r-- 1  109448 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_erb+escape.so
* -rw-r--r-- 1 1581680 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_openssl.so
* -rw-r--r-- 1  792160 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_date_core.so
* -rw-r--r-- 1  185752 2025-11-26 00:37:08 +0000 _ruby_box_p2338116_2_io+console.so
* -rw-r--r-- 1  104344 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_monitor.so
* -rw-r--r-- 1  209528 2025-11-25 15:42:15 +0000 _ruby_box_p1565397_2_stringio.so
* -rw-r--r-- 1  185816 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_strscan.so
* -rw-r--r-- 1  185752 2025-11-25 15:42:15 +0000 _ruby_box_p1565413_2_io+console.so
* -rw-r--r-- 1  111448 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_io+nonblock.so
* -rw-r--r-- 1  112256 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 15:42:15 +0000 _ruby_box_p1565413_2_-test-+sanitizers.so
* -rw-r--r-- 1  185816 2025-11-25 15:42:15 +0000 _ruby_box_p1565397_2_strscan.so
* -rw-r--r-- 1  133064 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_cgi+escape.so
* -rw-r--r-- 1  109448 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_erb+escape.so
* -rw-r--r-- 1  185752 2025-11-25 18:52:46 +0000 _ruby_box_p1850289_2_io+console.so
* -rw-r--r-- 1  792160 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_date_core.so
* -rw-r--r-- 1   91544 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_io+wait.so
* -rw-r--r-- 1  185752 2025-11-25 21:01:20 +0000 _ruby_box_p2043023_2_io+console.so
* -rw-r--r-- 1  242024 2025-11-25 20:32:27 +0000 _ruby_box_p1989796_2_json+ext+parser.so
* -rw-r--r-- 1  133064 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_cgi+escape.so
* -rw-r--r-- 1  112256 2025-11-25 20:32:28 +0000 _ruby_box_p1989822_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-26 00:06:09 +0000 _ruby_box_p2284176_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 21:01:21 +0000 _ruby_box_p2043028_2_-test-+sanitizers.so
* -rw-r--r-- 1  242024 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_json+ext+parser.so
* -rw-r--r-- 1  112256 2025-11-25 21:35:08 +0000 _ruby_box_p2080442_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 21:01:20 +0000 _ruby_box_p2043008_2_io+console.so
* -rw-r--r-- 1  792160 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_date_core.so
* -rw-r--r-- 1  185816 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_strscan.so
* -rw-r--r-- 1  109448 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_erb+escape.so
* -rw-r--r-- 1  189160 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_psych.so
* -rw-r--r-- 1  123128 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_digest.so
* -rw-r--r-- 1   91544 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_io+wait.so
* -rw-r--r-- 1  242024 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_json+ext+parser.so
* -rw-r--r-- 1  112256 2025-11-25 18:23:50 +0000 _ruby_box_p1798417_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_rbconfig+sizeof.so
* -rw-r--r-- 1  189160 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_psych.so
* -rw-r--r-- 1  792160 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_date_core.so
* -rw-r--r-- 1  185752 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_io+console.so
* -rw-r--r-- 1  792160 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_date_core.so
* -rw-r--r-- 1  185752 2025-11-26 00:37:08 +0000 _ruby_box_p2338101_2_io+console.so
* -rw-r--r-- 1  109448 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_erb+escape.so
* -rw-r--r-- 1  185816 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_strscan.so
* -rw-r--r-- 1  112256 2025-11-25 18:23:50 +0000 _ruby_box_p1798422_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 22:15:01 +0000 _ruby_box_p2132975_2_-test-+sanitizers.so
* -rw-r--r-- 1  111448 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_io+nonblock.so
* -rw-r--r-- 1  112256 2025-11-26 00:37:08 +0000 _ruby_box_p2338116_2_rbconfig+sizeof.so
* -rw-r--r-- 1  209528 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_stringio.so
* -rw-r--r-- 1   92528 2025-11-25 22:50:28 +0000 _ruby_box_p2184071_2_-test-+sanitizers.so
* -rw-r--r-- 1  109448 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_erb+escape.so
* -rw-r--r-- 1  112256 2025-11-25 19:22:19 +0000 _ruby_box_p1897192_2_rbconfig+sizeof.so
* -rw-r--r-- 1  334424 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_zlib.so
* -rw-r--r-- 1  112256 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 22:15:02 +0000 _ruby_box_p2132990_2_io+console.so
* -rw-r--r-- 1  123128 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_digest.so
* -rw-r--r-- 1  242024 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_json+ext+parser.so
* -rw-r--r-- 1  104344 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_monitor.so
* -rw-r--r-- 1  305928 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_json+ext+generator.so
* -rw-r--r-- 1  209528 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_stringio.so
* -rw-r--r-- 1  185752 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_io+console.so
* -rw-r--r-- 1  860688 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_socket.so
* -rw-r--r-- 1   92528 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_-test-+sanitizers.so
* -rw-r--r-- 1  185816 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_strscan.so
* -rw-r--r-- 1   91544 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_io+wait.so
* -rw-r--r-- 1   91544 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_io+wait.so
* -rw-r--r-- 1  112256 2025-11-25 20:32:28 +0000 _ruby_box_p1989812_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 22:50:28 +0000 _ruby_box_p2184066_2_-test-+sanitizers.so
* -rw-r--r-- 1  109448 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_erb+escape.so
* -rw-r--r-- 1  185752 2025-11-25 17:11:04 +0000 _ruby_box_p1710232_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 20:03:14 +0000 _ruby_box_p1936158_2_-test-+sanitizers.so
* -rw-r--r-- 1 1581680 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_openssl.so
* -rw-r--r-- 1  104344 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_monitor.so
* -rw-r--r-- 1   92528 2025-11-25 19:22:18 +0000 _ruby_box_p1897181_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 14:46:37 +0000 _ruby_box_p1461215_2_-test-+sanitizers.so
* -rw-r--r-- 1   91544 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_io+wait.so
* -rw-r--r-- 1   92528 2025-11-26 01:08:17 +0000 _ruby_box_p2391392_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 17:45:47 +0000 _ruby_box_p1758720_2_rbconfig+sizeof.so
* -rw-r--r-- 1  860688 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_socket.so
* -rw-r--r-- 1 1581680 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_openssl.so
* -rw-r--r-- 1  123128 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_digest.so
* -rw-r--r-- 1  305928 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_json+ext+generator.so
* -rw-r--r-- 1  145448 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_etc.so
* -rw-r--r-- 1   92528 2025-11-25 19:22:19 +0000 _ruby_box_p1897192_2_-test-+sanitizers.so
* -rw-r--r-- 1  133064 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_cgi+escape.so
* -rw-r--r-- 1  112256 2025-11-25 18:52:47 +0000 _ruby_box_p1850309_2_rbconfig+sizeof.so
* -rw-r--r-- 1  792160 2025-11-25 20:32:27 +0000 _ruby_box_p1989796_2_date_core.so
* -rw-r--r-- 1  860688 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_socket.so
* -rw-r--r-- 1  860688 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_socket.so
* -rw-r--r-- 1   92528 2025-11-25 21:35:08 +0000 _ruby_box_p2080427_2_-test-+sanitizers.so
* -rw-r--r-- 1  145448 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_etc.so
* -rw-r--r-- 1  185752 2025-11-25 16:43:33 +0000 _ruby_box_p1660414_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-26 01:08:17 +0000 _ruby_box_p2391392_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 22:15:02 +0000 _ruby_box_p2132990_2_rbconfig+sizeof.so
* -rw-r--r-- 1  104344 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_monitor.so
* -rw-r--r-- 1   92528 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_-test-+sanitizers.so
* -rw-r--r-- 1  123128 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_digest.so
* -rw-r--r-- 1  185816 2025-11-25 18:23:50 +0000 _ruby_box_p1798391_2_strscan.so
* -rw-r--r-- 1  112256 2025-11-25 21:35:08 +0000 _ruby_box_p2080422_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 15:42:15 +0000 _ruby_box_p1565408_2_io+console.so
* -rw-r--r-- 1   91544 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_io+wait.so
* -rw-r--r-- 1  185752 2025-11-25 20:03:15 +0000 _ruby_box_p1936174_2_io+console.so
* -rw-r--r-- 1  209528 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_stringio.so
* -rw-r--r-- 1  185752 2025-11-25 18:52:46 +0000 _ruby_box_p1850294_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 17:45:47 +0000 _ruby_box_p1758720_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 22:15:02 +0000 _ruby_box_p2132990_2_-test-+sanitizers.so
* -rw-r--r-- 1  189160 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_psych.so
* -rw-r--r-- 1  185752 2025-11-26 00:06:09 +0000 _ruby_box_p2284171_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 15:10:25 +0000 _ruby_box_p1513005_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 22:15:01 +0000 _ruby_box_p2132980_2_-test-+sanitizers.so
* -rw-r--r-- 1  305928 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_json+ext+generator.so
* -rw-r--r-- 1  112256 2025-11-25 23:22:08 +0000 _ruby_box_p2233993_2_rbconfig+sizeof.so
* -rw-r--r-- 1  305928 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_json+ext+generator.so
* -rw-r--r-- 1   92528 2025-11-26 00:06:08 +0000 _ruby_box_p2284156_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 21:35:08 +0000 _ruby_box_p2080437_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 16:43:32 +0000 _ruby_box_p1660399_2_rbconfig+sizeof.so
* -rw-r--r-- 1  792160 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_date_core.so
* -rw-r--r-- 1   92528 2025-11-25 21:35:08 +0000 _ruby_box_p2080437_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 18:23:50 +0000 _ruby_box_p1798407_2_rbconfig+sizeof.so
* -rw-r--r-- 1  104344 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_monitor.so
* -rw-r--r-- 1  112256 2025-11-26 01:08:17 +0000 _ruby_box_p2391387_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 21:35:08 +0000 _ruby_box_p2080442_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 16:16:31 +0000 _ruby_box_p1618377_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-26 01:08:16 +0000 _ruby_box_p2391376_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 21:35:08 +0000 _ruby_box_p2080427_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-26 00:37:08 +0000 _ruby_box_p2338101_2_-test-+sanitizers.so
* -rw-r--r-- 1  334424 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_zlib.so
* -rw-r--r-- 1  305928 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_json+ext+generator.so
* -rw-r--r-- 1  123128 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_digest.so
* -rw-r--r-- 1  133064 2025-11-25 15:42:15 +0000 _ruby_box_p1565397_2_cgi+escape.so
* -rw-r--r-- 1  185752 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_io+console.so
* -rw-r--r-- 1  104344 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_monitor.so
* -rw-r--r-- 1   92528 2025-11-26 01:08:16 +0000 _ruby_box_p2391376_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 22:50:28 +0000 _ruby_box_p2184066_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 20:03:16 +0000 _ruby_box_p1936189_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 17:45:47 +0000 _ruby_box_p1758720_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 16:43:32 +0000 _ruby_box_p1660399_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 22:50:27 +0000 _ruby_box_p2184056_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 16:16:31 +0000 _ruby_box_p1618362_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-26 01:08:18 +0000 _ruby_box_p2391402_2_-test-+sanitizers.so
* -rw-r--r-- 1  133064 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_cgi+escape.so
* -rw-r--r-- 1   92528 2025-11-25 21:01:20 +0000 _ruby_box_p2043008_2_-test-+sanitizers.so
* -rw-r--r-- 1  242024 2025-11-25 15:42:14 +0000 _ruby_box_p1565397_2_json+ext+parser.so
* -rw-r--r-- 1  145448 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_etc.so
* -rw-r--r-- 1  109448 2025-11-26 01:08:17 +0000 _ruby_box_p2391376_2_erb+escape.so
* -rw-r--r-- 1  185752 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_io+console.so
* -rw-r--r-- 1   91544 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_io+wait.so
* -rw-r--r-- 1   91544 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_io+wait.so
* -rw-r--r-- 1  185752 2025-11-26 01:08:18 +0000 _ruby_box_p2391407_2_io+console.so
* -rw-r--r-- 1 1581680 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_openssl.so
* -rw-r--r-- 1  112256 2025-11-25 14:46:37 +0000 _ruby_box_p1461235_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-26 00:37:08 +0000 _ruby_box_p2338096_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 19:22:18 +0000 _ruby_box_p1897181_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 23:22:08 +0000 _ruby_box_p2233998_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 19:22:19 +0000 _ruby_box_p1897207_2_rbconfig+sizeof.so
* -rw-r--r-- 1  145448 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_etc.so
* -rw-r--r-- 1   92528 2025-11-25 20:03:16 +0000 _ruby_box_p1936189_2_-test-+sanitizers.so
* -rw-r--r-- 1  185816 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_strscan.so
* -rw-r--r-- 1   92528 2025-11-25 19:22:20 +0000 _ruby_box_p1897207_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 20:03:16 +0000 _ruby_box_p1936184_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 15:42:15 +0000 _ruby_box_p1565428_2_io+console.so
* -rw-r--r-- 1  860688 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_socket.so
* -rw-r--r-- 1  185752 2025-11-25 14:46:37 +0000 _ruby_box_p1461220_2_io+console.so
* -rw-r--r-- 1  209528 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_stringio.so
* -rw-r--r-- 1  133064 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_cgi+escape.so
* -rw-r--r-- 1  185752 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_io+console.so
* -rw-r--r-- 1  189160 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_psych.so
* -rw-r--r-- 1  133064 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_cgi+escape.so
* -rw-r--r-- 1  185752 2025-11-25 21:01:21 +0000 _ruby_box_p2043028_2_io+console.so
* -rw-r--r-- 1  185752 2025-11-25 14:46:37 +0000 _ruby_box_p1461215_2_io+console.so
* -rw-r--r-- 1  104344 2025-11-25 18:23:50 +0000 _ruby_box_p1798391_2_monitor.so
* -rw-r--r-- 1  112256 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_rbconfig+sizeof.so
* -rw-r--r-- 1  209528 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_stringio.so
* -rw-r--r-- 1  860688 2025-11-25 22:15:01 +0000 _ruby_box_p2132964_2_socket.so
* -rw-r--r-- 1  145448 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_etc.so
* -rw-r--r-- 1  185752 2025-11-25 18:23:50 +0000 _ruby_box_p1798407_2_io+console.so
* -rw-r--r-- 1  109448 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_erb+escape.so
* -rw-r--r-- 1  133064 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_cgi+escape.so
* -rw-r--r-- 1  185752 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_io+console.so
* -rw-r--r-- 1  111448 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_io+nonblock.so
* -rw-r--r-- 1  112256 2025-11-25 20:03:14 +0000 _ruby_box_p1936158_2_rbconfig+sizeof.so
* -rw-r--r-- 1   92528 2025-11-25 22:50:27 +0000 _ruby_box_p2184051_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 15:42:15 +0000 _ruby_box_p1565423_2_-test-+sanitizers.so
* -rw-r--r-- 1  104344 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_monitor.so
* -rw-r--r-- 1   91544 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_io+wait.so
* -rw-r--r-- 1   92528 2025-11-25 20:32:27 +0000 _ruby_box_p1989796_2_-test-+sanitizers.so
* -rw-r--r-- 1  145448 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_etc.so
* -rw-r--r-- 1  185752 2025-11-25 14:46:37 +0000 _ruby_box_p1461235_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 18:23:50 +0000 _ruby_box_p1798402_2_-test-+sanitizers.so
* -rw-r--r-- 1  209528 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_stringio.so
* -rw-r--r-- 1  334424 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_zlib.so
* -rw-r--r-- 1  305928 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_json+ext+generator.so
* -rw-r--r-- 1  242024 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_json+ext+parser.so
* -rw-r--r-- 1  112256 2025-11-25 22:50:27 +0000 _ruby_box_p2184051_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 21:35:08 +0000 _ruby_box_p2080427_2_rbconfig+sizeof.so
* -rw-r--r-- 1  209528 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_stringio.so
* -rw-r--r-- 1  185752 2025-11-26 00:06:09 +0000 _ruby_box_p2284176_2_io+console.so
* -rw-r--r-- 1  133064 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_cgi+escape.so
* -rw-r--r-- 1  792160 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_date_core.so
* -rw-r--r-- 1  112256 2025-11-25 22:15:01 +0000 _ruby_box_p2132975_2_rbconfig+sizeof.so
* -rw-r--r-- 1 1581680 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_openssl.so
* -rw-r--r-- 1  242024 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_json+ext+parser.so
* -rw-r--r-- 1  792160 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_date_core.so
* -rw-r--r-- 1  185752 2025-11-26 01:08:17 +0000 _ruby_box_p2391387_2_io+console.so
* -rw-r--r-- 1  109448 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_erb+escape.so
* -rw-r--r-- 1   92528 2025-11-25 22:50:27 +0000 _ruby_box_p2184056_2_-test-+sanitizers.so
* -rw-r--r-- 1  792160 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_date_core.so
* -rw-r--r-- 1  792160 2025-11-26 01:08:16 +0000 _ruby_box_p2391376_2_date_core.so
* -rw-r--r-- 1  112256 2025-11-25 21:35:08 +0000 _ruby_box_p2080437_2_rbconfig+sizeof.so
* -rw-r--r-- 1  185752 2025-11-25 16:43:33 +0000 _ruby_box_p1660419_2_io+console.so
* -rw-r--r-- 1   92528 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 18:23:50 +0000 _ruby_box_p1798417_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 18:23:49 +0000 _ruby_box_p1798391_2_rbconfig+sizeof.so
* -rw-r--r-- 1  792160 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_date_core.so
* -rw-r--r-- 1   92528 2025-11-25 18:52:47 +0000 _ruby_box_p1850304_2_-test-+sanitizers.so
* -rw-r--r-- 1  112256 2025-11-25 17:45:47 +0000 _ruby_box_p1758725_2_rbconfig+sizeof.so
* -rw-r--r-- 1  242024 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_json+ext+parser.so
* -rw-r--r-- 1   92528 2025-11-25 17:11:04 +0000 _ruby_box_p1710247_2_-test-+sanitizers.so
* -rw-r--r-- 1  185752 2025-11-25 21:35:08 +0000 _ruby_box_p2080422_2_io+console.so
* -rw-r--r-- 1   91544 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_io+wait.so
* -rw-r--r-- 1  185816 2025-11-25 21:35:07 +0000 _ruby_box_p2080411_2_strscan.so
* -rw-r--r-- 1   92528 2025-11-25 20:03:16 +0000 _ruby_box_p1936184_2_-test-+sanitizers.so
* -rw-r--r-- 1  111448 2025-11-25 18:23:50 +0000 _ruby_box_p1798391_2_io+nonblock.so
* -rw-r--r-- 1  185752 2025-11-25 23:22:08 +0000 _ruby_box_p2233998_2_io+console.so
* -rw-r--r-- 1  123128 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_digest.so
* -rw-r--r-- 1   92528 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_-test-+sanitizers.so
* -rw-r--r-- 1  133064 2025-11-25 22:50:27 +0000 _ruby_box_p2184040_2_cgi+escape.so
* -rw-r--r-- 1  185752 2025-11-25 20:03:14 +0000 _ruby_box_p1936158_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 21:01:20 +0000 _ruby_box_p2043013_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-25 20:32:27 +0000 _ruby_box_p1989796_2_rbconfig+sizeof.so
* -rw-r--r-- 1 1581680 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_openssl.so
* -rw-r--r-- 1  145448 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_etc.so
* -rw-r--r-- 1  112256 2025-11-25 15:10:25 +0000 _ruby_box_p1513005_2_rbconfig+sizeof.so
* -rw-r--r-- 1  112256 2025-11-26 00:06:08 +0000 _ruby_box_p2284156_2_rbconfig+sizeof.so
* -rw-r--r-- 1  111448 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_io+nonblock.so
* -rw-r--r-- 1  123128 2025-11-25 17:45:46 +0000 _ruby_box_p1758709_2_digest.so
* -rw-r--r-- 1  112256 2025-11-25 16:43:33 +0000 _ruby_box_p1660419_2_rbconfig+sizeof.so
* -rw-r--r-- 1  123128 2025-11-25 20:32:28 +0000 _ruby_box_p1989796_2_digest.so
* -rw-r--r-- 1  860688 2025-11-25 23:22:07 +0000 _ruby_box_p2233967_2_socket.so
* -rw-r--r-- 1  145448 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_etc.so
* -rw-r--r-- 1  123128 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_digest.so
* -rw-r--r-- 1   92528 2025-11-25 20:03:15 +0000 _ruby_box_p1936169_2_-test-+sanitizers.so
* -rw-r--r-- 1  111448 2025-11-25 17:11:04 +0000 _ruby_box_p1710216_2_io+nonblock.so
* -rw-r--r-- 1  189160 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_psych.so
* -rw-r--r-- 1  305928 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_json+ext+generator.so
* -rw-r--r-- 1  109448 2025-11-26 00:37:07 +0000 _ruby_box_p2338085_2_erb+escape.so
* -rw-r--r-- 1  792160 2025-11-25 16:43:32 +0000 _ruby_box_p1660388_2_date_core.so
* -rw-r--r-- 1  185816 2025-11-26 00:06:08 +0000 _ruby_box_p2284145_2_strscan.so
* -rw-r--r-- 1   92528 2025-11-25 23:22:07 +0000 _ruby_box_p2233978_2_-test-+sanitizers.so
* -rw-r--r-- 1   91544 2025-11-25 16:16:31 +0000 _ruby_box_p1618351_2_io+wait.so
* -rw-r--r-- 1  111448 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_io+nonblock.so
* -rw-r--r-- 1  112256 2025-11-25 17:11:04 +0000 _ruby_box_p1710232_2_rbconfig+sizeof.so
* -rw-r--r-- 1  189160 2025-11-25 14:46:36 +0000 _ruby_box_p1461204_2_psych.so
* -rw-r--r-- 1  133064 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_cgi+escape.so
* -rw-r--r-- 1  860688 2025-11-25 18:52:46 +0000 _ruby_box_p1850278_2_socket.so
* -rw-r--r-- 1  189160 2025-11-25 21:01:20 +0000 _ruby_box_p2042997_2_psych.so
* -rw-r--r-- 1   92528 2025-11-25 23:22:07 +0000 _ruby_box_p2233983_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 17:11:04 +0000 _ruby_box_p1710227_2_-test-+sanitizers.so
* -rw-r--r-- 1   92528 2025-11-25 17:11:04 +0000 _ruby_box_p1710242_2_-test-+sanitizers.so
* -rw-r--r-- 1 1581680 2025-11-25 19:22:19 +0000 _ruby_box_p1897181_2_openssl.so
* -rw-r--r-- 1  185752 2025-11-25 18:23:50 +0000 _ruby_box_p1798422_2_io+console.so
* -rw-r--r-- 1  112256 2025-11-25 15:10:25 +0000 _ruby_box_p1512994_2_rbconfig+sizeof.so
* -rw-r--r-- 1  111448 2025-11-25 20:03:15 +0000 _ruby_box_p1936158_2_io+nonblock.so
* -rw-r--r-- 1  112256 2025-11-25 16:16:31 +0000 _ruby_box_p1618362_2_rbconfig+sizeof.so
Finished(20/20)  tests in 2201.186452s, 15.3158 tests/s, 3120.6212 assertions/s.
674259 tests, 137303681 assertions, 0 failures, 0 errors, 3296 skips

ruby -v: ruby 4.0.0dev (2025-11-25T08:09:52Z master e920ee3289) +PRISM [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/17.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 = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/target/release/' '/tmp/ruby/src/trunk-repeat20-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
ruby 4.0.0dev (2025-11-25T08:09:52Z master e920ee3289) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ..................................................

Finished in 26.087728 seconds

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