# Logfile created on 2024-10-11 20:39:54 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f222ecafdd0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20241011-203954", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f222ecd1cf0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f222ecd1980 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f222ebea6e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20241011-203954", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20241011-203954>, @binmode=false, @mon_data=#<Monitor:0x00007f222ecd1700>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94 Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision - echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk-repeat50/gems/typeprof-0.21.11.gem Successfully built RubyGem Name: typeprof Version: 0.30.0 File: typeprof-0.30.0.gem $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby 09100508..5f62522d master -> origin/master Updating 09100508..5f62522d Fast-forward .github/actions/launchable/setup/action.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- array.c | 151 ++++++------------- array.rb | 51 ++++--- configure.ac | 2 + doc/date/calendars.rdoc | 2 +- doc/yjit/yjit.md | 17 ++- enum.c | 14 +- ext/socket/init.c | 16 +- ext/socket/ipsocket.c | 55 ++++--- ext/socket/rubysocket.h | 4 +- ext/socket/socket.c | 9 +- ext/socket/udpsocket.c | 54 ++++--- ext/socket/unixsocket.c | 36 ++--- gc.c | 22 ++- internal/imemo.h | 7 +- internal/vm.h | 1 + lib/bundler/rubygems_ext.rb | 5 +- lib/irb.rb | 16 +- lib/irb/history.rb | 144 +++++++++++------- lib/prism.rb | 9 +- lib/prism/ffi.rb | 39 +++++ lib/prism/prism.gemspec | 3 + lib/prism/string_query.rb | 30 ++++ lib/rubygems.rb | 5 +- lib/time.rb | 2 +- prism/extension.c | 67 +++++++++ prism/prism.c | 163 +++++++++++++++++++++ prism/prism.h | 47 ++++++ template/ruby-runner.h.in | 2 - test/irb/test_history.rb | 17 ++- test/prism/ruby/string_query_test.rb | 60 ++++++++ test/ruby/test_gc.rb | 12 -- test/ruby/test_gc_compact.rb | 8 +- .../rubygems/test_gem_commands_pristine_command.rb | 2 + vm_eval.c | 11 ++ vm_method.c | 10 +- yjit/src/core.rs | 2 +- 38 files changed, 770 insertions(+), 329 deletions(-) create mode 100644 lib/prism/string_query.rb create mode 100644 test/prism/ruby/string_query_test.rb Latest commit hash = 5f62522d5b $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 cd -P /tmp/ruby/src/trunk-repeat50 && exec autoconf -o configure running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --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 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 __attribute__((__deprecated__(msg))) in C++... no checking for std::nullptr_t... no checking for FUNC_STDCALL function attribute... x checking for FUNC_CDECL function attribute... x checking for FUNC_FASTCALL function attribute... x checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x checking for function alias... alias checking for __atomic builtins... yes checking for __sync builtins... yes checking for __builtin_unreachable... yes checking for __assume... no checking for exported function attribute... __attribute__ ((__visibility__("default"))) checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x checking for function name string predefined identifier... __func__ checking if enum over int is allowed... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether sys_nerr is declared... no checking whether getenv is declared... yes checking for size_t... yes checking size of size_t... 8 checking size of ptrdiff_t... 8 checking size of dev_t... 8 checking for printf prefix for size_t... z checking for printf prefix for ptrdiff_t... t checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking size of struct stat.st_size... SIZEOF_OFF_T checking size of struct stat.st_blocks... SIZEOF_OFF_T checking size of struct stat.st_ino... SIZEOF_LONG checking size of struct stat.st_dev... SIZEOF_DEV_T checking size of struct stat.st_rdev... SIZEOF_DEV_T checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... yes checking for struct stat.st_mtimespec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... yes checking for struct stat.st_ctimespec... no checking for struct stat.st_ctimensec... no checking for struct stat.st_birthtimespec... no checking for struct statx.stx_btime... yes checking for struct timeval... yes checking size of struct timeval.tv_sec... SIZEOF_TIME_T checking for struct timespec... yes checking for struct timezone... yes checking for fd_mask... yes checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int128_t... __int128 checking for uint128_t... unsigned __int128 checking for intptr_t... yes checking size of intptr_t... 8 checking for uintptr_t... yes checking size of uintptr_t... 8 checking for printf prefix for intptr_t... NONE checking for ssize_t... yes checking size of ssize_t... 8 checking for printf prefix for int64_t... NONE checking for stack end address... __libc_stack_end checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking 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 checking for __builtin_clz... yes In file included from conftest.c:4: /tmp/ruby/src/trunk-repeat50/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-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' 23 | #define TOKEN_PASTE(x,y) x##y | ^ /tmp/ruby/src/trunk-repeat50/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) | ^~~~~~~~~~~~~~ /tmp/ruby/src/trunk-repeat50/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-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' 23 | #define TOKEN_PASTE(x,y) x##y | ^ /tmp/ruby/src/trunk-repeat50/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) | ^~~~~~~~~~~~~~ checking for __builtin_clzl... yes checking for __builtin_clzll... yes checking for __builtin_ctz... yes checking for __builtin_ctzll... yes checking for __builtin_add_overflow... yes checking for __builtin_sub_overflow... yes checking for __builtin_mul_overflow... yes checking for __builtin_mul_overflow_p... 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_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 shared GC support... no checking for rustc... rustc checking whether rustc works for YJIT... yes checking for prefix of external symbols... NONE checking for default symbols in empty shared library... checking if make is GNU make... yes .ext/include/x86_64-linux/ruby/config.h updated configure: ruby library version = 3.4.0+0 configure: creating ./config.status --- Configuration summary for ruby version 3.4.0 * Installation prefix: /tmp/ruby/install/trunk-repeat50 * exec prefix: ${prefix} * arch: x86_64-linux * site arch: ${arch} * RUBY_BASE_NAME: ruby * enable shared: yes * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME} * site libraries path: ${rubylibprefix}/${sitearch} * vendor path: ${rubylibprefix}/vendor_ruby * target OS: linux * compiler: gcc * with thread: pthread * with coroutine: amd64 * with shared 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 * RJIT support: yes * 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 MAKE=make /bin/sh ./config.status GNUmakefile config.status: creating GNUmakefile config.status: creating Makefile GNUmakefile unchanged Makefile unchanged making /tmp/ruby/src/trunk-repeat50/array.rbinc generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c generating /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' generating miniprelude.c make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof' /tmp/ruby/src/trunk-repeat50/revision.h updated sizes.c updated make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof' generating x86_64-linux-fake.rb miniprelude.c updated x86_64-linux-fake.rb updated /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94 echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision - echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk-repeat50/gems/typeprof-0.21.11.gem Successfully built RubyGem Name: typeprof Version: 0.30.0 File: typeprof-0.30.0.gem Extracting bundle gem typeprof-0.21.11... Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby. Unpacked gems/typeprof-0.30.0.gem $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-repeat50/main.c compiling /tmp/ruby/src/trunk-repeat50/dmydln.c compiling /tmp/ruby/src/trunk-repeat50/miniinit.c compiling /tmp/ruby/src/trunk-repeat50/array.c compiling /tmp/ruby/src/trunk-repeat50/ast.c compiling /tmp/ruby/src/trunk-repeat50/bignum.c compiling /tmp/ruby/src/trunk-repeat50/class.c compiling /tmp/ruby/src/trunk-repeat50/compar.c compiling /tmp/ruby/src/trunk-repeat50/compile.c compiling /tmp/ruby/src/trunk-repeat50/complex.c compiling /tmp/ruby/src/trunk-repeat50/cont.c compiling /tmp/ruby/src/trunk-repeat50/debug.c compiling /tmp/ruby/src/trunk-repeat50/debug_counter.c compiling /tmp/ruby/src/trunk-repeat50/dir.c compiling /tmp/ruby/src/trunk-repeat50/dln_find.c compiling /tmp/ruby/src/trunk-repeat50/encoding.c compiling /tmp/ruby/src/trunk-repeat50/enum.c compiling /tmp/ruby/src/trunk-repeat50/enumerator.c compiling /tmp/ruby/src/trunk-repeat50/error.c compiling /tmp/ruby/src/trunk-repeat50/eval.c compiling /tmp/ruby/src/trunk-repeat50/file.c compiling /tmp/ruby/src/trunk-repeat50/gc.c compiling /tmp/ruby/src/trunk-repeat50/hash.c compiling /tmp/ruby/src/trunk-repeat50/inits.c compiling /tmp/ruby/src/trunk-repeat50/imemo.c compiling /tmp/ruby/src/trunk-repeat50/io.c compiling /tmp/ruby/src/trunk-repeat50/io_buffer.c compiling /tmp/ruby/src/trunk-repeat50/iseq.c compiling /tmp/ruby/src/trunk-repeat50/load.c compiling /tmp/ruby/src/trunk-repeat50/marshal.c compiling /tmp/ruby/src/trunk-repeat50/math.c compiling /tmp/ruby/src/trunk-repeat50/memory_view.c compiling /tmp/ruby/src/trunk-repeat50/rjit.c compiling /tmp/ruby/src/trunk-repeat50/rjit_c.c compiling /tmp/ruby/src/trunk-repeat50/node.c compiling /tmp/ruby/src/trunk-repeat50/node_dump.c compiling /tmp/ruby/src/trunk-repeat50/numeric.c compiling /tmp/ruby/src/trunk-repeat50/object.c compiling /tmp/ruby/src/trunk-repeat50/pack.c compiling parse.c compiling /tmp/ruby/src/trunk-repeat50/parser_st.c compiling /tmp/ruby/src/trunk-repeat50/proc.c compiling /tmp/ruby/src/trunk-repeat50/process.c compiling /tmp/ruby/src/trunk-repeat50/ractor.c compiling /tmp/ruby/src/trunk-repeat50/random.c compiling /tmp/ruby/src/trunk-repeat50/range.c compiling /tmp/ruby/src/trunk-repeat50/rational.c compiling /tmp/ruby/src/trunk-repeat50/re.c compiling /tmp/ruby/src/trunk-repeat50/regcomp.c compiling /tmp/ruby/src/trunk-repeat50/regenc.c compiling /tmp/ruby/src/trunk-repeat50/regerror.c compiling /tmp/ruby/src/trunk-repeat50/regexec.c compiling /tmp/ruby/src/trunk-repeat50/regparse.c compiling /tmp/ruby/src/trunk-repeat50/regsyntax.c compiling /tmp/ruby/src/trunk-repeat50/ruby.c compiling /tmp/ruby/src/trunk-repeat50/ruby_parser.c compiling /tmp/ruby/src/trunk-repeat50/scheduler.c compiling /tmp/ruby/src/trunk-repeat50/shape.c compiling /tmp/ruby/src/trunk-repeat50/signal.c compiling /tmp/ruby/src/trunk-repeat50/sprintf.c compiling /tmp/ruby/src/trunk-repeat50/st.c compiling /tmp/ruby/src/trunk-repeat50/strftime.c compiling /tmp/ruby/src/trunk-repeat50/string.c compiling /tmp/ruby/src/trunk-repeat50/struct.c compiling /tmp/ruby/src/trunk-repeat50/symbol.c compiling /tmp/ruby/src/trunk-repeat50/thread.c compiling /tmp/ruby/src/trunk-repeat50/time.c compiling /tmp/ruby/src/trunk-repeat50/transcode.c compiling /tmp/ruby/src/trunk-repeat50/util.c compiling /tmp/ruby/src/trunk-repeat50/variable.c compiling /tmp/ruby/src/trunk-repeat50/version.c compiling /tmp/ruby/src/trunk-repeat50/vm.c compiling /tmp/ruby/src/trunk-repeat50/vm_backtrace.c compiling /tmp/ruby/src/trunk-repeat50/vm_dump.c compiling /tmp/ruby/src/trunk-repeat50/vm_sync.c compiling /tmp/ruby/src/trunk-repeat50/vm_trace.c compiling /tmp/ruby/src/trunk-repeat50/weakmap.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk-repeat50/prism/api_pack.c compiling prism/diagnostic.c compiling /tmp/ruby/src/trunk-repeat50/prism/encoding.c compiling /tmp/ruby/src/trunk-repeat50/prism/extension.c compiling prism/node.c /tmp/ruby/src/trunk-repeat50/prism/extension.c: In function ‘string_query’: /tmp/ruby/src/trunk-repeat50/prism/extension.c:1156:1: warning: control reaches end of non-void function [-Wreturn-type] 1156 | } | ^ At top level: cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics compiling /tmp/ruby/src/trunk-repeat50/prism/options.c compiling /tmp/ruby/src/trunk-repeat50/prism/pack.c compiling prism/prettyprint.c compiling /tmp/ruby/src/trunk-repeat50/prism/regexp.c compiling prism/serialize.c compiling /tmp/ruby/src/trunk-repeat50/prism/static_literals.c compiling prism/token_type.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_buffer.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_char.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_constant_pool.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_integer.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_list.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_memchr.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_newline_list.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_string.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_strncasecmp.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_strpbrk.c compiling /tmp/ruby/src/trunk-repeat50/prism/prism.c compiling /tmp/ruby/src/trunk-repeat50/prism_init.c compiling /tmp/ruby/src/trunk-repeat50/yjit.c building Rust YJIT (release mode) assembling /tmp/ruby/src/trunk-repeat50/coroutine/amd64/Context.S compiling /tmp/ruby/src/trunk-repeat50/enc/ascii.c compiling /tmp/ruby/src/trunk-repeat50/enc/us_ascii.c compiling /tmp/ruby/src/trunk-repeat50/enc/unicode.c compiling /tmp/ruby/src/trunk-repeat50/enc/utf_8.c compiling enc/trans/newline.c compiling /tmp/ruby/src/trunk-repeat50/missing/setproctitle.c compiling /tmp/ruby/src/trunk-repeat50/addr2line.c touch yjit/target/release/libyjit.a partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-repeat50/dln.c compiling /tmp/ruby/src/trunk-repeat50/localeinit.c creating verconf.h verconf.h updated compiling /tmp/ruby/src/trunk-repeat50/loadpath.c builtin_binary.inc updated e62ebea3db30119993489be00cb801814dafe40a91dfad716ed36f2bd8e7a880 builtin_binary.inc compiling /tmp/ruby/src/trunk-repeat50/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so encdb.h unchanged 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/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/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' compiling /tmp/ruby/src/trunk-repeat50/enc/encdb.c compiling /tmp/ruby/src/trunk-repeat50/enc/big5.c making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating transdb.h compiling /tmp/ruby/src/trunk-repeat50/enc/cesu_8.c compiling /tmp/ruby/src/trunk-repeat50/enc/cp949.c compiling /tmp/ruby/src/trunk-repeat50/enc/emacs_mule.c transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' compiling /tmp/ruby/src/trunk-repeat50/enc/trans/transdb.c compiling /tmp/ruby/src/trunk-repeat50/enc/euc_jp.c compiling /tmp/ruby/src/trunk-repeat50/enc/euc_kr.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c compiling /tmp/ruby/src/trunk-repeat50/enc/euc_tw.c compiling /tmp/ruby/src/trunk-repeat50/enc/gb2312.c compiling /tmp/ruby/src/trunk-repeat50/enc/gb18030.c compiling /tmp/ruby/src/trunk-repeat50/enc/gbk.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_1.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_2.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_3.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_4.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_5.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_6.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_7.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_8.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_9.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_10.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_11.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_13.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_14.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_15.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_16.c compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_r.c compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_u.c compiling /tmp/ruby/src/trunk-repeat50/enc/shift_jis.c compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16be.c compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16le.c compiling /tmp/ruby/src/trunk-repeat50/enc/utf_32be.c compiling /tmp/ruby/src/trunk-repeat50/enc/utf_32le.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_31j.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1250.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1251.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1252.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1253.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1254.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/cesu_8.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1257.c 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 compiling /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c linking encoding gb2312.so compiling /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c 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 compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c 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 compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_iso2022_kddi.c 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 compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_kddi.c make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_softbank.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/escape.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gb18030.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_euc.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_sjis.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/korean.c make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/RUBY_ALIGNOF/c.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c linking shared-object -test-/RUBY_ALIGNOF.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/abi' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/abi/abi.c linking shared-object -test-/abi.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/abi' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/beg_len_step' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/arith_seq/beg_len_step/beg_len_step.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.c linking shared-object -test-/arith_seq/beg_len_step.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/beg_len_step' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/extract' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/arith_seq/extract/extract.c linking shared-object -test-/arith_seq/extract.so compiling /tmp/ruby/src/trunk-repeat50/enc/trans/utf_16_32.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/extract' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/array/concat/to_ary_concat.c linking transcoder transdb.so linking transcoder big5.so linking transcoder cesu_8.so linking transcoder chinese.so linking shared-object -test-/array/to_ary_concat.so linking transcoder ebcdic.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/resize' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/array/resize/resize.c 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 shared-object -test-/array/resize.so linking transcoder escape.so linking transcoder gb18030.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/resize' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/asan' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/asan/asan.c 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 utf_16_32.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-14834/bug-14834.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/big2str.c linking shared-object -test-/asan.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/asan' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/bigzero.c linking transcoder utf8_mac.so linking shared-object -test-/bug_14834.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/div.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-3571' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-3571/bug.c make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-5832' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-5832/bug.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/intpack.c linking shared-object -test-/bug_3571.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-3571' linking shared-object -test-/bug_5832.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug_reporter/bug_reporter.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-5832' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/class2name.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/mul.c linking shared-object -test-/bug_reporter.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/str2big.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/inspector.c linking shared-object -test-/bignum.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/profile_frames.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/dln/empty' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/dln/empty/empty.c linking shared-object -test-/class.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/econv' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/ensure_and_callcc' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/econv/append.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/ensure_and_callcc/ensure_and_callcc.c linking shared-object -test-/dln/empty.so linking shared-object -test-/debug.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/econv/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/dln/empty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/enumerator_kw/enumerator_kw.c linking shared-object -test-/ensure_and_callcc.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/ensure_and_callcc' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/eval' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/eval/eval.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/dataerror.c linking shared-object -test-/econv.so linking shared-object -test-/enumerator_kw.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/econv' linking shared-object -test-/eval.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/fatal' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/file' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/fs.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/eval' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/float' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/float/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/enc_raise.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/float/nextafter.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/invalid.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/ensured.c linking shared-object -test-/float.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/float' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/newline_conv.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/rb_fatal.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/stat.c linking shared-object -test-/exception.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/funcall' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/funcall/funcall.c linking shared-object -test-/fatal.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/gvl/call_without_gvl/call_without_gvl.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/fatal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/hash' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/delete.c linking shared-object -test-/file.so linking shared-object -test-/gvl/call_without_gvl.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/file' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/core_ext.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iseq_load' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iseq_load/iseq_load.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/init.c linking shared-object -test-/funcall.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/funcall' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/break.c linking shared-object -test-/hash.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/hash' linking shared-object -test-/iseq_load.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/dot.dot' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/dot.dot/dot.dot.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iseq_load' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/protect' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/protect/protect.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/init.c linking shared-object -test-/load/dot.dot.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/dot.dot' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c linking shared-object -test-/load/protect.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/yield.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/protect' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_target' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/init.c linking shared-object -test-/load/resolve_symbol_resolver.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/my_integer.c linking shared-object -test-/iter.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_resolver' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_symbols' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/stringify_symbols/stringify_symbols.c linking shared-object -test-/load/resolve_symbol_target.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_target' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/stringify_target/stringify_target.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/resolve_symbol_target' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/compat/usrcompat.c linking shared-object -test-/integer.so linking shared-object -test-/marshal/compat.so linking shared-object -test-/load/stringify_target.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/internal_ivar/internal_ivar.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr' linking shared-object -test-/load/stringify_symbols.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/usr/usrmarshal.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_target' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/memory_view' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/memory_view/memory_view.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/stringify_symbols' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/arity.c linking shared-object -test-/marshal/internal_ivar.so linking shared-object -test-/marshal/usr.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/notimplement' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/notimplement/bug.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/num2int/num2int.c linking shared-object -test-/notimplement.so linking shared-object -test-/method.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/notimplement' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/path_to_class' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/path_to_class/path_to_class.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/popen_deadlock/infinite_loop_dlsym.c linking shared-object -test-/num2int.so linking shared-object -test-/memory_view.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/postponed_job' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/postponed_job/postponed_job.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/memory_view' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/printf/printf.c linking shared-object -test-/path_to_class.so linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/path_to_class' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/proc' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/bad_version.c linking shared-object -test-/postponed_job.so linking shared-object -test-/printf.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/postponed_job' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rational' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/rational/rat.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/rb_call_super_kw/rb_call_super_kw.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/receiver.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/init.c linking shared-object -test-/rb_call_super_kw.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/super.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/recursion' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/recursion/recursion.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/loop.c linking shared-object -test-/recursion.so linking shared-object -test-/proc.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/recursion' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/init.c linking shared-object -test-/random.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/proc' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/scan_args' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/scan_args/scan_args.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/parse_depth_limit.c linking shared-object -test-/rational.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/foreach/foreach.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rational' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/numhash' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/numhash/numhash.c linking shared-object -test-/regexp.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/update/update.c linking shared-object -test-/st/numhash.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/numhash' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/capacity.c linking shared-object -test-/st/foreach.so linking shared-object -test-/st/update.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/data.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/symbol' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/coderange.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/duplicate.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/type.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/cstr.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/ellipsize.c linking shared-object -test-/symbol.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/len.c linking shared-object -test-/scan_args.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/symbol' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/id/id.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/scan_args' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/instrumentation/instrumentation.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_associate.c linking shared-object -test-/thread/id.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/member.c linking shared-object -test-/thread/instrumentation.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/id' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/lock_native_thread' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/lock_native_thread/lock_native_thread.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread_fd' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread_fd/thread_fd.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_dummy.c linking shared-object -test-/struct.so linking shared-object -test-/thread_fd.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread_fd' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/leap_second.c linking shared-object -test-/thread/lock_native_thread.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_str_buf_cat.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/lock_native_thread' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/gc_hook.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/new.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/tracepoint.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/typeddata' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/typeddata/typeddata.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/fstring.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/init.c linking shared-object -test-/typeddata.so linking shared-object -test-/tracepoint.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/typeddata' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/vm' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/vm/at_exit.c linking shared-object -test-/time.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/wait/wait.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/cgi/escape' compiling /tmp/ruby/src/trunk-repeat50/ext/cgi/escape/escape.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/modify.c linking shared-object -test-/vm/at_exit.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/vm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/continuation' compiling /tmp/ruby/src/trunk-repeat50/ext/continuation/continuation.c linking shared-object -test-/wait.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/new.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' compiling /tmp/ruby/src/trunk-repeat50/ext/coverage/coverage.c linking shared-object continuation.so linking shared-object cgi/escape.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/continuation' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date' compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_core.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/cgi/escape' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/digest.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/nofree.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/normalize.c linking shared-object coverage.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/erb/escape' compiling /tmp/ruby/src/trunk-repeat50/ext/erb/escape/escape.c linking shared-object digest.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/qsort.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/etc' compiling /tmp/ruby/src/trunk-repeat50/ext/etc/etc.c linking shared-object erb/escape.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/erb/escape' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fcntl' compiling /tmp/ruby/src/trunk-repeat50/ext/fcntl/fcntl.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_interned_str.c linking shared-object fcntl.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_str_dup.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fcntl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/closure.c linking shared-object etc.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/set_len.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/etc' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' compiling /tmp/ruby/src/trunk-repeat50/ext/io/console/console.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/conversions.c linking shared-object -test-/string.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock' compiling /tmp/ruby/src/trunk-repeat50/ext/io/nonblock/nonblock.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/fiddle.c linking shared-object io/nonblock.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait' compiling /tmp/ruby/src/trunk-repeat50/ext/io/wait/wait.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/function.c linking shared-object io/console.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' compiling /tmp/ruby/src/trunk-repeat50/ext/monitor/monitor.c linking shared-object io/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait' compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_parse.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/handle.c linking shared-object monitor.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/object_tracing.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/memory_view.c compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/pinned.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/pointer.c compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace_dump.c linking shared-object fiddle.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/openssl_missing.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl.c linking shared-object objspace.so compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_strftime.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' compiling /tmp/ruby/src/trunk-repeat50/ext/pathname/pathname.c compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_strptime.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_asn1.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bio.c linking shared-object date_core.so compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bn.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych' compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych.c linking shared-object pathname.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_emitter.c compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_parser.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_cipher.c compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_to_ruby.c compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_yaml_tree.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_config.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_digest.c linking shared-object psych.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty' compiling /tmp/ruby/src/trunk-repeat50/ext/pty/pty.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_engine.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_hmac.c linking shared-object pty.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof' compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_kdf.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/limits.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ns_spki.c linking shared-object rbconfig/sizeof.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket' compiling /tmp/ruby/src/trunk-repeat50/ext/socket/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ocsp.c compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs12.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/constants.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs7.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dh.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dsa.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/basicsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_ec.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_rsa.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_provider.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_rand.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl_session.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ts.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509attr.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509cert.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509crl.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509ext.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/option.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509name.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509req.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509revoked.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509store.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ifaddr.c linking shared-object openssl.so compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/stringio' compiling /tmp/ruby/src/trunk-repeat50/ext/stringio/stringio.c linking shared-object socket.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan' compiling /tmp/ruby/src/trunk-repeat50/ext/strscan/strscan.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/zlib' compiling /tmp/ruby/src/trunk-repeat50/ext/zlib/zlib.c linking shared-object stringio.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/stringio' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c linking shared-object strscan.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug/debug.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.c linking shared-object debug/debug.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c linking shared-object zlib.so linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/zlib' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension/constants.c linking shared-object racc/cparse.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/constants.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension/lexer.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/lexer.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension/lexstate.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension/location.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/lexstate.c linking shared-object nkf.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/constants.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/location.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension/main.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/lexer.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension/parser.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/main.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/parser.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/lexstate.c linking shared-object bigdecimal.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/location.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension/parserstate.c linking shared-object syslog.so compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/main.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/bubblebabble' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/bubblebabble/bubblebabble.c /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/parser.c:57:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration] 57 | static void inline melt_array(VALUE *array) { | ^~~~~~ cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/parserstate.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension/ruby_objs.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parser.c linking shared-object digest/bubblebabble.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/bubblebabble' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/md5' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5init.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/ruby_objs.c compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension/unescape.c linking shared-object digest/md5.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/md5' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160init.c linking shared-object rbs_extension.so compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension/unescape.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1init.c compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160.c /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parser.c:57:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration] 57 | static void inline melt_array(VALUE *array) { | ^~~~~~ cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parserstate.c compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1.c linking shared-object rbs_extension.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2init.c compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/ruby_objs.c linking shared-object digest/rmd160.so compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator' compiling /tmp/ruby/src/trunk-repeat50/ext/json/generator/generator.c linking shared-object digest/sha1.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1' compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension/unescape.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser' compiling /tmp/ruby/src/trunk-repeat50/ext/json/parser/parser.c linking shared-object rbs_extension.so linking shared-object digest/sha2.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension' linking shared-object json/ext/generator.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator' linking shared-object json/ext/parser.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50' linking ruby make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94 Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision - echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision - 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/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk encdb.h unchanged Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk-repeat50/gems/typeprof-0.21.11.gem making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating transdb.h Successfully built RubyGem Name: typeprof Version: 0.30.0 File: typeprof-0.30.0.gem Extracting bundle gem typeprof-0.21.11... Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby. transdb.h unchanged generating makefiles ext/configure-ext.mk making trans Unpacked gems/typeprof-0.30.0.gem ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' ./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc installing binary commands: /tmp/ruby/install/trunk-repeat50/bin installing base libraries: /tmp/ruby/install/trunk-repeat50/lib installing arch files: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-repeat50/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-repeat50/bin installing library scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk-repeat50/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.3.1 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.14.1 logger 1.6.1 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.5.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 1.0.0 pstore 0.1.3 rdoc 6.7.0 readline 0.0.4 reline 0.5.10 resolv 0.4.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.4.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.1 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3.dev io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.2 openssl 3.2.0 pathname 0.3.0 psych 5.2.0.beta1 stringio 3.1.2.dev strscan 3.1.1.dev zlib 3.1.1 installing bundled gems: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0 minitest 5.25.1 power_assert 2.0.4 rake 13.2.1 test-unit 3.6.2 rexml 3.3.8 rss 0.3.1 net-ftp 0.3.8 net-imap 0.4.16 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.6.1 debug 1.9.2 racc 1.8.1 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.1.2 csv 3.3.0 repl_type_completor 0.1.7 installing bundled gem cache: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0/cache skipped bundled gems: typeprof-0.30.0.gem not found in bundled_gems $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1985 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS=--repeat-count=50 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking leaked global symbols...none /tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/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-repeat50' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' Run options: --seed=36319 "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-repeat50/test/.excludes --name=!/memory_leak/ --stderr-on-failure --repeat-count=50 # Running tests: Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f80dd8c1a30 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 sleep> Finished thread: TestSocket#test_tcp_socket_v6_address_passed: #<Thread:0x00007f80dd8c1a30 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 dead> Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 8 #<File::Stat dev=0x8, ino=760616852, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(1/50) tests in 1577.823825s, 20.2507 tests/s, 4131.2401 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 9 #<File::Stat dev=0x8, ino=760747479, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(2/50) tests in 1391.274898s, 22.9667 tests/s, 4685.6851 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 10 #<File::Stat dev=0x8, ino=761208985, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 11 #<File::Stat dev=0x8, ino=761295835, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(3/50) tests in 1270.148796s, 25.1569 tests/s, 5133.7631 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 12 #<File::Stat dev=0x8, ino=761640494, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(4/50) tests in 1389.047626s, 23.0035 tests/s, 4694.0694 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 13 #<File::Stat dev=0x8, ino=762161199, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 14 #<File::Stat dev=0x8, ino=762288799, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f804638ed20 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 sleep> Finished thread: TestSocket#test_tcp_socket_fast_fallback_is_false: #<Thread:0x00007f804638ed20 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 dead> Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 36761> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 16 Finished(5/50) tests in 1892.506262s, 16.8840 tests/s, 3445.4713 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 15 #<File::Stat dev=0x8, ino=763256284, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 16 #<File::Stat dev=0x8, ino=763257823, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 17 #<File::Stat dev=0x8, ino=763258854, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(6/50) tests in 1661.037580s, 19.2368 tests/s, 3925.6794 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(7/50) tests in 1418.308981s, 22.5289 tests/s, 4597.4228 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 18 #<File::Stat dev=0x8, ino=764196839, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 19 #<File::Stat dev=0x8, ino=764280105, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(8/50) tests in 1433.322436s, 22.2930 tests/s, 4549.1948 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 20 #<File::Stat dev=0x8, ino=764741131, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 23 : #<TCPSocket:fd 23, AF_INET6, ::1, 46195> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 23 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 22 : #<TCPSocket:fd 22, AF_INET, 127.0.0.1, 39055> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 22 Finished(9/50) tests in 1604.265899s, 19.9175 tests/s, 4064.3412 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 21 #<File::Stat dev=0x8, ino=765544974, 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: 22 #<File::Stat dev=0x8, ino=765574516, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(10/50) tests in 1819.005724s, 17.5662 tests/s, 3583.9513 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 23 #<File::Stat dev=0x8, ino=766254567, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 24 #<File::Stat dev=0x8, ino=766329452, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 25 #<File::Stat dev=0x8, ino=766339940, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(11/50) tests in 1519.232601s, 21.0323 tests/s, 4292.3276 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(12/50) tests in 1413.058033s, 22.6127 tests/s, 4615.0178 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 26 #<File::Stat dev=0x8, ino=767225054, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 27 #<File::Stat dev=0x8, ino=767537634, 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/50) tests in 1515.270261s, 21.0873 tests/s, 4303.3558 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 28 #<File::Stat dev=0x8, ino=767871766, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f80df070b90 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 sleep> Finished thread: TestSocket#test_tcp_socket_fast_fallback_is_false: #<Thread:0x00007f80df070b90 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 dead> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 31 : #<TCPSocket:fd 31, AF_INET6, ::1, 33483> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 31 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 29 #<File::Stat dev=0x8, ino=768383822, 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/50) tests in 1933.511636s, 16.5259 tests/s, 3372.2202 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 30 #<File::Stat dev=0x8, ino=768850368, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f80cdd74f60 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 sleep> Finished thread: TestSocket#test_tcp_socket_fast_fallback_is_false: #<Thread:0x00007f80cdd74f60 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 dead> Finished(15/50) tests in 1774.770895s, 18.0040 tests/s, 3674.4027 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 31 #<File::Stat dev=0x8, ino=769303994, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(16/50) tests in 1483.661041s, 21.5366 tests/s, 4395.0200 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 32 #<File::Stat dev=0x8, ino=769831683, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 33 #<File::Stat dev=0x8, ino=769884972, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 34 #<File::Stat dev=0x8, ino=769933707, 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: 35 #<File::Stat dev=0x8, ino=769922793, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(17/50) tests in 1553.374097s, 20.5701 tests/s, 4198.0673 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 36 #<File::Stat dev=0x8, ino=770337507, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 37 #<File::Stat dev=0x8, ino=770400121, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 40 : #<TCPSocket:fd 40, AF_INET6, ::1, 45343> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 40 Finished(18/50) tests in 1860.537576s, 17.1741 tests/s, 3504.9585 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 38 #<File::Stat dev=0x8, ino=771157575, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 39 #<File::Stat dev=0x8, ino=771300544, 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: 40 #<File::Stat dev=0x8, ino=771322647, 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: 41 #<File::Stat dev=0x8, ino=771329884, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 44 : #<TCPSocket:fd 44, AF_INET6, ::1, 33303> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 44 Finished(19/50) tests in 1848.738202s, 17.2837 tests/s, 3526.7530 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(20/50) tests in 1560.498284s, 20.4762 tests/s, 4178.8319 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(21/50) tests in 1583.623988s, 20.1771 tests/s, 4117.0815 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 42 #<File::Stat dev=0x8, ino=773038892, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 44 : #<TCPSocket:fd 44, AF_INET, 127.0.0.1, 36081> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 44 Finished(22/50) tests in 1587.423159s, 20.1288 tests/s, 4107.7988 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 43 #<File::Stat dev=0x8, ino=773871117, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 44 #<File::Stat dev=0x8, ino=773877520, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 46 : #<TCPSocket:fd 46, AF_INET, 127.0.0.1, 42955> Finished(23/50) tests in 2053.662806s, 15.5590 tests/s, 3175.1381 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 45 #<File::Stat dev=0x8, ino=774665656, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 46 #<File::Stat dev=0x8, ino=774914219, 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(24/50) tests in 1621.568760s, 19.7050 tests/s, 4021.1307 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 47 #<File::Stat dev=0x8, ino=775171325, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(25/50) tests in 1597.417628s, 20.0029 tests/s, 4082.2280 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 49 : #<TCPSocket:fd 49, AF_INET, 127.0.0.1, 44907> Finished(26/50) tests in 1623.194849s, 19.6853 tests/s, 4017.3458 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 48 #<File::Stat dev=0x8, ino=776388416, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 49 #<File::Stat dev=0x8, ino=776442492, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 52 : #<TCPSocket:fd 52, AF_INET6, ::1, 42849> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 52 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 51 : #<TCPSocket:fd 51, AF_INET, 127.0.0.1, 43997> Finished(27/50) tests in 2014.642441s, 15.8604 tests/s, 3236.6116 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(28/50) tests in 1589.664216s, 20.1005 tests/s, 4101.5876 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(29/50) tests in 1578.820319s, 20.2385 tests/s, 4129.5865 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(30/50) tests in 1543.620107s, 20.7000 tests/s, 4223.8203 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 50 #<File::Stat dev=0x8, ino=778812882, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 51 #<File::Stat dev=0x8, ino=778830260, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 52 #<File::Stat dev=0x8, ino=779334382, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 54 : #<TCPSocket:fd 54, AF_INET, 127.0.0.1, 45569> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 54 Finished(31/50) tests in 1898.811708s, 16.8279 tests/s, 3433.4895 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 53 #<File::Stat dev=0x8, ino=779820148, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(32/50) tests in 1774.470636s, 18.0071 tests/s, 3673.4302 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 54 #<File::Stat dev=0x8, ino=780404869, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(33/50) tests in 1560.240171s, 20.4795 tests/s, 4178.7028 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 57 : #<TCPSocket:fd 57, AF_INET6, ::1, 34209> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 57 Finished(34/50) tests in 1559.124778s, 20.4942 tests/s, 4180.9245 assertions/s. Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 57 : #<TCPSocket:fd 57, AF_INET6, ::1, 33633> Closed file descriptor: TestIO#test_flush_in_finalizer2: 57 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 56 : #<TCPSocket:fd 56, AF_INET, 127.0.0.1, 40449> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 56 Finished(35/50) tests in 1857.219247s, 17.2048 tests/s, 3511.7782 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 56 : #<TCPSocket:fd 56, AF_INET, 127.0.0.1, 34105> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestOpenURISSL#test_validation_failure: 56 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 56 #<File::Stat dev=0x8, ino=782405968, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(36/50) tests in 1926.536811s, 16.5857 tests/s, 3383.8814 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 55 #<File::Stat dev=0x8, ino=782987307, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 59 : #<TCPSocket:fd 59, AF_INET6, ::1, 42395> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 59 Finished(37/50) tests in 1565.694080s, 20.4082 tests/s, 4164.7178 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 57 #<File::Stat dev=0x8, ino=783503659, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(38/50) tests in 1530.433823s, 20.8784 tests/s, 4259.5563 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 58 #<File::Stat dev=0x8, ino=784116197, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 59 #<File::Stat dev=0x8, ino=784130709, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 62 : #<TCPSocket:fd 62, AF_INET6, ::1, 39991> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 62 Finished(39/50) tests in 1870.313290s, 17.0843 tests/s, 3486.4015 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 60 #<File::Stat dev=0x8, ino=785022474, 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: 61 #<File::Stat dev=0x8, ino=785022487, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f8044765748 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 sleep> Finished thread: TestSocket#test_tcp_socket_fast_fallback_is_false: #<Thread:0x00007f8044765748 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:705 dead> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 64 : #<TCPSocket:fd 64, AF_INET6, ::1, 42347> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 64 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 63 : #<TCPSocket:fd 63, AF_INET, 127.0.0.1, 43693> Finished(40/50) tests in 1991.589440s, 16.0440 tests/s, 3273.3212 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 62 #<File::Stat dev=0x8, ino=785684707, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 63 #<File::Stat dev=0x8, ino=785754666, 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: 64 #<File::Stat dev=0x8, ino=785758981, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(41/50) tests in 1566.477218s, 20.3980 tests/s, 4162.6734 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 65 #<File::Stat dev=0x8, ino=786302432, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(42/50) tests in 1610.373955s, 19.8420 tests/s, 4049.0968 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 66 #<File::Stat dev=0x8, ino=786747950, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 68 : #<TCPSocket:fd 68, AF_INET, 127.0.0.1, 36529> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 68 Finished(43/50) tests in 1701.164246s, 18.7830 tests/s, 3832.5876 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 67 #<File::Stat dev=0x8, ino=787652139, 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: 68 #<File::Stat dev=0x8, ino=787643156, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(44/50) tests in 1972.638809s, 16.1981 tests/s, 3305.3882 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 69 #<File::Stat dev=0x8, ino=788444652, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(45/50) tests in 1632.300893s, 19.5754 tests/s, 3994.5172 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 70 #<File::Stat dev=0x8, ino=788964236, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(46/50) tests in 1620.189957s, 19.7218 tests/s, 4024.8694 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 71 #<File::Stat dev=0x8, ino=789521693, 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: 72 #<File::Stat dev=0x8, ino=789513887, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 74 : #<TCPSocket:fd 74, AF_INET, 127.0.0.1, 41641> Finished(47/50) tests in 1608.500090s, 19.8651 tests/s, 4053.6411 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 73 #<File::Stat dev=0x8, ino=790287024, 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: 74 #<File::Stat dev=0x8, ino=790320236, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 76 : #<TCPSocket:fd 76, AF_INET, 127.0.0.1, 46737> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 76 Finished(48/50) tests in 2098.394224s, 15.2274 tests/s, 3107.3989 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 75 #<File::Stat dev=0x8, ino=791214303, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(49/50) tests in 1690.550712s, 18.9009 tests/s, 3857.0366 assertions/s. Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 76 #<File::Stat dev=0x8, ino=791652460, 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> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 77 #<File::Stat dev=0x8, ino=791718577, 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> Ignoring e-1 because its extensions are not built. Try: gem pristine e --version 1 Ignoring a-2 because its extensions are not built. Try: gem pristine a --version 2 Finished(50/50) tests in 1585.904329s, 20.1481 tests/s, 4111.1698 assertions/s. 1597649 tests, 326014421 assertions, 0 failures, 0 errors, 9496 skips ruby -v: ruby 3.4.0dev (2024-10-11T19:34:57Z master 5f62522d5b) +PRISM [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/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-repeat50' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' ruby 3.4.0dev (2024-10-11T19:34:57Z master 5f62522d5b) +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 ............................................................ 3360 ............................................................ 3420 ................. Finished in 26.179470 seconds 3436 files, 32786 examples, 140669 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50" exit with 0.